body {
    font-size: 16px;
}

.inner {
    width: 1600px;
    margin: 0 auto;
}

.pl-inner {
    padding-left: calc((100vw - 1600px)/2);
}

.pr-inner {
    padding-right: calc((100vw - 1600px)/2);
}

.ml-inner {
    margin-left: calc((100vw - 1600px)/2);
}

.mr-inner {
    margin-right: calc((100vw - 1600px)/2);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100 ;
    color: #fff;
}

header .con {
    padding: 0 calc((100vw - 1600px)/2);
}

.logoImg {
    height: 60px;
}

.icon02 {
    display: none;
}

.oneNav {
    line-height: 100px;
    white-space: nowrap;
    display: block;
    padding: 0 1.2vw;
    font-size: 18px;
    font-weight: bold;
}

.oneNav span {
    position: relative;
}

.oneNav span::after {
    width: 100%;
    height: 2px;
    display: block;
    content: '';
    background: #fff;
    transition: all .36s;
    transform: scale(0,1) ;
    position: absolute;
    left: 0;
    bottom: -10px;
    -webkit-transition: all .36s;
    -moz-transition: all .36s;
    -ms-transition: all .36s;
    -o-transition: all .36s;
    -webkit-transform: scale(0,1) ;
    -moz-transform: scale(0,1) ;
    -ms-transform: scale(0,1) ;
    -o-transform: scale(0,1) ;
}

nav li {
    position: relative;
}

nav li.on .oneNav span::after,nav li:hover .oneNav span::after {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}

nav:hover > li:not(:hover) .oneNav {
    color: #333;
}

nav:hover > li:not(:hover) .oneNav span::after {
    transform: scale(0,1) ;
}

nav li dl {
    position: absolute;
    text-align: center;
    min-width: 150px;
    width: auto;
    top: 100%;
    left: 50%;
    background: #fff;
    -webkit-box-shadow: 0 13px 42px 11px rgba(0,0,0,.15);
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.15);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

nav li dl dd {
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    transition: all .36s ease;
    -ms-transition: all .36s ease;
    -o-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -moz-transition: all .36s ease
}

nav li dl dd:last-child {
    border-bottom: 0
}

nav li dl dd a {
    padding: 0 20px;
    font-size: 14px;
    color: #333!important;
    font-weight: normal!important;
    transition: all .36s ease;
    -ms-transition: all .36s ease;
    -o-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -moz-transition: all .36s ease;
    display: block
}

nav li dl dd:hover {
    background: #005a31
}

nav li dl dd:hover a {
    color: #fff!important;
}

/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav li dl {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-50%) translateY(20px);
    -ms-transform: translateX(-50%) translateY(20px);
    -o-transform: translateX(-50%) translateY(20px);
    -webkit-transform: translateX(-50%) translateY(20px);
    -moz-transform: translateX(-50%) translateY(20px);
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

nav li:hover dl {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.languageBtn span {
    font-size: 18px;
}

.languageBtn dl {
    line-height: 40px;
    position: absolute;
    text-align: center;
    min-width: 100px;
    width: auto;
    top: 100%;
    left: 50%;
    background: #fff;
    -webkit-box-shadow: 0 13px 42px 11px rgba(0,0,0,.15);
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.15);
}

.languageBtn dl a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

.languageBtn dl a:hover {
    background: #005a31;
    color: #fff;
}

.languageBtn dl {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-50%) translateY(20px);
    -ms-transform: translateX(-50%) translateY(20px);
    -o-transform: translateX(-50%) translateY(20px);
    -webkit-transform: translateX(-50%) translateY(20px);
    -moz-transform: translateX(-50%) translateY(20px);
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.languageBtn:hover dl {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.languageBtn .iconfont {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

nav li dl dd {
    position: relative;
}

nav li dl dd ul {
    position: absolute;
    left: 100%;
    top: 0;
    transition: all .36s;
    display: none;
    animation: rightFloat .3s;
}

nav li dl dd:hover ul {
    display: block;
}

nav li dl dd:hover ul a:last-child {
    border: none;
}

nav li dl dd:hover ul a {
    white-space: nowrap;
    min-width: 120px;
    display: block;
    background: #fff;
    color: #333 !important;
    border-bottom: 1px solid #e5e5e5;
}

nav li dl dd:hover ul a:hover {
    background: #005a31;
    color: #fff !important;
}

header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    transition: all .36s;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .15);
    -webkit-transition: all .36s;
    -moz-transition: all .36s;
    -ms-transition: all .36s;
    -o-transition: all .36s;
}

