@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
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;}
.container{ width:1200px; margin: 0 auto; }
.w1400{ 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:108px; width:100%;  z-index:999;  position: fixed; top:0; left:0; padding: 0 6%; }
.h_logo{width:399px; height:108px; float: left; display: flex; align-items: center;}
.h_logo img{align-items: center; margin: 0px auto; max-height: 100%; max-width: 100%}
.header_right{width:60%; height: auto; float:right}
.header_right_top{width:100%; height: 36px; margin-top:15px;}
.h_search{float: right; width: 211px; height: 37px; float: right; border:1px solid #fff; border-radius: 25px; padding: 0 20px}
.h_search input[type="text"]{width:80%; height: 100%; float: left; font-size: 16px; color:#fff; background: none; border: 0}
.h_tijiao{width:20px; height: 36px; float: right; background: url(../images/search.png) no-repeat center; border: 0}

.h_search input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
.h_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:  1;  
}  
.h_search input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:  1;  
}  
.h_search input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}  
.h_wx,.h_sj{width:36px; height: 36px; float: right; position: relative; margin-right: 20px}
.h_wx{background: url(../images/h_wx.png) no-repeat center}
.h_sj{background: url(../images/h_sj.png) no-repeat center}
.h_wx img,.h_sj img{width:100px; display:none; position: absolute; top:36px; left:-20px; z-index:9}

.h_wx:hover img{display:block}
.h_sj:hover img{display:block}



