﻿*{box-sizing:border-box;margin:0; padding:0; list-style:none;  font-size:16px;}
html {font-size: calc(100vw * 100 / 1920);}
a{ color:#333; text-decoration:none;   }
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
hr{ border:none;}
.clear{ clear:both;}
p,ul{margin: 0;}
img{ border:0;  }
input,textarea{outline:none;}
.w80{ margin: 0px auto; width:84%; max-width:1600px; }
.l{float: left}
.r{float: right}
audio, canvas, progress, video{display: inline-block; vertical-align: baseline;}
*:focus {outline: none; }
em{font-style:normal}


.header_all{width:100%; height:1rem; position: fixed; top:0; left: 0; z-index:9;  display: flex; justify-content: space-between;  align-items: center; background: rgba(0,0,0,0.2);}
.h_logo{width:1.57rem; height:1rem; display: flex; align-items: center; float: left;}
.h_logo img{max-width: 100%; filter: brightness(0) invert(1);}
.header_center{width:70%; height:1rem;  display: flex; justify-content: space-between; float: right; align-items: center;}
.header_yuyan{height:1rem; position: relative;  display: flex; align-items: center; }
.header_yuyan img{filter: brightness(0) invert(1); width:.45rem}
.header_yuyan p{color:#fff; font-size:.18rem; position: relative; background: url(../images/dq_icon.png) no-repeat left center; line-height:1rem; }
.header_yuyan p:after{content: ""; width:10px; height:7px; background: url(../images/n_san.png) no-repeat center; position: absolute; top: 50%; right:0; transform: translate(0,-50%);}
.header_yuyan_xx{position:absolute; top:.9rem; left:50%; background:#fff; padding:5px 5px 0; width:1.4rem; text-align: center; display: none; transform: translate(-50%,0);}
.header_yuyan_xx a{color:#333; font-size:max(12px, .16rem); display: block; margin-bottom:10px;}
.header_yuyan:hover .header_yuyan_xx{display:block;}
.form_box{position: absolute;  top:1rem; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0;  box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.form_box form{width:100%; margin:0 auto;}
.form_box p{ height:auto; width: auto; display: table; margin: 0px auto;}
.form_box input[type="text"]{width:3rem; height:.4rem; line-height:.4rem; border: 0; float: left; background: #eee; color:#333; font-size:max(12px, .16rem); padding: 0 10px;}
.form_box .submit{width:1.2rem; height:.4rem; border:0;  display: inline-block;  color:#fff; float:left;  outline: none; background: #7ab355; font-size:max(12px, .16rem);}
.h_search{width:.4rem; height:.4rem;  background: url(../images/search.png) no-repeat center; background-size:.19rem; position: relative;}
.h_xs{width:1px; height:20px; background: rgba(255,255,255,0.2); }


/*导航*/
#menu{width:86%; height:1rem; position: relative; z-index:9; }
#menu .nav{ position:relative; z-index:1; width:100%; height:1rem; display: flex; justify-content:space-between;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; }
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative; line-height: 1rem;   }
#menu .nav .nLi p a{color:#fff; font-size:max(12px, .16rem); height:100%;  position: relative;  display: table; margin: 0px auto; }
#menu .nav .sub{ display:none; width:2.5rem; left:50%; transform: translate(-50%,0); top:1rem;  position:absolute;  line-height:30px; z-index: 99999; background: #fff; 
    border-radius:10px; box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); }
#menu .nav .sub li{ zoom:1; width:100%; padding:.05rem 2%; line-height:.35rem}
#menu .nav .active p a,#menu .nav .nLi:hover p a{font-weight: bold; }
.sub_img{width:40%; float: right;}
.sub_img img{width:100%; height: auto; border-radius: 10px;}
.sub_ul,.sub_ul ul{width:100%; overflow:hidden; border-radius: 10px;}
.sub_ul li a{font-size:max(12px, .16rem); color: #000;  width: 100%; display:block; text-align:center }
.sub_ul li a:hover{color:#004a9d}
#menu .nav .sub li:hover{background:#7ab355}
#menu .nav .sub li:hover a{color:#fff}
.f_top{background:#fff; box-shadow:0 0 6px rgba(0,0,0,0.1)}
.f_top #menu .nav .nLi p a{color:#333}
.f_top .h_logo img{filter: brightness(1) invert(0);}
.f_top .h_search{background: url(../images/search_h.png) no-repeat center; background-size:.19rem;}
.f_top .header_yuyan img{filter: brightness(1) invert(0);}



/*头部*/
.index_header{width:100%; height: auto; z-index:999;  position:fixed; top:0; left:0; background: #fff; display: none;}
.header{width:100%; clear:both; height:1rem;  padding:0 3%}
.logo{float:left; width:AUTO; height: 100%; }
.logo a{width:100%; height:1rem; display: block; display: flex; align-items: center; }
.logo a img{width:1.8rem; max-height: 100%}
.logo span{color:#29a7e1; margin-left: .2rem;}
.menu{float:right; height:100%; width:1rem; }
.menu a{width:100%; height: 100%;  display: flex; align-items: center; }
.menu img{height:auto; width: .55rem; align-items: center; margin: 0px auto;}
.xymob-menu{width:100%; height: 100vh; position: absolute; right:0; left:0; background: #fff; display: none; padding: 0 5%;  z-index: 9999;  }
.xymob-menu .xymob-menu-box{height: 100vh; overflow: auto; padding-bottom: .8rem; }
.xymob-nav > li { border-bottom: 1px solid #d0d0d0; position: relative;}
.xymob-nav > li > a { display: block; line-height: .8rem; font-size:max(12px,.22rem); color: #333;}
.xymob-nav .xymob-menu-jt { position: absolute; width:12%; height: .8rem; line-height: .5rem; right: 0; top: 0; text-align: center; z-index: 9; }
.xymob-nav .xymob-menu-jt .icon-font{display: block; width: 100%; height: 100%; background:url(../images/down.png) no-repeat center}
.xymob-nav .xymob-sub-menu{display: none;}
.xymob-nav .xymob-sub-menu > li{border-top: 1px solid #d0d0d0; position: relative; padding:.1rem 0}
.xymob-nav .xymob-sub-menu > li > a {display: block; font-size: 14px; color: #333; line-height:.4rem; text-indent: .2rem;}
.xymob-navbtn {float: right; width:.5rem; height:1rem; display: flex; align-items: center;}
.xymob-navbtn img{width:100%}
.header_icon{float:right; height:1rem; display:flex; align-items:center; margin-right:.3rem}
.header_icon_img{width:.6rem;}
.header_icon_img img{width:100%; display:block}
.yuyan_hovers{width:50%; height:auto; background:#fff; padding:.1rem .1rem .1rem 5%;  display:none;  position: absolute; top:1rem; right: 0; z-index: 9; box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);}
.yuyan_hovers h4{font-size:.26rem; color:#333; text-align:center; margin:.1rem 0 .2rem}
.yuyan_hovers a{display:block; margin-bottom:.12rem; font-size:.24rem}
.yuyan_hovers a.active,.header_yuyan_xx a:hover{color:#358fbd}


/*banner*/
.banner{ width:100%; height:9.6rem; position: relative; overflow: hidden;} 
.banner .swiper-container,.sjbanner .swiper-container{width:100%; height:100%; overflow:hidden}
.banner .swiper-slide a,.sjbanner .swiper-slide a{width:100%; height:100%; display: block}
.banner .swiper-slide a img,.sjbanner .swiper-slide a img{width:100%; height:100%; display: block; object-fit: cover; object-position: center center;}
.banner .swiper-pagination-bullet{width:.12rem; height:.12rem; background: #fff;}
.banner .swiper-pagination{bottom:30px}
.ban_info{width:100%; height: auto; left:0; top:50%; transform: translate(0,-50%);  position: absolute; line-height: .8rem; text-align: center;}
.ban_info h4{color:#ffffff; font-size:.3rem; font-weight:100; letter-spacing:10px}
.ban_info h5{color:#ffffff; font-size:.7rem; font-weight:bold;}
.ban_info span{width:2.14rem; height: .63rem; background: #7ab355; border-radius:.3rem; text-align: center; line-height: .63rem; font-size:.18rem; color:#fff; display: block; margin:50px auto;}
.ban_info span i{font-style: normal; margin-left: .2rem;}
.banner video,.sjbanner video{width:100%; height:100%; object-fit: cover; object-position: center center; display: block;}
.sjbanner{display:none;  width:100%; position: relative; overflow: hidden; margin-top:1rem; height:5.7rem}





/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat; background-size: cover; padding: 1.4rem 0 1.5rem;}
.index_about h4{color:#000000; font-size: .28rem; text-align: center; text-transform:Uppercase}
.index_about h5{color:#000000; font-size: .4rem; font-weight: bold; text-align: center; line-height: 1.2; margin-top:.2rem; text-transform:Uppercase}
.index_about h5 span{color:#7ab355;  font-size: .5rem; font-weight: bold; }
.index_about p,.index_about a{font-size: .28rem; color: #000000; text-align: center;margin-top:.3rem;}
.index_about_more{width:.61rem; margin:.3rem auto; display: block;}
.index_about_more img{width:100%; display: block;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;  transition: transform 0.5s ease-out;}
.index_about_num{width:100%; display: flex; justify-content: space-between; margin-top: .8rem;}
.index_about_num dl{display: flex; align-items: end; position: relative; width: 25%; justify-content: center;}
.index_about_num dl dt{color:#7ab355; font-size: .22rem;  display: flex; align-items: flex-start;}
.index_about_num dl dt span{color:#7ab355; font-size: .8rem; font-weight: bold; line-height: 1; margin-right: .15rem;}
.index_about_num dl dd{color:#000000; font-size:.16rem; margin-left: .15rem;}
.index_about_num dl:after{content: ""; width:1px; height: .62rem; background: #fff; position: absolute; top: 50%; right:0; transform:translate(0,-50%);}
.index_about_more:hover img{-webkit-transform: rotate(35deg); -moz-transform: rotate(35deg); transform: rotate(35deg);}



/*定制*/
.index_dingzhi{width:100%; margin: .8rem 0;}
.index_dingzhi_lis{width:100%; height: auto; overflow: hidden; margin-top: .6rem;}
.index_dingzhi_lis ul{width:100%; height: auto; overflow: hidden; display: flex; justify-content: space-between;}
.index_dingzhi_lis ul li{width:12%; height: 5.7rem; position: relative; border-radius:25px; transition: all 0.4s ease-in-out; overflow: hidden;}
.index_dingzhi_lis ul li img{width: 100%; height: 100%; object-fit: cover; object-position: center center;  border-radius:25px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_dingzhi_lis ul li.active{width:50%}
.index_dingzhi_lis ul li a{width:100%; display: block; height: 100%; position: absolute; top: 0; left:0; z-index:9}
.index_dingzhi_lis ul li:after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left:0;  background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) , rgba(0,0,0,0.4)); 
	background-image: -webkit-gradient(to bottom,  rgba(0,0,0,0.4) , rgba(0,0,0,0.4)); 
	background-image: -webkit-radial-gradient(to left,  rgba(0,0,0,0.4) , rgba(0,0,0,0.4)); border-radius:25px;}
.dingzhi_lis_hover{width:100%; height: auto; overflow: hidden; position: absolute; bottom:0; left:0; padding:.3rem .2rem .6rem;}
.dingzhi_lis_hover h4{font-weight: bold; color:#fff; font-size:.24rem; margin: .2rem 0;}
.dingzhi_lis_hover p{color:#fff;  font-size:.18rem; line-height: .3rem; display: none;}
.dingzhi_lis_hover hr{width:.4rem; height: 1px; background: #fff;}
.index_dingzhi_lis ul li.active p{display: block;}
.index_dingzhi_lis ul li.active .dingzhi_lis_hover{padding:.3rem .5rem .6rem;}
.index_dingzhi_lis ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}


/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat; background-size: cover; padding:1rem 0;}
.index_youshi .index_news_title h4{margin-top: .2rem;}
.index_youshi .index_news_title a{width:100%; display: flex; font-size:.16rem; color: #000000; align-items: center; margin-top: .4rem;}
.index_youshi .index_news_title a img{width:.61rem; margin-right: .2rem;}
.index_youshi_all{width:100%; height: auto; overflow: hidden; margin-top: .7rem;}
.index_youshi_all ul{width:100%; height:auto; overflow:hidden;  display: flex; justify-content: space-between;}
.index_youshi_all li{width:32.3%; height: auto; position: relative; border-radius:60px 20px 60px 20px; overflow: hidden; }
.index_youshi_all li img{width:100%; border-radius:60px 20px 60px 20px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_youshi_all li p{width:100%; height: auto; position: absolute; bottom:.5rem; left:0; padding: 0 .25rem; font-size: .24rem; font-weight: bold; color:#fff}
.index_youshi_all li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*合作展示*/
.index_hezuo{width:100%; position: relative; padding: .8rem 0 1.9rem; overflow: hidden;}
.index_hezuo .index_news_title h3 span{margin-left:.15rem; margin-right:0}
.index_hezuo:after{content: ""; background: url(../images/hz_right.png) no-repeat; position: absolute; top:-2.8rem; right:0; width:3.45rem; height: 5.77rem;}
.index_hezuo:before{content: ""; background: url(../images/hz_left.png) no-repeat; position: absolute; bottom: -1.5rem; left:0; width: 2.15rem; height: 4.29rem;}
.index_hezuo .index_news_title{margin-bottom: .9rem;}
.index_hezuo_list{width:100%; margin-bottom: .22rem;}
.index_hezuo_list .swiper-slide p{width:auto; height: 1.2rem; border: 1px solid #f3f3f3; border-radius:60px; text-align: center; line-height: 1.2rem; font-size:.22rem; color: #7ab355; font-weight: bold;}
.in_hz2{direction: rtl;}




/* 荣誉资质 */
.index_honor{width:100%; height: auto; overflow: hidden; background: url(../images/honor_bjs.jpg) no-repeat; background-size: cover; padding:.9rem 0;}
.index_honor_li{width:100%; height: auto;  margin-top: .6rem; position: relative; }
.index_honor_li .swiper-slide a{display: block; width: 100%;}
.honor_li_img{width:100%; height: auto; border: 1px solid #9dc781; border-radius: 0 30px 0 30px; padding:12%; }
.index_honor_li .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_honor_li .swiper-slide a h4{width:100%; text-align: center; height:.4rem; line-height: .4rem; color: #000000; font-size: .18rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top:.3rem; font-weight: bold;}
.index_honor_li .swiper-button-next,.index_honor_li .swiper-button-prev{width:.65rem; height: .65rem;  margin-top: -.325rem; }
.index_honor_li .swiper-button-next{background: url(../images/h_right.png) no-repeat; background-size: 100% 100%; right:-.8rem}
.index_honor_li .swiper-button-prev{background: url(../images/h_left.png) no-repeat; background-size: 100% 100%; left:-.8rem}
.index_honor_li .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content:""}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content:""}


/* 新闻资讯 */
.index_news{width:100%; height: auto; overflow: hidden; margin:.6rem 0 .5rem;}
.index_news_title{width:100%;}
.index_news_title h5{color:#333333; font-size:max(12px, .16rem); position: relative; padding-left: .15rem;}
.index_news_title h5:after{content: ""; width:0.08rem; height: 0.08rem; background: #7ab355; border-radius: 50%; position: absolute; top: 50%; left:0; transform: translate(0,-50%);}
.index_news_title h3{color:#000000; font-size:.3rem; font-weight: bold; margin:10px 0 0;  text-transform:uppercase}
.index_news_title h3 span{color:#7ab355; font-size:.3rem;  text-transform:uppercase; margin-right:.15rem}
.index_youshi .index_news_title h3 span{margin-left:.15rem; margin-right:0}
.index_news_title h4{color:#000000; font-size:.2rem; line-height:.4rem}
.index_news_left{width:50%; height: auto; float: left; margin-top: .6rem;}
.index_news_left a{width:100%; display: block;}
.index_news_pic{width:100%; overflow: hidden; border-radius: 10px;}
.index_news_pic img{width:100%; border-radius: 10px; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{width:100%; height: auto; overflow: hidden; margin-top: .4rem; display: flex; justify-content: space-between; align-items: center;}
.index_news_xx img{width:.5rem;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out; transition: transform 0.5s ease-out;}
.index_news_left a:hover .index_news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_left:hover .index_news_xx img{-webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); transform: rotate(30deg);}
.news_xx_info{width:80%}
.news_xx_info h4{width:100%; height:.4rem; line-height: .4rem; color:#000000; font-size: .22rem; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.news_xx_info p{width:100%; height:.32rem; line-height:.32rem; color:#666666; font-size:max(12px, .16rem);  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin:.05rem 0;}
.news_xx_info span{color:#666666; font-size:max(12px, .16rem);}
.index_news_right{width:46.3%; height: auto; float: right; margin-top: .6rem;}
.index_news_right ul{width:100%; overflow: hidden; border-top: 1px solid #eeeeee;}
.index_news_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #eeeeee; padding:.4rem 0;}
.index_news_right ul li a{width:100%; display:flex; justify-content: space-between;}
.news_right_time{width:15%; text-align: center; border-right:1px solid #7ab355}
.news_right_time span{color:#666666; font-size:.42rem; display: block; line-height:1.5; margin-bottom: .2rem;}
.news_right_time p{font-size:max(12px, .16rem); color: #666666;}
.news_right_info{width:80%;}
.news_right_info h3{width:100%; height: .4rem; line-height: .4rem; color:#000000; font-size:.22rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold;}
.news_right_info p{width:100%; height: .72rem; line-height:.36rem; color: #666666; font-size:.18rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_right ul li:hover h3{color:#7ab355}



  /*内页*/
.ny_banner{width:100%; height:100vh; overflow: hidden;  position: fixed; top: 0;  left: 0;}
.ny_banner img{width:100%; display: block; height:100%; object-fit: cover; object-position: center center;}
.ny_banner_post{position: absolute; bottom:20%; left:50%; transform: translate(-50%,0); z-index: 1}
.banner_post_zi{width:100%; height: auto; position: relative}
.banner_post_zi h5{color:#fff; font-size: 1.4rem; opacity: 0.1; text-transform: uppercase; font-weight: bold; line-height:118px}
.banner_post_zi h4{color:#ffffff; font-size: .4rem; position: absolute; bottom:0; left:0; text-transform: uppercase;}
.ny_banner_post p{color:#ffffff; font-size: .24rem; margin-top:.2rem;font-weight: 100;}
.ny_ban_post{color:#fff; font-size:.16rem; margin-top: .15rem;}
.ny_ban_post a{color:#fff; font-size:.16rem;}
.ny_all{width:100%; height:auto; overflow:hidden; margin-top:100vh; background:url(../images/all_bjs.jpg) no-repeat; background-size: cover; position:relative; z-index:7; padding-bottom:1.2rem;}
.ny_nav{width:100%; height: auto; overflow: hidden; background: #7ab355; padding: .1rem 0;}
.ny_nav a{font-size:max(12px, .16rem); color: #fff; line-height:.6rem; padding: 0 .3rem; float: left}
.ny_nav a.active,.ny_nav a:hover{background:url(../images/nav_active.png) no-repeat center 96%; color:#fff; background-size:.38rem}


/*关于我们*/
.ny_about_one{width:100%; height: auto; overflow: hidden; padding: 1.68rem 0; text-align: center;}
.ny_about_one h4{font-size:.4rem; color:#000000; font-weight: bold; text-transform: uppercase;}
.ny_about_one h4 span{color:#7ab355; font-size:.4rem; text-transform: uppercase; margin-left:.15rem}
.ny_about_one h5{color:#000000; font-size:.3rem;text-transform:uppercase }
.about_one_xx{width:100%; height: auto; overflow: hidden; margin:.5rem 0 1rem;}
.about_one_xx p{color:#333333; font-size:.18rem; line-height: .35rem;}
.about_one_img img{width:6.14rem}
.ny_about_ppln{width:100%; height: 9.6rem; overflow: hidden; background: url(../images/ppln_bjs.jpg) no-repeat; background-size: cover; padding-top:1.5rem;  padding-left:8%;}
.about_ppln_left{width:32%; float: left; margin-top: .45rem;}
.about_ppln_left h4{color:#7ab355; font-size:.3rem; font-weight: bold;text-transform: uppercase;}
.about_ppln_left p{font-size:.3rem; color: #000000; margin-top: .9rem; text-transform: uppercase; cursor: pointer;}
.about_ppln_btn p.active{color:#7ab355}
.about_ppln_right{width:60%; height:100%; display: flex; align-items: center; background: rgba(255,255,255,0.9); border-radius:35px 0 0 0; float: right;}
.about_ppln_li{width:100%; display: none;  padding: 0 9% 0 6%;}
.about_ppln_li.active{display: block;}
.about_ppln_li h4{color:#000000; font-size:.3rem; text-transform:uppercase}
.about_ppln_xx{width:100%; margin-top: .4rem;height: 4.85rem;overflow-y: auto;}
.about_ppln_xx p{font-size:max(12px, .16rem); color: #000000; line-height:.35rem; margin-bottom: .1rem; text-indent: .2rem;}
.about_ppln_xx p span{font-size:max(12px, .16rem);}
.ny_about_ppgk{width:100%; overflow: hidden; padding: 1.17rem 0 0;}
.about_ppzz_tt{text-align: center;}
.about_ppzz_tt h4{color:#7ab355; font-size:.3rem; font-weight: bold;  text-transform: uppercase;}
.about_ppzz_tt p{color:#000000; font-size:.3rem; font-weight: bold; text-transform: uppercase;}
.about_ppzz_img{width:100%; margin: .5rem 0 .3rem;  border-radius:50px; overflow:hidden}
.about_ppzz_img img{width:100%; border-radius:50px;  transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_ppzz_img:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.about_ppzz_xx{width:100%}
.about_ppzz_xx p{color:#000000; font-size:max(12px, .16rem); line-height: .35rem; }
.ny_about_ppqy{width:100%; height: auto; overflow: hidden; display: flex; align-items: center; padding-top:1.8rem}
.about_ppqy_left{width:53%;}
.about_ppqy_left img{width:100%; display: block; border-radius: 0 50px 50px 0;}
.about_ppqy_right{width:35%; margin-left: 3%;}
.about_ppqy_right h4{color:#7ab355; font-size: .3rem; font-weight:bold; text-transform: uppercase;}
.about_ppqy_right h5{color:#000000; font-size: .28rem; font-weight: bold;text-transform: uppercase;}
.about_ppqy_info{width:100%; margin-top:.4rem;}
.about_ppqy_info p{color:#333333; font-size:max(12px, .16rem); line-height:.36rem;}
.ny_about_hxjs{width:100%; height: auto; overflow: hidden; padding-top:.8rem;}
.about_hxjs_info{width:100%; margin-top: .9rem; position: relative; height: 6.1rem; margin-bottom:.58rem;}
.about_hxjs_list{width:6.1rem; height: 6.1rem; border:1px solid #b2b3b4; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; }
.about_hxjs_center hr{width:.55rem; height: 0.05rem; background: #7ab355; border-radius: 25px; display: block; margin:.3rem auto;}
.ab_icon{width:100%; height:.65rem; text-align: center;}
.ab_icon img{max-height: 100%}
.about_hxjs_center h4{color:#000000; font-size:.24rem; line-height: 1.4; text-align: center; }
.about_hxp{width:100%; font-size:max(12px, .16rem); line-height:.32rem; color:#fff; display: none; margin-top: .3rem; height:2rem; overflow-y:auto; 
 scrollbar-width: thin;  scrollbar-color: #fff rgba(255, 255, 255, 0.2); }
::-webkit-scrollbar {
    width: 6px; 
    background-color: transparent; 
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #85b965, #85b965); /* 渐变色滑块 */
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.4); /* 柔和发光 */
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #85b965, #85b965); /* 悬停时变色 */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.about_hxp p{width:100%; font-size:max(12px, .16rem); line-height:.32rem; color:#fff; text-align: center;}
.hxjs_1{left:0}
.hxjs_2{left:50%; transform:translate(-50%,0)}
.hxjs_3{right:0}
.about_hxjs_list:hover{background: #85b965; padding: 0 3%; z-index: 2;}
.about_hxjs_list:hover .about_hxp{display:block;}
.about_hxjs_list:hover h4{color:#fff; font-weight: bold;}
.about_hxjs_list:hover .ab_icon,.about_hxjs_list:hover .about_hxjs_center hr{display: none;}
.about_hxjs_list:after{content: ""; width:20px; height:20px; background: #7ab355; border-radius: 50%; position: absolute;  top: 50%;
  left: 50%; margin: -10px 0 0 -10px;  animation: hxjsOrbit 6s linear infinite;}
@keyframes hxjsOrbit {
  from { transform: rotate(0deg)   translateY(-3.05rem); }
  to   { transform: rotate(360deg) translateY(-3.05rem); }
}

.ny_about_gsln{width:100%; height:9.68rem; overflow: hidden; background:url(../images/about_san.jpg) no-repeat center; background-size: cover; position: relative;}
.about_gsln_right{width:54%; height:86%; position: absolute; bottom:0; right:0; z-index:2; background: rgba(255,255,255,0.9); border-radius:45px 0 0 0; padding:2% 8% 2% 3%;}
.about_gsln_right h4{color:#7ab355; font-size: .3rem; font-weight: bold; text-transform:uppercase}
.about_gsln_right h5{color:#000000; font-size: .3rem; font-weight: bold; text-transform:uppercase}
.about_gsln_info{width:100%; margin-top: .5rem; height:5rem; overflow-y:auto}
.about_gsln_info p{color:#000000; font-size:.16rem; line-height:.32rem; margin-bottom: .2rem;}
.ny_about_ppzz{width:100%; height: auto; overflow: hidden; padding: 1rem 0 0;}
.ny_about_ppzz ul{width:100%; margin-top: 1rem; display: flex; justify-content: space-between;}
.ny_about_ppzz ul li{width:31%;}
.about_ppzz_pic{width:100%; height: auto; overflow: hidden; border-radius: 25px;}
.about_ppzz_pic img{width:100%; display: block; border-radius: 25px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_about_ppzz ul li p{width:100%; line-height:.35rem; color: #000000; font-size:max(12px, .16rem); margin-top:.25rem;}
.ny_about_ppzz ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_about_news{width:100%; overflow: hidden; padding-top:1.3rem }
.about_news_title{text-align: center;}
.about_news_title h3{color:#7ab355; font-size: .4rem; font-weight: bold; text-transform:uppercase}
.about_news_title p{color:#000000; font-size: .3rem; font-weight: bold; text-transform: Capitalize}
.about_news_swiper{width:100%; height: auto; overflow: hidden; margin-top:.8rem;}
.about_news_swiper .swiper-container{width:100%; height: auto; overflow: hidden;}
.about_news_swiper .swiper-slide a{width:100%; display: block; margin: 0px auto; position: relative;  overflow: hidden; padding:.5rem 3% 0;}
.about_news_swiper .swiper-slide a:after{content: ""; width:81%;  height: 80%; background: #fff; border-radius: 30px; position: absolute; top: 0; right:0; z-index:0}
.about_news_pic{width:53%; height: auto; float: left; overflow: hidden; position: relative; z-index: 1;  border-radius: 25px;}
.about_news_pic img{width:100%; display: block; border-radius: 25px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_news_info{width:40%; height: auto; float: right; margin-top:.35rem; margin-right:2%; position: relative; z-index: 1}
.about_news_bts{width:100%; display: flex; justify-content: space-between;  height: .4rem; line-height: .4rem;}
.about_news_bts h4{width:70%; height:.4rem; line-height: .4rem; color: #000000; font-size: .22rem; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.about_news_bts span{color:#666666; font-size:.16rem;}
.about_news_info p{width:100%; height:.9rem; line-height: .3rem; font-size:max(12px, .16rem); color: #666666;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: .3rem;}
.about_news_time{color:#333333; font-size:.18rem; display: flex; align-items: center; margin-top: .4rem;}
.about_news_time img{margin-left: .2rem; width:.34rem}
.ab_news_more{width:2.39rem; height: .74rem; background: #fff; border-radius:50px; display: block; margin:.4rem auto 0; display: flex; align-items: center; justify-content: space-between; padding:.1rem;}
.ab_news_more span{color:#000000; font-size: .18rem; margin-left: .3rem;}
.ab_news_more img{width:.53rem}
.about_news_swiper .swiper-button-next,.about_news_swiper .swiper-button-prev{width:.48rem; height:.48rem; top:auto; margin-top: 0; bottom:1.3rem}
.about_news_swiper .swiper-button-next{background: url(../images/nhs_right.png) no-repeat center; right:5%; background-size:.48rem}
.about_news_swiper .swiper-button-prev{background: url(../images/nhs_left.png) no-repeat center; left:auto; right:9%; background-size:.48rem}
.about_news_swiper .swiper-button-next:hover{background: url(../images/nh_right.png) no-repeat center; background-size:.48rem}
.about_news_swiper .swiper-button-prev:hover{background: url(../images/nh_left.png) no-repeat center; background-size:.48rem}
.about_news_swiper .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}





/* 联系我们*/
.ny_contact_title{width:100%; overflow: hidden; margin-top:.92rem;}
.ny_contact_title h4{color:#000000; font-size: .3rem; font-weight: bold;text-transform:uppercase}
.ny_contact_title h4 span{color:#7ab355; font-size: .3rem;}
.ny_contact_title p{width:100%; color:#000000; font-size:max(12px, .16rem); margin-top: .15rem;}
.ny_contact_center{width:100%; margin-top: .45rem; display: flex; justify-content: space-between;}
.contact_center_left{width:35%}
.contact_center_left h4{color:#000000; font-size:.24rem;}
.contact_center_form{width:43%; background: #fff; border-radius:20px; padding:2% 4.5% 4%;}
.contact_center_form h5{color:#666666; font-size:16px; position: relative; padding-left: .2rem; margin-bottom: .24rem;}
.contact_center_form h5:after{content:""; width: .14rem; height: .14rem; background: #7ab355; border-radius: 50%; position: absolute; top: 50%; left:0; transform: translate(0,-50%);}
.contact_center_form p{width:100%; height:.68rem; border: 1px solid #e5e5e5; border-radius:30px; margin-bottom: .3rem; padding: 0 5%;}
.contact_center_form p input[type="text"]{width:100%; height: 100%; border: 0; font-size:16px; color: #666666;}
.contact_center_form textarea{width:100%; height:1.7rem; border: 1px solid #e5e5e5; border-radius:30px; resize: none; padding: 5%;}
.tijiao{width:100%; height: .7rem; background: #a0a0a0; border-radius:40px; text-align: center; font-size:16px; color:#fff; border: 0; margin-top: .3rem; text-transform:uppercase}
.contact_center_anniu{width:139px; height: 138px; position: relative; display: flex; align-items: center; justify-content: center;}
.contact_center_anniu:after{content: ""; width: 100%; height: 100%; background: url(../images/yy_zi.png) no-repeat; position: absolute; top: 0; left:0; animation:circleRoate 5s infinite linear ;}
.contact_center_anniu img{width:.92rem; height: .92rem; display: block;}
@keyframes circleRoate{  
	 from{transform: rotate(0deg);}  
	to{transform: rotate(360deg);}  
 } 
.contact_center_xx{width:100%; margin-top:.7rem;}
.contact_center_xx .contact_center_p{color:#000000; font-size: .18rem; display: flex; align-items: center;}
.contact_center_tel span{color:#7ab355; font-size: .36rem; font-weight: bold;}
.contact_center_tel{padding-left:.5rem}
.contact_center_xx dl{width:100%}
.contact_center_xx dl i,.contact_center_p i{width:.5rem; height: 100%; text-align: center; display: block; margin-right: .1rem;}
.contact_center_xx dl dt{color:#000000; font-size: .18rem; display: flex; align-items: center; margin: .2rem 0;}
.contact_center_xx dl dd{color:#000000; font-size: .18rem; margin: .2rem 0 .2rem .6rem;}
.contact_center_info{width:100%; height:auto; overflow:hidden}
.contact_center_info p{color:#000000; font-size:.16rem; line-height:.3rem}
.mes_form_p p input{ display: block; float:left; height:.6rem; border: none;  }
.mes_form_p a { display:block; float:left;  margin-top: 25px;  margin-left: 20px;  }
.mes_form_p p span{ overflow: inherit !important; left: 0 !important;top: 52px !important; }
.mes_form_p p{width:50%; margin-bottom:0; border:0; padding:.1rem 0 .1rem 5%;}
.mes_form_p{display:flex; margin-top:.1rem; align-items:center; width:100%; height:.68rem; border: 1px solid #e5e5e5; border-radius:30px; justify-content: space-between;}
.mes_form_p img{height:.68rem; border-radius: 0 30px 30px 0;}
.mes_form_r{margin-bottom:.15rem}





/* 技术创新 */
.ny_jscx_vide{margin-top: .9rem;}
.ny_jscx_vide video{width:100%;border-radius: 20px;}
.ny_jscx_zhlm{width:100%; padding:1.2rem 0 0; overflow: hidden;}
.jscx_zhlm_title{width:100%; text-align: center; margin-bottom: .8rem;}
.jscx_zhlm_title p{width:100%; margin-top:.3rem; color:#000000; font-size:.18rem; line-height:.36rem;}
.jscx_zhlm_left{width:48.8%; height: auto; float: left; position: relative; overflow: hidden;  border-radius: 25px;}
.jscx_zhlm_left img.zhlm_img{width:100%; display: block; border-radius: 25px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.jscx_zhlm_left a{width:100%; height: auto; position: absolute; bottom:0; left:0; padding:0 8% .3rem;}
.jscx_zhlm_left:hover img.zhlm_img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.zhlm_left_btn{width:100%}
.zhlm_left_btn h4{color:#fff; font-size:.24rem; font-weight: bold; margin-bottom: .15rem;}
.zhlm_left_btn p{color:#fff; font-size:max(12px, .16rem); line-height: .3rem; height: .9rem;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden;}
.zhlm_left_btn span{display: flex; align-items: center;  font-size:max(12px, .16rem); color: #ffffff; margin-top: .3rem;}
.zhlm_left_btn span img{margin-right: .2rem;   -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out; width:.61rem}
.jscx_zhlm_right{width:50%; float: right;}
.jscx_zhlm_right a{width:100%; display: block; position: relative; border-radius: 25px; overflow: hidden;}
.jscx_zhlm_right a img.zhlm_img{width:100%; display: block; border-radius: 25px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.jscx_zhlm_right a:nth-child(2){margin-top: .25rem;}
.jscx_zhlm_right a:hover img.zhlm_img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.jscx_zhlm_right a:hover span img{-webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); transform: rotate(30deg);}
.jscx_zhlm_left a:hover span img{-webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); transform: rotate(30deg);}
.jscx_zhlm_hover{width:100%; height: auto; position: absolute; bottom:.2rem; left:0; padding: 0 2%; display: flex; justify-content: space-between; align-items: center;}
.jscx_zhlm_hover h3{color:#ffffff; font-size: .22rem; font-weight: bold;}
.jscx_zhlm_hover span{color:#fff;  font-size:max(12px, .16rem); display: flex; align-items: center;}
.jscx_zhlm_hover span img{width:.61rem; margin-right:.2rem}
.ny_jscx_three{width:100%; position: relative; padding-top: .9rem;}
.ny_jscx_three img.ny_jscx_pic{width:100%; display: block;}
.jscx_three_hover{position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%); z-index:1; text-align: center;}
.jscx_three_hover h4{color:#fff; font-size: .5rem; font-weight: bold; text-transform:uppercase}
.jscx_three_hover h4 span{color:#7ab355; font-size: .5rem; text-transform:uppercase}
.jscx_three_hover p{color:#ffffff; font-size:.28rem; margin: .2rem 0 .5rem;}
.jscx_three_hover img{width:1.02rem;  -webkit-transition: -webkit-transform 0.5s ease-out; -moz-transition: -moz-transform 0.5s ease-out; transition: transform 0.5s ease-out;}
.jscx_three_hover img:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.ny_jscx_two{width:100%; height: auto; overflow: hidden; padding-top: 1.4rem;}
.jscx_two_swiper{width:100%; height: auto; overflow: hidden; margin-top: .58rem;}
.jscx_two_swiper .swiper-container{padding-bottom:1.1rem;}
.jscx_two_swiper .swiper-container .swiper-slide{width:75%}
.jscx_two_list{width:100%; height: auto; overflow: hidden; background: #fff; border-radius:25px; display: flex; justify-content: space-between;}
.jscx_two_swiper .swiper-button-next,.jscx_two_swiper .swiper-button-prev{width:.65rem; height: .65rem; top: auto; margin-top: 0; bottom:0}
.jscx_two_swiper .swiper-button-next{background: url(../images/h_right.png) no-repeat center; background-size: 100% 100%; right:45.5%}
.jscx_two_swiper .swiper-button-prev{background: url(../images/h_left.png) no-repeat center; background-size: 100% 100%; left:45.5%}
.jscx_two_pic{width:50%; border-radius:25px 0 0 25px; overflow: hidden;}
.jscx_two_pic img{height: 100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.jscx_two_list:hover .jscx_two_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.jscx_two_swiper .swiper-pagination{width:auto; left:auto; right:41%; bottom:1.7rem}
.jscx_two_swiper .swiper-pagination-bullet{width:.12rem; height:.12rem;}
.jscx_two_swiper .swiper-pagination-bullet-active{background: #7ab355;}
.jscx_two_xx{width:50%; padding:5% 5%;}
.jscx_two_xx h4{color:#000000; font-size:.26rem; margin-bottom: .4rem;}
.jscx_two_xx p{color:#000000; font-size:max(12px,.16rem); line-height: .34rem;}
.jscx_two_xx span{font-size: 1.3rem; color: #000000; opacity:0.1; position: absolute; bottom:.3rem; right:5%; font-weight: bold;}
.ny_jscx_hyzx{width:100%; padding: 1.76rem 0 0;}
.jscx_two_title{width:100%; text-align: center;}
.jscx_two_title h4,.jscx_zhlm_title h4{color:#000000; font-size: .3rem; font-weight: bold; text-transform:uppercase}
.jscx_two_title h4 span,.jscx_zhlm_title h4 span{color:#7ab355; font-size: .3rem; font-weight: bold; margin-left:.1rem}
.jscx_two_title p{color:#000; font-size:.22rem; margin-top: .2rem;margin: .2rem auto;width: 76%;}
.jscx_hyzx_list{width:100%; height: auto; overflow: hidden; margin-top: 1.1rem;}
.jscx_hyzx_list .swiper-slide a{width:100%; height:3.42rem; display: block; background: #ffffff; border-radius: 25px; border: 1px solid #7ab355; padding: 14% 8%;}
.jscx_hyzx_list .swiper-slide a span{color:#7ab355; font-size:max(12px,.16rem);}
.jscx_hyzx_list .swiper-slide a h4{color:#000000; font-size:.22rem; font-weight: bold; width: 100%; height:.4rem; line-height:.4rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin:.2rem 0 .25rem ;}
.jscx_hyzx_list .swiper-slide a p{width:100%; height:.68rem; line-height: .34rem; color: #000000; font-size:.16rem; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.hyzx_list_more{width:2.39rem; height: .73rem; background: #fff; border-radius: 40px; padding:.1rem .1rem .1rem .45rem; display:flex; justify-content: space-between; align-items: center; margin:.8rem auto 0; font-size:.18rem; color: #000000;  transition: all .5s ease;}
.hyzx_list_more img{ -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out; width:.53rem}
.jscx_hyzx_list .swiper-slide a:hover{background: #7ab355;}
.jscx_hyzx_list .swiper-slide a:hover span,.jscx_hyzx_list .swiper-slide a:hover h4,.jscx_hyzx_list .swiper-slide a:hover p{color:#fff}
.hyzx_list_more:hover{background:#7ab355; color:#fff}
.hyzx_list_more:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}




/*合作支持*/
.ny_hzalls{width: 100%;  height: auto; overflow: hidden;  margin-top: 1rem;  background: url(../images/all_bjs.jpg) no-repeat; background-size: cover; position: relative;  z-index: 7;}
.ny_hzall{padding-bottom:0;}
.ny_hzzc_one{width:100%; height: auto; overflow: hidden; margin-top: 1.3rem;}
.ny_hzzc_one .jscx_zhlm_title p{width:90%; margin:.3rem auto 0;}
.hzzc_one_li{width:100%; height: auto; overflow: hidden; display: flex; justify-content: space-between;}
.hzzc_one_li li{width:24.2%; position: relative;  border-radius:20px; overflow: hidden;}
.hzzc_one_li li img.hzzc_one_pic{width:100%; border-radius:20px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.hzzc_one_hover{width:100%; height: auto; overflow: hidden; position: absolute; bottom:10%; left:0; padding: 0 6%;}
.hzzc_one_hover h4{color:#fff; font-weight: bold; font-size: .24rem;}
.hzzc_one_hover p{color:#fff; font-size:.2rem; margin:.1rem 0 .2rem;}
.hzzc_one_hover img{width:.5rem; display: none;}
.hzzc_one_li li:hover .hzzc_one_hover img{display: block;}
.hzzc_one_li li:hover img.hzzc_one_pic{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_hzzc_tscn{width:100%; height: auto; overflow: hidden; padding-top:1.4rem;}
.ny_hzzc_tscn h4{color:#000; font-size: .48rem; font-weight: bold; text-align: center; margin-bottom: .9rem; text-transform:uppercase}
.ny_hzzc_tscn video{width:100%;border-radius: 20px;}
.ny_hzzc_qqtxz{width:100%; height:auto; overflow: hidden; background: url(../images/txz_bjs.jpg) no-repeat center; background-size: cover; margin-top: .5rem; padding:.8rem 0 1.2rem;}
.ny_hzzc_qqtxz h4{color:#000000; font-size: .4rem; font-weight: bold; text-align: center; text-transform:uppercase}
.ny_hzzc_qqtxz h4 span{color:#7ab355; font-size: .4rem; text-transform:uppercase; margin-left:.1rem}
.hzzc_qqtxz_li{width:auto; display: table; margin:.5rem auto .5rem;}
.hzzc_qqtxz_li img{width:1.5rem; margin: 0 .3rem; }
.hzzc_qqtxz_li img:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.hzzc_qqtxz_more{width:auto;  margin:1.2rem auto 0; color:#433030; font-size:.16rem; display: flex; align-items: center; justify-content: center;}
.hzzc_qqtxz_more img{width:.61rem; margin-right:.2rem; -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out; transition: transform 0.5s ease-out;}
.hzzc_qqtxz_more:hover img{-webkit-transform: rotate(32deg); -moz-transform: rotate(32deg); transform: rotate(32deg);}
.hzzc_qqtxz_honor{width:100%; height:auto; overflow:hidden}
.hzzc_qqtxz_honor .swiper-container{padding-bottom:.5rem}
.hzzc_qqtxz_honor .swiper-pagination-bullet{width:10px; height:10px;}
.hzzc_qqtxz_honor .swiper-pagination-bullet-active{background:#7ab355}
.ny_hzzc_honor{width:100%; height: auto; overflow: hidden; background: url(../images/cj_bjs.jpg) no-repeat; background-size: cover; padding: 1.2rem 0;}
.ny_hzzc_honor h3{color:#ffffff; font-size: .4rem; font-weight: bold; text-align: center; text-transform:uppercase}
.ny_hzzc_honor .swiper-container{width:100%; margin:.9rem auto 0;}
.ny_hzzc_honor .swiper-button-next,.ny_hzzc_honor .swiper-button-prev{width:.65rem; height: .65rem; }
.ny_hzzc_honor .swiper-button-next{background: url(../images/h_right.png) no-repeat center; background-size: 100% 100%; right:0}
.ny_hzzc_honor .swiper-button-prev{background: url(../images/h_left.png) no-repeat center; background-size: 100% 100%; left:0}
.hzzc_honor_swiper{width:100%; position: relative; padding: 0 5%;}
.hzzc_honor_lis{width:100%; overflow: hidden;}
.hzzc_honor_img{width:100%; display: block;}
.hzzc_honor_img img{width:100%;}
.hzzc_honor_lis h4{color:#ffffff; font-size:.18rem; font-weight: bold; text-align: center; margin-top:.25rem;}
.hzzc_honr_more{color:#fff; font-size:.16rem; display: flex; align-items: center; justify-content: center; margin-top: .86rem;}
.hzzc_honr_more img{width:.61rem; margin-right: .2rem;  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out; transition: transform 0.5s ease-out;}
.hzzc_honr_more:hover img{-webkit-transform: rotate(32deg); -moz-transform: rotate(32deg); transform: rotate(32deg);}
.ny_hzzc_hzms{width:100%; height: auto; overflow: hidden; padding:.64rem 0 .75rem;}
.hzzc_hzms_title{width:100%; text-align: center;}
.hzzc_hzms_title h4{color:#000; font-size: .3rem; font-weight: bold; text-transform:uppercase}
.hzzc_hzms_title h4 span{color:#7ab355; font-size: .3rem; font-weight: bold; text-transform:uppercase}
.hzzc_hzms_title p{color:#000000; font-size: .18rem; line-height:.36rem; margin-top: .2rem;  padding: 0 2%;}
.hzzc_hzms_list{width:100%; height: auto; padding: 0 3%; display: flex; justify-content: space-between; margin-top: .9rem;}
.hzzc_hzms_list li{width:4.2rem}
.hzzc_hzms_list li h4{color:#000000; font-size:.16rem; text-align: center; margin-top: 20px;}
.hzzc_hzms_img{width:100%; height: auto; border: 1px solid #7ab355; padding:2.5%;  border-radius: 50%; overflow:hidden }
.hzzc_hzms_img img{width:100%; border-radius: 50%;  transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.hzzc_hzms_list li:hover .hzzc_hzms_img img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_hzzc_hzhb{width:100%; height: auto; overflow: hidden; background: url(../images/hzbh_bjs.jpg) no-repeat; background-size: cover; padding:.96rem 0;}
.hzzc_hzhb_lis,.hzzc_hzhb_two,.hzzc_hzhb_three{display: flex;}
 .hzzc_hzhb_li{width: 1.8rem;  height: 2.08rem;   clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);  background: #ffffff;
        display: flex;  align-items: center;  justify-content: center;  margin: 0 .05rem;  position: relative;
        transition: transform 0.3s ease, filter 0.3s ease;  cursor: pointer; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08)); 
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
/* .hzzc_hzhb_li:hover{transform: scale(1.06);  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.15)); z-index: 10;} */
.ny_hzzc_hzhb .hzzc_hzms_title{margin-bottom:.6rem;}
.hzzc_hzhb_two{margin-left: .95rem; margin-top: -.44rem;}
.hzzc_hzhb_three{margin-top: -.44rem;}
.hzzc_hzhb_li:hover{-webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg);}
.hzzc_hzhb_li img{max-width:90%}




/*产品总页面*/
.ny_product_one{width:100%; margin-top: .88rem;}
.ny_product_one .jscx_zhlm_title p{margin-top:.2rem;}
.product_one_tab{width:100%; display:flex; justify-content: center;}
.product_one_tab a{height:.67rem; border: 2px solid #7ab355; border-radius:40px; line-height: .67rem; padding: 0 .4rem; font-size:.16rem; color: #000000; margin:0 .05rem;}
.product_one_tab a.active{background: #7ab355; color:#fff}
.product_one_swiper{width:100%; margin-top: .6rem;}
.product_one_swiper ul{width:100%; height: auto; overflow: hidden; display: none;}
.product_one_swiper ul.active{display:block}
.product_one_swiper ul li{width:20%; float: left; text-align: center; }
.product_one_img{width:100%; height:auto; overflow: hidden;}
.product_one_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.product_one_swiper ul li h4{color:#000000;  font-size:max(12px, .16rem); margin-top:.1rem; width:100%; height:.4rem; line-height:.4rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.product_one_swiper ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_product_sys{width:100%; height: auto; overflow: hidden; padding-top: 1.26rem;}
.product_sys_title{width:100%; text-align: center;}
.product_sys_title h4{color:#000; font-size: .3rem; font-weight: bold; margin: .2rem auto;width: 76%;}
.product_sys_title h4 span{color:#7ab355; font-size:.3rem; font-weight: bold; text-transform:uppercase}
.product_sys_swiper{width:100%; height: auto; overflow: hidden; margin-top: .85rem;}
.product_sys_swiper .swiper-slide{width:57%}
.product_sys_list{width:100%; overflow: hidden; }
.product_sys_img{width:100%; overflow: hidden; border-radius: 20px;}
.product_sys_img img{width:100%; border-radius: 20px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.product_sys_list h5{width:100%; font-size:.16rem; color: #000000; padding: 0 3%; margin-top: .5rem; display: none;}
.product_sys_list h5 span{color:#000000; font-size: .3rem; font-weight: bold; margin-right: 2%;}
.product_sys_swiper .swiper-slide-active h5{display: block;}
.product_sys_swiper .swiper-button-next,.product_sys_swiper .swiper-button-prev{width:.65rem; height: .65rem; top: auto; margin-top: 0; bottom:0 }
.product_sys_swiper .swiper-button-next{background: url(../images/h_right.png) no-repeat center; background-size: 100% 100%; right:16%}
.product_sys_swiper .swiper-button-prev{background: url(../images/h_left.png) no-repeat center; background-size: 100% 100%; left:16%}
.product_sys_list:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_product_bbqq{width:100%; height: auto; overflow: hidden; background: url(../images/qq_bjs.jpg) no-repeat; background-size: cover; padding: 1.5rem 0 2.3rem; margin-top: .9rem;}
.product_bbqq_title{width:100%; text-align: center;}
.product_bbqq_title h4{color:#fff; font-size: .3rem; font-weight: bold; text-transform:uppercase}
.product_bbqq_title h4 span{color:#7ab355; font-size: .3rem; font-weight: bold; text-transform:uppercase; margin-left:.15rem}
.product_bbqq_title p{font-size:.3rem; color: #fff; margin-top:.2rem; text-transform:Capitalize}
.product_bbqq_list{width:100%; overflow: hidden; display: flex; justify-content: space-between; margin-top: .9rem; padding:.1rem .05rem}
.product_bbqq_list li{width:32%; height:3rem; background: rgba(122,179,85,0.9); border-radius: 20px; padding:2% 2%;}
.product_bbqq_list li h4{color:#fff; font-size:.2rem; font-weight:bold; line-height:.36rem; height:1.45rem}
.p_line{width:100%; height: 1px; background: rgba(255,255,255,0.2); margin: .4rem 0 .2rem;}
.p_line_xx{width:100%; display: flex; justify-content: space-between; align-items: center; transition: all 0.4s ease-in-out;}
.p_line_xx p{color:#fff; font-size:.18rem;}
.p_line_xx img{width:.24rem}
.product_bbqq_list li:hover{background: rgba(122,179,85,1); box-shadow:0 0 10px rgba(255,255,255,0.6)}
.product_bbqq_list li:hover .p_line_xx{padding:0 3%}
.ny_product_khxq{width:100%; height: auto; overflow: hidden; padding-top: 1.3rem;}
.product_khxq_title{width:100%; text-align: center;}
.product_khxq_title h4{color:#000000; font-size: .3rem; font-weight: bold; text-transform:uppercase;}
.product_khxq_title h5{color:#000000; font-size:.28rem; margin-top: .2rem; text-transform:uppercase}
.ny_product_khxq ul{width:100%; display: flex; justify-content: space-between; padding: 0 6%; margin-top: 1.48rem;}
.ny_product_khxq ul li span{width:.66rem; height: .66rem; text-align: center; line-height: .66rem; border-radius: 50%; display: block; margin: 0px auto; font-size: .24rem; color: #ffffff; background: #7ab355;}
.ny_product_khxq ul li h4{color:#000000; font-size:.2rem; font-weight: bold; margin-top:.3rem;}
.ny_product_khxq ul li p{color:#7ab355; font-size:.16rem; text-align: center; margin-top: .15rem;}
.ny_product_khxq ul li p i{font-size: 12px; margin-left: .1rem;}
.ny_product_khxq ul li:hover span{box-shadow:0 0 12px rgba(0,0,0,0.6)}
.product_khxq_form{width:100%; height: auto; background: url(../images/pf_bjs.jpg) no-repeat; background-size: cover; padding:1.5rem 0 0; margin-top: 1.2rem;border-radius: 20px;}
.product_khxq_form h3{color:#fff; font-size:.3rem; font-weight: bold; text-align: center; text-transform:uppercase}
.product_khxq_form h4{color:#fff; font-size:.2rem;  text-align: center; margin-top:.2rem;margin: .2rem auto;width: 80%;}
.product_khxq_more{width:3.4rem; height: .73rem; background: #fff; border-radius:35px; padding:0 1%; display: flex; justify-content: space-between; margin:.73rem auto .8rem; align-items: center;  transition: all 0.3s ease; cursor: pointer;}
.product_khxq_more span{color:#000000; font-size:.18rem; transition: all 0.3s ease; margin-left:.15rem}
.product_khxq_more img{width:.53rem; transition: all 0.3s ease;}
.product_khxq_more:hover{ transform: scale(1.05); box-shadow: 0 0 0 2px rgba(37, 99, 235,0.35);}
.product_khxq_more:hover img{ transform: translateX(5px);}
.product_khxq_lx{width:78%; height: auto; margin: 0px auto; border-top: 1px solid rgba(255,255,255,0.2); display: flex; justify-content: center; padding:.35rem 0 .48rem;}
.product_khxq_lx p{color:#fff; font-size:.18rem; display: flex; align-items: center; margin-right:.3rem;}
.product_khxq_lx p img{margin-right:.1rem; width:.15rem}
.tan_all{width:100%; height: 100vh; background: rgba(0,0,0,0.5); position: fixed; top: 0; left:0; z-index:999; display: none;}
.tan_form{width:25%; height:auto; background: #fbfff9; border-radius:20px; position: fixed; top:50%; left:50%; transform: translate(-50%,-50%); padding:.6rem 2% .3rem;}
.tan_form_close{width:.34rem; height: auto; position: absolute; top:2%; right:3%;}
.tan_form_close img{width:100%}
.tan_form h4{color:#000000; font-size: .24rem; margin-bottom: .15rem;}
.tan_form p{width:100%; height:.45rem; background: #fff; border: 1px solid #d5dcd9; border-radius: 8px; position: relative; margin-bottom: .1rem;}
.tan_form p input[type="text"]{width:100%; height: 100%;  font-size:max(12px, .16rem); color: #999999; padding: 0 2%; border: 0;  border-radius: 8px; display:block}
.tan_form textarea{width:100%; height:1rem;  background: #fff; border: 1px solid #d5dcd9; border-radius: 8px; resize: none; padding: 1%;  font-size:max(12px, .16rem);}
.ysxy{ font-size:max(12px, .14rem); color:#666; }
.ysxy a{color:#ff0101;  font-size:max(12px, .14rem);}
.ysxy span{color:#666;  font-size:max(12px, .14rem);}
.tan_form_btn{width:100%; margin-top: .2rem;}
.t_reset{width:36%; height: .5rem; border: 1px solid #d5dcd9; border-radius: 25px;  font-size:max(12px, .16rem); color: #000000;}
.t_submit{width:60%; height: .5rem; background: #a0a0a0; border-radius: 25px;  font-size:max(12px, .16rem); color: #fff; border: 0; float: right;}
.mes_form_pin{width:100%; display:flex}
.mes_form_pin img{height:.45rem}
.ny_product_khxq1{width:100%; height: auto; overflow: hidden; padding-top: .3rem;}
.ny_product_khxq1 ul{width:100%; display: flex; justify-content: space-between; padding: 0 6%; margin-top: 1.48rem;}
.ny_product_khxq1 ul li span{width:.66rem; height: .66rem; text-align: center; line-height: .66rem; border-radius: 50%; display: block; margin: 0px auto; font-size: .24rem; color: #ffffff; background: #7ab355;}
.ny_product_khxq1 ul li h4{color:#000000; font-size: .24rem; font-weight: bold; margin-top:.3rem;}
.ny_product_khxq1 ul li p{color:#7ab355;  font-size:max(12px, .16rem); text-align: center; margin-top: .15rem;}
.ny_product_khxq1 ul li p i{font-size: 12px; margin-left: .1rem;}
.ny_product_khxq1 ul li:hover span{box-shadow:0 0 12px rgba(0,0,0,0.6)}




/*产品列表*/
.ny_products_all{width:100%; height:auto; overflow:hidden; margin-top:.6rem}
.ny_pro_list{width:100%; height:auto; overflow:hidden; padding:.1rem}
.ny_pro_list li{width:23.5%; height:auto; overflow:hidden; float:left; margin-right:2%; border-radius:8px; padding:.1rem 0}
.ny_pro_list li:nth-child(4n){margin-right:0}
.ny_pro_list li:hover{box-shadow:0 0 6px rgba(0,0,0,0.2)}
.ny_pro_img{width:100%; height:auto; overflow:hidden; display:flex; align-items:center;  justify-content: center;}
.ny_pro_img img{max-width:100%;}
.ny_pro_title{width:100%; height:.5rem; line-height:.5rem; color:#333; font-size:.2rem; text-align:center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; margin-top:.1rem}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:.6rem 0 1rem;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:40%; height:auto; float: left;  border: 1px solid #ddd;}
.ny_pro_tleft .swiper-container{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.pro_top_pic{width:100%; overflow:hidden}
.pro_top_pic img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:54%; height: auto; float: right}
.ny_pro_tright h1{ font-size: 0.36rem; color: #191919; height:auto; line-height:0.4rem; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:0.15rem; overflow:hidden; padding-bottom:0.3rem; font-size:max(12px, .16rem);    line-height: 0.36rem;    color: #555;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 0.35rem; font-size: 0.15rem;   }
.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: .65rem;}
.ny_pro_bleft{width:100%; height: auto; overflow: hidden; }
.ny_pro_bleft img{max-width:100%; display: table; margin: 0px auto;}
.ny_probt{width:100%; height:.65rem;}
.ny_probt li{width:100%; height:.65rem; background:#eeeeee; color:#313131; font-size:max(12px, .18rem); float:left; text-align:center; line-height:.65rem; margin-right:0.01rem;}
.ny_probt li.on{background:#7ab355;}
.ny_probt li.on a{color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:max(12px, .18rem);font-weight: bold;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:0.36rem; font-size:max(12px, .16rem);color:#333; line-height:0.3rem;}
.ny_proshow_info p{font-size:max(12px, .16rem); color:#333; line-height:0.34rem;}
.ny_proshow_info a{color:#0b5dc9; font-size: 30px;font-weight: 700;}



/*列表*/
.section-content{ overflow: hidden; margin-top:.6rem}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:.5rem;}
.honor_list li{ width:23.5%; float: left; border: 1px solid #e5e5e5; margin-right:2%; margin-bottom: 0.2rem;}
.honor_list li:nth-child(4n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;object-fit: cover;  height: auto;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 0.5rem; background: #e5e5e5;text-align: center; font-size:max(12px, .16rem); transition: all 0.3s; width:100%; height:0.5rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #7ab355;}
.honor_list li:hover .gallery-title{ background: #7ab355; color: #fff;}



/*联系我们*/
.index_footer{width:100%; height: auto; position: relative; overflow: hidden; padding-top:.75rem; background:url(../images/footer.jpg) no-repeat; background-size: cover; }
.index_footer_top{width:100%; height: auto; overflow: hidden; display: flex; justify-content: space-between;}
.index_footer_left{width:18%}
.index_footer_left a{width:100%; display: block;}
.index_footer_left a img{width:2.27rem}
.footer_icon img{max-width: 100%;}
.index_footer_left h4{color:#ffffff;font-size:max(12px, .16rem); margin-top:.1rem;}
.footer_icon{width:100%; margin-top: .3rem;}
.footer_center_nav{width:74%; display: flex; justify-content: space-between;}
.footer_center_nav dl{width:15%}
.footer_center_nav dl dt{color:#ffffff; font-size:max(12px, .18rem); font-weight: bold; margin-bottom: 10px;}
.footer_center_nav dl dd a{font-size:max(12px, .14rem);; display: block; color: #fff; line-height:.34rem; margin-bottom:.1rem}
.footer_center_nav dl dd a:hover{font-weight:bold}
.footer_bottom{width:100%; height: auto; overflow: hidden; display: flex; justify-content:space-between;  border-top: 1px solid rgba(255,255,255,0.1); padding:.25rem 0; margin-top: .6rem;}
.copy_l{width:100%; height: auto; overflow: hidden; font-size:max(12px, .16rem); color:#fff; line-height:.4rem;  text-transform: uppercase; text-align: center; }
.copy_l a{color:#fff; font-size:max(12px, .16rem); margin: 0 .1rem; }




/*ҳ*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin:.6rem 0 1rem; }
.ny_news_list{width:100%; height: auto; overflow: hidden;margin-bottom: 0.4rem;}
.ny_news_list li{width:100%; height: auto; overflow: hidden; padding: 0.15rem}
.ny_news_list li a{display:flex; justify-content: space-between;}
.ny_news_list li .ny_time{width:1.15rem;height: auto; float: left;margin-top:0.35rem;}
.ny_news_list li .ny_time span{display: block; font-size:max(12px, .16rem); color: #999; text-align: right}
.ny_news_list li .ny_time p{font-size: 0.41rem; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top:0.12rem;}
.news_xx h3{width:100%; height: 0.4rem; line-height: 0.4rem; font-size: 0.22rem; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:0.6rem; line-height: 0.3rem; font-size:max(12px, .16rem); color: #666;  margin: 0.1rem 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size:max(12px, .14rem); color: #aaaaaa}
.news_pic{width:24%; height: 2rem; float: right}
.news_pic img{width:100%; object-fit: cover;  height:100%; display:block}
.ny_news_list li:hover{background: #f4f4f4}
.ny_news_list li:hover .ny_time p,.ny_news_list li:hover .ny_time span,.ny_news_list li:hover span{color:#7ab355}
.ny_news_list li:hover h3{font-weight: bold; }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: .6rem 0 1rem; }
.ny_news_hots{width: 100%; line-height: 0.3rem; color: #999; font-size:max(12px, .16rem); margin-bottom: 0.2rem;  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; clear: both}
.ny_news_bt{width: 100%; font-size: 0.26rem; color: #555; padding: 0.1rem 0; text-align: center;  clear: both; font-weight: bold}
#newsfoot {width:100%; border:#DFDFE0 1px solid; background:#F7F7F7; height:0.6rem; padding:0.05rem;}
#newsfoot a{color:#666; font-size:max(12px, .16rem);}
.newslist { height:0.35rem; background:url(../images/jiantou.gif) no-repeat 0.05rem center; padding-left:0.15rem; line-height:0.35rem;}
#newsfoot div{color:#666; font-size:max(12px, .16rem);}
.ny_news_show{width:100%; margin-top:.7rem}
.ny_news_show p{line-height:.35rem; color:#333; font-size:max(12px, .16rem);}
.keyword_light img{max-width:100%; display:table; margin:0px auto}



/* 分页基本样式 */
.xypg-pagination{margin-top: 0.2rem; text-align: center; font-size: 0;}
.xypg-pagination a{ display: inline-block; font-size:max(12px, .14rem); color: #333333; line-height: 0.26rem; border: 1px solid #cbcbcb; margin: 0 0.05rem; padding: 0 0.08rem;}
.xypg-pagination a:hover{ color: #fff; border-color: #005bac;  background: #005bac;}
.xypg-pagination .pagination{display: inline-block;  vertical-align: middle; list-style: none; margin: 0; padding: 0; font-size:max(12px, .14rem);}
.xypg-pagination .pagination > li { display: inline-block;  margin: 0 0.03rem;}
.xypg-pagination .pagination > li > a,
.xypg-pagination .pagination > li > span{display: inline-block;  font-size:max(12px, .14rem); color: #333; line-height: 0.26rem; border: 1px solid #cbcbcb;
  padding: 0 0.08rem; text-decoration: none; background: #fff; min-width: 0.28rem; text-align: center;}
.xypg-pagination .pagination > li > a:hover{color: #fff; border-color: #005bac; background: #005bac; text-decoration: none;}
.xypg-pagination .pagination > li.active > span,
.xypg-pagination .pagination > li.active > a{color: #fff; border-color: #005bac; background: #005bac;}
.xypg-pagination .pagination > li.disabled > span{color: #999;  border-color: #e0e0e0; background: #f5f5f5; cursor: not-allowed;}




/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:auto; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:auto;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}

.fix_ewms {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
     font-size:max(12px, .14rem); 
}
.lxfx li {
    background:#7ab355;
    height:68px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}






@media screen and (max-width:1560px){
	.header_center{width:68%}
	.about_gsln_right{padding:3% 8% 2% 4%;}
	.jscx_zhlm_left a{padding: 0 6% .3rem;}
	#menu .nav .nLi p a{font-size:.2rem;}
}


@media screen and (max-width:1400px){
	.w80{width:1200px;}
	
}




@media screen and (max-width:1280px){
	.w80{width:96%;}
	.lxfx{display:none}
	.tan_form{width:32%}
}



@media screen and (max-width:1024px){
	.lxfx{display:none}
	.jscx_hyzx_list .swiper-slide a{padding: 8% 10%;}
	.w80{width:94%}
}



@media (max-width: 992px) {
	html{font-size: 52px;}
	.ny_about_ppln{padding-left:0}
	.about_ppln_left{width:100%; float:none; margin-top:0; text-align:center}
	.about_ppln_left p{margin-top:.15rem}
	.about_ppln_right{width:100%; margin-top:.2rem; float:none; height:auto;}
	.about_ppln_li{padding:.3rem 5%;}
	.ny_about_ppln{height:auto}
	.header_center{width:76%}
	.tan_form{width:42%}
	.tan_form p,.mes_form_pin img{height:.65rem}

}


@media (max-width: 790px) {
	html{font-size:65px;}
	.index_header,.sjbanner{display:block}
	.header_all,.banner,.contact_center_anniu,.footer_icon,.index_footer_left h4{display:none}
	.ny_contact_center,.index_footer_top,.ny_about_ppqy,.footer_center_nav{-webkit-flex-wrap: wrap;  flex-wrap: wrap;}
	.contact_center_left,.contact_center_form,.index_footer_left,.footer_center_nav{width:100%}
	.footer_center_nav{margin-top:.3rem}
	.footer_center_nav dl dd a{line-height:.4rem}
	.index_news_left,.index_news_right{width:100%; float:none}
	.footer_center_nav dl dt{font-size:.23rem}
	.contact_center_form{margin-top:.3rem}
	.jscx_hyzx_list .swiper-slide a{height:2.6rem}
	.about_news_swiper .swiper-slide a:after{height:100%}
	.about_news_swiper .swiper-button-next, .about_news_swiper .swiper-button-prev{bottom:.2rem}
	.about_news_swiper .swiper-button-prev{right:14%}
	.about_news_info{margin-top:.1rem}
	.about_gsln_right{width:96%}
	.about_ppqy_left{width:100%}
	.about_ppqy_right{width:100%; margin-left:0; padding:0 5%; margin-top:.4rem}
	.about_ppqy_info{margin-top:.4rem;}
	.ny_about_ppln{padding-left:3%; padding-top:1rem}
	.about_ppln_left p,.about_ppln_li h4{font-size:.26rem}
	.about_gsln_right h5,.about_gsln_right h4,.about_ppzz_tt p,.about_ppzz_tt h4,.product_sys_title h4,.product_bbqq_title p,.product_bbqq_title h4,.product_bbqq_title h4 span,.product_khxq_title h4{font-size:.4rem}
	.ny_about_ppzz ul{margin-top:.4rem}
	.product_one_tab a{padding: 0 .2rem;}
	.jscx_zhlm_title{margin-bottom:.4rem}
	.product_sys_swiper .swiper-slide{width:70%}
	.product_sys_swiper .swiper-button-next{right:5%}
	.product_sys_swiper .swiper-button-prev{left:5%}
	.ny_product_khxq ul{padding:0 2%}
	.hzzc_hzms_title h4,.hzzc_hzms_title h4 span,.jscx_two_title h4 span, .jscx_zhlm_title h4 span, .jscx_zhlm_title h4{font-size:.3rem}
	.hzzc_hzms_list li{width:2.9rem}
	.product_khxq_form{margin-top:.8rem; padding:1rem 0 0;}
	.product_khxq_form h4{line-height:.36rem; padding:0 3%}
	.hzzc_hzhb_li{clip-path: none; height:auto}
	.hzzc_hzhb_two{margin-left:0; margin:.1rem 0}
	.hzzc_hzhb_three{margin-top:0}
	.ny_pro_tleft,.ny_pro_tright{width:100%; float:none}
	.ny_pro_tright{margin-top:.3rem}
	.about_hxjs_info{height:auto; overflow:hidden}
	.about_hxjs_list{position:relative; margin:0px auto .3rem; width:5.5rem; height:5.5rem}
	.hxjs_2{left:auto; transform: translate(0, 0);}
	.about_hxjs_list:after{display:none}
	.footer_center_nav dl dd{display:none}
	.footer_center_nav dl{width:50%; text-align:center}
	.tan_form{width:94%}
	.tan_form textarea{height:1.2rem}
	.ny_banner{height:50vh}
	.ny_all{margin-top:50vh}
	.ban_info h5{font-size:.4rem; line-height:.5rem; margin-top:.15rem}
	.ban_info h4{font-size:.28rem; line-height:.34rem; letter-spacing:0;}
	
	
}



@media (max-width:625px) {
	.index_about_num,.index_dingzhi_lis ul,.index_youshi_all ul,.jscx_two_list,.hzzc_one_li,.ny_about_ppzz ul,.product_bbqq_list{-webkit-flex-wrap: wrap;  flex-wrap: wrap;}
	html{font-size:60px;}
	.jscx_zhlm_left,.jscx_zhlm_right{width:100%; float:none}
	.jscx_zhlm_right{margin-top:.2rem}
	.index_about h5, .index_about h5 span {font-size:.42rem;}
	.index_about_num dl dt span{font-size:.5rem}
	.index_about_num dl{width:50%; margin-bottom:.4rem}
	.about_gsln_right h5,.about_gsln_right h4,.about_ppzz_tt p,.about_ppzz_tt h4,.product_sys_title h4,.product_bbqq_title p,.product_bbqq_title h4,.product_bbqq_title h4 span,.product_khxq_title h4{font-size:.3rem}
	.hzzc_hzms_title h4,.hzzc_hzms_title h4 span,.jscx_two_title h4 span, .jscx_zhlm_title h4 span, .jscx_zhlm_title h4,.jscx_two_title h4,.jscx_three_hover h4,.jscx_three_hover h4 span{font-size:.3rem}
	.index_dingzhi_lis ul li,.index_youshi_all li{width:100%; margin-bottom:.2rem}
	.index_dingzhi_lis ul li.active .dingzhi_lis_hover{    padding: .3rem .2rem .6rem;}
	.index_dingzhi_lis ul li.active{width:100%}
	.dingzhi_lis_hover p{display:block}
	.index_news_title h3, .index_news_title h3 span,.ny_about_one h,.ny_about_one h4 span,.ny_about_one h4,.ny_about_one h5{ font-size:.3rem;}
	.ny_pro_list li{width:48%; margin-right:0}
	.ny_pro_list li:nth-child(2n){float:right}
	.ny_nav a{padding:0 .15rem; line-height:.36rem; margin-bottom:.15rem}
	
	.about_news_pic,.about_news_info{width:100%; float:none}
	.about_news_info{margin-right:0}
	.about_news_swiper .swiper-slide a:after{display:none}
	.about_news_swiper .swiper-slide a{background:#fff; padding: .5rem 3% ; border-radius:8px}
	.contact_center_form{padding:.3rem 4.5% .4rem;}
	.jscx_two_pic,.jscx_two_xx{width:100%; overflow:hidden}
	.jscx_two_pic img{width:100%; height:auto}
	.jscx_two_swiper .swiper-container .swiper-slide{width:95%}
	.jscx_two_xx h4{margin-bottom:.2rem}
	.jscx_two_swiper .swiper-button-next, .jscx_two_swiper .swiper-button-prev{display:none}
	.jscx_two_swiper .swiper-pagination{bottom:0}
	.jscx_three_hover{display:none}
	.product_khxq_form h3,.index_about h5, .index_about h5 span,.about_ppqy_right h4,.about_ppqy_right h5,.about_news_title h3,.product_sys_title h4 span{font-size:.3rem}
	.hzzc_one_li li{width:100%}
	.hzzc_qqtxz_li img {width: 1.1rem; margin: 0 .1rem;}
	.hzzc_hzms_list li{width:1.8rem}
	.hzzc_hzhb_lis, .hzzc_hzhb_two, .hzzc_hzhb_three,.ny_product_khxq ul{flex-wrap:wrap; -webkit-flex-wrap: wrap ;}
	.hzzc_hzhb_li{width:24.2%;  margin: 0 1% .1rem 0;}
	.hzzc_hzhb_li:nth-child(4n){margin-right:0}
	.hzzc_hzhb_two{justify-content:center}
	.product_one_tab,.product_khxq_lx{flex-wrap:wrap; -webkit-flex-wrap: wrap; justify-content:left;}
	.product_one_tab a{margin-bottom:.2rem}
	.product_one_swiper ul li{width:50%}
	.ny_about_ppzz ul li{width:100%; margin-bottom:.3rem}
	.product_bbqq_list li{width:100%; margin-bottom:.2rem; height:auto}
	.product_khxq_lx{width:96%}
	.ny_product_khxq ul{margin-top:.6rem}
	.ny_product_bbqq{padding:1rem 0 1.5rem;}
	.product_sys_swiper .swiper-slide{width:90%}
	.product_sys_swiper .swiper-container{padding-bottom:1rem}
	.ny_about_one{padding:.8rem 0}
	.about_one_img img{width:5rem}
	.about_gsln_right{padding: 3% 6% 2% 4%;}
	.ny_about_ppqy{padding-top: 1rem;}
	.about_ppzz_img,.about_ppzz_img img{border-radius:10px}
	.index_about{padding:1rem 0 1.1rem;}
	.footer_center_nav dl dt{font-size:.21rem}
	.index_news_title h4{font-size:.2rem; line-height:.4rem}
	.index_hezuo_list .swiper-slide p{height:.7rem; line-height:.7rem; font-size:.22rem}
	.index_hezuo{padding:.5rem 0 .8rem}
	.index_about p, .index_about a{font-size:.28rem}
	.banner_post_zi h5{font-size:1rem; line-height:1.1rem;}
	.banner_post_zi h4{font-size:.3rem}
	.product_sys_list h5{text-overflow: inherit; overflow: hidden; white-space: normal;}
	.ny_product_khxq ul li{width:33.33%; margin-bottom:.25rem}
	.ny_hzzc_tscn h4{font-size:.3rem; margin-bottom:.3rem}
	.ny_hzzc_qqtxz h4 span,.ny_hzzc_qqtxz h4,.ny_hzzc_honor h3,.ny_contact_title h4,.ny_contact_title h4 span{font-size:.3rem;}
	.ny_hzzc_honor .swiper-container{margin:.6rem auto 0;}
	.contact_center_info p span{font-size:.18rem}
	.contact_center_info p img{width:.15rem}
	.jscx_two_title p{width:96%}
	.jscx_two_xx span{font-size:1rem}
	.zhlm_left_btn span img,.jscx_zhlm_hover span img{width:.5rem}
	.ny_jscx_hyzx{padding:1rem 0}
	.ny_news_list li .ny_time,.news_pic{display:none}
	.news_xx{margin-left:0; width:100%}
	.about_one_img img{width:4rem}
	.contact_center_form p input[type="text"],.tijiao,.contact_center_form p input[type="text"]{font-size:14px}
	.ysxy span,.ysxy a{font-size:12px;}
	.jscx_two_swiper .swiper-container{padding-bottom:.5rem}
	.ny_jscx_zhlm{padding: .6rem 0 0;}
	.product_khxq_form{margin-top:0}
	.product_khxq_form h4,.product_khxq_lx p{width:100%}
	.product_khxq_lx p{margin-right:0}
	.product_sys_title h4{width:92%}
	.ny_product_khxq ul li h4{text-align:center}
	.index_youshi .index_news_title a img,.index_about_more{width:.5rem}
}