header.scroll,header:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    color: #333;
}

header.scroll::after,header:hover::after {
    background-color: #fff;
    height: 100%;
}

header.scroll .oneNav span::after,header:hover .oneNav span::after {
    background: #005a31;
}

header.scroll nav li.on .oneNav ,header:hover nav li:hover .oneNav {
    color: #005a31;
}

header.scroll .icon01,header:hover .icon01 {
    display: none;
}

header.scroll .icon02,header:hover .icon02 {
    display: block;
}

.h_nav {
    height: 60px;
    width: 60px;
    background-color: #005a31;
    padding: 18px 8px ;
    align-items: flex-end;
    display: flex;
}

.h_nav .burger {
    width: 100%;
    height: 1px ;
    background: #fff;
    transition: .8s;
    display: inline-block;
}

.h_nav .burger:first-child {
    animation: long 2s linear infinite;
    -webkit-animation: long 2s linear infinite;
}

.h_nav .burger:nth-of-type(2) {
    width: 50%;
}

.h_nav .burger:nth-of-type(3) {
    animation: long 3s linear infinite;
    -webkit-animation: long 3s linear infinite;
}

.h_nav.close {
    align-items: center;
    justify-content: center;
}

.h_nav.close .burger:first-child {
    display: none;
}

.h_nav.close .burger:nth-of-type(3) {
    display: none;
}

.h_nav.close .burger:nth-of-type(2) {
    position: relative;
    z-index: 1;
    width: 80%;
}

.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: 1;
}

.h_nav.close .burger:nth-of-type(2) {
    background: transparent;
    transform: rotate(-180deg);
}

.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {
    opacity: 1;
    transition: all .3s;
}

.h_nav.close .burger:nth-of-type(2):before {
    transform: rotate(45deg);
}

.h_nav .burger:nth-of-type(2):after {
    transform: rotate(-45deg);
}

.zwHeader {
    height: 100px;
}

.zw {
    margin-top: -100px;
    padding-top: 100px;
}

.idxBan .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 70px;
    height: 70px;
    opacity: 0;
}

.idxBan .prev {
    left: 0;
}

.idxBan .next {
    right: 0;
}

.idxBan .button:hover {
    background: #005a31;
}

.idxBan:hover .button {
    opacity: 1;
}

.idxBan .swiper-slide::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0,0,0,.32);
}

.idxBanImg {
    animation: swiper_img_move 8s linear 0s infinite normal both;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    min-height: 360px;
}

