@charset "utf-8";
:root {
  /* 导航高度 */
  --header-height: 1rem;
  /* COLOR */
  --color-active: #33416f;
  --color-blue-004: #33416f;
  --color-blue-095: #095cae;
  --color-blue-163: #163494;
  --color-blue-1635: #163595;
  --color-blue-345: #345999;
  --color-red-e41: #e41313;
  --color-white: #fff;
  --color-black: #282828;
  --color-gray-f6: #f6f6f6;
  --color-gray-f4: #f4f4f4;
  --color-gray-eee: #eee;
  --color-gray-ddd: #ddd;
  --color-gray-bbb: #bbb;
  --color-gray-999: #999;
  --color-gray-666: #666;
  --color-gray-444: #444;
  --color-gray-333: #333;
  /* --- font40以下 */
  --font12: clamp(12px, 0.12rem, 12px);
  --font14: clamp(12px, 0.14rem, 14px);
  --font15: clamp(12px, 0.15rem, 15px);
  --font16: clamp(13px, 0.16rem, 16px);
  --font17: clamp(13px, 0.17rem, 17px);
  --font18: clamp(14px, 0.18rem, 18px);
  --font20: clamp(15px, 0.2rem, 20px);
  --font22: clamp(16px, 0.22rem, 22px);
  --font24: clamp(17px, 0.24rem, 24px);
  --font26: clamp(18px, 0.26rem, 26px);
  --font28: clamp(18px, 0.28rem, 28px);
  --font30: clamp(20px, 0.3rem, 30px);
  --font32: clamp(20px, 0.32rem, 32px);
  --font34: clamp(22px, 0.34rem, 34px);
  --font36: clamp(22px, 0.36rem, 36px);
  --font38: clamp(24px, 0.38rem, 38px);
  /* --- font40 */
  --font40: clamp(23px, 0.4rem, 40px);
  --font42: clamp(24px, 0.42rem, 42px);
  --font44: clamp(24px, 0.44rem, 44px);
  --font46: clamp(25px, 0.46rem, 46px);
  --font48: clamp(26px, 0.48rem, 48px);
  /* --- font50 */
  --font50: clamp(28px, 0.5rem, 50px);
  --font52: clamp(28px, 0.52rem, 52px);
  --font54: clamp(28px, 0.54rem, 54px);
  --font56: clamp(28px, 0.56rem, 56px);
  --font58: clamp(29px, 0.58rem, 58px);
  /* --- font60 */
  --font60: clamp(30px, 0.6rem, 60px);
  --font62: clamp(31px, 0.62rem, 62px);
  --font64: clamp(31px, 0.66rem, 64px);
  --font66: clamp(31px, 0.66rem, 66px);
  /* --- font70以及以上 */
  --font70: clamp(32px, 0.7rem, 70px);
  --font72: clamp(32px, 0.72rem, 72px);
  --font74: clamp(32px, 0.74rem, 74px);
  --font80: clamp(32px, 0.8rem, 80px);
  --font100: 1rem;
  --font120: 1.2rem;
  --font160: 1.6rem;
  --font230: 2.3rem;
}
@media (max-width: 1580px) {
  :root {
    --header-height:80px;
  }
}
/* 公共字体 */
.font12 {
  font-size: var(--font12);
}
.font14 {
  font-size: var(--font14);
}
.font15 {
  font-size: var(--font15);
}
.font16 {
  font-size: var(--font16);
}
.font18 {
  font-size: var(--font18);
}
.font20 {
  font-size: var(--font20);
}
.font22 {
  font-size: var(--font22);
}
.font24 {
  font-size: var(--font24);
}
.font26 {
  font-size: var(--font26);
}
.font28 {
  font-size: var(--font28);
}
.font30 {
  font-size: var(--font30);
}
.font32 {
  font-size: var(--font32);
}
.font34 {
  font-size: var(--font34);
}
.font36 {
  font-size: var(--font36);
}
.font38 {
  font-size: var(--font38);
}
.font40 {
  font-size: var(--font40);
}
.font42 {
  font-size: var(--font42);
}
.font44 {
  font-size: var(--font44);
}
.font46 {
  font-size: var(--font46);
}
.font48 {
  font-size: var(--font48);
}
.font50 {
  font-size: var(--font50);
}
.font52 {
  font-size: var(--font52);
}
.font54 {
  font-size: var(--font54);
}
.font56 {
  font-size: var(--font56);
}
.font58 {
  font-size: var(--font58);
}
.font60 {
  font-size: var(--font60);
}
.font62 {
  font-size: var(--font62);
}
.font64 {
  font-size: var(--font64);
}
.font66 {
  font-size: var(--font66);
}
.font70 {
  font-size: var(--font70);
}
.font72 {
  font-size: var(--font72);
}
.font72 {
  font-size: var(--font74);
}
.font80 {
  font-size: var(--font80);
}
.font100 {
  font-size: var(--font100);
}
.font120 {
  font-size: var(--font120);
}
.font160 {
  font-size: var(--font160);
}
.font230 {
  font-size: var(--font230);
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: calc(100vw / 21);
  }
}
@media (max-width: 1280px) {
  html {
    font-size: calc(100vw / 19.3);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/15);
  }
}
@media (max-width: 480px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  font-family: 'Microsoft YaHei','Arial', 'Microsoft YaHei UI', 'SimSun', 'SimHei';
  font-size: 16px;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}
