@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; }
.w1440{ width:85%; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

body{background: url(../images/bjs.jpg) repeat}

*:focus{   
	border:none;
}

@font-face {
    font-family: 'times';
    src: url('../font/times.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}


.home_yuyan{width:641px; height:409px; background:rgba(0,169,69,0.58); position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); border-radius:10px; padding:32px 72px; text-align:center }
.home_yuyan p{color:#ffffff; font-size:16px;}
.home_yuyan h4{color:#ffffff; font-size:38px; font-weight:bold; margin-top:20px; margin-bottom:15px;}
.home_yuyan h5{color:#ffffff; font-size:28px; text-transform:uppercase; margin-bottom:30px;}
.home_yuyan a{width:100%; height:70px; line-height:70px; background:#f19601; color:#fff; font-size:34px; display:block; margin-bottom:20px;  font-family: 'times';}



/* 导航栏 */
.header_nav{height:105px; width:100%; z-index: 9; position: absolute; top:0; left:0; z-index: 9; background: #00a845; box-shadow: 0 0 8px rgba(0,0,0,0.26)}
.h_logo{width:26.5%; height: 100%; float: left; background: #fff; border-right:9px solid #f19601; padding-left: 7%; display: flex; align-items: center;}
.h_logo img{ width: 286px; max-width: 100%; height: auto; display: block; align-items: center; }
.nav{ height:105px; width:50%; float: right; }
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:12%;  }
.nav .nLi h3{ font-weight: normal; width:100%; height: 100%; margin: 0px auto; }
.nav .nLi h3 p{height:105px; line-height:105px; color:#fff; font-size:16px;  width:100%; position: relative; text-align: center;  }
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#00266d;  }
.nav .sub{position:absolute;top:105px;left:45%; z-index:999;display:none;padding:0;width:190px; margin-left: -80px; 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,.nav .nLi:hover h3{font-weight: bold;}
.sub li:hover a{color:#00a845;}
.h_input_text{width:14%; height:42px;  border:1px solid rgba(255,255,255,0.33); border-radius: 25px; padding:0 20px; float: right; margin-right: 3%; margin-top:25px;}
.h_text{width:80%; height:100%; float: left; border: 0;  font-size: 14px; color: #fff; background: none;}
.h_submit{width:20px; height: 100%; background:url(../images/search.png) no-repeat center; float: right;border: 0; cursor: pointer}
.h_yuyan{float: right; line-height:105px; margin-right: 2% }
.h_yuyan a{color:#fff; font-size: 16px; font-weight: bold;}

::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:  1;  
}  
::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:  1;  
}  
:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}  



/* 首页:banner */
.banner{ width:100%; height:828px; 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:20px; right:50%; margin-right:-35px }
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; display: table; width:auto;}
.banner .slideBox .hd ul li{margin:0 12px; width:14px;height:14px; cursor:pointer; border-radius:50%; background: #c1bcbb; float: left; font-size: 16px; color:#fff; text-indent: -999px; margin-top:11px}
.banner .slideBox .hd ul li.on{width:40px; height: 40px; background: none; border:2px solid #fff; text-align: center; line-height: 40px;  text-indent:1px; margin-top: 0}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:828px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:828px;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{width:100%; height:100%; display:block;}
.banner .slideBox .bd li img{vertical-align: bottom; width: 100%; height: auto;transition: all 5.5s;}

/*产品*/
.index_product{width:100%; height:auto; background: url(../images/product_bjs.jpg) no-repeat center; padding-top: 38px; padding-bottom:30px; background-size:cover;}
.in_pro_title{width:100%; height: auto; overflow: hidden; text-align: center}
.in_pro_title dl{width:100%; height: auto; display: block; position: relative}
.in_pro_title dl dt{color:#fff; font-weight: bold; font-size: 80px;}
.in_pro_title dl dd{color:#333333; font-weight: bold; font-size:38px; margin-top: -70px}
.in_pro_title dl dd span{color:#f19601; font-size: 38px;}
.in_pro_title p{color:#666666; font-size: 18px; margin-top: 20px;}
.index_pro_nav{width:100%; height: 52px; line-height: 52px; border-bottom: 1px solid #e5e5e5; margin-top: 30px;}
.index_pro_nav img{float: left}
.pro_nav_left{float: left; border-left:1px solid #e5e5e5; margin-left: 1%; height: 52px;}
.pro_nav_left a{color:#666666; font-size: 18px; float: left; margin: 0 30px}
.pro_nav_left a:hover{background: url(../images/active.png) no-repeat bottom center}
.pro_xl{float: right; background: url(../images/p_icon.png) no-repeat 38px center; padding-left:80px; color:#666666; font-size: 18px; border-left: 1px solid #e5e5e5;}
.index_pro_all{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.index_pro_all .swiper-slide a{width:100%; height: auto; display: block; overflow: hidden}
.in_pro_pic{width:100%; height: auto; display: block}
.in_pro_pic img{width:100%; height: auto; display: block; }
.in_pro_xx{width:100%; height: auto; overflow: hidden; margin-top:20px;}
.in_pro_xx h3{color:#333333; font-size: 26px; font-weight: bold; width: 100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow:hidden; white-space: nowrap; text-align: center }
.in_pro_xx p{color:#666666; font-size: 20px; display: table; border-bottom: 1px solid #a0a0a0; text-align: center; margin:10px auto;}
.index_pro_all .swiper-slide a:hover h3,.index_pro_all .swiper-slide a:hover p{color:#00a845}



/*关于我们*/
.index_about{width:100%; height: 804px; overflow: hidden; background:url(../images/about_bjs.jpg) no-repeat left center; padding-top:60px; background-size:cover;}
.index_about_title{width:100%; height: auto; overflow: hidden}
.index_about_title dl{width:100%; height: auto; display: block; position: relative}
.index_about_title dl dt{color:#f5f5f5; font-weight: bold; font-size: 80px; text-transform: uppercase}
.index_about_title dl dd{color:#333333; font-weight: bold; font-size:38px; margin-top: -50px}
.index_about_title dl dd span{color:#f19601; font-size: 38px;}
.index_about_title p{color:#555555; font-size: 16px; margin-top: 10px;}
.about_more{width:766px; height: auto; overflow: hidden; display: block; font-size: 14px;color: #666666; line-height: 34px; margin-top: 40px;}
.ab_video{color:#333333; font-size: 16px; background: url(../images/v_icon.png) no-repeat left center; padding-left:50px; height: 24px; margin-top: 40px; display: table; cursor: pointer}
.ab_video:hover{color:#00a845}
.index_about ul{width:990px; height:152px; background: rgba(255,255,255,0.5); margin-top:42px; box-shadow: 0 0 8px rgba(0,0,0,0.2) }
.index_about ul li{width:33.33%; height: 100%; float: left; border-right:1px solid #f1f1f1; padding-left: 5%; padding-top: 40px; transition: all 0.4s ease-in-out;}
.index_about ul li:last-child{border-right:0}
.index_about ul li img{float: left; width: 70px;}
.about_xx{float: left; margin-left: 20px;}
.about_xx h3{color:#555555; font-size: 20px; font-weight: bold;}
.about_xx hr{width:22px; height: 3px; background: #00a845; display: block; margin:10px 0 12px}
.about_xx p{color:#b0b0b0; font-size: 16px; font-family: "Arial"; text-transform: uppercase}
.index_about ul li:hover{padding-top:30px; transition: all 0.4s ease-in-out;}


/*合作案例*/
.index_case{width:100%; height: auto; overflow: hidden; margin-top:50px; padding-bottom: 100px}
.index_case_title{height: auto; overflow: hidden}
.case_title_left{float: left}
.case_title_left dl{width: 100%; height: auto; overflow: hidden; position: relative}
.case_title_left dl dt{color:#f6f6f6; font-size: 80px; font-weight: bold; text-transform: uppercase; height:98px; }
.case_title_left dl dd{color:#333333; font-size:38px; font-weight: bold; position: absolute; top:20px; left:0 }
.case_title_left dl dd span{color:#f19601; font-size:38px;}
.case_title_left p{color:#666666; font-size: 16px; overflow: hidden}
.case_title_right{float: right; line-height: 41px; margin-top: 38px;}
.case_title_right a{color:#333333; font-size: 16px; float: left }
.case_title_right a:hover{color:#00a845}
.case_title_right span{color:#333333; font-size:22px; margin: 0 20px; float: left}
.case_more{width:135px; height: 41px; background: #f19601; text-align: center; line-height: 41px; color:#fff!important; font-size: 16px; float: right; margin-left: 20px}
.case_more:hover{background: #00a845}
.index_case_all{width:100%; height: auto;  margin-top:50px; position: relative}
.index_case_all .swiper-slide{width:957px;}
.index_case_all .swiper-slide a{width:100%; height: auto; display: block; overflow: hidden}
.index_case_all .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;}
.in_case_t{width:100%; height:56px; line-height: 56px; background: rgba(0,0,0,0.39) url(../images/yuan.png) no-repeat 25px center; position: absolute; bottom:0; left:0; z-index: 9; padding: 0 20px 0 50px; color:#fff; font-size: 18px; font-weight: bold; opacity: 0  }
.index_case_all .swiper-button-next,.index_case_all .swiper-button-prev{width:93px; height:69px;}
.index_case_all .swiper-button-next{background: url(../images/case_right.png) no-repeat center; right:21.5%}
.index_case_all .swiper-button-prev{background: url(../images/case_left.png) no-repeat center; left:21.5%}
.index_case_all .swiper-pagination{bottom:-65px; left:40%; transform: translate(0,-50%);}
.index_case_all .swiper-pagination-bullet{width:12px; height: 12px; background: #dcdcdc; border-radius:0; opacity: 1; margin: 0 10px;}
.index_case_all .swiper-pagination-bullet-active{background: #00943b}
.index_case_all .swiper-slide-active .in_case_t{opacity: 1}
.index_case_all .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:url(../images/footer_bjs.jpg) no-repeat center; padding-top:39px;  background-size: 100% 100%; 
	position: relative}
.footer .w1440{overflow: hidden; display: block; }
.footer_left{width:75%; height: auto; float: left; }
.footer_left dl{float: left; width:15%; height: auto; margin-right:5%;}
.footer_left dl dt{width:100%; height: auto; overflow: hidden; color:#fff; font-size: 16px;}
.footer_left dl dt h3{color:#333; font-size:20px; font-weight: bold; background: url(../images/nav_dian.png) no-repeat right center; padding-right: 20px; display: table}
.footer_left dl dt p{color:#333; font-size:16px; font-family: "Arial"; opacity: 0.42; text-transform: uppercase; line-height: 40px;}
.footer_left dl dd{width:100%; height: auto; display: block; }
.footer_left dl dd a{color:#333; font-size:16px; display: block; line-height:45px; opacity: 0.77}
.footer_left dl dd a:hover{opacity: 1}
.footer_left dl:last-child{margin-right: 0;}
.footer_li{float: left; margin-right:16%; margin-top:10px;}
.footer_li img{width:42px; height: auto; float: left}
.footer_li dl{float: left; margin-left: 10px;}
.footer_li dl dt{color:#333; font-size: 16px; line-height: 30px;}
.footer_li dl dd{color:#333; font-size: 20px;}
.footer_li:last-child{margin-right: 0; float: right}
.footer_ma{width:23%; height: auto; float: right}
.footer_ma dl{width:42%; height: auto; float: left; }
.footer_ma dl dt{width:100%; height: auto; display: block; background: url(../images/img_bjs.png) no-repeat center; background-size:100% 100%; padding: 10px;}
.footer_ma dl dt img{width:100%; height: auto; display: block}
.footer_ma dl dd{width:100%; height:auto;  color:#333; font-size: 14px; text-align: center; margin-top:12px;}
.ma_right{float: right!important}
.footer_bq{width:100%; height:66px; line-height:66px; border-top: 1px solid rgba(255,255,255,0.06); margin-top:30px; }
.footer_bq_tab{width: auto; display: table; margin: 0px auto}
.copy_bq{width:auto; height:66px; line-height:66px; position: relative; color:#333; font-size:14px; float: left; }
.copy_bq a{color:#333; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{color:#f39132!important}
.footer_zhichi{width:auto; height:100%; float: right; margin-left: 20px; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; line-height:66px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:20px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:24px; }
.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: #333; }
.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:#00a845;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}




/*内页banner*/
.ny_banner{width:100%;height:300px;margin-top: 100px;}
.ny_banner img{width:100%; height:auto; display:none;}
.about_banner{background:url(../images/about_ban.jpg) no-repeat left center}
.case_banner{background:url(../images/case_banner.jpg) no-repeat left center}
.contact_banner{background:url(../images/contact_ban.jpg) no-repeat left center}
.join_banner{background:url(../images/join_ban.jpg) no-repeat left center}
.news_banner{background:url(../images/news_ban.jpg) no-repeat left center}
.product_banner{background:url(../images/product_ban.jpg) no-repeat left center}
.pro_banner{background:url(../images/pro_banner.jpg) no-repeat left center}
.htrj_banner{background:url(../images/htrj_ban.jpg) no-repeat left center}
.honor_banner{background:url(../images/honor_banner.jpg) no-repeat  left center}
.service_banner{background:url(../images/service_ban.jpg) no-repeat left center}


/*副导航*/
.fubiao{width:100%; height:35px;color: #999;font-size: 12px; line-height: 35px; margin: 15px 0 20px;}
.fubiao a{font-size: 14px; color: #999;}
.fubiao span{ color:#999; font-size: 14px;}
.fubiao img{margin-right:8px; width:16px; height:14px;}
.ny_biaoti{width:100%; height: 75px; display: table; background: #f2f2f2}
.ny_biaoti .container{text-align: center; display: table }
.ny_biaoti ul{width:auto; height: 75px; text-align: center; display: table; max-width: 100%;     margin: 0px auto; padding-top: 23px;}
.ny_biaoti ul li{ float: left; width: auto; text-align: center; height: 50px;}
.ny_biaoti ul li a{font-size: 16px; color:#666; border-right: 1px solid #cccccc; width: 100%; display: block;padding: 0px 20px}
.ny_biaoti ul li.active a{color:#358b39;}
.ny_biaoti ul li.active{ border-bottom: 1px solid #358b39}
.ny_biaoti ul li:hover{border-bottom: 1px solid #358b39}
.ny_biaoti ul li:hover a{color:#358b39;}
.ny_biaoti ul li:last-child a{ border-right:0px;}
.fubiao a:hover{color:#358b39;}
.fubiao span:hover{color:#358b39;}


/*内页关于我们*/
.news_main{width:100%; height: auto; margin-bottom: 70px; overflow: hidden;}
.about_all{font-size: 16px; color:#666; line-height: 28px; position:relative}
.ny_about_info{width:100%; height: 270px; margin-top: 40px;}
.ny_about_info img{width:380px; height: 270px; float: left;}
.ny_about_info .ny_about_right{width:800px; height: 270px; background: url(../images/abj.jpg) no-repeat; float: right; padding: 25px 50px;text-indent:2rem}
.ny_about_right h5{font-size: 24px; color:#FFFFFF; line-height: 30px; margin: 10px 0;}
.ny_about_right p{font-size: 16px; color:#FFFFFF; line-height: 28px; text-indent:2rem}
.about_all h3{font-size:24px; color:#333; text-align:center; margin:10px 0;}
.about_lc:after{content:""; width:1px; background:#358b39; height:100%; position:absolute; top:0; left:135px;}
.about_all img{max-width:100%; height:auto; display:block;}
.ny_class{width:100%; height: auto; display: block; overflow: hidden}
.ny_class ul{width:100%; height: 100%; display: block; overflow: hidden}
.ny_class li{ width:23%; height: auto; float: left; margin-right: 2%; margin-bottom: 30px;}
.ny_class li .index_case_pic{width:100%; height: auto; overflow: hidden; border:1px solid #eee}
.ny_class li .index_case_pic img{width:100%; height: 100%; display:block;
 transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;


}
.ny_class li p{width:100%; height: 45px; line-height: 45px; background: url(../images/h.jpg) no-repeat bottom; font-size:18px; color:#333; text-align: center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_class li:nth-child(4n){ margin-right: 0px;}
.ny_class li:hover .index_case_pic img{ transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_class{font-size:14px; color:#666}
.ny_class li:hover p{color:#358b39}






/*产品详情*/
.ny_xksb,.ny_pjcl{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product_show .slideGroup{ width:100%; text-align:left;  }
.ny_product_show .slideGroup .parHd{width:100%; height: 86px; background: #eeeeee; padding: 0px 26px;  margin: 0px auto; }
.ny_product_show .slideGroup .parHd p{font-size: 30px;line-height: 86px;  color: #333; font-weight: bold; background: url(../images/bt_jt.png) no-repeat left center; 
	padding-left: 35px; float: left}
.ny_product_show .slideGroup .parHd ul{float: left; height: 34px; width: auto; margin-left: 30px; margin-top: 28px;}
.ny_product_show .slideGroup .parHd ul li{ float:left; width:auto; height: 34px; margin: 0px 10px; padding: 0px 10px; font-size: 16px; color: #333333; text-align: center; 
	line-height: 34px;}
.ny_product_show .slideGroup .parHd ul li.on{ background:#0569b5; color:#fff; border-radius: 5px;}
.parBd_top{width:100%; height: auto; overflow:hidden; margin-top: 38px;}
.parBd_top .parBd_top_left{width:585px; height: 422px; overflow: hidden; float: left}
.parBd_top .parBd_top_left img{width:100%; height: 100%;}
.parBd_top_right{width:535px; height: 422px; float: left; margin-left: 52px;}
.parBd_top_right h3{font-size: 30px; color: #333333; font-weight: bold; border-bottom: 2px solid #0569b5; height: 90px; line-height: 90px;}
.parBd_txx{width:100%; height: 127px; overflow:hidden; margin: 40px 0 70px }
.parBd_txx p{font-size: 16px; color: #333333; line-height: 28px;}
.parBd_top_xl{width:100%; height: auto; overflow:hidden; }
.parBd_top_xl a{width:136px; height: 49px; background: #0569b5; border-radius: 5px; text-align: center; line-height: 49px; float: left; color:#fff}
.parBd_top_xl .top_xl{width:340px; height: 49px; line-height: 49px; background: #eeeeee;  float: left; border-radius: 5px; margin-left: 22px; padding-left: 25px;}
.parBd_top_xl .top_xl p{float: left; color:#333333; font-size: 16px;}
.parBd_top_xl .top_xl span{color:#0569b5; font-size: 30px; font-family: "Impact"}
.ny_product_show .slideGroup .slideBox{  zoom:1;  position:relative; margin-top: 28px;  }
.ny_product_show .slideGroup .sPrev,.ny_product_show .slideGroup .sNext{ position:absolute; top:50%; margin-top: -15px; display:block; width:30px; height:30px; z-index: 99  }
.ny_product_show .slideGroup .sNext{  background:url(../images/p_right.png) center center no-repeat; right:-40px;  }
.ny_product_show .slideGroup .sPrev{ background:url(../images/p_left.png) center center no-repeat;  left:-40px}
.ny_product_show .slideGroup .sPrev:hover,.ny_product_show .slideGroup .sNext:hover{ border-color:#f60;  }
.ny_product_show .slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.ny_product_show .slideGroup .parBd ul li{ margin:0 6px; float:left; _display:inline; overflow:hidden; text-align:center; width:288px;  }
.ny_product_show .slideGroup .parBd ul li p {width: 100%;  text-align: center;  line-height: 45px; height:45px;}  
.ny_product_show .slideGroup .parBd ul li .ny_pro_pic{width:100%; height: 208px;}
.ny_product_show .slideGroup .parBd ul li:hover .ny_pro_h{top:0}
.ny_product_show .slideGroup .parBd ul li:hover p{color:#0569b5}
.ny_pro_service{width:100%; height: auto; overflow: hidden; margin-top: 30px; margin-bottom: 90px;}
.ny_pro_service .ny_hot_title{margin-bottom: 40px;}
.ny_ser_top{width:100%; height: 457px;}
.ny_ser_left{width:50%; height: 100%; float: left}
.ny_ser_right{width:50%; height: auto; float: left; margin-top: 96px;}
.ny_ser_right .ny_ser_rightxx{width:562px; height: 100%; margin-left: 35px}
.ny_ser_rightxx h4{width:100%; height: 60px; line-height: 60px; border-bottom: 1px dashed #ddd; font-size: 20px; color: #0569b5; font-weight: bold; 
	background: url(../images/fw_i3.png) no-repeat left center; padding-left:40px;}
.ny_ser_xx{width:100%; height: auto; overflow: hidden}
.ny_ser_xx p{font-size: 16px; color: #333333; line-height: 26px; margin-top: 28px;}
.ny_ser_bottom{width:100%; height: 458px;}
.ny_ser_bottom .ny_ser_rightxx{float: right; margin-right: 35px; margin-left: 0; }
.ny_ser_bottom .ny_ser_rightxx h4{background: url(../images/fw_i2.png) no-repeat left center}

.p-ct{width:100%; height: auto; overflow: hidden;margin-top:40px; margin-bottom: 100px;}


/*内页新闻*/
.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: 180px; 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:#0569b5}

.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, #0582c2 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}




/*äº§å“*/
.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:506px; height:100%; overflow:hidden}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden}
.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:16px; color:#666; line-height:30px; margin-top:10px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #358b39; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}




/*内页新闻*/
.news_x{clear:both;margin:0 auto;width:100%; font-size:14px; color:#666; margin-bottom:30px;}
.news_x dl{display:block;overflow:hidden;padding:20px 0;width:100%;height:auto;border-bottom:#e5e5e5 1px solid}
.news_x dl dt{float:left;overflow:hidden;width:200px;height:149px}
.news_x dl dt img{width:100%;height:auto; display:block; transition:all 1s ease 0s;-webkit-transform:scale(1);-webkit-transform:all 1s ease 0s;transform:scale(1)}
.news_x dl dd{margin-left:220px; overflow:hidden}
.news_x dl dd h3{width:100%;height:30px;line-height:30px}
.news_x dl dd h3 a{overflow:hidden;color:#333;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;font-size:16px;  width:100%; display:block}
.news_x dl dd time{color:#999;font-size:16px}
.news_x dl dd p a{display:block;height:100%;color:#999;font-size:14px;line-height:30px}
.news_x dl dd p{clear:both;overflow:hidden;margin-top:12px;height:60px}
.news_x dl:hover dd a,.news_x dl:hover time{color:#358b39}
.news_x dl:hover img{transition:all 1s ease 0s;-webkit-transform:scale(1.05);-webkit-transform:all 1s ease 0s;transform:scale(1.05)}
.news_x dl:nth-child(1){padding:0 0 20px}



/*内页联系我们*/
.contact_info{width:100%; height: auto; border:20px solid #eeeeee; padding: 20px; box-sizing: border-box; overflow:hidden;}
.contact_nei{ background: #fff; width: 100%; height: 100%; padding: 0px 30px; box-sizing: border-box}
.contact_nei ul{width:100%; height: 100%;}
.contact_nei li.leftinfo{width:50%; float: left;}
.contact_nei li.centerinfo{float:left;width:40%;margin-top: 48px; }
.contact_nei li.rightinfo{float:right; }
.contact_nei li.leftinfo h3{color: #666;  height: 35px; line-height: 35px; font-size: 16px; margin: 15px 0 0; }
.contact_nei li.leftinfo p{font-size: 14px; color: #666; height: 30px; line-height: 30px}
.contact_nei li.leftinfo p span{font-size:24px;}
.contact_dizhi{ font-size: 12px!important}
.centerinfo img{width:153px; height: 120px; margin: 0px auto 10px; display: block; overflow: hidden}
.centerinfo h2{ font-size: 24px; color: #e4bb28; font-weight: bold; height: 40px; line-height:40px}
.centerinfo p{font-size:11px; color: #666; height: 30px; line-height: 30px; border-top: 1px solid #b5b5b5; font-weight: bold}
.rightinfo dl{float: left; width: 128px;height: auto; margin-left: 10px}
.rightinfo dl dt{width:100%; height: 127px; border: 1px solid #d2d2d2; padding: 4px; box-sizing: border-box}
.rightinfo dl dt img{width:118px;height: 117px}
.rightinfo dl dd{ text-align: center; height: 30px; line-height: 30px; color: #666; font-size: 12px}
.ditu{width:100%; height: 487px; margin: 40px 0 25px}
.liji_bao{width:180px;height:50px;line-height:50px;text-align:center;color:#fff;font-size:14px;border-radius:5px;background: #358b39;display:block;overflow:hidden;margin:20px auto;}
.liji_bao:hover{ background:#358b39; color:#fff}

@media screen and (max-width:1600px){
	.footer_li{margin-right:12%}
	
}


@media screen and (max-width:1550px){
	.h_logo{width:23.5%}
	.copy_bq,.copy_bq a,.footer_zhichi span{font-size:12px;}
	
}



@media screen and (max-width:1440px){
	.footer_li{margin-right:8%}
	.pro_nav_left a{margin:0 26px;}
		.footer_ma{width:15%}
	.footer_ma dl{width:80%}
	
}

@media screen and (max-width:1360px){
	.pro_nav_left a{margin:0 20px;}
	
}



@media screen and (max-width:1280px){
	
	.footer_left dl{margin-right:3%; width:17%}
	.footer_li{margin-right:5%}
	.w1440{width:93%}
	.pro_nav_left a{font-size:16px; margin:0 26px;}
	
}



