@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px; font-family: "Arial"}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
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; }
.w1200{ width:1280px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
body{overflow-x:hidden}

*:focus{   
	border:none;
}



@font-face {
    font-family: 'BODONI';
    src: url('../font/BODONI MT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* 导航栏 */
.header_nav{height:92px; width:100%; z-index: 9; border-bottom: 1px solid rgba(255,255,255,0.3); position: absolute; top:0; left:0; padding: 0 2% }
.h_logo{width:200px; height:92px; float: left; display: flex; align-items: center; }
.h_logo img{max-width: 100%;  height: auto; align-items: center; }
.h_wx{width:30px; height: 92px; float: right; background: url(../images/wx_i.png) no-repeat center; position: relative}
.h_sj{width:30px; height: 92px; float: right; background: url(../images/sj_i.png) no-repeat center; position: relative; margin: 0 1.2%}
.h_dh{width:30px; height: 92px; float: right; background: url(../images/dh_i.png) no-repeat center; position: relative}
.h_wx img,.h_sj img{width:100px; height: auto; position: absolute; top:92px;  display: none;}
.h_wx img{right:0;}
.h_sj img{left:0}
.h_dh p{width:auto; position: absolute;top:92px; left:-50px; background: rgba(255,255,255,0.5); color:#333; font-size:24px; padding:7px 18px; display: none;
	font-weight: bold;}
.h_dh:hover p{display: block}
.h_wx:hover img,.h_sj:hover img{display: block}
.h_wx:hover{background: url(../images/wx_hi.png) no-repeat center}
.h_sj:hover{background: url(../images/sj_hi.png) no-repeat center}
.h_dh:hover{background: url(../images/dh_hi.png) no-repeat center}
.nav{ height:92px; float: right; width:50%; margin-right:2%}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:12.5%;}
.nav .nLi h3{ font-weight: normal; width:100%; height: auto; }
.nav .nLi h3 p{height:100%; color:#fff; font-size:16px;  width:100%; position: relative; text-align: center;  display: table; line-height:92px;}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#fff;  }
.nav .sub{position:absolute;top:92px;left:50%; z-index:999;display:none;padding:0;width:210px; margin-left:-105px; background:#fff;line-height:26px;} 
.nav .sub li{height:33px;border-bottom:1px solid #eee;text-align:center;line-height:33px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%; font-size:14px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{font-weight: bold; background: #1aa459}
.sub li:hover a{color:#1aa459;}

.h_yuyan{float:right; color:#fff; font-size:20px; line-height: 92px; margin-right:2%}




/* 首页:banner */
.banner{ width:100%; height:960px; position: relative; overflow: hidden; }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:auto; position: absolute; bottom:30px; left:0; width: 100%}
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; width:auto;  display: table}
.banner .slideBox .hd ul li{height:10px; width: 10px; cursor:pointer; border-radius: 50%; background: #eee;  position: relative; float: left;text-indent: -999px; margin: 0 10px; }
.banner .slideBox .hd ul li.on{background: #f89b34}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:960px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{width:100%; height:960px; display: block;}
.banner .slideBox .bd li img{vertical-align: bottom; width: 100%; height: auto;transition: all 5.5s;}
.ban_info{width:1440px; position: absolute; bottom:82px; left:50%; margin-left:-720px; }
.ban_info_left{width:26%; height: 127px;  background: rgba(57,56,70,0.9); float: left; text-align: right; padding:15px 56px }
.ban_info_left h4{color:#ffffff; font-size: 26px; font-family: "Arial"; text-transform: uppercase}
.ban_info_left h3{color:#ffffff; font-size:20px; line-height: 40px;}
.ban_info_left img{margin-top: 5px;}
.ban_info_right{width:73.2%; height:127px; float: right; background: rgba(255,255,255,0.8);}
.ban_info_right a{width:16.66%; height: 100%; float: left; text-align: center; padding: 20px 0}
.ban_info_right a h3{width:100%; height:auto; line-height:26px; color: #333333; font-size: 16px; text-align: center; margin-top:8px}
.ban_pic{width:100%; height: auto; overflow: hidden; display: block; display: flex; align-items: center; margin: 5px 0}
.ban_pic img{align-items: center; margin: 0px auto;}
.icon2{display: none}
.ban_info_right a:hover{background: #ffffff}
.ban_info_right a:hover h3{color:#1aa459; font-weight: bold;}
.ban_info_right a:hover .icon2{display: block}
.ban_info_right a:hover .icon1{display: none}




/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; margin-top: 36px;}
.index_about_left{width:55.7%; height: auto; float: left; position: relative}
.index_about_left .bd{position:relative;z-index:0;width:100%;height:auto; overflow: hidden}
.index_about_left .bd ul{width:100%;height:100%}
.index_about_left .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.index_about_left .bd li a{width:100%; height:500px; display: block;}
.index_about_left .bd li img{vertical-align: bottom; width: 100%; height: auto;transition: all 5.5s;}
.index_about_left .prev,.index_about_left .next{width:39px; height:39px; background: #fff; color:#919191; position: absolute; bottom:0;  text-align: center; line-height: 39px; font-size: 18px;}
.index_about_left .prev{background: #fff url(../images/ab_left.png) no-repeat center; left:0;}
.index_about_left .next{background: #fff url(../images/ab_right.png) no-repeat center; left:39px;}
.index_about_left .prev:hover{background: #1aa459 url(../images/ab_hleft.png) no-repeat center; }
.index_about_left .next:hover{background: #1aa459 url(../images/ab_hright.png) no-repeat center;}
.index_about_right{width:43.7%; height: auto; float: right}
.about_right_top{width:100%; height:247px; background: #1aa459; padding: 30px; margin-bottom:7px; }
.about_right_top dt{width:85%; height: auto; float: left}
.about_right_top dt a{width:100%; height: 120px; overflow: hidden; font-size: 16px; color: #fff; opacity: 0.7; line-height: 30px; margin-top:10px; display: block;
 word-break:break-all;display:-webkit-box; -webkit-line-clamp:4;
  -webkit-box-orient:vertical; overflow:hidden;
}

.about_right_top dd,.about_rpic{width:67px; height: auto; float: right}
.about_right_top dd img,.about_rpic img{width:100%;}
.about_right_bottom{width:100%; height:247px; background: url(../images/ys_bjs.jpg) no-repeat center; padding: 26px;}
.about_right_bottom h3,.about_right_top h3{width:100%; height: 40px; line-height: 40px; color:#ffffff; font-size: 20px;}
.about_right_bottom h3 span,.about_right_top h3 span{font-size: 26px; font-family: "Arial"; text-transform: uppercase; margin-right:15px;}
.about_right_bottom h4{width:100%; color:#fff; opacity: 0.7; font-size: 16px; margin-top:10px; margin-bottom:16px; }
.about_right_bottom dl{float: left; margin-right:2%; width:31%}
.about_right_bottom dl:last-child{margin-right: 0}
.about_right_bottom dl dd{width:100%; height:auto; line-height:26px; color:#fff; font-size: 16px;}
.about_right_bottom dl dt{color:#fff; font-size: 16px;}
.about_right_bottom dl dt span,.about_right_bottom dl dt i{color:#fff; font-size: 36px; font-weight: bold;}
.about_rxx{width:85%; height: auto; float: left}


/*案例*/
.index_case{width:100%; height: auto; overflow: hidden; margin:62px 0 40px}
.index_case_title{width:100%;height: 40px; line-height: 40px;}
.index_case_title h4{color:#333333; font-size: 26px; font-family: "Arial"; float: left; text-transform: uppercase}
.index_case_title h3{color:#333333; font-size: 20px; float: left; margin-left: 10px;}
.index_case_title a{color:#333333; font-size: 16px; float: right}


.picScroll-left{ overflow:hidden; position:relative; width: 100%; margin-top:45px; }
.picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat;}
.picScroll-left .hd .next{ background-position:0 -50px;  }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }

.picScroll-left .bd{width:100%; height: auto; overflow: hidden}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; width: 464px;  }
.index_case_pic{width:464px; height: auto; overflow: hidden}
.index_case_pic 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_case_xx{width:100%; height: auto; overflow: hidden; padding:20px 10px 15px; background: #f4f4f4}
.index_case_xx h3{width:100%; height:35px; line-height:35px; color:#333333; font-size: 24px; font-weight: bold; text-align: center; text-overflow: ellipsis; 
	overflow: hidden; white-space: nowrap }
.index_case_xx hr{width:45px; height: 1px; background: #009a46; display: block; border: 0; margin:8px auto; border: 0}
.index_case_xx p{width:100%; height:30px; line-height:30px; color: #333333; font-size: 16px; text-align: center; text-overflow: ellipsis; 
	overflow: hidden; white-space: nowrap }
.index_case_xx i{width:36px; height: 36px; display: block; border-radius: 50%; color:#fff; font-size:18px; text-align: center; line-height: 36px; margin:16px auto 0; background: #393846}
.picScroll-left .bd ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.picScroll-left .bd ul li:hover .index_case_xx{background: #393846}
.picScroll-left .bd ul li:hover .index_case_xx h3,.picScroll-left .bd ul li:hover .index_case_xx p{color:#fff}
.picScroll-left .bd ul li:hover .index_case_xx i{background: #009a46}


/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden}
.index_youshi_left{width:55%; height: auto; float: left}
.ys_left_top{width:100%;  height:237px; background: #eeeeee; padding:30px 45px 0; margin-bottom:8px; display: block  }
.ys_top_xx{width:88%; height: auto; float: left; margin-top:12px;}
.ys_top_xx h3{color:#333333; font-size: 24px; margin-bottom: 14px;}
.ys_top_xx p{width:100%; height: 120px; overflow: hidden; color:#333333; font-size: 16px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:4;
  -webkit-box-orient:vertical; overflow:hidden;
}
.ys_bottom_xx{width:88%; height: auto; float: left; }
.ys_bottom_xx h3{color:#fff; font-size: 24px; margin-bottom: 10px;}
.ys_bottom_xx p{width:100%; height: 120px; overflow: hidden; color:#fff; font-size: 16px; line-height: 24px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:5;
  -webkit-box-orient:vertical; overflow:hidden;
}
.ys_pic{width:67px; height: auto; float: right}
.ys_pic img{width:100%; height: auto; display: block}
.ys_left_bottom{width:100%;  height:237px; background: #1aa459; padding:30px; display: block }
.index_youshi_right{width:44%; height: auto; float: right; position: relative; overflow: hidden}
.index_youshi_right 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;}
.ys_bottom{width:100%; height:238px; background: rgba(57,56,70,0.68); position: absolute; bottom:0; left:0; padding:30px 26px;  }
.ys_bottom h3{width:100%; height: 30px; line-height: 30px; color: #fff; font-size:24px; margin-bottom: 10px}
.ys_bottom p{width:100%; height:120px; overflow: hidden; line-height:24px; font-size: 16px; color:#fff; margin-top:10px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:5;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_youshi_right:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}




/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top: 62px;}
.index_news_left{width:30%; height: auto; float: left}
.in_ntitle{width:100%; height:40px; line-height: 40px; margin-bottom: 30px; }
.in_ntitle h4{color:#333333; font-size: 26px; float: left}
.in_ntitle h3{color:#333333; font-size: 20px; float: left}
.in_ntitle a{float: right; color:#333333; font-size: 16px;}
.in_news_top{width:100%; height: auto; display: block}
.in_news_top h3{width:100%; height:30px; line-height: 30px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold; }
.in_news_top span{width:100%; height:30px; line-height: 30px; color: #999999; font-size:16px; font-family: "Arial"}
.in_news_top p{width:100%; height:78px; line-height:26px; color: #666666; font-size:16px;  word-break:break-all;display:-webkit-box; 
  -webkit-box-orient:vertical; overflow:hidden; margin: 5px 0 }
.in_news_top i{font-style: normal; color:#1aa459; font-size: 16px; background: url(../images/ll_san.png) no-repeat right center; padding-right: 20px;}
.in_news_top:hover h3,.in_news_top:hover p{color:#1aa459}
.index_news_center{width:33.5%; height: auto; float: left; position: relative; margin-left: 2%; overflow: hidden}
.index_news_center 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_news_center h3{width:100%; height:52px; line-height: 52px; background: rgba(0,0,0,0.2); position: absolute; bottom:0; left:0; padding: 0 20px; font-size: 16px; color: #fff; font-weight: bold; text-overflow: ellipsis; overflow: hidden;white-space: nowrap}
.index_news_center:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top: 34px;}
.index_news_bottom li{width:49%; height: 78px; line-height: 78px; float: left; background: #f4f4f4; padding: 0 32px;}
.index_news_bottom li:nth-child(2n){float: right}
.index_news_bottom li h3{width:60%; height: 100%; float: left; color:#333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	font-weight: bold;}
.index_news_bottom li span{color:#999999; font-size: 16px; font-family: "Arial"; float:right}
.index_news_bottom li:hover h3{color:#1aa459; }
.inex_news_xunhuan{width:33.8%; height: auto; float: right; background: #f4f4f4; padding:20px 50px 10px 30px; position:relative;  }
.picScroll-top{ margin:0 auto;  width:100%;  overflow:hidden;  }
.picScroll-top .hd{position: absolute; top:16px; right:12px; z-index: 9; width: 52px; height: 26px;}
.picScroll-top .hd .prev,.picScroll-top .hd .next{ display:block;  width:26px; height:26px; position: absolute; top:0;}
.picScroll-top .hd .next{background: #fff url(../images/ab_right.png) no-repeat center; right:0}
.picScroll-top .hd .prev{background: #fff url(../images/ab_left.png) no-repeat center; left:0;}
.picScroll-top .hd .next:hover{background:#393846 url(../images/ab_hright.png) no-repeat center}
.picScroll-top .hd .prev:hover{background:#393846 url(../images/ab_hleft.png) no-repeat center}
.picScroll-top .bd{}
.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
.picScroll-top .bd ul li{zoom:1; width: 100%;    border-bottom: 1px solid #fff;  margin-bottom: 10px;}
.picScroll-top .bd ul li a{width:100%; height: auto; display: block; padding-bottom:10px;}
.picScroll-top .bd ul li h3{width:100%; height:30px; line-height: 30px; color: #333333; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.picScroll-top .bd ul li span{display: block; color:#999999; font-size: 16px;  width: 100%; margin: 5px 0}
.picScroll-top .bd ul li p{width:100%; height:50px; overflow: hidden; color:#333333; font-size: 16px; line-height:25px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_link{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.index_link p{color:#333333; font-size: 18px; font-weight:bold; float: left; line-height: 30px;}
.index_link_xx{width:auto; margin-left:100px; }
.index_link_xx a{color:#333333; font-size: 14px; float: left; margin-right: 50px; line-height: 30px;}
.index_link_xx a:hover{color:#1aa459}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#393846; padding: 46px 0 40px; border-top:4px solid #009a46}
.f_logo{width:173px; height: auto; float: left}
.f_logo img{width:100%; height: auto; display: block}
.footer_xx{width:40%; height: auto; float: left; margin-left:80px;}
.footer_xx h3,.footer_liuyan h3{color:#fff; font-size: 14px; margin-bottom: 14px}
.footer_xx h3 span,.footer_liuyan h3 span{color:#fff; font-size: 24px; font-weight: bold; margin-right: 8px;}
.footer_xx p{color:#fff; line-height:35px; font-size: 16px; opacity: 0.6; padding-left:32px; }
.footer_xx p a{color:#fff; font-size: 16px;}
.f1{background: url(../images/f1.png) no-repeat left center}
.f2{background: url(../images/f2.png) no-repeat left center}
.f3{background: url(../images/f3.png) no-repeat left center}
.f4{background: url(../images/f4.png) no-repeat left center}
.footer_liuyan{width:40%; height: auto; float: right}
.footer_liuyan dl{width:100%; height:40px; margin-bottom:5px;}
.footer_liuyan dl input[type="text"]{width:100%; height: 100%; background:#fff; padding: 0 10px; font-size: 14px; color: #999999; border: 0}
.footer_liuyan dl dt{width:49.6%; height: 100%; float: left}
.footer_liuyan dl dd{width:49.6%; height: 100%; float: right}
.footer_liuyan textarea{width:80%; height: 82px; background: #fff; border: 0; resize: none; padding: 10px;}
.ly_submit{width:19.5%; height: 82px; float: right; background: #009a46; text-align: center; line-height: 82px; font-size: 14px; border: 0; color:#fff; cursor: pointer}






.footer_bottom{width:100%; height:70px; background: #161616; }
.copy_bq{width:auto; height:70px; line-height:70px; position: relative; color:#fff; font-size:14px; float: left}
.copy_bq a{color:#fff; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{color:#fc0001!important}
.footer_zhichi{width:auto; height:100%; overflow: hidden; float: right}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#555555; line-height:70px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:24px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:26px; }
.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;}




/*弹出视频*/
.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;}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.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:#1aa459;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}


@media screen and (max-width:1500px){
	.ban_info{width:1200px; margin-left: -600px;}
	.w1440{width:1200px;}
	.ban_info_left{padding: 15px 20px;}
	.nav{width:65%}
	.about_right_bottom h3 span, .about_right_top h3 span{font-size: 20px;}
	.about_right_bottom dl dt span, .about_right_bottom dl dt i{font-size: 30px;}
	.about_right_top dt a{height:90px; -webkit-line-clamp: 3;}
	.about_right_top{height:184px; padding:20px;}
	.about_right_bottom{padding: 10px; height: 226px}
	.about_rxx{width:83%;}
	.picScroll-left .bd ul li,.index_case_pic{width:386px;}
	.ys_left_top,.ys_left_bottom{padding:17px 30px; height:197px}
	.ys_bottom_xx{margin-top: 0}
	.ys_bottom_xx h3,.ys_top_xx h3{margin-bottom: 5px;}
	.about_right_bottom dl dd{line-height:20px;}
	.footer_xx{margin-left:60px;}
}



/*内页*/
.ny_banner{width:100%; height:400px; position: relative; text-align: center; padding-top: 170px;}
.ny_banner h3{font-size: 36px; color: #fff;}
.ny_banner  img{ width:19px; height:20px;  animation:b_jump 1.5s ease-in-out 0.1s alternate infinite; -webkit-animation:b_jump 1.5s ease-in-out 0.1s alternate infinite; cursor:pointer; }
@keyframes b_jump{
	from{ transform:translateY(0); -webkit-transform:translateY(0);}
	to{ transform:translateY(-10px); -webkit-transform:translateY(-10px); }
	}
@-webkit-keyframes b_jump{
	from{ transform:translateY(0); -webkit-transform:translateY(0); }
	to{ transform:translateY(-10px); -webkit-transform:translateY(-10px); }
	}
.ny_banner p{width:100%; height:auto; font-size: 14px; color: #ffffff; line-height: 28px; margin: 20px 0}
.about_ban{background: url(../images/about_ban.jpg) no-repeat}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat}
.product_ban{ background: url(../images/product_ban.jpg) no-repeat}
.case_ban{background: url(../images/case_ban.jpg) no-repeat}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat}
.yxwl_ban{background: url(../images/yxwl_ban.jpg) no-repeat}
.hr_ban{background: url(../images/hr_ban.jpg) no-repeat}

.p-tit{height:70px;line-height:70px; border-bottom: 1px solid #dcdcdc}
.m-crm{color:#333;font-size:12px; background: url(../images/home.png) no-repeat left center; padding-left: 30px; float: left;font-size:14px;}
.m-crm a{font-size:14px; margin:0 3px;color:#333;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s}
.m-crm a:hover{color:#1aa459;}
.p-tit ul{float:right; height: 100%;}
.p-tit ul li{float:left;margin:0 12px}
.p-tit ul li a{display:block;height:70px;line-height:70px;color:#333333;font-size:14px;}
.p-tit ul li.active a,.p-tit ul li:hover a{color:#1aa459}
.ny_service_all{width:100%; height:auto; margin-bottom:80px;}


.ny_pro_nav{overflow:hidden; margin:10px auto}
.ny_pro_nav ul{ height: 100%; width:100%;}
.ny_pro_nav ul li{float:left;margin:0 12px 10px}
.ny_pro_nav ul li a{display:block;height:70px;line-height:70px;color:#333333;font-size:14px;}
.ny_pro_nav ul li.active a,.p-tit ul li:hover a{color:#1aa459}






/*关于我们*/
.ny_about_info{font-size:16px; color:#666; line-height:30px; margin-bottom:40px; margin-top:35px; width:100%; height:auto; overflow:hidden}
.ny_about_info p{font-size:16px; color:#666; line-height:30px;}
.ny_about_one{width:100%; height: auto; overflow: hidden;  margin-top:47px;line-height: 30px;margin-bottom:50px}
.ny_one_left{width:601px; height: 398px; float: left; position: relative}
.ny_one_left img{width:100%; height: auto; overflow: hidden}
.ny_one_left .ny_about_h{width:189px; height: 189px; background: rgba(5,105,181,0.64); position: absolute; top:65px; right:0; text-align: center; padding-top: 30px;}
.ny_about_h h4{font-size: 30px; color: #fff; font-weight: bold;}
.ny_about_h span{width:96px; height:4px; background:#fff; display: block;  float: right; margin-top:20px;}
.ny_one_right{width:599px; height: 398px; float: left; padding-left: 46px;}
.ny_one_right h3{font-size: 24px; color: #333333; line-height: 40px;}
.ny_one_rxx{width:100%; height: 240px; overflow: hidden; font-size: 14px; color: #333333; line-height: 26px; margin-top:30px;}
.ny_one_rxx p{font-size: 14px; color: #333333; line-height: 26px;}
.ny_one_right span.ny_about_more{width:132px;  height: 44px; line-height: 44px; background: #1aa459; color: #fff; text-align: center; display: block}
.ny_about_th{width:189px; height: 189px; background: rgba(5,105,181,0.64); position: absolute; top:65px; left:0; text-align: center; padding-top: 30px;}
.ny_about_th h4{font-size: 30px; color: #fff; font-weight: bold;}
.ny_about_th span{width:96px; height:4px; background:#fff; display: block;  margin-top:20px;}
.ny_two_left{padding-top: 100px}
.ny_two_left p{font-size: 16px; color: #333333; margin: 8px 0}
.ny_two_left p span{font-size: 24px; color: #333333; font-weight: bold;}
.ny_dongshi{width:100%; height: 400px; background: #1aa459; margin-top: 37px; padding: 45px 0}
.ny_dongshi_left{width:720px; height: auto; overflow: hidden; float: left}
.ny_dongshi_left p{font-size: 16px; color: #FFFFFF; line-height: 28px}
.ny_dongshi_xx{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.ny_dongshi_pic{width:302px; height: 302px; float: right}
.ny_dongshi_pic img{width:100%; height: 100%; border-radius: 50%;}
.ny_gsjs{width:100%; height: 530px; background: url(../images/js_bjs.jpg) no-repeat center; padding-top: 73px;}
.ny_gsjs_t{width:100%; height: auto; overflow: hidden; font-size: 30px; color: #333333; font-weight: bold; padding-left: 60px;
	background: url(../images/bt_jt.png) no-repeat 20px center}



/*荣誉资质*/
.ny_honor{width:100%; height:auto; overflow:hidden; margin-top:35px; margin-bottom:40px;}
.ny_honor ul{width:100%; height:auto; overflow:hidden}
.ny_honor ul li{width:288px; height:auto; float:left; margin-right:15px; margin-bottom:20px;}
.ny_honor ul li .ny_honor_pic{width:100%; height:auto; border:1px solid #eee; overflow:hidden}
.ny_honor_pic 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;}
.ny_honor ul li p{width:100%; height:30px; line-height:30px;font-size:16px; text-align:center; color:#333;padding: 0 30px;margin-top: 10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_honor ul li:nth-child(4n){margin-right:0}
.go_black {
    width: 90px;
    height: 30px;
    background: #1578bf;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    position: relative;
    float: right;
}

.ny_honor ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*chanpin*/
.ny_product{ height:auto; overflow:hidden; margin-top:35px; margin-bottom:40px;}
.ny_product ul{width:100%; height:auto; overflow:hidden}
.ny_product ul li{width:376px; height:auto; float:left; margin-right:35px; margin-bottom:35px;border-bottom:1px solid #ddd;padding-bottom:30px}
.ny_product ul li:hover{border-bottom:1px solid #00a83b;}
.ny_product ul li .ny_honor_pic{width:100%; height:auto; border:1px solid #eee; overflow:hidden}
.ny_honor_pic 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;}
.ny_product ul li p{width:100%; height:42px; line-height:30px;font-size:16px; text-align:center; color:#333;padding: 0 30px;margin-top: 10px}
.ny_product ul li:nth-child(3n){margin-right:0}
.go_black {
    width: 90px;
    height: 30px;
    background: #1578bf;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    position: relative;
    float: right;
}
.ny_product 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 ul li span{width:114px; height: 36px;  background: #00a83b; color:#fff; font-size: 16px; text-align: center; line-height: 36px; display: block; margin: 0px auto; border-radius: 25px;}
.ny_product ul li span:hover{background:none; border: 1px solid #00a83b; color:#00a83b}


/*anli */
.ny_case{width:100%; height:auto; overflow:hidden; margin-top:35px; margin-bottom:40px;}
.ny_case ul{width:100%; height:auto; overflow:hidden}
.ny_case ul li{width:385px; height:auto; float:left; margin-right:15px; margin-bottom:20px;}
.ny_case ul li .ny_honor_pic{width:100%; height:auto; border:1px solid #eee; overflow:hidden}
.ny_case_pic{width:100%; height:auto;  position: relative; overflow:hidden}
.ny_case_pic 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;}
.ny_case ul li p{width:100%; height:35px; line-height:30px;font-size:16px; text-align:center; color:#333;padding: 0 30px;margin-top: 10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_case ul li:nth-child(3n){margin-right:0}
.go_black {
    width: 90px;
    height: 30px;
    background: #1578bf;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    position: relative;
    float: right;
}

.ny_case 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_case_ii{width: 100%;height:50px;line-height: 50px;position: absolute;bottom: 0; left: 0; background: rgba(0,168,59,0.6);font-weight: bold; color: #fff;font-size: 24px;text-align: center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}




/*内页新闻*/
.ny_news_top{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.ny_news_top dl{width:578px; height: auto; float: left}
.ny_news_top dl dt{width:255px; height: auto; overflow: hidden; float: left}
.ny_news_top dl dt img{width:100%; height: 100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_top dl dd{width:298px; height: 184px; float: right}
.ny_news_top dl dd h3{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news_top dl dd span{font-size: 14px; color: #999999; display: block; margin: 10px auto;}
.ny_news_top dl dd p{width:100%; height: 106px; font-size: 14px; color: #999999; line-height: 28px;}
.ny_news_top dl:nth-child(2n){float: right}
.ny_news_top dl:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;
}
.ny_news_top dl:hover h3,.ny_news_top dl:hover span,.ny_news_top dl:hover p{color:#1aa459}

.p-ct{width:100%; height: auto; overflow: hidden;margin-top:40px; margin-bottom: 100px;}
.new-list{width: 100%; height: auto;overflow: hidden; margin-bottom:25px;}
.new-list li{height:173px;padding:25px 50px 0; background: #eeeeee; margin-bottom: 18px;}
.new-list li:hover{background: linear-gradient(to right, #1aa459 0%,#009ca8 100%);}
.new-list .f-imgfd-img{width:23px; height: 27px; float: right; background: url(../images/nh_jt.png) no-repeat; margin-top:54px}
.new-list li .f-imgfd-li{width:100%;height:100%;float: left;}
.f-imgfd-li dl{width:100%; height: 40px; line-height: 40px;}
.f-imgfd-li dl dt{width:600px; height: 100%; float: left; font-size: 18px; color: #333333; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.f-imgfd-li dl dd{font-size: 16px; color: #333333; float: right}
.f-xx{width:100%; height: 56px; line-height: 28px; font-size: 16px; color: #333;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 20px;}
.new-list li:hover dt,.new-list li:hover dd{color:#fff}
.new-list li:hover .f-xx{color:#fff}
.new-list li:hover .f-imgfd-img{background: url(../images/nb_jt.png) no-repeat center}

/*详情页*/
.nyinfo_title{width:100%;font-size:20px; color:#555; padding:10px 0px; text-align:center; clear:both}
.info_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}
.info_xq{width:100%; font-size:20px; color:#666; padding:10px 0px; clear:both}
.pro_page_con{color: #666; float:right; font-size: 14px;   width: 72%; height: auto; overflow: hidden; line-height: 30px; margin-bottom: 40px;}
.keyword_light{font-size:16px; color:#666; line-height:30px; margin-bottom:30px;}
.ny_product_show{margin-top:30px; margin-bottom:40px;}



/*联系我们*/
.lxwm{width:100%;padding:20px 0;line-height:24px;float:left}
.lxwm_z{float:left; font-size:16px; color:#666; line-height:26px;}
.lxwm_z h3{color:#666;line-height:35px;font-weight:700}
.lxwm_r{float:right}
.lxwm_r li{width:120px;float:left;padding-left:10px;box-sizing:content-box}
.lxwm_r li img{width:120px;height:120px; display:block;border:#ddd 1px solid}
.lxwm_r li p{line-height:30px;text-align:center; font-size:14px; color:#666;}
.lxwm_z p{line-height:26px;color:#666;font-size:14px; height:auto;}


/*产品*/
.ny_product_show{margin-bottom:50px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_xx{margin-left:436px; height:100%; overflow:hidden; padding-top: 20px;}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden; border: 1px solid #eee;}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #287db9;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:15px; color:#666; line-height:30px; min-height: 200px; padding:0 10px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}
.ny_proshow_xx em{font-size: 14px; color: #8a8a8a; font-style: normal;}
.ny_proshow_xx .pro_text{padding: 15px; background: #f5f5f5; line-height: 24px; color: #666; text-align: justify; font-size: 14px; margin-top: 10px;}
.ny_pro_dh{width:100%; height:80px; margin-top: 20px;}
.ny_pro_ddh span{ font-size: 30px; color: #1f4a9b; font-family: "Impact"}
.bd_xx{ padding: 0 20px;font-size: 15px; color: #454545;}
.ny_proshow_bottom .slideTxtBox .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom .slideTxtBox .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom .slideTxtBox .hd ul li::before{ height: 6px; width: 6px; background: #1f4a9b; position: absolute; left: 20px; top:24px; display: block; content: "";}




/* .timer_shaft_line{position: relative;} */
.product_cite{width: 690px;font-size: 15px;}
.product_cite h4{text-align: right;font-size: 15px;}
.timer_shaft_left{float: left;font-size: 26px;width: 175px;text-align: left;position: relative; line-height: 42px;  }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #0a7417;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{float: right;line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; width:780px;   }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; margin-top: 70px;   }
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #0a7417;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.timer_shaft_box:first-child{margin-top: 50px;}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.pic_list{width: 100%;}
.pic_list ul li{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 10px;overflow: hidden;}
.pic_list ul li:nth-child(4n){margin-right: 0;}
.pic_list ul li a{display: block;}
.pic_list_box{overflow: hidden;}
.pic_list_box img{width:100%}
.pic_list ul li a img{width: 100%;transition:  all .5s;}
.pic_list ul li a p{text-align: center;line-height: 30px;margin-top: 10px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic_list ul li:hover a img{transform: scale(1.2);}

.text_list{margin-bottom: 50px;;}
.text_list li a{display: block;}
.text_list li p{float: left;width: 70%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.text_list li span{float: right;}
.text_list li{border-bottom: 1px dashed #cacaca;padding: 10px;}
.timer_shaft_right b{font-size:16px;   color: #333;}
.timer_shaft_right span{font-size:16px;}

.about_one_right{ width:80%; height:auto; float:right;}
.about_one_right p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333; line-height: 29px; }
.ny_about_five{width:100%; height: auto; overflow: hidden; margin-bottom: 85px;}
.ny_about_five .container,.ny_about_four .container{border-top:1px solid #333333; padding-top: 48px;}
.about_five_t{width:185px; height: auto; float: left; text-align: right; margin-top:50px}
.about_five_t h3{font-size: 30px;; color: #222222; font-weight: bold;}
.about_five_t p{font-size: 16px; color: #333333;  font-family: "Arial"; margin-top:12px;}
.about_five_t img{margin-top: 22px;}
.about_five_pic{width:auto; margin-left: 260px;}
.about_five_pic a{width:100%; height: auto; display: block}
.about_five_pic a img{width:100%; height: auto; display: block}


.ny_fzlc{width:100%; height:auto; overflow:hidden; margin-bottom:60px;}