html, body, div, span, iframe, map, font, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th{ padding: 0; margin: 0; border: 0; font-weight: normal; font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;  list-style:none;}
html, body { position: relative; height: 100%;}
body::-webkit-scrollbar { width:2px;}
body::-webkit-scrollbar-track { background: rgba(232, 232, 232, 1);}
body::-webkit-scrollbar-thumb { background: #33416f;}
img{ border:0; max-width: 100%; }
input,button,a { outline: none;}
a{ text-decoration:none; color:#000;  }
a:hover{ color:red;  }
.clear { clear:both;}
.clearfix { zoom:1;}
.clearfix:after { content:''; display:block; height:0; clear:both;}
div { box-sizing:border-box;}
.dn { display: none;}
#screen { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; background: rgba(0,0,0,0.5);}
/*通用样式*/
.container {
  width: 1260px;
  height: auto;
  max-width: 92%;
  margin: 0 auto;
}


.fcc {display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
.fsc {display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;}
/*通用样式*/

.menuBtn { display: none;}
.logo { margin-right: 95px; width: 55px; position: relative;}
.footLogo { width: 55px;}
.logo img,.footLogo img { display: block; width:100%; transition: all 0.5s;}
.headerLeft { display: flex; align-items: center;}
.header { height:80px; background: #1d4e9d; transition: all 0.5s; position: fixed; left: 0; top: 0; width: 100%; z-index: 20; display: flex; padding: 0 45px; justify-content: space-between; align-items: center;}
.headerCont { display: flex; width: 1260px; max-width: 92%; margin: 0 auto; justify-content: space-between;}
.header .nav li h2 a:hover { opacity: .8;}
.nav>ul{ display: flex; justify-content: center; align-items: center;}
.nav li { margin-right: clamp(20px,.5rem,60px); line-height: 80px;}
.nav li:last-child { margin-right: 0;}
.nav li h2 { display: flex; align-items: center; gap: ; height: 80px; position: relative;}
.nav li h2::after { content: ''; height: 2px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.5s; width: 0; background: #33416f;}
.nav li:hover h2::after { width:100%;}
.nav li h2 a { transition: all 0.5s; line-height:80px; white-space: nowrap; font-size:16px; color: #ffffff;}
.nav li { position: relative;}
.nav li dl { box-sizing: border-box; display: none; width:160px; background: #ffffff; position: absolute; left: 50%; transform: translateX(-50%); top:80px;}
.nav li dt { text-align: center; font-size: clamp(14px,.16rem,16px); line-height:2;}
.nav li dt:last-child { margin-bottom: 0;}
.nav li dt a { display: block; transition: all 0.3s; padding: 5px 0;}
.nav li dt:hover>a { color: #1d4e9d; }
.nav li h2 i { margin-left: 10px; background: url(../images/icon.png) center no-repeat; width: 14px; height: 8px; display: block; transition: all .4s;}
.nav li:hover h2 i { transform: rotate(180deg);}
@media screen and (min-width: 1201px) {
	.nav li.navMega dl { position: fixed; left: 0; top: 80px; width: 100%; transform: none; background: #e8e8e8; padding: 45px 0 50px; text-align: center; z-index: 19; line-height: normal;}
	.nav li.navMega dl dt { display: inline-block; width: 240px; margin: 0 10px; vertical-align: top; line-height: normal; text-align: center;}
	.nav li.navMega dl dt a { position: relative; padding: 0; aspect-ratio: 1 / 1; overflow: hidden; color: #ffffff;}
	.nav li.navMega dl dt a img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s;}
	.nav li.navMega dl dt a::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.42); z-index: 1; transition: background .3s;}
	.nav li.navMega dl dt a:hover::before { background: rgba(0,0,0,0.42);}
	.nav li.navMega dl dt a:hover img { transform: scale(1.05);}
	.nav li.navMega dl dt a p { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 88%; z-index: 2; color: #ffffff; font-size: 18px; font-weight: normal; line-height: 1.45; text-align: center; margin: 0; white-space: normal;}
	.nav li.navMega dl dt:hover > a { color: #ffffff;}
	.nav li.navSimple dl { width: auto; min-width: 120px; background: #f0f0f0; padding: 0 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.08);}
	.nav li.navSimple dl dt { text-align: center; line-height: normal; border-bottom: 1px solid #dddddd;}
	.nav li.navSimple dl dt:last-child { border-bottom: none;}
	.nav li.navSimple dl dt a { padding: 14px 0; color: #333333; font-size: 14px; text-align: center;}
	.nav li.navSimple dl dt:hover > a { color: #1d4e9d;}
}
.menuControl { display: flex; align-items: center; color: #ffffff;}
.menuControl .contact { margin-right: 25px; display: block; font-size: 14px; border: 1px solid #ffffff; line-height: 34px; padding: 0 16px; border-radius: 34px; color: #ffffff; transition: all .4s;}
.menuControl .contact:hover { color: #1d4e9d; background: #ffffff;}
.langChose a {font-size: 14px; color: #ffffff;}
.banner video { display: block; width: 100%; object-fit: cover; height: 100vh;}
.banner img { display: block; width: 100%; object-fit: cover;}
.techBanner img { height: auto; object-fit: cover;}
/*banner*/
.homeCont { background: url(../images/bg.jpg) center top no-repeat; background-size: cover; padding: 80px 0 160px;}
.titleCell { text-align: center;}
.titleCell h2 { font-weight: bold; font-size: 44px; color: #000000;}

.introduceSwiper .swiper-slide {  display: flex; justify-content: space-between; gap: 100px; padding: 60px 60px 60px 130px;}
.introduceSwiper { margin-top:80px; border-radius: 16px; border: 5px solid rgba(255,255,255,.5); background: rgba(255,255,255,.3);-webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);}
.introduceImg { width: 445px; max-width: 100%;}
.introduceDesc { flex: 1; display: flex; flex-direction: column; align-items: start; justify-content: space-between;}
.descTitle span {color: #0072ea; font-size: 18px;}
.descTitle h2 {font-size: 36px; color: #000000;}
.descInfor p {text-align: justify; font-size: 18px; line-height: 2; color: #000000;}
.introduceDesc a { border-radius: 38px; font-size: 14px; color: #ffffff; line-height: 38px; display: inline-flex; padding: 0 40px; background: #0072ea; transition: all .4s;}
.introduceDesc a:hover { background: #1d4e9d;}
.introduceSwiper .swiper-pagination { bottom: 20px;}
.introduceSwiper .swiper-pagination span { background: #1c1c1c;}
.introduceSwiper .swiper-pagination span.swiper-pagination-bullet-active { width: 28px; border-radius: 6px;}
.section-2 { margin: 155px 0 120px;}
.resultSwiper {margin-top: 60px;position: relative;}
.resultSwiper .swiper { padding: 20px 0 45px;}
.resultSwiper .swiper-slide { box-shadow: 0 10px 10px rgba(0,0,0,0.2);}
.resultSwiper .swiper-slide img { display: block; width: 100%;}
.resultSwiper .swiper-button-prev { color: #231815; transition: all .4s; left: -7.8vw;}
.resultSwiper .swiper-button-next { color: #231815; transition: all .4s; left: auto; right: -7.8vw; }
.resultSwiper .swiper-button-prev:after,.resultSwiper .swiper-button-next::after { font-size: 24px; font-weight: bold;}
.resultSwiper .swiper-button-next:hover,.resultSwiper .swiper-button-prev:hover { color: #0072ea;}
.resultSwiper .swiper-pagination span { background: #1c1c1c;}
.resultSwiper .swiper-pagination span.swiper-pagination-bullet-active { width: 28px; border-radius: 6px;}
.section3-cont img { display: block; width: 100%;}
.section3-cont { margin-top: 80px;}
.section-3 { margin-bottom: 120px;}
.newsSwiper img { display: block; width: 100%;}
.newsSwiper { margin-top: 80px;}
.newsSwiper .swiper-slide { position: relative;}

.newsImg { overflow: hidden; position: relative;}
.newsImg img { display: block; width: 100%; object-fit: cover; aspect-ratio: 388 / 300;}
.newsDesc { background: rgba(0,0,0,0.5); position: absolute; left: 0; top: 0; width: 100%;}
.newsDate { transition: all .4s; background: rgba(0,0,0,0.5); color: #ffffff; font-size: 21px; line-height:70px; padding: 0 25px;}
.newsDesc p { color: #ffffff; font-size: 16px; line-height: 1.5; padding: 30px 25px;}
.newsSwiper .swiper-slide:hover .newsDate{ background: #1d4e9d;}
.newsSwiper { position: relative;}
.newsSwiper .swiper { padding-bottom: 45px; position: relative;}
.newsSwiper .swiper-button-prev { color: #231815; transition: all .4s; left: -7.8vw;}
.newsSwiper .swiper-button-next { color: #231815; transition: all .4s; left: auto; right: -7.8vw; }
.newsSwiper .swiper-button-prev:after,.resultSwiper .swiper-button-next::after { font-size: 24px; font-weight: bold;}
.newsSwiper .swiper-button-next:hover,.resultSwiper .swiper-button-prev:hover { color: #0072ea;}
.newsSwiper .swiper-pagination span { background: #1c1c1c;}
.newsSwiper .swiper-pagination span.swiper-pagination-bullet-active { width: 28px; border-radius: 6px;}
.section-5 {border-radius: 16px; border: 5px solid rgba(255,255,255,.5); background: rgba(255,255,255,.3);-webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
padding: 80px 40px 0; margin: 120px 0 0;}
.sectionDesc { display: flex;}
.peoImg {padding-top: 65px; width: 380px; max-width: 100%;}
.peoImg img { display: block; width: 100%;}
.peoArt { flex: 1; display: flex;}
.peoCenter { flex: 1;}
.peoRight { display: flex; align-items: end;}
.peoTitle { margin-bottom:30px; display: flex; align-items: center;}
.peoTitle h2 {font-size: 43.88px;color: #0072ea; margin-right: 140px;}
.peoLeft { padding-top: 95px; margin-right: 44px;}
.peoTitle li { font-size: 15px; color: #000000; line-height: 22px;} 
.peoRight { margin-left: 15px; padding-bottom: 38px;}
.peoInfor p {text-align: justify; margin-bottom: 30px; font-size: 18px; color: #000000; line-height: 2; letter-spacing: 1.5px;}
.peoInfor p:last-child { margin: 0;}
/*inBanner*/
.page-banner { position: relative; overflow: hidden;background:#000;}
.page-banner .img img { width: 100%; display: block; height: 100%; min-height: 200px; object-fit: cover;}
.page-banner:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2); z-index: 2;}
.inText { z-index: 3; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.inText h2 { color: #ffffff; font-weight: bold; line-height: 1; margin-bottom: .2rem; font-size:var(--font60); -webkit-animation-duration: 0.8s; animation-duration: 0.8s;-webkit-animation-fill-mode: both;animation-fill-mode: both; -webkit-animation-name: h-line-mask-anim;animation-name: h-line-mask-anim;}
.inText p { color: #ffffff;line-height: 1.4; margin-bottom: .32rem; font-size: var(--font20);-webkit-animation-duration: 0.8s; animation-duration: 0.8s;-webkit-animation-fill-mode: both;animation-fill-mode: both; -webkit-animation-name: h-line-mask-anim;animation-name: h-line-mask-anim;animation-delay: .2s;}
@-webkit-keyframes h-line-mask-anim {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
    clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
  }
}
@keyframes h-line-mask-anim {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
    clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
  }
}
/*footer*/
.footer { background: #003584; padding: 65px 0;}
.footerTop { display: flex; justify-content: space-between;}
.footLink { text-align: right;}
.footLink li a { font-size: 14px; line-height: 34px; color:#ffffff; transition: all .4s;}
.footLink li a:hover { opacity: .5;}
.footerContact li { margin-bottom: 32px; display: flex; color: #ffffff; align-items: center;}
.footIcon { margin-right:20px;}
.contactText span { font-size: 12px;}
.contactText a { color: #ffffff;}
.footIcon { width: 21px;}
/*about*/
.aboutPage { background: url(../images/aboutbg.png) center top no-repeat #f2f2f2; padding: 140px 0;}
.aboutCont { width: 1160px; max-width: 92%; margin: 0 auto;}

.about-section-2 .titleCell { text-align: left;}
.about-section { margin-bottom: 120px;}
.about-section:last-child { margin-bottom: 0;}
#contact { scroll-margin-top: 100px;}
.aboutImg { margin-top: 60px; border-radius: 16px; overflow: hidden;}
.aboutImg img { display: block; width: 100%;}
.aboutIntro { margin-top: 50px;}
.aboutSlogan { text-align: left; font-size: 30px; font-weight: normal; color: #0072ea; line-height: 1.8; margin-bottom: 45px; display: inline-block;}
.aboutText p { letter-spacing: 2px; font-size: 18px; font-weight: normal; color: #282828; line-height: 2.2; margin-bottom: 28px; text-align: justify;}
.aboutText p:last-child { margin-bottom: 0;}
.aboutJoin { margin-top: 50px; text-align: left;}
.joinItem { margin-bottom: 45px;}
.joinItem:last-child { margin-bottom: 0;}
.joinItem h3 { font-size: 22px; font-weight: normal; color: #0072ea; line-height: 1.5; margin-bottom: 18px; display: inline-block;}
.joinItem p { margin-bottom: 40px; letter-spacing: 2.5px; font-size: 18px; font-weight: normal; color: #282828; line-height: 2.2; text-align: left;}
.joinItem a { font-size: 18px; font-weight: normal; color: #0072ea;  transition: all .4s;}
.joinItem a:hover { opacity: .7; color: #0072ea;}
.aboutContact { margin-top: 60px; display: flex; justify-content: space-between; gap: 60px;}
.contactItem { flex: 1; text-align: center;}
.contactItem h3 { font-size: 30px; color: #0072ea; margin-bottom: 24px;}
.contactItem p { margin-top: 50px; font-size: 16px; font-weight: normal; color: #282828; line-height: 1.8; margin-bottom:5px;}
.contactItem p a { color: #282828; text-decoration: none; transition: all .4s;}
.contactItem p a:hover { color: #0072ea;}
.contactIcon img { display: block; margin: 0 auto; width: auto;}
.contactQrcode { width: 150px; margin: 0 auto;}
.contactQrcode img { display: block; width: 100%;}
.about-section-2 .titleCell h2{ font-size: 35px;}
/*technology_gmp*/
.technologyCont { background: #ffffff;}
.techWhite { background: #ffffff; padding:130px 0 100px;}
.techGrey { background: #f2f2f2; padding: 100px 0;}
.technologyWrap { width: 1200px; max-width: 92%; margin: 0 auto;}
.tech-section { margin-bottom: 150px;}
.tech-section:last-child { margin-bottom: 0;}
.techHead { align-items: center; display: flex; justify-content: space-between; gap: 60px; margin-bottom: 70px;}
.techHeadTitle { flex-shrink: 0; width: 420px; font-size: 44px; font-weight: bold; color: #000000; line-height: 1.4; text-align: left;}
.techHeadDesc { max-width: 670px; flex: 1;}
.techHeadDesc p { font-size: 18px; font-weight: normal; color: #282828; line-height: 2.2; text-align: left; letter-spacing: 1px;}
.techHeadDesc a { color: #0072ea; text-decoration: underline; transition: all .4s;}
.techHeadDesc a:hover { opacity: .7; color: #0072ea;}
.techPlatformImg img { display: block; margin: 0 auto; max-width: 100%;}
.techDesign { display: flex; justify-content: space-between; align-items: center;}
.techDesignLeft { flex: 1;}
.techDesignLeft h2 { font-size: 44px; font-weight: bold; color: #000000; margin-bottom: 40px; text-align: left;}
.techDesignLeft li { font-size: 17px; font-weight: normal; color: #282828; line-height: 2.2; margin-bottom: 12px; text-align: left; letter-spacing: 1px;}
.techDesignLeft li:last-child { margin-bottom: 0;}
.techDesignRight { flex:1; flex-shrink: 0;}
.techDesignRight img { display: block; width: 100%;}
.techGrey .techRow { display: flex; justify-content: space-between; align-items: center; gap: 80px; margin-bottom:50px;}
.techGrey .techRow:last-child { margin-bottom: 0;}
.techRowImg { width: 50%; flex-shrink: 0;}
.techRowImg img { display: block; max-width: 100%; margin: 0 auto;}
.techRowImg video { display: block; aspect-ratio: 1/1; width: 100%; max-width: 376px; margin: 0 auto; border-radius: 50%;}
.techRowImg-round img { border-radius: 50%;}
.techRowText { flex: 1;}
.techRowText h3 { font-size: 30px; font-weight: bold; color: #000000; margin-bottom: 30px; text-align: left;}
.techRowText p { font-size: 18px; font-weight: normal; color: #282828; line-height: 2.2; text-align: justify; letter-spacing: 1px;}
.techRowText a { color: #0072ea; text-decoration: underline; transition: all .4s;}
.techRowText a:hover { opacity: .7; color: #0072ea;}
/*technology_gmp2*/
.gmp2Page { background: #f2f2f2;}
.gmp2Banner img { display: block; width: 100%; height: auto;}
.gmp2Featured { background: #f2f2f2; padding: 130px 0;}
.gmp2FeaturedInner { display: flex; justify-content: space-between; align-items: flex-start; gap: 60px;}
.gmp2FeaturedText { flex: 1;}
.gmp2FeaturedText h2 { font-size: 35px; font-weight: bold; color: #000000; line-height: 1.4; text-align: left; margin-bottom: 20px;}
.gmp2Unit { font-size: 16px; font-weight: normal; color: #282828; line-height: 2; text-align: left; margin-bottom: 30px;}
.gmp2ParamsTitle { font-size: 22px; font-weight: normal; color: #0072ea; line-height: 1.5; text-align: left; margin-bottom: 20px;}
.gmp2ParamsList li { font-size: 18px; font-weight: normal; color: #282828; line-height:1.77; text-align: left;}
.gmp2ParamsList li:last-child { margin-bottom: 0;}
.gmp2FeaturedImg { width: 390px; max-width: 42%; flex-shrink: 0;}
.gmp2FeaturedImg img { display: block; width: 100%;}
.gmp2GridWrap { background: #f5f5f5; padding: 0 0 100px;}
.gmp2Grid { display: flex; flex-wrap: wrap; margin: 0 -15px;}
.gmp2Grid li { box-sizing: border-box; width: 33.333%; padding: 0 15px; margin-bottom: 50px;}
.gmp2Grid a { display: block; transition: all .4s;}
.gmp2Grid a:hover { color: #0072ea;}
.gmp2GridImg { position: relative; overflow: hidden; background: #ffffff; display: flex; align-items: center; justify-content: center;}
.gmp2GridImg img { display: block; object-fit: cover; width: 100%; aspect-ratio: 400/370; transition: transform .5s;}
.gmp2GridMask { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.45); opacity: 0; transition: opacity .5s;}
.gmp2Grid li:hover .gmp2GridImg img { transform: scale(1.12);}
.gmp2Grid li:hover .gmp2GridMask { opacity: 1;}
.gmp2Grid p { margin-top: 18px; font-size: 16px; font-weight: normal; color: #0072ea; line-height: 1.5; text-align: center;}
/*technology_gmp3*/
.gmp3Page { background: #ffffff;}
.gmp3Page h2 { font-size: 44px; font-weight: bold; color: #000000; line-height: 1.35;}
.gmp3Banner img { display: block; width: 100%; height: auto;}
.gmp3Sec { padding: 100px 0;}
.gmp3Sec1 { background: #ffffff;}
.gmp3Sec1Head { display: flex; justify-content: space-between; align-items: flex-start; gap: 80px; margin-bottom: 60px;}
.gmp3Sec1Head h2 { flex-shrink: 0; width: 440px; text-align: left;}
.gmp3Sec1Head p { flex: 1; font-size: 18px; font-weight: normal; color: #282828; line-height: 2; text-align: justify;}
.gmp3Sec1Img img { display: block; width: 100%;}
.gmp3Sec2 { background: linear-gradient(180deg, #f5f8fb 0%, #eef2f6 100%);}
.gmp3Sec2Text { margin-bottom: 60px;}
.gmp3Sec2Text h2 { margin-bottom: 20px;}
.gmp3Sec2Text .gmp3Blue { font-size: 18px; font-weight: normal; color: #0072ea; line-height: 2; }
.gmp3Sec2Img img { display: block; width: 100%; margin: 0 auto;}
.gmp3Sec3 { background: #ffffff;}
.gmp3Sec3Text { text-align: left; margin-bottom: 60px;}
.gmp3Sec3Text h2 { text-align: left; margin-bottom: 28px;}
.gmp3Sec3Text p { font-size: 18px; font-weight: normal; color: #282828; line-height: 2; text-align: left; margin-bottom: 20px;}
.gmp3Sec3Text p:last-child { margin-bottom: 0;}
.gmp3Sec3Text .gmp3Blue { color: #0072ea; font-weight: normal;}
.gmp3Sec3Img img { display: block; width: 100%;}
.gmp3Sec3Img video { display: block; width: 100%;}
.gmp3Sec4 { background: linear-gradient(180deg, #f3f6f9 0%, #e4ebf2 100%); padding: 100px 0 120px;}
.gmp3Sec4Inner { display: flex; justify-content: space-between; align-items: center; gap: 80px;}
.gmp3Sec4Text { flex: 1;}
.gmp3Sec4Text h2 { text-align: left; margin-bottom: 32px;}
.gmp3Sec4Text p { font-size: 18px; font-weight: normal; color: #282828; line-height: 2; text-align: justify; margin-bottom: 28px;}
.gmp3Sec4Text p:last-child { margin-bottom: 0;}
.gmp3Blue { color: #0072ea; font-weight: normal;}
.gmp3Sec4Img { width: 420px; max-width: 42%; flex-shrink: 0;}
.gmp3Sec4Img video { aspect-ratio: 1/1; display: block; width: 100%; border-radius: 50%; object-fit: cover;}
.gmp3Sec4Img img { display: block; width: 100%;}
/*research*/
.researchPage { background: #f2f2f2; padding: 90px 0 120px;}

.researchMainTitle { font-size: var(--font60); font-weight: bold; color: #00489f; line-height: 1.35; text-align: left; margin-bottom: 60px;}

.researchSec:last-child { margin-bottom: 0;}
.researchBlockTitle { font-size: var(--font44); font-weight: bold; color: #000000; line-height: 1.4; text-align: left; margin-bottom: 28px;}
.researchBlockTitleCenter { text-align: center; margin-bottom: 50px;}
.researchSecTitle { font-size: 42px; font-weight: bold; color: #000000; line-height: 1.4; text-align: left; margin-bottom: 36px;}
.researchSecTitleCenter { text-align: center;}
.researchRow { display: flex; justify-content: space-between; align-items: center; gap: 150px;}
.researchRowTop { align-items: center;}
.researchColText { flex: 1;}
.researchColImg { flex-shrink: 0; width: 418px; max-width: 40%;}
.researchColImg img { display: block; width: 100%;}
.researchCircle { border-radius: 50%; overflow: hidden;}
.researchBody { font-size: 18px; font-weight: normal; color: #333333; line-height: 1.75; text-align: justify;}
.researchBlue { color: #00489f; font-weight: normal;}
.researchSecBarrier { position: relative; padding: 60px 0 150px;}
.researchBarrier { display: flex; justify-content: space-between; gap: 1rem;}
.researchBarrierItem { flex: 1;}
.researchBarrierTitle { font-size: var(--font30); font-weight: bold; color: #3371e0; line-height: 1.5; text-align: left; margin-bottom: 20px; padding-bottom: 10px; display: inline-block;}
.researchBlueBold { color: #00489f; font-weight: bold;}
.researchImgStack { display: flex; flex-direction: column; gap: 30px;}
.researchImgStack img { display: block; width: 100%; border-radius: 80px 16px 80px 16px;}
.researchSecSolution { position: relative; padding: 60px 0; margin-bottom: 90px;}
.researchSecSolution .researchRow { align-items: flex-start;}
.researchSecSolution .researchSecTitle { margin-bottom: 40px;}
.researchListItem { margin-bottom: 40px;}
.researchListItem:last-child { margin-bottom: 0;}
.researchSecProgress .researchRow { align-items: center; gap: 30px;}
.researchSecProgress .researchBlockTitle { margin-bottom: 40px;}
.researchSecProgress .researchColImg { width: 540px; max-width: none;}
.researchItemTitle { font-size: var(--font30); font-weight: bold; color: #3371e0; line-height: 1.5; text-align: left; margin-bottom: 16px;  display: inline-block;}
/*team*/
.teamPage { background: url(../images/pagebg.jpg) center top no-repeat #f2f2f2; background-size: cover; padding: 80px 0 120px;}
.teamWrap { width: 1260px; max-width: 92%; margin: 0 auto;}
.teamMainTitle { font-size: 44px; font-weight: bold; color: #000000; line-height: 1.35; text-align: center; padding: 64px 0; margin-bottom: 50px; border-bottom: 1px solid #d9d9d9;}
.teamSubHead { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 40px;}
.teamSubTitle { flex-shrink: 0; font-size: var(--font36); font-weight: bold; color: #00499e; line-height: 1.4; padding-right: 20px; border-right: 1px solid #cccccc;}
.teamSubDesc { font-size: 16px; font-weight: normal; color: #999999; line-height: 1.6;}
.teamSection + .teamSection { margin-top: 80px;}
.teamAccordion { display: flex; flex-direction: column; gap: 1px;}
.teamGroup { background: #ffffff;}
.teamGroupHead { display: flex; align-items: center; gap: 16px; padding: 0 24px; height: 56px; background: #ececec; cursor: pointer; transition: all .3s;}
.teamGroup.on .teamGroupHead { background: url(../images/onbg.jpg) center no-repeat; background-size: cover;}
.teamGroupIcon { width: 20px; font-size: 24px; font-weight: normal; line-height: 1; text-align: center;}
.teamGroup .teamGroupIcon::before { content: '+'; color: #666666;}
.teamGroup.on .teamGroupIcon::before { content: '-'; color: #00489f;}
.teamGroupName { font-size: 18px; font-weight: normal; color: #333333; line-height: 1;}
.teamGroup.on .teamGroupName { color: #00489f;}
.teamGroupBody { background: #ffffff; padding: 40px 30px;}
.teamList { display: flex; flex-wrap: wrap; margin: 0 -15px;}
.teamList li { width: 25%; padding: 0 15px; margin-bottom: 40px; box-sizing: border-box;}
.teamCard { text-align: center;}
.teamAvatar { width: 140px; height: 180px; margin: 0 auto 16px; border-radius: 5%; overflow: hidden;}
.teamAvatar img { display: block; width: 100%; height: 100%; object-fit: cover;}
.teamName { font-size: 18px; font-weight: bold; color: #000000; line-height: 1.5; margin-bottom: 8px;}
.teamInfo { font-size: 14px; font-weight: normal; color: #666666; line-height: 1.6; margin-bottom: 4px;}
.teamEmail { font-size: 14px; font-weight: normal; color: #666666; line-height: 1.6;}
/*teamResearcher*/
.teamResearcherPage .teamSection + .teamSection { margin-top: 80px;}
.teamResearcherList { display: flex; flex-wrap: wrap; gap: .7rem;}
.teamResearcherList li { box-sizing: border-box; width: calc((100% - 1.4rem) / 3);}
.teamResearcherCard { padding: 18px; background: url(../images/teambg.png) center bottom no-repeat #ffffff; background-size: 100% 100%; border-radius: 12px; border: 1px solid #e6edf5; box-shadow: 0 4px 20px rgba(0, 73, 158, 0.08); overflow: hidden; box-sizing: border-box; height: 100%;}
.teamResearcherCard a { display: block; color: inherit; text-decoration: none;}
.teamResearcherPhoto { display: block; width: 100%; aspect-ratio: 310 / 270; overflow: hidden; border-radius: 8px;}
.teamResearcherPhoto img { display: block; width: 100%; height: 100%; object-fit: cover;}
.teamResearcherInfo { padding: 0; margin-top: 16px; text-align: left;}
.teamResearcherName { font-size: 18px; font-weight: bold; color: #333333; line-height: 1.5; margin-bottom: 12px;}
.teamResearcherDesc p { font-size: 14px; font-weight: normal; color: #666666; line-height: 1.65;}
.teamResearcherDesc  { font-size: 14px; font-weight: normal; color: #666666; line-height: 1.65;}
.teamResearcherDesc p + p { margin-top: 2px;}
.teamResearcherEmail { font-size: 14px; font-weight: normal; color: #666666; line-height: 1.65; margin-top: 8px;}
.teamResearcherName + .teamResearcherEmail { margin-top: 0;}
/*article*/
.articlePage { padding: calc(var(--header-height) + 70px) 0 120px; background: #f2f2f2; min-height: 100vh;}
.articleWrap { width: 1200px; max-width: 92%; margin: 0 auto; background: #f2f2f2;}
.articleHeader { text-align: center; border-bottom: 1px solid #bababa; padding-bottom: 40px; margin-bottom: 55px;}
.articleTitle { font-size: var(--font42); font-weight: bold; color: #00489f; line-height: 1.4; text-align: center; margin-bottom: .7rem;}
.articleMeta { font-size: 18px; color: #c2c2c2; line-height: 1.5; text-align: center;}
.articleBody { font-size: var(--font24); color: #282828; line-height: 2; text-align: justify;}
.articleBody p { margin-bottom: 28px;}
.articleBody p:last-child { margin-bottom: 0;}
.articleFigure { margin: 55px 0; text-align: center;}
.articleFigure img { display: block; max-width: 100%; margin: 0 auto;}
.figureCaption { margin-top: 25px; font-size: 15px; color: #444; line-height: 1.8; text-align: left;}
.figureCaption p { margin-bottom: 8px; text-indent: 0;}
.figureCaption p:last-child { margin-bottom: 0;}
	.articleFooter { margin-top: 30px; text-align: right; font-size: 14px; color: #999999; line-height: 1.8;}
.articleFooter p { margin-bottom: 4px; text-indent: 0;}
.articleFooter p:last-child { margin-bottom: 0;}
/*teamDetail*/
.detailPage { padding: calc(var(--header-height) + 70px) 0 120px; background: url(../images/detailBg.jpg) center bottom no-repeat #f2f2f2; background-size: 100% auto; min-height: 100vh;}
.detailWrap { width: 1200px; max-width: 92%; margin: 0 auto;}
.detailProfile { display: flex; align-items: flex-start; gap: 50px; margin-bottom: 1.2rem;}
.detailPhoto { flex-shrink: 0; width: 308px; border-radius: 8px; overflow: hidden;}
.detailPhoto img { display: block; width: 100%; height: auto;}
.detailInfo { flex: 1; padding-top: 10px;}
.detailName { font-size: var(--font36); font-weight: bold; color: #333333; line-height: 1.4; margin-bottom: 18px;}
.detailTitles p { font-size: var(--font16); font-weight: bold; color: #3e3a39; line-height: 1.85;}
.detailTitles { font-size: var(--font16); font-weight: bold; color: #3e3a39; line-height: 1.85;}
.detailTitles p + p { margin-top: 2px;}
.detailEmail { font-size: var(--font24); color: #00489f; line-height: 1.85; margin-top: 12px;}
.detailEmail a { color: #0072ea;}
.detailSec { margin-bottom: 1.5rem;}
.detailSec:last-child { margin-bottom: 0;}
.detailSecTitle { font-size: var(--font36); font-weight: bold; color: #333333; line-height: 1.6; margin-bottom: 16px;}
.detailSec H2 { font-size: var(--font36); font-weight: bold; color: #333333; line-height: 1.6; margin-bottom: 16px;}

.detailSecBody { font-size: var(--font20); font-weight: normal; color: #282828; line-height: 2; text-align: justify;}
.detailSec { font-size: var(--font20); font-weight: normal; color: #282828; line-height: 2; text-align: justify;}
.detailSecBody p { margin-bottom: 0;}
.detailSecBody p + p { margin-top: 0;}
/*vaccine*/
.vaccinePage { padding: 90px 0 120px; background: #f2f2f2;}
.vaccineWrap { width: 1260px; max-width: 92%; margin: 0 auto;}
.vaccineMainTitle { font-size: var(--font44); font-weight: bold; color: #00489f; line-height: 1.35; text-align: left; margin-bottom: 80px;}
.vaccineSec { margin-bottom: 1.5rem;}
.vaccineSec:last-child { margin-bottom: 0;}
.vaccineRow { display: flex; justify-content: space-between; align-items: center; gap: 80px;}
.vaccineRowReverse { flex-direction: row-reverse;}
.vaccineColText { flex: 1;}
.vaccineColText h2 { font-size: var(--font32); font-weight: bold; color: #000000; line-height: 1.4; text-align: left; margin-bottom: 28px;}
.vaccineColText p { margin-bottom: 1.5em; font-size: var(--font18); font-weight: normal; color: #282828; line-height: 1.77; text-align: justify;}
.vaccineList { font-size: var(--font18); font-weight: normal; color: #282828; line-height: 1.77; text-align: justify;}
.vaccineList li { margin-bottom: 0; padding-left: 18px; position: relative;}
.vaccineList li::before { content: ''; position: absolute; left: 0; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: #000000;}
.vaccineList li span,.bioList li span,.vaccineColText p span { font-weight: bold; color: #3371e0;}
.vaccineColImg { flex-shrink: 0; width: 520px; max-width: 48%;}
.vaccineColImg img { display: block; width: 100%;}
/*bio*/
.bioPage { padding: 90px 0 120px; background: #f2f2f2;}
.bioWrap { width: 1260px; max-width: 92%; margin: 0 auto;}
.bioMainTitle { font-size: var(--font44); font-weight: bold; color: #00489f; line-height: 1.35; text-align: left; margin-bottom: 80px;}
.bioSec { margin-bottom: 1.5rem;}
.bioSec:last-child { margin-bottom: 0;}
.bioRow { display: flex; justify-content: space-between; align-items: start; gap: 80px;}
.bioRowReverse { flex-direction: row-reverse;}
.bioColText { flex: 1;}
.bioColText h2 { font-size: var(--font32); font-weight: bold; color: #000000; line-height: 1.4; text-align: left; margin-bottom: 28px;}
.bioColText p { font-size: var(--font18); font-weight: normal; color: #282828; line-height: 1.77; text-align: justify; margin-bottom: 2em;}
.bioList { font-size: var(--font18); font-weight: normal; color: #282828; line-height: 2; text-align: justify;}
.bioList li { margin-bottom: 0; padding-left: 18px; position: relative;}
.bioList li::before { content: ''; position: absolute; left: 0; top: 14px; width: 6px; height: 6px; border-radius: 50%; background: #000000;}
.bioColImg { flex-shrink: 0; width: 520px; max-width: 48%;}
.bioColImg img { display: block; width: 100%; border-radius: 8px;}
.bioRow.bioRowReverse { align-items: center;}
/*genetic*/
.geneticPage { padding: 90px 0 120px; background: #f2f2f2;}
.geneticWrap { width: 1260px; max-width: 92%; margin: 0 auto;}
.geneticMainTitle { font-size: 44px; font-weight: bold; color: #0071e2; line-height: 1.35; text-align: left; margin-bottom: 80px;}
.geneticSec { margin-bottom: 90px;}
.geneticSec:last-child { margin-bottom: 0;}
.geneticRow { display: flex; justify-content: space-between; align-items: center; gap: 80px;}
.geneticRowReverse { flex-direction: row-reverse;}
.geneticColText { flex: 1;}
.geneticColText h2 { font-size: 32px; font-weight: bold; color: #000000; line-height: 1.4; text-align: left; margin-bottom: 28px;}
.geneticColText p { font-size: var(--font18); font-weight: normal; color: #282828; line-height: 2; text-align: justify; margin-bottom: .32rem;}
.geneticColText p:last-child { margin-bottom: 0;}
.geneticColImg { flex-shrink: 0; width: 520px; max-width: 48%;}
.geneticColImg img { display: block; width: 100%; border-radius: 8px;}
.geneticSecVertical h2 { font-size: 32px; font-weight: bold; color: #000000; line-height: 1.4; text-align: left; margin-bottom: 35px;}
.geneticVerticalImg { margin-bottom: 35px;}
.geneticVerticalImg img { display: block; width: 100%; border-radius: 8px;}
.geneticVerticalText p { font-size: var(--font18); font-weight: normal; color: #282828; line-height: 2; text-align: justify; margin-bottom: .32rem;}
.geneticVerticalText p:last-child { margin-bottom: 0;}
.geneticBlue { color: #0071e2; font-weight: bold;}
/*cooperation ptPage*/
.ptPage { background: #ffffff;}
.ptTop { background: url(../images/partnerbg.jpg) center top no-repeat #f2f2f2; background-size: 100% auto; padding: 90px 0 100px;}
.ptBtm { background: #ffffff; padding: .88rem 0;}
.ptWrap { width: 1260px; max-width: 92%; margin: 0 auto;}
.ptSec { margin-bottom: 100px;}
.ptSec:last-child { margin-bottom: 0;}
.ptSec h2 { font-size: var(--font44); font-weight: bold; color: #000000; line-height: 1.35; text-align: left; margin-bottom: 50px;}
.achSw { position: relative; margin-top: 10px;}
.achSw .swiper { padding-bottom: 50px;}
.achBg { border-radius: 16px; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat;}
.achBg1 { background-image: url(../images/cpbg1.jpg);}
.achBg2 { background-image: url(../images/cpbg2.jpg);}
.achCard { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 50px 55px; background: transparent;}
.achTxt { flex: 1;}
.achTxt h3 { font-size: var(--font32); font-weight: bold; color: #00489f; line-height: 1.4; text-align: left; margin-bottom: 28px;}
.achTxt p { font-size: var(--font18); font-weight: normal; color: #282828; line-height: 1.77; text-align: justify; margin-bottom: 1.5em;}
.achTxt p:last-child { margin-bottom: 0;}
.achPic { width: 420px; max-width: 42%; flex-shrink: 0;}
.achPic img { display: block; width: 100%;max-height:300px;}
.achSw .swiper-button-prev { color: #231815; transition: all .4s; left: -50px; top: calc(50% - 25px);}
.achSw .swiper-button-next { color: #231815; transition: all .4s; right: -50px; left: auto; top: calc(50% - 25px);}
.achSw .swiper-button-prev:after,
.achSw .swiper-button-next:after { font-size: 24px; font-weight: bold;}
.achSw .swiper-button-next:hover,
.achSw .swiper-button-prev:hover { color: #00489f;}
.achSw .swiper-pagination span { background: #1c1c1c;}
.achSw .swiper-pagination span.swiper-pagination-bullet-active { width: 28px; border-radius: 6px;}
.progSw { position: relative; margin-top: 10px;}
.progSw .swiper { padding-bottom: 50px;}
.progCard { padding: 16px; background: #ffffff; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);}
.progPic { border-radius: 12px; overflow: hidden;}
.progPic img { display: block; width: 100%;}
.progInfo {min-height: 2rem; padding: 20px 8px 8px; background: #ffffff; text-align: left;}
.progInfo p {font-weight: bold; font-size: var(--font20); color: #000000; line-height: 1.6;}
.progInfo p:first-child { font-weight: bold; margin-bottom: 6px;}

.progSw .swiper-button-prev { color: #231815; transition: all .4s; left: -50px; top: calc(50% - 25px);}
.progSw .swiper-button-next { color: #231815; transition: all .4s; right: -50px; left: auto; top: calc(50% - 25px);}
.progSw .swiper-button-prev:after,
.progSw .swiper-button-next:after { font-size: 24px; font-weight: bold;}
.progSw .swiper-button-next:hover,
.progSw .swiper-button-prev:hover { color: #00489f;}
.progSw .swiper-pagination span { background: #1c1c1c;}
.progSw .swiper-pagination span.swiper-pagination-bullet-active { width: 28px; border-radius: 6px;}
.ptLogos { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .4rem .6rem;}
.ptLogos li { box-sizing: border-box;}
.ptLogos li img { display: block; height: 157px; margin: 0 auto;}
.ptLogos li:nth-child(5), .ptLogos li:nth-child(6) { width: calc(50% - .3rem);}
@media screen and (max-width: 1800px) {

}
@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1200px) {
	.wow {
		visibility: visible !important;
		animation-name: none !important;
		-webkit-animation-name: none !important;
	}
	:root{
		--header-height: 60px; 
	}
	.headerCont { max-width: 100%;}
	.menuControl .contact { margin-right: 15px; font-size: 12px; line-height: 2;}
	.header { padding: 0 20px;}
	.header,.small-header .header { height: 60px;background: #1d4e9d; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
	.logo { margin: 0; width: 40px;}
	.header .nav li h2 a { line-height: 80px;}
	.header .nav li h2 a{ color: #333333;}
	.searchEnter { background: url(../images/blackSearch.png) center no-repeat; background-size: 100% auto;}
	.nav li:hover h2 i { transform: rotate(0);}
	.nav { height:100vh; position: fixed; left: -110%; overflow-y: auto; top:60px; width: 200px; background: #ffffff; bottom: 0;}
	.nav ul { display: block;}
	.nav li { border-bottom: 1px solid #eee; float: none; margin: 0!important;}
	.nav li h2{position: relative; text-indent: 20px; line-height: 60px; height: 60px;}
	.nav li h2 i { transition: all .5s; background: url(../images/menuEnter.png) center no-repeat;
	width: 8px; height: 14px; background-size: 100% auto; position: absolute; right:15px; top: 50%; margin-top: -7px;}
	.nav li h2 a {  line-height: 40px; color: #333333;}
	.nav li.cur h2 i{ background: url(../images/menuEntero.png) center no-repeat; background-size: 100% auto; transform: rotate(90deg);}
	.menubox{ display: block; position: absolute;right: 2%; top: 18px; width:30px; height: 30px;opacity: 1;pointer-events: auto;transition: 0.3s;}
	.menubox div{position: absolute;left: 0;width: 30px;height: 2px;background-color: #fff;transition: 0.6s;}
	.menubox div:nth-child(1){top: 0px;}
	.menubox div:nth-child(2){top: 10px;}
	.menubox div:nth-child(3){top: 20px;}
	.menubox.on div:nth-child(1){top: 9px;transform: rotateZ(45deg);}
	.menubox.on div:nth-child(2){top: 0px;opacity: 0;}
	.menubox.on div:nth-child(3){top: 9px;transform: rotateZ(-45deg);}
	.langChose { margin-right: 40px;}
	.nav li dl { position: static; width: 100%; padding: 0; transform: translateX(0); text-align: left;}
	.nav li dl dt { text-align: left; text-indent:30px;}
	.nav li.navMega dl { position: static; width: 100%; padding: 0; background: transparent; text-align: left;}
	.nav li.navMega dl dt { display: block; width: 100%; margin: 0; text-align: left; text-indent: 30px;}
	.nav li.navMega dl dt a { aspect-ratio: auto; padding: 5px 0; color: inherit;}
	.nav li.navMega dl dt a img,
	.nav li.navMega dl dt a::before { display: none;}
	.nav li.navMega dl dt a p { position: static; transform: none; width: auto; color: inherit; font-size: inherit; text-align: left; margin: 0; display: inline;}
	.nav li.navMega dl dt a p br { display: none;}
	.nav li.navSimple dl { width: 100%; background: transparent; box-shadow: none; padding: 0;}
	.nav li.navSimple dl dt { border-bottom: none; text-indent: 30px;}
	.nav li.navSimple dl dt a { padding: 5px 0; color: inherit; background: transparent;}
	.nav li h2::after { display: none!important;}
	.mobSub dl { display: block!important;}
	.nav li dl dt dt { text-indent: 40px;}
	.nav li dt h3 a { font-size: 16px;}
	.nav li dt dt a { font-size: 14px;}
	.header .nav li h2 a,.small-header .header .nav li h2 a { line-height: 50px;}
	body { padding-top: 60px;}
	.langChose dl { top: 60px; border-radius: 0 0 6px 6px;}
	.langChose h2 { font-size: 14px;}
	.container { max-width: 100%; padding: 0 20px;}
	.banner video, .banner img { height: auto; min-height: 280px; max-height: 60vh;}
	.techBanner img { min-height: 0;}
	.titleCell h2 { font-size: 36px;}
	.homeCont { padding: 60px 0 100px;}
	.introduceSwiper { margin-top: 50px;}
	.introduceSwiper .swiper-slide { flex-direction: column; gap: 30px; padding: 40px 30px;}
	.descTitle h2 { font-size: 28px;}
	.section-2 { margin: 100px 0 80px;}
	.section-5 { padding: 60px 30px 0; margin-top: 80px;}
	.peoArt { flex-direction: column;}
	.peoLeft, .peoRight { padding: 0; margin: 0;}
	.peoTitle h2 { margin-right: 0; font-size: 32px;}
	.aboutPage { padding: 100px 0;}
	.about-section { margin-bottom: 80px;}
	.researchPage { padding: 70px 0 100px;}
	.researchRow { gap: 60px;}
	.researchColImg { max-width: 45%;}
	.researchSecProgress .researchColImg { width: 420px;}
	.techWhite, .techGrey { padding: 80px 0;}
	.tech-section { margin-bottom: 100px;}
	.techHead { gap: 40px; margin-bottom: 50px;}
	.techHeadTitle { width: 320px; font-size: 36px;}
	.gmp2Featured { padding: 100px 0;}
	.gmp2FeaturedInner { gap: 40px;}
	.gmp3Sec { padding: 80px 0;}
	.teamPage { padding: 60px 0 100px;}
	.teamMainTitle { font-size: 36px; padding: 40px 0; margin-bottom: 40px;}
	.teamResearcherPage .teamSection + .teamSection { margin-top: 60px;}
	.articlePage { padding-top: calc(var(--header-height) + 50px);}
	.detailPage { padding-top: calc(var(--header-height) + 50px);}
	.detailProfile { gap: 40px; margin-bottom: 45px;}
	.detailPhoto { width: 260px;}
	.detailName { font-size: 30px; margin-bottom: 14px;}
	.detailSec { margin-bottom: 38px;}
	.articleHeader { padding-bottom: 32px; margin-bottom: 45px;}
	.articleTitle { font-size: 36px; margin-bottom: 18px;}
	.articleMeta { font-size: 16px;}
	.vaccineMainTitle, .bioMainTitle { margin-bottom: 60px;}
	.vaccineRow, .bioRow, .geneticRow { gap: 50px;}
	.vaccineColImg, .bioColImg, .geneticColImg { width: 420px;}
	.geneticMainTitle { font-size: 38px; margin-bottom: 60px;}
	.ptTop { padding: 70px 0 80px;}
	.ptBtm { padding-bottom: 100px;}
	.ptSec { margin-bottom: 80px;}
	.ptSec h2 { font-size: 36px; margin-bottom: 40px;}
	.achCard { gap: 40px; padding: 40px;}
	.achPic { width: 360px;}
	.achSw .swiper-button-prev { left: -20px;}
	.achSw .swiper-button-next { right: -20px;}
	.progSw .swiper-button-prev { left: -20px;}
	.progSw .swiper-button-next { right: -20px;}
}
@media screen and (max-width: 1080px) {
	.searchinput { width: 100%; top: 60px; margin: 0; background: #ffffff; padding: 10px; transform-origin: center; top: ;}
	.searchBox { position: static;}
	.footLink { display: none;}
	.footerTop { justify-content: start; align-items: start; padding:0; flex-direction: column;}
	.copyRight { display: block; line-height: 1.5; text-align: center; padding: 20px 0; margin-top: 20px;}
	.copyRight p, .copyRight a { font-size: 14px;}
	.footerContact p { font-size: 14px;}
	.copyRight br { display: block;}
	.footerContact h2 { font-size: 16px; margin-bottom: 0;}
	.contactLink ul { justify-content: center;}
	.footer { text-align: center;}
	.contactLink { margin-bottom: 10px;}
	
}
@media screen and (max-width: 780px){
	.container { padding: 0 15px;}
	.titleCell h2 { font-size: 20px;}
	.banner video, .banner img { min-height: 200px; max-height: 50vh;}
	.homeCont { padding: 30px 0 40px;}
	.introduceSwiper { margin-top: 30px; border-width: 3px;}
	.introduceSwiper .swiper-slide { padding: 25px 20px; gap: 20px;}
	.descTitle span { font-size: 14px;}
	.descTitle h2 { font-size: 22px;}
	.descInfor p { font-size: 14px; line-height: 1.85;}
	.introduceDesc a { font-size: 12px; line-height: 34px; padding: 0 28px;}
	.homeCont .section-2 { margin: 30px 0;}
	.resultSwiper { margin-top:20px;}
	.resultSwiper .swiper { padding: 10px 0 30px;}
	.resultSwiper .swiper-slide { box-shadow: 0 6px 8px rgba(0,0,0,0.15);}
	.resultSwiper .swiper-button-prev, .resultSwiper .swiper-button-next,
	.newsSwiper .swiper-button-prev, .newsSwiper .swiper-button-next { display: none;}
	.homeCont .section-3 { margin-bottom: 30px;}
	.section3-cont { margin-top: 30px;}
	.newsSwiper { margin-top: 30px;}
	.newsSwiper .swiper { padding-bottom: 30px;}
	.newsDate { font-size: 16px; line-height: 50px; padding: 0 15px;}
	.newsDesc p { font-size: 14px; padding: 20px 15px;}
	.homeCont .section-5 { padding: 25px 15px 0; margin-top: 30px;}
	.sectionDesc { flex-direction: column; gap: 30px;}
	.peoArt { order: 1; width: 100%; flex-direction: column; align-items: stretch;}
	.peoImg { order: 2; width: 100%; max-width: 280px; margin: 0 auto; padding-top: 0;}
	.peoLeft { display: none;}
	.peoCenter { width: 100%;}
	.peoRight { display: none; align-self: flex-end; margin-left: auto; margin-right: 0; padding-bottom: 0; width: auto;}
	.peoRight img { display: block; max-width: 120px; margin-left: auto;}
	.peoTitle { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 20px;}
	.peoTitle h2 { font-size: 24px; margin-right: 0;}
	.peoTitle li { font-size: 13px; line-height: 1.6;}
	.peoInfor p { font-size: 14px; line-height: 1.85; margin-bottom: 20px; letter-spacing: 0;}
	.footer { padding: 40px 0;}
	.aboutPage { padding: 50px 0;}
	.about-section { margin-bottom: 50px;}
	.aboutImg { margin-top: 30px;}
	.aboutIntro { margin-top: 30px;}
	.aboutSlogan { font-size: 16px; margin-bottom: 25px; line-height: 1.6;}
	.aboutText p { font-size: 14px; line-height: 1.85; margin-bottom: 20px; letter-spacing: 0;}
	.about-section-2 .titleCell h2 { font-size: 20px;}
	.joinItem h3 { font-size: 18px; margin-bottom: 12px;}
	.joinItem p { font-size: 14px; line-height: 1.85; margin-bottom: 25px; letter-spacing: 0;}
	.joinItem a { font-size: 14px;}
	.aboutJoin { margin-top: 30px;}
	.aboutContact { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 30px 20px; margin-top: 30px;}
	.aboutContact .contactItem { flex: 0 0 calc(50% - 10px); max-width: calc(50% - 10px);}
	.aboutContact .contactItem:nth-child(3) { flex: 0 0 100%; max-width: 240px; margin: 0 auto;}
	.contactItem h3 { font-size: 22px; margin-bottom: 16px;}
	.contactItem p { font-size: 14px; margin-top: 20px;}
	.techWhite, .techGrey { padding: 50px 0;}
	.tech-section { margin-bottom: 60px;}
	.techHead { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 30px;}
	.techHeadTitle { width: 100%; font-size: 20px;}
	.techHeadDesc p { font-size: 14px; line-height: 1.85; letter-spacing: 0;}
	.techDesign { flex-direction: column; gap: 30px;}
	.techDesignLeft h2 { font-size: 20px; margin-bottom: 20px;}
	.techDesignLeft li { font-size: 14px; line-height: 1.85; margin-bottom: 8px; letter-spacing: 0;}
	.techDesignRight { width: 100%;}
	.techGrey .techRow { flex-direction: column; gap: 25px; margin-bottom: 40px;}
	.techGrey .techRow.techRow-reverse { flex-direction: column-reverse;}
	.techRowImg { width: 100%;}
	.techRowText h3 { font-size: 22px; margin-bottom: 16px;}
	.techRowText p { font-size: 14px; line-height: 1.85; letter-spacing: 0;}
	.gmp2Featured { padding: 50px 0;}
	.gmp2FeaturedInner { flex-direction: column; gap: 25px;}
	.gmp2FeaturedText h2 { font-size: 24px; margin-bottom: 14px;}
	.gmp2Unit { font-size: 14px; margin-bottom: 20px;}
	.gmp2ParamsTitle { font-size: 18px; margin-bottom: 14px;}
	.gmp2ParamsList li { font-size: 14px;}
	.gmp2FeaturedImg { width: 100%; max-width: 100%;}
	.gmp2GridWrap { padding-bottom: 50px;}
	.gmp2Grid li { width: 50%; margin-bottom: 25px;}
	.gmp2Grid p { font-size: 14px; margin-top: 12px;}
	.gmp3Page h2 { font-size: 20px; margin-bottom: 20px;}
	.gmp3Sec { padding: 50px 0;}
	.gmp3Sec1Head { flex-direction: column; gap: 20px; margin-bottom: 30px;}
	.gmp3Sec1Head h2 { width: 100%;}
	.gmp3Sec1Head p { font-size: 14px; line-height: 1.85;}
	.gmp3Sec2Text { margin-bottom: 30px;}
	.gmp3Sec2Text .gmp3Blue { font-size: 14px;}
	.gmp3Sec3Text { margin-bottom: 30px;}
	.gmp3Sec3Text p { font-size: 14px; line-height: 1.85; margin-bottom: 14px;}
	.gmp3Sec4 { padding: 50px 0 60px;}
	.gmp3Sec4Inner { flex-direction: column; gap: 25px;}
	.gmp3Sec4Text p { font-size: 14px; line-height: 1.85; margin-bottom: 18px;}
	.gmp3Sec4Img { width: 100%; max-width: 100%;}
	.researchPage { padding: 50px 0 60px;}
	.researchMainTitle { font-size: 20px; margin-bottom: 35px;}
	.researchSec { margin-bottom: 50px;}
	.researchBlockTitle { font-size: 22px; margin-bottom: 18px;}
	.researchBlockTitleCenter { margin-bottom: 30px;}
	.researchSecTitle { font-size: 20px; margin-bottom: 24px;}
	.researchRow { flex-direction: column; align-items: flex-start; gap: 25px;}
	.researchColImg { width: 100%; max-width: 100%;}
	.researchBody { font-size: 14px; line-height: 1.85;}
	.researchSecBarrier { padding: 40px 0;}
	.researchBarrier { flex-direction: column; gap: 30px;}
	.researchBarrierTitle { font-size: 20px; margin-bottom: 14px;}
	.researchItemTitle { font-size: 18px; margin-bottom: 12px;}
	.researchSecSolution { padding: 40px 0; margin-bottom: 50px;}
	.researchSecSolution .researchSecTitle { margin-bottom: 24px;}
	.researchListItem { margin-bottom: 25px;}
	.researchSecProgress .researchRow { gap: 20px;}
	.researchSecProgress .researchColImg { width: 100%;}
	.researchSecProgress .researchBlockTitle { margin-bottom: 24px;}
	.teamPage { padding: 40px 0 60px;}
	.teamMainTitle { font-size: 20px; padding: 30px 0; margin-bottom: 30px;}
	.teamSubHead { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 25px;}
	.teamSubTitle { font-size: 22px; padding-right: 0; border-right: 0; padding-bottom: 10px; border-bottom: 1px solid #cccccc; width: 100%;}
	.teamSubDesc { font-size: 14px; line-height: 1.65;}
	.teamSection + .teamSection { margin-top: 50px;}
	.teamResearcherPage .teamSection + .teamSection { margin-top: 50px;}
	.teamGroupBody { padding: 25px 15px;}
	.teamList li { width: 50%; margin-bottom: 25px;}
	.teamAvatar { width: 100px; height: 100px;}
	.teamName { font-size: 16px;}
	.teamInfo, .teamEmail { font-size: 13px;}
	.teamResearcherList { gap: 15px;}
	.teamResearcherList li { width: 100%;}
	.teamResearcherCard { padding: 15px;}
	.teamResearcherName { font-size: 16px; margin-bottom: 10px;}
	.teamResearcherDesc p, .teamResearcherEmail { font-size: 13px;}
	.teamResearcherInfo { margin-top: 12px;}
	.articlePage { padding: calc(var(--header-height) + 30px) 0 60px;}
	.detailPage { padding: calc(var(--header-height) + 30px) 0 60px; background-size: 150% auto;}
	.detailProfile { flex-direction: column; gap: 25px; margin-bottom: 35px;}
	.detailPhoto { width: 100%; max-width: 308px;}
	.detailInfo { padding-top: 0;}
	.detailName { font-size: 24px; margin-bottom: 12px;}
	.detailTitles p, .detailEmail { font-size: 14px;}
	.detailSec { margin-bottom: 30px;}
	.detailSecTitle { font-size: 16px; margin-bottom: 12px;}
	.detailSecBody { font-size: 14px; line-height: 1.85;}
	.articleHeader { padding-bottom: 26px; margin-bottom: 35px;}
	.articleTitle { font-size: 28px; margin-bottom: 14px;}
	.articleMeta { font-size: 14px;}
	.articleBody { font-size: 16px; line-height: 1.85;}
	.articleBody p { margin-bottom: 22px;}
	.articleFigure { margin: 40px 0;}
	.figureCaption { font-size: 14px;}
	.vaccinePage, .bioPage, .geneticPage { padding: 50px 0 60px;}
	.vaccineMainTitle, .bioMainTitle { font-size: 20px; margin-bottom: 35px;}
	.geneticMainTitle { font-size: 20px; margin-bottom: 35px;}
	.vaccineSec, .bioSec { margin-bottom: 45px;}
	.geneticSec { margin-bottom: 45px;}
	.vaccineRow, .bioRow, .geneticRow { flex-direction: column; align-items: flex-start; gap: 25px;}
	.vaccineRowReverse, .bioRowReverse, .geneticRowReverse { flex-direction: column;}
	.vaccineColText h2, .bioColText h2 { font-size: 22px; margin-bottom: 16px;}
	.geneticColText h2, .geneticSecVertical h2 { font-size: 22px; margin-bottom: 16px;}
	.vaccineColText p, .bioColText p, .geneticColText p, .geneticVerticalText p { font-size: 14px; line-height: 1.85;}
	.vaccineList, .bioList { font-size: 14px; line-height: 1.85;}
	.vaccineList li::before { top: 10px;}
	.bioList li::before { top: 10px;}
	.vaccineColImg, .bioColImg, .geneticColImg { width: 100%; max-width: 100%;}
	.geneticVerticalImg { margin-bottom: 20px;}
	.ptTop { padding: 50px 0 40px;}
	.ptBtm { padding-bottom: 60px;}
	.ptSec { margin-bottom: 30px;}
	.ptSec h2 { font-size: 20px; margin-bottom: 30px;}
	.achCard { flex-direction: column; gap: 25px; padding: 25px 20px;}
	.achCard.rev { flex-direction: column;}
	.achTxt h3 { font-size: 20px; margin-bottom: 18px;}
	.achTxt p { font-size: 14px; line-height: 1.85;}
	.achPic { width: 100%; max-width: 100%;}
	.achSw .swiper-button-prev,
	.achSw .swiper-button-next { display: none;}
	.achSw .swiper { padding-bottom: 35px;}
	.progSw .swiper-button-prev,
	.progSw .swiper-button-next { display: none;}
	.progSw .swiper { padding-bottom: 35px;}
	.progInfo { padding: 15px 6px 6px;}
	.progInfo p { font-size: 14px;}
	.ptLogos { gap: 25px 20px;}
	.ptLogos li { width: calc(50% - 10px); max-width: none;}
	.footLogo img { height:56px;}
	.banner .swiper-pagination span { width: 8px; height: 8px; border: 1px solid #ffffff; margin-right: 6px!important;}
	.subEwm { width: 100px; top: 40px;}
	.footerContact li { text-align: left;}
	.footerContact li:last-child{ margin: 0;}
	.footLogo { margin-bottom: 30px;}
	.menubox { right: 4%;}
}