.banner-txt::before {--color1:#209D5C;
--bcr1:cubic-bezier(.4,.4,0,1);
--bcr2:cubic-bezier(0.075, 0.82, 0.165, 1);}
.move_top{padding-top:.9rem;}
.mobile_img{display:none;}
#initial{display: none;}

body{ font-family: '微软雅黑' !important;}
/*font_effect*/
.font_effect>span{display:inline-table;}
.font_effect>span>font{display:block;-webkit-animation-duration:1s !important;animation-duration:1s !important;}
.font_effect>span>font.fadeIn{-webkit-animation-duration:1.2s !important;animation-duration:1.2s !important;}

/*>>>>>>>>>>相册、视频（打开动画）<<<<<<<<<<*/
#spotlight{background-color:rgba(0,0,0,.6);clip-path: circle(0px at center);-webkit-clip-path:circle(0px at center);}
#spotlight.show{clip-path: circle(100% at center);-webkit-clip-path: circle(100% at center);
transition: clip-path ease 1s;-webkit-transition: clip-path ease 1s;}

/*>>>>>>>>>>字体间距<<<<<<<<<<*/
.zh{letter-spacing: 0.075em;}

/*>>>>>>>>>>分页器<<<<<<<<<<*/
.pagination{text-align:center;}
.pagination li{display:inline-block;padding:0 .1rem;}
.pagination li a,.pagination li span{display:block;width:.6rem;height:.6rem;line-height:.6rem;border:1px solid var(--color2);
background-color:#fff;color:var(--color2);transition:all 0.3s ease-out;border-radius: 50%;}
.pagination li.active span{background-color:var(--color2);color:#fff;pointer-events:none;}
.pagination li.disabled span{cursor: not-allowed;}

/*线型*/
.hoverable .hoverable_txt{position:relative;display:inline-block;}
.hoverable .hoverable_txt.active {color: #209D5C;}
.hoverable .hoverable_txt:after{content: '';width:100%;height:1px;
position:absolute;left:0;bottom:0;-webkit-transform:scaleX(0);transform:scaleX(0);
-webkit-transform-origin: right top;transform-origin: right top;
transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
transition: transform .5s cubic-bezier(.215,.61,.355,1);}

/*富文本强制定义*/
.richText{text-align: justify;}
.richText img{display: inline-block !important;max-width: 100% !important;}
.richText p,
.richText span,
.richText em{font-size: 18px !important;}
.richText video{max-width: 100%;display: inline-block;}
.richText a{color: var(--color01) !important;text-decoration:underline !important;}

/*openMenu*/
.openMenu{display: none;position: relative;z-index: -1;}
.openMenu>a{align-items:center;outline:none;}
.openMenu .openMenu_btn{width:24px;height:24px;}
.openMenu .openMenu_btn span{position:absolute;width:100%;height:2px;border-radius:2px;transition:all .5s var(--bcr1);background-color: #fff;}
.openMenu .openMenu_btn span:nth-child(1){top:3px;left: 0;}
.openMenu .openMenu_btn span:nth-child(2){top:50%;transform:translateY(-50%);width:16px;right: 0;}
.openMenu .openMenu_btn span:nth-child(3){bottom:3px;left: 0;}
.openMenu ._circle{border-radius: 50%;width: 0px;height: 0px; position:absolute;z-index: -1;top: 50%;left: 50%;transform: translate(-50%,-50%);/*background-color:#000;*/ background: hsla(0,0%,100%,0.98); opacity:1;transition: all .5s var(--bcr1);}
.header.mobileNav .openMenu .openMenu_btn span{background-color: #fff;}
.header.mobileNav .openMenu .openMenu_btn span:nth-child(1){top:11px;transform:rotate(-45deg);}
.header.mobileNav .openMenu .openMenu_btn span:nth-child(2){width: 0;}
.header.mobileNav .openMenu .openMenu_btn span:nth-child(3){bottom:11px;transform:rotate(45deg);}
.header.mobileNav .openMenu ._circle{width:220vh;height:220vh;}

/* 搜索 */
.query{padding-top: 1rem;padding-bottom: 1.3rem;}
.query_top{height:.8rem;line-height:.8rem;padding:0 .4rem;background-color:#209D5C;color: #fff;}
.query_list .query_item{height:.8rem;line-height:.8rem;}
.query_item a{padding:0 .4rem;border-bottom:1px dashed #ddd;}
.query_item .query_time{margin-left:auto;padding-left:.4rem;color: #999;}
.query_item .query_name{transition:color 0.25s ease;color: #666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

@media screen and (max-width:768px){
	.query_top{height:1rem;line-height:1rem;}
	.query_list .query_item{height:1rem;line-height:1rem;}
}
@media screen and (min-width:993px){
    .query_item a:hover .query_name{color:#209D5C;}
}

/*>>>>>>>>>>首页<<<<<<<<<<*/
.header{width: 100%;position: fixed;top: 0;left: 0;z-index: 99;background-color: #fff;}
.header:before,
.header:after{content:'';position:absolute;top:0;left:0;width:100%;}
.header:before{background-color:#fff;height:0;transition:all .5s ease;}
.header:after{height:100%;/*border-bottom:1px solid #eaeaea;*/opacity:0;transition:opacity .5s ease;}
.header>div{align-items:center;position: relative;z-index: 2;}
.header .head{justify-content: space-between;align-items: center;}
.header .head .headInfo{align-items: center;}
.header .logo>a{height: .54rem;position: relative;}
.header .logo>a>img{height: 100%;transition: opacity .5s ease;}
.header .logo>a img:first-of-type{opacity: 1;}
.header .logo>a img:last-of-type{opacity: 0;position: absolute;top: 0;left: 0;}
.header .nav{margin-left:10%;}
.header .nav .navlist>.nav_a{position: relative;cursor:pointer;}
.header .nav .navlist>.nav_a:hover{color:rgba(0,162,233,.7);}
.header .nav .navlist>.nav_a>a{white-space: nowrap;padding:0 .3rem;height:.9rem;line-height:.9rem;color: #101010;transition: color .5s ease;}
.header .nav .navlist>.nav_a>a i{display:none;}
.header .nav .navlist>.nav_a>a .hoverable_txt{line-height: 1;padding: 5px 0;}
.header .nav .navlist>.nav_a>a .hoverable_txt:after{background-color: #fff;height: 1px;}
.header .nav .navlist>.nav_a .nav_b{position:fixed;top:.9rem;left:0;width:100vw;pointer-events:none;overflow:hidden;cursor: default;}
.header .nav .navlist>.nav_a .nav_b>.nav_b_list{width:100%;justify-content:center;}
.header .nav .navlist>.nav_a .nav_b>.nav_b_list>li{padding: 0 .5rem;transform:translateX(40px);opacity:0;transition: all .4s ease;}
.header .nav .navlist>.nav_a .nav_b>.nav_b_list>li>a{color: #333;height: .6rem;line-height: .6rem;transition: color .3s ease-out;}
.header .nav .navlist>.nav_a .nav_b>.nav_b_list>li>a.on{color: #209D5C;}
.header .language{position: relative;}
.header .language>a{color: #101010;height: .9rem;line-height: .9rem;transition: color .5s ease;padding: 0 .3rem;}
.header .language ._list{position:absolute;top:100%;left:50%;transform:translate(-50%,10px);opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;}
.header .language ._list>div{text-align: center;width:.7rem;}
.header .language ._list>div:after{content:'';position:absolute;top:-5px;left:50%;width:0;height:0px;margin-left:-5px;border-style:solid;border-width:5px;border-color:#fff #fff transparent transparent;transform:rotate(-45deg);box-shadow:2px -2px 2px rgba(100,100,100,.1);}
.header .language ._list ._item>a{line-height:.34rem;transition:all 0.25s ease;border-bottom: 1px solid #eee;background-color: #fff;color: #333;}
.header.hd-style .nav .navlist>.nav_a>a{color: #222;}
.header.hd-style .nav .navlist>.nav_a>a .hoverable_txt:after{background-color: #209D5C;}
.header.in-bg:before{height:100%;}
.header.in-bg:after{background-color: #eaeaea;opacity:1;}
.header.topmask:before{height:1.5rem;box-shadow:0 0 10px rgba(0, 0, 0, .1);}
.header.topmask:after{opacity:1;}
.header .language:hover i{transform: rotate(180deg);}
.header .language:hover ._list{opacity: 1;visibility: visible;transform: translateX(-50%);}
.home-banner{width: 100%;height: 100vh;overflow: hidden;position: relative;background-color: #000;}
.home-banner .box{width: 100%;height: 100%;position: relative;pointer-events: none;}
.home-banner-bg{width: 100%;height: 100%;pointer-events:auto;}
.home-banner-bg .swiper-slide{overflow: hidden;}
.home-banner-bg ._item{width:100%;height:100%;}
.home-banner-bg ._item img,
.home-banner-bg ._item video{width:100%;height:100%;object-fit:cover;}
.home-banner .home-banner-scene{position: absolute;z-index: 20;right: 3.125vw;top: 50%;transform: translateY(-50%);flex-direction: column;}
.home-banner .home-banner-scene .btn{width: .52rem;height: .48rem;border: 1px solid #fff;background: none;border-radius: 5px;color: #fff;transition: background-color .3s ease-out;pointer-events:auto;}
.home-banner .home-banner-scene .btn:first-of-type{margin-bottom: .25rem;}
.home-banner .home-banner-buttom{position: absolute;z-index: 20;left: 50%;bottom: .5rem;transform: translateX(-50%);align-items: flex-end;}
.home-banner .home-banner-buttom .home-banner-btns{width: 100%; justify-content: space-between;align-items: flex-end;}
.home-banner .home-banner-buttom .home-banner-btns::before{content: "";}
.home-banner .home-banner-buttom .banner-buttom--nav{width: auto;}
.home-banner .home-banner-buttom .banner-buttom--nav span{width: .56rem;height: .08rem;margin-left: 0;opacity: 1;background:none;pointer-events:auto;position: relative;margin-right: .3rem;border-radius: .07rem;overflow: hidden;border: none;cursor: pointer;text-decoration:none;outline:none;}
.home-banner .home-banner-buttom .banner-buttom--nav span:before,
.home-banner .home-banner-buttom .banner-buttom--nav span:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.home-banner .home-banner-buttom .banner-buttom--nav span:before{border:1px solid #fff;border-radius: .07rem;transition: border-color .3s ease-out;}
.home-banner .home-banner-buttom .banner-buttom--nav span:after{background-color: #209D5C;transform:scaleX(0);transform-origin: right top;transition: transform .75s cubic-bezier(.215,.61,.355,1);}
.home-banner .home-banner-buttom .banner-buttom--nav span:last-of-type{margin-right: 0;}
.home-banner .home-banner-buttom .banner-buttom--nav span.swiper-pagination-bullet-active:after{transform:scaleX(1);transform-origin:left top;}
.home-banner .home-banner-buttom .home-banner-navigation{justify-content: flex-end;margin-right: -1rem;}
.home-banner .home-banner-buttom .home-banner-navigation .banner-buttom--nav{margin: 0 .3rem; color: #fff;}
.home-banner .home-banner-buttom .banner-buttom--mouse{margin-left: -48px;flex-direction: column; color: #fff;transition: color .3s ease-out;align-items: center;cursor: pointer;pointer-events:auto;}
.home-banner .home-banner-buttom .banner-buttom--mouse img{width: .17rem;height: .23rem;margin-bottom: .06rem;}
.home-banner .home-banner-text{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 15;}
.home-banner .home-banner-text ._item{width: 100%;height: 100%;display: none;}
.home-banner .home-banner-text ._item>img{width: 100%;height: 100%;object-fit: contain;}
.home-banner .home-banner-text ._item.on{display: block;}

/*masterTitle1*/
.masterTitle1{font-size: .48rem;line-height: 1.3;font-weight: 500;}

/*masterTitle2*/
.masterTitle2{font-size: .18rem;font-weight: lighter;}

/*more-fn*/
.more-fn{background-color: #222;border-radius: 50%;width: .4rem;height: .4rem;align-items: center;justify-content:space-between;padding: 0 .08rem;transition:transform .35s ease-out;}
.more-fn>s{width: 4px;height: 4px;border-radius: 50%;background-color: #fff;}

/*.switch-fn*/
.switch-fn{width: .6rem;height: .6rem;line-height: .6rem;text-align: center;font-size: .32rem;background-color: #209D5C;opacity: .3;border: none;border-radius: 50%;color: #fff;transition: opacity .4s ease-out;}

.home-product{padding:.7rem 0 1rem;overflow: hidden;}
.home-product-top .masterTitle2{margin-top: .2rem;}
.home-product-box{margin-top: .8rem;position: relative;}
.home-product-swiper{width: calc(100% + .6rem);margin: -20px 0;}
.home-product-swiper .swiper-wrapper{will-change: transform;}
.home-product-swiper .swiper-slide{max-width: 1540px;width: 81.25vw;}
.home-product-swiper .item{margin-right: .6rem;padding: .2rem 0;}
.home-product-swiper .item>a{background-color: #f3f3f3;padding: 1rem;border-radius: .2rem;transition: all .8s ease;pointer-events: none;}
.home-product-swiper .item .item-text{flex-direction: column;justify-content: space-between;padding: .2rem .8rem .2rem 0;text-align: justify;}
.home-product-swiper .item .item-text .masterTitle1{font-weight: bold;color: #1c1c1c;}
.home-product-swiper .item .item-text ._line{color: #1c1c1c;margin-top: .2rem;line-height: 2;max-height: calc(2em * 3);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.home-product-swiper .item .item-text ._more{justify-content: center;align-items: center;color: #1c1c1c;width: 1.4rem;height: .4rem;border-radius: .1rem;border: .02rem solid #209D5C;margin-top: 1rem;transition: all .3s ease-out;}
.home-product-swiper .item .item-text ._more>img{width: .21rem;height: .06rem;margin-left: .06rem;}
.home-product-swiper .item .item-figure{width: 50%;border-radius: .3rem;overflow: hidden;}
.home-product-swiper .item .item-figure ._pic{width: 100%;height: 100%; transition: all .4s ease-out;}
.home-product-swiper .item .item-figure ._pic img {width: 100%;}

.home-product-box ._page{position: absolute;top: 50%;z-index: 5;transform: translateY(-50%);}
.home-product-box .product-swiper--prev{left: 3.125vw;}
.home-product-box .product-swiper--next{right: 3.125vw;}
.home-product-swiper .swiper-slide-active .item>a,
.home-product-swiper .swiper-slide-duplicate-active .item>a{background-color: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, .05);pointer-events: auto;}

.home-solution{height: 100vh;width: 100%;overflow: hidden;position: relative;}
.home-solution::after{content: "";display: block;height: 100%;width: 100%;background-color: rgba(0,0,0,.46);position: absolute;top: 0;left: 0;z-index: 1;}
.home-solution-swiper{height: 100%;width: 100%;}
.home-solution-swiper .item{width: 100%;height: 100%;}
.home-solution-swiper .item>img{width: 100%;height: 100%;object-fit: cover;transform: scale(1.1);transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);}
.home-solution-swiper .swiper-slide.active .item>img{transform:none;}
.home-solution-info{position: absolute;top: 33.333333%;left: 50%;z-index: 5;transform: translateX(-50%);max-width: 680px;pointer-events: none;width: 84%;}
.home-solution-info .item ._more{margin-top: .4rem;}
.home-solution-info .item ._line{margin-top: .25rem;color: #f9f9f9;line-height: 2;}
.home-solution-info .item .masterTitle1{color: #fff;}
.home-solution-info .item ._more>a{margin: 0 auto;pointer-events: auto;}
.home-solution-info .item{display: none;}
.home-solution-info .item.on{display: block;}
.home-solution-tab{position: absolute;bottom: 1rem;justify-content: center;left: 0;z-index: 5;pointer-events: none;width: 100%;}
.home-solution-tab .item{padding: 0 .4rem;}
.home-solution-tab .item>a{pointer-events: auto;}
.home-solution-tab .item .item-name{color: #fff;margin-top: .12rem;}
.home-solution-tab .item .item-figure{width: .9rem;height: .9rem;margin: 0 auto;position: relative; border-radius: 50%;overflow: hidden;border: .04rem solid transparent;transition: border-color .3s ease-out;}
.home-solution-tab .item .item-figure ._icon{width: 100%;height: 100%;background-color: #fff;transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99),opacity .8s ease;opacity:0;}
.home-solution-tab .item .item-figure ._icon img{width: 100%;height: 100%;object-fit: contain;}
.home-solution-tab .item .item-figure ._pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: scale(1.2);opacity: 1;transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99),opacity .8s ease;}
.home-solution-tab .item .item-figure ._pic img{width: 100%;height: 100%;object-fit: cover;}
.home-solution-tab .item>a.on .item-figure{border-color: #209D5C;}
.home-solution-tab .item>a.on .item-figure ._pic{opacity: 1;transform: none;}
.home-solution-tab .item>a.on .item-figure ._icon{transform: scale(1.2);opacity: 0;}


.home-about{padding-top: 2rem;background-color: #f5f5f5;}
.home-about-top .about-top--title{font-size: .72rem;line-height: 1.3;padding-right: .6rem;}
.home-about-top .about-top--title .cover{padding: 0;position: relative;}
.home-about-top .about-top--title .cover .img1{width: 100%;}
.home-about-top .about-top--title .cover .img2{width: 50%;position: absolute;bottom: 0;right: 0;z-index: 1;}
.home-about-top .about-top--text{width: 60.89743589743589%;text-align: justify;}
.home-about-top .about-top--text .masterTitle1{font-size: .3rem;font-weight: bold;}
.home-about-top .about-top--text .masterTitle2{font-size: .36rem;margin-top: .1rem;}
.home-about-top .about-top--text ._line{font-size: .14rem;line-height: 2;margin-top: .35rem;}
.home-about-top .about-top--text ._play{margin-top: .4rem;}
.home-about-top .about-top--text ._play ._more{justify-content: center;align-items: center;color: #1c1c1c;width: 1.4rem;height: .4rem;border-radius: .1rem;border: .02rem solid #209D5C;}
.home-about-top .about-top--text ._play ._more>img{width: .21rem;height: .06rem;margin-left: .06rem;}

.home-about-data{line-height: 1;background-color: #fff;border-radius: .2rem;margin-top: .85rem;padding: .6rem 0;}
.home-about-data .item{width: 25%;}
.home-about-data .item:hover{color:#222;}
.home-about-data .item ._number{align-items: flex-end;justify-content: center;}
.home-about-data .item ._number span{font-size: .6rem;font-weight: bold;color: #209D5C;}
.home-about-data .item ._number em{font-size: .18rem;font-style: normal;margin-bottom: .05rem;}
.home-about-data .item ._name{margin-top: .2rem;}

.home-partner{padding-top: 1.5rem;padding-bottom: 1.15rem;position: relative;overflow: hidden;}
.home-partner-bg{position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: -1;}
.home-partner-bg>img{width: 100%;height: 100%;object-fit: cover;}
.home-partner-top ._line{color: #666;margin-top: .15rem;}
.home-partner-list{max-width: 1920px;margin: 0 auto;}
.partner-list--box{width: 100%;height: 0;padding-bottom: 30%;position: relative;}
.partner-list--box>div{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.partner-list--box .item{position: absolute;transform-origin: 40% 40%;will-change: transform;padding: .2rem;box-shadow: 0 .15rem .3rem rgba(0,0,0,.03);background-color: #fff;border-radius: 50%;overflow: hidden;}
.partner-list--box .item ._pic{width: 100%;height: 0;will-change: transform;cursor: pointer;padding-bottom: 100%;position: relative;will-change: transform;}
.partner-list--box .item ._pic img{width: 100%;height: 100%;
object-fit: contain;transition: all .6s ease;
/*-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);*/
/*filter: grayscale(100%);filter: gray;opacity: .3;*/
position: absolute;top: 0;left: 0;}

.partner-list--box .item.cr1{width: 7.291666666666667%;left: 5.677083333333334%;top: 25%;animation: spin1 9s infinite linear;}
.partner-list--box .item.cr1 ._pic{animation: spin1 9s infinite linear reverse;}
.partner-list--box .item.cr2{width: 5.416666666666667%;left: 10.729166666666668%;top: 62.5%;animation: spin2 7s infinite linear;}
.partner-list--box .item.cr2 ._pic{animation: spin2 7s infinite linear reverse;}
.partner-list--box .item.cr3{width: 9.270833333333334%;left: 21.09375%;top: 5.357142857142857%;animation: spin2 11s infinite linear;}
.partner-list--box .item.cr3 ._pic{animation: spin2 11s infinite linear reverse;}
.partner-list--box .item.cr4{width: 9.270833333333334%;left: 21.09375%;top: 49.642857142857144%;animation: spin1 6s infinite linear;}
.partner-list--box .item.cr4 ._pic{animation: spin1 6s infinite linear reverse;}
.partner-list--box .item.cr5{width: 6.302083333333334%;left: 35.052083333333336%;top: 27.14285714285714%;animation: spin1 10s infinite linear;}
.partner-list--box .item.cr5 ._pic{animation: spin1 10s infinite linear reverse;}
.partner-list--box .item.cr6{width: 9.270833333333334%;left: 34.32291666666667%;top: 65.71428571428571%;animation: spin2 8s infinite linear;}
.partner-list--box .item.cr6 ._pic{animation: spin2 8s infinite linear reverse;}
.partner-list--box .item.cr7{width: 6.614583333333334%;left: 43.85416666666667%;top: 50%;animation: spin1 5s infinite linear;}
.partner-list--box .item.cr7 ._pic{animation: spin1 5s infinite linear reverse;}
.partner-list--box .item.cr8{width: 8.489583333333334%;right: 38.020833333333336%;top: 51%;animation: spin1 11s infinite linear;}
.partner-list--box .item.cr8 ._pic{animation: spin1 11s infinite linear reverse;}
.partner-list--box .item.cr9{width: 7.291666666666667%;right: 39%;top: 15%;animation: spin2 7s infinite linear;}
.partner-list--box .item.cr9 ._pic{animation: spin2 7s infinite linear reverse;}
.partner-list--box .item.cr10{width: 7.96875%;right: 25.625%;top: 27.14285714285714%;animation: spin2 6s infinite linear;}
.partner-list--box .item.cr10 ._pic{animation: spin2 6s infinite linear reverse;}
.partner-list--box .item.cr11{width: 9.270833333333334%;right: 27.8125%;top: 70.71428571428572%;animation: spin2 9s infinite linear;}
.partner-list--box .item.cr11 ._pic{animation: spin2 9s infinite linear reverse;}
.partner-list--box .item.cr12{width: 9.270833333333334%;right: 11.041666666666668%;top: 3.571428571428571%;animation: spin1 10s infinite linear;}
.partner-list--box .item.cr12 ._pic{animation: spin1 10s infinite linear reverse;}
.partner-list--box .item.cr13{width: 9.270833333333334%;right: 14.6875%;top: 63.57142857142857%;animation: spin1 8s infinite linear;}
.partner-list--box .item.cr13 ._pic{animation: spin1 8s infinite linear reverse;}
.partner-list--box .item.cr14{width: 9.270833333333334%;right: 2.65625%;top: 46.42857142857143%;animation: spin2 11s infinite linear;}
.partner-list--box .item.cr14 ._pic{animation: spin2 11s infinite linear reverse;}

@keyframes spin1{
    to{transform: rotate(1turn);}
}

@keyframes spin2{
    to{transform: rotate(-1turn);}
}

.home-news{padding-top: .75rem;padding-bottom: .85rem;position: relative;background-color: #F5F5F5;}
.home-news-bg{position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: -1;}

.home-news-content .list{flex-wrap: wrap;justify-content: space-between;margin-top: .6rem;}
.home-news-content .list .item {width: calc(50% - .15rem);margin-top: .3rem;padding: .3rem;background-color: #FFFFFF;border-radius: .1rem;transition: all .3s ease-out;}
.home-news-content .list .item a{color: #333;}
.home-news-content .list .item ._time{color: #666;justify-content: space-between;margin-top: .25rem;}
.home-news-content .list .item ._time>img{width: .21rem;height: .06rem;}
.home-news-content .list .item ._type{padding: 3px .1rem;color: #666;margin-left: .2rem;margin-right: .55rem;border: 1px solid #999;border-radius: 2px;}
.home-news-content .list .item ._title{font-weight: bold;margin-bottom: .3rem;}
.home-news-content .list .item ._intro{color: #666;text-align: justify;}
.home-news-content ._more{margin: .5rem auto 0; justify-content: center;align-items: center;color: #fff;width: 1.4rem;height: .4rem;border-radius: .1rem;background-color: #209D5C;border: .02rem solid #209D5C;margin-top: 1rem;transition: all .3s ease-out;}
.home-news-content ._more>img{width: .21rem;height: .06rem;margin-left: .06rem;filter: grayscale(100%) brightness(100);}

.home-contact{padding:.7rem 0 .55rem;}
.home-contact.bg-white{background-color: #fff;margin-top: .48rem;}
.home-contact ._line{line-height: 2;margin-top: .3rem;font-size: .18rem;}
.home-contact ._btn{margin-top: .45rem;}
.home-contact ._btn>a{width: 2.2rem;height: .56rem;background-color: #209D5C;border-radius: .1rem;color: #fff;justify-content: center;align-items: center;}
.home-contact .masterTitle1 {font-size: .3rem;font-weight: 500;}
.home-contact ._btn .masterBtn {transition: all .3s ease-out;}

.footer{padding: .8rem 0 .6rem;background-color: #209D5C;}
.footer-content{padding-bottom: .6rem;justify-content: space-between;}
.ftText .ftText-tip{font-size: .28rem;}
.ftText .ftText-hotline{margin-top: .45rem;line-height: 1;}
.ftText .ftText-hotline ._name{color: #fff;}
.ftText .ftText-hotline ._line{font-size: .36rem;margin-top: .15rem;font-weight: bold;}

.ftText .ftText-contact .item{margin-top: .3rem;font-size: .14rem;}
.ftText .ftText-contact .item:first-of-type{margin-top: 0;}
.ftText .ftText-contact .item ._name{color: #fff;width: .5rem;}
.ftText .ftText-contact .item ._line{color: #fff;max-width: 2.2rem;}

.fTnav{line-height: 1;width: 55%;}
.fTnav>div{justify-content: space-between;width: 100%;}
.fTnav .item:hover{color: #ccc;}
.fTnav .item ._a>a{color: #fff;font-size: .18rem; transition:color .3s ease-out;}
.fTnav .item ._a>a>.hoverable_txt{padding-bottom: 5px;}
.fTnav .item ._a>a>.hoverable_txt:after{background-color:#ccc;}
.fTnav .item ._a>a>.hoverable_txt:hover{color: #ccc;}

.fTnav .item ._b{margin-top: .2rem;}
.fTnav .item ._b>li>a{padding:.02rem 0;display:inline-block;font-size: .14rem;color:#fff;transition:color .3s ease-out;}
.fTnav .item ._b>li>a>.hoverable_txt{padding:5px 0;}
.fTnav .item ._b>li>a>.hoverable_txt:after{background-color:#209D5C;}
.fTnav .item ._b>li>a>.hoverable_txt:hover{color: #ccc;}

.ftroot{justify-content: center;text-align: center;font-size: .14rem;color: #fff;border-top: 2px solid rgba(255, 255, 255, .35);padding-top: .5rem;}
.ftroot>a{color: #fff;transition:all .3s ease-out;}

.fs-im-wrapper{bottom:7.8125vw !important;}

.pull-side {
	width: .9rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 21px 0px rgba(0,180,141,0.21);
	border-radius: .45rem;
	padding: .4rem 0;
	position: fixed;
	bottom: 2rem;
	right: .4rem;
	z-index: 99;
	transform: translateY(-50%);
}
.pull-side ._item {
	margin-top: .3rem;
	cursor: pointer;
}
.pull-side ._item:first-child {
	margin-top: 0;
}
.pull-side ._item>img {
	display: block;
	width: .32rem;
	height: .32rem;
	margin: 0 auto;
}
.pull-side ._item p{
	font-size: .14rem;
	font-weight: 500;
	margin-top: .15rem;
	text-align: center;
}
.pull-side ._tel {
	position: relative;
}
.pull-side ._tel>span {
	display: flex;
	align-items: center;
	height: .8rem;
	border-radius: .3rem;
	white-space: nowrap;
	position: absolute;
	overflow: hidden;
	position: absolute;
	background-color: #fff;
	font-size: .28rem;
	font-weight: bold;
	width: 0;
	padding: 0;
	color: #209D5C;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: all .2s;
}
.pull-side ._tel:hover>span {
	width: auto;
	padding: 0 .2rem;
}


#backTop{opacity: 0;display: none;}
#backTop.onshow{opacity:1;display: block;}
@keyframes scalej01{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej01{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
}  
#backTop ._aperture.circle02{animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;}
@keyframes scalej02{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej02{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}

/* 内页banner */
.pull-banner {
	position: relative;
	padding-top: .9rem;
	position: relative;
}
.pull-banner::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .53);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.banner-txt {
	width: 100%;
	height: 2.6rem;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	transition: all .3s ease-out;
}
.banner-txt:before {
	content: "";
	display: block;
	width: 25.8%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.banner-txt ._txt {
	flex-direction: column;
	height: 2.6rem;
	justify-content: center;
	color: #fff;
	position: relative;
	z-index: 1;
}

.banner-txt ._txt ._name {
	font-size: .36rem;
	align-items: center;
	font-weight: bold;
}
.banner-txt ._txt ._name img {
	width: .37rem;
	height: .31rem;
	margin-right: .2rem;
}
.banner-txt ._txt ._title {
	font-size: .60rem;
	font-weight: bold;
}
.banner-txt ._txt ._intro {
	font-size: .3rem;
	font-weight: 500;
}

.home-banner-text .banner-txt:before {
	background-color: rgba(0, 0, 0, .45);
}

/* 面包屑 */
.current-location {
	align-items: center;
	height: .5rem;
	font-size: .16rem;
	color: #666;
	padding-top: .1rem;
}
.current-location a {
	color: #101010;
}

.current-location a::after {
	content: "-";
	margin: 0 .02rem;
}

.pull-body {
	background-color: #F5F5F5;
}

/* 分页 */
.page-box {
	padding-top: ;: .3rem;
}
.page-number {
	justify-content: center;
	align-items: center;
	background-color: #fff;
	height: .9rem;
}
.page-number a {
	color: #101010;
	font-size: .18rem;
}
.page-number .number-box{
	margin: 0 .3rem;
}
.page-number .number-box a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: .36rem;
	height: .36rem;
	background-color: transparent;
	border-radius: .05rem;
	color: #999;
	margin-right: .3rem;
}

/* 上下篇 */
.ud-page {
	border-top: .02rem solid #F5F5F5;
	margin-top: .4rem;
}
.ud-page ._item {
	font-size: .18rem;
	margin-top: .35rem;
}
.ud-page ._item>span {
	color: #666;
}
.ud-page ._item>a {
	color: #101010;
	font-weight: bold;
	transition: all .3s;
}

.page-number .number-box a._active {
	color: #fff;
	background-color: #00632F;
}

/* 分类 */
.pull-cate {
	margin-top: .3rem;
}
.pull-cate .cate-list>a{
	font-size: .18rem;
	color: #999;
	padding-bottom: .2rem;
	border-bottom: 2px solid transparent;
	margin-right: 1rem;
}
.pull-cate .cate-list>a:last-child {
	margin-right: 0;
}
.pull-cate .cate-list>a._active {
	color: #209D5C;
	border-bottom: 2px solid #209D5C;
}

/*>>>>>>>>>>关于我们<<<<<<<<<<*/
.about-nav {
	padding-top: .3rem;
}
.about-nav ._nav ._tab{
	font-size: .18rem;
	color: #999;
	font-weight: bold;
	margin-right: 1.2rem;
	padding-bottom: .26rem;
	border-bottom: ;: .02rem solid transparent;
}
.about-nav ._nav ._tab.active {
	color: #209D5C;
	border-bottom: .02rem solid #209D5C;
}
.about-nav ._nav ._tab:last-child {
	margin-right: 0;
}

.about-info {
	background-color: #fff;
	padding: .5rem 0;
}

.about-info>div {
	justify-content: space-between;
	align-items: center;
}

.about-info ._info {
	width: calc(50% - .4rem);
}

.about-info .name {
	font-size: .48rem;
	font-weight: bold;
	line-height: 1.2;
}

.about-info .name::after {
	content: "";
	display: block;
	width: .5rem;
	height: .06rem;
	background-color: #209D5C;
	margin: .24rem 0 .45rem;
}

.about-info ._title {
	font-size: .36rem;
	font-weight: bold;
}

.about-info ._intro {
	font-size: .16rem;
	color: #666;
	margin-top: .45rem;
}
.about-info ._intro p{
	text-indent: 2em;
	line-height: 1.7;
}
.about-info .home-about-data {
	width: 100%;
	justify-content: space-between;
	margin-top: .2rem;
	padding-bottom: 0;
}
.about-info .item{
	width: auto;
}
.about-info ._number {
	font-size: .48rem;
}
.about-info ._name {
	font-size: .18rem;
}

.about-info ._start {
	font-size: .36rem;
	font-weight: bold;
	color: #209D5C;
	margin-top: .1rem;
}

.about-info ._imgs {
	width: calc(50% - .4rem);
	height: 7.6rem;
	position: relative;
}
.about-info ._imgs>img {
	height: 100%;
}
.about-info .album-btn,
.about-info .album-img{
	justify-content: center;
	align-items: center;
	width: 1.12rem;
	height: 1.12rem;
	border-radius: 50%;
	background-color: #209D5C;
	position: absolute;
	left: .3rem;
	bottom: .22rem;
	z-index: 1;
	cursor: pointer;
}
.about-info .album-img img,
.about-info .album-btn>img {
	width: .49rem;
	height: .39rem;
}
.about-info .album-img {
	z-index: 2;
	opacity: 0;
}


.about-culture {
	margin-top: .8rem;
}

.about-title ._name{
	font-size: .48rem;
	font-weight: bold;
}
.about-title ._sub {
	font-size: .18rem;
	margin-top: .2rem;
}

.culture-list {
	padding-top: .7rem;
}
.culture-list ._list {
	justify-content: space-between;
}
.culture-list ._items {
	width: calc(100% - 2.65rem);
	justify-content: space-between;
}
.culture-list ._item {
	box-sizing: border-box;
	width: calc(50% - .1rem);
	height: 3.6rem;
	background-color: #fff;
	padding: .9rem .36rem .36rem;
	position: relative;
}
.culture-list ._item._style {
	box-sizing: border-box;
	width: 2.45rem;
	height: 3.6rem;
	padding: 0;
}
.culture-list ._item._last {
	width: 100%;
	height: 3.6rem;
	margin-top: .2rem;
}
.culture-list ._item h2 {
	font-size: .4rem;
	color: #49AB75;
	text-indent: .5rem;
	font-weight: bold;
}
.culture-list ._item h3 {
	font-size: .18rem;
	font-weight: bold;
	margin-top: .2rem;
}

.culture-list ._item p {
	font-size: .14rem;
	color: #666;
	margin-top: .26rem;
}

.culture-list ._item>img,
.culture-list ._last>img {
	width: 1.4rem;
	height: 1.1rem;
	position: absolute;
	left: .18rem;
	top: .66rem;
	z-index: 0;
}
.culture-list ._item._style>img {
	width: 100%;
	height: 100%;
	position: static;
}
.about-history {
	height: 9.7rem;
	background-image: url('../images/history-bg.png');
	background-size: cover;
	margin-top: .74rem;
}
.about-history .about-title {
	color: #fff;
	padding-top: .7rem;
}


.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1.1rem;
}

.timeline {
  width: 100%;
}
.timeline .swiper-container {
  height: 5.5rem;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide-content {
  position: absolute;
  width: calc(100% - 2.8rem);
  left: 2.8rem;
  right: auto;
  top: 0;
  /* transform: translateY(-50%); */
  font-size: 12px;
  z-index: 2;
  color: #fff;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-size: .6rem;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  font-weight: bold;
  opacity: 0;
  transition: .2s ease .2s;
}
.timeline .swiper-slide .timeline-text {
  font-size: .18rem;
  line-height: 1.5;
  opacity: 0;
  margin-top: .32rem;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: .2s ease .4s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease .6s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease .8s;
  padding-left: .3rem;
  position: relative;
}
.timeline .swiper-slide-active .timeline-text:before{
	content: "";
	width: .12rem;
	height: .12rem;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.timeline .swiper-pagination {
  width: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: bold;
  font-size: .18rem;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  right: -0.19rem;
  top: 0;
  height: 100%;
  width: .04rem;
  background-color:#fff;
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: right;
  opacity: 1;
  background: transparent;
  color: #fff;
  margin: .2rem 0 !important;
  position: relative;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.26rem;
  width: .18rem;
  height: .18rem;
  border-radius: 100%;
  background-color: #fff;
  transform: translateY(-50%);
  transition: .2s;
}
.timeline .swiper-pagination-bullet-active::after {
	content: "";
	width: .47rem;
	height: .02rem;
	background-color: #fff;
	position: absolute;
	right: -.7rem;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	transition: .2s;
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
	display: flex;
	justify-content: center;
	align-items: center;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  top: -0.3rem;
  bottom: auto;
  left: 1.38rem;
  z-index: 2;
  transition: .2s;
}
.timeline .swiper-button-next>img,
.timeline .swiper-button-prev>img {
	width: .19rem;
	height: .11rem;
}
.timeline .swiper-button-next::after,
.timeline .swiper-button-prev::after {
	display: none;
}
.timeline .swiper-button-next {
  top: auto;
  right: auto;
  bottom: -0.5rem;
}
.timeline .swiper-button-disabled {
	opacity: 1;
}
.timeline .swiper-button-prev:hover,
.timeline .swiper-button-next:hover {
  background-color: #101010;
}
.timeline .swiper-button-prev:hover>img,
.timeline .swiper-button-next:hover>img {
  filter: grayscale(100%) brightness(10);
}

.about-honor {
	padding: .5rem 0 .8rem;
}

.honor-certify {
	position: relative;
	width: 100%;
	margin: .8rem auto 0
}

.honor-certify  .swiper-slide {
	width: 3.93rem;
	height: 5.54rem;
	background: #fff;
}
.honor-certify  .swiper-slide img{
	display:block;
	max-width: 100%;
}

.honor-certify  .swiper-slide p{
	font-size: .18rem;
	margin-top: .4rem;
	text-align: center;
	opacity: 0;
}
.honor-certify .swiper-slide-active p{
	opacity: 1;
}


/*>>>>>>>>>>产品中心<<<<<<<<<<*/
.product-list {
	width: 100%;
	margin-top: .48rem;
	flex-wrap: wrap;
}
.product-list .item {
	box-sizing: border-box;
	width: calc((100% - 1.44rem)/4);
	margin-right: .48rem;
	margin-bottom: .48rem;
	color: #101010;
	border: 1px solid transparent;
}
.product-list .item:nth-of-type(4n) {
	margin-right: 0;
}
.product-list .item ._cover {
	width: 100%;
	height: 2.36rem;
	overflow: hidden;
}
.product-list .item ._cover img {
	width: 100%;
	min-height: 100%;
}
.product-list .item ._info {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 2.36rem;
	background-color: #fff;
	padding: .2rem .1rem .1rem;
	transition: all .3s ease-out;
}
.product-list .item ._info ._title {
	font-size: .24rem;
	font-weight: 500;
	text-align: center;
}
.product-list .item ._info ._intro {
	font-size: .18rem;
	color: #666;
	margin-top: .2rem;
}
.product-list .item ._btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 46px;
	font-size: .16rem;
	transition: all .3s ease-out;
}

.product-cover {  
	padding-top: .9rem;
  	max-height: 600px;
  	overflow: hidden;
}
.product-cover img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.product-detail {
	box-sizing: border-box;
	background-color: #fff;
	margin: -3.4rem auto 0;
	padding: .7rem .6rem;
}

.prodcut-info {
	font-weight: bold;
}

.prodcut-info ._title {
	font-size: .48rem;
	line-height: 1.1;
	padding-bottom: .2rem;
}
.prodcut-info ._intro {
	font-size: .18rem;
	margin-top: .1rem;
}

.product-detail .page-title {
	font-size: .3rem;
	font-weight: bold;
	margin-top: .6rem;
	margin-bottom: .4rem;
}

.parameter-intro {
	font-size: .18rem;
	color: #666;
	padding-bottom: .6rem;
	border-bottom: 1px solid #CBCBCB;
}

.prodcut-section .parameter-richText {
	font-size: .24rem;
	color: #666;
	line-height: 1.8;
}
.prodcut-section .parameter-richText img {
	max-width: 100%;
}

/*>>>>>>>>>>新闻动态<<<<<<<<<<*/
.first-news {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: .4rem;
	border-radius: .1rem;
	margin-top: .6rem;
	color: #101010;
}
.first-news ._cover {
	width: calc(50% - .4rem);
	height: 4rem;
	border-radius: .2rem;
	overflow: hidden;
}
.first-news ._cover>img {
	width: 100%;
	min-height: 100%;
}
.first-news ._info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(50% - .4rem);
	height: 4rem;
}

.first-news ._title {
	font-size: .3rem;
	font-weight: bold;
}
.first-news ._time {
	font-size: .18rem;
	margin-top: .4rem;
}
.first-news ._intro {
	margin-top: .5rem;
	color: #666;
}
.first-news ._more {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.86rem;
	height: .62rem;
	background: #FFFFFF;
	border-radius: .2rem;
	border: .02rem solid #F5F5F5;
	font-size: .18rem;
	color: #666;
}

.first-news ._more img {
	width: .21rem;
	height: .06rem;
	margin-left: .15rem;
}

.news-list {
	margin-bottom: .3rem;
}

.news-list .item{
	justify-content: space-between;
	background-color: #fff;
	padding: .4rem;
	border-radius: .1rem;
	margin-top: .3rem;
	color: #101010;
}
.news-list .item ._time {
	width: 1.36rem;
}
.news-list .item ._info {
	justify-content: space-between;
	width: calc(100% - 1.36rem);
}

.news-list .item ._info ._txt {
	width: calc(100% - 2rem);
}

.news-list .item ._info ._title {
	font-size: .24rem;
	font-weight: bold;
}
.news-list .item ._info ._intro {
	color: #666;
	margin-top: .3rem;
}
.news-list .item ._info ._more {
	justify-content: flex-end;
	align-items: center;
	font-size: .18rem;
	color: #666;
}
.news-list .item ._info ._more img {
	width: .21rem;
	height: .06rem;
	margin-left: .15rem;
}

.news-defail>div {
	box-sizing: border-box;
	background-color: #fff;
	padding: .6rem;
	margin-top: .2rem;
}
.news-defail ._info {
	border-bottom: 1px solid #F5F5F5;
}
.news-defail ._info ._title {
	font-size: .3rem;
	font-weight: bold;
	text-align: center;
}
.news-defail ._info ._intro {
	font-size: .18rem;
	margin: .3rem 0;
	justify-content: center;
}
.news-defail ._info ._intro>span:first-child {
	margin-right: .4rem;
}
.news-defail ._rithText {
	color: #666;
	list-style: 1.8;
	padding-top: .2rem;
}

.news-defail ._rithText img {
	max-width: 100%;
}

/*>>>>>>>>>>招贤纳士<<<<<<<<<<*/
.join-info {
	padding: .4rem .6rem;
	background-color: #fff;
	margin-top: .1rem;
	border-radius: .1rem;
}
.join-info ._info {
	align-items: center;
	justify-content: space-between;
}
.join-info ._info .logo {
	width: 1rem;
}
.join-info ._info .logo img {
	width: 100%;
}
.join-info ._info ._txt {
	width: calc(100% - 1.3rem);
}
.join-info ._info ._title {
	font-size: .3rem;
	font-weight: 500;
}
.join-info ._info ._msg {
	line-height: 1.1;
	font-size: .48rem;
	margin-top: .1rem;
}
.join-info ._intro {
	color: #666;
	margin-top: .4rem;
}
.join-title {
	margin-top: .5rem;
	text-align: center;
}
.join-title ._title{
	font-size: .48rem;
	font-weight: 500;
}
.join-title ._intro {
	font-size: .18rem;
	margin-top: .3rem;
}
.job-list {
	padding: .2rem 0 .5rem;
}
.job-list .item {
	padding: .4rem .45rem;
	background-color: #fff;
	border-radius: .1rem;
	margin-top: .3rem;
}
.job-list .item ._title {
	font-size: .3rem;
	font-weight: bold;
}
.job-list .item ._info {
	font-size: .18rem;
	color: #666;
	margin: .3rem 0 .4rem;
}
.job-list .item ._msg {
	box-sizing: border-box;
	color: #666;
	line-height: 1.8;
	height: 0;
	margin-top: .1rem;
	overflow: hidden;
}
.job-list .item ._msg._open {
	height: auto;
}
.job-list .item ._btn {
	font-weight: bold;
	margin: .2rem 0 .25rem;
	color: #209D5C;
	cursor: pointer;
}
.job-list .item ._email {
	padding-top: .25rem;
	color: #999;
	border-top: 1px solid #F5F5F5;
}
.job-list .item ._email>span {
	color: #209D5C;
}

/*>>>>>>>>>>联系我们<<<<<<<<<<*/
.contact-info {
	box-sizing: border-box;
	height: 11.3rem;
	background: #FFFFFF;
	border-radius: 10px;
	padding-top: .9rem;
	margin-top: .1rem;
}
.contact-title {
	font-size: .48rem;
	font-weight: 500;
	text-align: center;
}
.contact-intro {
	font-size: .18rem;
	margin-top: .2rem;
	text-align: center;
}
.contact-info ._info ._list {
	justify-content: space-between;
	margin-top: .7rem;
}
.contact-info ._info ._list ._item {
	max-width: 4rem;
}
.contact-info ._info ._name {
	font-size: .3rem;
}
.contact-info ._info img {
	width: .42rem;
	height: .42rem;
	margin: .45rem 0;
}
.contact-info ._info ._msg {
	font-size: .36rem;
	font-weight: bold;
	color: #209D5C;
}
.contact-info ._info ._msg._other {
	font-size: .24rem;
}
.contact-info ._map {
	width: 100%;
	height: 7.2rem;
	margin-top: .68rem;
	position: relative;
}
.contact-info ._map::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#gaodemap{width: 100%;height: 100%;}


.contact-form {
	background-color: #fff;
	padding: 1.1rem 0 .9rem;
}
.contact-form ._list {
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-form ._list ._item {
	margin-top: .78rem;
	width: calc(50% - .4rem);
}
.contact-form ._list ._item._all {
	width: 100%;
}
.contact-form ._list ._item ._lable {
	font-size: .18rem;
	color: #666;
	margin-bottom: .16rem;
}
.contact-form ._list ._item ._input {
	width: 100%;
	height: .76rem;
	background: #F9F9F9;
}
.contact-form ._list ._item ._input._textarea {
	height: 2.98rem;
}

.contact-form ._list input, 
.contact-form ._list textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #ECECEC;
	font-size: .18rem;
	padding: 0 .25rem;
}

.contact-form ._list textarea {
	box-sizing: border-box;
	padding: .1rem .25rem;
	resize: none;
	line-height: 1.7;
}

.contact-form ._list input::placeholder, 
.contact-form ._list textarea::placeholder {
	color: #666;
}
.contact-form ._list input:focus, 
.contact-form ._list textarea:focus {
	border: 1px solid #00632F;
}

.code-submit {
	margin-top: .84rem;
	justify-content: center;
}
.code-submit ._code input{
	box-sizing: border-box;
	width: 2.27rem;
	height: .76rem;
	background-color: #F9F9F9;
	border: 1px solid #ECECEC;
	font-size: .18rem;
	padding: 0 .25rem;
}
.code-submit ._code input:focus {
	border: 1px solid #00632F;
}
.code-submit ._code ._img {
	box-sizing: border-box;
	width: 1.36rem;
	height: .76rem;
	background-color: #F9F9F9;
	border: 1px solid #ECECEC;
	border-left: 0;
}
.code-submit ._code ._img>img {
	width: 100%;
	height: 100%;
}

.code-submit ._btn {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.19rem;
	height: .76rem;
	background: #00632F;
	color: #fff;
	font-size: .24rem;
	font-weight: 500;
	margin-left: .48rem;
	cursor: pointer;
}
/* 弹窗 */
.contact-popup {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: calc(100vh - .9rem);
	background-color: rgba(0, 0, 0, .4);
	padding: 0;
	margin: 0;
	opacity: 0;
	position: fixed;
	top: .9rem;
	left: -99999999px;
	z-index: 999;
	transition: all .2s;
}
.contact-popup.show {
	left: 0;
	opacity: 1;
}

.contact-popup .row {
	background-color: #fff;
	box-sizing: border-box;
	padding: .4rem;
	border-radius: .2rem;
	position: relative;
}

.contact-popup .contact-title {
	font-size: .36rem;
}

.contact-popup ._list ._item ._input {
	height: .6rem;
}
.contact-popup ._list ._item ._input._textarea {
	height: 2rem;
}
.contact-popup ._list ._item {
	margin-top: .4rem;
}
.contact-popup .code-submit {
	margin-top: .4rem;
}
.contact-popup .code-submit ._code input {
	height: .6rem;
}
.contact-popup .code-submit ._code ._img {
	height: .6rem;
}
.contact-popup .code-submit ._btn {
	width: 2rem;
	height: .6rem;
}

.contact-popup .close-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: .6rem;
	height: .6rem;
	background: #00632F;
	border-radius: 50%;
	position: absolute;
	top: -.3rem;
	right: -.3rem;
	z-index: 1;
}
.contact-popup .close-btn>img {
	width: .25rem;
	height: .25rem;
}

/* 电子名片 */
.card-info {
	max-width: 750px;
	margin: 0 auto;
	min-height: 100vh;
	padding: .4rem;
	background-color: #fff;
}
.card-info ._info {
	position: relative;
}
.card-info ._info>img {
	width: 100%;
}
.card-info ._logo {
	width: 1.96rem;
	height: 1.96rem;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: .45rem;
	bottom: -.98rem;
	z-index: 1;
}
.card-info ._logo>img {
	width: 100%;
	height: 100%;
}

.card-info ._user {
	margin-top: 1.2rem;
}
.card-info ._user ._intro {
	width: calc(100% - 2rem);
}
.card-info ._user ._code {
	width: 1.8rem;
	height: 1.8rem;
	margin-left: .2rem;
}
.card-info ._user ._code>img {
	width: 100%;
	height: 100%;
}
.card-info ._name {
	align-items: center;
}
.card-info ._name>h2 {
	font-size: .48rem;
	font-weight: bold;
}
.card-info ._name>span {
	display: flex;
	align-items: center;
	height: .46rem;
	background: #209D5C;
	margin-left: .3rem;
	border-radius: .1rem;
	padding: 0 .15rem;
	font-size: .24rem;
	color: #fff;
}

.card-info ._user p{
	font-size: .3rem;
	margin-top: .1rem;
}

.card-info ._addr {
	font-size: .3rem;
	margin-top: .1rem;
}

.card-info .call-btn {
	justify-content: center;
	align-items: center;
	height: .9rem;
	background-color: #00632F;
	font-size: .36rem;
	color: #fff;
	border-radius: .1rem;
	margin-top: .53rem;
}

.card-info .call-btn>img {
	width: .32rem;
	height: .32rem;
	margin-right: .15rem;
	filter: grayscale(100%) brightness(100);
}

.main-no {
	padding-top: 0 !important;
}

/*电端加上鼠标效果/动画 */
@media screen and (min-width:993px){	
	.rollAni,.font_effect{visibility: hidden;}	
	.hoverable:hover .hoverable_txt:after{-webkit-transform:scaleX(1);transform:scaleX(1);
	-webkit-transform-origin:left top;transform-origin:left top;}
	.header .nav .navlist>.nav_a.on>a{color:#209D5C;}
	.header .nav .navlist>.nav_a.on>a .hoverable_txt:after{-webkit-transform:scaleX(1);transform:scaleX(1);
	-webkit-transform-origin:left top;transform-origin:left top;}
	.header .nav .navlist>.nav_a.on .nav_b{pointer-events:auto;}
	.header .nav .navlist>.nav_a.on .nav_b>.nav_b_list>li{transform:none;opacity:1;}
	.header .nav .navlist>.nav_a.on .nav_b>.nav_b_list>li:nth-child(1){transition-delay:0s;}
	.header .nav .navlist>.nav_a.on .nav_b>.nav_b_list>li:nth-child(2){transition-delay:.1s;}
	.header .nav .navlist>.nav_a.on .nav_b>.nav_b_list>li:nth-child(3){transition-delay:.2s;}
	.header .nav .navlist>.nav_a.on .nav_b>.nav_b_list>li:nth-child(4){transition-delay:.3s;}
	.header .nav .navlist>.nav_a.on .nav_b>.nav_b_list>li:nth-child(5){transition-delay:.4s;}
	.header .nav .navlist>.nav_a.on .nav_b>.nav_b_list>li:nth-child(6){transition-delay:.5s;}
	.header .nav .navlist>.nav_a.on .nav_b>.nav_b_list>li:nth-child(7){transition-delay:.6s;}
	.header .nav .navlist>.nav_a.on .nav_b>.nav_b_list>li:nth-child(8){transition-delay:.7s;}
	.header .nav .navlist>.nav_a.on .nav_b>.nav_b_list>li:nth-child(9){transition-delay:.8s;}
	.header .nav .navlist>.nav_a.on .nav_b>.nav_b_list>li:nth-child(10){transition-delay:.9s;}
	.header .nav .navlist>.nav_a .nav_b>.nav_b_list>li>a:hover{color:#209D5C;}

	.header .nav .navlist>.nav_a .nav_b{ transition: all 0.5s; /*border-top: 1px solid #efefed;*/}
	.header .nav .navlist>.nav_a:hover>a{color:#209D5C;}
	.header .nav .navlist>.nav_a:hover>a .hoverable_txt:after{-webkit-transform:scaleX(1);transform:scaleX(1);
	-webkit-transform-origin:left top;transform-origin:left top;}
	.header .nav .navlist>.nav_a:hover .nav_b{pointer-events:auto; background: #fff;}
	.header .nav .navlist>.nav_a:hover .nav_b>.nav_b_list>li{transform:none;opacity:1;}
	.header .nav .navlist>.nav_a:hover .nav_b>.nav_b_list>li:nth-child(1){transition-delay:0s;}
	.header .nav .navlist>.nav_a:hover .nav_b>.nav_b_list>li:nth-child(2){transition-delay:.1s;}
	.header .nav .navlist>.nav_a:hover .nav_b>.nav_b_list>li:nth-child(3){transition-delay:.2s;}
	.header .nav .navlist>.nav_a:hover .nav_b>.nav_b_list>li:nth-child(4){transition-delay:.3s;}
	.header .nav .navlist>.nav_a:hover .nav_b>.nav_b_list>li:nth-child(5){transition-delay:.4s;}
	.header .nav .navlist>.nav_a:hover .nav_b>.nav_b_list>li:nth-child(6){transition-delay:.5s;}
	.header .nav .navlist>.nav_a:hover .nav_b>.nav_b_list>li:nth-child(7){transition-delay:.6s;}
	.header .nav .navlist>.nav_a:hover .nav_b>.nav_b_list>li:nth-child(8){transition-delay:.7s;}
	.header .nav .navlist>.nav_a:hover .nav_b>.nav_b_list>li:nth-child(9){transition-delay:.8s;}
	.header .nav .navlist>.nav_a:hover .nav_b>.nav_b_list>li:nth-child(10){transition-delay:.9s;}

	.header .language ._list ._item>a:hover{color: #209D5C;background-color: #f7f7f7;}
	.home-banner .home-banner-scene .btn:hover{background-color: rgba(255,255,255,.3);}
	.home-banner .home-banner-buttom .banner-buttom--mouse:hover{color: #fff;}
	.home-banner .home-banner-buttom .banner-buttom--nav span:hover:before{border-color: #209D5C;}
	.home-product-swiper .item>a:hover  .item-figure ._pic{transform: translateY(-10px);}
	.home-product-swiper .item>a:hover  .item-figure ._pic ._a1{opacity: 0;}
	.home-product-swiper .item>a:hover  .item-figure ._pic ._a2{opacity: 1;}
	
	.home-product-swiper .item .item-text ._more:hover{background-color: #209D5C;color: #fff;}
	.home-product-swiper .item .item-text ._more:hover img {filter: grayscale(100%) brightness(100);}
	
	.more-hover:hover .more-fn,
	.more-hover.more-fn:hover{transform: rotateZ(270deg);}
	.partner-list--box .item ._pic:hover img{-webkit-filter: none;-moz-filter: none;
	-ms-filter: none;-o-filter: none;filter: none;opacity: 1;}
	.home-news-content .list .item:hover>a{color: #fff;}
	.home-news-content .list .item:hover{background-color: #209D5C;}
	.home-news-content .list .item:hover ._time,.home-news-content .list .item:hover ._intro{color: #fff;}
	.home-news-content .list .item:hover ._time>img{filter: grayscale(100%) brightness(100);}
	.home-news-content ._more:hover{background-color: transparent;color: #101010;}
	.home-news-content ._more:hover>img{filter: grayscale(0%) brightness(0);}
	
	.home-contact ._btn:hover .masterBtn{transform: translateY(-0.05rem);}
	
	.ud-page ._item:hover>a {color: #666;}
	
	
	
	.product-list .item:hover {border: 1px solid #209D5C;box-shadow: 0px 6px 21px 0px rgba(0,99,47,0.14);}
	.product-list .item:hover ._btn {background-color: #209D5C;color: #fff;}
	
	.fTnav .item ._b>li>a:hover,
	.fTnav .item ._a>a:hover{color: #209D5C;}
	.ftroot>a:hover{color: #ccc;text-decoration: underline;}
	.header.hd-style .nav .navlist>.nav_a>a{transition: color .3s ease-out;}
	.header.hd-style .language>a,.header.hd-style .inquiry>a{transition: color .3s ease-out;}
	.header.hd-style .language:hover>a,
	.header.hd-style .inquiry:hover>a{color: #209D5C;}
	.header.hd-style .nav .navlist>.nav_a:hover>a{color: #209D5C;}
	.course-box .tab .item>a:hover{color: #222; font-weight:bold;}
	.nsList-top>a:hover ._text ._title{color: #209D5C;}
	.nsList-top>a:hover ._pic>div img{transform: scale(1.07);}
	.page-fn ._size>div>a:hover{color: #222;}
	.nsList-ul .item>a:hover ._pic img{transform: scale(1.07);}
	.nsList-ul .item>a:hover ._text ._title{color: #209D5C;}
	.nsDel-top ._btn>a:hover{opacity: 1;}
	.article-swiper .item>a:hover{transform: scale(1.07);}
	.article-swiper .item>a:hover ._text ._name{color: #209D5C;}
	.case-top-swiper .item>a:hover ._pic img{transform: scale(1.07);}
	.case-list .item>a:hover ._hideBtn{height: .4rem;opacity: 1;visibility: visible;}
	.case-list .item>a:hover{background-color: #fff;box-shadow:0 0 25px rgba(0, 0, 0, .1);}
	.case-list .item>a:hover ._title{font-weight: bold;transform: scale(1.1);transform-origin: bottom;}
	.tutorial-top-swiper .item>a:hover  ._pic{transform: scale(1.07);}
	.tutorial-content-list .item>a:hover ._figure ._pic{transform: scale(1.07);}
	.guide-content-list .item>a:hover{background-color: #fff;box-shadow:0 0 25px rgba(0, 0, 0, .1);}
	.crown .crown-left ._list .item>a:hover:before{width: 100%;}
	.crown .crown-left ._list .item>a:hover{color: #209D5C;}
	.crown .crown-right .item>a:hover ._pic img{transform: scale(1.07);}
	.industry-content-list .item>a:hover{background-color: #fff;box-shadow:0 0 25px rgba(0, 0, 0, .1);}
	.jn01-list .item>div:hover ._pic img{transform: scale(1.07);}
	.jn01-list .item>div:hover{background-color: rgba(255,255,255,.1);border-color: transparent;}
	.jn01-list .item>div:hover ._line{opacity: 1;}
	
	/* .masterBtn:hover{transform:translateY(-5px);} */
	.masterBtn:hover ._txt span{transform:translateY(-100%);color:transparent;}
	.masterBtn:hover ._txt span:before{color: #fff;}
	.ctt03-content-list ._row .item:hover ._txt ._cn,
	.ctt03-content-list ._row .item:hover ._txt ._en{color: #222;}
	.ctt03-content-list ._row .item:hover>div:before{width: 100%;left: 0;}
	.ctt03-content-list ._row .item:hover ._txt ._order:before{opacity: 1;transform: translateZ(0);}
	.ctt03-content-list ._row .item:hover ._icon ._mask{height: 100%;}
	.ctt03-content-list ._row .item:hover ._cir,
	.ctt03-content-list ._row .item:hover ._cir:before{border-color: #209D5C;}
	.home-solution-tab .item>a:hover .item-figure{border-color: #209D5C;}
	.tab-fn .item .item-btn:hover i:before{opacity: 1;transform: translate(-50%,-50%);}
	.tab-fn .item .item-btn:hover i{border-color: #222;}
	.tab-fn .item .item-btn:hover{color: #222;}
	.ntk-loc .ntk-loc-tab .item>a:hover{color: #222;}
	.product-list .item>a:hover .item-figure ._pic{transform: scale(1.05);}
	.product-list .item>a:hover .item-figure ._pic ._a1{opacity: 0;}
	.product-list .item>a:hover .item-figure ._pic ._a2{opacity: 1;}
	.ability-list .item>div:hover{box-shadow: 0 0 .3rem rgba(0,0,0,.1);}
	.ability-list .item>div:hover ._num:before{opacity: 1;}
	.area-swiper ._item:hover ._pic{transform: scale(1.1);}
	.ptView-small ._item ._pic:hover img{transform: scale(1.05);}
	.ptDel-nav ._item>a:hover{color:#209D5C;}
	.assort-tab ._item>a:hover{color: #209D5C;}
	.switch-fn:hover{opacity: 1;}
	.nsTop-right-swiper .item>a:hover ._pic img{transform:scale(1.07);}
	.nsTop-right-swiper .item>a:hover ._text ._title{color:#209D5C;}
	.juggle ._divide ._text ._item ._name:hover{color:#209D5C;border-color:#209D5C;}
	.header .inquiry ._form ._dt>button:hover{color: #209D5C;}

}	
@media screen and (max-width:1600px){
    .richText p,
	.richText span,
	.richText em{font-size: 17px !important;}		
    .header .inquiry ._form ._dd>input{height: 40px;}
	.header .inquiry ._form ._dt>button{width: 40px;height: 40px;}
}

@media screen and (max-width:1440px){  
	.richText p,
	.richText span,
	.richText em{font-size: 15px !important;}
    .masterBtn1{height: .54rem;line-height: .54rem;}
    .tab-fn .item .item-btn i{width: 18px;height: 18px;}
    .tab-fn .item .item-btn i:before{width: 5px;height: 5px;}
    .ftText .ftText-code ._pic>div{width: 110px;height: 110px;}
    .ftText .ftText-code ._pic>div:before{width: 10px;height: 10px;left: -5px;}
    .header .language ._list>div{width: .86rem;}
    .header .language ._list ._item>a{line-height: .44rem;}
    .ntk-loc .ntk-loc-tab .item>a{height: .6rem;line-height: .6rem;}
    .ntk-loc-ul ._list .item ._info ._line ._icon{transform: translateY(.38em);}
    .header .inquiry ._form ._dd>input{height: 36px;}
	.header .inquiry ._form ._dt>button{width: 36px;height: 36px;}
} 

@media screen and (max-width:1280px){	
	.richText p,
	.richText span,
	.richText em{font-size: 13px !important;}
	.more-fn{width: .48rem;height: .48rem;padding: 0 .1rem;}	
    .more-fn>s{width: 3px;height: 3px;}
    .home-about-top .about-top--text ._play>a>i{width: .48rem;height: .48rem;line-height: .48rem;}
    .tab-fn .item .item-btn i{width: 16px;height: 16px;}
    .tab-fn .item .item-btn i:before{width: 4px;height: 4px;}
    .case-list .item ._title{font-size: 16px;}
    .case-list .item ._line{height: calc(2em * 2);-webkit-line-clamp: 2;} 
    .crown .crown-left ._title ._en>div{font-size: .8rem;}
    .crown .crown-left ._list .item{padding: 0 .2rem;}
    .crown .crown-left ._list .item:hover{color:#222;}
    .crown .crown-left ._list>div{margin: 0 -.2rem;}
    .crown .crown-right .item ._text ._more{padding: .14rem .2rem;}
    .industry-content-list .item ._more{padding: .14rem .2rem;}
    .ctt01-content .ctt01-content-left{padding-right: .7rem;}
    .ctt01-content .ctt01-content-right{padding-left: .7rem;}
    .article-swiper .swiper-slide{width: 33.333333%;}
    .header .inquiry ._form ._dd>input{height: 32px;}
	.header .inquiry ._form ._dt>button{width: 32px;height: 32px;}	
}  

@media screen and (mix-width:1024px){
	.timeline .swiper-slide::after {
	    right: -20%;
	    bottom: -12%;
	    width: 240px;
	    height: 50%;
	    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
	  }
	  .timeline .swiper-slide-content {
	    right: 25%;
	  }
}

@media screen and (max-width:992px){
	[data-scroll-container]{padding-top: 50px;}
    body{overflow-y: auto;overflow-x: hidden;}
    .home-banner{height: 60vw;}
    .home-banner .home-banner-scene{display: none;}
    .home-banner .home-banner-buttom{bottom: .4rem;}
    .home-banner .home-banner-buttom .banner-buttom--mouse{display: none;}
    .home-banner .home-banner-buttom>div{justify-content: center;}
    .home-banner .home-banner-buttom .banner-buttom--nav span{height: .1rem;width: .72rem;}
    
    .header{height: 50px;/*background-color: #209D5C;*/ background: #fff;}
    .header .logo{animation: none;visibility: visible !important;}
    .header .logo>a{height: 32px;}
    .openMenu{display: block;margin-left: .2rem;animation:none;visibility: visible !important;}
    .header .inquiry{margin-left: auto;}
    .header .language{animation:none;visibility: visible !important;}
    .header .language>a,.header .inquiry>a{font-size: 24px;line-height: 50px;height: 50px;}
    #preload .tip-logo{height: .81rem;}
    .home-banner .home-banner-buttom .banner-buttom--nav{animation-delay: 0s !important;}
    .header.hd-style .openMenu .openMenu_btn span{background-color: #222;}
    .header .inquiry:after{height: .24rem;}
    
    .header .nav{position:fixed;top:50px;left:0;overflow:hidden;width:100%;height: calc(100vh - 50px);pointer-events: none;}
	.header .nav .navlist{width:100%;overflow-y:auto;max-height:100%;flex-wrap: wrap;padding:.3rem 5%;overflow-x: hidden;}
    .header .nav .navlist .nav_a{animation:none;width:100%;position:relative;opacity: 0;transform: translateY(-60px);transition: all .5s var(--bcr1);}
    .header.mobileNav .nav{pointer-events: auto;}
    .header.mobileNav .nav .navlist .nav_a{opacity: 1;transform: none;}
    .header.mobileNav .nav .navlist .nav_a:nth-child(1){transition-delay: 0.05s;}
    .header.mobileNav .nav .navlist .nav_a:nth-child(2){transition-delay: 0.1s;}
    .header.mobileNav .nav .navlist .nav_a:nth-child(3){transition-delay: 0.15s;}
    .header.mobileNav .nav .navlist .nav_a:nth-child(4){transition-delay: 0.2s;}
    .header.mobileNav .nav .navlist .nav_a:nth-child(5){transition-delay: 0.25s;}
    .header.mobileNav .nav .navlist .nav_a:nth-child(6){transition-delay: 0.3s;}
    .header.mobileNav .nav .navlist .nav_a:nth-child(7){transition-delay: 0.35s;}
    .header.mobileNav .nav .navlist .nav_a:nth-child(8){transition-delay: 0.4s;}
    .header.mobileNav .nav .navlist .nav_a:nth-child(9){transition-delay: 0.45s;}
    .header.mobileNav .nav .navlist .nav_a:nth-child(10){transition-delay: 0.5s;}
    .header .nav .navlist .nav_a:after{content:'';position:absolute;left:0;bottom:0;
    width:100%;height:1px;/*background-color: #fff;*/background: hsla(0,0%,0%,0.05); /*opacity: .2;*/}
    .header .nav .navlist .nav_a>a{line-height:60px;height:60px;padding:0;color: #fff;font-size: 16px;font-weight: bold;}
    .header .nav .navlist .nav_a>a span{margin-right: 0;}
    .header .nav .navlist .nav_a>a i{position: absolute;height: 60px;right: 0;opacity: .5;display: block;
    top: 0;text-align: center;font-size: 18px;transition: all .4s ease;transform: rotateZ(-90deg);}
    .header .nav .navlist .nav_a.on>a i{transform: none;opacity: 1;}
    
	.header .nav .navlist .nav_a>.nav_b{position:static;width:100%;font-size: 15px;
	transition: height .4s ease;height: 0;pointer-events:auto;}
	.header .nav .navlist .nav_a>.nav_b .nav_b_list{padding-bottom:.6rem;display:block;}
	.header .nav .navlist>.nav_a .nav_b>.nav_b_list>li{padding:0;opacity:1;transform:none;}
	.header .nav .navlist .nav_a>.nav_b .nav_b_list>li>a{margin-bottom:10px;/*color: #fff;*/ color: #000; opacity: .6;}
	.header .nav .navlist .nav_a>.nav_b .nav_b_list>li:last-child>a{margin-bottom:0;}
	
	.home-product-box ._page{display: none;}
    .home-product-swiper .swiper-slide{width: 84vw;}
    .home-product-swiper .item>a{flex-direction: column;padding: .8rem 8vw;}
    .home-product-swiper .item .item-figure{width: 100%;order: -1;}
    .home-product-swiper .item .item-text{padding-right: 0;padding-top: .8rem;}
    .home-product-swiper .swiper-slide-active .item .item-figure ._pic ._a1{opacity: 0;}
    .home-product-swiper .swiper-slide-active .item .item-figure ._pic ._a2{opacity: 1;}
    .home-product{padding: 1.3rem  0;}
    .home-solution-tab .item{padding: 0 2.5vw;}
    .home-about-top{flex-direction: column;}
    .home-about-top .about-top--title{text-align: center;}
    .home-about-top .about-top--text{width: 100%;text-align: center;margin-top: .5rem;}
    .home-about-top .about-top--text ._play>a{justify-content: center;}
    .home-about{padding: 1.3rem 0;}
    .partner-list--box{width: 90%;margin: 0 auto;}
    .partner-list--box .item{animation: none !important;position: initial;width: 16.666666666666668% !important;box-shadow:none;background-color: transparent;border-radius: 0;}
    .partner-list--box .item ._pic{animation: none !important;box-shadow: 0 0.15rem 0.3rem rgba(0,0,0,.03);background-color: #fff;border-radius: 50%;overflow: hidden;}
    .partner-list--box{height: auto;padding-bottom: 0;margin-top: .6rem;}
    .partner-list--box>div{position: initial;display: flex;flex-wrap: wrap;margin: -.2rem;width: auto;justify-content: center;}
    .partner-list--box .item ._pic img{width: calc(100% - .4rem);height: calc(100% - .4rem);left: 50%;top: 50%;transform: translate(-50%,-50%);}
    
	.home-news-content{flex-direction: column;}
    .home-news-content .masterTitle1{text-align: center;font-size: .48rem;font-weight: bold;}
    .home-news-box{width: 100%;margin-top: .6rem;}
    .home-news-box .tab-fn{justify-content: center;}
    .home-news-box .list .item ._time{display: none;}
    .home-news-box .list .item ._type{margin-left: 0;margin-right: .35rem;font-size: 12px;}
    .home-solution-info{top: 1.4rem;}
    .home-solution{height: 10rem;}
    .home-news{padding: 1.3rem 0;}
    .home-partner{padding: 1.3rem 0;}
    .footer-content{flex-direction: column;padding-bottom:1rem;}
    .fTnav{width: 100%;padding-left: 0;padding-top: 0;margin-top: .6rem;}
    .ftText{padding-right: 0;}
    .ftroot{text-align: center;flex-wrap: wrap;font-size: 13px;line-height: 1.875;}
    .ftroot span:first-of-type,.ftroot .kep{display: block;width: 100%;margin: 0;}
    .footer{padding-top: 1rem;}
    .ftText .ftText-code ._pic>div{width: 100px;height: 100px;}
    .ftText .ftText-code ._pic>div:before{width: 8px;height: 8px;left: -4px;}
    .pageBanner{height: 60vw;}
    .pageBanner-info{padding-top: 0;}
    .atUsInfo{padding-top: 1.3rem;padding-bottom: 1.5rem;}
    .atUsInfo-content{min-width: 100%;}
    .atUsVideo{padding-bottom: 50%;}
    .course{padding-top: 1.3rem;}
    .course-box .module{padding: .7rem 5vw;}
    .course-box .module-swiper .item{flex-direction: column;}
    .course-box .module-swiper .item ._name{padding-right: 0;padding-bottom: .35rem;border-bottom: 1px solid #e1e1e1;;}
    .course-box .module-swiper .item ._list{padding-left: 0;margin-top: .5rem;border-left: 0;}
    .course-box .module-swiper .item ._list:before{display: none;}
    .strategy-content>div{flex-direction: column;margin: 0;}
    .strategy-content .item{width: 100%;padding: 0;margin-bottom: .65rem;}
    .strategy-content .item:last-of-type{margin-bottom: 0;}
    .strategy{padding: 1.3rem 0;}
    .society{padding: 1.3rem 0;}
    .society-content{width: 100%;}
    .society-content .society-content-text ._line{margin-top: 1.5rem;}
    .society-content .society-content-text ._title:after{height: 2px;}
    .society-bg{height: 100%;}
    .nsList{padding-top: 1.1rem;padding-bottom: 1.3rem;}
    .page-fn{padding: .15rem 0;}
    .page-fn ._tip>a{font-size: 13px;}
    .nsList-top>a{flex-direction: column;}
    .nsList-top ._pic{width: 100%;order: -1;}
    .nsList-top ._text ._more{position: initial;margin-top: .6rem;}
    .nsList-top ._text{padding: .8rem .7rem;padding-top: .4rem;}
    .nsList-top{margin-top: .9rem;}
    .nsList-ul{margin-top: .6rem;}
    .nsTop-content{padding: 1rem 0;}
    .nsList-top ._text ._title{font-size: .36rem;}
    .nsDel{padding-top: .8rem;}
    .nsDel-top ._btn{display: none;}
    .nsDel-top .c_center{padding: 0;}
    .nsDel-content{padding: 5vw 5vw 1rem;}
    .case-top{padding-top: 1rem;padding-bottom: 1.3rem;}
    .case-content{padding-top: .9rem;padding-bottom: 1.3rem;}
    .case-list .item{width: 50%;}
    .case-list{margin-top: .8rem;margin-bottom: 1rem;}
    .case-list .item ._line{height: calc(2em * 3);-webkit-line-clamp: 3;} 
    .tutorial-top{padding-top: 1rem;}
    .tutorial-content-list .item{width: 100%;}
    .tutorial-top-swiper{width: 100%;}
    .tutorial-content-list>div{margin: -.3rem 0;}
    .tutorial-content-list .item{padding: .3rem 0;}
    .tutorial-content-list{margin-top: 1rem;margin-bottom: 1.3rem;}
    .tutorial-content{padding-bottom: 1.3rem;}
    .guide-top{padding: 1.6rem 0;}
    .guide-content-list .item>a{padding: .5rem .4rem;}
    .guide-content-list .item{margin-top: .4rem;}
    .guide-content-list{margin-bottom: 1rem;}
    .guide-content{padding-bottom: 1.3rem;}
    .industry-top{padding-top: 1rem;padding-bottom: 1.2rem;}
    .crown{flex-direction: column;}
    .crown .crown-left{width: 100%;}
    .crown .crown-right{width: 100%;padding: 0;margin-top: .4rem;flex-direction: column;}
    .crown .crown-right .item{height: 60vw;width: 100%;padding-left: 0;margin-bottom: .4rem;}
    .crown .crown-right .item:last-of-type{margin-bottom: 0;}
    .crown .crown-left ._title ._en>div:last-of-type{padding-left: 0;}
    .crown .crown-left{padding: 1.5rem .4rem .4rem;}
    .crown .crown-left ._list>div{flex-direction: column;margin: 0;}
    .crown .crown-left ._list .item{width: 100%;padding: 0;margin-bottom: .4rem;}
    .crown .crown-left ._list .item:last-of-type{margin-bottom: 0;}
    .crown .crown-left ._list .item ._names{height: auto;max-height: calc(2 * 2em);line-height: 2;}
    .industry-top .industry-top-bg{height: 100%;}
    .industry-content-list>div{margin: -.2rem 0;flex-direction: column;}
    .industry-content-list .item{width: 100%;padding: .2rem 0;}
    .industry-content-list .item>a{padding: .6rem .5rem;}
    .industry-content{padding-top: 1.1rem;padding-bottom: 1.3rem;}
    .industry-content-list{margin-bottom: 1.1rem;}
    .ctt01-content{flex-direction: column;}
    .ctt01-content .ctt01-content-left{padding-right: 0;width: 100%;}
    .ctt01-content .ctt01-content-right{padding-left: 0;width: 100%;margin-top: 1rem;}
    .ctt01{padding-bottom: 1.3rem;padding-top: 1.1rem;}
    .ctt-banner-txt{margin-left: 0;width: 100%;}
    .ctt02-content-form ._row{flex-direction: column;}
    .ctt02-content-form ._row ._item{width: 100%;}
    .ctt03-content-list ._row{flex-wrap: wrap;}
    .ctt03-content-list ._row .item{width: 50%;}
    .ctt03-content-list ._row:before,
    .ctt03-content-list ._row:after{display: none !important;}
    .ctt03-content-list ._row:nth-child(even) .item:first-of-type{position: absolute;top: 0;transform: translateY(-100%);right: 0;}
    .ctt03-content-list ._row .item>div:before{width: 100%;left: 0;border-color: #ccc;}
    .ctt03{padding-top: 1.3rem;padding-bottom: .5rem;}
    .ctt01-content .ctt01-content-left ._plat{height:60vw;}
    #gaodemap .ripple>i{font-size: .44rem;}
    #gaodemap .ripple>span{width: .2rem;height: .2rem;}
    .join-banner-txt ._item .p2{height: .9rem;}
    .join-fn + .pageBanner{height: calc(100vh - 50px);}
    .jn01-list>div{flex-wrap: wrap;margin: 0;}
    .jn01-list .item{width: 100%;padding: 0;margin-bottom: .8rem;}
    .jn01-list .item:last-of-type{margin-bottom: 0;}
    .jn01-list .item ._text ._line{min-height: auto;}
    .jn01-list .item ._text{padding: .6rem .4rem .5rem .4rem;}
    .jn02-content{flex-direction: column;}
    .jn02-content ._figure{width: 100%;order: -1;}
    .jn02-content ._text{padding-right: 0;margin-top: .8rem;padding: 0 .3rem;}
    .jn02{padding-top: 1.5rem;padding-bottom: 1.3rem;}
    .ntk-content-data{position: initial;margin: 0 -.1rem;}
    .ntk-content-data .item{width: 33.333333%;margin-right: 0;padding: 0 .1rem;}
    .ntk-loc-ul ._list .item{width: 100%;}
    .ntk-loc{margin-top: 1.3rem;}
    .ntk-content{padding-bottom: 1.3rem;}
    .ntk-loc-ul{margin-top: .8rem;}
    .articleBanner{height: auto;padding-top: 1rem;padding-bottom: 1.7rem;}
    .article-banner-text{max-width: 6.8rem;}
    .articleBanner .pageBanner-info{position: initial;transform: none;}
    .article-banner-bg ._pic img{min-height: auto;}
    .article-swiper .article-swiper-button{display: none;}
    .article{padding-bottom: 1.3rem;}
    .article-list .plate .plate-cnt{margin-top: .8rem;}
    .article-list .plate .plate-cnt{border-radius: .2rem;overflow: hidden;}
    .article-swiper .swiper-slide{width: 5rem;}
    .productBanner{padding-top: 0;}
    .product-Banner-text ._txt{padding-left: 0;}
    .product-Banner-text ._en{height: .72rem;}
    .productBanner{height:auto;margin-top: 1.8rem;}
    .productBanner>div{height: 80vw;}   
    .product-list .item>a{flex-direction: column;padding: .8rem 8vw;}
    .product-list .item .item-figure{width: 100%;order: -1;}
    .product-list .item .item-text{padding-right: 0;padding-top: .8rem;}
    .product-list .item .item-figure ._pic ._a1{opacity: 0;}
    .product-list .item .item-figure ._pic ._a2{opacity: 1;}
    .product-content{padding-top: 1.1rem;padding-bottom: 1.3rem;}
    .product-list{margin-top: .6rem;;}
    .product-list .item{padding: 0;margin-bottom: .6rem;}
    .product-list .item:last-of-type{margin-bottom: 0;}
    .product-list .item ._cover{height: 3.36rem;}
    .tep1-text{padding-left: 0;margin-left: 0;width: 100%;}
    .tep1-text ._line ._name{font-size: .4rem;}
    .ability-list .item{width: 50%;}
    .ability-list .item ._name{font-size: 18px;}
    .ability{padding-top: .9rem;}
    .ability-doc .ability-doc-tip{font-size: 1.2rem;}
    .juggle ._divide ._shifting ._item img{display: none;}
    .juggle ._divide ._text{display: none;}
    .juggle ._divide ._pic{opacity: 1;}
    .juggle{width: 90%;}
    .ability-host{padding: 1.3rem 0;}
    .area-swiper .swiper-wrapper{flex-wrap: wrap !important;transform: none !important;}
    .area-swiper .swiper-slide{width: 100% !important;margin-bottom: .6rem;}
    .area-swiper .swiper-slide:last-of-type{margin-bottom: 0;}
    .area-swiper ._item ._mask{padding: .6rem 6vw;}
    .tep2-banner-text{padding-left: 0;}
    .ptView>div{flex-direction: column;}
    .ptView .ptView-left{width: 100%;}
    .ptView-right{padding-left: 0;width: 100%;margin-top: .9rem;}   
    .ptView-right .ptView-text ._line{min-height: auto;}
    .ptView-right .ptView-text{margin-top: .45rem;}
    .ptView{padding-top: 1.3rem;}
    .ptDelTp-table{flex-direction: column;}
    .vertical-table:first-of-type th, .vertical-table:first-of-type td{border-right-width: 1px;}
    .vertical-table{margin-top: .6rem;}
    .vertical-table:first-of-type{margin-top: 0;}
    .ptDelMore .juggle{margin-top: .8rem;}
    .tep2-case{padding-top: 1.3rem;}
    .trait-content{flex-direction: column;}
    .trait-view{padding-left: 0;order: -1;}
    .trait-type{min-width: 100%;margin-top: .6rem;}
    .assort-swiper ._item{flex-direction: column;padding: 0;}
    .assort-swiper ._item>div{padding: 0 !important;}
    .assort-swiper ._item ._pic{order: -1;width: 100%;}
    .assort-swiper ._item ._text{width: 100%;margin-top: .5rem;}
    .assort-list ._page{display: none;}
    .assort-content{padding: 0;margin-top: .6rem;}
    .assort-tab{margin-top: .6rem;}
    .overview .juggle{margin-top: .8rem;}
    .overview{padding-bottom: 1.3rem;}
    .nicety{padding-bottom: 3.5rem;}
    .product-Banner-text ._txt ._line{max-height: calc(4em * 1.875);overflow-y: auto;}
    .case-top-swiper .item>a{transition: transform .6s ease,box-shadow  .6s ease;}
    .ctt03-content-list ._row .item>div.fadeInRightLarge{animation-name: fadeInLeftLarge;}
    .pageBanner-info .about-text .en{height:.64rem;}
    .product-banner-bg ._pic{transform:none;}
    .juggle ._info{display:block;margin-top:.7rem;}
    .juggle_item{box-shadow:0 0 10px rgba(0, 0, 0, .1);margin-bottom:.35rem;padding-top:.3rem;width:100%;}
    .juggle_item:last-of-type{margin-bottom:0;}
    .juggle_item ._title{padding-left:.6rem;padding-top:.2rem;}
    .juggle_item ._title span{position:absolute;left:0;top:50%;transform:translateY(-50%);width:.44rem;height:.44rem;border-radius:50%;background-color:#209D5C;color:#fff;text-align:center;line-height:.44rem;display:block;font-weight:normal;}
    .juggle ._divide ._shifting ._item span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:.44rem;height:.44rem;border-radius:50%;background-color:#209D5C;color:#fff;text-align:center;line-height:.44rem;display:block;}
     #backTop{bottom:.6rem;}
     #backTop ._btn{width: .9rem;height: .9rem;}
     .fs-im-wrapper{bottom:2rem !important;}
     .jn02-content ._figure ._pic img{height:100%;}
     .ntk-content-switch{right: auto;left: 0;top: 10%;}
     .ability-angle ._list ._page{display: none;}
	
	.header .nav .navlist .nav_a .ver{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0;}
}

@media screen and (max-width:768px){
	.header .language {margin-left: 2rem;}
	.home-banner .home-banner-buttom .home-banner-navigation {margin-right: 0;}
	.home-news-content .list .item{width: 100%;}
	.home-product-swiper .item .item-text ._more {width: 2.6rem;height: .72rem;}
	.home-news-content ._more {width: 2.6rem;height: .72rem;}
	.pull-banner>img{height: 4rem;}
	.fTnav  {margin-top: 0;}
	.fTnav .item {width: calc(100%/3) !important; order: 0 !important; margin-top: .6rem !important;}
	.fTnav>div {justify-content: flex-start;}
	.fTnav .item:nth-of-type(1),.fTnav .item:nth-of-type(2), .fTnav .item:nth-of-type(3) { margin-top: 0 !important;}
	.fTnav .item ._a>a {font-size: .28rem;}
	.fTnav .item ._b>li>a {font-size: .24rem;}
	.ftText .ftText-contact .item{font-size: .24rem;}
	.ftText {margin-top: .6rem;}
	.ftText .ftText-contact .item ._name {width: .8rem;}
	.ftText .ftText-contact .item ._line {max-width: calc(100% - .8rem);}
	.current-location {height: .8rem; font-size: .24rem;}
	.about-nav ._nav ._tab {font-size: .28rem;margin-right: .6rem;}
	.about-info>div {display: block;}
	.about-info ._info {width: 100%;}
	.about-info ._intro {
		font-size: .24rem;
	}
	.about-info ._imgs {
		width: 100%;
		height: auto;
		margin-top: .3rem;
	}
	.about-info ._imgs>img {width: 100%;height: auto;}
	.about-title ._sub {font-size: .28rem;}
	.culture-list {display: block;}
	.culture-list ._items {width: 100%;display: block;}
	.culture-list ._item._style {display: none;}
	.culture-list ._item {width: 100%;height: auto;}
	.culture-list ._items ._item:nth-of-type(2) {margin-top: .2rem;}
	.culture-list ._item h3 {font-size: .28rem;}
	.culture-list ._item p {font-size: .24rem;}
	.timeline .swiper-pagination {width: .8rem;}
    .richText p,
	.richText span,
	.richText em{font-size: 14px !important;}
    .more-fn{width: .6rem;height: .6rem;padding: 0 .13rem; /*margin: 0.3rem auto 0;*/ float: right;}
	.home-solution-tab .item .item-figure{width: 1.1rem;height: 1.1rem;}
	.home-solution-tab .item .item-name{font-size: 12px;}
	.home-about-data{flex-wrap: wrap;padding: .4rem 0;}
	.home-about-data .item{width: 50%;padding: .3rem 0;}
	.home-about-top .about-top--text ._play>a>i{width: .6rem;height: .6rem;line-height: .6rem;}
	.home-about-data .item ._number em {font-size: .2rem;}
	.home-about-data .item ._name{font-size: .28rem;}
	.partner-list--box .item{width: 25% !important;}
	.tab-fn .item .item-btn{padding: .2rem 0;}
	.tab-fn .item{width: 50%;}
    .ftText .ftText-code .iconfont{font-size: 24px;}
    .ftText .ftText-tip{font-size: 18px;}
    .fTnav>div{flex-wrap: wrap;}
    .fTnav .item{width: 50%;margin-top: .6rem;}
    .fTnav .item:nth-child(2){order: -2;margin-top: 0;}
    .fTnav .item:nth-child(3){order: -1;margin-top: 0;}
    .home-contact ._btn>a{width: 2.6rem;height: .72rem;}
    .header .language ._list>div{width: 1.1rem;}
    .header .language ._list ._item>a{line-height: .56rem;}
    .course-box .tab{flex-wrap: wrap;text-align: center;}
    .course-box .tab .item{width: 50%;}
    .course-box .tab .item>a{display: inline-block;}
    .nsTop-right{display: none;}
    .nsTop-left{width: 100%;}
    .nsTop-left-swiper .swiper-slide .item{height: 0;padding-bottom: 69.23076923076923%;}
    .nsTop-left-swiper .swiper-slide .item ._pic{position: absolute;top: 0;left: 0;}
    .switch-fn{width: .72rem;height: .72rem;line-height: .72rem;}
    .nsTop-left .nsTop-left-button{margin-top: .5rem;}
    .nsList-ul .item{padding: 8px;}
    .nsList-ul>div{margin: -8px;}
    .nsList-ul .item ._pic{border-radius: 5px;}
    .nsList-ul .item ._text{padding: .3rem 0 .15rem 0;}
    .nsList-ul .item ._text ._title{font-size: 14px;}
    .nsList-ul .item ._text ._time{margin-top: 8px;}   
    .case-list .item{width: 100%;padding: .2rem 0;}
    .case-list>div{margin: -.2rem 0;}
    .case-list .item>a{height: auto;padding: .8rem 0;}
    .case-list .item>a>div{position: initial;transform: none;}
    .case-list .item ._line{height: auto;max-height: calc(2em * 3);-webkit-line-clamp: 3;}
    .case-top-swiper .item ._text ._title{font-size: 17px;}
    .course-box .module-swiper .item ._list ._li ._time{font-size: .36rem;}   
    .tutorial-top-swiper .item ._title ._name{font-size: 16px;}
    .tutorial-content-list .item ._title ._name{font-size: 16px;}
    .guide-top-info ._search form{height: .88rem;}
    .guide-top-info ._search ._btn button{width: .6rem;height: .6rem;}
    .guide-content-list .item ._title ._icon{height: .4rem;}
    .guide-content-list .item ._line ._icon{height: .36rem;}
    .guide-content-list .item ._title ._val{font-size: 16px;}
    .industry-content-list .item>a{border-radius: 5px;}
    .crown .crown-left ._title ._cn{font-size: .48rem;}
    .ctt01-content .ctt01-content-right .item ._ts{font-size: 16px;}  
    .ctt-banner-txt{transform: scale(.8);transform-origin: left;} 
    .ctt02-content-form ._btn .masterBtn{width: 2.6rem;height: .76rem;}
    .ctt03-content-list ._row .item ._txt{height: 2.6rem;}
    .ctt03-content-list ._row .item ._txt:hover{color:#222;}
    .ctt03-content-list ._row .item ._cir{width: 16px;height: 16px;}
    .ctt03-content-list ._row .item ._cir:before{width: 6px;height: 6px;}   
    .ctt03-content-list ._row .item>div:before{top: 60.5px;}
    .ctt-banner-txt .p4 ._icon{width: .3rem;}
    .jn01-top ._more>a,
    .jn02-content ._text ._more>a{width: 2.6rem;height: .76rem;}
    .ntk-loc .ntk-loc-tab .item>a{height: .72rem;line-height: .72rem;}
    .ntk-loc-ul ._list .item ._info ._line ._icon{width: .3rem;}
    .article-swiper .item{padding: 2vw;}
    .article-swiper{margin: -2vw !important;} 
    .product-Banner-info>div{transform: scale(.8);transform-origin: right;}
    .ability-list .item{width: 100%;}
    .area-swiper ._item ._mask ._text ._name{font-size: 18px;}
    .tep2-banner-text{width: 100%;}
    .ptView-small ._item{padding: 0 .12rem;}
    .ptView-small>div{margin: 0 -.12rem;}
    .ptView-right .ptView-text ._btn>a{width: 2.2rem;height: .68rem;}
    .ptDel-nav ._item>a{height: 44px;line-height: 44px;}
    .ptView-right .ptView-type span{padding: .18rem .3rem;}
    .ptDelTp-table{font-size: 14px;}
    .tep2-banner-text ._icon img{height: .28rem;}
    .trait-type .item ._cn{font-size: 18px;}
    .assort-swiper ._item ._text ._name{font-size: 20px;}
    .product-Banner-text ._txt{width:70%; margin: auto; text-align: right;}
    .header .inquiry ._form{width: 3.8rem;}
    .header .inquiry ._form ._dd>input{height: 36px;}
	.header .inquiry ._form ._dt>button{width: 36px;height: 36px;}
    .ntk-content-switch>a{font-size: 12px;}
	.pull-banner {padding-top: 0;}
	.container {max-height: 100%;overflow: hidden;}
	.about-info .album-img {}
	.product-list .item {width: 100%;margin-right: 0 !important;}
	.pull-cate .cate-list>a {font-size: .28rem;}
	.product-list .item ._info {padding: .2rem .2rem .1rem;}
	.product-list .item ._info ._title{font-size: .28rem;}
	.product-list .item ._info ._intro {font-size: .24rem;}
	.product-list .item ._btn {font-size: .24rem;}
	.product-cover {padding-top: 0;}
	.product-detail {position: relative;z-index: 1;margin: -1.5rem auto 0;padding: .3rem;}
	.prodcut-info ._intro,.parameter-intro {font-size: .24rem;}
	.timeline .swiper-slide::after {
	    right: -30%;
	    bottom: -8%;
	    width: 240px;
	    height: 50%;
	    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
	  }
	  .timeline .swiper-slide-content {
	    width: calc(100% - 1.8rem);
		left: 1.8rem;
	  }
	  .timeline .swiper-slide-active .timeline-text {
		  font-size: .24rem;
	  }
	  .timeline .swiper-slide-active .timeline-text:before {
		  top: .14rem;
		  transform: none;
	  }
	  .timeline .swiper-slide .timeline-year {
	    margin-bottom: 0;
	    font-size: .5rem;
	  }
	  .timeline .swiper-pagination {
	    display: flex;
	  }
	  .timeline .swiper-button-prev {
	    top: -.15rem;
	    left: .68rem;
	    right: auto;
	  }
	  .timeline .swiper-button-next {
	    top: auto;
	    bottom: -.5rem;
	    right: auto;
		left: .68rem;
	  }
	  .contact-intro {font-size: .26rem;}
	.contact-info ._info ._list {display: block;}
	.contact-info ._info ._list ._item {width: 100%;max-width: 100%; margin-top: .4rem;display: flex;flex-wrap: wrap;}
	.contact-info ._info img {margin: .05rem .1rem 0 0;}
	.contact-info ._info ._name {width: 100%;margin-bottom: .2rem;}
	.contact-info ._info ._msg._other {font-size: .32rem;width: calc(100% - .52rem);}
	.contact-info {height: auto;}
	.contact-form {margin-top: 0;}
	.contact-form ._list ._item ._lable {font-size: .26rem;}
	.contact-form ._list input, .contact-form ._list textarea{font-size: .24rem;}
	.code-submit ._code input {font-size: .24rem;width: 2.6rem;}
	.code-submit ._btn {font-size: .26rem;}
	.home-contact ._line{font-size: .24rem;}
	/**/
	.first-news ._cover{
		display: none;
	}
	.first-news ._info{
		height: auto;
	}
}

.zixun{display:block;}
@media(max-width: 767px){
    .zixun{display:none;}
}
.ntk-loc-ul ._list .item:hover{color:black} 