@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
html{font-size: 100px}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.w1440{ width:1400px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}




/* 导航栏 */
.header_nav{height:96px; width:100%; position:absolute; top:0; left:0; z-index:6; padding:0 3%;  transition: all 0.4s ease-in-out;}
.h_logo{width:120px; float: left; height: 100%; display: flex; align-items: center;}
.h_logo img{align-items: center; margin: 0px auto; max-width: 100%; max-height: 100%}
.h_search{width:auto; height:50px; line-height: 50px;  float: right; background: url(../images/search.png) no-repeat left center; padding-left:35px; 
	font-size: 16px; color: #fff; position: relative; padding-right: 10px; margin-right: 2%; margin-top: 24px;}
.h_search:after{content: ""; width: 1px; height: 17px; background: rgba(255,255,255,0.5); position: absolute; top:50%; right:0; margin-top: -8.5px;}
.form_box{position: absolute;  top:80px; 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:300px; height:40px; line-height:40px; border: 0; float: left; background: #eee; color:#333; font-size: 15px; padding: 0 10px;}
.form_box .submit{width:120px; height:40px; border:0;  display: inline-block;  color:#fff; float:left;  outline: none; background: #f68713; font-size:16px;}
.h_yy{float: right; background: url(../images/hh_yy.png) no-repeat left center; padding-left:26px;  position: relative; margin-top:27px}
.h_yy p{color:#fff; font-size: 16px; line-height: 40px;}
.h_yy_p{width:100px; height: auto; overflow: hidden; background: #fff; padding: 10px; text-align: center; position: absolute; top:40px; left:50%; 
	margin-left: -50px; z-index: 9; display: none;}
.h_yy_p a{color:#333; display: block; font-size: 16px; line-height:30px;} 
.h_yy_p a:hover{color:#bc0b13}
.h_yy:hover .h_yy_p{display: block}
.nav{width:55%; height:100%; float: right; margin-right: 2%; }
.nav .nLi{ float:left; display:inline; height:100%; text-align: center;  width:12.5%; padding: 0 0.5%}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#fff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#fff;  position: relative; margin: 0px auto; line-height:45px;  height:45px; margin-top: 26px;}
.nav .sub{ display:none;left:0; top:96px;  position:absolute;  line-height:26px; width:100%; z-index: 999; background:#f6f6f6;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:24px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px; }
.nav .sub li span{ float: right;}
/* .nav .sub a{ display:block; padding:4px 10px; color: #434343; font-size: 14px; height: 100%; } */
/* .nav .sub a:hover{color:#e1481e} */
.nav .nLi.active h3 a p{background-image: linear-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-radial-gradient(to right, #e1481e , #f68713); border-radius: 25px;}
.nav .nLi:hover h3 a p{background-image: linear-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-radial-gradient(to right, #e1481e , #f68713); border-radius: 25px;}
.nav_left{ width: 45%; float: left; height: 270px; border-right: 1px solid #dedede; padding-top: 30px;}
.nav_left h2{ font-size: 24px; line-height: 2.2;}
.nav_left p{ font-size: 14px; line-height: 24px; text-align: justify; color: #666;}
.nav_left a{ display: block; height: 36px; width: 160px; border: 1px solid #e1481e; text-align: center; font-size: 14px; line-height: 36px; color: #e1481e; margin-top:20px;}
.nav_left a:hover{background: #e1481e; color: #fff;}
.nav_center{ width: 25%; float: left; min-height: 270px;  border-right: 1px solid #dedede; padding-top: 30px;}
.nav_center a{ width: 90%; margin: 0 auto; border-bottom: 1px solid #e5e5e5; display: block; height: 36px; line-height: 36px;  text-align: center;}
.nav_center a:hover{ background: #e1481e; color: #fff;}
.nav_right {width:24%; float: right; padding-top: 30px;}
.nav_right span{ height: auto; width: 100%; overflow: hidden; float: right; display: block;}
.nav_right span img{ width: 100%;}


/*banner*/
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .swiper-slide a{width:100%; display: block}
.banner .swiper-slide a img{width:100%; display: block}
.ban_links{width:1400px; position: absolute; bottom:85px; left:50%; transform: translate(-50%,0); z-index:2; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.ban_links dl{width:32.5%; height: 133px; float: left; margin-right:1%; border-radius:5px; background: #ffffff; padding:25px 28px }
.ban_links dl:last-child{margin-right: 0}
.ban_links dl dt{width:100%; height: 30px; line-height: 30px; }
.ban_links dl dt h4{color:#333; font-size: 24px; float: left}
.ban_links dl dt i{width:30px; height: 30px; float: right}
.ban_links dl a{width:100%; display:block}
.bi1{background: url(../images/ab1.png) no-repeat center}
.bi2{background: url(../images/ab2.png) no-repeat center}
.bi3{background: url(../images/ab3.png) no-repeat center}
.ban_links dl dd{width:100%; height:auto; font-size: 16px; color: #666666; margin-top:15px;}
.ban_links dl dd a{font-size: 16px; color: #666666;}
.ban_links dl:hover{background-image: linear-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-radial-gradient(to right, #e1481e , #f68713);}
.ban_links dl:hover dd a{color:#fff}
.ban_links dl:hover h4{color:#fff}
.ban_links dl:hover .bi1{background: url(../images/abh1.png) no-repeat center}
.ban_links dl:hover .bi2{background: url(../images/abh2.png) no-repeat center}
.ban_links dl:hover .bi3{background: url(../images/abh3.png) no-repeat center}
.banner .swiper-pagination{bottom:4%}
.banner .swiper-pagination-bullet-active{background: #e1481e}
.banner .swiper-pagination-bullet{width:10px; height: 10px;}
.sj_banner{ width:100%; height:auto; position: relative; overflow: hidden; display:none}
.sj_banner .swiper-slide a{width:100%; display: block}
.sj_banner .swiper-slide a img{width:100%; display: block}




/*关于我们*/
.index_about{width:100%; height: auto; overflow:hidden; background: #f9f9f9}
.index_about_top{width:100%; height: auto; overflow: hidden; }
.index_about_left{width:50%; height: auto; float: left; padding-top: 130px;}
.in_about_info{width:71.5%; float: right; margin-right: 3%}
.in_about_info h4{color:#333333; font-size: 36px; font-weight: bold; display: flex; align-items: center; justify-content:flex-start;}
.in_about_info h4 span{color:#333333; font-size: 36px; font-weight: bold;}
.in_about_info h4 img {margin: 0 20px;}
.in_about_info h5{color:#333333; font-size: 18px; margin-top:25px; line-height:30px;}
.in_about_info hr{width:100%; height:1px; background: #e5e5e5; margin: 50px 0; display: block; border: 0}
.in_about_xx{width:100%; color:#333333; font-size: 16px; line-height: 30px; display: block}
.in_about_more{width:127px; background: url(../images/xs.png) no-repeat bottom center; padding-bottom: 15px; margin-top: 76px; display: table}
.in_about_more span{color:#333333; font-size: 16px; background: url(../images/ab_jts.png) no-repeat right center; padding-right: 50px;}
.index_about_right{width:48%; height: 600px; overflow: hidden; background: url(../images/ab1.jpg) no-repeat center; position: relative; float: right}
.in_video{width:117px; height: 117px; background: url(../images/v_huang.jpg) no-repeat center; position: absolute; bottom:0; left:0; display: flex; align-items: center;}
.in_video img{align-items: center; margin: 0px auto; width: 62px;}
.index_about_num{overflow: hidden; margin: 80px auto; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_about_num dl{width:auto; float: left; text-align: center}
.index_about_num dl dt{color:#333333; font-size: 16px}
.index_about_num dl dt span{color:#333333; font-size: 60px; font-weight:bold;}
.index_about_num dl dt i{color:#333333; font-size: 60px; font-weight:bold; font-style: normal}
.index_about_num dl dd{color:#333333; font-size: 16px}



/*产品服务*/
.index_cpfw{width:100%; height: auto; overflow: hidden; margin-top: 60px;}
.index_cpfw_all{width:100%; height: auto; overflow: hidden; margin-top: 48px;}
.index_cpfw_all .swiper-slide a{width:100%; height: auto; display: block; background: #00378d; padding:100px 5.5% 30px}
.index_cpfw_all .swiper-slide a h4{color:#fff; font-size: 30px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; line-height: 50px; height: 50px;}
.index_cpfw_all .swiper-slide a h5{width:100%; color:#fff; font-size: 16px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; height: 90px; margin:20px 0}
.cpfe_more{width:146px; height: 44px; border: 2px solid #fff; line-height: 40px; font-size: 16px; color: #fff; display: block; border-radius: 25px; padding: 0 20px;margin-bottom: 72px;}
.index_cpfw_all .swiper-slide a span{background: url(../images/cp_jts.png) no-repeat 90% center;  width: 100%; display: block}
.index_cpfw_pic{width:100%; height: auto; overflow: hidden; position: relative}
.index_cpfw_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_cpfw_pic h3{color:#fbfbfb; font-size: 16px; width: 100%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: absolute; bottom:24px; left:0; text-align: center}
.index_cpfw_all .swiper-slide:nth-child(2n) a{background: #0d51bc}
.in_cpfw_xx{width:100%; height: auto; overflow: hidden; padding: 0 10%}
.index_cpfw_all .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;}
.index_cpfw_all .swiper-slide a:hover .cpfe_more{background-image: linear-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-radial-gradient(to right, #e1481e , #f68713); border: 0}
.index_cpmore{width:262px; height: 62px; display: block; margin:85px auto 90px; background-image: linear-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-radial-gradient(to right, #e1481e , #f68713); color:#fff; font-size:16px; color: #fff; text-align: center; line-height: 62px;}



/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; background: #f8f8f8; padding:60px 0 90px }
.index_youshi .slideTxtBox{width:100%; height: 664px; overflow: hidden; position: relative; margin-top: 50px;}
.index_youshi .bd{width:100%; height: 664px; overflow: hidden}
.bd_li{width:100%; height: 664px; overflow: hidden; position: relative}
.bd_li a{width:100%; height:100%; display:block}
.bd_li img{width:100%; display: block; height:100%; object-fit: cover; object-position: center center;}
.bd_li_hover{width:86%; height: auto; position: absolute; bottom:36%; left:50%; margin-left: -43%;}
.bd_li_hover h4{color:#ecebeb; font-size: 24px; font-weight: bold; border-bottom:1px solid #fff; padding-bottom:15px; margin-bottom:20px;}
.bd_li_hover p{color:#ecebeb; font-size:16px; line-height: 30px;}
.bd_li_hover span{width:146px; height: 44px; border: 2px solid #fff; line-height: 40px; font-size: 16px; color: #fff; display: block; border-radius: 25px; padding: 0 20px; background: url(../images/cp_jts.png) no-repeat 90% center; margin-top: 85px;}
.index_youshi .hd{width:100%; height: auto; overflow: hidden; position: absolute; bottom:0; left:0}
.index_youshi .hd ul{width:100%; height: auto; overflow: hidden; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_youshi .hd ul li{width:276px; height:85px; line-height: 85px; background: #0d51bc; text-align: center; float: left; margin-right:5px; text-align: center; 
	font-size: 16px; color: #fff }
.index_youshi .hd ul li:nth-child(5){margin-right: 0}
.index_youshi .hd ul li.on{background-image: linear-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-radial-gradient(to right, #e1481e , #f68713);}


/*合作客户*/
.index_hezuo{width:100%; height: auto; overflow: hidden; margin: 78px 0}
.index_cpfw_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_cpfw_title h4{color:#333333; font-size: 36px; font-weight: bold; display: flex; align-items: center; justify-content:center;}
.index_cpfw_title h4 span{color:#333333; font-size: 36px; font-weight: bold;}
.index_cpfw_title h4 img {margin: 0 20px;}
.index_cpfw_title h5{color:#333333; font-size: 18px; margin-top:25px;}
.index_hezuo_all{width:100%; position: relative; margin-top:65px}
.index_hezuo_all .swiper-container{width:100%; height: auto; overflow: hidden; padding-bottom: 90px;}
.index_hezuo_all .swiper-slide a{width:100%; height:98px; overflow: hidden; border: 1px solid #eeeeee; display: flex; align-items: center}
.index_hezuo_all .swiper-slide a img{max-height: 100%; max-width: 100%; align-items: center; margin: 0px auto;}
.index_hezuo_all .swiper-button-next,.index_hezuo_all .swiper-button-prev{width:55px; height: 55px; border: 1px solid #eeeeee; top:auto; margin-top: 0; bottom:0}
.index_hezuo_all .swiper-button-next{background: url(../images/c_right.png) no-repeat center; right:45.5%}
.index_hezuo_all .swiper-button-prev{background: url(../images/c_left.png) no-repeat center; left:45.5%;}
.index_hezuo_all .swiper-button-next:hover{background:#0d51bc url(../images/ch_right.png) no-repeat center;}
.index_hezuo_all .swiper-button-prev:hover{background:#0d51bc url(../images/ch_left.png) no-repeat center;}


/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: #f9f9f9; padding:100px 0 0}
.index_news_title{width:100%; height: auto; overflow: hidden; position: relative}
.index_news_title h4{color:#333333; font-size: 36px; font-weight: bold; display: flex;  align-items: center;   justify-content:flex-start;}
.index_news_title h4 span{color:#333333; font-size: 36px; font-weight: bold;}
.index_news_title h4 img {margin: 0 20px;}
.index_news_title h5{color:#666666; font-size: 18px; margin-top:12px;}
.index_news_all{width:100%; height: auto; margin-top:46px; border: 1px solid #ececec; border-right:0}
.index_news_all .swiper-slide a{width:100%; display: block; height: auto; background: #fff; padding:28px 10.4% 40px; border-right: 1px solid #ececec}
.index_news_time{width:100%; height: 30px; line-height: 30px; margin-bottom:12px;}
.index_news_time h4{color:#333333; font-size: 18px; float: left}
.index_news_time span{color:#333333; font-size: 16px; float: right}
.index_news_all .swiper-slide a h3{width:100%; height:60px; line-height: 30px; color: #333333; font-size:18px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_pic{width:100%; height: auto; overflow: hidden; margin:20px 0}
.index_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_all .swiper-slide a p{width:100%; height: auto; overflow: hidden; line-height:30px; height: 60px; color: #333333; font-size: 16px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_all .swiper-slide a i{width:35px; height: 17px; display: block; background: url(../images/n_jts.png) no-repeat center; margin-top:40px;}
.index_news_all .swiper-slide a:hover{background-image: linear-gradient(to bottom, #e1481e , #f68713); 
	background-image: -webkit-gradient(to bottom, #e1481e , #f68713); 
	background-image: -webkit-radial-gradient(to bottom, #e1481e , #f68713);}
.index_news_all .swiper-slide a:hover p,.index_news_all .swiper-slide a:hover h3,.index_news_all .swiper-slide a:hover h4{color:#fff}
.index_news_all .swiper-slide a:hover span{color:#fff}
.index_news_all .swiper-slide a:hover i{background: url(../images/nh_jts.png) no-repeat center}
.index_news_all .swiper-slide 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_title .swiper-button-next,.index_news_title .swiper-button-prev{width:55px; height: 55px; border: 1px solid #ececec; top:15px; margin-top: 0;}
.index_news_title .swiper-button-next{background: url(../images/c_right.png) no-repeat center; right:0}
.index_news_title .swiper-button-prev{background: url(../images/c_left.png) no-repeat center; left:auto; right:55px;}
.index_news_title .swiper-button-next:hover{background:#0d51bc url(../images/ch_right.png) no-repeat center;}
.index_news_title .swiper-button-prev:hover{background:#0d51bc url(../images/ch_left.png) no-repeat center;}
.index_links{width:100%; height: auto; overflow: hidden;  background: #f9f9f9; padding: 82px 0}
.index_contact{width:48%; height:265px; background: url(../images/contact_one.jpg) no-repeat center; background-size: cover; padding:30px 35px; float: left}
.index_contact h3,.index_join h3{color:#fff; font-size: 24px; margin-bottom:15px;}
.index_contact p,.index_join p{color:#fff; font-size: 16px; line-height: 30px;}
.index_join{width:48%; height:265px; background: url(../images/join_one.jpg) no-repeat center; background-size: cover; padding:30px 35px; float: right}
.index_join span{color:#fff; font-size: 18px; background: url(../images/cc_jts.png) no-repeat right center; padding-right: 30px; }
.index_join p{margin-bottom: 45px;}



/*内页*/
.ny_ban{width:100%; height:5.4rem; position: relative}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.hr_ban{background: url(../images/hr_ban.jpg) no-repeat center}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}

.ny_ban_nav{width:100%; height: 80px; position: absolute; bottom:0;  left:0; background: url(../images/nav_bjs.png) no-repeat center; overflow-y: auto;  -webkit-overflow-scrolling: touch;}
.ny_ban_list{white-space: nowrap; height:80px; display:table; margin:0px auto;}
.ny_ban_list a{width:auto; height: 100%; text-align: center; line-height: 80px; font-size: 18px; color:#fff; padding:0 24px; margin: 0 8px; display: inline-block; }
.ny_ban_list a:hover,.ny_ban_list a.active{background: rgba(255,255,255,0.2); }
.ny_ban_info{width:100%; height: auto; overflow: hidden; position: absolute; top:35%; left:0; text-align: center}
.ny_ban_info h4{color:#fff; font-size: 36px; font-weight: bold; margin-bottom:15px;}
.ny_title_right{width:auto; height: auto; overflow: hidden; text-align: center; font-size: 16px; color:#fff; display: table; background: url(../images/home.png) no-repeat left center; padding-left:30px; margin: 0px auto;}
.ny_title_right a{ font-size: 16px; color:#fff;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: .6rem 0 1rem; padding-bottom: .7rem; }
.ny_news_show img{max-width:100%}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: .6rem 0 1rem; }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: .6rem; margin-bottom: .6rem;}
.ny_news_all ul li:hover .news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}

::-webkit-scrollbar {
    display: none;
}



/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:auto; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.ny_cont_wx dl:last-child{margin-right:0}



/*产品*/
.ny_product_li{width:100%; height: auto; overflow: hidden; margin-top: .72rem;}
.product_li_title{width:100%; height: auto; overflow: hidden; position: relative; background: url(../images/hh_xs.png) no-repeat left center; 
	padding-left: 20px; line-height: 40px;margin-bottom: 30px;}
.product_li_title h4{color:#333; font-size: 30px; float: left;}
.product_li_title p{color:#666; float: left; font-size: 16px; margin-left:30px; }
.ny_product_san{width:100%; height: auto; overflow: hidden; margin: 42px 0 40px}
.ny_product_san a{width:auto; height: 52px; float: left; border: 1px solid #e5e5e5; text-align: center; line-height: 52px; font-size:16px; color: #333333; margin-right:0.4%; margin-bottom: 10px; padding:0 20px}
.ny_product_san a:last-child{margin-right: 0}
.ny_product_san a:hover{background: url(../images/v_huang.jpg) no-repeat center; background-size: cover; color:#fff}
.ny_product_san a.active{background: url(../images/v_huang.jpg) no-repeat center; background-size: cover; color:#fff}
.ny_product_li ul{width:100%; height: auto; overflow: hidden; margin-bottom: 60px;}
.ny_product_li ul li{width:30.4%; height: auto; float: left; margin-right:4.4%; margin-bottom: 30px;}
.ny_product_li ul li:nth-child(3n){margin-right: 0}
.ny_product_li ul li h4{width:100%; height: 30px; line-height: 30px; color: #333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin-top: 15px; text-align: center}
.ny_pro_pic{width:100%; height: auto;overflow: hidden}
.ny_pro_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_li 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_news_top{width:100%; height: 828px; overflow: hidden; background: url(../images/news_top.jpg) no-repeat center}
.ny_news_right{width:46%; height: auto; float: right; background: #fff; margin-top: 110px;}
.ny_news_right h5{color:#333333; font-size: 30px; margin-bottom:35px;}
.ny_news_right ul{width:100%; height: auto; overflow:hidden}
.ny_news_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom:25px; margin-bottom:35px;}
.news_right_txx{width:76%; height: auto; float: left}
.news_right_txx h4{width:100%; height:40px; line-height: 40px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom:5px;}
.news_right_txx p{width:100%; height:60px; line-height:30px; color: #666666; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.news_right_time{width:84px; height: 84px; float: right; border: 1px solid #e5e5e5; text-align: center; padding-top: 10px; margin-top: 5px;}
.news_right_time p{color:#666666; font-size: 30px;}
.news_right_time span{color:#666666; font-size:14px; display: block}
.ny_news_right ul li:hover .news_right_time{background: url(../images/v_huang.jpg) no-repeat center; background-size: cover;}
.ny_news_right ul li:hover .news_right_time p{color:#fff}
.ny_news_right ul li:hover .news_right_time span{color:#fff}
.news_top_li{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.news_top_left{width:50%; height: auto; float: left}
.ny_news_more{width:262px; height: 62px; line-height: 62px; background:url(../images/v_huang.jpg) no-repeat center; background-size: cover; float: right; text-align: center; font-size: 16px; color: #fff; margin-top:10px;}
.ny_news_bottom{width:100%; height: auto; overflow: hidden; background: url(../images/ny_news.jpg) no-repeat center; background-size: cover; 
	padding:1.2rem 0 .7rem}
.ny_news_bottom .mySwiper{width:100%; overflow: hidden; padding-bottom: 1rem; position:relative}
.ny_news_bottom .swiper-slide a{width:100%; height: auto; display: block; background: #ffffff; padding:30px 30px }
.ny_news_bottom .swiper-slide a h3{width:100%; height:60px; line-height:30px; color: #333333; font-size: 18px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.ny_news_pic{width:100%; height: auto; overflow: hidden; margin: 15px 0}
.ny_news_pic img{width:100%; display: block}
.ny_news_bottom .swiper-slide a h4{width:100%; height:60px; line-height:30px; color: #333333; font-size:16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.ny_news_bottom .swiper-slide i{width:35px; height: 17px; display: block; background: url(../images/nn_jts.png) no-repeat center; margin-top: 50px;}
.news_bottom_time{width:100%; height: 30px; line-height: 30px; margin-bottom:20px;}
.news_bottom_time span{color:#333333; font-size: 18px; float: left}
.news_bottom_time p{color:#333333; font-size: 16px; float: right}
.ny_news_bottom .swiper-slide a:hover{background-image: linear-gradient(to bottom, #e1481e , #f68713); 
	background-image: -webkit-gradient(to bottom, #e1481e , #f68713); 
	background-image: -webkit-radial-gradient(to bottom, #e1481e , #f68713);}
.ny_news_bottom .swiper-slide a:hover p,.ny_news_bottom .swiper-slide a:hover span,.ny_news_bottom .swiper-slide a:hover h3,.ny_news_bottom .swiper-slide a:hover h4{color:#fff}
.ny_news_bottom .swiper-slide a:hover i{background: url(../images/nn_hjts.png) no-repeat center}
.ny_news_tt{width: 100%; font-size: 24px; color: #555; padding: 10px 0px; text-align: center; clear: both; font-weight: bold}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
                clear: both}
.ny_nyxq{width: 100%; font-size: 20px; color: #333; padding: 10px 0px; clear: both}
.ny_news_bottom .swiper-pagination-bullet-active{background:#e1481e}
.ny_news_bottom .swiper-pagination-bullet{width:10px; height:10px;}
 

/*关于我们*/
.ny_about_one{width:100%; height: auto; overflow: hidden; margin-top: 90px;}
.about_one_top{width:100%; height: auto; overflow: hidden}
.about_one_tt{width:100%; text-align: center}
.about_one_tt h3{color:#0d51bc; font-size: .36rem; font-weight: bold; margin-bottom:.4rem;}
.about_one_tt p{color:#333333; font-size:16px; line-height:30px;}
.about_one_center{width:100%; height:714px; background: url(../images/about_one.jpg) no-repeat center; margin-top: .8rem}
.about_one_shuju{width:28.6%; height: auto; float: left; margin-top: 232px;}
.about_one_shuju dl{width:50%; height:2rem; background: #0d51bc; text-align: center; float: left; padding-top:.58rem}
.about_one_shuju dl dt{color:#fff; font-size: 16px}
.about_one_shuju dl dt span{font-size: .48rem; font-weight: bold;}
.about_one_shuju dl dt i{font-size: .48rem; font-weight: bold; font-style: normal}
.about_one_shuju dl dd{color:#fff; font-size: 16px}
.about_one_shuju dl:last-child{background: #00378d}
.about_one_shuju dl:nth-child(1){background:url(../images/v_huang.jpg) no-repeat center; background-size: 100% 100%}
.about_one_jianjie{width:34%; height:714px; background:url(../images/about_img.jpg) no-repeat center; background-size:cover; float: right; padding: .8rem 2%}
.about_one_jianjie h3{color:#fff; font-size: 24px; margin-bottom:.65rem;}
.about_one_jxx{width:100%; height: auto; overflow: hidden}
.about_one_jxx p{color:#ffffff; font-size: 16px; line-height: 28px; margin-bottom: 30px; text-indent:10px}
.about_one_bottom{width:100%; height: auto; overflow: hidden; margin: 1rem 0}
.about_one_bottom ul{width:100%; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; padding-right:1%; padding-top: 10px;}
.about_one_bottom ul li{width:32%; height: 2.5rem; float: left; position: relative;}
.ny_about_fws{width:100%; height: 100%;  background-image: linear-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-radial-gradient(to right, #e1481e , #f68713); border-radius:10px; position: relative; z-index: 1}
.about_one_num{width:100%; height: auto; overflow: hidden; position: relative; text-align: center}
.about_one_num span{color:#fff; font-size: 84px; font-weight:bold; opacity: 0.1;}
.about_one_num h4{color:#fff; font-size: 22px; font-weight: bold; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.about_one_xx{width:100%; height: auto; overflow: hidden; text-align: center; font-size: 20px; font-weight: bold; line-height: 36px; color:#fff}
.about_one_bottom ul li:after{content: ""; width: 100%; height: 100%; background-image: linear-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-gradient(to right, #e1481e , #f68713); background-image: -webkit-radial-gradient(to right, #e1481e , #f68713); border-radius:10px; position: absolute; top:-10px; right:-10px; opacity: 0}
.about_one_bottom ul li:hover:after{opacity: 1}
.about_one_bottom ul li:hover .ny_about_fws{background: #eeeeee}
.about_one_bottom ul li:hover span{color:#0d51bc; opacity:0.1}
.about_one_bottom ul li:hover h4{color:#0d51bc}
.about_one_bottom ul li:hover .about_one_xx{color:#333}
.ny_about_fuwu{width:100%; height:6rem; overflow:hidden; background: url(../images/fuwu_bjs.jpg) no-repeat center; padding:1.6rem 0 0; 
	background-attachment: fixed; background-size: cover; }
.ny_about_fuwu ul{width:100%; height: auto;  display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.ny_about_fuwu ul li{width:23%; float: left; text-align: center; transition: all 0.4s ease-in-out;}
.ny_about_fuwu ul li h4{color:#fff; font-size:.24rem; font-weight: bold; margin: .38rem 0 .2rem;}
.ny_about_fuwu ul li p{color:#fff; font-size:16px; line-height: 30px;}
.ny_about_fuwu ul li:hover{margin-top:-10px}
.ny_about_fuwu h5{line-height: 30px;
    padding-top: 62px;
    font-size: 18px;
    color: #fff;
    }
.about_fuwu_icon1{width:100%; height:70px; display: flex; align-items: center;}
.about_fuwu_icon1 img{align-items: center; margin: 0px auto; max-height: 100%}
.ny_about_fuwu ul li:last-child{margin-right: 0}
.ny_about_honor{width:100%; height: auto; overflow: hidden; margin: .68rem 0 .75rem}
.about_honor_li{width:100%; height: auto; margin-top: .48rem; position: relative}
.about_honor_li .swiper-slide a{width:100%; display: block}
.about_honor_li .swiper-slide a img{width:100%; display: block}
.about_honor_li .swiper-button-next,.about_honor_li .swiper-button-prev{width:31px; height:59px;}
.about_honor_li .swiper-button-next{background: url(../images/honor_right.png) no-repeat center; right:-60px}
.about_honor_li .swiper-button-prev{background: url(../images/honor_left.png) no-repeat center; left:-60px;}
.ny_about_cfcm{width:100%; height: auto; overflow: hidden}
.about_cfcm_title{width:100%; height: auto; overflow: hidden; text-align: center}
.about_cfcm_title h4{color:#333333; font-size: .36rem; font-weight: bold;}
.about_cfcm_title hr{width:29px; height: 5px; background: #0d51bc; margin:.24rem auto 0; display: block; border: 0}
.ny_about_cfcm ul{width:100%; height: auto; overflow: hidden; margin-top: .58rem;}
.ny_about_cfcm ul li{width:32.6%; height: auto; float: left; margin-bottom: 15px; margin-right:1%; overflow: hidden}
.ny_about_cfcm ul li:nth-child(3n){margin-right: 0}
.ny_about_cfcm ul li a{width:100%; display: block}
.ny_about_cfcm ul li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_about_cfcm ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.about_cfcm{width:2.62rem; height: .62rem; display: block; background: url(../images/v_huang.jpg) no-repeat center; background-size:cover; text-align: center; 
	line-height: .62rem; font-size: 16px; color: #fff; background-size: cover; margin:.45rem auto;}
.about_cfcm:hover{background:#0d51bc}

.ny_about_fzlc{width:100%; height: auto; overflow: hidden; background: url(../images/liucheng.jpg) no-repeat center; padding:1.16rem 0; background-size: cover; }
.pc-slide{width:100%; height: auto; overflow: hidden; margin-top:.88rem; padding-top: 10px}
.preview{width:100%; height:auto; position: relative}
.preview .swiper-container{padding-bottom:20px;}
.preview:after{content: ""; width:100%; height: 2px; background:url(../images/lc_xs.jpg) no-repeat; background-size: 100% auto; position: absolute; top:56px; left:0}
.ny_pro_num{width:100%; height: auto; text-align: center}
.ny_pro_num span{color:#666666; font-size: 21px; margin-bottom:25px; display: block}
.ny_pro_num i{width:9px; height: 9px; background: #afafaf; display: block; margin: 0px auto; border-radius: 50%}
.active-nav .ny_pro_num span{color:#0d51bc; transform: scale(1.8); font-weight:bold;}
.active-nav .ny_pro_num i{transform: scale(1.2)}
.view{width:80%; height: auto; overflow: hidden; margin:.8rem auto 0; padding: 0 60px; position: relative}
.view_xx{width:100%; height: auto; overflow: hidden;  display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap;  flex-wrap: wrap;   -webkit-justify-content: space-between;
    justify-content: space-between;}
.view_xx_left{width:30%; height: auto; overflow: hidden; float: left}
.view_xx_left img{width:100%; display: block}
.view_xx_right{width:60%; height: auto; float: right; color: #666666; font-size:16px;     display: -webkit-flex;
    display: flex; -webkit-align-items: center;  align-items: center;}
.view_xx_right p{color: #666666; font-size:16px; line-height:27px;}
.arrow-left,.arrow-right{width:31px; height: 59px; position: absolute; top:50%; margin-top: -29.5px;}
.arrow-left{background: url(../images/honor_left.png) no-repeat center; left:0}
.arrow-right{background: url(../images/honor_right.png) no-repeat center; right:0}






/*内页*/
.section-content{width:100%; height:auto; overflow:hidden; margin:.6rem 0 1rem;}
.page-list{display:none}
.ny_title_1{ overflow: hidden; margin-bottom: 50px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #222;font-weight: bold   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #f68713; position: relative; line-height: 2.8; }
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size:18px; line-height:1.4; color: #000; padding: 15px 0; display: block;}


/*荣誉*/
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:.5rem;}
.honor_list li{ width: 32.6%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(3n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #f68713;}
.honor_list li:hover .gallery-title{ background: #f68713; color: #fff;}

/*荣誉*/
.ny_case_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.ny_case_list li{ width:19.2%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.ny_case_list li:nth-child(5n){ margin-right: 0;}
.ny_case_list li .img{overflow: hidden; width:100%;}
.ny_case_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.ny_case_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.ny_case_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_case_list li:hover{ border: 1px solid #f68713;}
.ny_case_list li:hover .gallery-title{ background: #f68713; color: #fff;}



/*产品详情页*/
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:.6rem 0 1rem;}
.ny_pro_top{width:100%; height: auto; overflow: hidden;margin-top: 30px;
    margin-bottom: 30px;}
.ny_pro_tleft{width:520px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#f68713; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{height: auto; margin-left:560px;}
.ny_pro_tright h1{ font-size: 32px; color: #191919; height:auto; line-height:40px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #333; line-height: 35px; font-size: 18px;   }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:58px; background: url(../images/dh1.png) no-repeat left center;padding-left:40px;margin-top: 30px}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height: 70px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #f68713; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}
.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:68%; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:28%; height: auto; float: right}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:18px;font-weight: bold;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info img{max-width:100%}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}
.ny_hotnews{width:100%; height:auto; overflow: hidden; }
.ny_hotnews h3{width:100%; height:40px; background: #f68713; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px; margin-bottom:20px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#f68713}
.ny_hotnews input[type="text"]{width:80%; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#f68713; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:20%;}


/*新闻资讯*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin:.6rem 0 1rem; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: .4rem;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:32px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: .4rem; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top:16px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:24%; height: auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#f68713}
.ny_news_all ul li:hover h3{font-weight: bold; color:#f68713 }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 60px;}
.ny_news_all ul li:hover .news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden;  position: relative; background:url(../images/footer_bjs.jpg) no-repeat center; background-size: cover; padding:30px 0 0}
.footer_top{width:100%; height: auto; overflow: hidden; padding-top: 10px;}
.footer_nav{width:77%; height: auto; float: left; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;  border-right:1px solid rgba(255,255,255,0.2); padding-right: 5%; padding-top:10px;}
.footer_nav dl{width:auto;}
.footer_nav dl dt{width:100%; font-size: 16px; color: #fff}
.footer_nav dl dd{width:100%; overflow: hidden; margin-top: 8px;}
.footer_nav dl dd a{display: block; font-size: 16px; color: #fff; margin-bottom: 5px;}
.footer_nav dl dd a:hover{font-weight:bold;}
.footer_ma{width:18%; height: auto; float: right}
.footer_ma h4{color:#fff; font-size: 24px; margin-bottom:30px;}
.footer_ma dl{width:45%; height: auto; float: left}
.footer_ma dl dt{width:100%; overflow: hidden}
.footer_ma dl dt img{width:100%; display: block}
.footer_ma dl dd{width:100%; font-size:14px; color: #fff; text-align: center; margin-top: 10px;}
.footer_ma dl:nth-child(2){float: right}
.f_copy{width:100%; height:70px; overflow: hidden; line-height:70px;  border-top:1px solid rgba(255,255,255,0.2); margin-top: 60px; }
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; float: left; }
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#009b48!important}
.footer_zhichi{width:372px; height:auto; float: right;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%; line-height:70px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height:70px; background: url(../images/vl.png) no-repeat center; margin-right: 10px}
.footer_zhichi .js{width:80px;height:70px; background: url(../images/wl.png) no-repeat center; }
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat center}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat center} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}



/*手机*/
.sj_header{width:100%; clear:both; height:60px;  padding: 0px 10px;display: none; background: #fff}
.sj_header_top{width:100%; height: 100%}
.menu{float:right; height:auto; width:30px; margin-top: 19px; }
.menu img{height:100%; width:100%;}
.app{float:right; padding-right:15px; margin-top:7px;}
.app img{height:22px;}
.openmenu{overflow-y:scroll; }
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:99; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:0px;}
#hamburgermenu{ background-image: linear-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-radial-gradient(to right, #e1481e , #f68713); left:0px; top:0px; width:0px; height:100%; overflow-y:scroll; position:fixed; z-index:999; box-shadow:3px 0px 7px rgba(0,0,0,0.55); -webkit-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55); -moz-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55);}
.logo{float:left; width:auto; height:60px; }
.logo a{width:100%; height:60px;  display: flex; align-items: center;}
.logo img{align-items: center; margin: 0px auto; max-width: 100%; float: left; max-height:76%}
.nav_logo{width:100%; padding-top:10px; text-align:center; clear:both;}
.nav_logo img{height:35px; margin:5px 0px;}
.menu_head{width:100%; min-width:150px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; line-height:25px; text-indent:1em; color:#fff; padding:8px 0px; font-size:16px; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff; width: 100%;  height: 100%; display: block; font-size: 16px;}
.menu_body{width:100%; min-width:150px; overflow:hidden; line-height:38px; display:none;}
.menu_body a{width:100%; display:block; height:30px; line-height:30px; color:#fff; text-indent:1em; font-size: 15px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid;}
.sj_banner{width:100%;height:auto; display: none;}
.sj_banner img{width:100%; height: auto;}
.sj_banner .swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.sj_banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.swiper-pagination-bullet{background: #fff; opacity: 1}
.swiper-pagination-bullet-active{background: #0796e5}



/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height:60px;width: 100%;  background: #000000; display: none;}
footer ul{width:100%; height: 100%; display: block}
footer li{width: 25%;height: 100%;float: left; }
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;color: #fff; padding-top:10px}
footer span{line-height:22px; font-size: 12px; width: 100%; display: block; color: #fff; margin-top:2px }
footer .n1{background: url(../images/f_h1.png) no-repeat center;background-size:100% 100%!important; width:25px;}
footer .n2{background: url(../images/f_h2.png) no-repeat center;background-size:100% 100%!important; width:25px;}
footer .n3{background: url(../images/f_h3.png) no-repeat center;background-size:100% 100%!important; width:25px;}
footer .n4{background: url(../images/f_h4.png) no-repeat center;background-size:100% 100%!important; width:25px;}
footer .n5{background: url(../images/f_h5.png) no-repeat center;background-size:100% 100%!important; width:23px;}
footer a.active{ background-image: linear-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-gradient(to right, #e1481e , #f68713); 
	background-image: -webkit-radial-gradient(to right, #e1481e , #f68713);}
footer i{height:25px; display: block; margin:0 auto 0;  }
.sj_copy {width: 100%;  text-align: center; line-height: 32px; clear: both; font-size:16px;  text-align: center; margin:10px 0; display: none}
.sj_copy p,.sj_copy a{font-size:16px; color:#333}




/*弹出视频*/
.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%;  z-index:999; transform: translate(-50%,-50%);}
.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;}





@media screen and (max-width:1440px){
		html{font-size:88px;}
	.about_one_shuju{width:37%}
	.w1440,.ban_links{width:1200px;}
	.nav{width:60%}
	.in_about_info{width:78.5%}
	.index_hezuo_all .swiper-button-next{background: url(../images/c_right.png) no-repeat center; right:44%}
	.index_hezuo_all .swiper-button-prev{background: url(../images/c_left.png) no-repeat center; left:44%;}
	.index_cpfw_all .swiper-slide a h4{font-size:28px;}
	.index_cpfw_all .swiper-slide a{padding: 40px 5.5% 30px;}
	.cpfe_more{margin-bottom:42px;}

}


@media screen and (max-width:1360px){
	.in_about_info{width:87.5%}
	html{font-size:80px;}
	
}


@media screen and (max-width:1280px){
	.w1440,.container,.ban_links{width:90%;}
	.index_cpfw_all .swiper-slide a h4{font-size:24px;}
	.index_cpfw_all .swiper-slide a{padding: 62px 5.5% 30px;}
	.h_search{font-size:14px;}
	.nav{width:60%}
	.nav .nLi h3 a p{font-size:15px;}
	.about_one_center{    background-position: 34%;}
	.view{width:87%}
	.about_one_jianjie{width:48%}
	.about_one_shuju{width:40%}
	.in_about_info h5{font-size:16px;}
	.in_about_info hr{margin:40px 0}
	.index_cpmore{margin: 40px auto 58px;}
	.index_hezuo{margin:50px 0}
	.ny_product_li ul{margin-bottom:25px;}

	
}

@media screen and (max-width:1080px){
	.index_about_num dl dt span,.index_about_num dl dt i{font-size:48px}
	.in_about_info{width:86.5%}
	.footer_nav dl dd a{font-size:14px;}
	.footer_ma h4{font-size:18px;}
	.footer_ma{width:20%}
	.ban_links dl dd a{font-size:15px;}
	.ban_links dl dt h4{font-size:22px;}
	.news_xx{width:56%}

}

@media screen and (max-width:1024px){
	.index_about_left{padding-top: 50px;}
	.ny_case_list li .gallery-title{height:40px; line-height:40px;}
	.ny_news_more{width:160px}
	html{font-size:65px;}
	.ny_news_all ul li .ny_time{width:74px}
	.news_pic{width:28%}
	.h_search{padding-left:25px}
	.w1440, .container, .ban_links{width:94%}
	.footer_zhichi p{margin-right:5px;}
	.footer_zhichi span,.copy_l{font-size:12px;}
	.footer_zhichi{width:336px;}
	.about_one_xx{font-size:18px; line-height:30px;}
	.about_one_bottom ul li{height:auto; }
	.ny_about_fws{padding-bottom:20px;}
	.ny_about_fuwu{padding: .7rem 0 0;}
}



@media screen and (max-width:970px){
	.h_search,div.digg{display:none;}
	.h_logo{width:28%}
	.sj_banner,.sj_header,.sj_copy,.page-list{display:block}
	.banner,.header_nav,.footer{display: none}
	footer{display: block}
	.in_about_info{width:100%; float:none; padding:0 3%; margin-bottom:20px;}
	.index_about_left{width:100%; padding-top:40px;}
	.index_about_right{width:100%; float:none;}
	.index_about_num dl dt span, .index_about_num dl dt i{font-size:28px;}
	.index_about_num dl dd{font-size:14px; line-height:26px;}
	.index_about_num{margin:40px auto; display:block}
	.index_about_num dl{width:50%; margin-bottom:10px;}
	.index_cpmore{    margin: 46px auto 44px; width:42%}
	.index_hezuo_all .swiper-button-next{background: url(../images/c_right.png) no-repeat center; right:30%}
	.index_hezuo_all .swiper-button-prev{background: url(../images/c_left.png) no-repeat center; left:30%;}
	.index_news_title .swiper-button-next, .index_news_title .swiper-button-prev{display:none}
	.index_contact,.index_join{width:100%; float:none}
	body{padding-bottom:70px;}
	.index_about_right{height:248px;}
	.ny_product_li ul li{width:32%; margin-right:2%}
	.ny_title_1 h2{font-size:30px;}
	.ny_pro_tright h1{font-size:28px;}
	.ny_pro_tleft{width:470px;}
	.ny_pro_tright{margin-left:505px;}
	.ny_ban_info{top:22%}
	.ny_ban_info h4{font-size:28px;}
	.ny_ban_list a{padding:0 12px;}
	.ny_about_fuwu ul li p{font-size:14px; line-height:24px;}
	
	

}


@media screen and (max-width:750px){
	.product_li_title h4{font-size:26px;}
	.product_li_title{background-size: 1%;}
	.ny_ban_nav,.ny_ban_list{height:60px;}
	.ny_ban_list a{line-height:60px; font-size:16px;}
	.ny_product_san{margin:28px 0 30px;}
	.ny_pro_tleft{width:100%; float:none}
	.ny_pro_tright{margin-left:0; width:100%; margin-top:10px;}
	.ny_pro_bleft,.contact_right,.ny_cont_wx{width:100%; float:none;}
	.ny_pro_bright{width:100%; float:none; margin-top:20px;}
	.ny_news_top{width:100%; height:auto; background:none}
	.ny_news_right{width:100%; margin-top:40px;}
	.index_links{padding-top:50px;}
	.ny_case_list li{width:49%; margin-right:0}
	.ny_case_list li:nth-child(2n){float:right}
	.ny_about_one{margin-top:50px;}
	.about_one_shuju{width:100%; float:none; margin-top:20px; overflow:hidden}
	.about_one_jianjie{width:100%; height:auto; float:none; margin-top:20px;}
	.about_one_center{background:none; height:auto; margin-top:.5rem}
	.about_one_xx{font-size:16px; line-height:26px;}
	.about_one_tt h3{margin-bottom:.2rem}
	.about_fuwu_icon1{height:40px;}
	.ny_about_fuwu{height:auto; padding:.7rem 0}
	.view{width:100%; padding:0 28px}
	.arrow-left, .arrow-right{width:18px; height:34px; background-size:100% 100%}
	.ny_pro_num span{font-size:18px;}
	.active-nav .ny_pro_num span{transform: scale(1.5);}
	.preview:after{top:53px}
	.news_top_left{display:none}
	.news_pic{display:none}
	.news_xx{width:auto; margin-left:92px; float: none;}
	.news_xx h3{font-size:18px;}
	.ny_product_san a{font-size:15px; height:40px; line-height:40px;}
		.index_youshi .hd{overflow-y:auto;}
	.index_youshi .hd ul{white-space: nowrap; height:50px; display: flex; overflow:auto}
	.index_youshi .hd ul li{padding:0 20px; height:50px; line-height:50px;}
		.index_youshi .slideTxtBox{margin-top:28px; height:450px;}
	.index_youshi .bd,.bd_li{height:450px;}
	.ny_title_right{background:none; padding-left:0}
	.ny_product_li ul li,.honor_list li{width:49%; margin-right:0}
	.ny_product_li ul li:nth-child(2n),.honor_list li:nth-child(2n) {float:right}
	.index_contact, .index_join{height:auto;}
}



@media screen and (max-width:500px){
	html{font-size:60px}
	.in_about_info h4 span,.index_cpfw_title h4 span,.index_news_title h4 span{font-size:26px;}
	.in_about_info h4 img,.index_cpfw_title h4 img,.index_news_title h4 img{margin:0 9px; width:5px;}
	.in_about_info h5{margin-top:12px;}
	.in_about_info hr{margin:22px 0}
	.in_about_more{margin-top:35px;}
	.index_cpfw_title{padding:0 3%}
	.index_cpfw_title h5{font-size:14px; line-height:24px; margin-top:10px;}
	.in_about_info h5,.in_about_xx{font-size:14px; line-height:24px;}
	.in_video{width:90px; height:90px;}
	.in_video img{width:40px;}
	.video_xx{width:98%}
	.index_about_num{margin:30px 0 5px}
	.index_about_num dl{margin-bottom:25px;}
	.index_about_num dl dt span, .index_about_num dl dt i{font-size:24px;}
	.index_cpfw{margin-top:40px;}
	.index_cpfw_all,.index_hezuo_all{margin-top:25px;}
	.index_cpfw_all .swiper-slide a{padding: 21px 5.5% 30px;}
	.index_cpfw_all .swiper-slide a h4{font-size:18px; height:40px; line-height:40px;}
	.index_cpfw_all .swiper-slide a h5{font-size:14px; line-height:24px; height:72px; margin:10px 0 20px}
	.index_cpfw_pic h3{bottom:10px; font-size:14px;}
	.in_cpfw_xx{padding:0 4%}
	.index_cpmore{width:35%; height:40px; line-height:40px; font-size:14px; margin:25px auto 35px;}
	.index_youshi{padding:40px 0 40px}

	.bd_li_hover span{margin-top:35px;}
	.bd_li_hover h4{font-size:18px;}
	.bd_li_hover p{font-size:14px; line-height:26px;}
	.bd_li_hover{bottom:58%}
	
	.index_news_all .swiper-slide a{padding: 28px 5.4% 30px;}
	.cpfe_more{width:70%; height:35px; line-height:35px; border:1px solid #fff}
	.index_cpfw_all .swiper-slide a span{background:none; text-align:center}
	.index_hezuo_all .swiper-button-next, .index_hezuo_all .swiper-button-prev{width:45px; height:45px; background-size:20%}
	.index_hezuo_all .swiper-button-next{right:35%}
	.index_hezuo_all .swiper-button-prev{left:35%}
	.index_hezuo_all .swiper-container{padding-bottom:70px;}
	.index_hezuo{margin:30px 0 20px;}
	.index_news{padding: 40px 0 0;}
	.index_news_title h5,.index_contact p, .index_join p{font-size:14px; line-height:24px;}
	.index_news_all{margin-top:26px;}
	.index_news_all .swiper-slide a p{font-size:14px; height:48px; line-height:24px;}
	.index_news_all .swiper-slide a i{width:25px; height:12px; background-size:100% 100%; margin-top:20px;}
	.index_news_all .swiper-slide a:hover i{background-size:100% 100%}
	.index_contact,.index_join{padding:20px 15px;}
	.index_join span{font-size:14px;}
	.index_join,.index_contact{height:auto}
	.index_contact h3, .index_join h3{font-size:20px;}
	.index_links{padding:40px 0}
	.about_one_shuju dl{padding-top:.48rem}
	.about_one_shuju dl dd{font-size:14px; margin-top:.2rem}
	.about_one_bottom{margin:.6rem 0}
	.ny_about_fzlc{padding: .6rem 0;}
	.about_one_bottom ul{display:block}
	.about_one_bottom ul li{width:49%; margin-bottom:20px; height:auto}
	.about_one_bottom ul li:nth-child(2n){float:right;}
	.about_one_num h4{font-size:18px;}
	.ny_about_fuwu ul li{width:31%}
	.view_xx_left,.view_xx_right{width:100%; float:none}
	.view{margin:.4rem auto 0}
	.ny_product_li ul li{width:49%; margin-right:0}
	.ny_product_li ul li:nth-child(2n){float:right;}
	.ny_title_1 h2{font-size:26px;}
	.ny_title_1 p{font-size:16px;}
	.ny_title_1 em{font-size:14px; line-height:22px;}
	.ny_pro_tright h1{font-size:20px; line-height:30px;}
	.ny_probt li{height:55px; line-height:55px;}
	.ny_news_right h5{font-size:24px; margin-bottom:12px;}
	.news_right_txx p{font-size:14px; line-height:26px; height:52px;}
	.ny_news_right ul li{margin-bottom:15px; padding-bottom:15px;}
	.ny_news_bottom .swiper-slide a{padding:30px 5.4% }
	.ny_news_bottom .swiper-slide a h4{ font-size: 14px; height: 48px; line-height: 24px;}
	.ny_news_bottom .swiper-slide a i { width: 25px; height: 12px; background-size: 100% 100%; margin-top: 20px;}
	.ny_news_more{height:50px; line-height:50px;}
	.honor_list li{width:49%; margin-right:0}
	.honor_list li:nth-child(2n){float:right}
	.honor_list li .gallery-title{height:40px; line-height:40px;}
	.ny_ban_nav, .ny_ban_list{height:50px;}
	.ny_ban_list a{line-height:50px; font-size:15px;}
	.ny_title_right,.ny_title_right a{font-size:14px;}
	.ny_title_right{background-size:5%; padding-left:20px;}
	.ny_ban_info{top:28%}
	.ny_ban_info h4{font-size:26px;}
	.ny_ban{height:4.5rem;}
	.about_one_tt p{font-size:14px; line-height:24px;}
	.about_one_shuju dl dt span{font-size:.4rem}
	.about_one_xx{font-size:15px;}
	.about_one_num span{font-size:70px;}
	.ny_title_1 h2,.product_li_title h4{font-size:20px;}
	.menu_body a{font-size:14px;}
	.index_youshi .bd{height:450px;}
	.index_youshi .hd ul li{font-size:14px;}
	.bd_li_hover span{width:132px; height:40px; line-height:38px; font-size:14px;}
	.ny_title_1{margin-bottom:15px}
	.ny_news_show p{line-height:30px;}
	.ny_news_all ul li .ny_time p{font-size:.36rem}
	.ny_news_all ul li .ny_time{width:64px;}
	.news_xx{margin-left:79px}
	.news_right_txx h4,.ny_news_bottom .swiper-slide a h3{font-size:16px;}
	.news_right_time p{font-size:24px;}
	.news_right_time{width:70px; height:72px;}
	.ny_product_li{margin-top:.4rem}
	.ny_pro_p p{font-size:16px;}
}



@media screen and (max-width:375px){
	

	
	
}







