@charset="utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
html, body { position: relative; height: 100%; font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
    -webkit-font-smoothing: antialiased;}
body { background: #fff; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; overflow-x: hidden;}
li { list-style: none }
img { border: 0; vertical-align: middle }
table { border-collapse: collapse; border-spacing: 0 }
p { word-wrap: break-word }
a { color: #1d1d1f; text-decoration: none; }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
a, img { -webkit-user-drag: none;}
input, textarea { font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
    -webkit-font-smoothing: antialiased;}
* { outline: none;}
html { font-size: 62.5%;}
body { -webkit-user-select: none; font-size: .24rem; -webkit-transition: all .3s ease;}
.clearfix:after { content: ''; display: block; clear: both; font-size: 0; visibility: hidden;}
.hide { display: none !important; }

@font-face {
    font-family: SourceHanSansSC;
    src: url(../font/1.ttf) format('truetype');
}
@font-face {
    font-family: fontB;
    src: url(../font/2.ttf) format('truetype');
}
@font-face {
    font-family: fonts;
    src: url(../js/fonts.ttf) format('truetype');
}
.mb-20 { margin-bottom: 20px; }
.ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ellipsis-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;}
.ellipsis-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;}
.ellipsis-4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4;  overflow: hidden;}


.disabled { -webkit-filter: grayscale(80%); opacity: .5 !important; cursor: default !important;}

.arrowDown { position: absolute; z-index: 10; bottom: .3rem; left: calc(50% - .2rem); width: .4rem; height: .4rem; pointer-events: none;}
.arrowDown:after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: .4rem;
    background: url(../img/arr-down.png) no-repeat; background-size: 100%; -webkit-animation: arrowDown 1s linear infinite;}


.btn { cursor: pointer; -webkit-transition: opacity .3s ease;}
.btn:hover { opacity: .8; }

