@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:1330px; margin: 0 auto; }
.w1440{ width:1330px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container2{ width:1330px; margin: 0 auto; }



/* 导航栏 */
.header_nav{height:88px; width:100%;  background:#fff; padding: 0 8% }
.h_logo{width:174px; height:88px; float: left; display: flex; align-items: center; margin-left: 2%}
.h_logo img{width:100%; height: auto; align-items: center; margin: 0px auto;}

.header_dao{width:56%; height: 100%;  float:right; margin-right:2% }
.nav{width:100%; height:100%;float: right;   }
.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:15px;  color:#000000;  position: relative  }
.nav .nLi h3 a p{font-size:15px; color:#000000; line-height:88px;  position: relative;  display: table; margin: 0px auto;}
.nav .sub{ display:none;left:50%; top:88px;  position:absolute;  line-height:26px; width:160px;  margin-left: -80px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:22px; padding:5px 0;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 14px;}
.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:#466641}
.nav .nLi.active p{color:#466641}

.h_search{width:50px; height:88px; float: right; background:url(../images/search.png) no-repeat center; margin-right:3% }
.form_box{position: fixed;  top:88px; 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: #466641; font-size:16px;}


.h_yuyan{float: right;   background: url(../images/y_icon.png) no-repeat left center; padding-left: 40px; position: relative}
.h_yuyan p{color: #333333; font-size: 16px; line-height: 88px; }
.h_yuyan a{width:100%; height: auto; position: absolute; top:88px; left:0; text-align: center; line-height: 50px; font-size: 18px; color: #466641; display: none; background:#fff; z-index:9}
.h_yuyan:hover a{display: block}






/*banner*/
.banner{ position: relative;}
.banner_info{width:1200px; height: auto; overflow: hidden; position: absolute; top:25%; left:50%;  margin-left: -600px; opacity:0;  
	-webkit-transition: all 1s; transition: all 1s;  -webkit-transform: scale(.8); transform: scale(.8);}
.banner-index .list > li.active .banner_info{opacity: 1; -webkit-transform: scale(1);  transform: scale(1);}	
.banner_info h3{font-size: 48px; color: #fff;font-weight: bold;}
.banner_info p{font-size: 20px; color: #ffffff; line-height: 40px; margin-top:10px; }
.banner_info a{color: #ffffff; line-height: 55px; display: block; width: 170px; font-size: 16px; border: 1px solid #fff;
	background: url(../images/bb_jts.png) no-repeat 80% center; padding:0 26px; margin-top: 46px}
.banner-index{position: relative;overflow: hidden; height:900px}
.banner-index .list .video-js{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: none;}
.banner-index .list,
.banner-index .list > li{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.banner-index .list > li.active{z-index: 1;}
.banner-index .list > li img.ban_pic{display: block;width: 100%;opacity: 0;-webkit-transition: all 1s;transition: all 1s;-webkit-transform: scale(1.2);transform: scale(1.2);}
.banner-index .list > li.noscale img.ban_pic,
.banner-index .list > li.active img.ban_pic{opacity: 1;-webkit-transform: none;transform: none;}
.banner-index .list.ground,
.banner-index .list.ground li{position: relative;width: auto;height: auto;}
.banner-index .btn{right: 50%;
    margin-right: -40px;
    bottom: 60px;
    z-index: 1;
    overflow: hidden;
    position: absolute;}
.banner-index .btn a{display: block;width: 16px;height: 16px;margin: 10px 5px;border: 1px solid transparent;border-radius: 50%; float: left;}
.banner-index .btn a i{display: block;width: 8px;height: 8px;margin: 3px auto;background: #fff;border-radius: 50%;}
.banner-index .btn a.active{border-color: #e61f1a;}
.banner-index .btn a.active i{background: #e61f1a;}
.banner-index-mobile{display: none;}
.banner-index video{height:auto!important; width: 100%;}


/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; margin: 68px 0;}
.index_about_left{width:50%; height: auto; float: left; background: #fbfbfb; padding: 45px 55px 0}
.index_about_left h4{color:#333333; font-size: 26px; font-weight: bold; margin-bottom: 10px;}
.in_ab_xx{width:100%; height: auto; overflow: hidden; line-height: 26px; color:#333333; font-size: 14px; display: block; margin: 26px 0}
.in_ab_more{width:auto; height: auto; display: table; background: url(../images/hh_jts.png) no-repeat right center; padding-right: 40px; font-size: 14px;
	color: #999999}
.in_ab_more:hover{color:#466641}
.index_about_right{width:50%; height: auto; float: left;}
.index_about_right .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block}
.index_about_right .swiper-slide a 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;}
.index_about_top{width:100%; height: auto; overflow: hidden; background: #fbfbfb; margin-top: 30px; }
.index_about_right .swiper-pagination-bullet{width:43px; height: 4px; background: #969696; opacity:1; border-radius: 15px;}
.index_about_right .swiper-pagination-bullet-active{background: #466641}
.index_about_right .swiper-pagination{bottom:40px;}
.index_about_right .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_news{width:100%; height: auto; overflow: hidden; margin-top:40px; }
.index_cj_title{width:100%; height: auto; overflow: hidden}
.index_cj_title h4{color:#131313; font-size: 38px; font-weight: bold;}
.index_cj_title img{display: block; margin: 20px 0}
.index_cj_title p{color:#666666; font-size: 16px;}
.index_news_top{width:100%; height: auto; overflow:hidden; margin: 42px 0 0}
.index_news_top .swiper-slide a{width:100%; height: auto; overflow: hidden; background: #f9f9f9; display: block}
.index_news_img{width:50%; height: 320px; float: left; overflow: hidden}
.index_news_img img{width:100%;  height: 100%; 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:50%; height: auto; float: left; padding:40px 44px}
.index_news_xx span{color:#466641; font-size: 14px; display: block}
.index_news_xx h4{width:100%; height:40px; line-height: 40px; color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold; margin-top:5px;}
.index_news_xx  p{width:100%; height:90px; line-height: 30px; color: #999999;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; margin-top:10px;}
.index_news_top .swiper-button-next,.index_news_top .swiper-button-prev{width:29px; height: 29px; top:auto; margin-top: 0; bottom:40px;}
.index_news_top .swiper-button-next{background: url(../images/n_right.png) no-repeat center; right:40%}
.index_news_top .swiper-button-prev{background: url(../images/n_left.png) no-repeat center; left:53%}
.index_news ul{width:100%; height: auto; overflow: hidden; margin-top: 18px;}
.index_news ul li{width:49.3%; height: auto; float: left; background: #f9f9f9; padding: 20px 25px;}
.index_news ul li:nth-child(2n){float: right}
.index_news ul li dl{width:100%; height: 30px; line-height:30px;}
.index_news ul li dl dt{width:40%; float: left; height: 100%; color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold;}
.index_news ul li dl dd{float: right; color:#466641; font-size: 14px;}
.index_news ul li p{width:100%; height:52px; line-height: 26px; color: #999999;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 5px;}
.index_news_top .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_news_xx:hover h4{color:#466641}
.index_news ul li:hover dl dt{color:#466641}

.index_news_bt{width:100%; height:auto; overflow:hidden}
.index_news_bt .index_cj_title{width:auto; float:left;}
.index_news_bt a{width:150px; height:45px; line-height:45px; background:#eee; border-radius:25px; font-size:16px; text-align:center; color:#333; float:right; margin-top:36px}
.index_news_bt a:hover{background:#466641; color:#fff}




/*应用*/
.index_changjing{width:100%; height: auto; overflow: hidden; margin-top:70px;}
.dh{width: 100%; height:auto; margin-top:48px}
.dh ul{position: relative;overflow: hidden;width: 100%;height: auto;}
.dh ul li{float: left; width:15.8%; overflow: hidden;height:404px;position: relative;cursor: pointer; margin-right:0.6%;}
.dh ul li:last-child{margin-right: 0}
.dh ul li a{display: block;width: 100%;height: 100%;}
.dh ul li .layer{position: absolute;bottom: 0;left: 0;width: 100%; height: 100%;  text-align: center; }
.in_cq_img{width:100%; display:block; height: 100%; object-fit: cover; object-position: center center;}
.layer h4{color:#fff; font-size: 28px; margin-top:60px; font-weight: bold;}
.layer p{color:#fff; font-size: 16px; line-height: 30px; width: 100%; opacity:0; margin-top: 20px;}
.layer i{color:#fff; font-size: 16px; background:url(../images/yy_icon.png) no-repeat center; display: block; width:26px; text-indent: -999px; height: 26px;
	margin:70px auto 0; font-style: normal}
.dh ul li.curr{}
.dh ul li.curr .layer{ text-align: left; background:rgba(0,0,0,0.58); padding: 0 12% }
.dh ul li.curr .layer p{opacity:0.64}
.dh ul li.curr i{text-indent: 0; background: url(../images/bb_jts.png) no-repeat right center; width:115px; margin:122px 0 0}



/*实验室*/
.index_shiyanshi{width:100%; height:509px; background: url(../images/sys_bjs.jpg) no-repeat center; padding-top: 136px; margin-top: 90px; 
	background-attachment: fixed; background-size: cover;}
.index_shiyanshi h4{color:#fff; font-size: 38px; font-weight: bold;}
.index_shiyanshi img{display: block; margin:15px 0 54px}
.index_shiyanshi a{width:180px; height: 53px; text-align: center; line-height: 53px; color: #fff; display: block; border: 1px solid #fff; font-size:16px;}
.index_shiyanshi a:hover{background:#466641}


/*底部*/
.footer{width:100%; height:auto;  background:url(../images/footer_bjs.jpg) no-repeat center; background-size: cover; padding:70px 0 0; overflow: hidden}
.footer_top{width: 100%; height: auto; overflow: hidden}
.footer_top ul{width:85%; height: auto; float: left}
.footer_top ul li{width:auto; float: left; text-align: center; min-width: 120px; margin-right:3%}
.footer_top ul li h4{color:#333333; font-size: 20px; font-weight: bold; margin-bottom: 10px;}
.footer_top ul li h4 a{color:#333333; font-size: 20px; font-weight: bold;}
.footer_top ul li a{color:#666666; font-size: 14px; display: block; line-height:35px;}
.footer_top ul li a:hover{color:#466641}
.footer_top ul li:last-child{margin-right: 0}
.footer_ma{width:auto; float: right}
.footer_ma img{width:144px; display: block}
.copy{clear:both;width:100%;height:auto; position: relative; overflow: hidden; line-height:66px; margin-top: 60px; }
.copy_tab{display: table; margin: 0px auto;}
.copy_l{font-size:14px; color:#333333; height: 100%; width:auto; text-align: center; float: left }
.copy_l a{color:#333333}
.copy_l a:hover{color:#b81915!important}
.footer_zhichi{width:auto; height:100%; float: right; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#333333; height: 100%; line-height:66px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:23px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:23px;}
.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: #333333;}
.footer_zhichi i{ float: left;}
.index_link{width:100%; height: auto; overflow: hidden; margin: 18px 0 22px}
.index_link p{float: left; color:#333333; font-size: 16px; line-height: 34px;}
.index_link_xx{margin-left: 100px;}
.index_link_xx a{color:#333333; font-size: 16px; height: 34px; line-height: 34px; margin-right:3%; float: left; margin-bottom: 8px;}
.index_link_xx a:hover{color:#b81915}







/*客服*/
.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 {
   
    display: none;
    height: auto;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 130px; border:1px solid #333; background:#fff
}
.fix_ewm img{width:100%; display:block}
.fix_ewm p{width:100%; color:#333; margin:10px 0; text-align:center; font-size:16px;}

.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:rgba(0,0,0,0.3);
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}



.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 20px; 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: #000;   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #466641; position: relative; line-height: 2.8; margin-top: -10px;}
.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: 21px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_2 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #fff;}
.ny_title_2 p{text-transform: uppercase; font-size: 26px; color: #fff; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_2 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #fff; left: 0; bottom: 0;}
.ny_title_2 em{font-style: normal; font-size: 24px; line-height:1.4; color: #fff; padding: 15px 0; display: block;}
.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 20px;}
.inside_banner{ height: 400px; padding-top:110px }


.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;}
.yyxt_ban{background: url(../images/yyxt_ban.jpg) no-repeat center bottom;}
.yyyg_ban{background: url(../images/yyyg_ban.jpg) no-repeat center bottom;}
.zbgg_ban{background: url(../images/zbgg_ban.jpg) no-repeat center bottom;}
.dqzl_ban{background: url(../images/dqzl_ban.jpg) no-repeat center bottom;}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center bottom;}

.page-list{ 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{ text-align: center; font-size: 16px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p *{ color: #fff;;  font-size: 16px;}
.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::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: #466641; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list,.honor_list2{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li,.honor_list2 li{ width: 24.2%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;  }
.honor_list li:nth-child(4n),.honor_list2 li:nth-child(4n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%; height:452px; overflow:hidden; display: flex; align-items: center;}
.honor_list2 li .img{overflow: hidden; width:100%; height:208px; overflow:hidden; display: flex; align-items: center;}
.img img{ width: 100%; height:100%; transition: all 0.3s; display:block; align-items: center; margin: 0px auto;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list2 li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.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 #466641;}
.honor_list2 li:hover{ border: 1px solid #466641;}
.honor_list li:hover .gallery-title{ background: #466641; color: #fff;}
.honor_list2 li:hover .gallery-title{ background: #466641; color: #fff;}
.ny_case_li li .img{overflow: hidden; width:100%; height:218px; overflow:hidden; display: flex; align-items: center;}



/*产品中心*/
.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:350px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.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{height:auto; margin-left:380px; }
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_solution .case_link{margin-top:30px;}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top:10px; margin-bottom: 20px;}
.ny_pro_shengcan .slideBox .bd 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 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 #466641;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more:hover{background: #466641; color: #fff; border: 1px solid #466641}
.n_pro_nav{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.n_pro_nav a{font-size:16px; color:#666; border:1px solid #ffffff;   height: 50px; line-height:50px; width:auto; float:left; padding:0 20px; margin-right:10px; margin-bottom:10px;}
.n_pro_nav a:hover,.n_pro_nav a.m_active{background:#466641; color:#fff}

/*研发中心*/
.ny_yfzx_all{width:100%; height: auto; overflow: hidden; margin-bottom: 60px;}
.ny_yfzx_title{width:100%; height: auto; overflow: hidden; margin-top: 75px;}
.ny_yfzx_title h3{font-size: 30px; color: #060507; width: 100%; height: 30px; line-height: 30px;}
.ny_yfzx_title h3 span{float: left}
.ny_yfzx_title h3 hr{width:1060px; height: 1px; background: #ddd; float: right; margin-top:15px;}
.ny_yfzx_title h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #466641; margin-top: 0px;}
.ny_yfzx_title h4 span{width:36px; height: 1px; background: #466641; float: left; margin-top:22px; margin-left: 8px;}
.ny_yfzx_title h4 p{width:auto; float: left; color: #466641;}
.ny_yfzx_title h5{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 30px; color: #060507}
.ny_yfzx_xx{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #555555; line-height: 30px; margin-top: 30px;}
.yfzx_more{width:172px; height: 40px; border: 1px solid #cec8cc; display: block; text-align: center; line-height: 40px; font-size: 16px; color: #333333; margin-top: 29px;}


/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 16px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0px auto;}
.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:615px; 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:#466641; 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:650px;}
.ny_pro_tright h1{ font-size: 36px; 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:80px;}
.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: #466641; 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:72%; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:24%; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h3,.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.ny_probt_case li{width:275px; height: 300px; float: left; margin-right:22px;}
.ny_probt_case li:nth-child(3n){margin-right:0px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_case li img{width:100%; height: 203px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px;  padding:0 15px;}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_probt_case li:last-child{margin-right: 0px;}
.ny_probt_case li:hover .index_case_info::before,
.ny_probt_case li:hover p {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.ny_probt_case li:hover .index_case_info {background: rgba(0,0,0,0.6);}
.ny_probt_case li:hover h5{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.ny_probt_case li .index_case_info h5{font-size: 16px; margin:0% 0 15px 0; }
.ny_probt_case li .case_xx{height:87px;}
.ny_probt_case li .case_xx p{font-size: 16px; line-height:28px;}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #466641;font-size: 16px;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden;font-size: 16px; }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #466641; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3; font-size: 15px; color: #191919; cursor:pointer; padding: 0px 18px 0;
text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.sideMenu h3.on {background: #466641; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;  cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:15px 10px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 35px; line-height: 35px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.sideMenu ul li:hover a{color:#466641}
.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:16px;font-weight: bold;}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.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;}
.fangan_show{ margin-top:20px;}
.ny_proshow_info img{max-width:100%}
.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-top:30px;}
.ny_hotnews h3{width:100%; height:40px; background: #466641; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.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:#466641}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}
.ny_hotnews input[type="text"]{width:80%; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#466641; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:20%;}



/*��ҳ����*/
.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:36px;}
.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:56%; height: auto; float: left; margin-left:2%; margin-top:18px;}
.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:30%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.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:#466641}
.ny_news_all ul li:hover h3{font-weight: bold; }
.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_pro_li{width:100%; height:auto; overflow:hidden}
.ny_pro_li li{width:23.5%; height:180px; border: 1px solid #bfbfbf; border-radius: 8px; display: block; padding-top: 30px; transition: all 0.4s ease-in-out; margin-right:2%; margin-bottom:20px; float:left;}
.ny_pro_li li:nth-child(4n){margin-right:0}
.in_cp_icon{width:100%; height:80px; display: flex; align-items: center; margin-bottom: 8px}
.in_cp_icon img{max-width: 100%; align-items: center; margin: 0px auto;}
.ny_pro_li li h4{width:100%; height: 40px; text-align: center; font-size: 18px; color: #000000; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.ny_pro_li li:hover{border: 1px solid #466641;  padding-top:20px; transition: all 0.4s ease-in-out;}




/*联系我们*/
.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:340px; 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%;}
.inside_title_1{ overflow: hidden; text-align:center; margin-bottom: 22px;}
.inside_title_1 p{ font-size: 26px; font-weight:bold;color: #333; line-height: 1.8;}
.inside_title_1 p span{ color: #466641}
.inside_title_1 em{ display: block; text-align: center; font-size: 15px; color: #666;}
.inex_news_main1{ overflow: hidden;}
.inex_news_main1 li{ width: 49%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main1 li:nth-child(2n){ float:right;}
.inex_news_main1 li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main1 li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main1 li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main1 li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis;}
.inex_news_main1 li:hover a{ color: #466641}
.inex_news_main1 li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main1 li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}

/* 内页通用产品推荐 */
.inside_pro{margin-top: 30px; margin-bottom:40px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
.inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0;  }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}



@media screen and (max-width:1600px){
	.banner-index{height:880px;}
	
}

@media screen and (max-width:1500px){
	.w1440,.index_shier .slideTxtBox .hd ul,.index_news_all ul li a,.container2,.container{width:1200px;}
	.ny_title_1 em{font-size:18px;}
	.footer_top ul li{width:14%; margin-right:0}
	.header_nav{padding: 0 3%;}
	.banner-index{height:835px;}
}

@media screen and (max-width:1400px){
	.banner-index{height:768px;}
	
}


