@import url(/common/css/base.css);
.w1440{max-width: 14.4rem;}
.w1720{max-width: 17.2rem;}
@media (max-width:1480px){
	.w1440{max-width: 94%}
}
@media (max-width:1560px){
	.w1520{max-width: 94%}
}
body{/* padding-top: .83rem; */}
/* 按钮 */
.rightMenuBtn {position: absolute;display: none;top: .2rem;right: 2%;width:40px; height:40px; background-color: transparent; z-index:350;cursor:pointer;border: 0;}
.rightMenuBtn span { display:block; height:3px; background-color:#0fa0d5; position:absolute; top:20px; transition:0.5s; }
.rightMenuBtn img { display:block; position:absolute; bottom:5px; left: 5px; transition:0.5s; width:30px; height:auto; }
.rightMenuBtn .openMenu { width:30px; left:5px; }
.rightMenuBtn .closeMenu { left:25px; width:0; }
.rightMenuBtn span:active { width:0; }
.rightMenuBtn span:before,.rightMenuBtn span:after { content:""; display:block; width:30px; height:3px; background-color:#0fa0d5; position:absolute; transition:0.4s; }
.rightMenuBtn .openMenu:before { top:-10px; left:-0; }
.rightMenuBtn .openMenu:after { top:10px; left:-0; }
.rightMenuBtn .closeMenu:before { top:0px; left:-20px; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); }
.rightMenuBtn .closeMenu:after { top:0px; left:-20px; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); }
/*pages*/
.pages{ margin-top: 4.57%; font-size: 0; text-align: center; }
.pages a{ display: inline-block; width: .35rem; height: .35rem; line-height: .35rem;font-size: 14px; color: #333;border: 1px solid #d7d7d7;border-radius: 4px;transition: 0.4s ease;box-sizing: border-box;}
.pages a.a_first{ margin-right: 10px; display: none;}
.pages a.a_end{ margin-left: 10px;display: none; }
.pages .p_total{display: none; }
.pages .p_count{display: none; }
.pages .p_cur{display: none; }
.pages .p_jump{display: none; }
.pages .num{ font-family: 'Arial'; }
.pages a.acur,.pages a:hover{ color: #fff;background-color: #0fa0d5;border: 1px solid #0fa0d5;}
.pages a.a_prev:after{content: '<';font-size: 14px;}
.pages a.a_next:after{content: '>';font-size: 14px;}
.pages a.a_prev,
.pages a.a_next{font-size: 0;border: 1px solid #d5d5d5;color: #d5d5d5;}
.pages a.a_prev:hover,
.pages a.a_next:hover{border: 1px solid #0fa0d5;color: #fff;}
.pages .num{ display: inline-block; margin: 0 .4rem; }
.pages .num a{ margin-right: .2rem; }
.pages .num a:last-child{margin-right: 0;}
.pages .f1{ font-size: 14px; margin: 0 10px; color: #666; line-height: 42px; }
.pages .i_text{ display: inline-block; height: 40px; width: 80px; border: 1px solid #edecec; vertical-align: middle; }
.pages .i_button{ margin-left: 10px; padding: 0 15px; height: 42px; font-size: 14px; color: #666; border: 1px solid #edecec; }
.pages .a_prev,.pages .a_next{font-family: '宋体';box-sizing: border-box; }
.prew div{margin-bottom: .2rem;font-size: .16rem;color: #555555;}
.prew div:last-child{margin-bottom: 0rem;}
.prew div a{margin-left: .1rem;color: #555555;}
.prew div a:hover{color: #0fa0d5}
.Return{margin-left: .3rem;}
.Return a{display: flex;align-items: center;justify-content: center;width: 1.5rem;height: .5rem;font-size: .18rem;color: #fff;background-color: #0fa0d5;border-radius: .6rem;box-sizing: border-box;}
.Return a:before{display: block;content: '';margin-right: .15rem;width: .16rem;height: .17rem;background-image: url('/common/images/Return.png');background-size: 100%;}
@media ( max-width:480px){
	.pages a{width: 0.35rem;height: 0.35rem;line-height: 0.31rem;}
}
/*pages end*/
.column-name{color: #959371;font-weight: bold;}
header{position: fixed;left: 0;top: 0;width: 100%;padding: .1rem 0;background-color: #fff;z-index: 333;}
header nav ul li{position: relative;margin-right: .6rem;}
header nav ul li:last-child{margin-right: 0;}
header nav ul li.on>a{color: #0fa0d5;}
header nav ul li .down{display: none;}
header nav ul li .down dl{padding: .15rem;}
header nav ul li .down dl dd{margin-bottom: .15rem;padding-bottom: .15rem;border-bottom: 1px solid #eee;text-align: center;}
header nav ul li .down dl dd:last-child{margin-bottom: 0;border-bottom: 0;padding-bottom: 0;}
header nav ul li:hover .down{display: block;}
@media ( min-width:1201px){
header nav ul li .down{position: absolute;left: 50%;top: 100%;width: max-content;min-width: 1.2rem;padding-top: .3rem;transform: translate(-50%);z-index: 3;}
header nav ul li .down dl{background-color: #fff;border-top: 2px solid #0fa0d5;}
}
header .language{position: relative;margin-left: .45rem;padding-left: .35rem;border-left: 1px solid #b4b4b4;display: flex;align-items: center;}
header .language .name{cursor:pointer;background: #f2f2f2;  color: #000;/* padding: 0.08rem 0.1rem; */border-radius: 0.5rem;width: 0.4rem;height: 0.4rem;text-align: center;justify-content: center;}
header .language .name:not(:first-child){ margin-left: 0.1rem;}
header .language .name:hover,
header .language .name.on{color: #fff;background: #0fa0d5;}
header .language .name:hover a{color: #fff;}
/* 
header .language .name:before{display: block;content: '';margin-right: .1rem;width: .2rem;height: .2rem;background-image: url('/common/images/language.png');background-size: 100%;filter: grayscale(100) brightness(100);}
header .language .name:after{display: block;margin-left: .08rem;content: '';width: .11rem;height: .08rem;background-image: url('/common/images/language-icon.png');background-size: 100%;filter: grayscale(100) brightness(100);}
*/
header .language .box{display: none;position: absolute;right: 0;top: 100%;width: .8rem;padding-top: .2rem;z-index: 33;}
header .language .box ul{padding: .2rem .15rem;background-color: #fff}
header .language .box ul li{margin-bottom: .15rem;padding-bottom: .15rem;text-align: center;border-bottom: 1px solid #ccc;}
header .language .box ul li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}
header .language:hover .box{display: block;}
header.on{background-color: #f5f5f5}
footer{padding: .35rem 0 .35rem;background-color: #303541; position: relative;}
footer::before{position: absolute;left: 0;top: .5rem; display: block;content: '';width: 2.31rem;height: 2.36rem;background-image: url('/common/images/foot-tel.png');background-size: 100%;z-index: 0;}
footer .top-box {border-bottom: 1px solid rgba(111, 122, 150, .4);}
footer .top{ display: flex; justify-content: space-between; flex-wrap: wrap;}
footer .top .left{ width: 55%; display: flex; align-items: center; position: relative;}
footer .search-box{padding-top: .3rem;padding-bottom: .3rem;width: 100%; box-sizing: border-box;}
footer .search-box .box{max-width: 6.5rem;position: relative;}
footer .search-box .box .text{width: 100%;height: .65rem;color: #fff;padding: 0 0 0 .4rem;background-color: transparent;border: 0;border-bottom: 1px solid #fff;box-sizing: border-box;}
footer .search-box .box .text::placeholder{color: #8f9cbc;}
footer .search-box .box .btn{position: absolute;left: 0;top: 0;bottom: 0;margin: auto 0;width: .36rem;height: .36rem;color: #303541;background-color: transparent;border-radius: .36rem;border: 0;cursor:pointer; font-size: 0;}
footer .search-box .box:before{display: block;content: '';position: absolute;left: 0;top: 0;bottom: 0;width: .25rem;height: .24rem;margin: auto 0;background-size: 100%;background-image: url('/common/images/search.png');}
footer .contact-box{position: relative; width: 23%; box-sizing: border-box; text-align: center;transform: translateX(-85%);}
@media (max-width:1680px) {
footer .contact-box{transform: translateX(-40%);}
}
@media (max-width:1480px) {
footer .contact-box{transform: translateX(-20%);}
}
@media (max-width:1024px) {
footer .contact-box{transform: translateX(-10%);}
}
/* footer .top .left:before{position: absolute;left: 0;top: 50%; transform: translateY(-50%); display: block;content: '';width: 2.31rem;height: 2.36rem;background-image: url('/common/images/foot-tel.png');background-size: 100%;z-index: 0;} */
footer .name{position: relative; z-index: 2; color: #fff; font-size: .36rem; width:125%;}
footer .name a{color: #fff;}
footer .right{ width: 26%;}
footer .right .name{ font-size: .28rem;}
footer .middle-box{padding: .6rem 0 .6rem;}
footer .logo img{max-width: 2.5rem; margin-bottom: -.5rem; margin-top: .3rem;}
footer .contact{padding-left: .7rem;margin-left: .4rem;border-left: 1px solid rgba(111, 122, 150, .4); font-family:Times new Roman;}
footer .contact ul li{margin-bottom: .15rem;display: flex;align-items: center;color: #fff;}
footer .contact ul li:last-child{margin-bottom: 0;}
footer .contact ul li:before{display: block;content: '';margin-right: .1rem;width: .2rem;height: .2rem;background-size: 100%; background-repeat: no-repeat;}
footer .contact ul .tel:before{background-image: url('/common/images/foot-icon1.png');}
footer .contact ul .email:before{background-image: url('/common/images/foot-icon2.png');}
footer .contact ul .add:before{background-image: url('/common/images/foot-icon3.png');}
footer .contact ul .wechat:before{background-image: url('/common/images/foot-icon4.png');}
footer .contact ul .phone:before{background-image: url('/common/images/foot-icon5.png');}
footer .contact ul .whatsapp:before{background-image: url('/common/images/foot-icon6.png');}
footer .share{ display: flex; justify-content: center; padding: .3rem 0; margin-right: 2.5rem;}
footer .share ul li{position: relative;margin-right: .5rem;}
footer .share ul li:last-child{margin-right: 0;}
footer .share ul li a img{width: .64rem}
footer .share ul li .img{display: none;position: fixed;left: 50%;top: 50%;width: 100%;max-width: 3.5rem;padding: .4rem .4rem;background-color: #fff;transform: translate(-50%,-50%);z-index: 3;border: 1px solid #0fa0d5;box-shadow: 0 0 .1rem rgba(0, 0, 0, .18);}
footer .share ul li .img img{width: 100%;display: block;margin: 0 auto;}
footer .share ul li .img.on{display: block;}
footer .share ul li .img .close{position: absolute;right: .1rem;top: .1rem;width: .4rem;height: .4rem;background-image: url('/common/images/close.png');background-size: cover;cursor: pointer;background-color: #fff;border-radius: .3rem}
footer .bottom-box{padding-top: .3rem;border-top: 1px solid rgba(111, 122, 150, .4);}
footer .bottom-box .icp{color: rgba(195, 201, 216, .4);}
footer .bottom-box .icp a{color: rgba(195, 201, 216, .4);}
footer .bottom-box .menu ul li{margin-right: .1rem;display: flex;align-items: center}
footer .bottom-box .menu ul li:last-child{margin-right: 0;}
footer .bottom-box .menu ul li a{color: rgba(195, 201, 216, .4);}
footer .bottom-box .menu ul li:after{display: block;content: '';width: 1px;height: .14rem;margin-left: .1rem;background-color: rgba(195, 201, 216, .4);}
footer .bottom-box .menu ul li:last-child:after{display: none;}
.banner {position: relative;}
.banner img{width: 100%}
.banner img.pc{display: block;}
.banner img.media{display: none;}
.banner .box{position: absolute;left: 0;top: 1.5rem;width: 100%;z-index: 333;}
.banner .box .title{color: #fff;text-shadow: 3px 3px 3px rgba(68, 79, 108, .3);opacity: 0;}
.banner .box .name{margin-top: .2rem;color: #fff;text-shadow: 3px 3px 3px rgba(68, 79, 108, .3);opacity: 0;}
.banner .box .text{margin-top: .2rem;color: #fff;text-shadow: 3px 3px 3px rgba(68, 79, 108, .3);letter-spacing: 5px;opacity: 0;}
.banner .swiper-slide-active .title{animation: slideDown 3s forwards;}
.banner .swiper-slide-active .name{animation: slideDown 3s forwards;animation-delay: 1s;}
.banner .swiper-slide-active .text{animation: slideDown 3s forwards;animation-delay: 2s;}
.banner .swiper-pagination{bottom: .5rem;}
.banner .swiper-pagination .swiper-pagination-bullet{width: .13rem;height: .13rem;margin: 0 .09rem;border: .03rem solid #fff;border-radius: 50%;background-color: transparent;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border: .03rem solid #1292c2;}
@keyframes slideDown {
  0% {
  	opacity: 0;
    transform: translateY(.2rem);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.public-title{margin-bottom: .4rem;color: #000000;font-weight: bold;}
.Index .products{padding: 1rem 0;background-color: #f4f6f7;}
.Index .products .list ul li{position: relative;width: calc((100% - 6.4rem) / 4);overflow: hidden;    transition: 0.8s ease;}
.Index .products .list ul li.on{width: 6.4rem;}
.Index .products .list ul li .img img{width: 6.4rem;height: 6.5rem;object-fit: cover;}
.Index .products .list ul li:after{position: absolute;display: block;content: '';left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .7);z-index: 1;}
.Index .products .list ul li.on:after{/* display: none; */ background-color: rgba(17, 49, 118, .5);}
.Index .products .list ul li .box{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 3;}
.Index .products .list ul li .box .title{width: .3rem;color: #fff;font-weight: bold;line-height: 1.1;}
.Index .products .list ul li .box .more{margin-top: .4rem;}
.Index .products .list ul li .box .more a{display: block;width: .34rem;height: .34rem;background-image: url('/common/images/more.png');background-size: 100%;}
.Index .products .list ul li.on .box{display: none;}
.Index .products .list ul li .main{position: absolute;left: 0;top: 0;width: 6.4rem;height: 100%;padding: .9rem .7rem;box-sizing: border-box;z-index: 5;display: none;}
.Index .products .list ul li.on .main{display: block;}
.Index .products .list ul li .main .title{color: #fff;font-weight: bold;}
.Index .products .list ul li .main .name{margin-top: .2rem;color: #fff;}
.Index .products .list ul li .main .text{margin-top: .25rem;color: #fff;line-height: 1.6;}
.Index .products .list ul li .main .public-more{margin-top: .4rem;}
.public-more a{position: relative;padding-left: .25rem;display: flex;align-items: center;width: 1.45rem;height: .45rem;color: #0fa0d5;background-color: #fff;border-radius: .45rem;border: 1px solid #edf0f2;box-shadow: 0 0 .15rem rgba(234, 237, 238, .36);box-sizing: border-box;}
.public-more a:after{position: absolute;content: '';right: .04rem;top: 0;bottom: 0;width: .39rem;height: .39rem;margin: auto 0;background-image: url('/common/images/more1.png');background-size: 100%;z-index: 3;}
.Index .ambition{padding: 1rem 0;}
.Index .ambition .left-box{width: 43.75%;}
.Index .ambition .left-box .public-title{margin-bottom: .25rem;}
.Index .ambition .left-box .name{color: #555555;line-height: 1.6;}
.Index .ambition .left-box .text{margin-top: .3rem;color: #555555;line-height: 1.6;}
.Index .ambition .left-box .public-more{margin-top: .4rem;}
.Index .ambition .right-box{width: 45.13%}
.Index .ambition .right-box .img{position: relative;}
.Index .ambition .right-box .img img{width: 100%}
.Index .ambition .right-box .img:after{position: absolute;left: -.6rem;bottom: .2rem;display: block;content: '';width: 1.51rem;height: 2.84rem;background-image: url('/common/images/Index-ambition-icon.png');background-size: 100%;z-index: 3;}
.Index .develop{padding: 1rem 0;background-image: url('/common/images/Index-develop-bg.jpg');background-size: cover;}
.Index .develop .public-title{margin-bottom: .25rem;}
.Index .develop .name{color: #555555;}
.Index .develop .box{position: relative;margin-top: .9rem;}
.Index .develop .box .img{width: 6.6rem;margin: 0 auto;}
.Index .develop .box .img img{width: 100%}
.Index .develop .box .list{position: absolute;left: 0;top: 50%;width: 100%;transform: translateY(-50%);z-index: 3;}
.Index .develop .box .list ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin: -6% 0;}
.Index .develop .box .list ul li{width: 50%;margin: 6% 0;}
.Index .develop .box .list ul li .main{max-width: 3.5rem}
.Index .develop .box .list ul li:nth-of-type(odd){text-align: right;}
.Index .develop .box .list ul li:nth-of-type(odd) .main{margin-right: auto;}
.Index .develop .box .list ul li:nth-of-type(even){text-align: left;}
.Index .develop .box .list ul li:nth-of-type(even) .main{margin-left: auto;}
.Index .develop .box .list ul li .icon img{max-width: 100%}
.Index .develop .box .list ul li .title{margin-top: .2rem;color: #000000;font-weight: bold;}
.Index .develop .box .list ul li .text{margin-top: .15rem;color: #000000;line-height: 1.6;}
.Index .news{padding: 1rem 0;}
.Index .news .top-box .public-title{margin-bottom: 0;}
.Index .news .top-box .table-nav{margin-left: .6rem;}
.Index .news .top-box .table-nav ul li{margin-right: .35rem;color: #000000;cursor:pointer;}
.Index .news .top-box .table-nav ul li:last-child{margin-right: 0;}
.Index .news .top-box .table-nav ul li.on{font-weight: bold;color: #0fa0d5;}
.Index .news .table-box{margin-top: .4rem;}
.Index .news .table-box .item{display: none;}
.Index .news .table-box .item.on{display: block;}
.Index .news .table-box .left-box{width: 41.6%}
.Index .news .table-box .right-box{width: 52.7%}
.Index .news .table-box .hot .img{overflow: hidden;}
.Index .news .table-box .hot .img img{width: 100%;transition: 0.8s ease;}
.Index .news .table-box .time{display: flex;align-items: center;color: #555555;}
.Index .news .table-box .time:before{display: block;content: '';width: .14rem;height: .14rem;margin-right: .1rem;background-image: url('/common/images/time.png');background-size: 100%}
.Index .news .table-box .hot{padding-bottom: .35rem;border-bottom: 1px solid #eeeeee;}
.Index .news .table-box .hot .time{margin-top: .2rem;}
.Index .news .table-box .hot .title{margin-top: .15rem;}
.Index .news .table-box .hot .title a{color: #000;line-height: 1.3;font-weight: bold;}
.Index .news .table-box .hot .text{margin-top: .15rem;color: #555555;line-height: 1.6;}
.Index .news .table-box .hot:hover .img img{transform: scale(1.1)}
.Index .news .table-box .list ul li{margin-bottom: .43rem;}
.Index .news .table-box .list ul li:last-child{margin-bottom: 0;}
.Index .news .table-box .list ul li .img{width: 2.65rem;overflow: hidden;}
.Index .news .table-box .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Index .news .table-box .list ul li .box{width: calc(100% - 3.05rem);border-bottom: 1px solid #eeeeee;}
.Index .news .table-box .list ul li .box .title a{color: #000;line-height: 1.3;font-weight: bold;}
.Index .news .table-box .list ul li .box .time{margin-top: .15rem;}
.Index .news .table-box .list ul li .box .text{margin-top: .15rem;color: #555;}
.Index .news .table-box .list ul li:hover .img img{transform: scale(1.1)}
.About .overview .left-box{width: 47.2%}
.About .overview .right-box{width: 43%}
.About .overview .right-box .img{position: relative;}
.About .overview .right-box .img img{width: 100%}
.column-banner{position: relative;}
.column-banner img{width: 100%}
.column-banner .pc{display: block;}
.column-banner .media{display: none;}
.column-banner .box{position: absolute;left: 0;top: 50%;width: 100%;transform: translateY(-50%);z-index: 3;}
.column-banner .box .title{color: #fff;text-shadow: 1px 1px 5px rgba(108, 166, 201, .6);}
.column-menu{padding: .3rem 0;border-bottom: 1px solid #eaeff2;}
.column-menu ul li{position: relative;margin-right: .6rem;}
.column-menu ul li:last-child{margin-right: 0;}
.column-menu ul li.on a{color: #0fa0d5;}
.column-menu ul li.on:after{display: block;content: '';position: absolute;left: 0;bottom: -.3rem;width: 100%;height: .03rem;background-color: #0fa0d5;z-index: 3;}
.column-menu .location{display: flex;align-items: center;color: #999999;}
.column-menu .location a{color: #999999;}
.column-menu .location:before{display: block;content: '';margin-right: .1rem;width: .12rem;height: .12rem;background-image: url('/common/images/location.png');background-size: 100%;}
.About .overview{padding: 1rem 0}
.About .overview .left-box{width: 47.22%}
.About .overview .left-box .public-title{margin-bottom: .3rem;}
.About .overview .left-box .text{color: #333333;line-height: 1.6;}
.About .overview .right-box{width: 43%}
.About .overview .right-box .img{position: relative;}
.About .overview .right-box .img img{width: 100%}
.About .overview .right-box .img:after{position: absolute;left: -.25rem;bottom: -.25rem;display: block;content: '';width: 1.51rem;height: 2.84rem;background-image: url('/common/images/Index-ambition-icon.png');background-size: 100%;z-index: 3;}
.About .vision{position: relative;margin-top: 1.5rem;}
.About .vision .img img{width: 100%}
.About .vision .box{position: absolute;left: 50%;top: 50%;max-width: 8rem;width: 100%;transform: translate(-50%, -50%);z-index: 3;}
.About .vision .box .public-title{text-align: center;color: #fff;}
.About .vision .box .text{color: #fff;line-height: 1.6;text-align: center;}
.About .featured{padding: 1rem 0;background-color: #f4f8fa;}
.About .featured .list ul{margin: -1%;}
.About .featured .list ul li{padding: .3rem;width: 18%;margin: 1%;background-color: #fbfcfd;border-radius: .1rem;border: 1px solid #fff;box-sizing: border-box;}
.About .featured .list ul li .icon:after{display: block;content: '';width: .56rem;height: .56rem;background-image: url('/common/images/About-featured.png');background-size: 100%;}
.About .featured .list ul li .icon img{max-width: .46rem}
.About .featured .list ul li .title{margin-top: .35rem;color: #333333;}
.About .featured .public-title{text-align: center;}
.About .field{padding: 1rem 0}
.About .field .list ul{margin: -1%;}
.About .field .list ul li{position: relative;width: 48%;margin: 1%;}
.About .field .list ul li .img{position: relative;overflow: hidden;border-radius: .1rem}
.About .field .list ul li .img img{width: 100%}
.About .field .list ul li .img:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: '';display: block;background-color: rgba(26, 149, 193, .6);z-index: 3;}
.About .field .list ul li .box{position: absolute;left: 0;bottom: 0;padding: .4rem .6rem;width: 100%;box-sizing: border-box;z-index: 3;}
.About .field .list ul li .box .title{color: #fff;}
.About .field .list ul li .box .title:after{display: block;content: '';width: .4rem;height: .02rem;margin-top: .25rem;background-color: #fff;}
.About .field .list ul li .box .text{margin-top: .35rem;color: #fff;line-height: 1.6;}
.About .field .public-title{text-align: center;}
.Scientific .describes{padding: 1rem 0}
.Scientific .describes .list ul li{margin-bottom: .9rem;}
.Scientific .describes .list ul li:last-child{margin-bottom: 0;}
.Scientific .describes .list ul li .img{width: 44.44%;overflow: hidden;border-radius: .1rem}
.Scientific .describes .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Scientific .describes .list ul li:hover .img img{transform: scale(1.1)}
.Scientific .describes .list ul li .box{width: 44.44%}
.Scientific .describes .list ul li:nth-of-type(odd){flex-flow: row-reverse;}
.Scientific .describes .list ul li .title{margin-bottom: .35rem;color: #333;line-height: 1.4;}
.Scientific .describes .list ul li .text{color: #333333;line-height: 1.6;}
.Scientific .describes .list ul li .text p{margin-bottom: .15rem;position: relative;padding-left: .25rem;color: #222;}
.Scientific .describes .list ul li .text p:before{display: block;content: '';position: absolute;left: 0;top: 0.1rem;width: .05rem;height: .05rem;background-color: #1a95c1;border-radius: .05rem;z-index: 3;}
.Scientific .describes .list ul li .text p:last-child{margin-bottom: 0;}
.Scientific .referral{padding: 1rem 0;background-color: #f4f6f7}
.Scientific .referral .swiper{overflow: hidden;}
.Scientific .referral .img{width: 52.5%;overflow: hidden;}
.Scientific .referral .img img{width: 100%;transition: 0.8s ease;}
.Scientific .referral .swiper-slide{border-radius: .1rem;overflow: hidden;}
.Scientific .referral .box{width: 47.5%;display: flex;align-items: center;padding: .3rem .55rem;background-color: #fff;box-sizing: border-box;}
.Scientific .referral .box .title{color: #333333;line-height: 1.6;}
.Scientific .referral .box .more{margin-top: .15rem;}
.Scientific .referral .box .more a{display: flex;align-items: center;justify-content: center;width: 1.3rem;height: .4rem;color: #0fa0d5;background-color: #fff;border-radius: .4rem;box-shadow: 0 0 0.06rem rgba(234, 237, 238, 1.0);}
.Scientific .referral .box .more a:after{margin-left: .1rem;display: block;content: '';width: .07rem;height: .13rem;background-image: url('/common/images/more2.png');background-size: 100%;}
.Scientific .referral .swiper-slide:hover .img img{transform: scale(1.1)}
.Scientific .referral .swiper-pagination{position: initial;display: flex;justify-content: center;margin-top: .4rem;}
.Scientific .referral .swiper-pagination .swiper-pagination-bullet{width: .12rem;height: .12rem;margin: 0 .1rem;background-color: #ccd3d6;opacity: 1;border-radius: .12rem}
.Scientific .referral .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #0fa0d5}
.Planting{position: relative;}
.Planting .img img{width: 100%}
.Planting .box{position: absolute;left: 0;top: 50%;width: 100%;transform: translateY(-50%);z-index: 3;}
.Planting .box .public-title{color: #fff;}
.Planting .box .text{max-width: 5.8rem;color: #fff;line-height: 1.6;}
.Rspo .main-title{margin-bottom: .35rem;color: #333333;}
.Rspo .materials{padding: 1rem 0}
.Rspo .materials .public-title{text-align: center;margin-bottom: .6rem;}
.Rspo .materials .one-box .left-box{width: 43%}
.Rspo .materials .one-box .left-box .text{color: #333333;line-height: 1.7;}
.Rspo .materials .one-box .right-box{width: 50%}
.Rspo .materials .one-box .right-box .img{border-radius: .1rem;overflow: hidden;}
.Rspo .materials .one-box .right-box .img img{width: 100%}
.Rspo .materials .two-box{margin-top: 1rem;}
.Rspo .materials .two-box .main-title{text-align: center;}
.Rspo .materials .two-box .main-text{max-width: 8.1rem;width: 100%;color: #333333;line-height: 1.6;margin: 0 auto;text-align: center;}
.Rspo .materials .two-box .list{margin-top: .6rem;}
.Rspo .materials .two-box .list ul{margin: -1.5%;}
.Rspo .materials .two-box .list ul li{width: 30.33%;margin: 1.5%;padding: .6rem .4rem;background-color: #f1f6f8;border-radius: .1rem;box-sizing: border-box;}
.Rspo .materials .two-box .list ul li .icon{width: 1.72rem;margin: 0 auto;}
.Rspo .materials .two-box .list ul li .icon img{width: 100%}
.Rspo .materials .two-box .list ul li .title{margin-top: .5rem;text-align: center;color: #333333;}
.Rspo .materials .two-box .list ul li .text{margin-top: .25rem;color: #333333;line-height: 1.6;text-align: center;}
.Rspo .worth{padding: 1rem 0;background-color: #f8f8f8}
.Rspo .worth .left-box{width: 50%}
.Rspo .worth .right-box{width: 43%}
.Rspo .worth .img{border-radius: .1rem;overflow: hidden;}
.Rspo .worth .img img{width: 100%}
.Rspo .worth .list ul li{margin-bottom: .35rem;}
.Rspo .worth .list ul li:last-child{margin-bottom: 0;}
.Rspo .worth .list ul li .name{margin-bottom: .15rem;color: #333333;}
.Rspo .worth .list ul li .text{color: #333333;line-height: 1.6;}
.Rspo .practice{padding: 1rem 0}
.Rspo .practice .one-box{position: relative;}
.Rspo .practice .one-box .img img{width: 100%}
.Rspo .practice .one-box .box{position: absolute;left: 0;top: 50%;width: 100%;padding: .3rem 1rem;transform: translateY(-50%);z-index: 3;}
.Rspo .practice .one-box .box .main-title{line-height: 1.5;}
.Rspo .practice .one-box .box .text{margin-top: .4rem;}
.Rspo .practice .one-box .box .text p{margin-bottom: .15rem;color: #000;line-height: 1.5;}
.Rspo .practice .one-box .box .text p:last-child{margin-bottom: 0;}
.Rspo .practice .two-box{margin-top: 1rem;}
.Rspo .practice .two-box .left-box{width: 45%}
.Rspo .practice .two-box .left-box .name{color: #333333;}
.Rspo .practice .two-box .left-box .list{margin-top: .3rem;}
.Rspo .practice .two-box .left-box .list ul li{display: flex;align-items: center;margin-bottom: .2rem;color: #333333;line-height: 1.5;}
.Rspo .practice .two-box .left-box .list ul li:last-child{margin-bottom: 0;}
.Rspo .practice .two-box .left-box .list ul li:before{margin-right: .2rem;display: block;content: '';width: .26rem;height: .26rem;background-image: url('/common/images/g.png');background-size: 100%;background-repeat: no-repeat;}
.Rspo .practice .two-box .right-box{width: 50%}
.Rspo .practice .two-box .right-box .img{border-radius: .1rem;overflow: hidden;}
.Rspo .practice .two-box .right-box .img img{width: 100%}
.Rspo .practice .three-box{position: relative;margin-top: 1rem;}
.Rspo .practice .three-box .box{max-width: 10rem;width: 100%;margin: 0 auto;}
.Rspo .practice .three-box .box .title{color: #000;font-weight: bold;}
.Rspo .practice .three-box .box .text{margin-top: .35rem;color: #000;line-height: 1.6;}
.Rspo .practice .three-box .box .name{margin-top: .4rem;color: #000;line-height: 1.6;}
.Rspo .practice .three-box .box:before{display: block;content: '';position: absolute;left: 0;top: 0;width: 1.22rem;height: .9rem;background-image: url('/common/images/y.png');background-size: 100%;z-index: 3;}
.Rspo .practice .three-box .box:after{display: block;content: '';position: absolute;right: 0;bottom: 0;width: 1.22rem;height: .9rem;background-image: url('/common/images/y.png');background-size: 100%;z-index: 3;transform: rotateY(180deg);}
.Plant .main-title{margin-bottom: .4rem;color: #333333;}
.Plant .main-title span{display: inline-block;color: #1a95c1;transform: translate(.15rem, -.2rem)}
.Plant .public-title{margin-bottom: .5rem;text-align: center;}
.Plant .one-box{padding: 1rem 0}
.Plant .one-box .one-item .left-box{width: 50%;}
.Plant .one-box .one-item .left-box .img{border-radius: .1rem;overflow: hidden;}
.Plant .one-box .one-item .left-box .img img{width: 100%}
.Plant .one-box .one-item .right-box{width: 43.75%;}
.Plant .one-box .one-item .right-box .text{color: #333333;line-height: 1.6;}
.Plant .one-box .two-item{margin-top: 1rem;}
.Plant .one-box .two-item .main-title{margin-bottom: .25rem;text-align: center;}
.Plant .one-box .two-item .main-text{text-align: center;line-height: 1.5;color: #333333;}
.Plant .one-box .two-item .list{margin-top: .7rem;}
.Plant .one-box .two-item .list ul{margin: -3.5%;}
.Plant .one-box .two-item .list ul li{width: 26.33%;margin: 3.5%;}
.Plant .one-box .two-item .list ul li .img{padding: 0 .3rem}
.Plant .one-box .two-item .list ul li .img img{width: 100%}
.Plant .one-box .two-item .list ul li .title{position: relative;margin-top: .3rem;text-align: center;color: #333333;}
.Plant .one-box .two-item .list ul li .title:after{position: absolute;left: 0;right: 0;bottom: -.05rem;margin: 0 auto;display: block;content: '';width: .6rem;height: .1rem;background-color: #abddf0;z-index: -1;}
.Plant .one-box .two-item .list ul li .text{margin-top: .2rem;color: #333333;line-height: 1.7;text-align: center;}
.Plant .two-box{padding: 1rem 0;background-color: #f8f8f8}
.Plant .two-box .left-box{width: 45.8%}
.Plant .two-box .left-box .main-title{margin-bottom: .5rem;}
.Plant .two-box .left-box .list ul li{margin-bottom: .3rem;}
.Plant .two-box .left-box .list ul li:last-child{margin-bottom: 0;}
.Plant .two-box .left-box .list ul li .name{color: #1a95c1;}
.Plant .two-box .left-box .list ul li .text{margin-top: .15rem;color: #333333;line-height: 1.5;}
.Plant .two-box .right-box{width: 50%}
.Plant .two-box .right-box .img{border-radius: .1rem;overflow: hidden;}
.Plant .two-box .right-box .img img{width: 100%}
.Plant .three-box{padding: 1rem 0;}
.Plant .three-box .one-item{position: relative;}
.Plant .three-box .one-item .img{border-radius: .1rem;overflow: hidden;}
.Plant .three-box .one-item .img img{width: 100%}
.Plant .three-box .one-item .box{position: absolute;left: 0;top: 0;width: 100%;padding: 1rem .7rem;box-sizing: border-box;z-index: 3;}
.Plant .three-box .one-item .box .main-title{margin-bottom: .3rem;}
.Plant .three-box .one-item .box .title{margin-bottom: .45rem;color: #000000;}
.Plant .three-box .one-item .box .text{color: #000000;line-height: 1.7;}
.Plant .three-box .two-item{margin-top: 1rem;}
.Plant .three-box .two-item .left-box{width: 50%}
.Plant .three-box .two-item .left-box .img{border-radius: .1rem;overflow: hidden;}
.Plant .three-box .two-item .left-box .img img{width: 100%}
.Plant .three-box .two-item .right-box{width: 45%}
.Plant .three-box .two-item .title{color: #333333;}
.Plant .three-box .two-item .right-box .list{margin-top: .3rem;}
.Plant .three-box .two-item .right-box .list ul li{display: flex;align-items: center;margin-bottom: .2rem;color: #333333;line-height: 1.5;}
.Plant .three-box .two-item .right-box .list ul li:last-child{margin-bottom: 0;}
.Plant .three-box .two-item .right-box .list ul li:before{margin-right: .2rem;display: block;content: '';width: .26rem;height: .26rem;background-image: url('/common/images/g.png');background-size: 100%;background-repeat: no-repeat;}
.Plant .three-box .three-item{position: relative;margin-top: 1rem;}
.Plant .three-box .three-item .box{max-width: 10rem;width: 100%;margin: 0 auto;}
.Plant .three-box .three-item .box .title{color: #000;font-weight: bold;}
.Plant .three-box .three-item .box .text{margin-top: .35rem;color: #000;line-height: 1.6;}
.Plant .three-box .three-item .box .name{margin-top: .4rem;color: #000;line-height: 1.6;}
.Plant .three-box .three-item .box:before{display: block;content: '';position: absolute;left: 0;top: 0;width: 1.22rem;height: .9rem;background-image: url('/common/images/y.png');background-size: 100%;z-index: 3;}
.Plant .three-box .three-item .box:after{display: block;content: '';position: absolute;right: 0;bottom: 0;width: 1.22rem;height: .9rem;background-image: url('/common/images/y.png');background-size: 100%;z-index: 3;transform: rotateY(180deg);}
.Menu{padding: .8rem 0}
.Menu ul li{margin-right: .3rem;}
.Menu ul li:last-child{margin-right: 0;}
.Menu ul li a{display: flex;align-items: center;justify-content: center;width: 1.6rem;height: .55rem;color: #1a95c1;border: .02rem solid #1a95c1;border-radius: .55rem;box-sizing: border-box;}
.Menu ul li.on a{background-color: #1a95c1;color: #fff;}
.Environment .main-title{margin-bottom: .5rem;color: #333333;}
.Environment .one-box .public-title{margin-bottom: .6rem;text-align: center;}
.Environment .one-box .one-item{position: relative;}
.Environment .one-box .one-item .img{border-radius: .1rem}
.Environment .one-box .one-item .img img{width: 100%}
.Environment .one-box .one-item .box{position: absolute;left: 0;top: 0;width: 100%;padding: .6rem;box-sizing: border-box;z-index: 3;}
.Environment .one-box .one-item .box .main-title{text-align: center;}
.Environment .one-box .one-item .box .text{max-width: 9.4rem;width: 100%;margin: 0 auto;color: #333333;line-height: 1.7;text-align: center;}
.Environment .one-box .two-item{margin-top: 1rem;}
.Environment .one-box .two-item .main-title{margin-bottom: .6rem;text-align: center;}
.Environment .one-box .two-item .list ul{margin: -2%;}
.Environment .one-box .two-item .list ul li{position: relative;width: 27.33%;margin: 3%;}
.Environment .one-box .two-item .list ul li .img{border-radius: .1rem;}
.Environment .one-box .two-item .list ul li .img img{width: 100%}
.Environment .one-box .two-item .list ul li .box{position: absolute;left: 0;top: 0;width: 100%;padding: .7rem .4rem;box-sizing: border-box;z-index: 3;}
.Environment .one-box .two-item .list ul li .box .title{position: relative;color: #333333;}
.Environment .one-box .two-item .list ul li .box .title:after{display: block;content: '';position: absolute;left: 0;bottom: -.05rem;width: .6rem;height: .1rem;background-color: #a2d9ed;z-index: -1;}
.Environment .one-box .two-item .list ul li .box .text{margin-top: .5rem;}
.Environment .one-box .two-item .list ul li .box .text p{margin-bottom: .15rem;color: #333;line-height: 1.5;}
.Environment .one-box .two-item .list ul li .box .text p:last-child{margin-bottom: 0;}
.Environment .two-box{margin-top: 1rem;padding: 1rem 0;background-color: #f8f8f8}
.Environment .two-box .left-box{width: 40%}
.Environment .two-box .left-box .list ul li{margin-bottom: .25rem;}
.Environment .two-box .left-box .list ul li:last-child{margin-bottom: 0;}
.Environment .two-box .left-box .list ul li .title{color: #333333;}
.Environment .two-box .left-box .list ul li .text{margin-top: .15rem;color: #333333;line-height: 1.5;}
.Environment .two-box .right-box{width: 50%}
.Environment .two-box .right-box .img{border-radius: .1rem;overflow: hidden;}
.Environment .two-box .right-box .img img{width: 100%}
.Environment .three-box .one-item{padding: 1rem 0}
.Environment .three-box .one-item .main-title{text-align: center;margin-bottom: .2rem;}
.Environment .three-box .one-item .main-text{text-align: center;line-height: 1.6;color: #333;}
.Environment .three-box .one-item .list{margin-top: .6rem;}
.Environment .three-box .one-item .list ul li{width: 33.33%;text-align: center;}
.Environment .three-box .one-item .list ul li .icon{display: flex;align-items: center;justify-content: center;width: .88rem;height: .86rem;margin: 0 auto;}
.Environment .three-box .one-item .list ul li .icon img{max-width: 100%;}
.Environment .three-box .one-item .list ul li .title{margin-top: .25rem;color: #333;}
.Environment .three-box .one-item .list ul li .text{max-width: 3.1rem;width: 100%;margin: .25rem auto 0;color: #555555;line-height: 1.6;}
.Environment .three-box .two-item{position: relative;}
.Environment .three-box .two-item .img{border-radius: .1rem;overflow: hidden;}
.Environment .three-box .two-item .img img{width: 100%}
.Environment .three-box .two-item .box{position: absolute;right: 10%;top: 50%;padding: .3rem;transform: translateY(-50%);z-index: 3;}
.Environment .three-box .two-item .box .main-title{margin-bottom: .2rem;}
.Environment .three-box .two-item .box .title{color: #333;}
.Environment .three-box .two-item .box .list{margin-top: .25rem;}
.Environment .three-box .two-item .box .list ul li{margin-bottom: .25rem;display: flex;align-items: center;color: #333;line-height: 1.5;}
.Environment .three-box .two-item .box .list ul li:last-child{margin-bottom: 0;}
.Environment .three-box .two-item .box .list ul li:before{margin-right: .1rem;display: block;content: '';width: .2rem;height: .2rem;background-image: url('/common/images/g.png');background-size: 100%;background-repeat: no-repeat;}
.Environment .three-box .two-item .box .list ul li span{color: #0fa0d5;}
.Environment .three-box .three-item{position: relative;margin: 1rem 0}
.Environment .three-box .three-item .box{max-width: 10rem;width: 100%;margin: 0 auto;}
.Environment .three-box .three-item .box .title{color: #000;font-weight: bold;}
.Environment .three-box .three-item .box .text{margin-top: .35rem;color: #000;line-height: 1.6;}
.Environment .three-box .three-item .box .name{margin-top: .4rem;color: #000;line-height: 1.6;}
.Environment .three-box .three-item .box:before{display: block;content: '';position: absolute;left: 0;top: 0;width: 1.22rem;height: .9rem;background-image: url('/common/images/y.png');background-size: 100%;z-index: 3;}
.Environment .three-box .three-item .box:after{display: block;content: '';position: absolute;right: 0;bottom: 0;width: 1.22rem;height: .9rem;background-image: url('/common/images/y.png');background-size: 100%;z-index: 3;transform: rotateY(180deg);}
.Climate .main-title{margin-bottom: .3rem;color: #333333;}
.Climate .one-box .public-title{margin-bottom: .6rem;text-align: center;}
.Climate .one-box .one-item .list ul li{margin-bottom: 1rem;}
.Climate .one-box .one-item .list ul li:last-child{margin-bottom: 0;}
.Climate .one-box .one-item .list ul li:nth-of-type(even){flex-flow: row-reverse;}
.Climate .one-box .one-item .list ul li .img{width: 50%;border-radius: .1rem;overflow: hidden;}
.Climate .one-box .one-item .list ul li .img img{width: 100%}
.Climate .one-box .one-item .list ul li .box{width: 45.2%}
.Climate .one-box .one-item .list ul li .box .text{color: #555555;line-height: 1.6;}
.Climate .one-box .one-item .list ul li .box .name{color: #333333;line-height: 1.5;}
.Climate .one-box .one-item .list ul li .box dl{margin-top: .3rem;}
.Climate .one-box .one-item .list ul li .box dl dd{margin-bottom: .25rem;display: flex;}
.Climate .one-box .one-item .list ul li .box dl dd:last-child{margin-bottom: 0;}
.Climate .one-box .one-item .list ul li .box dl dd .icon{width: .53rem}
.Climate .one-box .one-item .list ul li .box dl dd .icon img{width: 100%}
.Climate .one-box .one-item .list ul li .box dl dd .casket{width: calc(100% - .73rem);margin-left: .2rem;}
.Climate .one-box .one-item .list ul li .box dl dd .casket .title{margin-bottom: .1rem;color: #333333;}
.Climate .two-box{margin-top: 1rem;}
.Climate .two-box .one-item  .main-title{text-align: center;margin-bottom: .4rem;}
.Climate .two-box .one-item .list{position: relative;height: 4.5rem;background-image: url('/common/images/Climate-bg.png');background-size: cover;border-radius: .1rem;overflow: hidden;}
.Climate .two-box .one-item .list ul{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;}
.Climate .two-box .one-item .list ul li{position: relative;width: 33.33%;height: 100%;border-right: 1px solid rgba(255, 255, 255, .2);}
.Climate .two-box .one-item .list ul li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 5;}
.Climate .two-box .one-item .list ul li .box{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 3;}
.Climate .two-box .one-item .list ul li .box .title{color: #fff;}
.Climate .two-box .one-item .list ul li .box .more{width: .44rem;height: .34rem;margin: .25rem auto 0;background-image: url('/common/images/more3.png');background-size: 100%}
.Climate .two-box .one-item .list ul li:hover .box{display: none;}
.Climate .two-box .one-item .list ul li .flx{opacity: 0;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background-color: rgba(15, 160, 213, .5);z-index: 3;}
.Climate .two-box .one-item .list ul li .flx .title{color: #fff;text-align: center;}
.Climate .two-box .one-item .list ul li .flx .icon{display: flex;align-items: center;justify-content: center;margin-bottom: .3rem;}
.Climate .two-box .one-item .list ul li .flx .icon img{max-width: 100%;}
.Climate .two-box .one-item .list ul li .flx .title{margin-bottom: .2rem;text-align: center;color: #fff;}
.Climate .two-box .one-item .list ul li .flx .text{color: #fff;line-height: 1.6;max-width: 3.1rem;width: 100%;margin: 0 auto;}
.Climate .two-box .one-item .list ul li:hover .flx{opacity: 1;}
.Climate .two-box .one-item .list ul li:last-child{border-right: 0;}
.Climate .two-box .two-item{margin-top: 1rem;}
.Climate .two-box .two-item .left-box{width: 45.2%}
.Climate .two-box .two-item .left-box .name{color: #333333;line-height: 1.5;}
.Climate .two-box .two-item .left-box dl{margin-top: .3rem;}
.Climate .two-box .two-item .left-box dl dd{margin-bottom: .25rem;display: flex;}
.Climate .two-box .two-item .left-box dl dd:last-child{margin-bottom: 0;}
.Climate .two-box .two-item .left-box dl dd .icon{width: .53rem}
.Climate .two-box .two-item .left-box dl dd .icon img{width: 100%}
.Climate .two-box .two-item .left-box dl dd .casket{width: calc(100% - .73rem);margin-left: .2rem;}
.Climate .two-box .two-item .left-box dl dd .casket .title{margin-bottom: .1rem;color: #333333;}
.Climate .two-box .two-item .img{width: 50%;border-radius: .1rem;overflow: hidden;}
.Climate .two-box .two-item .img img{width: 100%}
.Climate .three-box{padding: 1rem 0}
.Climate .three-box .one-item{position: relative;}
.Climate .three-box .one-item .img{border-radius: .1rem;overflow: hidden;}
.Climate .three-box .one-item .img img{width: 100%}
.Climate .three-box .one-item .box{position: absolute;right: 10%;top: 50%;padding: .3rem;transform: translateY(-50%);z-index: 3;}
.Climate .three-box .one-item .box .main-title{margin-bottom: .2rem;}
.Climate .three-box .one-item .box .title{color: #333;}
.Climate .three-box .one-item .box .list{margin-top: .25rem;}
.Climate .three-box .one-item .box .list ul li{margin-bottom: .25rem;display: flex;align-items: center;color: #333;line-height: 1.5;}
.Climate .three-box .one-item .box .list ul li:last-child{margin-bottom: 0;}
.Climate .three-box .one-item .box .list ul li:before{margin-right: .1rem;display: block;content: '';width: .2rem;height: .2rem;background-image: url('/common/images/g.png');background-size: 100%;background-repeat: no-repeat;}
.Climate .three-box .one-item .box .list ul li span{color: #0fa0d5;}
.Climate .three-box .two-item{position: relative;margin-top: 1rem}
.Climate .three-box .two-item .box{max-width: 10rem;width: 100%;margin: 0 auto;}
.Climate .three-box .two-item .box .title{color: #000;font-weight: bold;}
.Climate .three-box .two-item .box .text{margin-top: .35rem;color: #000;line-height: 1.6;}
.Climate .three-box .two-item .box .name{margin-top: .4rem;color: #000;line-height: 1.6;}
.Climate .three-box .two-item .box:before{display: block;content: '';position: absolute;left: 0;top: 0;width: 1.22rem;height: .9rem;background-image: url('/common/images/y.png');background-size: 100%;z-index: 3;}
.Climate .three-box .two-item .box:after{display: block;content: '';position: absolute;right: 0;bottom: 0;width: 1.22rem;height: .9rem;background-image: url('/common/images/y.png');background-size: 100%;z-index: 3;transform: rotateY(180deg);}
.Oriented .main-title{margin-bottom: .4rem;color: #333333;}
.Oriented .main-title span{display: inline-block;color: #1a95c1;transform: translate(.15rem, -.2rem)}
.Oriented .one-box{padding: 1rem 0;}
.Oriented .one-box .public-title{margin-bottom: .6rem;text-align: center;line-height: 1.5;}
.Oriented .one-box .one-item{position: relative;}
.Oriented .one-box .one-item .img{border-radius: .1rem;overflow: hidden;}
.Oriented .one-box .one-item .img img{width: 100%}
.Oriented .one-box .one-item .box{position: absolute;left: 0;top: 0;width: 100%;padding: .6rem;box-sizing: border-box;z-index: 3;}
.Oriented .one-box .one-item .box .main-title{text-align: center;}
.Oriented .one-box .one-item .box .text{max-width: 9.4rem;width: 100%;margin: 0 auto;color: #333333;line-height: 1.7;text-align: center;}
.Oriented .one-box .two-item{margin-top: 1rem;}
.Oriented .one-box .two-item .main-title{margin-bottom: .6rem;text-align: center;}
.Oriented .one-box .two-item .list ul{margin: -1.5%;}
.Oriented .one-box .two-item .list ul li{position: relative;width: 30.33%;margin: 1.5%;border-radius: .1rem;overflow: hidden;}
.Oriented .one-box .two-item .list ul li .img img{width: 100%}
.Oriented .one-box .two-item .list ul li .box{padding: .3rem;background-color: #f3f6f9}
.Oriented .one-box .two-item .list ul li .box .title{position: relative;color: #333333;}
.Oriented .one-box .two-item .list ul li .box .title:after{display: block;content: '';position: absolute;left: 0;bottom: -.05rem;width: .6rem;height: .1rem;background-color: #a2d9ed;z-index: -1;}
.Oriented .one-box .two-item .list ul li .box .text{margin-top: .4rem;}
.Oriented .one-box .two-item .list ul li .box .text p{margin-bottom: .15rem;color: #333;line-height: 1.5;}
.Oriented .one-box .two-item .list ul li .box .text p:last-child{margin-bottom: 0;}
.Oriented .two-box{padding: 1rem 0;background-color: #f8f8f8}
.Oriented .two-box .list ul li{margin-bottom: 1rem;}
.Oriented .two-box .list ul li:last-child{margin-bottom: 0;}
.Oriented .two-box .list ul li .img{width: 50%;border-radius: .1rem}
.Oriented .two-box .list ul li .img img{width: 100%}
.Oriented .two-box .list ul li .box{width: 45%;}
.Oriented .two-box .list ul li .box .value p{margin-bottom: .15rem;}
.Oriented .two-box .list ul li .box .value p:last-child{margin-bottom: 0;}
.Oriented .two-box .list ul li .box .value .title{color: #222;}
.Oriented .two-box .list ul li .box .value .text{color: #555555;line-height: 1.6;}
.Oriented .two-box .list ul li:nth-of-type(even){flex-flow: row-reverse;}
.Oriented .three-box{padding: 1rem 0}
.Oriented .three-box .box{max-width: 10rem;width: 100%;margin: 0 auto;}
.Oriented .three-box .box .title{color: #000;font-weight: bold;}
.Oriented .three-box .box .text{margin-top: .35rem;color: #000;line-height: 1.6;}
.Oriented .three-box .box .name{margin-top: .4rem;color: #000;line-height: 1.6;}
.Oriented .three-box .box:before{display: block;content: '';position: absolute;left: 0;top: 0;width: 1.22rem;height: .9rem;background-image: url('/common/images/y.png');background-size: 100%;z-index: 3;}
.Oriented .three-box .box:after{display: block;content: '';position: absolute;right: 0;bottom: 0;width: 1.22rem;height: .9rem;background-image: url('/common/images/y.png');background-size: 100%;z-index: 3;transform: rotateY(180deg);}
.Oriented .three-box .por{position: relative;}
.News .hot{padding: 1rem 0;background-color: #f4f6f7}
.News .hot .mySwiper{overflow: hidden;}
.News .hot .swiper-slide{position: relative;padding: .4rem;background-color: #fff;box-shadow: 0 0 .1rem  rgba(218, 218, 218, .2);box-sizing: border-box;}
.News .hot .swiper-slide a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 5;}
.News .hot .swiper-slide .time{color: #333;}
.News .hot .swiper-slide .title{margin-top: .3rem;line-height: 1.4;}
.News .hot .swiper-slide .img{margin-top: .2rem;overflow: hidden;}
.News .hot .swiper-slide .img img{width: 100%;transition: 0.8s ease;}
.News .hot .swiper-slide .text{margin-top: .25rem;color: #555555;line-height: 1.6;}
.News .hot .swiper-slide .more{display: flex;align-items: center;margin-top: .3rem;padding-top: .3rem;color: #0fa0d5;border-top: 2px solid #eff0f0;}
.News .hot .swiper-slide .more:after{display: block;content: '';margin-left: .1rem;width: .17rem;height: .13rem;background-image: url('/common/images/more4.png');background-size: 100%;}
.News .hot .swiper-slide:hover .img img{transform: scale(1.1)}
.News .hot .swiper-slide:hover .title{color: #0fa0d5;}
.News .hot .swiper-pagination{position: initial;display: flex;justify-content: center;margin-top: .4rem;}
.News .hot .swiper-pagination .swiper-pagination-bullet{width: .12rem;height: .12rem;margin: 0 .1rem;background-color: #ccd3d6;opacity: 1;border-radius: .12rem}
.News .hot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #0fa0d5}
.News .list{padding: 1rem 0}
.News .list ul li{position: relative;margin-bottom: .4rem;padding-bottom: .4rem;border-bottom: 1px solid #eaeced;}
.News .list ul li:last-child{margin-bottom: 0;}
.News .list ul li .img{width: 28%;overflow: hidden;}
.News .list ul li .img img{width: 100%;transition: 0.8s ease;}
.News .list ul li .box{width: 46%;margin-left: 5.5%;}
.News .list ul li .more{position: absolute;right: 0;top: calc(50% - .2rem);transform: translateY(-50%)}
.News .list ul li .more a{position: relative;padding-left: .25rem;display: flex;align-items: center;width: 1.45rem;height: .45rem;color: #0fa0d5;background-color: #fff;border-radius: .45rem;border: 1px solid #edf0f2;box-shadow: 0 0 .15rem rgba(234, 237, 238, .36);box-sizing: border-box;}
.News .list ul li .more a:after{display: block;content: '';margin-left: .1rem;width: .17rem;height: .13rem;background-image: url('/common/images/more4.png');background-size: 100%;}
.News .list ul li .box .title a{color: #333;font-weight: bold;line-height: 1.4;}
.News .list ul li .box .time{display: flex;align-items: center;margin-bottom: .2rem;}
.News .list ul li .box .time .r{display: flex;align-items: center;color: #333;}
.News .list ul li .box .time .r:after{display: block;content: '';width: 1px;height: .35rem;margin-left: .1rem;margin-right: .1rem;background-color: #333;transform: rotate(15deg)}
.News .list ul li .box .time .ny{color: #999999;line-height: 1.4;}
.News .list ul li .box .text{margin-top: .2rem;color: #555555;line-height: 1.7;}
.News .list ul li:hover .img img{transform: scale(1.1)}
.News .list ul li:hover .box .title a{color: #0fa0d5;}
.News-details{padding: 1rem 0;}
.News-details .left-box{width: 70.8%}
.News-details .left-box .title{color: #333;text-align: center;line-height: 1.4;}
.News-details .left-box .time{margin-top: .2rem;text-align: center;color: #999999;}
.News-details .left-box .text{margin-top: .3rem;padding-top: .4rem;line-height: 2;border-top: 1px solid #ececec;}
.News-details .bottom-box{margin-top: .7rem;padding-top: .5rem;border-top: 1px solid #ececec;}
.News-details .right-box{width: 20.8%;}
.News-details .right-box .main-title{margin-bottom: .3rem;color: #333;}
.News-details .right-box .list ul li{margin-bottom: .3rem;}
.News-details .right-box .list ul li:last-child{margin-bottom: 0;}
.News-details .right-box .list ul li .img{border-radius: .05rem;overflow: hidden;}
.News-details .right-box .list ul li .img img{width: 100%;transition: 0.8s ease;}
.News-details .right-box .list ul li .title{margin-top: .2rem;}
.News-details .right-box .list ul li .title a{color: #333333;}
.News-details .right-box .list ul li .time{margin-top: .15rem;color: #999999;}
.Join{padding: 1rem 0}
.Join .head-box{height: .7rem;padding-right: 1rem;background-color: #f5f9fb}
.Join .head-box .item{width: 20%;text-align: center;color: #333333;}
.Join .list{margin-top: .2rem;}
.Join .list ul li{margin-bottom: .2rem;}
.Join .list ul li:last-child{margin-bottom: 0;}
.Join .list ul li .top-box{position: relative;height: .7rem;padding-right: 1rem;background-color: #f5f9fb}
.Join .list ul li .top-box .item{width: 20%;text-align: center;}
.Join .list ul li .top-box .more{position: absolute;right: .7rem;top: 0;bottom: 0;margin: auto 0;width: .37rem;height: .37rem;background-image: url('/common/images/Join-more.png');background-size: 100%;z-index: 3;cursor:pointer;}
.Join .list ul li .bottom-box{display: none;padding: .6rem .8rem;background-color: #f5f9fb}
.Join .list ul li .bottom-box .name{color: #333333;}
.Join .list ul li .bottom-box .text{margin-top: .25rem;color: #333;line-height: 1.8;}
.Join .list ul li .bottom-box .delivery{margin-top: .5rem;}
.Join .list ul li .bottom-box .delivery a{display: flex;align-items: center;justify-content: center;width: 2rem;height: .6rem;color: #fff;font-size: .16rem;border-radius: .6rem;background-color: #1a95c1;cursor: pointer;}
.Join .list ul li .bottom-box .delivery a:after{display: block;content: '';margin-left: .3rem;width: .22rem;height: .22rem;background-image: url('/common/images/delivery.png');background-size: 100%;}
.Join .list ul li.on .top-box .more{background-image: url('/common/images/Join-more1.png');}
.Join .list ul li.on .bottom-box{display: block;}
.Join .list ul li.on .top-box{background-color: #1a95c1}
.Join .list ul li.on .top-box .item{color: #fff;}
.Contact .contact{padding: 1rem 0;}
.Contact .contact .left-box{width: 54.1%}
.Contact .contact .left-box .img{border-radius: .1rem;overflow: hidden;}
.Contact .contact .left-box .img img{width: 100%}
.Contact .contact .right-box{width: 40.6%}
.Contact .contact .right-box .public-title{margin-bottom: .5rem;}
.Contact .contact .right-box .list ul li{margin-bottom: .6rem;display: flex;}
.Contact .contact .right-box .list ul li:last-child{margin-bottom: 0;}
.Contact .contact .right-box .list ul li .icon{width: .51rem;height: .51rem;background-size: 100%;margin-right: .2rem;}
.Contact .contact .right-box .list ul li:nth-of-type(1) .icon{background-image: url('/common/images/Contact-icon1.png')}
.Contact .contact .right-box .list ul li:nth-of-type(2) .icon{background-image: url('/common/images/Contact-icon2.png')}
.Contact .contact .right-box .list ul li:nth-of-type(3) .icon{background-image: url('/common/images/Contact-icon3.png')}
.Contact .contact .right-box .list ul li:nth-of-type(4) .icon{background-image: url('/common/images/Contact-icon4.png')}
.Contact .contact .right-box .list ul li .box{width: calc(100% - .71rem);}
.Contact .contact .right-box .list ul li .box .name{margin-bottom: .15rem;color: #999999;}
.Contact .contact .right-box .list ul li .box .text{color: #333;}
.Contact .contact .right-box .list ul li .box .img{width: 1.2rem;padding: .1rem;border: 1px solid #eeeeee;border-radius: .05rem;box-sizing: border-box;}
.Contact .contact .right-box .list ul li .box .img img{width: 100%}
.Contact .message{padding: 1rem 0;background-color: #f6f9fa}
.Contact .message .public-title{margin-bottom: .3rem;text-align: center;}
.Contact .message .main-name{text-align: center;color: #333333;}
.Contact .message .list{margin-top: .8rem;}
.Contact .message .list ul li{margin-bottom: .35rem;}
.Contact .message .list ul li:last-child{margin-bottom: 0;}
.Contact .message .list ul li .text{display: block;width: 100%;height: .6rem;border: 0;border-bottom: 1px solid #dfe1e2;background-color: transparent}
.Contact .message .list ul li textarea{display: block;width: 100%;height: 1.2rem;border: 0;border-bottom: 1px solid #dfe1e2;background-color: transparent}
.Contact .message .list ul li .item{width: 47%}
.Contact .message .list ul li .submit{margin: 0 .15rem;width: 1.4rem;height: .55rem;color: #fff;background-color: #1a95c1;border-radius: .55rem;border: 2px solid #1a95c1;}
.Contact .message .list ul li .reset{margin: 0 .15rem;width: 1.4rem;height: .55rem;color: #1a95c1;background-color: #fff;border-radius: .55rem;border: 2px solid #1a95c1;}
.Product{padding: 1rem 0}
.Product .main-title{margin-bottom: .3rem;color: #333333;font-weight: bold;text-align: center;}
.Product .left-box{width: 2.5rem;padding-top: .58rem;}
.Product .left-box .box{padding: .25rem;border: 1px solid #eaeff2;border-top: .03rem solid #0fa0d5;}
.Product .left-box .box .title{margin-bottom: .3rem;padding-bottom: .25rem;display: flex;align-items: center;color: #333333;font-weight: bold;border-bottom: 1px solid #eaeff2;}
.Product .left-box .box .title:before{display: block;content: '';margin-right: .2rem;width: .28rem;height: .26rem;background-image: url('/common/images/Product-icon.png');background-size: 100%;}
.Product .left-box .box .menu{position: relative;}
.Product .left-box .box .menu .name{display: none;}
.Product .left-box .box .menu ul li{margin-bottom: .45rem;}
.Product .left-box .box .menu ul li:last-child{margin-bottom: 0;}
.Product .left-box .box .menu ul li a{color: #333333;}
.Product .left-box .box .menu ul li a:after{display: block;content: '>';font-family: '宋体';}
.Product .left-box .box .menu ul li:hover a,
.Product .left-box .box .menu ul li.on a{color: #1a95c1;}
.Product .right-box{margin-left: .4rem;width: calc(100% - 2.9rem)}
.Product .right-box .list table{width: 100%}
.Product .right-box .list table tr th{height: .7rem;background-color: #0fa0d5;color: #fff;border-right: 1px solid #edf3f6;}
.Product .right-box .list table tr th:last-child{border-right: 0;}
.Product .right-box .list table tr td{height: 1.2rem;width: 12%;padding: .1rem .15rem;line-height: 1.5;border-right: 1px solid #edf3f6;box-sizing: border-box;}
.Product .right-box .list table tr td:last-child{border-right: 0;width: 38%;}
.Product .right-box .list table tr td:nth-of-type(2){width: 25%}
.Product .right-box .list table tr td:nth-of-type(1),
.Product .right-box .list table tr td:nth-of-type(3),
.Product .right-box .list table tr td:nth-of-type(4){text-align: center;}
.Product .right-box .list table tr:nth-of-type(even) td{background-color: #f5f9fb}
.Service{padding: 1rem 0}
.Service .public-title{margin-bottom: .6rem;text-align: center;}
.Service .list ul li{margin-bottom: .8rem;}
.Service .list ul li:nth-of-type(even){flex-flow: row-reverse;}
.Service .list ul li:last-child{margin-bottom: 0;}
.Service .list ul li .img{width: 47.2%;border-radius: .1rem;overflow: hidden;}
.Service .list ul li .img img{width: 100%}
.Service .list ul li .box{position: relative;display: flex;align-items: center;width: 47.2%;border-bottom: 1px solid #e1e1e1;}
.Service .list ul li .box .icon img{max-width: 100%;}
.Service .list ul li .box .icon{margin-bottom: .3rem;}
.Service .list ul li .box .title{color: #333333;font-weight: bold;}
.Service .list ul li .box .num{color: rgba(153, 153, 153, .3);}
.Service .list ul li .box .name{margin-top: .4rem;color: #333;}
.Service .list ul li .box .text{margin-top: .25rem;color: #555555;line-height: 1.8;}
.Service .list ul li .box:after{display: block;content: '';position: absolute;left: 0;bottom: -.045rem;width: .07rem;height: .07rem;border-radius: .07rem;background-color: #e1e1e1}
.Service .list ul li:nth-of-type(even) .box:after{left: auto;right: 0;}
.Career .develop{padding: 1rem 0;}
.Career .develop .text{color: #666666;line-height: 1.7;}
.Career .develop .list{margin-top: .5rem;}
.Career .develop .list ul{margin: -1%;}
.Career .develop .list ul li{width: 23%;margin: 1%;padding: .55rem .45rem;background-color: #fff;box-shadow: 0 0 .15rem rgba(0, 0, 0, .07);border-radius: .1rem;box-sizing: border-box;}
.Career .develop .list ul li .icon img{max-width: 100%;}
.Career .develop .list ul li .title{margin-top: .4rem;margin-bottom: .25rem;color: #000;font-weight: bold;}
.Career .develop .list ul li .text{color: #000;line-height: 1.6;}
.Career .benefit{background-image: url('/common/images/Career-benefit-img.png');background-size: cover;}
.Career .benefit .list ul li{width: 33.33%;text-align: center;padding: 1.3rem .6rem .6rem;min-height: 6.6rem;box-sizing: border-box;border-right: 1px solid rgba(255, 255, 255, .4);}
.Career .benefit .list ul li:last-child{border-right: 0;}
.Career .benefit .list ul li .icon img{max-width: 100%;}
.Career .benefit .list ul li .title{margin-top: .55rem;color: #fff;}
.Career .benefit .list ul li .text{margin-top: .35rem;color: #fff;line-height: 1.6;}
.Career .benefit .list ul li .more{margin-top: .6rem;margin-left: auto;margin-right: auto;width: .51rem;height: .51rem;background-image: url('/common/images/Career-benefit-more.png');background-size: 100%;}
.Career .benefit .list ul li:hover .more{display: none;}
.Career .benefit .list ul li:hover{background-color: rgba(15, 160, 230, .7)}
.Career .benefit .list ul li:hover .text{-webkit-line-clamp: 99;}
.Career .promotion{padding: 1rem 0;}
.Career .promotion .list ul li{margin-bottom: 1rem;}
.Career .promotion .list ul li:last-child{margin-bottom: 0;}
.Career .promotion .list ul li:nth-of-type(odd){flex-flow: row-reverse;}
.Career .promotion .list ul li .img{width: 50%;border-radius: .1rem}
.Career .promotion .list ul li .img img{width: 100%}
.Career .promotion .list ul li .box{width: 45%;}
.Career .promotion .list ul li .box dl{margin-top: .5rem;}
.Career .promotion .list ul li .box dl dd{margin-bottom: .3rem;display: flex;}
.Career .promotion .list ul li .box dl dd:last-child{margin-bottom: 0;}
.Career .promotion .list ul li .box dl dd .icon{width: .53rem;margin-right: .2rem;}
.Career .promotion .list ul li .box dl dd .icon img{width: 100%;}
.Career .promotion .list ul li .box dl dd .casket{width: calc(100% - .73rem)}
.Career .promotion .list ul li .box dl dd .casket .name{margin-bottom: .1rem;color: #333333;}
.Career .promotion .list ul li .box dl dd .casket p{color: #555555;line-height: 1.5;}
.Career .promotion .list ul li .box .text{margin-top: .2rem;color: #333;line-height: 1.5;}
.Career .culture{padding: 1rem 0;background-image: url('/common/images/Career-culture-bg.png');background-size: cover;}
.Career .culture .left-box{width: 38.1%}
.Career .culture .right-box{width: 57.6%}
.Career .culture .left-box .list ul li{margin-bottom: .7rem;}
.Career .culture .left-box .list ul li:last-child{margin-bottom: 0;}
.Career .culture .left-box .list ul li .main-title{margin-bottom: .3rem;}
.Career .culture .left-box .list ul li .text{color: #333333;line-height: 1.5;}
.Career .culture .right-box .img{border-radius: .1rem;overflow: hidden;}
.Career .culture .right-box .img img{width: 100%}



@media ( max-width:1200px){
	.rightMenuBtn{ display: block;top: .1rem; }
	
	header{position: fixed;top: 0;width: 100%;left: 0;z-index: 50;padding-right: 50px;box-sizing: border-box;background-color: #fff;}
	header .logo img{ max-height: 0.6rem;}
	header nav ul{display: block;}
	header nav{display: block;position: fixed;padding: .4rem .2rem .3rem .2rem;top: .8rem;right: 0;margin-right: 0;width: 3rem;height: calc(100% - .8rem);background-color: #0fa0d5;overflow: unset;box-sizing: border-box;overflow-x: hidden;transform: matrix(1, 0, 0, 1, 300, 0);z-index: 300;}
	header nav ul li{display: block;margin-bottom: .2rem;width: 100%;margin-right: 0;padding-bottom: 0.2rem; border-bottom: 1px solid rgba(255, 255, 255, .5);}
	header nav ul li a{display: block;line-height: 1;color: #fff;font-size: .2rem;}
	header nav ul li:after{display: none;}
  header nav ul li.on a{color: #fff;}
  header nav ul li:hover a{color: #fff;}
  header nav ul li .down dl dd{text-align: left;}
  header nav ul li .down dl dd a{font-size: .2rem;}
	header .language{margin-left: 0;padding-left: 0;border-left: 0;}
	.column-banner .media{display: block;height: 25vh;object-fit: cover;}
	.column-banner .pc{display: none;}
	
	footer .top-box .search-box{width: 100%;border-right: 0;}
	footer .top-box .contact-box{width: 100%;display: none;}
	footer .middle-box .contact{width: 100%;padding-left: 0;border-left: 0;margin-left: .2rem;}
	footer .middle-box .logo img{max-width: 1.6rem}
	footer .middle-box .share{margin-top: .2rem;}
	footer .middle-box .share{width: 100%;}
	footer .bottom-box .icp{text-align: center;line-height: 1.5;}
	footer .bottom-box .menu{margin-top: .2rem;width: 100%}
	footer .bottom-box .menu ul{justify-content: center}
}
@media ( max-width:1024px){
	.banner img.media{display: block;/* height: 40vh;object-fit: cover; */}
	.banner img.pc{display: none;}
	.banner .box{top: 50%;transform: translateY(-50%)}
	.banner .box .title{font-size: .28rem;}
	.banner .box .name{font-size: .24rem;line-height: 1.4;}
	.banner .box .text{font-size: .20rem;line-height: 1.4; letter-spacing: 2px;}
	.banner .swiper-pagination{bottom: .2rem;}
	footer .search-box{padding: .3rem 0}
	footer .middle-box{padding: .3rem 0}
	footer .share ul{justify-content: center}
	footer .share ul li a img{width: .45rem}
	footer .share ul li{margin-right: .3rem;}
	.Index .products{padding: .5rem 0}
	.Index .ambition{padding: .5rem 0}
	.Index .develop{padding: .5rem 0}
	.Index .news{padding: .5rem 0}
	.Scientific .describes{padding: .5rem 0}
	.Scientific .referral{padding: .5rem 0}
	.About .overview{padding: .5rem 0}
	.About .featured{padding: .5rem 0}
	.About .field{padding: .5rem 0}
	.Rspo .materials{padding: .5rem 0}
	.Rspo .materials .two-box{margin-top: .5rem;}
	.Rspo .worth{padding: .5rem 0}
	.Rspo .practice{padding: .5rem 0}
	.Rspo .practice .two-box{margin-top: .5rem;}
	.Rspo .practice .three-box{margin-top: .5rem;}
	.Menu{padding: .4rem 0}
	.Environment .one-box .two-item{margin-top: .5rem;}
	.Environment .two-box{margin-top: .6rem;padding: .5rem 0}
	.Environment .three-box .one-item{padding: .5rem 0}
	.Environment .three-box .three-item{margin: .5rem 0}
	.Climate .two-box{margin-top: .5rem;}
	.Climate .two-box .two-item{margin-top: .6rem;}
	.Climate .three-box{padding: .5rem 0}
	.Climate .three-box .two-item{margin-top: .5rem;}
	.Oriented .one-box{padding: .5rem 0}
	.Oriented .one-box .two-item{margin-top: .5rem;}
	.Oriented .two-box{padding: .5rem 0}
	.Oriented .three-box{padding: .5rem 0}
	.Plant .one-box{padding: .5rem 0}
	.Plant .one-box .two-item{margin-top: .5rem;}
	.Plant .two-box{padding: .5rem 0}
	.Plant .three-box{padding: .5rem 0}
	.Plant .three-box .two-item{margin-top: .5rem;}
	.Plant .three-box .three-item{margin-top: .5rem;}
	.News-details{padding: .5rem 0}
	.News .hot{padding: .5rem 0}
	.News .list{padding: .5rem 0}
	.Contact .contact{padding: .5rem 0}
	.Contact .message{padding: .5rem 0}
	.Join{padding: .5rem 0}
	.Product{padding: .5rem 0}
	.Service{padding: .5rem 0}
  .Career .develop{padding: .5rem 0;}
  .Career .promotion{padding: .5rem 0;}
  .Career .culture{padding: .5rem 0;}
  .Career .promotion .list ul li{margin-bottom: .5rem;}
}
@media ( max-width:768px){
	.Index .develop .box .img{width: 100%}
	.Index .products .list ul{flex-wrap: wrap}
	.Index .products .list ul li{width: 100%; margin-bottom: 0.2rem;}
	.Index .products .list ul li.on{width: 100%}
	.Index .products .list ul li:after{/* display: none; */background-color: rgba(0, 0, 0, .45);}
	.Index .products .list ul li .box{display: none;}
	.Index .products .list ul li .main{display: block;width: 100%;padding: .3rem;}
	.Index .products .list ul li .main .text { font-size: 0.16rem;}
	.Index .products .list ul li .main .public-more{margin-top: .2rem;}
	.Index .products .list ul li .img img{width: 100%;height: auto;}
	.Index .ambition .left-box{width: 100%}
	.Index .ambition .right-box{width: 100%;margin-top: .2rem;}
	.Index .develop .box .img{display: none;}
	.Index .develop .box .list{position: initial;transform: translateY(0%);}
	.Index .develop .box .list ul li{width: 46%;margin: 3% 0;}
	.Index .develop .box .list ul li:nth-of-type(odd){text-align: center;}
	.Index .develop .box .list ul li:nth-of-type(even){text-align: center;}
	.Index .develop .name{line-height: 1.5;}
	.Index .develop .box{margin-top: .3rem;}
	.Index .news .table-box .left-box{width: 100%}
	.Index .news .table-box .right-box{margin-top: .2rem;width: 100%}
	.Index .news .table-box .list ul li .img{width: 100%}
	.Index .news .table-box .list ul li .box{width: 100%;margin-top: .2rem;padding-bottom: .2rem;}
	.Index .news .table-box .hot{padding-bottom: .2rem;}
	.Index .news .table-box .list ul li .box .text{line-height: 1.6;}
	.Index .news .table-box .list ul li{margin-bottom: .2rem;}
	.column-menu ul li{margin-right: .2rem;}
	.column-menu .location{display: none;}
	.Scientific .describes .list ul li:nth-of-type(odd){flex-flow: column;}
	.Scientific .describes .list ul li .img{width: 100%}
	.Scientific .describes .list ul li .box{width: 100%;margin-top: .2rem;}
	.Scientific .describes .list ul li .public-title{margin-bottom: .3rem;}
	.Scientific .describes .list ul li{margin-bottom: .3rem;}
	.Scientific .describes .list ul li .title{margin-bottom: .3rem;}
	.Scientific .referral .box{width: 100%;padding: .2rem;box-sizing: border-box;}
	.Scientific .referral .img{width: 100%}
	.About .overview .left-box{width: 100%}
	.About .overview .right-box{width: 100%;margin-top: .2rem;}
	.About .vision{margin-top: .6rem;}
	.About .vision .img img{height: 2rem;object-fit: cover;}
	.About .vision .box .public-title{margin-bottom: .3rem;}
	.About .vision .box .text{padding: 0 .2rem}
	.About .featured .list ul li{width: 48%;margin: 1%;}
	.About .featured .list ul li .title{margin-top: .2rem;line-height: 1.5;}
	.About .field .list ul{margin: 0;}
	.About .field .list ul li{width: 100%;margin: 1% 0;}
	.About .field .list ul li .box{padding: .3rem}
	.About .field .list ul li .box .title:after{margin-top: .2rem;}
	.About .field .list ul li .box .text{margin-top: .2rem;}
	.Planting .img img{height: 60vh;object-fit: cover;}
	.Rspo .materials .public-title{margin-bottom: .3rem;}
	.Rspo .materials .one-box .left-box{width: 100%}
	.Rspo .materials .one-box .right-box{margin-top: .2rem;width: 100%}
	.Rspo .main-title{margin-bottom: .3rem;}
	.Rspo .materials .two-box .list ul{margin: 0;}
	.Rspo .materials .two-box .list ul li{width: 100%;margin: 0;margin-bottom: .2rem;padding: .3rem}
	.Rspo .materials .two-box .list ul li .icon{width: 1rem;}
	.Rspo .materials .two-box .list ul li .title{margin-top: .3rem;}
	.Rspo .worth .left-box{width: 100%}
	.Rspo .worth .right-box{width: 100%;margin-top: .2rem;}
	.Rspo .practice .one-box .img img{height: 4rem;object-fit: cover;}
	.Rspo .practice .one-box .box{padding: .3rem}
	.Rspo .practice .two-box .left-box{width: 100%}
	.Rspo .practice .two-box .right-box{width: 100%;margin-top: .2rem;}
	.Rspo .practice .two-box .left-box .list ul li{position: relative;padding-left: .4rem;display: block;}
	.Rspo .practice .two-box .left-box .list ul li:before{position: absolute;left: 0;top: 0;}
	.Rspo .practice .two-box .left-box .list ul li span{display: block;width: max-content;white-space: nowrap;}
	.Rspo .practice .three-box .box:before{display: none;}
	.Rspo .practice .three-box .box:after{display: none;}
	.Rspo .practice .three-box .box .text{margin-top: .2rem;}
	.Rspo .practice .three-box .box .name{margin-top: .2rem;}
	.Environment .one-box .public-title{margin-bottom: .3rem;line-height: 1.5;}
	.Environment .one-box .one-item .img img{height: 4rem;object-fit: cover;}
	.Environment .one-box .one-item .box{padding: .4rem .3rem}
	.Environment .one-box .two-item .main-title{margin-bottom: .3rem;}
	.Environment .one-box .two-item .list ul{margin: 0;}
	.Environment .one-box .two-item .list ul li{width: 100%;margin: 0;margin-bottom: .2rem;}
	.Environment .two-box .left-box{width: 100%;}
	.Environment .two-box .right-box{width: 100%;margin-top: .2rem;}
	.Environment .main-title{margin-bottom: .3rem;}
	.Environment .three-box .one-item .list ul li .icon{width: .6rem;height: .6rem;}
	.Environment .three-box .one-item .list{margin-top: .3rem;}
	.Environment .three-box .two-item .img img{height: 4rem;object-fit: cover;}
	.Environment .three-box .two-item .box{padding: .4rem .3rem}
	.Environment .three-box .two-item .box .list ul li{position: relative;padding-left: .4rem;display: block;}
	.Environment .three-box .two-item .box .list ul li:before{position: absolute;left: 0;top: 0;margin-right: 0;}
	.Environment .three-box .two-item .box .list ul li span{display: block;width: max-content;white-space: nowrap;}
	.Environment .three-box .three-item .box:before{display: none;}
	.Environment .three-box .three-item .box:after{display: none;}
	.Environment .three-box .three-item .box .text{margin-top: .2rem;}
	.Environment .three-box .three-item .box .name{margin-top: .2rem;}
	.Climate .one-box .public-title{margin-bottom: .3rem;}
	.Climate .one-box .one-item .list ul li .img{width: 100%;}
	.Climate .one-box .one-item .list ul li .box{width: 100%;margin-top: .2rem;}
	.Climate .one-box .one-item .list ul li:nth-of-type(even){flex-flow: column;}
	.Climate .one-box .one-item .list ul li{margin-bottom: .2rem;}
	.Climate .two-box .one-item .list ul li:hover .flx .casket{padding: 0 .15rem}
	.Climate .two-box .one-item .list ul li .box{width: 90%;text-align: center;}
	.Climate .two-box .two-item .flex-aic-jcsb-row{flex-flow: column-reverse;}
	.Climate .two-box .two-item .left-box{width: 100%}
	.Climate .two-box .two-item .img{margin-bottom: .2rem;width: 100%}
	.Climate .three-box .one-item .img img{height: 4rem;object-fit: cover;}
	.Climate .three-box .one-item .box .list ul li{position: relative;padding-left: .4rem;display: block;}
	.Climate .three-box .one-item .box .list ul li:before{position: absolute;left: 0;top: .02rem;margin-right: 0;}
	.Climate .three-box .one-item .box .list ul li span{display: block;width: max-content;white-space: nowrap;}
	.Climate .three-box .two-item .box:before{display: none;}
	.Climate .three-box .two-item .box:after{display: none;}
	.Climate .three-box .two-item .box .text{margin-top: .2rem;}
	.Climate .three-box .two-item .box .name{margin-top: .2rem;}
	.Oriented .one-box .one-item .img img{height: 4rem;object-fit: cover;}
	.Oriented .one-box .one-item .box{padding: .4rem .3rem}
	.Oriented .one-box .two-item .list ul{margin: 0;}
	.Oriented .one-box .two-item .list ul li{width: 100%;margin: 0;margin-bottom: .2rem;}
	.Oriented .one-box .two-item .list ul li .box .text{margin-top: .2rem;}
	.Oriented .two-box .list ul li{margin-bottom: .2rem;}
	.Oriented .two-box .list ul li .img{width: 100%}
	.Oriented .two-box .list ul li .box{margin-top: .2rem;width: 100%}
	.Oriented .two-box .list ul li:nth-of-type(even){flex-flow: column;}
	.Oriented .main-title{margin-bottom: .3rem;}
	.Oriented .main-title span{transform: translate(.15rem, -.1rem)}
	.Oriented .three-box .box:before{display: none;}
	.Oriented .three-box .box:after{display: none;}
	.Oriented .three-box .box .text{margin-top: .2rem;}
	.Oriented .three-box .box .name{margin-top: .2rem;}
	.Plant .public-title{line-height: 1.5;margin-bottom: .3rem;}
	.Plant .one-box .one-item .left-box{width: 100%}
	.Plant .one-box .one-item .right-box{width: 100%;margin-top: .2rem;}
	.Plant .main-title{margin-bottom: .3rem;}
	.Plant .main-title span{transform: translate(.15rem, -.1rem)}
	.Plant .one-box .two-item .list{margin-top: .3rem;}
	.Plant .one-box .two-item .list ul{margin: 0;}
	.Plant .one-box .two-item .list ul li{width: 100%;margin: 0;margin-bottom: .2rem;}
	.Plant .two-box .left-box{width: 100%}
	.Plant .two-box .right-box{width: 100%;margin-top: .2rem;}
	.Plant .two-box .left-box .main-title{margin-bottom: .3rem;}
	.Plant .three-box .one-item .img img{height: 4rem;object-fit: cover;}
	.Plant .three-box .one-item .box{padding: .4rem .3rem}
	.Plant .three-box .two-item .left-box{width: 100%}
	.Plant .three-box .two-item .right-box{width: 100%;margin-top: .2rem;}
	.Plant .three-box .two-item .title{line-height: 1.5;}
	.Plant .three-box .two-item .right-box .list ul li{position: relative;padding-left: .4rem;display: block;}
	.Plant .three-box .two-item .right-box .list ul li:before{position: absolute;left: 0;top: .02rem;margin-right: 0;}
	.Plant .three-box .two-item .right-box .list ul li b{display: block;width: max-content;white-space: nowrap;}
	.Plant .three-box .three-item .box:before{display: none;}
	.Plant .three-box .three-item .box:after{display: none;}
	.Plant .three-box .three-item .text{margin-top: .2rem;}
	.Plant .three-box .three-item .name{margin-top: .2rem;}
	.News-details .left-box{width: 100%}
	.News-details .right-box{width: 100%;margin-top: .3rem;}
	.News-details .bottom-box{margin-top: .3rem;padding-top: .3rem;}
	.Return{margin-top: .2rem;margin-left: 0;}
	.prew{line-height: 1.5;}
	.News .list ul li .img{width: 100%;}
	.News .list ul li .box{width: 100%;margin-left: 0;margin-top: .2rem;}
	.News .list ul li .more{margin-top: .2rem;position: initial;transform: translateY(0%);}
	.News .list ul li{margin-bottom: .2rem;padding-bottom: .2rem;}
	.pages .nums{margin: 0 .2rem;}
	.Contact .contact .left-box{width: 100%}
	.Contact .contact .right-box{width: 100%;margin-top: .2rem;}
	.Contact .contact .right-box .list ul li{margin-bottom: .3rem;}
	.Contact .message .list{margin-top: .3rem;}
	.Join .head-box{padding: 0 .5rem 0 .1rem;}
	.Join .list ul li .top-box{padding: 0 .5rem 0 .1rem;justify-content: space-between}
	.Join .list ul li .top-box .more{right: .1rem;}
	.Join .list ul li .top-box .item{width: auto}
	.Join .list ul li.on .bottom-box{padding: .3rem;}
	.Join .list ul li .bottom-box .delivery{margin-top: .2rem;}
	.Product .left-box{width: 100%;padding-top: 0;}
	.Product .right-box{width: 100%;margin-top: .2rem;margin-left: 0;}
	.Product .left-box .box .menu{position: relative;}
	.Product .left-box .box .menu .name{display: flex;align-items: center;justify-content: space-between;padding: .15rem;font-size: .18rem;border: 1px solid #0fa0d5;color: #0fa0d5;}
	.Product .left-box .box .menu .name:after{display: block;content: '';width: .1rem;height: .1rem;border-top: 1px solid  #0fa0d5;border-right: 1px solid  #0fa0d5;transform: rotate(45deg)}
	.Product .left-box .box .menu ul{display: none;position: absolute;left: 0;top: 100%;width: 100%;padding: .2rem;z-index: 3;background-color: #fff;border: 1px solid #ddd;}
	.Product .left-box .box .menu ul li{margin-bottom: .2rem;}
	/* .Product .left-box .box .menu:hover ul{display: block;} */
	.Product .right-box .list{overflow-y: hidden;}
	.Product .right-box .list table{width: 10rem}
	.Service .list ul li .img{width: 100%}
	.Service .list ul li .box{width: 100%;margin-top: .2rem;padding-bottom: .2rem;}
	.Service .list ul li:nth-of-type(even){flex-flow: column;}
	.Service .list ul li{margin-bottom: .2rem;}
	.Service .list ul li .box .name{margin-top: .2rem;}
	.Service .list ul li .box .icon img{max-width: .4rem}
  .Career .develop .list{margin-top: .3rem;}
  .Career .develop .list ul li{width: 48%;padding: .3rem .2rem}
  .Career .develop .list ul li .title{margin-top: .2rem;margin-bottom: .2rem;}
  .Career .benefit .list ul li{width: 100%;padding: .2rem 3%;border-right: 0;min-height: auto;margin-bottom: .2rem;border-bottom: 1px solid rgba(255, 255, 255, .04);}
  .Career .benefit .list ul li .title{margin-top: .2rem;}
  .Career .benefit .list ul li .text{margin-top: .2rem;}
  .Career .benefit .list ul li .more{margin-top: .3rem;}
  .Career .promotion .list ul li .img{width: 100%;margin-bottom: .2rem;}
  .Career .promotion .list ul li .box{width: 100%;}
  .Career .promotion .list ul li:nth-of-type(odd){flex-flow: column;}
  .Career .promotion .list ul li .box dl{margin-top: .2rem;}
  .Career .promotion .list ul li{margin-bottom: .3rem;}
  .Career .culture .left-box{width: 100%}
  .Career .culture .right-box{width: 100%;margin-top: .2rem;}
  .Career .culture .left-box .list ul li{margin-bottom: .2rem;}
}




.ytable{ display:table; width:100%;table-layout:fixed;}
.ytable-cell{ display:table-cell; vertical-align:middle;}
.popUp-box{display: none;position: fixed;left: 0%;width: 100%; top: 0;height: 100%; background-color: rgba(0,0,0,0.9); overflow: auto; z-index: 900;}
.popUp-box.show{left: 0;}
.popUp-box .ytable{height: 100%;}
.popUp-box .main{position: relative; max-width: 1300px; background-color: #fff; width: 90%; margin: 0 auto;}
.popUp-box .main .colse{position: absolute;width: 1.5625em; height: 1.5625em; right: 1.25em;top: 1.25em; background: url(/common/images/Floor003147-close.svg) no-repeat;background-size: contain;z-index: 10; cursor:pointer;}
.popUp-box .main > div{width: 90%;margin: 0 auto;max-width: 1200px;}
.popUp-box[data-type="form"] .main > div{max-width: 1082px;}
.popUp-box .name{font-family: 'SourceHanSansCN-Medium';font-size: 2.25em;color: #333; padding:1em 0;text-align: center;}
.popUp-box[data-type="form"] .name{border-bottom: 1px solid #000000; margin-bottom: 1em;}
.from{padding-bottom: 3em;}
.from .text{width: 100%;height: 3.125em; line-height: 3.125em; font-size: 1em; border-radius: 5px; border:solid 1px rgba(139,139,139,0.2);}
.from textarea.text{height: auto;}
.from table{font-size: 0.875em;}
.from table tr,
.from table td{font-size: 1em;}
.from td{color: #333333; }
.from .btn{width: 10em;height: 3.75em;background: #0fa0d5;border-radius: 5px;color: #fff;font-family: 'SourceHanSansCN-Regular'; border: 0; cursor:pointer;font-size: 1em;padding: 0;}
.from .btn-reset{background: #6e6e6e;}
.from .btn + .btn{margin-left: 0.625em;}
.load-info .type{background-color: #f0f0f0; padding: 0.625em 0;}
.load-info .intro-tit,
.load-info .edit-info{max-width: 1082px;margin: 0 auto; width: 95%;}
.load-info .intro-tit{border-bottom: 1px solid #000000;font-family: 'SourceHanSansCN-Medium'; font-size: 1.125em; line-height: 2; margin-top:2em; margin-bottom: 1em;color: #333;}
.load-info .edit-info{font-size: 0.875em;line-height: 2.57142; color: #999;}
@media (min-width:1025px) {
.load-info .type{text-align: center;}
.load-info .type dd{float: none;display: inline-block;padding: 0 48px; line-height: 2.5;}
.from .f-name{text-align: right;}
.from td{line-height: 3.125em;vertical-align: top;padding-bottom: 1.428571em;}
.from .w1{width:6.7857em;}
.from .w2{width:36.969%;}
.from .w3{width:15.712%;}
}
@media (max-width:1024px) {
.load-info .type{padding:1em;}
.popUp-box .name{font-size:20px;}
.from td{display: block;}
.from .f-name{padding-top: 1em;}

}
@media (max-width:640px) {
footer .top .left,
footer .top .right{ width: 100%;}
footer .contact{ padding-left: .3rem; margin-left: .1rem;}
footer .contact-box{ width: 40%;}
footer .logo img{ margin-bottom: 0;}
footer::before{ top: .2rem;}
}<!--0.00025701522827148-->