.btnA { display: inline-block; width: 2rem; height: .6rem; line-height: .6rem; text-align: center; font-size: .22rem; color: #fff;
    border: 2px #fff solid; border-radius: .1rem; }

/* menu */

.btnMenu { position: absolute; z-index: 20; top: .5rem; right: .6rem; width: .6rem; height: .6rem; cursor: pointer;
    background: url(../img/ico-menu.png) no-repeat; background-size: cover; }

.menuList { position: absolute; display: none; z-index: 1; top: 0; bottom: 0; right: -4.2rem; width: 4.2rem; padding-top: 1.6rem; background: #fff;
    box-sizing: border-box; }
.menuList .btnMenuClose { position: absolute; z-index: 20; top: .5rem; left: .5rem; width: .6rem; height: .6rem; cursor: pointer;
    background: url(../img/ico-close.png) no-repeat; background-size: cover;}
.menuList .list { margin-left: .5rem; }
.menuList .list .item { position: relative; display: block; padding-left: .1rem; height: .65rem; line-height: .65rem; font-size: .24rem; color: #999;
    border-bottom: 2px #ccd8e8 solid; cursor: pointer; -webkit-transition: color .3s ease; }
.menuList .list .item:hover { color: #333; }
.menuList .list .item:last-child { border-bottom: none; }
.menuList .list .item.link:after { content: ''; position: absolute; right: .2rem; top: calc(50% - .1rem); width: .1rem; height: .2rem;
    background: url(../img/ico-arr.png) center no-repeat; background-size: 100%; -webkit-transition: all .2s ease; }
.menuList .list .item.open { border-bottom-color: #fff; }
.menuList .list .item.open.link:after { -webkit-transform: rotate(90deg); }

.menuList .list .sub { display: none; background: #efefef; padding: 0 .15rem; }
.menuList .list .sub .item { margin-right: 0; font-size: .18rem; }

.menuOpened { transform: translate(-4.2rem, 0);}
.menuOpened .btnMenu { display: none; }
.menuOpened .btnMenutext { display: none; }
.menuOpened .menuList { display: block; }

/* header  */

.header { height: 5.6rem; background: #eee center; background-size: cover; }
.header .title { padding-top: 1.2rem; text-align: center; font-size: .48rem; color: #fff; font-weight: bold; text-shadow: 0 0 10px rgba(0, 0, 0, .1); }
.header .con { font-size: .20rem; color: #fff; padding: .15rem 2.7rem 0; line-height: .3rem; text-align: center; }
.logo { position: absolute; top: .45rem; left: .45rem; width: 2.5rem; height: 1.1rem; background: url(../img/logo.png) no-repeat; background-size: 100%; }

/* pageContainer */

.pageContainer .container { position: relative; margin-top: -2.4rem; background: #fff; min-height: 120vh; border-radius: 1.6rem 1.6rem 0 0; }
.pageContainer .btnBack { position: absolute; z-index: 30; top: .5rem; left: 1.2rem; font-size: .28rem; color: #333; cursor: pointer; }
.pageContainer .bgText { position: absolute; top: 1.7rem; left: 1rem; font-size: .72rem; line-height: 1.1rem; color: #c4c4c4; font-weight: bold;
    font-family: SourceHanSansSC; writing-mode: tb; }
.pageContainer .content { padding: 1.7rem 1.1rem 1.3rem 3.6rem; }

.navbar { position: absolute; z-index: 10; left: .7rem; top: 7.2rem; width: 2.2rem; }
.navbar .item { display: block; height: .7rem; line-height: .7rem; font-size: .28rem; color: #999; padding-left: .05rem; }
.navbar .item:before { content: '—'; margin-right: .2rem; }
.navbar .item.active { font-size: .36rem; color: #0d4da1; font-weight: bold; padding-left: 0; }
.navbar.blue .item.active { color: #f5a31c; }

#mapcontainer { /*width: 12rem;*/ width: 100%; height: 6.2rem; margin: 0 auto 1.2rem; }
#mapcontainer > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) { display: none !important; }



/* content */

.joinContent { text-align: center; font-size: .2rem; color: #7b7b7b; line-height: .36rem; }
.joinContent h3 { font-size: .36rem; font-weight: bold; margin-bottom: 1em; }
.joinContent p { margin-bottom: 1em;}

.articleContent { font-size: .25rem; color: #7b7b7b; line-height: .36rem; padding-right: 3rem !important;}
.articleContent .title { font-size: .48rem; font-weight: bold; color: #666; margin-bottom: .5rem; line-height: 1.5em; }
.articleContent .date { font-size: .24rem; color: #666; margin-bottom: .5rem; }
.articleContent .con { color: #999; line-height: .55rem; }



.aboutContent { font-size: .25rem; color: #7b7b7b; line-height: .36rem;}
.aboutContent .culture { display: flex; border-bottom: 0.02rem solid #d8d8d8; padding-bottom: 1rem; margin-bottom: 0.6rem;}
.aboutContent .img { width: 4.8rem; height: 4.8rem; margin-right: .8rem;overflow: hidden;}
.aboutContent .img img { width: 100%; vertical-align: top; }
.aboutContent .text { flex: 1; position: relative; color: #999; vertical-align: top;}
.aboutContent .text p { position: relative; height: 4.4rem; font-size: .46rem; color: #f5a31c; font-weight: bold; line-height: .55rem; padding-left: .5rem;
    display: flex; justify-content: center; align-items: center; }
.aboutContent .text p:before { content: ''; position: absolute; top: 0; left: 0; width: .6rem; height: .6rem; background: url(../img/ico-quote-1.png) no-repeat; background-size: cover; }
.aboutContent .text p:after { content: ''; position: absolute; right: 0; bottom: 0; width: .6rem; height: .6rem; background: url(../img/ico-quote-2.png) no-repeat; background-size: cover; }
.aboutContent .text span { display: block; font-size: .28rem; color: #666; padding-left: .5rem;}
.aboutContent .title { font-size: .48rem; line-height: 1em; font-weight: bold; color: #666; margin-bottom: .5rem; text-align: center; }
.aboutContent .con { color: #999; line-height: .55rem; }
.aboutContent .con .text { line-height: .65rem; font-size: .5rem; color: #f5a31c; }
.aboutContent .con img { margin: 0rem auto; width: 100% !important; }


.eventList { font-size: 0;}
.eventList .item { position: relative; width: calc(33.33% - .3rem); display: inline-block; height: 3.7rem; border: .02rem #d8d8d8 solid; margin: 0 .3rem .3rem 0;
    vertical-align: top; box-sizing: border-box; overflow: hidden; -webkit-transition: all .3s ease; }
.eventList .item img { width: 100%; height: 100%; object-fit: contain; -webkit-transition: all .6s ease; }
.desktop .eventList .item:hover { box-shadow: 0 .3rem .2rem -.2rem #fdedd2; }
.desktop .eventList .item:hover img { -webkit-transform: scale(.9); }

.historyList { position: relative; font-size: 0;}
.historyList:before { content: ''; position: absolute; z-index: 1; top: 1.7rem; bottom: 1.3rem; left: calc(50% + 1.16rem); width: .18rem; background: #f5a31c; }
.historyList .item { position: relative; clear: both; margin-bottom: .4rem; }
.historyList .item:before { content: ''; position: absolute; z-index: 2; top: 1.6rem; left: calc(50% - .2rem); width: .4rem; height: .4rem;
    border: .08rem #f5a31c solid; box-sizing: border-box; border-radius: 50%; background: #fff; }
.historyList .item .txt { float: left; width: 50%; padding: 1.1rem 1.2rem; text-align: right; box-sizing: border-box; }
.historyList .item .txt h1 { font-size: .58rem; color: #666; line-height: .58rem; font-weight: bold; margin-bottom: .3rem; }
.historyList .item .txt h1 b { display: inline-block; font-size: .4rem; line-height: 1em; padding-left: .3rem; vertical-align: middle; margin-top: -.1rem; }
.historyList .item .txt p { font-size: .28rem; color: #999; line-height: .36rem; }
.historyList .item .con { float: right; width: 50%; padding: 0 .7rem; text-align: left; box-sizing: border-box; }
.historyList .item .con img { width: 100%; height: 3.5rem; vertical-align: top; margin-bottom: .3rem; object-fit: cover; }
.historyList .item .con p { font-size: .2rem; color: #999; line-height: .36rem; }

.historyList .item:nth-child(2n) .txt { float: right; text-align: left; }
.historyList .item:nth-child(2n) .con { float: left; text-align: right; }


.solutionList { font-size: 0; padding: 0.6rem 1.1rem 1.3rem 3.6rem !important;}
.solutionList .item { position: relative; width: calc(33.33% - .3rem); display: inline-block; height: 3.7rem; border: .02rem #d8d8d8 solid; margin: 0 .3rem .3rem 0;
    vertical-align: top; box-sizing: border-box; cursor: pointer; -webkit-transition: background .3s ease; }
.solutionList .item .img { height: 1.2rem; text-align: center; padding: .4rem 0;}
.solutionList .item .img img { height: 100%; }
.solutionList .item p { padding: 0 .3rem; font-size: .20rem; line-height: .36rem; color: #666; }
.solutionList .item.active,
.mobile .solutionList .item:active,
.desktop .solutionList .item:hover { background: #01ada1; border-color: #01ada1;}
.solutionList .item.active p,
.mobile .solutionList .item:active p,
.desktop .solutionList .item:hover p { color: #fff; }
.solutionList .item.active img,
.mobile .solutionList .item:active img,
.desktop .solutionList .item:hover img { filter: brightness(100);}


.solutionList .swiper-container { }
.solutionList .pageBtns { font-size: 0; }
.solutionList .pageBtns .btn { display: inline-block; padding: 0 .3rem; height: 1rem; line-height: .9rem; text-align: center; font-size: .6rem; color: #666;
    opacity: 1; border-radius: .1rem; -webkit-transition: all .3s ease;}
.mobile .solutionList .pageBtns .btn:active { background: #666; color: #fff; }
.desktop .solutionList .pageBtns .btn:hover { background: #666; color: #fff; }

.solutionList .detailContainer { display: none; position: relative; min-height: 4.6rem; padding: 0 3.2rem 0 0; }
.solutionList .detailContainer .detailList { min-height: 3rem; }
.solutionList .detailContainer h1 { display: flex; font-size: .36rem; color: #666; font-weight: bold; line-height: 1em; padding-top: .3rem; margin-bottom: .5rem; }
.solutionList .detailContainer h1 b { display: inline-block; font-size: 1rem; font-weight: normal; width: 1.8rem; min-width: 1.8rem; }
.solutionList .detailContainer h1 i { display: inline-block; font-style: normal; line-height: .6rem; padding-top: .1rem; }
.solutionList .detailContainer p { padding: 0 0 0 1.8rem; font-size: .24rem; color: #999;/* line-height: .45rem;*/ line-height: .35rem; text-align: justify;}
.solutionList .detailContainer .swiper-button-disabled { -webkit-filter: grayscale(80%); opacity: .5 !important;}

.solutionList .btns { position: absolute; top: 0; right: .4rem; }
.solutionList .btns .btn { width: 2rem; height: 1.1rem; line-height: .95rem; background: #01ada1; margin-bottom: .3rem;
    font-size: .6rem; color: #fff; text-align: center; box-sizing: border-box; }
.solutionList .btns .btnClose { background: #fff; border: .02rem #01ada1 solid; color: #01ada1; }



.articleList {}
.articleList .item { position: relative; display: flex; justify-content: center; align-items: center; height: 3.2rem; border-bottom: .02rem #d8d8d8 solid; color: #666; }
.articleList .item .date { width: 3rem; min-width: 3rem; text-align: center; font-size: .36rem;}
.articleList .item .date img { height: 2rem; }
.articleList .item .con { flex: 1; padding: 0 .50rem; }
.articleList .item .con h1 { font-size: .36rem; margin-bottom: .3rem; font-weight: bold; }
.articleList .item .con p { font-size: .2rem; line-height: .36rem; }
.desktop .articleList .item:hover { z-index: 10; }
.desktop .articleList .item:hover:after { content: ''; position: absolute; top: -.02rem; left: 0; right: 0; bottom: -.02rem; border: .02rem #ccefec solid;
    box-shadow: 0 .3rem .2rem -.2rem rgba(0, 173, 161, .2); }


.researchList {}
.researchList .item { position: relative; display: flex; justify-content: center; align-items: center; height: 3.2rem;
    border-bottom: .02rem #d8d8d8 solid; color: #666; -webkit-transition: all .3s ease; }
.researchList .item .date { width: 3rem; min-width: 3rem; text-align: center; font-size: .36rem;}
.researchList .item .date img { height: 2rem; }
.researchList .item .con { flex: 1; padding: 0 .50rem; }
.researchList .item .con h1 { font-size: .36rem; margin-bottom: .3rem; font-weight: bold; }
.researchList .item .con p { font-size: .2rem; line-height: .36rem; min-height: 1.08rem; }
.researchList .item .con .hover { display: none; }

.researchList .item .con .hover { display: none; height: 1.08rem; text-align: center; font-size: 0; }
.researchList .item .con .hover span { display: inline-block; text-align: center; padding: .1rem 0 0; margin: 0 .6rem; box-sizing: border-box; color: #fff; }
.researchList .item .con .hover span h2 { font-size: .36rem; font-weight: bold; }
.researchList .item .con .hover span h3 { font-size: .24rem; font-weight: normal; }

.researchList .item:hover { background: #ffb343; color: #fff; border-radius: .15rem; }
.researchList .item:hover img { filter: brightness(100);}
.researchList .item:hover p { display: none; }
.researchList .item:hover .hover { display: block; }



.cooperationList { padding: 1.7rem 3.1rem 1.3rem 5.2rem !important; font-size: 0;}
.cooperationList .item { width: 50%; height: 2rem; vertical-align: top; display: inline-flex; justify-content: center; align-items: center; }
.cooperationList .item img { height: 1.5rem; -webkit-transition: all .6s ease; }
.cooperationList .item:hover img { -webkit-transform: scale(1.1); }

.cooperationList .btns { padding-top: .6rem; text-align: center; }
.cooperationList .btns .btn { display: inline-block; width: 2rem; height: 1.1rem; line-height: .95rem; background: #01ada1; margin: 0 .3rem;
    font-size: .6rem; color: #fff; text-align: center; box-sizing: border-box; }
.cooperationList .btns .btnClose { background: #fff; border: .02rem #01ada1 solid; color: #01ada1; }





.cooperationList .item { -webkit-animation: slideInDown .6s ease forwards; opacity: 0;}
.cooperationList.style2 .item { -webkit-animation: zoomIn .6s ease forwards; opacity: 0;}
.cooperationList .item:nth-child(1) { -webkit-animation-delay: .1s; }
.cooperationList .item:nth-child(2) { -webkit-animation-delay: .2s; }
.cooperationList .item:nth-child(3) { -webkit-animation-delay: .3s; }
.cooperationList .item:nth-child(4) { -webkit-animation-delay: .4s; }
.cooperationList .item:nth-child(5) { -webkit-animation-delay: .5s; }
.cooperationList .item:nth-child(6) { -webkit-animation-delay: .6s; }
.cooperationList .item:nth-child(7) { -webkit-animation-delay: .7s; }
.cooperationList .item:nth-child(8) { -webkit-animation-delay: .8s; }
.cooperationList .item:nth-child(9) { -webkit-animation-delay: .9s; }
.cooperationList .item:nth-child(10) { -webkit-animation-delay: 1.0s; }
.cooperationList .item:nth-child(11) { -webkit-animation-delay: 1.1s; }
.cooperationList .item:nth-child(12) { -webkit-animation-delay: 1.2s; }
.cooperationList .item:nth-child(13) { -webkit-animation-delay: 1.3s; }
.cooperationList .item:nth-child(14) { -webkit-animation-delay: 1.4s; }



.expertList { padding: 1.7rem 1.1rem 1.3rem 4.4rem !important; font-size: 0;}
.expertList .item { width: calc(50% - .4rem); height: 4.6rem; vertical-align: top; display: inline-flex; justify-content: center; align-items: center; flex-direction: column;
    color: #0d4da1; text-align: center; border: .02rem #0d4da1 solid; border-radius: .15rem; box-sizing: border-box; margin: 0 .4rem .4rem 0; -webkit-transition: all .3s ease; }
.expertList .item img { height: 1.5rem; }
.expertList .item h1 { font-size: .35rem; margin-bottom: .15rem; }
.expertList .item p { font-size: .2rem; }
.expertList .item:hover { background: #0d4da1; color: #fff; }
.expertList .item:hover img { filter: brightness(100);}




/* indexSwiper */

.indexSwiper { height: 100%;}
.indexSwiper .swiper-slide { overflow: hidden; }

.indexSwiperPagination.swiper-pagination-bullets { z-index: 100; left: 0; right: auto; }
.indexSwiperPagination span { position: relative; display: block; width: 1.8rem; height: 1rem; background: transparent; border-radius: 0; border: 0; opacity: 1;
    margin: 0 !important; }
.indexSwiperPagination span:before { content: ''; position: absolute; top: calc(50% - .02rem); left: 0; width: .4rem; height: .03rem; background-color: #fff;
    -webkit-transition: all .3s ease; opacity: .8; }
.indexSwiperPagination span:after { content: ''; position: absolute; top: calc(50% + .05rem); right: calc(100% - .6rem); font-size: .22rem; color: #fff; font-weight: bold;
    opacity: 0; -webkit-transition: all .3s ease; white-space: nowrap; }
.indexSwiperPagination span:nth-child(1):after { content: '首页'; }
.indexSwiperPagination span:nth-child(2):after { content: '疾病研究中心'; }
.indexSwiperPagination span:nth-child(3):after { content: '六大运营体系'; }
.indexSwiperPagination span:nth-child(4):after { content: '7s体系'; }
.indexSwiperPagination span:nth-child(5):after { content: '最新资讯'; }
.indexSwiperPagination span:nth-child(6):after { content: '合作伙伴'; }
.indexSwiperPagination>.swiper-pagination-bullet-active:before { width: 100%; height: .05rem; opacity: 1; }
.indexSwiperPagination>.swiper-pagination-bullet-active:after { opacity: 1; right: 0;}


/* indexMain  */

.indexMain { background: #2151b0 url(../img/bg-index.jpg) center no-repeat; background-size: cover; }
.indexMain .logo { left: auto; right: 1.6rem; }
.indexMain .slogan { position: absolute; z-index: 10; top: calc(50% - 2.3rem); right: .3rem; text-align: center; font-family: fonts; }
.indexMain .slogan h1 { font-size: 0.8rem; font-weight: normal; color: #fff; }
.indexMain .slogan h1 b { display: inline-block; opacity: 0; font-weight: normal; }
.indexMain .slogan h2 { font-size: .6rem; font-weight: normal; color: #fcb814; letter-spacing: .4rem; padding-left: .4rem; opacity: 0; }

/*.indexMain.swiper-slide-active .slogan h1 b { -webkit-animation: bounceIn 1s ease forwards; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(1) { -webkit-animation-delay: 1s; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(2) { -webkit-animation-delay: 1.1s; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(3) { -webkit-animation-delay: 1.2s; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(4) { -webkit-animation-delay: 1.3s; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(5) { -webkit-animation-delay: 1.4s; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(6) { -webkit-animation-delay: 1.5s; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(7) { -webkit-animation-delay: 1.6s; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(8) { -webkit-animation-delay: 1.7s; }
.indexMain.swiper-slide-active .slogan h2 { -webkit-animation: fadeInUp 1s 2s ease forwards; }*/

.indexMain.swiper-slide-active .slogan h1 b { -webkit-animation: bounceIn 1s ease forwards;}
.indexMain.swiper-slide-active .slogan h1 b:nth-child(1) { -webkit-animation-delay: 1s; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(2) { -webkit-animation-delay: 1.2s; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(3) { -webkit-animation-delay: 1.4s; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(4) { -webkit-animation-delay: 1.6s; }
.indexMain.swiper-slide-active .slogan h1 b:nth-child(5) { -webkit-animation-delay: 1.9s; }

.indexMain.swiper-slide-active .slogan .lines b:nth-child(1) { -webkit-animation-delay: 2.1s; }
.indexMain.swiper-slide-active .slogan .lines b:nth-child(2) { -webkit-animation-delay: 2.3s; }
.indexMain.swiper-slide-active .slogan .lines b:nth-child(3) { -webkit-animation-delay: 2.5s; }
.indexMain.swiper-slide-active .slogan .lines b:nth-child(4) { -webkit-animation-delay: 2.7s; }
.indexMain.swiper-slide-active .slogan .lines b:nth-child(5) { -webkit-animation-delay: 2.9s; }
.indexMain.swiper-slide-active .slogan .lines b:nth-child(6) { -webkit-animation-delay: 3.1s; }
.indexMain.swiper-slide-active .slogan .lines b:nth-child(7) { -webkit-animation-delay: 3.3s; }
.indexMain.swiper-slide-active .slogan .lines b:nth-child(8) { -webkit-animation-delay: 3.5s; }
.indexMain.swiper-slide-active .slogan .lines b:nth-child(9) { -webkit-animation-delay: 3.7s; }
.indexMain.swiper-slide-active .slogan .lines b:nth-child(10) { -webkit-animation-delay: 3.9s; }
.indexMain.swiper-slide-active .slogan .lines b:nth-child(11) { -webkit-animation-delay: 4.1s; }
.indexMain.swiper-slide-active .slogan .lines {margin-bottom: 0.3rem; }

.indexMain.swiper-slide-active .slogan h2 { -webkit-animation: fadeInUp 1s 4.2s ease forwards; }



.animate { position: absolute; left: 0; top: calc(50% - 3.8rem); width: 9.1rem; height: 7.9rem; background: url(../img/animate-bg.png) no-repeat; background-size: cover; }
.animate .man { position: absolute; z-index: 2; left: 2.5rem; top: 0.5rem; width: 2.5rem; height: 3.02rem;
    background: url(../img/animate-dna.png) no-repeat; background-size: cover; }
.animate .light { position: absolute; z-index: 1; left: 2rem; top: 0.4rem; width: 3rem; height: 3rem;
    background: url(../img/animate-light.png) no-repeat; background-size: cover; }
.animate .ray-1 { position: absolute; z-index: 3; left: 2.76rem; top: 1.69rem; width: 1.79rem; height: 2.26rem;
    background: url(../img/animate-ray-1.png) no-repeat; background-size: cover; }
.animate .ray-2 { position: absolute; z-index: 4; left: .62rem; top: .37rem; width: 3.84rem; height: 2.35rem;
    background: url(../img/animate-ray-2.png) no-repeat; background-size: cover; -webkit-transform-origin: 0% 50%; }
.animate .ray-3 { position: absolute; z-index: 4; left: 2.58rem; top: .43rem; width: 3.84rem; height: 2.35rem;
    background: url(../img/animate-ray-3.png) no-repeat; background-size: cover; -webkit-transform-origin: 100% 50%; }

/* .indexMain.swiper-slide-active .animate .man { -webkit-animation: man 1s ease-in-out infinite alternate;} */
.indexMain.swiper-slide-active .animate .man {
	animation: man 4s infinite linear;
	animation-fill-mode:forwards;
}
.indexMain.swiper-slide-active .animate .light { -webkit-animation: light 3s ease-in-out infinite alternate;}
.indexMain.swiper-slide-active .animate .ray-1 { -webkit-animation: ray1 1s ease-in-out infinite alternate;}
.indexMain.swiper-slide-active .animate .ray-2 { -webkit-animation: ray2 3s ease-in-out infinite alternate;}
.indexMain.swiper-slide-active .animate .ray-3 { -webkit-animation: ray3 3s -1s ease-in-out infinite alternate;}

/* @-webkit-keyframes man {
    0% { -webkit-transform: translate(0, -.1rem);}
    100% { -webkit-transform: translate(0, .1rem);}
} */
@-webkit-keyframes man {
    0% {
   		transform: rotateY(0deg);
   	}
   	100% {
   		-webkit-transform: rotateY(360deg);
   		transform: rotateY(360deg)
   	}
}
@-webkit-keyframes light {
    0% { -webkit-transform: scale(1);}
    100% { -webkit-transform: scale(1.2);}
}
@-webkit-keyframes ray1 {
    0% { opacity: .6;}
    100% { opacity: 1;}
}
@-webkit-keyframes ray2 {
    0% { -webkit-transform: scaleY(.2) rotate(40deg);}
    50% { -webkit-transform: scaleY(1.4) rotate(10deg);}
    100% { -webkit-transform: scaleY(.5) rotate(10deg);}
}
@-webkit-keyframes ray3 {
    0% { -webkit-transform: scaleY(.2) rotate(20deg);}
    50% { -webkit-transform: scaleY(1.4) rotate(-10deg);}
    100% { -webkit-transform: scaleY(.5) rotate(-10deg);}
}


/* indexResearch */

.researchSwiper { height: 100%;}
.researchSwiper .swiper-slide { background: #f5a31c;}
.researchSwiper .pagination { position: absolute; z-index: 10; left: 4.1rem; bottom: 1.2rem; font-size: 0;}
.researchSwiper .pagination b { display: inline-block; width: .4rem; text-align: center; font-size: .2rem; color: #fff; font-weight: normal;
    vertical-align: middle; margin-top: -.04rem; }
.researchSwiperPagination { display: inline-flex; position: static; width: 1.8rem !important;}
.researchSwiperPagination span { flex: 1; border-radius: 0; opacity: .5; background: #fff; height: .04rem; }
.researchSwiperPagination span.swiper-pagination-bullet-active { opacity: 1; }

.indexResearch { background: #f5a31c; }
.indexResearch .bigtext { position: absolute; z-index: 11; left: 9.5rem; top: 1.3rem; font-family: SourceHanSansSC;
    font-weight: 700; font-size: .8rem; line-height: .8rem; color: #ffd555; }
.indexResearch .content { position: absolute; left: 9.5rem; top: 4rem; right: 1rem; color: #fff; }
.indexResearch .content h1 { display: block; font-size: .72rem; font-weight: bold; margin-bottom: .4rem;}
.indexResearch .content p { display: block; font-size: .24rem; line-height: .36rem; height: 1.2rem; overflow: hidden; margin-bottom: .1rem; text-align: justify; }
.indexResearch .content .btn { opacity: 1; -webkit-transition: opacity .3s ease;}
.indexResearch .content .btn:hover { background: #fff; color: #f5a31c; }
.indexResearch .pageBtns { position: absolute; z-index: 10; right: 1.2rem; bottom: .7rem; transform: scale(2); font-size: 0; }
.indexResearch .pageBtns .btn { display: inline-block; width: .7rem; height: 0.7rem; line-height: 0.7rem; text-align: center; font-size: .26rem; color: #fff;
    opacity: 1; border-radius: .1rem; -webkit-transition: background .3s ease;}
.indexResearch .pageBtns .btn:hover { background: #fff; color: #033e8b; }
.indexResearch .verticalLine { position: absolute; z-index: 1; top: .9rem; left: 4.3rem; bottom: 2rem; width: 2.2rem; background: #ffd555; }

.gif { position: absolute; z-index: 2; top: 1.3rem; left: 3.3rem; width: 4rem; height: 4rem; background: no-repeat; background-size: auto 100%;}
.gif.gif-1 { background-image: url(../img/gif-1.png); }
.gif.gif-2 { background-image: url(../img/gif-2.png); }
.gif.gif-3 { background-image: url(../img/gif-3.png); }
.gif.gif-4 { background-image: url(../img/gif-4.png); }
.gif.gif-5 { background-image: url(../img/gif-5.png); }
.gif.gif-6 { background-image: url(../img/gif-6.png); }
.gif.gif-7 { background-image: url(../img/gif-7.png); }

.swiper-slide-active .gif { -webkit-animation: gif 3s step-end infinite;}
.swiper-slide-active .gif-4 { -webkit-animation: heartBeat 1s ease-in-out infinite;}

@-webkit-keyframes gif {
    0.00% { background-position-x: -0rem;}
    1.69% { background-position-x: -4rem;}
    3.39% { background-position-x: -8rem;}
    5.08% { background-position-x: -12rem;}
    6.78% { background-position-x: -16rem;}
    8.47% { background-position-x: -20rem;}
    10.17% { background-position-x: -24rem;}
    11.86% { background-position-x: -28rem;}
    13.56% { background-position-x: -32rem;}
    15.25% { background-position-x: -36rem;}
    16.95% { background-position-x: -40rem;}
    18.64% { background-position-x: -44rem;}
    20.34% { background-position-x: -48rem;}
    22.03% { background-position-x: -52rem;}
    23.73% { background-position-x: -56rem;}
    25.42% { background-position-x: -60rem;}
    27.12% { background-position-x: -64rem;}
    28.81% { background-position-x: -68rem;}
    30.51% { background-position-x: -72rem;}
    32.20% { background-position-x: -76rem;}
    33.90% { background-position-x: -80rem;}
    35.59% { background-position-x: -84rem;}
    37.29% { background-position-x: -88rem;}
    38.98% { background-position-x: -92rem;}
    40.68% { background-position-x: -96rem;}
    42.37% { background-position-x: -100rem;}
    44.07% { background-position-x: -104rem;}
    45.76% { background-position-x: -108rem;}
    47.46% { background-position-x: -112rem;}
    49.15% { background-position-x: -116rem;}
    50.85% { background-position-x: -120rem;}
    52.54% { background-position-x: -124rem;}
    54.24% { background-position-x: -128rem;}
    55.93% { background-position-x: -132rem;}
    57.63% { background-position-x: -136rem;}
    59.32% { background-position-x: -140rem;}
    61.02% { background-position-x: -144rem;}
    62.71% { background-position-x: -148rem;}
    64.41% { background-position-x: -152rem;}
    66.10% { background-position-x: -156rem;}
    67.80% { background-position-x: -160rem;}
    69.49% { background-position-x: -164rem;}
    71.19% { background-position-x: -168rem;}
    72.88% { background-position-x: -172rem;}
    74.58% { background-position-x: -176rem;}
    76.27% { background-position-x: -180rem;}
    77.97% { background-position-x: -184rem;}
    79.66% { background-position-x: -188rem;}
    81.36% { background-position-x: -192rem;}
    83.05% { background-position-x: -196rem;}
    84.75% { background-position-x: -200rem;}
    86.44% { background-position-x: -204rem;}
    88.14% { background-position-x: -208rem;}
    89.83% { background-position-x: -212rem;}
    91.53% { background-position-x: -216rem;}
    93.22% { background-position-x: -220rem;}
    94.92% { background-position-x: -224rem;}
    96.61% { background-position-x: -228rem;}
    98.31% { background-position-x: -232rem;}
    100.00% { background-position-x: -236rem;}
}

/* indexSolution */

.solutionSwiper { height: 4.8rem; }
.solutionSwiper .swiper-slide { display: flex; justify-content: center; align-items: center; background: #02ccb4;}
.solutionSwiper .swiper-slide i { width: 1.1rem; height: 1.1rem; margin: 0 .3rem; }
.solutionSwiper .swiper-slide .txt { flex: 1; padding-left: .4rem; }
.solutionSwiper .swiper-slide .txt h3 { font-size: .3rem; /*color: #009b8e; */color: #fff; font-weight: bold; }
.solutionSwiper .swiper-slide .txt h4 { font-size: .22rem;/* color: #00afa1;*/ color: #fff; font-weight: bold; font-family: SourceHanSansSC; }
.solutionSwiper .swiper-slide .hover { position: absolute; top: 0; right: 0; bottom: 0; width: calc(100% - 1.7rem); background: #008c83; font-size: .26rem; line-height: .4rem;
    box-sizing: border-box; text-align: center; font-weight: bold; opacity: 0; -webkit-transition: all .3s ease; -webkit-transform: translate(100%, 0);
    display: flex; justify-content: center; align-items: center;}
.solutionSwiper .swiper-slide:hover .hover { opacity: 1; -webkit-transform: translate(0, 0) !important; color: #fff; }
.solutionSwiper .swiper-slide.onleft .hover { right: auto; left: 0; -webkit-transform: translate(-100%, 0);}

.indexSolution { background: #01ada1; }
.indexSolution .bigtext { position: absolute; z-index: 11; right: 1rem; top: 1.9rem; font-family: SourceHanSansSC;
    font-weight: 700; font-size: 1.1rem; line-height: .8rem; color: #fff; }
.indexSolution .verticalLine { position: absolute; z-index: 1; top: 1.3rem; right: 3.2rem; bottom: 0; width: 2.4rem; background: #a6d8ee; }
.indexSolution .content { position: absolute; left: 3.6rem; top: .8rem; width: 4.9rem; color: #fff; }
.indexSolution .content h1 { font-size: .56rem; line-height: 1em; font-weight: bold; margin-bottom: .5rem; }
.indexSolution .content h2 { font-size: .24rem; line-height: .36rem; margin-bottom: .5rem; }

.indexSolution .pageBtns { font-size: 0; /*padding-top: .3rem;*/ text-align: center; }
.indexSolution .pageBtns .btn { display: inline-block; width: .6rem; height: .6rem; zoom: 1.2; line-height: .55rem; text-align: center; font-size: .36rem; color: #fff;
    opacity: 1; border-radius: .1rem; margin: 0 .2rem; -webkit-transition: all .3s ease;}
.indexSolution .pageBtns .btn:hover { background: #fff; color: #033e8b; }

.indexSolution .gif { top: 3rem; left: auto; right: 2.3rem; }

/* indexSystem */

.indexSystem { background: #f5a31c; }
.indexSystem .bigtext { position: absolute; top: .7rem; left: 0; right: 0; text-align: center; }
.indexSystem .bigtext h1 { position: absolute; top: .08rem; left: 0; right: 0; text-align: center; font-size: .72rem; line-height: 1em; color: #fff; font-weight: bold; }
.indexSystem .bigtext h2 { font-size: 0; height: 1.5rem; background: url(../img/bg-system-title.png) center no-repeat; background-size: auto 100%; }
.indexSystem .content { position: absolute; top: 2.6rem; left: 3rem; right: 1rem; bottom: .9rem; color: #fff; text-align: center; }
.indexSystem .content i { width: 1.2rem; height: 1.2rem; background-position: center; margin: 0; }
.indexSystem .content h3 { font-size: .36rem; font-weight: bold; line-height: 1em; margin-bottom: .3em; }
.indexSystem .content h4 { font-size: .22rem; color: rgba(255, 255, 255, .4); line-height: 1em; }
.indexSystem .content .txt { position: absolute; z-index: 2; left: 0; right: 0; top: 0; bottom: 0; padding-top: 1.8rem; border-radius: .1rem; -webkit-transition: all .3s ease; }
.indexSystem .content .con { opacity: 0; position: absolute; z-index: 3; left: 0; right: 0; bottom: .5rem; font-size: .18rem; color: #f5a31c; -webkit-transition: all .3s ease; }
.indexSystem .row { display: flex; height: 50%; }
.indexSystem .row .col { position: relative; flex: 1; height: 100%; text-align: center; padding-top: .35rem;
    box-sizing: border-box; border: 1px rgba(255, 255, 255, .2) solid; border-width: 0 1px 1px 0;}
.indexSystem .row .col:last-child { border-right: 0; }
.indexSystem .row .col-2 { flex: 2.001; }
.desktop .indexSystem .row:last-child .col { border-bottom: 0; }

.indexSystem .row .col:hover .txt { padding-top: .6rem; background: #fff; color: #f5a31c;}
.indexSystem .row .col:hover .txt h4 { color: rgba(245, 163, 28, .6); }
.indexSystem .row .col:hover .con { opacity: 1; }

.indexSystem .gif { top: auto; left: auto; right: -.8rem; bottom: .2rem; }

/* indexNews */

.indexNews { background: #03a19f url(../img/bg-news.png) center no-repeat; background-size: cover; }
.indexNews .bigtext { position: absolute; top: .7rem; left: 0; right: 0; text-align: center; }
.indexNews .bigtext h1 { position: absolute; top: .08rem; left: 0; right: 0; text-align: center; font-size: .72rem; line-height: 1em; color: #fff; font-weight: bold; }
.indexNews .bigtext h2 { font-size: 0; height: 1.5rem; background: url(../img/bg-news-title.png) center no-repeat; background-size: auto 100%; }

.indexNews .pagination { position: absolute; z-index: 10; left: 3.3rem; top: 7.7rem; font-size: 0;}
.indexNews .pagination b { display: inline-block; width: .4rem; text-align: center; font-size: .2rem; color: #fff; font-weight: normal;
    vertical-align: middle; margin-top: -.04rem; }

.indexNews .pageBtns { position: absolute; z-index: 10; right: 1.2rem; bottom: .7rem; transform: scale(2); font-size: 0; }
.indexNews .pageBtns .btn { display: inline-block; width: .7rem; height: .7rem; line-height: .7rem; text-align: center; font-size: .26rem; color: #fff;
    opacity: 1; border-radius: .1rem; -webkit-transition: all .3s ease;}
.indexNews .pageBtns .btn:hover { background: #fff; color: #033e8b; }

.newsSwiper { position: absolute; top: 4rem; left: 3rem; right: 1rem; height: 3rem; border-bottom: .02rem rgba(255, 255, 255, .2) solid; }
.newsSwiper .swiper-slide { overflow: visible; }
.newsSwiper .swiper-slide:after { content: ''; position: absolute; top: 0; right: -.52rem; height: 2rem; width: .02rem; background: rgba(255, 255, 255, .2); }
.newsSwiper .item { display: block; padding: 0 .4rem; color: #fff; }
.newsSwiper .item h1 { font-size: .48rem; font-weight: bold; line-height: .6rem; margin-bottom: .2rem; }
.newsSwiper .item h2 { font-size: .24rem; color: rgba(255, 255, 255, .4); margin-bottom: .2rem; }
.newsSwiper .item p { font-size: .24rem; line-height: .36rem; color: rgba(255, 255, 255, .6); margin-bottom: .2rem; }

.newsSwiperPagination { display: inline-flex; position: static; width: 1.8rem !important;}
.newsSwiperPagination span { flex: 1; border-radius: 0; opacity: .5; background: #fff; height: .04rem; }
.newsSwiperPagination span.swiper-pagination-bullet-active { opacity: 1; }



/* indexPartner */

.indexPartner { background: #03a19f url(../img/bg-partner.jpg) center no-repeat; background-size: cover; }
.indexPartner .bigtext { position: absolute; top: .7rem; left: 0; right: 0; text-align: center; }
.indexPartner .bigtext h1 { position: absolute; top: .08rem; left: 0; right: 0; text-align: center; font-size: .72rem; line-height: 1em; color: #fff; font-weight: bold; }
.indexPartner .content { position: absolute; top: 3.4rem; left: 3.4rem; right: .4rem; height: 2.5rem; display: flex; }
.indexPartner .contentAlter{
	width: 12rem;
	left: 3.4rem;
}
.indexPartner .content .item h1{
	text-align: center;
}
.indexPartner .content .item a{
	
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0.16rem;

}
.indexPartner .content .item a img{
	width: 1.33rem;
}
.indexPartner .content .item p{
	    width: 50%;
	    height: 1px;
	    background: #fff;
	    margin: 0 auto;
}
.indexPartner .content .item { position: relative; flex: 1; color: #fff; }
.indexPartner .content .item:after {display:none; position: absolute; left: 0; right: .6rem; bottom: 0; height: 2px; background: #fff; }
.indexPartner .content .item h1 { font-size: .30rem; font-weight: bold; }
.indexPartner .content .item h2 { font-size: .60rem; line-height: 1em; margin-bottom: .3rem; font-weight: bold; }
.indexPartner .content .item h3 { font-size: .24rem; }
.indexPartner .content .item .txts { display: none; position: absolute; left: 0; right: 0; bottom: 0; top: .9rem; overflow: hidden; }
.indexPartner .content .item .txt { position: absolute; left: 0; top: 0; right: 0; }
.indexPartner .footer { position: absolute; left: 0; right: 0; bottom: 0;}

.indexPartner.swiper-slide-active .content .item .txts { display: block; }
.indexPartner.swiper-slide-active .content .item .txt { -webkit-animation: partnerTxt 8s ease infinite;}
.indexPartner.swiper-slide-active .content .item .txt-2 { -webkit-animation-delay: -4s;}
.indexPartner.swiper-slide-active .content .item:nth-child(2) .txt { -webkit-animation-delay: .2s;}
.indexPartner.swiper-slide-active .content .item:nth-child(2) .txt-2 { -webkit-animation-delay: -3.8s;}
.indexPartner.swiper-slide-active .content .item:nth-child(3) .txt { -webkit-animation-delay: .4s;}
.indexPartner.swiper-slide-active .content .item:nth-child(3) .txt-2 { -webkit-animation-delay: -3.6s;}
.indexPartner.swiper-slide-active .content .item:nth-child(4) .txt { -webkit-animation-delay: .6s;}
.indexPartner.swiper-slide-active .content .item:nth-child(4) .txt-2 { -webkit-animation-delay: -3.4s;}
.indexPartner.swiper-slide-active .content .item:nth-child(5) .txt { -webkit-animation-delay: .8s;}
.indexPartner.swiper-slide-active .content .item:nth-child(5) .txt-2 { -webkit-animation-delay: -3.2s;}

.indexPartner.swiper-slide-active .content .item .txt-2 {}

@-webkit-keyframes partnerTxt {
    0%, 40% { -webkit-transform: translate(0, 0);}
    50% { -webkit-transform: translate(0, -140%);}
    50.001%, 90% { -webkit-transform: translate(0, 140%);}
    100% { -webkit-transform: translate(0, 0);}
}


/* footer */

.footer { padding: .25rem 0; background: #8a8a8a; color: #fff; }
.footer a { color: #fff; }
.footer a:hover { text-decoration: underline; }
.footer p { font-size: .2rem; text-align: center; }
.footer .itemList { display: flex; padding: .4rem 0 .4rem; margin-bottom: .25rem; border-bottom: .03rem rgba(255, 255, 255, .3) solid; justify-content: center; }
.footer .itemList .item { margin-right: .95rem; }
.footer .itemList .item:last-child { margin-right: 0; }
.footer .itemList .item h1 { font-size: .24rem; line-height: 1em; font-weight: bold; margin-bottom: .3rem; }
.footer .itemList .item h1 span { font-size: .2rem; font-weight: normal;}
.footer .itemList .item p { text-align: left; margin-bottom: .1rem; }
.footer .qrcode { text-align: center; }
.footer .qrcode img { width: 2.1rem; vertical-align: top; margin-bottom: .2rem; }
.footer .qrcode span { display: block; font-size: .23rem; text-align: center; }


/* pager */

.pager { font-size: .24rem; padding: 1rem 0 0; text-align: center;}
.pager a { padding: .2rem .30rem; margin: 0 .2rem; color: #fff; background: #01ada1;}
.pager a:hover { opacity: .8; }


.foreword { text-align: center; margin-bottom: .8rem; }
.foreword .ico { width: 1rem; height: 1rem; margin: 0 auto .35rem;}
.foreword .ico img { width: 100%; }
.foreword .title { font-size: .38rem; margin-bottom: .3rem; color: #666; }
.foreword .con { font-size: .2rem; color: #999; }
.foreword .tj img { width: 100%; margin-bottom: 10px; }


.btnMenutext { position: absolute; z-index: 200; top: 1.1rem; right: 0.6rem; font-size: .2rem; color: #fff; }




i[class^='ico-'] { position: relative; margin: -3px 5px 0 0; display: inline-block; width: .2rem; height: .2rem; background: no-repeat; vertical-align: middle; background-size: 100%; }
i.ico-back { background-image: url(../img/ico-back.png);}

i.ico-solution-1 { background-image: url(../img/ico-solution-1.png);}
i.ico-solution-2 { background-image: url(../img/ico-solution-2.png);}
i.ico-solution-3 { background-image: url(../img/ico-solution-3.png);}
i.ico-solution-4 { background-image: url(../img/ico-solution-4.png);}
i.ico-solution-5 { background-image: url(../img/ico-solution-5.png);}
i.ico-solution-6 { background-image: url(../img/ico-solution-6.png);}

i.ico-7s-1 { background-image: url(../img/ico-7s-1.png);}
i.ico-7s-2 { background-image: url(../img/ico-7s-2.png);}
i.ico-7s-3 { background-image: url(../img/ico-7s-3.png);}
i.ico-7s-4 { background-image: url(../img/ico-7s-4.png);}
i.ico-7s-5 { background-image: url(../img/ico-7s-5.png);}
i.ico-7s-6 { background-image: url(../img/ico-7s-6.png);}
i.ico-7s-7 { background-image: url(../img/ico-7s-7.png);}



@-webkit-keyframes arrowDown {
    0%,30% { opacity: 0; -webkit-transform: translate(0, -6px);}
    60% { opacity: 1; -webkit-transform: translate(0, 0);}
    100% { opacity: 0; -webkit-transform: translate(0, 6px);}
}

@-webkit-keyframes fadeInBig {
    0% { -webkit-transform: scale(3); opacity: 0;}
    100% { -webkit-transform: scale(1); opacity: 1;}
}


@-webkit-keyframes heartBeat {
    0%, 28%, 70% { -webkit-transform: scale(1);}
    14%, 42% { -webkit-transform: scale(1.1);}
}



.mobile .xshide { display: none; }
.mobile .btnA { width: 1.6rem; }
.mobile .logo { top: .3rem; left: .3rem; width: 1.58rem; height: .7rem; }

.mobile .btnMenu { top: .3rem; right: .3rem; }
.mobile .btnMenutext { top: 0.9rem; right: 0.3rem; }
.mobile .btnMenuClose { top: .3rem; }

.mobile .header { height: 3.4rem;}
.mobile .header .title { font-size: .36rem; }
.mobile .header .con { font-size: .20rem; padding: 0.15rem 0.3rem 0; }
.mobile .header .con br { display: none; }
.mobile .pageContainer .container { margin-top: -0.4rem; border-radius: .3rem .3rem 0 0; min-height: auto; }
.mobile .pageContainer .btnBack { display: none; }
.mobile .pageContainer .bgText { display: none; }
.mobile .pageContainer .content { padding: .3rem !important; }

.mobile .researchList .item { height: 2.8rem; }
.mobile .researchList .item .date { width: 1.5rem; min-width: 1.5rem; }
.mobile .researchList .item .date img { height: 1rem; }
.mobile .researchList .item .con { padding: 0; }
.mobile .researchList .item .con h1 { font-size: .26rem; margin-bottom: 0.1rem; }
.mobile .researchList .item .con .hover span { margin: 0 0.2rem;}
.mobile .researchList .item .con .hover span h2 { font-size: .36rem; }
.mobile .researchList .item .con .hover span h3 { font-size: .20rem; }


.mobile .foreword .title { font-size: .24rem; }
.mobile .solutionList .item { height: 3rem; }
.mobile .solutionList .item .img { height: .8rem; padding: .3rem 0;}
.mobile .solutionList .item p { padding: 0 .1rem; -webkit-line-clamp: 4; }
.mobile .solutionList .btns { display: none; }
.mobile .solutionList .detailContainer { padding: 0;}
.mobile .solutionList .detailContainer h1 { font-size: .32rem; padding-top: .1rem; margin-bottom: .3rem; line-height: .4rem !important; }
.mobile .solutionList .detailContainer h1 b { font-size: .36rem; width: .6rem; min-width: .6rem; }
.mobile .solutionList .detailContainer h1 i { padding-top: 0; line-height: inherit; }
.mobile .solutionList .detailContainer p { padding: 0; }
.mobile .solutionList .detailContainer .detailList { /*height: 4rem; */}

.mobile .articleList .item { display: block; height: auto; padding: .3rem 0 .2rem; }
.mobile .articleList .item .date { width: auto; min-width: auto; text-align: left; font-size: .24rem; margin-bottom: .1rem; }
.mobile .articleList .item .date img { display: block; margin: 0 auto; }
.mobile .articleList .item .con { padding: 0; }
.mobile .articleList .item .con h1 { font-size: .26rem; margin-bottom: .1rem; }

.mobile .articleContent { font-size: .2rem; }
.mobile .articleContent .title { font-size: .26rem; margin-bottom: .1rem; }
.mobile .articleContent .date { font-size: .2rem; margin-bottom: .1rem; }
.mobile .articleContent .con { line-height: .35rem; }

.mobile .cooperationList .item { height: auto; }
.mobile .cooperationList .item img { width: 80%; object-fit: contain; }


.mobile .aboutContent .culture { display: block; padding-bottom: 0.3rem; }
.mobile .aboutContent .img { width: 100%; height: auto; margin-bottom: .2rem; }
.mobile .aboutContent .text p { height: 2rem; font-size: .26rem;}
.mobile .aboutContent .text p:before,
.mobile .aboutContent .text p:after { width: .3rem; height: .3rem; }
.mobile .aboutContent .text span { font-size: .24rem; }

.mobile .eventList .item { width: calc(50% - .1rem); margin: 0 .1rem .1rem 0; height: 2.5rem; }
.mobile .eventList .item:nth-child(2n) { margin-right: 0; }


.mobile .pageContainer .historyList { padding: .3rem 0 !important; }
.mobile .historyList:before { left: calc(50% - 0.09rem); top: .3rem; bottom: .3rem; }
.mobile .historyList .item .txt { padding: .25rem .3rem; }
.mobile .historyList .item .txt h1 { font-size: .36rem; margin-bottom: .2rem; }
.mobile .historyList .item .txt h1 b { display: block; padding-left: 0; font-size: .26rem; padding-top: .2rem; }
.mobile .historyList .item .txt p { font-size: .2rem; line-height: .3rem; }
.mobile .historyList .item .con { padding: 0 .3rem; }
.mobile .historyList .item .con img { height: 1.2rem;  margin-bottom: .2rem;}
.mobile .historyList .item .con p { line-height: .3rem; }
.mobile .historyList .item:before { top: 1.1rem; }

.mobile #mapcontainer { width: 100%; height: 3rem; margin: 0 0 .3rem; }

.mobile .indexMain .logo { top: .3rem; left: .3rem; right: auto; }
.mobile .indexMain .slogan { top: calc(50% - 2.6rem); left: 0; right: 0; }

.mobile .indexMain .slogan h1 { font-size: .5rem; margin-bottom: .1rem;}
.mobile .indexMain .slogan h2 { font-size: .32rem; letter-spacing: .15rem; padding-left: 0.2rem;}
.mobile .indexSwiperPagination { display: none; }
.mobile .animate { top: 47%; -webkit-transform: scale(.55); -webkit-transform-origin: 0 0;}

.mobile .indexResearch .verticalLine { top: auto; bottom: 55%; left: .9rem; height: 5rem; }
.mobile .researchSwiper .pagination,
.mobile .indexResearch .bigtext { display: none; }
.mobile .indexResearch .content { left: .3rem; right: .3rem; top: 50%; }
.mobile .indexResearch .content h1 { font-size: .36rem; margin-bottom: .1rem; }
.mobile .indexResearch .content p { height: auto; margin-bottom: .2rem; }
.mobile .indexResearch .pageBtns { right: .7rem; }
.mobile .indexResearch .pageBtns .btn { height: 1.1rem; line-height: 1.1rem; }
.mobile .indexResearch .pageBtns .btn:hover { background: inherit; color: #fff; }
.mobile .indexResearch .pageBtns .btn:active { background: #fff; color: #033e8b; }
.mobile .gif { left: 0; top: auto; bottom: 55%; }


.mobile .indexSolution .gif,
.mobile .indexSolution .verticalLine,
.mobile .indexSolution .bigtext { display: none; }
.mobile .indexSolution .content { left: .3rem; right: .3rem; top: 5%; width: auto; }
.mobile .indexSolution .pageBtns { font-size: 0; padding-top: .2rem; }
.mobile .indexSolution .pageBtns .btn { font-size: .26rem; }
.mobile .indexSolution .pageBtns .btn:hover { background: inherit; color: #fff; }
.mobile .indexSolution .pageBtns .btn:active { background: #fff; color: #033e8b; }

.mobile .solutionSwiper { height: 50vh; }

.mobile .indexSystem .bigtext { top: 1rem; }
.mobile .indexSystem .bigtext h1 { font-size: .36rem;}
.mobile .indexSystem .bigtext h2 { height: 1rem; }
.mobile .indexSystem .content { z-index: 10; left: .1rem; right: .1rem; top: 24%; bottom: auto; height: auto; }
.mobile .indexSystem .content i { width: .5rem; height: .5rem; }
.mobile .indexSystem .content h3 { font-size: .22rem;}
.mobile .indexSystem .content h4 { font-size: .16rem;}
.mobile .indexSystem .content .txt { padding-top: .9rem; }
.mobile .indexSystem .content .con { bottom: .2rem; }
.mobile .indexSystem .row { display: block; font-size: 0; height: auto; }
.mobile .indexSystem .row .col { display: inline-block; width: 50%; height: 1.6rem; padding-top: .2rem; font-size: .16rem; vertical-align: top; }
.mobile .indexSystem .row .col:nth-child(2n) { border-right: 0; }
.mobile .indexSystem .row .col:hover .txt { padding-top: .3rem; }
.mobile .indexSystem .row .col-2 { width: 100%; }
.mobile .indexSystem .gif { top: auto; left: auto; right: -0.8rem; bottom: 0.2rem;}

.mobile .indexNews .bigtext { top: 1rem; }
.mobile .indexNews .bigtext h1 { font-size: .46rem;}
.mobile .indexNews .bigtext h2 { height: 1rem; }
.mobile .indexNews .pagination { left: .3rem; top: 72%; }

.mobile .indexNews .pageBtns { right: .7rem; }
.mobile .indexNews .pageBtns .btn { height: 1.1rem; line-height: 1.1rem; }
.mobile .indexNews .pageBtns .btn:hover { background: inherit; color: #fff; }
.mobile .indexNews .pageBtns .btn:active { background: #fff; color: #033e8b; }

.mobile .newsSwiper { left: .3rem; right: .3rem; top: 32%; bottom: auto; height: 3rem; }
.mobile .newsSwiper .item { padding: 0; }
.mobile .newsSwiper .item h1 { font-size: .36rem;}
.mobile .newsSwiper .swiper-slide:after { display: none; }

.mobile .indexPartner { background-size: auto 170%;}
.mobile .indexPartner .content { left: .3rem; right: .1rem; top: 26%; display: block; font-size: 0; }
.mobile .indexPartner .content .item { display: inline-block; width: 50%; height: 1.6rem; margin-bottom: .4rem; vertical-align: top; }
.mobile .indexPartner .content .item h1 { font-size: .24rem; }
.mobile .indexPartner .content .item h2 { font-size: .30rem; margin-bottom: .2rem; }
.mobile .indexPartner .content .item h3 { font-size: .20rem; }
.mobile .indexPartner .content .item .txts { top: .6rem; }
.mobile .indexPartner .content .item:after { right: .2rem; }
.mobile .indexPartner .bigtext { top: 1rem; }
.mobile .indexPartner .bigtext h1 { font-size: .46rem;}
.mobile .indexPartner .contentAlter .item{
		display: block;
		width: 100%;
		margin-bottom: 0.6rem;
}
.mobile .indexPartner .contentAlter{
		width: 100%;
	    top: 23%;
		left: 0;
		
}
.mobile .footer p { font-size: .18rem; }
.mobile .footer .itemList { display: block; padding: .2rem .3rem; }
.mobile .footer .itemList .item { margin: 0 0 .4rem; }
.mobile .footer .itemList .item:last-child { margin-bottom: 0; }
.mobile .footer .itemList .item p { font-size: .2rem; }

.mobile .navbar { position: static; width: 100%; font-size: 0; text-align: center; }
.mobile .navbar .item { display: inline-block; padding: 0 .2rem; }
.mobile .navbar .item:before { display: none; }
.mobile .navbar .item.active { font-size: .28rem; }

.mobile .pager { padding: .6rem 0; }

.mobile .joinContent p { font-size: .2rem; }

.more{
		position: absolute;
	    z-index: 10;
	    right: 4.5rem;
	    bottom: 0.7rem;
		font-size: .22rem;
		color: #fff;
		font-weight: bold;
}
.mobile .more{
		right: 3rem;
		bottom: 0.9rem;
}
.place{
	    font-size: .2rem;
	    color: #999;
		margin-bottom: 20px;
}
.joined .swiper-container {
        width: 100%;
       
}
.mobile .joined .swiper-container {
        width: 100%;
       
}
.mobile .swiper-button-next, .mobile .swiper-button-prev{
	    background-size: 20px 26px;
}
.joined .swiper-slide img{
        width: 100%;
}


@media only screen and (max-width: 2560px) {
    html {
        font-size: 133px !important;
    }
}

@media only screen and (max-width: 1920px) {
    html {
        font-size: 100px !important;
    }
}

@media only screen and (max-width: 1680px) {
    html {
        font-size: 87.5px !important;
    }
}

@media only screen and (max-width: 1600px) {
    html {
        font-size: 83.33px !important;
    }
}

@media only screen and (max-width: 1440px) {
    html {
        font-size: 75px !important;
    }
    .solutionSwiper { height: 4.6rem; }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 71.14px !important;
    }

}