.idxBan .text {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.idxBanBot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.scroll-tip {
    position: absolute;
    width: 66px;
    height: 66px;
    left: 8% ;
    bottom: 25px;
    z-index: 10
}

.scroll-tip:before {
    height: 130px;
    width: 1px;
    content: '';
    position: absolute;
    left: 50%;
    background-color: #fff;
    top: 66px;
    opacity: .4
}

.scroll-tip.no-line:before {
    display: none
}

.mouse-tip {
    position: absolute;
    width: 24px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 24px;
    left: 50%;
    bottom: 13px;
    z-index: 5;
    transform: translate(-50%,0);
    overflow: hidden
}

.mouse-tip:before {
    content: '';
    position: absolute;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    top: 3px;
    height: 2px;
    background-color: #fff;
    animation: mouse 2s ease infinite
}

.idxEnTit {
    font-size: 44px;
    font-weight: bold;
    color: #333333;
}

.color-text {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#005a31, #85cdd3);
}

.idxResearch {
    background: url(../img/idxResearchBg.png) no-repeat left bottom #eaf6fb;
    background-size: 50% auto;
}

.idxResearchUl {
    height: 485px;
}

.idxResearchUl a {
    width: 29vw;
    position: absolute;
    filter: blur(0.20833vw);
    -webkit-filter: blur(0.20833vw);
    animation-name: float;
    animation-duration: 8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.idxResearchUl a .tit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.idxResearchUl a:nth-child(1) {
    top: 15%;
    left: 15%;
}

.idxResearchUl a:nth-child(2) {
    top: -5%;
    left: 13%;
}

.idxResearchUl a:nth-child(3) {
    top: 25%;
    left: -18%;
}

.idxResearchUl a:nth-child(4) {
    top: 50%;
    left: 10%;
}

.idxResearchUl a:nth-child(3).on {
    left: 0;
}

.idxResearchUl a:nth-child(4).on {
    top: 25%;
    left: 26%;
}

.idxResearchUl a:nth-child(1) .con {
    transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
}

.idxResearchUl a:nth-child(2) .con {
    transform: scale(.65);
}

.idxResearchUl a:nth-child(3) .con {
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
}

.idxResearchUl a:nth-child(4) .con {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
}

.idxResearchUl a.on {
    z-index: 10;
    filter: none;
    -webkit-filter: none;
}

.idxResearchUl a.on .con {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
}

.idxResearchsmallTit {
    position: absolute;
    left: 45%;
    top: 0;
    z-index: 20;
}

.idxResearchMoreBtn .icon-yuanjiaowubianxing {
    transform: rotate(-40deg) scale(1);
    -webkit-transform: rotate(-40deg) scale(1);
    -moz-transform: rotate(-40deg) scale(1);
    -ms-transform: rotate(-40deg) scale(1);
    -o-transform: rotate(-40deg) scale(1);
}

.idxResearchMoreBtn .icon-direction-right {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.idxResearchMoreBtn:hover .icon-yuanjiaowubianxing {
    color: #1673ca;
    transform: rotate(0) scale(1.1);
    -webkit-transform: rotate(0) scale(1.1);
    -moz-transform: rotate(0) scale(1.1);
    -ms-transform: rotate(0) scale(1.1);
    -o-transform: rotate(0) scale(1.1);
}

.idxResearchMore .line {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right,transparent,#005a31);
}

.radius80 {
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
}

.idxCustomers {
    margin-top: -100px;
    /* background: url(../img/idxCustomersBg.jpg) no-repeat center center; */
    background-size: cover;
    background-attachment: fixed;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.idxCustomers .Marquee_x {
    overflow: hidden;
}

.idxCustomers .Marquee_x.Marquee_Y {
    padding-left: 80px;
}

.idxCustomers .Marquee_x ul li {
    float: left;
    line-height: 25px;
    overflow: hidden;
    padding: 15px 0;
    margin-right: 0 !important;
}

.idxCustomers .Marquee_x ul li div {
    float: left;
    line-height: 25px;
    height: 106px;
    width: 200px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-right: 30px;
    align-items: center;
}

.idxCustomers .Marquee_x ul li div img {
    max-width: 100%;
	align-items: center;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.idxCustomersTel .telIcon {
    height: 1.6em;
}

.idxCustomersBot {
    height: 230px;
    margin-top: -100px;
    background: url(../img/idxCustomersBotBg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.idxCustomersBot::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
}

.idxGlobal {
    background: url(../img/idxResearchBg.png) no-repeat left bottom #eaf6fb;
    background-size: 50% auto;
}

.yinIcon {
    height: 1.2em;
}

.idxGlobalText::before {
    display: block;
    content: '';
    width: 100%;
    height: 76%;
    background: linear-gradient(to right,#005a31, #85cdd3);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.idxGlobalMap {
    position: absolute;
    width: 88vw;
    left: 50%;
    top: 55%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.idxGlobalUl li {
    border-radius: 50%;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.idxGlobalUl li:after,.idxGlobalUl li:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.idxGlobalUl li .dot_circle {
    display: block;
    width: 9px;
    height: 9px;
    background-color: #00a9ff;
    position: relative;
    z-index: 3;
    border-radius: 50%;
}

.idxGlobalUl li:before {
    width: 24px;
    height: 24px;
    background: transparent;
    background: rgba(28,175,250,0.3);
    margin-top: -12px;
    margin-left: -12px;
    -webkit-animation: warn 2s linear 0.4s infinite;
    -moz-animation: warn 2s linear 0.4s infinite;
    animation: warn 2s linear 0.4s infinite;
    opacity: 0;
}

.idxGlobalUl li:after {
    width: 44px;
    height: 44px;
    background: transparent;
    /*background:#7e9ec3;*/
    background: rgba(28,175,250,0.2);
    margin-left: -22px;
    margin-top: -22px;
    -webkit-animation: warn 2s linear 0s infinite;
    -moz-animation: warn 2s linear 0s infinite;
    animation: warn 2s linear 0s infinite;
    opacity: 0;
}

/* .idxGlobalUl li:nth-child(1) .dot_circle{background-color: #f00404;}
.idxGlobalUl li:nth-child(1)::before{ background:rgba(240,4,4,0.3);}
.idxGlobalUl li:nth-child(1)::after{background:rgba(240,4,4,0.2);} */
.idxGlobalUl li:nth-child(1) {
    top: 34.5%;
    right: 20.6%;
}

/*Hefei, China*/
.idxGlobalUl li:nth-child(2) {
    top: 38.2%;
    right: 19.6%;
}

/*Hangzhou, China */
.idxGlobalUl li:nth-child(3) {
    top: 57.2%;
    right: 23.4%;
}

/*Singapore */
.idxProduct {
    background: url(../img/idxProductBg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.idxProductMore {
    border-color: #d2d2d2;
    height: 60px;
}

.idxProductMore::after {
    display: block;
    content: '';
    width: 0;
    transition: all .36s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #005a31;
    -webkit-transition: all .36s;
    -moz-transition: all .36s;
    -ms-transition: all .36s;
    -o-transition: all .36s;
}

.idxProductMore:hover::after {
    width: 100%;
}

.idxProductMore:hover {
    color: #fff;
    border-color: #005a31;
}

.linka a:hover {
    color: #005a31;
}

.idxProductSwiper .swiper-slide {
    opacity: .7;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.idxProductSwiper .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.idxProductSwiper .swiper-slide .desc {
    height: 10em;
}

.idxProductSwiper .swiper-slide .more:hover {
    color: #fff;
}

.idxNews {
    background: url(../img/idxNewsBg.jpg) no-repeat right top;
    background-size: 50% auto;
}

.newItem .img {
    width: 100%;
    padding-bottom: 70%;
    height: 0;
}

.newItem .tit span {
    /*text-decoration: underline;  */
    background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}

.newItem:hover .tit span {
    background-position: 100% calc(100% - 1px);
    background-size: 100% 1px
}

.newItem:hover .more:hover {
    background: #005a31;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.newItem:hover .img {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.mySwiperBtn {
    width: 56px;
    height: 56px;
}

.mySwiperBtn:hover {
    color: #fff;
    background: #005a31;
}

.idxNews .pagination {
    height: 4px;
    position: relative;
    background-color: #eef2f9;
}

footer {
    background: url(../img/footerBg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

footer::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

footer a:hover {
    color: rgba(255, 255, 255, .6);
}

.footerForm {
    background: rgba(255, 255, 255, .17);
}

.footerForm .submit {
    background: url(../img/search-w.png) no-repeat center left;
    background-size: auto 36%;
    width: 60px;
    height: 60px;
}

.ewmBox {
    width: 130px;
}

.params-container {
    display: table;
}

.param-item {
    display: table-row;
}

.param-cell {
    display: table-cell;
}

.pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    display: none;
}

.pop .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
}

.pop .con {
    width: 90%;
    max-width: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.textPop button:hover {
    opacity: .8;
}

.page-aside {
    position: fixed;
    right: 10px;
    color: #222;
    bottom: 10%;
    z-index: 99;
}

.page-aside .item:first-child {
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
}

/* .page-aside .item:last-child{ border-radius: 0 0 15px 15px; -webkit-border-radius: 0 0 15px 15px; -moz-border-radius: 0 0 15px 15px; -ms-border-radius: 0 0 15px 15px; -o-border-radius: 0 0 15px 15px; } */
.page-aside .iconfont {
    font-size: 20px;
}

.page-aside .item {
    width: 60px;
}

.page-aside .con {
    width: 60px;
    height: 60px;
}

.page-aside .img {
    position: absolute;
    right: 115%;
    width: 120px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    display: none;
    animation: rightFloat .3s;
}

.page-aside .item:hover .img {
    display: block;
}

.page-aside .item.tel .text {
    position: absolute;
    right: 115%;
    width: auto;
    height: 100%;
    top: 0;
    display: none;
    animation: rightFloat .3s;
}

.page-aside .item.tel:hover .text {
    display: flex;
}

.page-aside .item:hover {
}

.page-aside .item.j-gotop {
    transform: translateX(150px);
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
}

.page-aside .item.j-gotop.onshow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.neibanImg {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    min-height: 260px;
    animation: zoomBig 2s forwards;
    -webkit-animation: zoomBig 2s forwards;
}

.neiBan::after {
    display: block;
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, .5),transparent);
}

.neiBan .text {
    position: absolute;
    left: 0;
    z-index: 5;
    bottom: 30%;
}

.minBg {
    background: url(../img/idxNewsBg.jpg) no-repeat top right;
    background-size: 51% auto;
}

.brief {
    background: url(../img/idxNewsBg.jpg) no-repeat top right;
    height: 300vh;
    background-size: 51% auto;
}

.w36 {
    width: 36%;
}

.w53 {
    width: 53%;
}

.briefTit {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#005a31, #85cdd3)
}

/* .parallaxw {width: 100% !important;height: 100% !important; } */
.brief .pics {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
}

.brief .pic {
    width: 50vw;
    max-width: 100vw;
    max-height: 100vh;
    height: 20vw;
    min-height: 20vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.brief .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 500px;
    transition: all 1.2s;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
}

.brief .pic video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 500px;
    transition: all 1.2s;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
}

.brief .pic video.mm {
    display: none;
}

.brief .pic.on img {
    border-radius: 0;
}

.brief .pic.on video {
    border-radius: 0;
}

.brief .pic video.mm {
    display: block !important;
}

.values {
    background: url(../img/valuesBg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.values .button {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
}

.aboutTitle .text-miao {
    font-size: 150px;
}

.aboutTitle .title {
    position: absolute;
    left: 0;
    top: .35em;
    z-index: 5;
}

.historyUl li {
    display: none;
    animation: topFloat .3s;
    -webkit-animation: topFloat .3s;
}

.historyUl li.active {
    display: block;
}

.historyUl li .years {
    position: absolute;
    bottom: 50%;
    right: 0;
}

.history .circle {
    width: 43vw;
    height: 15.625vw;
    margin: 9.375vw auto 0;
    position: relative;
}

.history .circle:before {
    content: '';
    width: 43vw;
    height: 43vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/img-11.png");
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.history .circle:after {
    content: '';
    width: 1px;
    height: 3.125vw;
    position: absolute;
    left: 50%;
    top: -1.5625vw;
    background-image: linear-gradient(180deg, #005a31, #85cdd3);
    z-index: 2;
}

.history .circle .img-box {
    width: 43vw;
    height: 43vw;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.history .circle .img-box img {
    display: block;
    width: 100%;
}

.history .circle .items {
    width: 43vw;
    height: 43vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: transform .3s ease;
}

.history .circle .item {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 50%;
    transform-origin: center bottom;
}

.history .circle .item span {
    position: absolute;
    bottom: calc(100% + 2vw);
    left: 50%;
    color: #dedede;
    transform: translateX(-50%) scale(0.75);
    transition: all .3s ease;
    cursor: pointer;
}

.history .circle .item:nth-of-type(1) {
    transform: rotate(0deg);
}

.history .circle .item:nth-of-type(2) {
    transform: rotate(-25.7deg);
}

.history .circle .item:nth-of-type(3) {
    transform: rotate(-51.4deg);
}

.history .circle .item:nth-of-type(4) {
    transform: rotate(-77.1deg);
}

.history .circle .item:nth-of-type(5) {
    transform: rotate(-102.8deg);
}

.history .circle .item:nth-of-type(6) {
    transform: rotate(-128.5deg);
}

.history .circle .item:nth-of-type(7) {
    transform: rotate(-154.2deg);
}

.history .circle .item:nth-of-type(8) {
    transform: rotate(-179.9deg);
}

.history .circle .item:nth-of-type(9) {
    transform: rotate(-205.6deg);
}

.history .circle .item:nth-of-type(10) {
    transform: rotate(-231.3deg);
}

.history .circle .item:nth-of-type(11) {
    transform: rotate(-257deg);
}

.history .circle .item:nth-of-type(12) {
    transform: rotate(-282.7deg);
}

.history .circle .item:nth-of-type(13) {
    transform: rotate(-308.4deg);
}

.history .circle .item:nth-of-type(14) {
    transform: rotate(-334.1deg);
}

.history .circle .item:nth-of-type(15) {
    transform: rotate(-359.8deg);
}

.history .circle .item:nth-of-type(16) {
    transform: rotate(-385.5deg);
}

.history .circle .item.active span {
    color: #005a31;
    transform: translateX(-50%) scale(1);
    bottom: calc(100% + 3vw);
}

.honor {
    background: url(../img/honorBg.png) no-repeat center bottom #ecf2f7;
    background-size: 100% auto;
}

.honorSwiper .img {
    width: 100%;
    padding-bottom: 120%;
}

.honorIcon {
    filter: grayscale(100%);
    opacity: .5;
    display: inline-block;
}

.honorSwiper .swiper-slide:hover .honorIcon {
    filter: none;
    opacity: 1;
    -webkit-filter: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.honor .prev,.honor .next,.team .prev,.team .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.honor .prev {
    left: -90px;
}

.honor .next {
    right: -90px;
}

.honor .prev:hover,.honor .next:hover,.team .prev:hover,.team .next:hover {
    background: #005a31;
    color: #fff;
}

.top-box {
    width: 100%;
    line-height: 3.7;
    background-image: linear-gradient(to right, #86cdd3, #27b0ef);
}

.w23 {
    width: 23%;
}

.w7 {
    width: 7%;
}

.w80 {
    width: 80%;
}

.w28 {
    width: 28%;
}

.w72 {
    width: 72%;
}

.w10 {
    width: 10%;
}

.w5 {
    width: 5%;
}

.bot-box .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    top: 50%;
    margin-top: -3px;
}

.bot-box .progress-bar {
    height: 6px;
    background-image: linear-gradient(to right,#86cdd3,#ffad47);
}

.bot-box .box .items .item:last-child {
    border-bottom: none;
}

.mucosal {
    background: url(../img/gxbj2.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.mucosal::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
}

.mucosalUl::after {
    display: block;
    content: '';
    width: calc(100% + 8vw);
    height: calc(100% + 4vw);
    position: absolute;
    left: -4vw;
    top: -4vw;
    background: #fff;
}

.mucosalUl li {
    width: calc((100% - 6vw)/3) ;
    margin-right: 3vw;
}

.mucosalUl li:nth-child(3n) {
    margin-right: 0;
}

.mucosalUl li::before {
    background: url(../img/mucosalUlBg.jpg) no-repeat center center;
    display: block;
    content: '';
    width: 30%;
    opacity: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .36s ;
    -webkit-transition: all .36s ;
    -moz-transition: all .36s ;
    -ms-transition: all .36s ;
    -o-transition: all .36s ;
}

.mucosalUl li .text-miao {
    -webkit-text-stroke: 1px #333;
    text-stroke: 1px #333;
    color: transparent;
}

.mucosalUl li:hover::before {
    width: 100%;
    opacity: 1;
}

.mucosalUl li:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.mucosallist li {
    min-height: 26vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mucosallist li::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(242, 242, 242, .6);
}

.mucosallist li:last-child {
    margin-bottom: 0;
}

.mucosal li::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(242, 242, 242, .6);
}

.promainBg {
    background: url(../img/promainBg.png) no-repeat center bottom #eaf6fb;
    background-size: 100% auto;
}

.proLeft {
    width: 28%;
    box-shadow: 5px 0 27px rgb(0 0 0 / 10%);
}

.proRight {
    width: 72%;
}

/* .proLeft .iconfont{ font-size: 20px;} */
.firstNav {
    line-height: 80px;
    border-radius: 0 40px 40px 0;
}

.firstNav i {
    width: 30px;
    height: 30px;
}

.secondNav {
    line-height: 80px;
}

.thirdNav {
    line-height: 80px;
    background: #f3f4f7;
}

.pro_nav ul li:first-child,.pro_nav ul li ul li:first-child {
    border-top: none;
}

.pro_nav ul {
    display: none
}

.pro_nav li ul li {
    border-top: 1px solid #eaeaea;
}

.pro_nav li ul a:hover {
    color: #005a31;
}

.sjj_nav_i_se {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.pro_nav .on ul.secondNavUl {
    display: block;
}

.prolsitTwo li {
    width: calc((100% - 4vw)/3);
    margin-right: 2vw;
}

.prolsitTwo li:nth-child(3n) {
    margin-right: 0;
}

.prolsitTwo li .title::after {
    display: block;
    content: '';
    width: 3em;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #005a31;
    transition: all .36s;
    -webkit-transition: all .36s;
    -moz-transition: all .36s;
    -ms-transition: all .36s;
    -o-transition: all .36s;
}

.prolsitTwo li:hover {
    box-shadow: 10px 0 25px rgba(28,175,250,0.1);
}

.prolsitTwo li:hover .title::after {
    width: 50%;
}

.prolist li {
    width: calc((100% - 4.6vw )/3);
    margin-right: 2.3vw;
}

.prolist li:nth-child(3n) {
    margin-right: 0;
}

.prolist li .img {
    width: 100% ;
    height: 0;
    padding-bottom: 66.4%;
}

.prolist li .more {
    height: 57px;
    margin-bottom: -28px;
}

.prolist li .more::after {
    display: block;
    content: '';
    width: 0%;
    transition: all .36s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(180deg, #005a31, #85cdd3);
    -webkit-transition: all .36s;
    -moz-transition: all .36s;
    -ms-transition: all .36s;
    -o-transition: all .36s;
}

.prolist li:hover .more {
    color: #fff;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.prolist li:hover .more::after {
    width: 100%;
}

.prolist li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.prolist li:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

.proinfoOne .img {
    width: 100% ;
    height: 0;
    padding-bottom: 69%;
}

.proinfoOne .button a,.proinfoOne .button div {
    height: 58px;
    border-width: 2px;
}

.proinfoOne .button {
    border-width: 2px;
}

.askList li {
    margin-top: -20px;
}

.askList li dd {
    display: none;
}

.askList li.on .icon-add-circle:before {
    content: "\e679";
}

.commonBtn {
    width: auto;
    white-space: nowrap;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    perspective: 500;
    -webkit-perspective: 500;
}

.commonBtn .w {
    position: relative;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    pointer-events: none;
}

.commonBtn .t {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -50px;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.commonBtn:hover .w {
    transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);
    -moz-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);
    -ms-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);
    -o-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);
}

.commonBtn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.downList li {
    width: calc((100% - 3.6vw )/3);
    margin-right: 1.8vw;
}

.downList li:nth-child(3n) {
    margin-right: 0;
}

.downList li .tit {
    height: 6.6em;
}

.downList li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.newslist li {
    width: calc((100% - 7.2vw)/3);
    margin-right: 3.6vw;
}

.newslist li:nth-child(3n) {
    margin-right: 0;
}

.idxNewslist .left {
    width: 53.4%;
}

.idxNewslist .center {
    width: 25%;
}

.idxNewslist .center .img {
    width: 100%;
    height: 0;
    padding-bottom: 59% ;
}

.idxNewslist .right .iconfont {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.idxNewslist li .tit span {
    /*text-decoration: underline;
    */
    background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}

.idxNewslist li:hover .tit span {
    background-position: 100% calc(100% - 1px);
    background-size: 100% 1px
}

.idxNewslist li:hover {
    color: #005a31;
}

.idxNewslist li:hover .right .iconfont {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.location .iconfont {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
}

.newsLeft {
    width: 65%;
}

.newsRight {
    width: 31%;
}

.newsRight .tit::after {
    height: 1em;
    width: 6px;
    background: #005a31;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.newsRightUl {
    position: sticky;
    right: 0;
    top: 110px;
}

.newsRightUl a .img {
    width: 185px;
    height: 115px;
}

.newsRightUl a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsRightUl a .text {
    width: calc(100% - 204px);
}

.newsRightUl a:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.bg-f4 {
    background: #f4f5f6;
}

.contactLine {
    width: 1.5em;
    height: 5px;
}

.contactUl li .round {
    width: 70px;
    height: 70px;
}

.mapBox {
    width: 100%;
    height: 66vh;
}

.messageBox .submit {
    height: 56px;
}

.joblist li .top .close {
    display: none;
}

.joblist li .bottom {
    display: none;
}

.joblist li.on .close {
    display: block;
}

.joblist li.on .open {
    display: none;
}