/* 导航栏 */
.header_dao{width:100%; height: 56px; overflow: hidden}
.nav{width:100%; height:100%;  margin: 0px auto;}
.nav .nLi{ float:left;  position:relative; display:inline; height:100%;    text-align: center;  width:14.2%}
.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; line-height: 56px; }
.nav .sub{ display:none;left:0; top:56px;  position:absolute;  line-height:26px; width:100%;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:40px; line-height:40px;  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:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#134dc4}
.nav .nLi.active p{font-weight:bold; background: url(../images/active.png) no-repeat bottom center}
.nav .nLi:hover p{font-weight:bold; background: url(../images/active.png) no-repeat bottom center}

.f_top{background: #fff;}
.f_top .nav .nLi h3 a p{color:#333}
.f_top .h_search{border: 1px solid #eee}
.f_top .nav .nLi.active p{background: none; color:#317333}
.f_top .nav .nLi:hover p{background: none; color:#317333}
.f_top .h_tijiao{background: url(../images/search_h.png) no-repeat center}
.f_top .h_search input{color:#333}


 .f_top .h_search input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#333;  
}  
 .f_top .h_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#333;  
   opacity:  1;  
}  
 .f_top .h_search input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#333;  
   opacity:  1;  
}  
 .f_top .h_search input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#333;  
}  

.f_top .h_wx{background: url(../images/hh_wx.png) no-repeat center}
.f_top .h_sj{background: url(../images/hh_sj.png) no-repeat center}




/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .swiper-slide a{width:100%; height: auto; display: block}
.banner .swiper-slide a img{width:100%; display: block}
.banner .swiper-pagination{bottom:40px;}
.banner .swiper-pagination-bullet{width:10px; height: 10px; background: #fff;}
.banner_info{width:1440px; height:119px; background: #fff; position: absolute; bottom:98px; left:50%; transform: translate(-50%,0); z-index: 9 }
.banner_info ul{width:80%; height: 100%; float: left; padding:33px 0}
.banner_info ul li{width:33.33%; height: auto; float: left; background: url(../images/bb_xs.png) no-repeat right center; padding:0 6%}
.banner_info ul li a{width:100%; height: auto; display: block; line-height: 30px; font-size: 16px; color: #333333;}
.banner_info ul li:last-child{background: none}
.banner_info ul li:hover a{color:#134dc4}
.ban_more{width:18%; height: 100%; float: right; background: url(../images/more_bjs.png) no-repeat left center; background-size: cover; text-align: center; line-height: 119px; text-align: center}
.ban_more span{background: url(../images/b_jts.png) no-repeat right center; padding-right: 30px;  color: #fff; font-size: 16px; transition: all 0.4s ease-in-out;}
.ban_more span:hover{padding-right:40px; transition: all 0.4s ease-in-out;}
.ban_down{width:32px; position: absolute; left:5px; bottom:98px; background: url(../images/down.png) no-repeat center bottom; z-index: 9; padding-bottom:55px}
.ban_down span{color:#fff; font-size: 16px; writing-mode:tb-rl; writing-mode:vertical-rl; line-height: 32px}
.ban_ma{width:30px; position: absolute; bottom:115px; right:15px; z-index: 9}
.b_sj{width:100%; height: 30px; background: url(../images/h_sj.png) no-repeat center} 
.b_wx{width:100%; height: 30px; background: url(../images/h_wx.png) no-repeat center; margin-bottom: 24px} 
.ban_ma img{width:100px; position: absolute; top:0; left:-100px; z-index: 1; display: none}
.b_sj:hover img{display: block}
.b_wx:hover img{display: block}



/*关于我们*/
.index_about{width:100%; height: 800px; overflow: hidden; position: relative; padding-top:168px;  background: url(../images/about_bjs.jpg) no-repeat top }
.index_about_left{width:43%; height: auto; float: left; position: relative; z-index: 9}
.index_about_left h5{color:#333333; font-size: 24px; margin-bottom: 10px; }
.index_about_left h3{color:#317333; font-size: 36px; font-weight: bold; margin-bottom: 68px;}
.index_about_left h4{color:#333333; font-size: 24px; font-weight: bold; margin-bottom: 25px;}
.ab_xx{width:100%; height: auto; display: block; color:#666666; font-size: 16px; line-height: 30px; text-align: justify;}
.ab_more{margin-top: 72px; width:179px; height: 46px; line-height: 46px; display: block; text-align: center; color:#fff; font-size:18px; background: #317333}
.index_about_video{margin-top: 476px; float: left; height: 90px; line-height: 90px; margin-left:130px}
.index_about_video span{color:#fff; font-size: 30px;  display:inline-block; vertical-align:middle;}
.index_about_video img{ display:inline-block; vertical-align:middle; margin-right: 20px;}
.index_about_si{width:100%; height:489px; overflow: hidden}
.index_about_si ul{width:100%; height: 100%; overflow: hidden}
.index_about_si ul li{width:25%; height: 489px; float: left; border-right:1px solid #eeeeee; padding: 80px 3% 0; position: relative}
.index_about_si ul li span{color:#666666; font-size: 16px; display: block}
.index_about_si ul li h4{color:#333333; font-size: 30px; margin: 40px 0}
.index_about_si ul li p{color:#666666; font-size: 16px; line-height: 30px;}
.index_about_si ul li i{width:70px; height: 70px; background:#fff url(../images/hh_jts.png) no-repeat center; display: block; position: absolute; bottom:0; right:0; opacity: 0}
.index_about_si ul li:hover{background: url(../images/hover.jpg) no-repeat center}
.index_about_si ul li:hover span{color:#fff}
.index_about_si ul li:hover h4{color:#fff}
.index_about_si ul li:hover p{color:#fff}
.index_about_si ul li:hover i{opacity: 1}
.ab_more:hover{background:#317333}



/*业务领域*/
.index_product{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; background-size: cover; background-attachment: fixed; padding:90px 0 80px}
.index_product_top{width:100%; height: auto; overflow: hidden}
.product_top_title{width:40%; height: auto; float: left}
.product_top_all{width:100%; height: auto; overflow: hidden}
.product_top_all a{width:24px; height: 24px; float: right; margin-top: 38px;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;  transition: transform 0.5s ease-out;}
.product_top_all a:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.product_top_bt{width:55%; height: auto; float: left}
.product_top_bt h4{color:#fff; font-size: 30px; font-weight: bold; opacity: 0.5; text-transform: uppercase}
.product_top_bt h3{color:#fff; font-size: 36px; font-weight: bold; }
.product_top_bt hr{width: 38px; height: 8px; background: #317333; display: block; margin: 15px 0;}
.product_top_title h5{color:#fff; font-size: 16px; line-height: 30px;}
.product_top_right{width:47%; height: auto; float: right}
.product_top_right li{width:32%; height: 215px; float: left; margin-right: 2%; background: rgba(255,255,255,0.3); padding: 30px 25px; text-align: center; 
transition: all 0.4s ease-in-out;}
.product_top_right li:nth-child(3n){margin-right: 0}
.in_picon{width:100%; height:40px; display: flex; align-items: center; margin-bottom: 20px;}
.in_picon img{max-height: 100%; max-width: 100%; align-items: center; margin: 0px auto;}
.product_top_right li h4{color:#ffffff; font-size: 16px; line-height:30px;}
.product_top_right li:hover{background: rgba(255,255,255,0.1);}
.index_product_bottom{width:100%; height: auto; margin-top: 72px; position: relative}
.index_product_bottom .swiper-slide a{width:100%; height: auto; display: block}
.index_product_img{width:100%; height: auto; overflow: hidden}
.index_product_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_bottom .swiper-slide a h4{width:100%; height:62px; line-height: 62px; color:#fff; font-size: 16px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.in_pbtn{width:20%;  margin: 0px auto; position: relative; margin-top:50px; height: 40px; overflow: hidden}
.index_product_bottom .swiper-button-next,.index_product_bottom .swiper-button-prev{width:95px; height: 40px; line-height: 40px; font-size: 18px; color: #fff}
.index_product_bottom .swiper-button-next{background: url(../images/c_right.png) no-repeat right center; right:0; padding-right: 50px;}
.index_product_bottom .swiper-button-prev{background: url(../images/c_left.png) no-repeat left center; left:0; padding-left:50px;}
.in_pbtn hr{width:29px; height: 2px; background: #fff; display: block; margin:20px auto 0;}
.in_pro_xx{width:100%; margin-top: 40px; position: relative; overflow: hidden; height:30px; line-height: 30px;}
.in_pro_xx .swiper-pagination{color:#fff; text-align: left; bottom:0}
.in_pro_xx .swiper-pagination-current{color:#317333; font-size: 24px;}
.in_pro_xx:after{content: ""; width: 92%; height: 1px; background: rgba(255,255,255,0.2); position: absolute; right:0; bottom:8px}
.index_product_bottom .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;}
.product_top_right li:hover{padding: 20px 25px; transition: all 0.4s ease-in-out;}
.index_product_bottom .swiper-button-next:hover{color:#317333}
.index_product_bottom .swiper-button-prev:hover{color:#317333}




/*案例*/
.index_case{width:100%; height:auto; overflow: hidden; position: relative; margin: 50px 0 90px}
.index_case_title{overflow: hidden; height: auto}
.case_title_left{width:72%; height: auto; float: left}
.case_title_left h4{color:#333333; font-size: 30px; font-weight: bold; font-family: "Arial"; text-transform: uppercase; opacity: 0.5}
.case_title_left h5{color:#333333; font-size: 36px; font-weight: bold; }
.case_title_left hr{width:38px; height: 8px; background: #317333; display: block; margin:15px 0}
.case_title_left p{color:#333333; font-size: 16px; line-height: 30px;}
.index_case_title a{width:43px; height: 43px; float: right; margin-top: 80px;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out; transition: transform 0.5s ease-out;}
.index_case_title a img{width:100%; display: block}
.index_case_all{width:100%; padding-left: 13%; margin-top: 62px;}
.index_case .swiper-slide{width:41%; height: auto; float: left;}
.index_case .swiper-slide a{width:100%; height: auto; display: block; transform: translateY(56px); transition: all 0.4s ease-in-out; overflow:hidden}
.index_case .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_case .swiper-slide-active a{transform: translateY(0); transition: all 0.4s ease-in-out;}
.index_case .swiper-button-next,.index_case .swiper-button-prev{width:60px; height: 60px; top:auto; bottom:0; margin-top: 0}
.index_case .swiper-button-next{background: #317333 url(../images/c_right.png) no-repeat center; right:auto; left:37.3%}
.index_case .swiper-button-prev{background: #317333 url(../images/c_left.png) no-repeat center; left:33.7%}
.index_case .swiper-button-next:hover{background: #317333 url(../images/c_right.png) no-repeat center;}
.index_case .swiper-button-prev:hover{background: #317333 url(../images/c_left.png) no-repeat center;}
.index_case .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_case_title a:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}




/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background:url(../images/news_top.jpg) no-repeat; padding:165px 0 0;  background-attachment: fixed;
    background-size: cover; position:relative}
.index_news:after{content:""; width:100%; height:62%; background:#fff; position:absolute; bottom:0; left:0}	
.index_news .w1400{position:relative; z-index:9}
.index_news_top{width:100%; height: auto; overflow: hidden}
.index_news_title{width:20.4%; height:334px; background: #317333 url(../images/n_icon.png) no-repeat 17% 83%; float: left; padding: 3% 2.5%}
.index_news_title h4{color:#ffffff; font-size: 30px; font-family: "Arial"; font-weight: bold; opacity: 0.5; text-transform: uppercase}
.index_news_title h5{color:#fff; font-size: 36px; font-weight: bold;}
.index_news_title hr{width:38px; height: 8px; background: #fff; margin: 15px 0}
.index_news_top .slideBox{width:79.6%; height: 334px; float: left; background: #f9f9f9; position: relative}
.index_news_top .slideBox .bd{width:100%; height: auto; overflow: hidden}
.index_news_top .slideBox .bd ul{width:100%; height: auto; overflow:hidden}
.index_news_top .slideBox .bd ul li{width:100%; height: auto; overflow: hidden}
.index_news_pic{width:44%; height: auto; float: left; overflow:hidden}
.index_news_pic img{width:100%; height: 100%; display: block; object-fit: cover; object-position: center center; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.index_news_xx{width:56%; height: auto; float: left; padding:90px 60px 0;}
.index_news_xx h3{width:100%; height: 30px; line-height: 30px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_xx p{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; margin: 15px 0 25px}
.index_news_xx span{color:#333333; font-size: 16px; background: url(../images/sb_icon.png) no-repeat left center; padding-left:25px; line-height:30px; 
	display: block}
.index_news_top .slideBox .hd{width:auto; position: absolute; top:0; right:60px}
.index_news_top .slideBox .hd ul li{width:66px; height: 60px; border-right:1px solid #e5e5e5; text-align: right; font-size:14px; color: #999999; float: left; display:flex;align-items:flex-end; padding-left:40px}
.index_news_top .slideBox .hd ul li.on{border-right:1px solid #317333; color:#333333; font-size: 18px;}
.index_news_center{width:100%; height: auto; overflow: hidden; margin-top:32px;}
.news_center_left{width:49.3%; height: auto; overflow: hidden; float: left}
.news_center_nav{width:100%; height: 85px;  border-bottom: 1px solid #eeeeee; position: relative}
.news_center_nav a{width:33.33%; float: left; height: 85px; line-height: 85px; position: relative; z-index: 9; text-align: center}
.news_center_nav a span{ display:inline-block; vertical-align:middle; color:#333333; font-size: 16px; }
.news_center_nav a img{ display:inline-block; vertical-align:middle; margin-right: 10px;}
.news_center_nav:after{content: "NEWS"; color:#e5e5e5; font-size: 120px; font-weight: 900; position: absolute; bottom:0; left:0;line-height: 85px; height: 85px; opacity: 0.2}
.news_center_nav a:hover{border-bottom: 3px solid #317333}
.news_center_li{width:100%; height: auto; overflow: hidden;  border: 1px solid #eeeeee; padding: 20px; margin-top:109px; }
.in_news_img{width:194px; height: auto; float: left; overflow:hidden}
.in_news_img img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_news_xx{margin-left:220px; }
.in_news_xx span{color:#999999; font-size: 16px; display: block}
.in_news_xx h4{width:100%; height: 30px; line-height: 30px; color:#333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 15px 0 8px}
.in_news_xx p{width:100%; height: 60px; overflow: hidden; color: #999999; font-size: 16px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_center ul{width:49.3%; float: right}
.index_news_center ul li{width:100%; height: auto; overflow: hidden; border: 1px solid #eeeeee; padding: 20px; margin-bottom: 17px;}
.index_news_bottom{width:100%; height: 90px; overflow: hidden; border: 1px solid #eeeeee; padding: 0 40px}
.index_news_bottom li{width:33.33%; float: left; line-height: 90px; height: 90px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; background: url(../images/l_dian.png) no-repeat left center;  padding: 0 20px 0 20px}
.index_news_bottom li a{color:#333333; font-size: 16px; display:block; width:100%}
.index_news_top .slideBox .bd 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_news_top .slideBox .bd ul li:hover h3{color:#317333; font-weight:bold;}
.index_news_top .slideBox .bd ul li:hover span{color:#317333; font-weight:bold;}
.index_news_center ul li:hover img,.news_center_li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_center ul li:hover .in_news_xx h4,.news_center_li:hover .in_news_xx h4{color:#317333; font-weight:bold;}
.index_news_bottom li:hover a{color:#317333}



/*底部*/
.footer{width:100%; height:auto;  background:url(../images/footer.jpg) no-repeat top ; overflow: hidden; margin-top: 64px;}
.f_sj,.f_wx{width:35px; height: 35px; position: relative; float: left; margin-right: 30px; margin-top: 32px;}
.f_sj{background: url(../images/sj_i.png) no-repeat center}
.f_wx{background: url(../images/wx_i.png) no-repeat center}
.f_sj img,.f_wx img{width:100px; height: auto; position: absolute; top:-100px; left:0; display: none}
.f_sj:hover img{display: block}
.f_wx:hover img{display: block}
.footer_input{width:100%; height: auto; overflow: hidden; margin:52px 0 ;}
.footer_input_left{width:82%; height:60px; float: left; background: #fff; border-radius: 8px; padding: 0 3%; margin-left:6%}
.footer_input_left p{height: 100%; float: left; position: relative; }
.footer_input_left p input[type="text"]{width:100%; height: 100%; font-size: 16px; color: #999999; border: 0; background: url(../images/in_xs.png) no-repeat right center}
.footer_input_left p:nth-child(1){width:27%;}
.footer_input_left p:nth-child(2){width:31%; margin-left: 2%}
.footer_input_left p:nth-child(3){width:38%; margin-left: 2%}
.footr_input input[type="text"]{width:100%; height: 100%; border: 0; background: none;}
.f_tijiao{width:11.4%; height: 60px; background: #317333; color:#fff; font-size: 16px; border: 0; float: right; border-radius: 8px;}
.f_tijiao:hover{background: #134dc4; cursor: pointer}
.footer_info{width:100%; height: auto; overflow: hidden; margin-top:88px;}
.footer_info_left{width:33%; height: auto; float: left; border-right:1px solid rgba(255,255,255,0.2); padding-right: 50px;}
.footer_info_left h4{color:#fff; font-size: 16px;}
.footer_info_left h5{color:#fff; font-size: 24px; margin:15px 0 20px}
.footer_info_left hr{width:90%; height: 1px; background: rgba(255,255,255,0.2)}
.footer_info_left h3{color:#ffffff; font-size: 24px; font-weight: bold; margin: 15px 0}
.footer_info_left p{color:#fff; font-size: 16px; line-height:36px;}
.footer_nav{width:63%; height: auto; float: right}
.footer_nav_title{width:auto; height: auto; overflow: hidden; background: url(../images/bxs.png) no-repeat right 35px; padding-bottom: 5px; display: table}
.footer_nav_title span{color:#fff; font-size: 40px; font-family: "Arial"; font-weight: bold;}
.footer_nav_title i{font-style: normal; font-size: 18px; margin-left: 10px; color:#fff}
.footer_nav dl{float: left; margin-right:12%; line-height: 36px; margin-top: 30px; min-width:15%}
.footer_nav dl dt{color:#fff; font-size: 18px; background: url(../images/hhx.png) no-repeat left center; padding-left: 12px;}
.footer_nav dl dt a{color:#fff; font-size: 18px;}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden; padding-left: 12px;}
.footer_nav dl dd a{color:#fff; font-size: 18px; display: block}
.footer_nav dl dd a:hover{font-weight:bold;}
.footer_nav dl:last-child{margin-right: 0}
.f_copy{width:100%; height: 60px; overflow: hidden; line-height:60px; border-top:1px solid rgba(255,255,255,0.5); margin-top: 50px}
.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{font-weight:bold;}
.footer_zhichi{width:372px; height:auto; float: right}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#555555; height: 100%; line-height:60px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:18px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:18px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}
.index_link{width:100%; height: auto; overflow: hidden;  padding:20px 0; }
.index_link p{float: left; color:#333333; font-size:24px; line-height: 30px}
.index_link_xx{margin-left:100px;}
.index_link_xx a{color:#666666; font-size:16px; margin-right: 20px; line-height:30px}
.index_link_xx a:hover{color:#0e80d7}




/*客服*/
.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: -125px;
    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;
}
.lxfx li {
    background:#317333;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}




/*弹出视频*/
.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:400px; 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:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}

.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 20px;}
.inside_banner p.ny_post,.inside_banner p.ny_post a{ text-align: center; color: #fff; font-size: 16px; cursor:pointer}
.inside_banner p.ny_post img{ margin-right: 10px;}
.inside_banner p.ny_post a:hover,.inside_banner p.ny_post span:hover{font-weight:bold; color:#317333}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{height: 90px; background: #f7f6f4;position: relative;}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height: 90px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 40px; display:block}
.nav-wrap li a:hover{font-weight:bold; color:#317333}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:22px; background: #317333; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.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 #317333;}
.honor_list li:hover .gallery-title{ background: #317333; color: #fff;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:60px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
.ny_solution_img{width:355px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2; position:relative}
.ny_solution_img:after{content:""; width:100%; height:100%; position:absolute; top:0; left:0; background:rgba(0,91,172,0.5); opacity:0; transition: all 0.4s ease-in-out;}
.ny_product_all ul li:hover .ny_solution_img:after{opacity:1; transition: all 0.4s ease-in-out;}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:745px; height:auto; float:left; margin-left: 50px; padding: 20px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_product_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover{border:1px solid #317333;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more{font-size:16px; color:#666;width: 189px;display: block;line-height: 50px;text-align: center;height: 50px;background: #ddd;}
.yfzx_more:hover{background: #317333;line-height: 30px; color: #fff; border: 1px solid #317333; padding:10px;}
.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:20px;font-weight: bold; line-height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}



/*产品详情页*/
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:507px; 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:#317333; 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{width:650px; height: auto; float: right}
.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: #000000; line-height: 35px; font-size: 15px;   }
.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: #317333; 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:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; 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 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: #317333; 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:#317333}
.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#317333; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;}



/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.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: 41px; 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:#317333}
.ny_news_all ul li:hover h3{font-weight: bold; color:#317333 }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.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;}




/*联系我们*/
.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}

.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px; padding-bottom: 70px; }
.ny_news_show img{max-width:100%}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.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: #317333; 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;}

.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 400px; padding-top:180px; position:relative}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center bottom;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center bottom;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center bottom;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center bottom;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center bottom;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center bottom;}


@media screen and (max-width:1500px){
	.w1400{width:1200px;}
	.index_about_left h3{font-size:32px;}
	.index_case_all{padding-left:9%}
	.index_case .swiper-button-next{left:36.6%}
	.index_case .swiper-button-prev{left:32.1%}
	.index_news_pic{width:52%}
	.index_news_xx{width:47%; padding:90px 48px 0}
	.index_news_title h4{font-size:26px;}
	.index_news_title h5{font-size:30px;}
	.in_pbtn{width:22%}
	.product_top_bt{width:70%}
	.index_about_si ul li h4{margin: 40px 0 20px;}
	
}





#317333#317333#317333