@charset "utf-8";
/* =====================内页样式======================== */
/* common */
.com-banner {
  position: relative;
}
.com-banner .bg {
  min-height: 596px;
  height: 648px;
}
.com-banner .mark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.com-banner .contain {
  z-index: 1;
}
.com-banner .content {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.com-banner .content .title {
  line-height: 70px;
  color: #101010;
  max-width: 920px;
}
.com-banner .content .title span {
  font-weight: bold;
}
.com-banner .content .desc {
  font-size: 20px;
  font-family: Poppins Light;
  color: #131313;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: 10px;
  max-width: 780px;
}
.com-banner.bgs2 {
  text-align: center;
}
.com-banner.bgs2 .content .title {
  max-width: 580px;
  margin: 0 auto;
  color: #fff;
  line-height: 59px;
}
.com-banner.bgs2 .content .desc {
  max-width: none;
  color: #fff;
  line-height: 25px;
  margin-top: 20px;
}
/* 产品与服务 */
.prodMain {
  position: relative;
  z-index: 1;
}
.prodMain .cell {
  display: flex;
  justify-content: space-between;
}
.prodMain .cell:hover .pic img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.prodMain .cell:hover .pic:after {
  transform: translate(-7px, -7px);
}
.prodMain .cell .txt {
  width: 43.33%;
  padding-top: 50px;
}
.prodMain .cell .txt .icon {
  width: 46px;
  height: 46px;
  object-fit: cover;
}
.prodMain .cell .txt .desc {
  font-size: 16px;
  color: #999999;
  line-height: 23px;
}
.prodMain .cell .pic {
  position: relative;
  width: 46.41%;
  padding: 0 44px 38px 0;
  z-index: 1;
}
.prodMain .cell .pic img {
  display: block;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.prodMain .cell .pic:after {
  content: "";
  width: 200px;
  height: 200px;
  background: linear-gradient(155deg, #ff8a4a 0%, #1fb8fe 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translate(0, 0);
  transition: transform 0.3s;
}
.prodMain .cell + .cell {
  flex-direction: row-reverse;
}
.prodMain .cards {
  position: relative;
}
.prodMain .cards .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prodMain .cards .txt {
  color: #fff;
}
.prodMain .circle {
  position: absolute;
  z-index: -1;
}
.prodMain .circle.one {
  top: 8%;
  left: 0;
  width: 844px;
  height: 907px;
}
.prodMain .circle.two {
  right: 0;
  top: 31%;
  width: 776px;
  height: 907px;
}
.prodMain .bott-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/*临床服务*/
.service_title {
  overflow: hidden;
  max-width: 826px;
  margin: 0 auto;
  text-align: center;
}
.service_title .h3 {
  font-weight: normal;
  line-height: 59px;
  color: #222;
}
.service_title .p {
  font-size: 16px;
  line-height: 29px;
  color: #999;
}
.service_ul {
  overflow: hidden;
  margin-top: 49px;
}
.service_ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 47px;
  position: relative;
}
.service_ul li:last-child {
  margin-bottom: 0;
}
.service_ul li .imgs {
  float: right;
  width: 522px;
  margin-right: 36px;
}
.service_ul li .imgs img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service_ul li:hover .imgs img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.service_ul li .txts {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0%;
  width: 580px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.service_ul li .txts .h4 {
  line-height: 59px;
  font-weight: normal;
  overflow: hidden;
  color: #222;
  transition: all 0.3s;
}
.service_ul li:nth-child(2n+0) .imgs {
  float: left;
}
.service_ul li:nth-child(2n+0) .txts {
  right: 0;
  left: auto;
}
.service_one {
  overflow: hidden;
  margin-top: -20px;
  position: relative;
  z-index: -1;
}
.service_one img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.service_two {
  overflow: hidden;
  height: 770px;
  margin-top: -45px;
  position: relative;
  z-index: -1;
  background: url("../images/services/service_img4.png") center bottom no-repeat;
}
.service_two .imgs {
  float: right;
  width: 606px;
}
.service_two .txts {
  float: left;
  width: 520px;
}
.service_two .txts .h3 {
  font-weight: normal;
  overflow: hidden;
  line-height: 59px;
  color: #222;
}
.service_two .txts .p {
  line-height: 40px;
  color: #010101;
  overflow: hidden;
}
.service_two .txts .down_a {
  display: block;
  width: 192px;
/*   height: 56px; */
  margin-top: 12px;
/*   background-color: #000000; */
  text-align: center;
  font-size: 19px;
  color: #fff;
  line-height: 24px;
  line-height: 56px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.service_two .txts .down_a span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
.service_two .txts .down_a:hover {
  background-color: #3374f3;
}
/*公司动态*/
.news_one {
  overflow: hidden;
}
.news_one ul li {
  float: left;
  width: 69.166%;
  overflow: hidden;
}
.news_one ul li:nth-child(2) {
  width: 29.166%;
  float: right;
}
.news_one ul li:nth-child(2) .boxs {
  margin-bottom: 6%;
}
.news_one ul li:nth-child(2) .txts {
  align-items: flex-end;
}
.news_one ul li:nth-child(2) .txts .h3 {
  margin-bottom: 17px;
  line-height: 31px;
  height: 62px;
}
.news_one ul li a {
  color: #ffffff;
}
.news_one ul li .boxs {
  overflow: hidden;
  border-radius: 17px;
  position: relative;
}
.news_one ul li .boxs:hover .imgs img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.news_one ul li .boxs:hover .txts {
  background-color: rgba(0, 0, 0, 0);
}
.news_one ul li .imgs {
  overflow: hidden;
}
.news_one ul li .imgs img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.news_one ul li .txts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #979797;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  justify-content: left;
  display: flex;
  border-radius: 17px;
}
.news_one ul li .txts .cons {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}
.news_one ul li .txts .h3 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_one ul li .txts .p {
  max-width: 550px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  margin-top: 5px;
}
.news_one ul li:nth-child(1) .txts {
  align-items: center;
}
.news_one ul li:nth-child(1) .txts .h3 {
  line-height: 46px;
  height: 92px;
  max-width: 490px;
}
.news_two {
  overflow: hidden;
  margin-top: 17px;
}
.news_two ul li {
  display: block;
  overflow: hidden;
  padding-bottom: 32px;
  border-bottom: 1px solid #ededed;
  padding-top: 43px;
}
.news_two ul li .h3 {
  font-weight: normal;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #262b2a;
  transition: all 0.3s;
}

.news_two ul li .time {
  font-size: 14px;
  color: #646666;
  line-height: 30px;
  margin: 5px 0;
}

.news_two ul li .p {
  overflow: hidden;
  color: #646666;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_two ul li:hover .h3 {
  color: #1fb8fe;
}

.news-pagination{ text-align: center; margin-top: 30px; margin-bottom: 50px;}
.news-pagination ul{ display: inline-block; margin-bottom: 0px;}
.news-pagination ul li {
  display: inline-block;
  margin: 0 4px;
}
.news-pagination ul li a,.news-pagination ul li span {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  border-radius: 7px;
  color: #1fb8fe;
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 166, 81, 0.1);
          box-shadow: 0 0px 12px 0.8px rgba(0, 166, 81, 0.1);
}
.news-pagination ul li a:hover {
  background:#1fb8fe;
  color: #fff;
}
.news-pagination ul li a.active,.news-pagination ul li.active span {
  background:#1fb8fe;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news-pagination .active{
  display: inline-block !important;
}
.news-pagination ul li a.active:hover {
  background-color: #333;
}
.news-pagination ul li a.prev,
.pro-pagination-style ul li a.next {
  background-color: #f6f6f6;
  color: #1fb8fe;
  font-size: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news_title {
  overflow: hidden;
  max-width: 826px;
  margin: 0 auto;
  text-align: center;
}
.news_title .h3 {
  font-weight: normal;
  line-height: 59px;
  color: #222;
}
.news_title .p {
  line-height: 34px;
  color: #222;
}
.join-block {
  background: url("../images/news/news_bg.jpg") no-repeat center / cover;
  padding-bottom: 1px;
}
.news_three {
  margin-top: 53px;
  overflow: hidden;
}
.news_three ul {
  display: flex;
}
.news_three li {
  overflow: hidden;
  float: left;
  width: 588px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.39);
  border-radius: 12px;
}
.news_three li:nth-child(2) {
  margin-left: 24px;
}
.news_three li .boxs {
  width: 528px;
  margin: 0 auto;
  overflow: hidden;
}
.news_three li .h3 {
  margin-top: 47px;
  line-height: 29px;
  height: 58px;
  font-size: 20px;
  color: #222;
}
.news_three li .h3 span {
  font-weight: normal;
  font-family: "HarmonyOS_Sans";
}
.news_three li p {
  line-height: 28px;
  font-size: 14px;
}
.news_three li .p {
  margin-top: 23px;
  margin-bottom: 42px;
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
  color: #222;
  max-width: 512px;
}
.news_three li .p dl dd {
  overflow: hidden;
  padding-left: 15px;
  position: relative;
}
.news_three li .p dl dd:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  overflow: hidden;
  font-size: 14px;
  color: #222;
}
.news_three li .p dl dd:nth-child(1):after {
  content: "1. ";
}
.news_three li .p dl dd:nth-child(2):after {
  content: "2. ";
}
.news_three li .p dl dd:nth-child(3):after {
  content: "3. ";
}
.news_three li .p dl dd:nth-child(4):after {
  content: "4. ";
}
.news_three li .p dl dd:nth-child(5):after {
  content: "5. ";
}
.news_three li .p dl dd:nth-child(6):after {
  content: "6. ";
}
.news_three li .p dl dd:nth-child(7):after {
  content: "7. ";
}
.news_three li .p dl dd:nth-child(8):after {
  content: "8. ";
}
.news_three li .p dl dd:nth-child(9):after {
  content: "9. ";
}
.news_three li .p dl dd:nth-child(10):after {
  content: "10. ";
}
.news_four {
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 36px;
  font-size: 18px;
  color: #222;
}
.news_four a:hover {
  color: #ff7e1b;
}
/*公司动态详细*/
.news_pos {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  margin-top: 19px;
}
.news_t {
  line-height: 53px;
  overflow: hidden;
  margin-top: 23px;
  font-weight: normal;
  color: #222222;
  text-align: center;
}
.news_div {
  margin: 0 auto;
  max-width: 721px;
  overflow: hidden;
}
.news_date {
  line-height: 30px;
  color: #999999;
  font-size: 14px;
  margin-top: 13px;
}
.news_cons {
  margin-top: 28px;
  overflow: hidden;
  color: #666666;
  line-height: 30px;
  font-size: 14px;
}
.news_cons img {
  max-width: 100%;
}
/*产品其它*/
.product_div {
  overflow: hidden;
}
.product_img {
  margin: 0 auto;
  display: block;
  height: 127px;
}
.product_t {
  line-height: 70px;
  overflow: hidden;
  text-align: center;
  margin-top: 14px;
}
.product_cons {
  margin-top: 63px;
  overflow: hidden;
  line-height: 22px;
  color: #333333;
}
.table-type-a {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.4em;
  color: #333333;
}
.table-type-a th,
.table-type-a td {
  padding: 10px;
}
.table-type-a th {
  height: 66px;
  background: #FF8A4A;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
}
.table-type-a th:last-child {
  border-right: 0;
}
.table-type-a th.w1 {
  border-top-left-radius: 5px;
}
.table-type-a th.w2 {
  border-left: 1px solid #FFE8D9;
}
.table-type-a th.w3 {
  border-left: 1px solid #FFE8D9;
}
.table-type-a th.w4 {
  border-top-right-radius: 5px;
}
.table-type-a td {
  height: 50px;
}
.table-type-a td.w1 {
  background: transparent!important;
  border-top: 1px solid #FFE8D9;
  border-bottom: 1px solid #FFE8D9;
  padding-left: 30px;
  padding-right: 30px;
}
.table-type-a td.w2 {
  padding-left: 23px;
  padding-right: 23px;
  text-align: center;
}
.table-type-a td.w4 {
  border-right: 1px solid #FFE8D9;
  text-align: center;
}
.table-type-a tr:nth-child(odd) td {
  background: #FFF9F6;
}
.table-type-a tr:last-child {
  border-bottom: 1px solid #FFE8D9;
}
.table-type-a .w1 {
  width: 180px;
  border-left: 1px solid #FFE8D9;
}
.table-type-a .w2 {
  width: 196px;
  border-left: 1px solid #FFE8D9;
}
.table-type-a .w3 {
  border-left: 1px solid #FFE8D9;
  width: 515px;
}
.table-type-a .w4 {
  border-left: 1px solid #FFE8D9;
}
.product-top {
  position: relative;
}
.product-top::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../images/product/top_bg.png") no-repeat center / cover;
}
.product-top .contain {
  position: relative;
}
.product-top .cont-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 157px 0 65px;
}
.product-top .cont-box .title {
  margin-bottom: 20px;
}
.product-top .bg {
  position: relative;
}
.product-top .bg::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100vw;
  pointer-events: none;
  transform: translateX(-50%);
  background: rgba(255, 192, 143, 0.12);
}
.product-top .type-title {
  padding: 25px 15px;
  color: #333333;
}
.product-switch-btn {
  --lh: 54px;
  display: inline-flex;
  margin-top: 70px;
  border-radius: calc((var(--lh) + 12px)/2);
  border: 1px solid #FDDAC9;
  padding: 6px 3px;
  font-size: 16px;
}
.product-switch-btn .btn {
  margin: 0 3px;
  border-radius: calc(var(--lh)/2);
  min-width: 214px;
  line-height: var(--lh);
  padding: 0 1.5em;
  background: #FFEEE5;
  color: #1fb8fe;
  transition: background 0.3s, color 0.3s;
}
.product-switch-btn .btn:hover,
.product-switch-btn .btn.on {
  background: linear-gradient(155deg, #FF8A4A 0%, #1fb8fe 100%);
  color: #ffffff;
}
.product-block-apcr-a .contain {
  padding-bottom: 90px;
  background: url("../images/product/pharmacokinetics/list_1_1.png") no-repeat right top 15%/348px auto, url("../images/product/pharmacokinetics/list_2_1.png") no-repeat left bottom 5%/214px auto;
}
.product-block-apcr-a .wid-box {
  margin: 0 auto;
  width: 1050px;
}
.product-block-apcr-a .title {
  margin-top: 83px;
}
.product-block-apcr-a .cont {
  line-height: 30px;
  color: #666666;
}
.product-block-apcr-b {
  padding-top: 75px;
  padding-bottom: 75px;
  background: url("../images/product/pharmacokinetics/list_3_bg.png") no-repeat center / cover;
}
.product-block-apcr-b .title {
  color: #ffffff;
}
.product-block-apcr-b .ul {
  --ulp: 35px;
  display: flex;
  margin-top: 50px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.product-block-apcr-b .ul .li {
  width: 33.33%;
  padding: calc(var(--ulp)*0.7) var(--ulp);
}
.product-block-apcr-b .ul .bg {
  border-radius: 12px;
  background: #ffffff;
  height: 100%;
  padding: 40px 15px 50px;
  transition: all 0.3s;
}
.product-block-apcr-b .ul .bg:hover {
  box-shadow: 0 0 85px inset rgba(255, 108, 27, 0.5);
}
.product-block-apcr-b .ul .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-block-apcr-b .ul .icon img {
  width: 70px;
}
.product-block-apcr-b .ul .li-title {
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.product-block-apcr-c {
  padding-top: 90px;
}
.product-block-apcr-c .des {
  margin-top: 30px;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.product-block-apcr-c .list {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.product-block-apcr-c .list .list-li {
  position: relative;
  border-left: 1px solid rgba(151, 151, 151, 0.13);
  width: 33.33%;
  padding: 0 42px;
  font-size: 14px;
  line-height: 1.6em;
  color: #666666;
}
.product-block-apcr-c .list .list-li:nth-child(3n+1) {
  border-left: 0 none;
}
.product-block-apcr-c .list .list-li .li-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.product-block-apcr-c .list .list-li .ul {
  margin-top: 28px;
}
.product-block-apcr-c .list .list-li .ul .li {
  position: relative;
}
.product-block-apcr-c .list .list-li .ul .li + .li {
  margin-top: 1em;
}
.product-block-apcr-c .list .list-li .ul .li::before {
  content: '·';
  display: block;
  position: absolute;
  left: -0.7em;
  top: 0;
}
.product-block-apcr-c .list .list-li .icon-img {
  position: absolute;
  right: 5%;
  bottom: 0%;
}
.product-block-apcr-c .cont {
  padding-top: 60px;
  padding-bottom: 45px;
  font-size: 14px;
  line-height: 1.6em;
}
.product-block-apcr-d {
  padding-bottom: 85px;
}
.product-block-apcr-d .big-title {
  margin-bottom: 40px;
}
.product-block-apcr-d .big-title img {
  display: block;
}
.product-block-apcr-d .big-title .title {
  margin-top: -1.2em;
}
.product-block-apcr-d .more-box {
  margin-top: 20px;
}
.product-block-flow-a {
  overflow: hidden;
  padding-bottom: 40px;
}
.product-block-flow-a .flex-box {
  display: flex;
  margin-top: 84px;
  justify-content: space-between;
}
.product-block-flow-a .flex-box .text-cont {
  position: relative;
  width: 650px;
  padding-top: 30px;
}
.product-block-flow-a .flex-box .text-cont .title {
  line-height: 1.4em;
}
.product-block-flow-a .flex-box .text-cont .cont {
  margin-top: 42px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.product-block-flow-a .flex-box .text-cont hr {
  margin: 80px 0 90px;
  border-color: transparent;
  border-top: 0 none;
  height: 1px;
  border-image: linear-gradient(90deg, #c8c8c8, rgba(151, 151, 151, 0)) 1 1;
}
.product-block-flow-a .flex-box .img-div {
  width: 450px;
}
.product-block-flow-a .flex-box .img-div .img {
  margin-left: -650px;
  margin-right: -40px;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.product-block-flow-b {
  background: url("../images/product/flow/list_2_bg.png") no-repeat center / cover;
  padding: 90px 0 80px;
}
.product-block-flow-b .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.product-block-flow-b .left-cont {
  width: 630px;
}
.product-block-flow-b .left-cont .big-title .title-en {
  margin-bottom: -0.5em;
  text-transform: uppercase;
  font-size: 72px;
  font-family: OPPOSans-H, OPPOSans;
  color: #FFFFFF;
  line-height: 0.9em;
  opacity: 0.13;
}
.product-block-flow-b .left-cont .title {
  margin-bottom: 25px;
}
.product-block-flow-b .left-cont .list {
  --pad: 8px;
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--pad)*-1);
}
.product-block-flow-b .left-cont .list-li {
  width: 50%;
  padding: var(--pad);
}
.product-block-flow-b .left-cont .list-li .bg {
  position: relative;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  height: 100%;
  padding: 48px 22px 19px;
  transition: background 0.3s;
}
.product-block-flow-b .left-cont .list-li .bg:hover {
  background-color: rgba(255, 255, 255, 0.44);
}
.product-block-flow-b .left-cont .list-li img {
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  max-width: 32px;
}
.product-block-flow-b .left-cont .list-li .li-title {
  margin-top: 6px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: bold;
}
.product-block-flow-b .left-cont .list-li .des {
  padding-right: 20px;
  margin-top: 6px;
  line-height: 18px;
}
.product-block-flow-b .right-cont {
  width: 490px;
}
.product-block-flow-c {
  position: relative;
  background: url("../images/product/flow/list_4_bg.jpg") no-repeat center / 100% auto;
  padding-top: 155px;
  padding-bottom: 54px;
  color: #222222;
}
.product-block-flow-c::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 215px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  pointer-events: none;
}
.product-block-flow-c .contain {
  position: relative;
}
.product-block-flow-c .des {
  margin-top: 30px;
  width: 625px;
  line-height: 30px;
  color: #333333;
}
.product-block-flow-d .big-title .title {
  margin-top: 70px;
}
.product-block-immunogenicity-a {
  padding-top: 90px;
  padding-bottom: 95px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.product-block-immunogenicity-a .title {
  color: #222222;
}
.product-block-immunogenicity-a p {
  line-height: 30px;
}
.product-block-immunogenicity-a .block-pad {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-block-immunogenicity-a .block-pad .block-title {
  order: 1;
  width: 127px;
  text-transform: uppercase;
  writing-mode: tb-rl;
  font-size: 90px;
  font-weight: bold;
  line-height: 127px;
  color: #FF7E1B;
  opacity: 0.05;
}
.product-block-immunogenicity-a .block-pad .block-cont {
  width: 1060px;
}
.product-block-immunogenicity-b {
  background: url("../images/product/immunogenicity/list_2_bg.jpg") no-repeat center / cover;
  padding-top: 125px;
  padding-bottom: 100px;
  color: #ffffff;
}
.product-block-immunogenicity-b .title {
  line-height: 1.4em;
}
.product-block-immunogenicity-b .list {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  color: #FFFFFF;
}
.product-block-immunogenicity-b .list .list-li {
  width: 50%;
  padding: 12px 15px;
}
.product-block-immunogenicity-b .list .box {
  display: flex;
  height: 100%;
  align-items: center;
}
.product-block-immunogenicity-b .list .border {
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.53);
  padding: 45px 50px;
  transform: translateY(0);
  box-shadow: unset;
  transition: transform 0.3s, box-shadow 0.3s;
}
.product-block-immunogenicity-b .list .border:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.35);
}
.product-block-immunogenicity-b .list .img {
  margin-right: 40px;
  flex-shrink: 0;
  width: 62px;
}
.product-block-immunogenicity-b .des {
  margin-top: 50px;
  font-size: 18px;
  line-height: 30px;
}
.product-block-immunogenicity-c {
  background: url("../images/product/immunogenicity/list_3_bg.jpg") no-repeat center / cover;
  padding-top: 80px;
}
.product-block-immunogenicity-c .top {
  display: flex;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
.product-block-immunogenicity-c .top .title {
  line-height: 1.4em;
}
.product-block-immunogenicity-c .top .des {
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.product-block-immunogenicity-c .top .list {
  display: flex;
  margin: -5px;
  padding-top: 30px;
  flex-wrap: wrap;
  text-align: center;
  color: #333333;
}
.product-block-immunogenicity-c .top .list .list-li {
  padding: 5px;
  min-width: 205px;
}
.product-block-immunogenicity-c .top .list .border {
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  padding: 19px 23px 25px;
  transform: translateY(0);
  box-shadow: unset;
  transition: transform 0.3s, box-shadow 0.3s;
}
.product-block-immunogenicity-c .top .list .border:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.product-block-immunogenicity-c .top .list .li-title {
  font-size: 14px;
  line-height: 30px;
}
.product-block-immunogenicity-c .top .list .li-vue {
  font-size: 32px;
  font-family: DIN-Bold, DIN;
  font-weight: bold;
}
.product-block-immunogenicity-c .top .list .li-vue span {
  font-size: 14px;
  font-weight: normal;
}
.product-block-immunogenicity-c .top .cont {
  width: 610px;
}
.product-block-immunogenicity-c .top .title-img {
  margin-top: 20px;
}
.solution-banner {
  position: relative;
}
.solution-banner > img {
  min-height: 596px;
  height: 648px;
}
.solution-banner .flex {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* padding-top: 100px; */
  align-items: center;
  color: #ffffff;
}
.solution-banner .wid1 {
  margin: 0 auto;
  width: 820px;
  text-align: center;
}
.solution-banner .title {
  line-height: 1.18em;
}
.solution-banner .des {
  margin-top: 10px;
  font-size: 30px;
  line-height: 30px;
  padding-top: 0;
  text-transform: uppercase;
}
.solution-process {
  padding-bottom: 125px;
}
.solution-process .process-list {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 115px;
}
.solution-process .process-list .list-wid {
  flex-shrink: 0;
}
.solution-process .process-list .list-wid:hover .img-con {
  transform: scaleX(-1);
}
.solution-process .process-list .list-wid .txt .num {
  font-size: 24px;
  font-family: DIN-Bold, DIN;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.solution-process .process-list .list-wid .txt .title {
  font-size: 22px;
  line-height: 30px;
  color: #222222;
}
.solution-process .process-list .list-wid .img-con {
  display: inline-block;
  margin-top: 22px;
  vertical-align: top;
  border-radius: 50%;
  box-shadow: 0px 0px 29px 0px rgba(255, 112, 33, 0.48);
  transform: scaleX(1);
  transition: transform 0.3s;
}
.solution-process .process-list .list-wid .img-con img {
  display: block;
  border-radius: 50%;
}
.solution-process .process-list .list-jt {
  width: 160px;
  padding-top: 110px;
}
.solution-process .process-list .list-jt.list-jt1 .line-jt {
  width: 120%;
}
.solution-process .process-list .list-jt.list-jt2 .line-jt {
  margin-left: -25%;
  width: 130%;
}
.solution-process .process-list .list-jt.list-jt3 .line-jt {
  margin-left: -5%;
  width: 120%;
}
.solution-process .process-list .list-jt .line-jt {
  display: flex;
  align-items: center;
  width: 120%;
}
.solution-process .process-list .list-jt .line {
  position: relative;
  width: 100%;
  height: 4px;
}
.solution-process .process-list .list-jt .line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  border-radius: 2px;
  width: calc(100% + 15px);
  height: 100%;
  background: #ff792f;
}
.solution-process .process-list .list-jt .jt {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 22px;
  height: 26px;
}
.solution-process .flex-list {
  border: 1px solid rgba(205, 205, 205, 0.31);
}
.solution-process .flex-list .list-li {
  display: flex;
  justify-content: space-between;
}
.solution-process .flex-list .list-li + .list-li {
  border-top: 1px solid rgba(205, 205, 205, 0.31);
}
.solution-process .flex-list .list-li:nth-child(even) .cont-cont {
  order: 2;
}
.solution-process .flex-list .list-li.full-img .cont-cont {
  order: 0;
}
.solution-process .flex-list .list-li.full-img .img-cont {
  width: 1px;
}
.solution-process .flex-list .list-li.full-img .img-cont .img {
  margin-left: -1197px;
}
.solution-process .flex-list .list-li:hover .img-cont img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.solution-process .flex-list .list-li .cont-cont {
  width: 100%;
  padding: 60px 40px 40px;
}
.solution-process .flex-list .list-li .img-cont {
  flex-shrink: 0;
}
.solution-process .flex-list .list-li .img-cont img {
  display: block;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translate(0, 0);
  transition: transform 0.3s, box-shadow 0.3s;
}
.solution-process .flex-list .list-li .num {
  font-size: 82px;
  font-family: HarmonyOS_Sans_Thin;
  line-height: 1em;
  color: rgba(34, 34, 34, 0.15);
}
.solution-process .flex-list .list-li .li-title {
  margin-top: 24px;
  font-weight: bold;
  color: #222222;
}
.solution-process .flex-list .list-li .li-cont {
  margin-top: 30px;
  max-width: 625px;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
}
.solution-process .flex-list .list-li .li-cont p {
  margin: 5px 0;
  line-height: inherit;
}
.about-type-a {
  padding-top: 115px;
  padding-bottom: 80px;
}
.about-type-a .list {
  display: flex;
  flex-wrap: wrap;
}
.about-type-a .list-li {
  margin-top: -1px;
  margin-left: -1px;
  width: 50%;
}
.about-type-a .list-li .border {
  display: block;
  position: relative;
  height: 100%;
  background: url("../images/about/list_1_bg.png") no-repeat center / 100% 100%;
  padding: 55px 33px 45px;
}
.about-type-a .list-li .border:hover .more {
  background: #FF7E1B;
  color: #ffffff;
}
.about-type-a .list-li .bg-img {
  display: block;
  position: absolute;
  right: 57px;
  top: 85px;
  width: 100px;
  height: 100%;
  pointer-events: none;
}
.about-type-a .list-li .bg-img img {
  display: block;
  margin: 0 auto;
}
.about-type-a .list-li .li-title {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  color: #222222;
}
.about-type-a .list-li .des {
  margin-top: 18px;
  position: relative;
  width: 400px;
  max-width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.about-type-a .list-li .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  position: relative;
  border-radius: 22px;
  border: 1px solid #FF7E1B;
  padding: 0 2.8em;
  font-size: 14px;
  line-height: 42px;
  color: #FF7E1B;
  transition: all 0.3s;
}
.about-history {
  padding-bottom: 48px;
  position: relative;
  top: 0;
}

.about-history .contain h2 {
  position: relative;
  padding-top: 60px;
}

.about-history .bg {
  display: flex;
  margin-top: 60px;
  position: relative;
  justify-content: space-between;
}
.about-history .bg-img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.about-history .bg-title {
  order: 2;
  margin-right: -20px;
  writing-mode: tb-rl;
  font-size: 114px;
  font-family: HarmonyOS_Sans_Thin;
  letter-spacing: 12px;
  line-height: 0.8em;
  color: #222222;
  opacity: 0.05;
}
.about-history .cont-block {
  position: relative;
}
.about-history .list {
  position: relative;
  padding-bottom: 50px;
}
.about-history .list::before {
  content: '';
  position: absolute;
  left: 132px;
  top: 32px;
  height: 100%;
  border: 1px solid;
  border-image: linear-gradient(164deg, #1fb8fe, #1fb8fe, rgba(255, 108, 27, 0)) 1 1;
}
.about-history .list .list-li {
  display: flex;
  align-items: flex-start;
}
.about-history .list .list-li + .list-li {
  margin-top: 65px;
}
.about-history .list .list-li .num {
  flex-shrink: 0;
  width: 110px;
  line-height: 62px;
  color: #262b2a;
}
.about-history .list .list-li .point {
  margin: 25px 15px 0 15px;
  position: relative;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #1fb8fe;
}
.about-history .list .list-li .cont {
  padding-left: 0.8em;
  font-size: 16px;
  line-height: 20px;
  width: 40%;
  color: #646666;
}
.about-history .list .list-li .cont p {
  position: relative;
}
.about-history .list .list-li .cont p + p {
  margin-top: 12px;
}
.about-history .list .list-li .cont p::before {
  content: '·';
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -0.8em;
}
.about-history .list .list-li .cont br {
  height: 0;
}
.about-partner .top {
  background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
}
.about-partner .title {
  margin-bottom: 50px;
}
.about-partner .map img {
  display: block;
  margin-left: 2%;
}
.about-partner .contain-wid {
  padding-left: 65px;
  padding-right: 65px;
}
.about-partner .customer-list {
  display: flex;
  margin-top: -115px;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
}
.about-partner .customer-list::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg, #FF8A4A 0%, #1fb8fe 100%);
  border-radius: 13px;
  opacity: 0.14;
  filter: blur(5.6px);
}
.about-partner .customer-list .customer-li {
  position: relative;
  width: 48.5%;
}
.about-partner .customer-list .customer-li:nth-child(1) .pad {
  background-image: url("../images/about/list_3_2_1.png");
}
.about-partner .customer-list .customer-li:nth-child(2) .pad {
  background-image: url("../images/about/list_3_2_2.png");
}
.about-partner .customer-list .customer-li .pad {
  border-radius: 13px;
  height: 100%;
  padding: 30px 27px 20px;
  background: linear-gradient(155deg, #FF8A4A 0%, #1fb8fe 100%);
  background: no-repeat center / 100% 100%;
}
.about-partner .customer-list .customer-li .pad .h6 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
.about-partner .customer-list .customer-li .pad p {
  position: relative;
  margin-left: 0.8em;
}
.about-partner .customer-list .customer-li .pad p + p {
  margin-top: 12px;
}
.about-partner .customer-list .customer-li .pad p::before {
  content: '·';
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -0.8em;
}
.about-partner .logo-list {
  display: flex;
  margin: -20px;
  padding-top: 55px;
  padding-bottom: 55px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about-partner .logo-list .list-li {
  display: inline-flex;
  padding: 20px;
}
.custom-banner {
  position: relative;
}
.custom-banner .box {
  position: relative;
  border-radius: 18px;
}
.custom-banner .box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 90%;
  width: 100%;
  height: 67px;
  background: rgba(65, 80, 115, 0.08);
  filter: blur(10px);
}
.custom-banner img {
  display: block;
  border-radius: 18px;
}
.custom-banner .flex {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 35px;
  align-items: center;
  color: #ffffff;
}
.custom-block-a {
  padding-top: 90px;
}
.custom-block-a .list {
  display: flex;
  margin: -10px;
  padding-top: 85px;
  flex-wrap: wrap;
}
.custom-block-a .list .list-li {
  width: 50%;
  padding: 10px;
}
.custom-block-a .list .border {
  position: relative;
  height: 100%;
  padding: 40px 40px;
}
.custom-block-a .list .border::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.44);
  box-shadow: 3px 8px 9px 0px rgba(0, 0, 0, 0.02);
  opacity: 0.06;
}
.custom-block-a .list .title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.custom-block-a .list .title-box .li-title {
  padding-top: 20px;
  line-height: 27px;
}
.custom-block-a .list .des {
  margin-top: 25px;
  font-size: 16px;
  line-height: 29px;
  color: #999999;
}
.custom-block-b {
  padding-top: 90px;
  padding-bottom: 70px;
}
.custom-block-b .contain-wid {
  margin: 0 auto;
  width: 935px;
  max-width: 100%;
}
.custom-block-b .des {
  margin-top: 30px;
  margin-bottom: -5px;
  font-size: 16px;
  line-height: 29px;
  color: #999999;
}
/* 自定义下拉 */
.select-self {
  --active-color: #1fb8fe;
  --border: #dddddd;
  --size: 16px;
  --fill: #333333;
  position: relative;
  font-size: var(--szie);
}
.select-self .select-val-model {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-self .select-val-model .jt svg {
  width: 1em;
  height: 1em;
  fill: #707070;
}
.select-self .select-val-model:hover {
  --fill: var(--active-color);
  color: var(--active-color);
}
.select-self .select-val-model:hover::after {
  border-top-color: var(--active-color);
}
.select-self .select-list {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: 211px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid var(--border);
}
.select-self .select-list li {
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  line-height: 1.4em;
  font-size: 14px;
  color: #999;
}
.select-self .select-list li + li {
  border-top: 1px solid var(--border);
}
.select-self .select-list li.select,
.select-self .select-list li:hover {
  background: #fcfcfc;
  color: var(--active-color);
}
.select-self.show-list {
  z-index: 2;
}
.select-self.show-list .select-list {
  display: block;
}
.select-self.show-list .select-val-model {
  --fill: var(--active-color);
  color: var(--active-color);
}
.select-self.show-list .select-val-model::after {
  border-top-color: var(--active-color);
}
.select-self.show-list .select-val-model .self-svg {
  transform: scaleY(-1);
}
.contact-form {
  --lh: 58px;
  --lpd: 13px;
  padding-top: 33px;
  padding-bottom: 115px;
}
.contact-form .form {
  margin: 0 auto;
  width: 525px;
}
.contact-form .form .form-li {
  position: relative;
  padding: 10px 0;
  line-height: var(--lh);
}
.contact-form .form .title {
  position: relative;
  line-height: 1.4em;
}
.contact-form .form .title .tips {
  top: 50%;
  transform: translateY(-35%);
}
.contact-form .form .border {
  border-radius: 6px;
  border: 1px solid #E9E9E9;
  width: 100%;
  padding: var(--lpd) 10px;
  line-height: calc(var(--lh) - var(--lpd)*2);
}
.contact-form .form .input {
  font-size: 16px;
  color: #777777;
}
.contact-form .form .input::placeholder {
  color: #999999;
}
.contact-form .form .tips {
  position: absolute;
  left: -20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  font-style: inherit;
  color: #1fb8fe;
}
.contact-form .form .submit {
  border-color: transparent;
  border-radius: calc(var(--lh)/2);
  font-size: 24px;
  cursor: pointer;
  color: #FFFFFF;
}
.search-block {
  padding-top: 60px;
}
.search-block .search-form {
  margin-top: 40px;
}
.search-block .news_two {
  padding-top: 10px;
}
.search-form {
  --lh: 52px;
  width: 710px;
}
.search-form .form {
  display: flex;
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  overflow: hidden;
  width: 100%;
  justify-content: space-between;
}
.search-form .key {
  width: calc(100% - var(--lh));
  padding: 0 1em;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
.search-form .submit-btn {
  border-radius: 6px;
  background: linear-gradient(155deg, #FF8A4A 0%, #1fb8fe 100%);
  width: var(--lh);
  height: var(--lh);
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.search-form .submit-btn svg {
  width: 50%;
  height: 50%;
  fill: #ffffff;
}
.search-form .submit-btn:hover {
  background: linear-gradient(-155deg, #1fb8fe 100%, #FF8A4A 0%);
}

/* 内页通用导航栏 */

.ny-category {
    height: 90px;
    width: 100%;
    margin-top: -90px;
    position: absolute;
    z-index: 50;
    background: rgba(255, 255, 255, .6);
}

.ny-category .ny-menu {
    width: 1200px;
    margin: 0 auto;
}

.ny-category .ny-menu .item-box {
    display: flex;
    justify-content: space-around;
}

.ny-category .ny-menu .item-box .item{
    display: block;
    font-size: 25px;
    line-height: 90px;
}

.ny-category .ny-menu .item-box .active{
    font-weight: bold;
}


/* 关于协会-协会简介 */

.about-intro {
    padding-bottom: 48px;
}

.about-intro .intro-box {
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0 20px;
}

.about-intro .intro-box .intro-left {
    width: 50%;
    padding: 10px 25px 10px 0;
}

.about-intro .intro-box .intro-left .bg {
    padding-top: 20px;
}

.about-intro .intro-box .intro-left .bg p {
    font-size: 16px;
    color: #646666;
    text-indent: 32px;
    line-height: 28px;
    padding: 10px 0;
    text-align: justify;
}

.about-intro .intro-box .intro-right {
    margin-top: 105px;
} 
    

/* 通用二级内页 */
.page-box {
    padding: 45px 0px;
    min-height: 400px;
}

.des {
    padding-top: 40px;
    font-size: 16px;
}

.des p {
    line-height: 30px !important;
    color: #646666 !important;
    text-indent: 32px !important; 
}

.common-page .time {
  text-align: center;
  font-size: 14px;
  color: #646666;
  padding-top: 10px;
}


/* 两个换行icon  示例：研究方向与主题 */
.two-item-page .contain .page-box .intro-left .cate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.two-item-page .contain .page-box .intro-left .cate .item {
    width: 49%;
    background: #fafafa;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 20px;
    position: relative;
}

.two-item-page .contain .page-box .intro-left .cate .item .icon-title{
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 20px;
    color: #262b2a;
}

.two-item-page .contain .page-box .intro-left .cate .item .icon-img{
    top: 10px;
    right: 48px;
    position: absolute;
}

.two-item-page .contain .page-box .intro-left .cate .item .icon-des{
    font-size: 16px;
    line-height: 30px;
    color: #929292;
}

/* 单行icon  示例：研究成果展示 */
.one-item-page .contain .page-box .intro-left .cate {
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0;
    justify-content: space-between;
}

.one-item-page .contain .page-box .intro-left .cate .item {
    width: 18.8%;
    background: #fafafa;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

.one-item-page .contain .page-box .intro-left .cate .item .icon-title{
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    height: 90px;
    padding: 20px 0;
    color: #262b2a;
    text-align: center;
}

.one-item-page .contain .page-box .intro-left .cate .item .icon-img{
    text-align: center;
}

.one-item-page .contain .page-box .intro-left .cate .item .icon-des{
    font-size: 16px;
    line-height: 30px;
    color: #929292;
}


/* 时间轴样式单页  示例：行业政策解读 */
.timeline-page .list {
  position: relative;
  padding: 30px 0;
  margin: 30px 0;
}
.timeline-page .list::before {
  content: '';
  position: absolute;
  left: 26.9%;
  top: 32px;
  height: 95%;
  border: 1px solid;
  border-image: linear-gradient(164deg, #1fb8fe, #1fb8fe, rgba(255, 108, 27, 0)) 1 1;
}
.timeline-page .list .list-li {
  display: flex;
  align-items: flex-start;
}
.timeline-page .list .list-li + .list-li {
  margin-top: 65px;
}
.timeline-page .list .list-li .num {
  flex-shrink: 0;
  width: 25%;
  line-height: 30px;
  color: #262b2a;
  font-size: 22px;
  text-align: right;
}
.timeline-page .list .list-li .point {
  margin: 0px 15px 0 15px;
  position: relative;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #1fb8fe;
}
.timeline-page .list .list-li .cont {
  font-size: 16px;
  line-height: 20px;
  width: 50%;
  color: #646666;
}
.timeline-page .list .list-li .cont p {
  position: relative;
}
.timeline-page .list .list-li .cont p + p {
  margin-top: 12px;
}
.timeline-page .list .list-li .cont p::before {
  content: '·';
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -0.8em;
}
.timeline-page .list .list-li .cont br {
  height: 0;
}
.timeline-page .list .item-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    max-width: none;
}


/* 左右图文格式 示例：申请通道 */
.apply-page .contain .page-box .intro-left .cate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    background-color: #caeeff;
    border-radius: 10px;
}

.apply-page .contain .page-box .intro-left .cate .item {
    width: 55%;
    padding: 30px;
    position: relative;
}

.apply-page .contain .page-box .intro-left .cate .img {
    width: 43%;
}

.apply-page .contain .page-box .intro-left .cate .img img{
    border-radius: 10pxs;
}

.apply-page .contain .page-box .intro-left .cate .item .icon-title{
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 20px;
    color: #262b2a;
    text-indent: 32px;
}


.apply-page .contain .page-box .intro-left .cate .item .icon-des{
    font-size: 16px;
    line-height: 32px;
    color: #929292;
}