.nybannerbox{height:37vw;background-repeat: no-repeat; background-position:top center; background-size:100% auto;background-attachment: fixed; position: relative;display: flex;align-items: center;justify-content: center;}
.nybannerbox .nybantxtbox{color:#ffffff;text-align:left;position: relative;z-index:1;}
.nybannerbox .nybantxtbox .tit h2{font-weight:600;}
.nybannerbox .nybantxtbox .subtit{opacity:0.7;}

/**/
.nyposition{width: 100%;padding-top:0.2rem;opacity:0.7;}
.nyposition .posibox{color:#767676; height:40px;line-height:40px;display: flex;align-items: center;}
.nyposition .posibox a{color:#767676;}
.nyposition .posibox em{font-style:normal;}
.nyposition .posibox i{font-style:normal;padding:0 12px;}
.nyposition .posibox a:hover{color:#EC6900;}

.nyposition.absolute{position: absolute;left:0;width:100%;opacity:1;top:1rem;}
.nyposition.absolute .posibox{color:#ffffff;}
.nyposition.absolute .posibox a{color:#ffffff;filter: brightness(1) invert(0);}
.nyposition.absolute .posibox a:hover{color:#EC6900;}

.nyposition.news{padding-top:1.2rem;opacity:1;}
/***/
.header{-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}
.header.henot{top:-1.1rem;}

/*====移动端导航====*/
#m_n_nav #n_n_title{height:50px;}
#m_n_nav {display: none;line-height: 50px;position: relative;z-index:6;float: left;width: 100%;background:#EC6900;}
#bnt_back { position: absolute; left: 10px; top:0; }
#bnt_back svg { fill: #fff; height: 30px; vertical-align: middle; width: 26px; }
#m_n_nav h1 { font-size:16px; color: #fff; text-align: center; margin: 0; line-height: 50px; }
#bnt_sub_nav { position: absolute; right:20px; top: 15px; cursor: pointer; color: #fff; font-size: 18px; }
#bnt_sub_nav svg {fill: #fff;height: 20px;vertical-align: middle;width: 20px;}
#bnt_sub_nav img { display: block; height:20px;vertical-align: middle;}
#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
#sub_nav_content {background: #f0f3f5;display: none;box-shadow:0 0 5px #9999994f;z-index: 9;position: absolute;width: 100%;}

#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0; }
#sub_nav_content ul li a { display: block; border-left: 2px solid #EC6900; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }
#sub_nav_content ul li.on a { color: #EC6900; }
#sub_nav_content dl { font-size: 0; overflow: hidden; background: #fff; padding: 10px 15px; display:flex; gap:10px;}
#sub_nav_content dt { position: relative; background: #fff; z-index: 999; /*width: 33.333333%; */display: inline-block; margin-bottom: 0; float: left; text-align: center; }
#sub_nav_content dt a {margin: 0 4px;display: block;color: #5b5349;line-height: 30px;font-size: 13px;font-weight: 400;vertical-align: top;}
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0; opacity: 0; filter: alpha(opacity=0); display: none; }
#sub_nav_content dt.title { background: #fafafb; }
#sub_nav_content dt.title i { opacity: 1; filter: alpha(opacity=100); }
#sub_nav_content dt.title_on { background: #fafafb; }
#sub_nav_content dt.title_on a { color: #EC6900; border-top: 1px solid #fff; }
#sub_nav_content dt.title_on a i { color: #EC6900; }
#sub_nav_content dt.last a { border-top: 1px solid #f8f8f8; }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color:#EC6900;font-weight:bold;}
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px 0px 0px 0px; }
#sub_nav_content dd a { padding: 0 25px; line-height: 30px; border-top: 1px solid #e7e7e7; font-size: 12px; color: #5b5349; display: block; height: 30px; }
#sub_nav_content dd a.on { color:#EC6900; }
.clearfix::after{content:'';display: block; clear: both;}
/*内页导航*/
.nynavbox{padding-top:0.5rem;border-bottom:1px solid #E2E2E2;}
.nynavbox .container{display: flex;justify-content: space-between;}
.nynav{}
.nynav ul{display:flex;gap:0.3rem;}
.nynav ul li{}
.nynav ul li a{display:flex;align-items: center;font-weight:600;line-height:1.4;}
.nynav ul li{position: relative;padding-left:0.2rem;}
.nynav ul li::before{content:'';position: absolute;width:6px;top:0.12rem;left:0;height:6px;background-color:#EC6900;display:none; border-radius:50%;}
.nynav ul li.on:before{display: block;}
.nynav ul li.on a,.nynav ul li:hover a{color:#EC6900;}
.probox .nynav ul li{}

.thnavbox{padding-top:0.6rem;}
.thnavbox  .container{display:flex;justify-content: space-between;align-items: center;}
.thnavbox .thnavitem{display:flex;align-items: center;margin-bottom:0.15rem;}
.thnavbox .thnavitem .tit{color:#1a1a1a;}
.thnavbox .thnavlist ul{display:flex;line-height:1.6;gap:0.15rem;}
.thnavbox .thnavlist ul li a{display:flex;padding:0.06rem 0.3rem;border-radius:40px;font-weight:200;}
.thnavbox .thnavlist ul li.on a,.thnavbox .thnavlist ul li:hover a{background:#EC6900;color:#ffffff;}
.thnavbox .ny_search{width:4.9rem;}
.thnavbox .ny_search .media-search{width:4.9rem;border: 1px solid #E5E5E5; border-radius:0.4rem;padding:0 0.15rem 0 0.2rem;display:flex;justify-content: space-between;margin-left:0.3rem; align-items: center;}
.thnavbox .ny_search input[type="text"]{font-size:0.16rem;width:calc(100% - 80px);line-height:0.5rem;}
.thnavbox .ny_search input[type="submit"]{cursor:pointer;background-image:url(../images/search-btn1.svg);background-position: center;background-repeat: no-repeat; width:0.4rem;height:0.5rem;background-size:0.24rem;}
.thnavbox .ny_search .filter-text{height:0.5rem;}
.thnavbox .ny_search .filter-list{top:0.5rem;}


@font-face {
    font-family: "socialshare";
    src: url("../font/iconfont.eot");
    src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"),url("../font/iconfont.woff") format("woff"),url("../font/iconfont.ttf") format("truetype")
}
.social-share{font-family: "socialshare" !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;display: flex;position: relative;vertical-align: top;margin: 0 auto;transition: .5s; gap:10px;}
.social-share *{font-family: "socialshare" !important}
.social-share .icon-tencent:before{content: "\f07a"}
.social-share .icon-qq:before{content: "\f11a"}
.social-share .icon-weibo:before{content: "\f12a"}
.social-share .icon-wechat:before{content: "\f09a"}
.social-share .icon-douban:before{content: "\f10a"}
.social-share .icon-heart:before{content: "\f20a"}
.social-share .icon-like:before{content: "\f00a"}
.social-share .icon-qzone:before{content: "\f08a"}
.social-share .icon-linkedin:before{content: "\f01a"}
.social-share .icon-diandian:before{content: "\f05a"}
.social-share .icon-facebook:before{content: "\f03a"}
.social-share .icon-google:before{content: "\f04a"}
.social-share .icon-twitter:before{content: "\f06a"}
.social-share a{position: relative;text-decoration: none;margin: 0 auto;display: inline-block;outline: none;}
.social-share .social-share-icon{position: relative;display: block;width: 0.34rem;height:0.34rem;border-radius:5px;border: none;background-color:rgb(236 105 0 / 50%); color: #ffffff;text-align: center;vertical-align: top;/*transition: background 0.6s ease-out 0s;*/transition: .6s;font-size:0.16rem;display: flex !important;align-items: center;justify-content: center;}
.social-share .social-share-icon:hover{background-color:#EC6900;}
.social-share .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position: absolute;z-index: 9;bottom: -78px; right: -225px;width: 200px;height: 192px;color: #666;font-size: 12px;text-align: center;background-color: #fff;box-shadow: -2px 0px 10px #aaa;transition: all 200ms;-webkit-tansition: all 350ms;-moz-transition: all 350ms;}
.social-share .icon-wechat .wechat-qrcode.bottom{top: 40px;left: -76px;}
.social-share .icon-wechat .wechat-qrcode.bottom:after{display: none}
.social-share .icon-wechat .wechat-qrcode h4{font-weight: normal;height: 26px;line-height: 26px;font-size: 12px;background-color: #f3f3f3;margin: 0;padding: 0;color: #777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width: 105px;margin: 10px auto}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin: 0 !important}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight: normal;line-height: 16px;padding: 0;margin: 0}
.social-share .icon-wechat .wechat-qrcode:after{content: '';position: absolute;left: -13px;margin-top: -6px;top: 50%;width: 0; height: 0;border-width: 6px 8px 6px 6px;border-style: solid;border-color: transparent #fff transparent transparent;}
.social-share .icon-wechat:hover .wechat-qrcode{display: block}

/**/
.page{text-align: center;display:flex;align-items: center; justify-content: center;margin-top:0.7rem;}
.page a,.page span{height:0.4rem;line-height:0.4rem;border:solid 1px transparent;background-color:#ffffff; border-radius: 5px;display:inline-block;margin:0 5px;padding: 0 15px;color: #646466;box-sizing: border-box;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.page .on{background-color:#EC6900;color:#ffffff;}
.page a.pre,.page a.next{display:flex;align-items: center;justify-content: center;}
.page a.pre img,.page a.next  img{display: block;width:15px;}
.page a.pre img{transform: rotate(180deg);}
.page a.pre .img-w,.page a.next .img-w{display: none;}
.page a:hover{border:solid 1px #EC6900;color:#EC6900;}
.page a.pre:hover,.page a.next:hover{border:solid 1px #EC6900;}
.page a.pre:hover .img,.page a.next:hover .img{display: none;}
.page a.pre:hover .img-w,.page a.next:hover .img-w{display: block;}
.page a.on:hover{color:#ffffff;background-color:#EC6900;}
.page a.pre:hover,.page a.next:hover{color:#EC6900;border-color:transparent;}


.ph_pages{display:none;margin-top:30px;margin-bottom:30px;}
.am-pagination{padding-left:0;margin:0 ;list-style:none;color:#999;text-align:left}
.am-pagination:after,.am-pagination:before{content:" ";display:table}
.am-pagination:after{clear:both}
.am-pagination>li{display:inline-block}
.am-pagination>li>a,.am-pagination>li>span{position:relative;display:block;padding:.5em 1em;text-decoration:none;line-height:1.2;background-color:#fff;border:1px solid #ddd;border-radius:0;margin-bottom:5px;margin-right:5px}
.am-pagination>li:last-child>a,.am-pagination>li:last-child>span{margin-right:0}
.am-pagination>li>a:focus,.am-pagination>li>a:hover,.am-pagination>li>span:focus,.am-pagination>li>span:hover{background-color:#eee}
.am-pagination>.am-active>a,.am-pagination>.am-active>a:focus,.am-pagination>.am-active>a:hover,.am-pagination>.am-active>span,.am-pagination>.am-active>span:focus,.am-pagination>.am-active>span:hover{z-index:2;color:#fff;background-color:#0e90d2;border-color:#0e90d2;cursor:default}
.am-pagination>.am-disabled>a,.am-pagination>.am-disabled>a:focus,.am-pagination>.am-disabled>a:hover,.am-pagination>.am-disabled>span,.am-pagination>.am-disabled>span:focus,.am-pagination>.am-disabled>span:hover{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed;pointer-events:none}
.am-pagination .am-pagination-prev{float:left}
.am-pagination .am-pagination-prev a{border-radius:0}
.am-pagination .am-pagination-next{float:right}
.am-pagination .am-pagination-next a{border-radius:0}
.am-pagination-centered{text-align:center}
.am-pagination-right{text-align:right}
.am-pagination{position:relative}
.am-pagination-default{margin-left:10px;margin-right:10px;font-size:1.6rem}
.am-pagination-default .am-pagination-next,.am-pagination-default .am-pagination-prev{float:none}
.am-pagination-select{margin-left:10px;margin-right:10px;font-size:14px;}
.am-pagination-select>li>a{line-height:36px;background-color:#eee;padding:0 15px;border:0;color:#555}
.am-pagination-select .am-pagination-select{position:absolute;top:0;left:50%;margin-left:-35px;width:70px;height:36px;text-align:center;border-radius:0}
.am-pagination-select .am-pagination-select select{display:block;border:0;line-height:36px;width:70px;height:36px;border-radius:0;color:#555;background-color:#eee;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:18px}

.nydw{position: absolute;top:0;}

.nymain{padding-top:0rem;}
/*.nynavbox{position: relative;}
.nynavbox .container{position: relative;}
.nynavbox .fixed-box{position: absolute;transform: translateX(0%) translateY(-50%);width:calc(100% - 2.8rem);background-color: #ffffff;top:0rem; border-radius:0.1rem;box-shadow:0 0 8px 2px rgba(0 0 0 /0.1);z-index:98;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}
.nynavbox .fixed-box .nynavcon{display:flex;justify-content: space-between;padding: 0.25rem 0.4rem;}
.nynavbox .fixed-box.stikey1{position:fixed;transform: translateY(0%);}
.nynavbox .nynavcon .navlist ul{display:flex;gap:0.3rem;}
.nynavbox .nynavcon .navlist ul li{cursor: pointer;}
.nynavbox .nynavcon .navlist ul li.active{color:#EC6900;}
.navbtn{display:flex;justify-content: center;line-height:1.6;}
.navbtn a{display: flex;background-color:#EC6900; padding:0.06rem 0.2rem;border-radius:0.4rem;color:#ffffff;}
.navbtn a span{display:flex;align-items: center;}
.navbtn a i{font-style:normal;display: block;margin-left:8px;}
.nynavbox .fixed-box.stikey1 .nynavcon{padding-top:0.15rem;padding-bottom:0.15rem;}
.nynavbox .fixed-box.stikey1 .navlist ul li{font-size:0.16rem;}*/
/**/
.ny_title{margin-top:0rem;text-align: center;}
.ny_title h3{font-weight:600;line-height:1.4;}
.ny_titlebox{display:flex;justify-content: space-between;align-items: center;}
.ny_titbox{display:flex;justify-content: space-between;align-items: flex-end;}
.ny_titbox .ny_title{text-align: left;width:calc(100% - 400px);}
.ny_title .ny_subtit{margin-left:auto;margin-right:auto;width:100%; max-width:2000px;margin-top:0.1rem;opacity:0.7;}
.ny_titbox .ny_title .ny_subtit{margin-left:0;margin-right:0;}


.form_tc{position: fixed;width: 100%;height: 100%;z-index: 9;top: 0;left: 0;display: flex;justify-content: center;align-items: center;}
.tc { display: none; }
.tc.act { display: flex; }
.tc .tc_bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.form_tc:before{content:''; background-color: rgba(0 0 0 /0.6);position: absolute;top:0;left:0;width:100%;height:100%;}
.form_tc .form_box{ background: #ffffff;padding:0.55rem 0.4rem 0.4rem;position: relative;z-index:1; width:6rem;border-radius:10px;}
.form_tc .form_box .close{width: 0.16rem; height: 0.16rem; position: absolute; top: 0.2rem; right: 0.2rem;cursor: pointer;}
.form_tc .form_box .form-row{margin-bottom:0.2rem;}
.form_tc .form_box .form-content{margin-bottom:0.2rem;position: relative;}
.form_tc .form_box .form-file{margin-bottom:0.15rem;}
.form_tc .form_box .form-row .form-control,.form_tc .form_box .form-file .form-control{display: flex; align-items: center;height: 46px; border: 1px solid #E9E9E9; border-radius: 30px; padding-right: 15px;padding-left: 15px;position: relative;}
.form_tc .form_box .error{position: absolute;left:0.15rem;top:0;display:flex;line-height: 46px;}
.form_tc .form_box .error p{opacity:0.7;margin-right:3px;}
.form_tc .form_box .error span{color:#EC6900;}
.form_tc .form_box .form-content .error{top:0.05rem;}
.form_tc .form_box .form-row input,.form_tc .form_box .form-file input{font-size:0.16rem;padding:0 0.15rem 0 0;line-height:46px;position: relative; z-index: 1;width:100%;}
.form_tc .form_box .form-content textarea{border: 1px solid #E9E9E9;border-radius: 10px; width:100%; padding: 15px; font-size: 0.16rem;  font-family: '微软雅黑';  min-height: 90px;display: block;position: relative;z-index:1;}
.form_tc .form_box .form-file .form-control{position: relative;height:46px;}
.form_tc .form_box .form-file .file_btnbox{position: absolute;right:10px;top:7px;height:32px;width:0.6rem; cursor: pointer;z-index:2;}
.form_tc .form_box .form-file .file_btnbox .file_btn{position: absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items: center;justify-content: center;background-color:#222222;color: #ffffff;border-radius:30px;}
.form_tc .form_box .form-file .file_btnbox input{width:100%;height:100%;opacity:0;padding:0;position: absolute;left:0;top:0;cursor: pointer;z-index: 2;opacity:0;display: none;}
.form_tc .form_box .form-file .file_btnbox:hover .file_btn{background-color:#EC6900;}
.form_tc .form_box .form-text{color:#767676;}
.form_tc .form_box .form-file .wjmc{font-size:0.16rem;color:#212121;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:0.1rem;}

.form_tc .form_box .form-btn{display:flex;margin-top:0.4rem;justify-content: center;}
.form_tc .form_box .form-btn button{background-color:#EC6900 ;color:#ffffff;width:100%;text-align: center;padding:0.12rem 0;border-radius:30px;cursor: pointer;font-size: 0.16rem;}

.aboutbox1{padding:1.2rem 0;}
.aboutbox1 .content{margin-top: 0.3rem;margin:0.3rem 0.5rem 0;text-align: center;}
.aboutbox1 .content p{margin-bottom:0.1rem;}
.aboutbox1 .content p:last-child{margin-bottom:0;}
.aboutbox1 .list{margin-top:0.4rem;}
.aboutbox1 .list ul{display:grid; grid-template-columns: repeat(4, 1fr); gap:0.4rem 0.4rem;grid-template-rows: repeat(2, 1fr);}
.aboutbox1 .list ul li{}
.aboutbox1 .list .itembox{background:#F9F9F9;border-radius:0.1rem;padding:0.3rem;display:flex;height:100%;}
.aboutbox1 .list .itembox .iconbox{width:0.6rem;height:0.6rem;margin-right:20px;}
.aboutbox1 .list .itembox .txtbox{flex:1;}
.aboutbox1 .list .itembox .txtbox .tit{color:#EC6900;line-height:1.2;font-weight:600;}
.aboutbox1 .list .itembox .txtbox .tit span{line-height:1;}
.aboutbox1 .list .itembox .txtbox .tit i{font-style:normal;line-height:1.2;}
.aboutbox1 .list .itembox .txtbox .info{color:#999999;margin-top:15px;line-height:1.4;}

.aboutbox1 .aboutlist_swiper{position: relative; overflow: hidden;display:none;}
.aboutbox1 .aboutlist_swiper .itembox{background:#F9F9F9;border-radius:0.1rem;padding:0.3rem;display:flex;height:100%;}
.aboutbox1 .aboutlist_swiper .itembox .iconbox{width:0.6rem;height:0.6rem;margin-right:20px;}
.aboutbox1 .aboutlist_swiper .itembox .txtbox{flex:1;}
.aboutbox1 .aboutlist_swiper .itembox .txtbox .tit{color:#EC6900;line-height:1.2;font-weight:600;}
.aboutbox1 .aboutlist_swiper .itembox .txtbox .tit span{line-height:1;}
.aboutbox1 .aboutlist_swiper .itembox .txtbox .tit i{font-style:normal;line-height:1.2;}
.aboutbox1 .aboutlist_swiper .itembox .txtbox .info{color:#999999;margin-top:15px;line-height:1.4;}
.aboutbox1 .video{margin-top:0.5rem;}
.aboutbox1 .video video{max-width:100%;width:100%;min-height:40vw;}
/**/
.ny_subtit{text-align: center;margin-bottom:0.3rem;}
.ny_subtit h4{font-weight:600;}
.ny_infotit{text-align: center;display:flex;justify-content: center;}
.ny_infotit h5{padding-left:20px;position: relative;font-weight:600;}
.ny_infotit h5:before{content:''; position: absolute;width:3px;background-color:#EC6900;height:60%;left:0;top:20%;}
.aboutbox2{}
.aboutbox2 .probox{padding:0.6rem 0.3rem 0.4rem;background-color:#F9F9F9;border-radius:0.1rem;margin-top:0.6rem;}
.aboutbox2 .prolistbox{margin-bottom:0.6rem;}
.aboutbox2 .prolistbox:last-child{margin-bottom:0;}
.aboutbox2 .prolistbox .list{margin-top:0.3rem;}
.aboutbox2 .prolistbox .list ul{display:flex;gap:0.3rem;}
.aboutbox2 .prolistbox .list ul li{width:calc(25% - (0.3rem * 3 / 4 ));}
.aboutbox2 .prolistbox .list .item{ height: 100%;}
.aboutbox2 .prolistbox .list .item a{display: block;background-color:#ffffff;position: relative;overflow: hidden;border-radius:0.1rem; height: 100%;}
.aboutbox2 .prolistbox .list .item .imgbox{position: relative; overflow: hidden;padding-bottom: 55%;border-radius:0.1rem;}
.aboutbox2 .prolistbox .list .item .imgbox img{position: absolute;width:100%;height:100%;top:0;left:0;}
.aboutbox2 .prolistbox .list .item .txtbox{padding:0.15rem 0.2rem;}

.aboutbox2 .about_list{margin-top:0.4rem;background-color:#F9F9F9;padding:0.4rem 0.3rem;border-radius:0.1rem;}
.aboutbox2 .about_list ul{display:flex;}
.aboutbox2 .about_list ul li{width:33.33%;}
.aboutbox2 .about_list .itembox{display:flex;padding:0 0.5rem;position: relative;overflow: hidden;height: 100%;}
.aboutbox2 .about_list .itembox:after{content:'';position: absolute;right:0;top:10%; width:1px;height:80%;background:#e1e1e1;}
.aboutbox2 .about_list ul li:first-child .itembox{padding:0 0.5rem 0 0;}
.aboutbox2 .about_list ul li:last-child .itembox{padding:0 0 0 0.5rem;}
.aboutbox2 .about_list ul li:last-child .itembox:after{display:none;}
.aboutbox2 .about_list .iconbox{width:0.6rem;height:0.6rem;margin-right:0.3rem;}
.aboutbox2 .about_list .txtbox{flex:1;}
.aboutbox2 .about_list .txtbox .tit{line-height:1.4;color:#242424;}
.aboutbox2 .about_list .txtbox .info{line-height:1.4;margin-top:0.1rem;color:#888888;}

/***/
.aboutbox3{padding:1.2rem 0;}
.aboutbox3 .about_bot{margin-top:0.5rem;position: relative;overflow: hidden;border-radius:0.1rem;}
.aboutbox3 .about_bot .imglist ul li{display:none;}
.aboutbox3 .about_bot .imglist ul li.cur{display: block;}
.aboutbox3 .about_bot .titlist{position: absolute;width:100%;bottom:0;background-color:rgba(0 0 0 /0.3);backdrop-filter: blur(5px);padding:0.25rem 0 0.3rem;}
.aboutbox3 .about_bot .titlist dl{display: flex;border-bottom:1px solid #EAEAEA;position: relative;}
.aboutbox3 .about_bot .titlist dl dd{width:25%;text-align: center;display:flex;justify-content: center;position: relative;cursor: pointer;opacity:0.5;}
.aboutbox3 .about_bot .titlist dl dd h3{padding:0.15rem 0.4rem;line-height:1.4;color:#ffffff;}
.aboutbox3 .about_bot .titlist dl dd:before{content:''; position: absolute;width:0%;height:3px;background-color:#ffffff;bottom:0;}
.aboutbox3 .about_bot .titlist dl dd.active:before{width:100%;}
.aboutbox3 .about_bot .titlist dl dd.active{opacity:1;}
.aboutbox3 .conbox{margin-top:0.5rem;}
.aboutbox3 .conbox ul li{display:none;}
.aboutbox3 .conbox ul li.active{display: block;}
.aboutbox3 .conbox ul li .txt{margin:0 1rem;color:#3D3D3D;text-align: center;line-height:1.4;}

.aboutbox3_swiper{position: relative; overflow: hidden;display:none;}
.aboutbox3_swiper .itembox{position: relative;overflow: hidden;}
.aboutbox3_swiper .itembox .imgbox{position: relative;padding-bottom:55%; overflow: hidden;border-radius:6px;}
.aboutbox3_swiper .itembox .imgbox img{position: absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;}
.aboutbox3_swiper .itembox .txtbox{position: absolute;width:100%;bottom:0;background-color:rgba(0 0 0 /0.3);backdrop-filter: blur(5px);padding:20px 25px;}
.aboutbox3_swiper .itembox .txtbox h3{line-height: 1.4;color: #ffffff;text-align: center;}
.aboutbox3_swiper .itembox .infobox{line-height:1.4;margin-top:20px;}
.aboutbox3_swiper .itembox .infobox p{margin-bottom:5px;}
.aboutbox3_swiper .itembox .infobox p:last-child{margin-bottom:0;}

.aboutbox4{padding:0 0 1.2rem;}
.aboutbox4 .about_bot{margin-top:0.5rem;position: relative;}
.aboutbox4 .about_bot:before{content:'';width:100%;position: absolute;left:0;height:1px;background-color:#dfdfdf;top:0.12rem;}
.aboutbox4 .about_swiper{position: relative; overflow: hidden;margin-top:0;}
.aboutbox4 .about_swiper .swiper-slide{position: relative;padding-top:0.6rem;}
.aboutbox4 .about_swiper .swiper-slide i{display:block;position: absolute;top:0; width:0.24rem;height:0.24rem;background: #dfdfdf;border-radius:30px; border:4px solid #ffffff;}
.aboutbox4 .about_swiper .swiper-slide.swiper-slide-active i{background: #EC6900;}
.aboutbox4 .about_swiper .itembox .imgbox{position: relative;padding-bottom:60%;overflow: hidden;border-radius:0.1rem;}
.aboutbox4 .about_swiper .itembox .imgbox img{position: absolute;top:0;left:0;width:100%;height:100%; object-fit:cover;}
.aboutbox4 .about_swiper .itembox .txtbox{padding:0.3rem 0 0;}
.aboutbox4 .about_swiper .itembox .txtbox  .timetit{color:#EC6900;line-height: 1.4;font-weight: 600;}
.aboutbox4 .about_swiper .itembox .txtbox .tit{line-height:1.4;color:#888888;margin-top:0.1rem;}

.aboutbox5{background-position:center; background-repeat:no-repeat; background-size:cover;padding:1.2rem 0;height:8.6rem;position: relative;}
.aboutbox5 .ny_title .tit{color:#ffffff;}
.aboutbox5 .list{color:#ffffff;position: absolute;height:100%;top:0;left:0;width:100%;display:flex;align-items: center;}
.aboutbox5 .list .container{height:100%;}
.aboutbox5 .list ul{display:flex;height:100%;}
.aboutbox5 .list ul li{width:33.3%;display:flex;justify-content:center;height:100%;position: relative;}
.aboutbox5 .list ul li:after{content:'';position: absolute;width:1px;height:100%;background-color:#ffffff25;top:0;right:0;}
.aboutbox5 .list ul li:last-child:after{display:none;}
.aboutbox5 .list .item{padding:0 0.8rem;text-align: center;display:flex;justify-content: center; flex-direction: column;align-items: center;}
.aboutbox5 .list .item .tit{margin-top:0.1rem;}
.aboutbox5 .list .item .subtit{font-weight:600;margin-top:0.3rem;line-height:1.4;}
.aboutbox5 .list img{width:0.6rem;height:0.6rem;}
.aboutbox5 .list .aboutlist_swiper{display:none;}

/**/
.nymainbox{margin-top: 0.6rem;padding-bottom: 1rem;}

.newsmore i{width:0.46rem;height:0.46rem;border: 1px solid #cdcdcd;display: flex;border-radius:50%;align-items: center;justify-content: center;}
.newsmore img{width:0.14rem;opacity:0.5;}
.newsmore:hover i{border: 1px solid #EC6900 !important;background-color:#EC6900;}
.newsmore:hover img{filter: brightness(0) invert(1);opacity:1;}
.newsbox{}
.nytitbox{display:flex;justify-content: space-between; align-items: center;}
.nytitbox .tit h2{font-weight:600;}
.newsbox .news_top{margin-top:0.4rem;display:flex;}
.newsbox .news_top .first_news{flex:1;margin-right:0.5rem;}
.newsbox .news_top .first_news a{display: block;position: relative;border-radius:0.1rem; overflow: hidden;}
.newsbox .news_top .first_news a::after{content:'';position: absolute;width:100%;height:30%;bottom:0;left:0;background-image: linear-gradient(180deg, transparent 0%, rgba(0 0 0 / 0.4) 100%);}
.newsbox .news_top .first_news .imgbox{position: relative;overflow: hidden;padding-bottom:55%;}
.newsbox .news_top .first_news .imgbox img{position: absolute;width:100%;height:100%;top:0;left:0;object-fit: cover;transition: all 0.6s ease;}
.newsbox .news_top .first_news a:hover .imgbox img{transform: scale(1.1);}
.newsbox .news_top .first_news .textbox{position: absolute;width:100%;padding:0.3rem;bottom:0;display:flex;justify-content: space-between;align-items: center;z-index: 1;}
.newsbox .news_top .first_news .textbox .txtleft{width:80%;}
.newsbox .news_top .first_news .textbox .txtleft .time{color:#ffffff;}
.newsbox .news_top .first_news .textbox .txtleft .tit{line-height:1.4; color:#ffffff;margin-top:0.15rem;}
.newsbox .news_top .first_news .textbox .txtright i{border-color:#ffffff;}
.newsbox .news_top .first_news .textbox .txtright img{filter: brightness(0) invert(1);opacity:1;}
.newsbox .news_top .second_news{width:calc(33.3% - (0.5rem * 2 / 3 ));}

.news_item{background: #F9F9F9;padding:0.3rem;border-radius:0.1rem;display: block;}
.news_item .tit{line-height:1.4;margin-bottom:0.15rem;}
.news_item .tit h3{font-weight: 600;}
.news_item .textbox{margin-bottom:0.4rem;}
.news_item .textbox .txttop{margin-bottom:0.2rem;}
.news_item .textbox .txttop .time{opacity:0.6;}
.news_item .imgbox{position: relative;padding-bottom:55%;overflow: hidden;border-radius:0.1rem;}
.news_item .imgbox img{position: absolute;width:100%;height:100%;top:0;left:0;object-fit: cover; transition: all 0.6s ease;}
.news_item:hover .imgbox img{transform: scale(1.1);}
.newsbox .news_bot{margin-top:0.5rem;} 
.newsbox .news_bot ul,.news_list ul{display:grid;gap:0.5rem; grid-template-columns: repeat(3, 1fr);}
.newsbox .news_bot ul li{}

/**/
.newsshowbox{margin-top:0.6rem;padding-bottom:1rem;}
.newsshowbox .container{display:flex;justify-content: space-between;}
.newsshowbox .news_showl{width:65%;}
.newsshowbox .news_showl .ar_titlebox{padding-bottom:0.3rem;margin-bottom:0.4rem;border-bottom:1px solid #E5E5E5;}
.newsshowbox .news_showl .ar_titlebox .ar_title{line-height:1.4; font-weight:600;}
.newsshowbox .news_showl .ar_subtitle{display: flex;justify-content: space-between;margin-top: 0.3rem;}
.newsshowbox .news_showl .ar_subtitler{display: flex;align-items: center;}
.newsshowbox .news_showl .ar_subtitlel{opacity:0.7;color:#1a1a1a;}
.newsshowbox .news_showl .ar_content{line-height:1.6;color:#3d3d3d;}
.newsshowbox .news_showl .ar_content ul,.newsshowbox .news_showl .ar_content li{list-style: auto;}
.newsshowbox .news_showl .ar_content ul{padding-left: 24px;}
.newsshowbox .news_showl .ar_content p{margin-bottom:0.2rem;}
.newsshowbox .news_showl .ar_content table p{margin-bottom:0;}
.newsshowbox .news_showl .ar_content table td{border: 1px solid rgb(192, 200, 216);}
.newsshowbox .news_showl .newsBottom{margin-top:0.5rem;padding:0.3rem 0.3rem;color:#888888;background-color:#F9F9F9;border-radius:0.1rem;}
.newsshowbox .news_showl .newsBottom a{height:1rem;display: flex;justify-content: center;align-items: center;}
.newsshowbox .news_showl .newsBottom a  .txt{margin-left:0.1rem;}
.newsshowbox .news_showl .newsBottom a i img{width:0.24rem;}

.newsshowbox .news_showr{width:30%;}
.newsshowbox .news_showr .sticky{ position: sticky; top: 120px;}
.newsshowbox .news_showr .newsrtit{font-weight:600;}
.newsshowbox .news_showr ul li{padding:0.4rem 0;border-bottom: #DEDEDE 1px solid;background-color:#ffffff;border-radius:5px;}
.newsshowbox .news_showr ul li:first-child{padding-top:0.3rem;}
.newsshowbox .news_showr ul li a{display:flex; align-items: center;}
.newsshowbox .news_showr ul li a .imgbox{width:30%;position: relative;padding-bottom:1.2rem;border-radius:5px;overflow: hidden;}
.newsshowbox .news_showr ul li a .imgbox img{position: absolute; width: 100%;height: 100%;object-fit: cover;left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);transition: all 0.3s ease;}
.newsshowbox .news_showr ul li a .con{width:65%;margin-left:5%;display:flex;flex-direction: column;align-items: flex-start;padding:5px 0;line-height:1.6;}
.newsshowbox .news_showr ul li a .h3_tit{color:#1a1a1a;margin-bottom:0.15rem;}
.newsshowbox .news_showr ul li a .time{color:#1a1a1a;opacity:0.7;}
.newsshowbox .news_showr ul li a:hover .h3_tit{color:#EC6900;}
.newsshowbox .news_showr ul li a:hover .imgbox img{transform:translateX(-50%) translateY(-50%) scale(1.05);}

.newsshowbox .news_showr .show_list ul li{padding:0.15rem 0;}
.newsshowbox .news_showr .show_list ul li:first-child{padding-top:0.1rem;}
.newsshowbox .news_showr .show_list ul li a .h3_tit{margin-bottom:0;}
.newsshowbox .news_showr .show_list ul li a .con{margin-left:10px;width:calc(100% - 10px);}
/****/
.downloadlist{margin-top:0.4rem;}
.downloadlist ul{display:flex;flex-wrap: wrap;justify-content: space-between;gap:0.5rem;}
.downloadlist ul li{display:flex;width:calc(50% - (0.5rem /  2));}
.downloadlist ul li a{display: flex;width:100%;background: #F5F5F5;padding:0.4rem;border-radius:0.1rem;}
.downloadlist ul li .imgbox{width:1.64rem;margin-right:0.3rem;}
.downloadlist ul li .txtbox{flex:1;display:flex;flex-direction: column;justify-content: space-between;}
.downloadlist ul li .txtbox .titbox{margin-bottom:0.15rem;}
.downloadlist ul li .txtbox .tit{font-weight:600;line-height:1.4;color:#242424;}
.downloadlist ul li .txtbox .subtit{margin-top:0.15rem;display:flex;color:#999999;line-height:1.4;}
.downloadlist ul li .txtbox .subtit i{font-style:normal;padding:0 0.1rem;}
.downloadlist ul li .txtbox .btn{display:flex;align-items: center;}
.downloadlist ul li .txtbox .btn i{display: block;}
.downloadlist ul li .txtbox .btn i img{width:0.2rem;}
.downloadlist ul li .txtbox .btn span{padding-left:0.1rem;color:#EC6900;}
.downloadlist ul li a:hover .txtbox .tit{color:#EC6900;}

.downloadlist1{margin-top:0.4rem;}
.downloadlist1 ul{display:flex;flex-wrap: wrap;justify-content: space-between;gap:0.3rem;}
.downloadlist1 ul li{display:flex;width:100%;}
.downloadlist1 ul li a{display: flex;width:100%;background: #F5F5F5;padding:0.3rem 0.4rem;border-radius:0.1rem;}
.downloadlist1 ul li .imgbox{width:0.54rem;margin-right:0.25rem;}
.downloadlist1 ul li .txtbox{flex:1;display:flex;justify-content: space-between;}
.downloadlist1 ul li .txtbox .titbox{margin-bottom:0rem;}
.downloadlist1 ul li .txtbox .tit{font-weight:600;line-height:1.2;}
.downloadlist1 ul li .txtbox .subtit{margin-top:0.1rem;display:flex;color:#999999;line-height:1.4;}
.downloadlist1 ul li .txtbox .subtit i{font-style:normal;padding:0 0.1rem;}
.downloadlist1 ul li .txtbox .btn{display:flex;align-items: center;}
.downloadlist1 ul li .txtbox .btn i{display: block;}
.downloadlist1 ul li .txtbox .btn i img{width:0.2rem;}
.downloadlist1 ul li .txtbox .btn span{padding-left:0.1rem;color:#EC6900;}
.downloadlist1 ul li a:hover .txtbox .tit{}

/**CSG Plants**/
.plantsbox1{padding:1.2rem 0;}
.plants01,.plants02,.plants03{margin-bottom:0rem;margin-top:0.5rem;display:flex;justify-content: space-between;}
.plants02{flex-direction: row-reverse;padding:1rem 0;margin-top:0;}
.plants03{margin-top:0;}
.plantsbox1 .pltxtbox{width:calc(48%);}
.plantsbox1 .pltxtbox .titbox .tit{font-weight: 600;}
.plantsbox1 .pltxtbox .subtit{color:#3d3d3d;margin: top 1.4em; }

.plantsbox1 .pltxtbox .numbox{margin-top:0.2rem;}
.plantsbox1 .pltxtbox .numbox ul{display:flex;}
.plantsbox1 .pltxtbox .numbox ul li{position: relative;padding:0 0.5rem;min-width:260px;}
.plantsbox1 .pltxtbox .numbox ul li:first-child{padding-left:0;}
.plantsbox1 .pltxtbox .numbox ul li:last-child{padding-right:0;}
.plantsbox1 .pltxtbox .numbox ul li:after{content:'';position: absolute;width:2px;height:60%;background-color:#dfdfdf; top:20%;right:0;}
.plantsbox1 .pltxtbox .numbox ul li:last-child:after{display:none;}
.plantsbox1 .pltxtbox .numbox .itembox i{font-style:normal;}
.plantsbox1 .pltxtbox .numbox .itembox .tit{line-height:1.4;color:#EC6900;}
.plantsbox1 .pltxtbox .numbox .itembox .tit span{line-height:1.4;font-weight: 600;}
.plantsbox1 .pltxtbox .numbox .itembox .info{color:#999999;line-height:1.4;}
.plantsbox1 .pltxtbox .content{margin-top:0.4rem;color:#3d3d3d; line-height:1.6;}
.plantsbox1 .plimgbox{width:calc(48%);}
.plantsbox1 .plimgbox .imgbox{position: relative;padding-bottom:60%; overflow:hidden;border-radius:0.1rem;}
.plantsbox1 .plimgbox .imgbox img{position: absolute;width:100%;height:100%;left:0;top:0;transition: all 0.3s ease;}
.plantsbox1 .plimgbox .imgbox:hover img{transform:scale(1.05);}

.plantsbox2{padding-bottom:1.2rem;}
.plantsbox2 .plantlist{margin-top:0.5rem;}
.plantsbox2 .plantlist ul{display: flex; flex-wrap:wrap;gap:7px 0;justify-content: space-between;}
.plantsbox2 .plantlist ul li{width:calc(33.3% - (5px * 2 / 3));position: relative;}
.plantsbox2 .plantlist .imgbox{position: relative;padding-bottom:60%;overflow: hidden;border-radius:0.1rem;}
.plantsbox2 .plantlist .imgbox img{position: absolute;top:0;left:0;width:100%;height:100%; object-fit: cover;transition: all 0.3s ease;}
.plantsbox2 .plantlist .textbox{padding:0.4rem;position: absolute;width:100%;height:100%;top:0;left:0;color:#ffffff;}
.plantsbox2 .plantlist .textbox em{color:#EC6900;font-style:normal;}
.plantsbox2 .plantlist .textbox .tit{margin-top:0.05rem;line-height:1.4;}
.plantsbox2 .plantlist ul li:hover .imgbox img{transform:scale(1.05);}

.plantsbox2 .plantlist2{margin-top:0.5rem;background-color:#F9F9F9;padding:0.4rem 0.3rem;border-radius:0.1rem;}
.plantsbox2 .plantlist2 ul{display:flex;}
.plantsbox2 .plantlist2 ul li{width:33.33%;}
.plantsbox2 .plantlist2 .itembox{display:flex;padding:0 0.3rem;position: relative;overflow: hidden;height: 100%;}
.plantsbox2 .plantlist2 .itembox:after{content:'';position: absolute;right:0;top:10%; width:1px;height:80%;background:#e1e1e1;}
.plantsbox2 .plantlist2 ul li:first-child .itembox{padding:0 0.3rem 0 0;}
.plantsbox2 .plantlist2 ul li:last-child .itembox{padding:0 0 0 0.3rem;}
.plantsbox2 .plantlist2 ul li:last-child .itembox:after{display:none;}
.plantsbox2 .plantlist2 .iconbox{width:0.6rem;height:0.6rem;margin-right:0.2rem;}
.plantsbox2 .plantlist2 .txtbox{flex:1;}
.plantsbox2 .plantlist2 .txtbox .tit{line-height:1.4;color:#242424;}
.plantsbox2 .plantlist2 .txtbox .info{line-height:1.4;margin-top:0.1rem;color:#888888;}

/**Service & Support**/
.servicebox1{padding:1.2rem 0;}
.servicebox1 .servicelist{margin-top: 0.5rem;}
.servicebox1 .servicelist ul{display: flex;gap: 0.1rem;}
.servicebox1 .servicelist ul li{width:22%;transition: all 0.3s;-webkit-transition: all 0.3s;position: relative;overflow: hidden;border-radius: 0.1rem;}
.servicebox1 .servicelist ul li:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0 0 0 /0.2);z-index: 1;}
.servicebox1 .servicelist ul li.active{width: calc(56% - 0.2rem);}
.servicebox1 .servicelist ul li .imgbox{position: relative;overflow: hidden;height: 6rem;border-radius: 0.1rem;}
.servicebox1 .servicelist ul li .imgbox img{position: absolute;width: 100%;height: 100%;object-fit: cover;top: 0;left: 0;}
.servicebox1 .servicelist ul li .textbox1{position: absolute;z-index: 2;bottom: 0;width: 100%;padding: 0.4rem;display: flex;justify-content: center;}
.servicebox1 .servicelist ul li .textbox1 .icon{display: none;}
.servicebox1 .servicelist ul li .textbox1 .icon img{width: 0.5rem;height: 0.5rem;filter: brightness(0) invert(1);}
.servicebox1 .servicelist ul li .textbox1 .tit{color: #ffffff;}
.servicebox1 .servicelist ul li .textbox2{position: absolute;z-index: 2;bottom: 100%;left: 0;width: 100%;opacity: 0;padding: 0.35rem 0.5rem;color: #ffffff;}
.servicebox1 .servicelist ul li .textbox2 .info{margin-top: 0.15rem;line-height: 1.4;}
.servicebox1 .servicelist ul li .textbox2 .info p{position: relative;/*padding-left: 0.2rem;*/}
/*.servicebox1 .servicelist ul li .textbox2 .info p:before{content: '';width: 6px;height: 6px;border-radius: 50%;position: absolute;background-color: #ffffff;left: 0;top: 0.14rem;}*/
.servicebox1 .servicelist ul li.active .textbox1{justify-content: flex-end;}
.servicebox1 .servicelist ul li.active .textbox1 .icon{display: block;}
.servicebox1 .servicelist ul li.active .textbox1 .tit{display: none;}
.servicebox1 .servicelist ul li.active .textbox2{bottom: 0;opacity: 1;}

.servicebox1 .serviceswiper{position: relative;overflow: hidden;display:none;}
.servicebox1 .serviceswiper .swiper-slide{transition: all 0.3s;-webkit-transition: all 0.3s;position: relative;overflow: hidden;border-radius: 0.1rem;}
.servicebox1 .serviceswiper .swiper-slide:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0 0 0 /0.2);z-index: 1;}
.servicebox1 .serviceswiper .swiper-slide .imgbox{position: relative;overflow: hidden;height: 6rem;border-radius: 0.1rem;}
.servicebox1 .serviceswiper .swiper-slide .imgbox img{position: absolute;width: 100%;height: 100%;object-fit: cover;top: 0;left: 0;}
.servicebox1 .serviceswiper .swiper-slide .textbox1{position: absolute;z-index: 2;bottom: 0;width: 100%;padding: 0.4rem;display: flex;justify-content: center;}
.servicebox1 .serviceswiper .swiper-slide .textbox1 .icon{display: none;}
.servicebox1 .serviceswiper .swiper-slide .textbox1 .icon img{width: 0.5rem;height: 0.5rem;filter: brightness(0) invert(1);}
.servicebox1 .serviceswiper .swiper-slide .textbox1 .tit{color: #ffffff;}
.servicebox1 .serviceswiper .swiper-slide .textbox2{position: absolute;z-index: 2;bottom: 100%;left: 0;width: 100%;opacity: 0;padding: 0.35rem 0.5rem;color: #ffffff;}
.servicebox1 .serviceswiper .swiper-slide .textbox2 .info{margin-top: 0.15rem;}
.servicebox1 .serviceswiper .swiper-slide .textbox2 .info p{position: relative;}
.servicebox1 .serviceswiper .swiper-slide.swiper-slide-active .textbox1{justify-content: flex-end;}
.servicebox1 .serviceswiper .swiper-slide.swiper-slide-active .textbox1 .icon{display: block;}
.servicebox1 .serviceswiper .swiper-slide.swiper-slide-active .textbox1 .tit{display: none;}
.servicebox1 .serviceswiper .swiper-slide.swiper-slide-active .textbox2{bottom: 0;opacity: 1;}


.servicebox2{padding:0 0 1.2rem 0;}
.servicebox2 .servicebot{margin-top:0.5rem; background-position:center; background-repeat: no-repeat; background-size:cover;height:8rem;position: relative;overflow: hidden; border-radius:0.1rem;}
.servicebox2 .servicebot:before{content:''; position: absolute; width:100%;height:100%;background-color:rgba(0 0 0 /0.3);top:0;left:0;}
.servicebox2 .servicelist{position: absolute;width:100%; bottom:0;left:0;padding:0.4rem 0.8rem;z-index:1;}
.servicebox2 .servicelist ul{display:flex;gap:0.8rem;justify-content: space-between;}
.servicebox2 .servicelist .item{display:flex;}
.servicebox2 .servicelist .item i{display: block;margin-right:0.25rem;margin-top:0.05rem;}
.servicebox2 .servicelist .item img{width:0.6rem;}
.servicebox2 .servicelist .item .textbox{flex:1;color:#ffffff;}
.servicebox2 .servicelist .item .textbox .text{line-height:1.4;margin-top:0.1rem;}
.servicebox2 .serviceswiper{display:none;}
/**/
.servicebox3{padding:0 0 1.2rem 0;}
.servicebox3 .servicelist{margin-top:0.5rem;}
.servicebox3 .servicelist ul{ display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;gap: 0.5rem;}
.servicebox3 .servicelist .item{display: flex; flex-direction: column;align-items: center;}
.servicebox3 .servicelist .item i{display: block;width:1.2rem;height:1.2rem;background-color:#FAFAFA;border-radius:50%;display:flex;align-items: center;justify-content: center;}
.servicebox3 .servicelist .item i img{display:block;width:0.6rem;}
.servicebox3 .servicelist .item .textbox{text-align: center;margin-top:0.4rem;}
.servicebox3 .servicelist .item .textbox .tit{min-height:1.04rem;display:flex;align-items: center;justify-content: center;}
.servicebox3 .servicelist .item .text{line-height:1.4;margin-top:0.3rem;color:#999999;}

.servicebox3 .servicelist .serviceswiper{display:none;}
/****/
.probox{padding:1.2rem  0;background: #F9F9F9;}
.prolist{margin-top:0.5rem;}
.prolist ul{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;gap:0.3rem;}
.prolist ul li{background-color:#ffffff;border-radius:0.1rem;}
.prolist ul li .item{display:block;padding:0.3rem 0.25rem 0.4rem 0.25rem;position: relative;}
.prolist ul li .imgbox{position: relative;overflow: hidden;padding-bottom:60%;}
.prolist ul li .imgbox img{position: absolute; width:100%; height:100%; object-fit:contain; top:0;left:0;}
.prolist ul li .textbox{padding:0.4rem 0rem 0;text-align: center;}
.prolist ul li .textbox .tit{font-weight:600;line-height:1.4;}
.prolist ul li .textbox .info{color:#999999;margin-top:0.15rem;line-height:1.4;}
.prolist ul li .pro_more{margin-top:0.3rem;opacity:0;width:100%;}
.prolist ul li .item:hover .pro_more{opacity:1;}

.message-tips{position: fixed;top:50%;left:50%;border-radius:5px; padding:10px 20px;background-color:rgba(0 0 0 /0.5);font-size:16px;color:#ffffff; transform: translateX(-50%) translateY(-50%);}


/*搜索*/
.searchbox{padding-top:1.2rem;}
.searchbox .searchtop{}
.searchbox .searchtop .searchtit{text-align: center;margin-bottom:0.2rem;}
.searchbox .searchtop .searchform{max-width:1000px;padding: 0 0.2rem;margin:0 auto 0.4rem;}
.searchbox .searchtop .searchform form{display:flex;border:1px solid #dfdfdf;border-radius:60px;align-items: center;padding:0 0.15rem;justify-content: space-between;}
.searchbox .searchtop .searchform input[type="text"]{width:calc(100% - 60px);padding:0.15rem 0.1rem;font-size: 18px;}
.searchbox .searchtop .searchform input[type="submit"]{width:0.8rem;height:0.4rem; font-size: 18px;background-color:#EC6900;background-repeat: no-repeat; background-position: center;background-size:0.24rem;border-radius:30px; cursor:pointer; background-image: url(../images/search-btn.svg);}
.searchbox .searchtop .searchnav{display:flex;gap:60px;border-bottom:1px solid #dfdfdf;justify-content: center;}
.searchbox .searchtop .searchnav a{padding:0 0 0.2rem;}
.searchbox .searchtop .searchnav a.on{color:#EC6900;border-bottom:solid 1px #EC6900;}
.searchbot .piclist,.searchbox .searchbot .case_list{padding:0.5rem 0 0;}
.searchbox .searchbot{padding-bottom:1.4rem;}
.searchbox .searchbot .news_list{padding-top:0.5rem;}
.searchbox .searchbot .prolist ul li{border:1px solid #EAE8E8;}
.search_not {margin: 80px; text-align: center; padding: 0px 0 50px;}
.search_not h3 { font-size: 24px; margin-bottom: 15px;}
.search_not h3 span{ color: #EC6900;}
.search_not p { font-size: 16px; color: #666666;}




@media(max-width:1920px){
.plantsbox1 .plimgbox .imgbox{padding-bottom: 65%;}
.prolist ul{grid-template-columns: 1fr 1fr 1fr;gap: 0.5rem;}
.prolist ul li .item{padding:0.4rem 0.3rem 0.4rem 0.3rem;}
.aboutbox1 .list ul{gap: 0.3rem 0.3rem;}
.aboutbox1 .list .itembox .iconbox{width: 0.5rem;height: 0.5rem;}














}
@media(max-width:1660px){
.nyposition.absolute{top:95px;}
.nyposition.news{padding-top:95px;}

}
@media(max-width:1400px){
.nyposition.absolute{top: 85px;}
.nyposition.news{padding-top:85px;}
.nybannerbox .nybantxtbox{margin-top: 85px;}
.downloadlist1 ul li .txtbox .btn i img,.downloadlist ul li .txtbox .btn i img {width:16px;}
.downloadlist1 ul li .txtbox .btn span,.downloadlist ul li .txtbox .btn span{padding-left:6px;}
.downloadlist ul li .txtbox .titbox{margin-bottom:8px;}

}
@media(max-width:1200px){
.container{padding: 0 40px;width: 100%;}
#m_n_nav{display: block;float:none; background-color:transparent;border-bottom:1px solid #f1f1f1;}
#m_n_nav #n_n_title .nav_tit{font-weight:600;font-size:16px;}
.nyposition.absolute{ top: 65px;}
.searchbox { padding-top:90px;}
.searchbox .searchtop{margin:0 25px;}
.searchbox .searchtop .searchtit{margin-bottom:15px;}
.searchbox .searchtop .searchform{padding: 0 15px;margin: 0 auto 30px;}
.searchbox .searchtop .searchform form{padding: 2px 3px;}
.searchbox .searchtop .searchform input[type="submit"] { width:50px; height:32px; font-size: 16px; background-size:20px;}
.searchbox .searchtop .searchform input[type="text"] { width: calc(100% - 60px); padding:5px 15px; font-size: 16px;}
.searchbox .searchtop .searchnav a{padding: 0 0 6px;}
.search_not{margin:60px 15px;padding: 0px 0 0px;}
.search_not h3{font-size: 18px; margin-bottom: 5px;}
.search_not p {font-size: 14px;}
.searchbox .searchtop .searchnav{ gap: 30px;}
.nybannerbox{height: 45vw;background-size: cover;  background-attachment: unset;}

.nymainbox {margin-top:20px;padding-bottom:60px;}
.newsbox .nytitbox,.probox .nytitbox,.downloadbox .nytitbox{display:none;}
.ny_navbox{display:none;}
.ny_subtit {margin-bottom:15px;}
.prolist ul li .item{padding:25px 20px 25px 20px;}

.aboutbox1{padding:60px 0;}
.aboutbox1 .content{line-height:1.4;}
.aboutbox1 .list{display:none;}
.aboutbox1 .aboutlist_swiper{display:block;margin-top:30px;}
.aboutbox1 .aboutlist_swiper .swiper-pagination{position: unset;margin-top:10px;}
.nyposition .posibox i { padding: 0 6px;}
.aboutbox1 .content{margin:30px 30px 0;}
.aboutbox1 .aboutlist_swiper .itembox .iconbox{width: 24px;height:24px; margin-right: 15px;}
.aboutbox1 .aboutlist_swiper .swiper-slide{height:auto;}
.aboutbox1 .aboutlist_swiper .itembox{border-radius:6px;padding:20px;height:100%;}
.aboutbox1 .content p{margin-bottom:5px;}
.aboutbox1 .aboutlist_swiper .itembox .txtbox .info{margin-top:7px;}
.aboutbox1 .video{margin-top:30px;}
.aboutbox2 .probox {padding: 40px 20px 30px; border-radius:6px; margin-top: 40px;}
.aboutbox2 .prolistbox{margin-bottom: 40px;}
.aboutbox2 .prolistbox .list{margin-top:20px;}
.aboutbox2 .prolistbox .list ul{gap:20px;flex-wrap: wrap;}
.aboutbox2 .prolistbox .list ul li{width: calc(50% - (20px / 2));}
.aboutbox2 .prolistbox .list .item .imgbox,.aboutbox2 .prolistbox .list .item a{border-radius:6px;}
.aboutbox2 .prolistbox .list .item .txtbox{padding:8px 12px;line-height:1.4;}
.aboutbox2 .about_list{margin-top: 30px; padding: 30px 20px; border-radius:6px;}
.aboutbox2 .about_list ul{flex-direction: column;}
.aboutbox2 .about_list ul li{width:100%;}
.aboutbox2 .about_list .itembox{ padding:15px 0;}
.aboutbox2 .about_list ul li:first-child .itembox{padding: 0 0 15px 0;}
.aboutbox2 .about_list ul li:last-child .itembox{padding: 15px 0 0 ;}
.aboutbox2 .about_list .iconbox{width: 24px; height: 24px; margin-right: 10px;}
.aboutbox2 .about_list .itembox:after{content: '';position: absolute; right: 0; bottom: 0;top:auto; width: 100%; height:1px; background: #e1e1e1;}
.aboutbox3{padding:60px 0;}
.aboutbox3 .about_bot{margin-top: 30px; border-radius:6px;}
.aboutbox3 .conbox {margin-top: 30px;}
.aboutbox3_swiper{display: block;margin-top:30px;}
.aboutbox3 .about_bot,.aboutbox3 .conbox{display:none;}
.aboutbox3_swiper .swiper-pagination{position: unset;}
.aboutbox4{padding-bottom:60px;}
.aboutbox4 .about_bot:before{top:7px;}
.aboutbox4 .about_swiper .swiper-slide i{width: 16px;height: 16px;}
.aboutbox4 .about_swiper .swiper-slide{padding-top: 40px;}
.aboutbox4 .about_swiper .itembox .imgbox {padding-bottom: 55%;border-radius: 6px;}
.aboutbox4 .about_swiper .itembox .txtbox{padding: 20px 0 0;}
.aboutbox4 .about_swiper .itembox .txtbox .tit{ margin-top: 6px;}
.aboutbox5{padding:60px 0;height:50vw;min-height:300px;}
.aboutbox5 .list ul{display:none;}
.aboutbox5 .list{padding-top: 120px;}
.aboutbox5 .list .aboutlist_swiper{display: block;position: relative; overflow: hidden;}
.aboutbox5 .list img{width: 30px; height: 30px;}
.plantsbox1 {padding:60px 0;}
.plantsbox1 .sub_content{margin: 10px auto 40px;width:90%;}
.plants01, .plants02, .plants03{margin-top:0px;flex-direction: column;}
.plantsbox1 .pltxtbox,.plantsbox1 .plimgbox{width:100%;}
.plantsbox1 .plimgbox{margin-top:30px;}
.plants02{flex-direction:column;padding: 50px 0;}
.plantsbox1 .plimgbox .imgbox{border-radius:6px;padding-bottom: 50%;}
.plantsbox1 .pltxtbox .numbox{margin-top:15px;}
.plantsbox1 .pltxtbox .content{margin-top:25px;}
.plantsbox1 .pltxtbox .numbox ul li {padding: 0 30px; }
.plantsbox1 .pltxtbox .numbox .itembox .tit span{padding-right:5px;}
.plantsbox2{padding:60px 0;}
.plantsbox2 .plantlist{margin-top:30px;}
.plantsbox2 .plantlist ul li {width: calc(50% - (5px / 2));}
.plantsbox2 .plantlist2 ul{flex-wrap: wrap;}
.plantsbox2 .plantlist2 ul li{width: 50%;margin-bottom:15px;}
.plantsbox2 .plantlist2 ul li:first-child .itembox{padding: 0 20px 0 0;}
.plantsbox2 .plantlist2 ul li:nth-child(2n) .itembox:after{display:none;}
.plantsbox2 .plantlist2 ul li:nth-child(2n) .itembox{padding:0 0 0 20px;}
.plantsbox2 .plantlist2 ul li:nth-child(3) .itembox{padding:0 20px 0 0;margin-bottom:0;}
.plantsbox2 .plantlist2 ul li:nth-child(4),.plantsbox2 .plantlist2 ul li:nth-child(3) {margin-bottom:0;}

.plantsbox2 .plantlist2{margin-top:30px;padding:20px 15px; border-radius:6px;}
.plantsbox2 .plantlist .imgbox{border-radius: 6px;}
.plantsbox2 .plantlist .textbox{padding:25px;}
.plantsbox2 .plantlist2 .iconbox { width: 24px; height:24px;margin-right:10px;}

.newsbox .news_bot ul, .news_list ul{gap:30px;grid-template-columns: repeat(2, 1fr);}
.news_item .textbox .txttop{margin-bottom:10px;}
.news_item{padding:20px;border-radius:6px;}
.newsmore i{width: 28px;height:28px;}
.newsmore img{width:10px;}
.news_item .imgbox{border-radius:6px;}
.page a, .page span{height:28px;line-height:28px;}
.news_item .textbox {margin-bottom: 20px;}
.news_item .tit{margin-bottom:8px;}
.news_item .imgbox{ padding-bottom: 50%;}
.newsshowbox .news_showr{width: 100%;margin-top:30px;}
.newsshowbox .news_showl{width:100%;}
.social-share .social-share-icon{font-size:14px;width: 22px;height: 22px;}
.newsshowbox .news_showl .ar_titlebox{padding-bottom:15px;margin-bottom:25px;}
.newsshowbox .news_showl .ar_subtitle{margin-top:20px;}
.newsshowbox .container{flex-direction: column;}
.newsshowbox .news_showr ul li a .imgbox{padding-bottom: 15%;}
.newsshowbox .news_showr ul li{padding: 25px 0;}
.newsshowbox .news_showr ul li:first-child{ padding-top:15px;}
.newsshowbox .news_showr ul li a .h3_tit{margin-bottom: 10px;}
.newsshowbox .news_showl .newsBottom a i img{width:18px;}
.newsshowbox .news_showl .newsBottom a .txt {margin-left: 7px;}
.newsbox .news_bot{ margin-top:30px;}
.probox{padding-top:40px;}
.prolist {margin-top: 30px;}
.prolist ul{grid-template-columns: 1fr 1fr; gap: 30px;}
.downloadlist1,.downloadlist {margin-top:30px;}
.downloadlist1 ul li .imgbox{width:36px;margin-right:15px;}
.downloadlist1 ul li a{padding:20px 30px; border-radius: 6px;}
.downloadlist1 ul li .txtbox .subtit,.downloadlist ul li .txtbox .subtit{margin-top:6px;}
.downloadlist ul li a{padding:30px;border-radius:6px;}
.downloadlist ul li .imgbox{width:100px;margin-right:20px;}
.servicebox1{padding:60px 0;}
.servicebox2,.servicebox3{padding: 0 0 60px 0;}
.servicebox1 .serviceswiper,.servicebox2 .servicebot,.servicebox3 .servicelist{display: block;margin-top:30px;}
.servicebox1 .servicelist{display:none;}
.servicebox1 .serviceswiper .swiper-slide .imgbox{ height:auto;padding-bottom:55%; border-radius:6px;}
.servicebox1 .serviceswiper .swiper-slide .textbox1{padding: 20px;}
.servicebox1 .serviceswiper .swiper-slide .textbox2{padding:20px 30px 30px;bottom:0;opacity:1;}
.servicebox1 .serviceswiper .swiper-slide .textbox2 .info{margin-top:10px;line-height:1.4;}
.servicebox1 .serviceswiper .swiper-slide .textbox1 .tit{display: none;}
.servicebox1 .serviceswiper .swiper-pagination{position: unset;margin-top:8px;}
.servicebox2 .servicebot{height:50vw;}
.servicebox2 .servicelist ul{display:none;}
.servicebox2 .serviceswiper{display:block;position: relative; overflow: hidden;}
.servicebox2 .servicelist{padding:30px 45px;}
.servicebox2 .servicelist .item img{width:35px;}
.servicebox2 .servicelist .item .textbox .text{margin-top: 6px;}
.servicebox2 .servicelist .item i{margin-right:15px; margin-top:5px;}
.servicebox2 .servicelist .swiper-pagination{position: unset;}
.servicebox2 .servicelist .swiper-pagination span{background-color:#ffffff;opacity:0.6;}
.servicebox2 .servicelist .swiper-pagination span.swiper-pagination-bullet-active{background-color:#EC6900;opacity:1;}
.servicebox3 .servicelist ul{display:none;}
.servicebox3 .servicelist .serviceswiper{display:block;position: relative; overflow: hidden;}
.servicebox3 .servicelist .serviceswiper .swiper-pagination{position: unset; margin-top:6px;}
.servicebox3 .servicelist .item i{width:70px; height:70px;}
.servicebox3 .servicelist .item i img{width:40px;}
.servicebox3 .servicelist .item .textbox{margin-top:25px;}
.servicebox3 .servicelist .item .textbox .tit{min-height:20px;}

}
@media(max-width:800px){
.downloadlist ul{gap:20px;}
.downloadlist ul li{width:100%;}
.downloadlist ul li a{padding:20px;}



}
@media(max-width:600px){
.searchbox .searchtop{margin:0 20px;}
.nyposition.absolute{top: 65px;font-size:12px;}
.nyposition.news{padding-top:65px;font-size:12px;}
.nybannerbox .nybantxtbox{margin-top: 65px;}
.aboutbox1{padding: 40px 0;}
.aboutbox1 .content{margin:20px 0px 0;}
.aboutbox1 .video{margin-top:20px;}
.aboutbox2 .probox {padding: 30px 10px 20px; margin-top:30px;}
.aboutbox2 .prolistbox .list ul{gap:10px;}
.aboutbox2 .prolistbox .list ul li{width: calc(50% - (10px / 2));}
.aboutbox2 .prolistbox {margin-bottom: 30px;}
.aboutbox3{padding:40px 0;}
.aboutbox3_swiper{margin-top: 20px;}
.plantsbox1 {padding:40px 0;}
.plantsbox1 .sub_content{margin: 10px auto 30px;width:100%;}
.plantsbox2{padding:40px 0;}
.plantsbox1 .pltxtbox .numbox ul li {padding: 0 20px; min-width: 120px;}
.plantsbox2 .plantlist ul{gap:10px;}
.plantsbox2 .plantlist ul li{width:100%;}
.plantsbox2 .plantlist .textbox{padding:20px;}
.plantsbox2 .plantlist2{margin-top:20px;padding:15px 10px; }
.plantsbox2 .plantlist2 ul li, .plantsbox2 .plantlist2 ul li:nth-child(3){ width: 100%; margin-bottom: 15px;}
.plantsbox2 .plantlist2 ul li:first-child .itembox,.plantsbox2 .plantlist2 ul li:nth-child(3) .itembox,.plantsbox2 .plantlist2 ul li:nth-child(2n) .itembox{padding: 0 0 0 0;}
.nymainbox{margin-top: 20px; padding-bottom: 20px;}
.newsbox .news_bot ul, .news_list ul{ gap:20px; grid-template-columns: repeat(1, 1fr);}
.newsshowbox .news_showl .newsBottom a i img{width:12px;}
.newsbox .news_bot{ margin-top:20px;}
.prolist {margin-top: 20px;}
.prolist ul{gap: 10px;}
.nyposition .posibox a {line-height: 1.4;}
.downloadlist1,.downloadlist {margin-top:20px;padding-bottom:40px;}
.downloadlist1 ul li .txtbox .btn i img {width:14px;}
.downloadlist1 ul li a{padding:15px 20px;}
.downloadlist1 ul li .txtbox{flex-direction: column;}
.downloadlist1 ul li .txtbox .titbox{margin-bottom: 10px;}
.downloadlist ul li .imgbox{width:80px;margin-right:15px;}
.downloadlist ul li a{padding: 15px;}
.servicebox1{padding:40px 0;}
.servicebox2,.servicebox3{padding: 0 0 40px 0;}
.servicebox1 .serviceswiper, .servicebox2 .servicebot, .servicebox3 .servicelist{margin-top: 20px;}
.servicebox1 .serviceswiper,.servicebox2 .servicebot{ margin-top: 20px;}
.servicebox1 .serviceswiper .swiper-slide .textbox2{padding: 15px 20px 15px;}
.servicebox2 .servicelist{padding:20px 20px;}
.servicebox2 .servicelist .item img{width: 25px;}
.servicebox2 .servicelist .item i{margin-right:10px;}
.servicebox3 .servicelist .item .textbox{margin-top: 15px;}
.prolist ul li .pro_more{opacity:1;}



.container{padding: 0 20px;width: 100%;}
.nybannerbox {height:280px;background-size:auto 280px; background-attachment: initial;}
.nyselectbox{padding: 60px 0 30px;}
.nyselectbox .case_list ul, .searchbox .searchbot .case_list ul{gap:30px;}
.nyselectbox .case_list ul li, .searchbox .searchbot .case_list ul li{ width:100%;}
.nyselectbox .ny_select form {justify-content: flex-end; flex-direction: column;align-items: flex-start;}
.nyselectbox .ny_select .form-select{width:100%;margin-bottom:15px;}
.nyselectbox .ny_select .media-search{width:100%;margin-left:0;height: 42px;}
.nyselectbox .ny_select{margin-bottom:40px;}
.nyselectbox .ny_select .media-search input[type="submit"]{padding: 0 30px;border-radius: 6px;font-size:15px;}
.nyselectbox .ny_select .media-search input[type="text"]{height: 42px;line-height:42px;padding-left:15px;font-size:15px;}
.nyselectbox .ny_select .form-select .filter-text .filter-title{height: 42px;line-height: 40px;font-size:15px;}
.nyselectbox .ny_select .form-select .filter-list{font-size:14px;top: 44px;}
.nyselectbox .ny_select .form-select .filter-list a{line-height: 38px;}
.page{display:none;}
.ph_pages {display: block;}
.nycaseshowbox .caseshow02 dl dd{margin-bottom:30px;}
.nycaseshowbox .caseshow02 dl dd .infobox {padding:30px 20px;}
.nycaseshowbox .caseshow02 dl dd .infobox .info_tit{margin-bottom:20px;}
.nycaseshowbox .caseshow02 dl dd .infobox .info_subtit{margin-bottom:10px;}
.nycaseshowbox .caseshow02 dl dd .infobox .info_con p{padding-left: 15px;margin-bottom: 5px;}
.nycaseshowbox .caseshow02 dl dd .infobox .info_con p:before {top: 9px;}
.nysolutionbox .sol03 .sollist ul, .nycaseshowbox .caseshow03 .caseslist ul{gap:10px;}
.nysolutionbox .sol03 .sollist ul li, .nycaseshowbox .caseshow03 .caseslist ul li{width:calc(50% - (10px / 2));}
.nysolutionbox .sol03 .sollist ul li .solitem, .nycaseshowbox .caseshow03 .caseslist ul li .solitem{padding:30px  20px;}
.nysolutionbox .sol03 .sollist ul li .solitem i img, .nycaseshowbox .caseshow03 .caseslist ul li .solitem i img{width:36px;}
.nysolutionbox .sol03, .nycaseshowbox .caseshow03{padding:60px 0;}
.nysolutionbox .sol04, .nycaseshowbox .caseshow04{padding:60px 0 40px;}
.nysolutionbox .sol04 .swiper-container, .nycaseshowbox .caseshow04 .swiper-container{padding-bottom:40px;}
.nysolutionbox .sol04 .in_swiperdot, .nycaseshowbox .caseshow04 .in_swiperdot{display: block;}
.nysolutionbox .sol05 .sollist .infobox .tags ul{gap:15px 15%; flex-wrap: wrap;}

.nysolutionbox .sol02 .sollist ul{flex-direction: column;}
.nysolutionbox .sol02 .sollist ul li{width:100%;}
.nysolutionbox .sol01 .solinfo{margin-bottom:30px;}
.nysolutionbox .sol01 .sol_tit{margin-bottom:20px;}
/**/
.contactbox .con01box .conrtit{margin-bottom:15px;}
.contactbox .con01box form{gap:10px;}
.contactbox .con01box form .form-row {width:100%;}
.contactbox .con01box form .form-row input{padding:13px 15px;}
.contactbox .con01box form .form-control{margin-bottom:25px;}
.contactbox .con01box form .btn-group{justify-content: center;}
.contactbox .con01box form .btn-group button{width:100%;max-width:420px;}

/**/
.downloadbox .downlist{margin-top: 30px;}
.downloadbox .downlist ul{gap:20px;}
.downloadbox .downlist li {width: 100%;}
.downloadbox .downlist li .titbox { padding:20px; height: 180px;}
.downloadbox .downlist li .titbot { padding: 15px 15px;}
.downloadbox .downlist li a{box-shadow: 0 0 6px 1px rgba(0 0 0 / 0.08);}







}
@media(max-width:450px){
.prolist ul{gap: 15px;grid-template-columns: 1fr;}

}

