@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
dl,dt,dd{
	padding: 0;
	margin:0;
}
i,em{
	font-style: normal;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	position: relative;
	z-index: 99999;
}
.head .head_top{
	background: #454545;
	line-height: 35px;
	color: #fff;
}
.head .head_top a{
	padding: 0 15px;
	color: #fff;
}
.head .head_top a:nth-child(2) {
	padding-right: 0px;
}

.head .head_body{
	padding: 10px 0;
}
.head .tel{
	padding: 10px 0 10px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head .tel p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.head .tel b{
	font-size: 25px;
	font-family: Arial;
	color: #454545;
}

.head .head_nav{
	background: #ededed;
}
.head .head_nav ul{
	width: 1200px;
	margin: 0 auto;
}
.head .head_nav li{
    width: 150px;
    text-align: center;
    float: left;
    border-bottom: 1px solid #ededed;
}
.head .head_nav li a{
	color: #454545;
	line-height: 45px;
	font-size: 16px;
}
.head .head_nav li:hover{
	background: url(../images/navbg.png) no-repeat center;
	border-bottom: 1px solid #1d953e;
}
.head .head_nav li:hover a{
	color: #1d953e;
}
.head .head_nav .clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.head .head_nav .nav .on{
	background: url(../images/navbg.png) no-repeat center;
	border-bottom: 1px solid #1d953e;
}
.head .head_nav .nav .on a{
	color: #1d953e;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:550px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a{
	background: #1d953e;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

.title{
	margin-bottom: 30px;
	text-align: center;
}
.title p{
	font-family: Arial;
	font-weight: bold;
	font-size: 25px;
	color: #454545;
	text-align: center;
}
.title .xt{
	margin: 5px auto;
	height: 2px;
	width: 100px;
	background: #1d953e;
}
.title b{
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #454545;
}

.pro_list{
	margin: 50px 0;
}
.pro_list ul li{
	width: 300px;
	margin: 0 50px;
	text-align: center;
	float: left;
}
.pro_list ul li img{
	width: 100px;
	height: 100px;
	margin: 0 100px;
}
.pro_list ul li a{
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #454545;
}
.pro_list ul li:hover a{
	color: #1d953e;
}

/*company start*/
.company{
	padding-top: 50px;
	background: #454545 url(../images/combg.png) no-repeat center top;
}

.company .title p{
	color: #fff;
}
.company .title b{
	color: #fff;
}

.company .com_body{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 100px;
	width: 1000px;
}
.company .com_body b{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.company .com_body p{
	text-indent: 2em;
	line-height: 30px;
	color: #ddd;
	font-size: 16px;
}

.company .more{
	background: #fff url(../images/more.png) no-repeat center;
	text-align: center;
}
/*company end*/

/*product start*/
.product{
	margin-top: 30px;
}

.pro_body ul li{
	float: left;
	width: 360px;
	height: 270px;
	position: relative;
	box-shadow: 0 5px 10px #aaa;
	margin-left: 60px;
	margin-bottom: 40px;
}
.pro_body ul li:nth-child(3n+1){
	margin-left: 0;
}
.pro_body ul li .img{
	width: 360px;
	height: 270px;
	overflow: hidden;
}
.pro_body ul li .img img{
	cursor: pointer;
	transition: all 2s;
}
.pro_body ul li:hover .img img{
	transform: scale(1.2);
}
.pro_body .name{
	width: 360px;
	height: 270px;
	text-align: center;
	
	position: absolute;
	z-index: 99999;
	bottom: 0;
	display:block;
}
.pro_body .name p{
	text-align: center;
	line-height: 40px;
	background: #1d953ea8;
	color: #fff;
	font-size: 16px;
	margin-top: 230px;
	padding: 0 30px;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_body ul li:hover .name{
	display: block;
}

.product .more{
	background: url(../images/more.png) no-repeat center;
	text-align: center;
	position: relative;
	z-index: 9999;
	top: 10px;
}
/*product end*/

/*equipment start*/
.equipment{
	padding-top: 50px;
	background: #454545 url(../images/combg.png) no-repeat center top;
}

.equipment .title p{
	color: #fff;
}
.equipment .title b{
	color: #fff;
}

.strengthMain{
	overflow:hidden;
	margin-bottom: 40px;
}
.strengthMain li{
	float:left;
	width:285px;
	height:215px;
	overflow:hidden;
	background:#000;
	position:relative;
	margin:15px 0px 15px 20px;
}
.strengthMain li:nth-child(4n+1) {
	margin:15px 0;
}
.strengthMain li img{
	width:285px;
	height:215px;
	transition:all .5s;
	opacity:1;
	filter:alpha(opacity=100);
}
.strengthMain li .font{
	width:285px;
	height:190px;
	top:0;
	left:0;
	position:absolute;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding-top:25px;
}
.strengthMain li .font h3{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:36px;
	position: relative;
	top: 155px;
	background: url(../images/imghoverbg.png);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 40px;
	width: 205px;
}
.strengthMain li:hover img{
	transform: scale(1.1, 1.1);
	opacity:0.4;
	filter:alpha(opacity=40);
}
.strengthMain li:hover .font h3{
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:160px;
	background: none;
	position: relative;
	top: 0;
	display: block;
}
.strengthMain li .font::before,.strengthMain li .font::after{
	position:absolute;
	content:'';
	opacity:0;
	transition:all 0.5s;
}
.strengthMain li .font::before{
	top:25px;
	right:15px;
	bottom:25px;
	left:15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:scale(0,1);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}
.strengthMain li .font::after{
	top:15px;
	right:25px;
	bottom:15px;
	left:25px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	transform:scale(1,0);
	transform-origin:100% 0;
}
.strengthMain li:hover .font::before,.strengthMain li:hover .font::after{
	opacity:1;
	transform:scale(1);
	transition: all 0.5s;
}

.equipment .more{
	background: #fff url(../images/more.png) no-repeat center;
	text-align: center;
}
/*equipment end*/

/*new start*/
.new{
	margin-top: 30px;
}
.new .new_body{
	margin-bottom: 30px;
}
.new .new_l{
	width: 700px;
}
.new .new_l .tit b{
	font-size: 20px;
	line-height: 30px;
	color: #454545;
	margin-right: 10px;
}
.new .new_l .tit span{
	font-family: Arial;
	font-size: 18px;
	line-height: 30px;
	color: #454545;
}
.new .new_l .tit a{
	font-size: 16px;
	font-family: Arial;
	color: #888;
	line-height: 30px;
}
.new .new_l .tit a:hover{
	color: #1d953e;
}

.new .new_l .con_top{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin: 10px 0 20px 0;
	padding: 15px 0;
}
.new .new_l .con_top .time{
	padding: 2.5px 10px;
	text-align: center;
	border-right: 1px solid #aaa;
	width: 95px;
	margin: 5px 0;
}
.new .new_l .con_top .time p{
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	color: #1d953e;
	font-family: Arial;
	line-height: 50px;
}
.new .new_l .con_top .time b{
	font-size: 15px;
	color: #888;
	font-weight: normal;
}
.new .new_l .con_top .xinwen{
	padding: 0 10px;
	width: 550px;
}
.new .new_l .con_top .xinwen b{
	font-size: 16px;
	color: #454545;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-weight: normal;
	line-height: 30px;
}
.new .new_l .con_top .xinwen p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}
.new .new_l .con_top .xinwen a{
	font-size: 14px;
	line-height: 25px;
	color: #888;
}
.new .new_l .con_top .xinwen a:hover{
	color: #1d953e;
}

.new .new_l .con ul li{
	padding-left:30px;
	line-height: 30px;
	background:url(../images/cont5_listbg.png) no-repeat left;
	margin-top: 5px;
}
.new .new_l .con ul li a{
	color:#555;
	display:block;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width: 500px;
}
.new .new_l .con ul li:hover a{
	color:#1d953e;
}
.new .new_l .con ul span{
	color:#aaa;
}

.new .news_r{
	width: 438px;
	overflow: hidden;
}
.new .news_r .tit{
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
	padding-bottom: 12px;
}
.new .news_r .tit b{
	font-size: 20px;
	line-height: 30px;
	color: #454545;
	margin-right: 10px;
}
.new .news_r .tit a{
	font-size: 16px;
	font-family: Arial;
	color: #888;
	line-height: 30px;
}
.new .news_r .tit a:hover{
	color: #1d953e;
}
.news_r dl{
	height: 100px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 20px;
}
.news_r dl dt{
	background:url(../images/n_w.jpg) no-repeat;
	height: 40px;
	line-height:30px;
	padding-left: 55px;
white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.news_r dl dt a{
	font-size: 16px;
	color: #454545;
}
.news_r dl dd{
	background:url(../images/n_d.jpg) no-repeat;
	padding-left: 55px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.news_r dl:nth-child(4) {
	border-bottom: none;
	margin-bottom: 0;
}

.new .more{
	background: url(../images/more.png) no-repeat center;
	text-align: center;
	position: relative;
	z-index: 9999;
	top: 10px;
}
/*new end*/

/*footer start*/
.foot{
	background: #454545 url(../images/combg.png) no-repeat center top;
	padding-top: 50px;
}

.foot .foot_nav ul{
	padding: 20px;
	margin-bottom: 30px;
	background: #ededed;
	box-shadow: 0 0 10px #aaa;
}
.foot .foot_nav ul li{
	float: left;
	width: 145px;
	text-align: center;
	background: url(../images/yuan.png) no-repeat center left;
}
.foot .foot_nav ul li:nth-child(1){
	background: none;
}
.foot .foot_nav ul li a{
	font-size: 16px;
	color: #454545;
	line-height: 30px;
}
.foot .foot_nav ul li:hover a{
	color: #1d953e;
}

.foot .foot_body .lx{
	width: 350px;
	margin-right: 100px;
}
.foot .foot_body .lx p{
	padding-left: 40px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	background: url(../images/lx.png) no-repeat center left;
	margin-bottom: 5px;
}
.foot .foot_body .lx ul li{
	color: #ddd;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foot .foot_body .cp p{
	padding-left: 40px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	background: url(../images/cp.png) no-repeat center left;
	margin-bottom: 5px;
}
.foot .foot_body .cp ul li{
	width: 300px;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.foot .foot_body .cp ul li a{
	font-size: 16px;
	color: #ddd;
}
.foot .foot_body .cp ul li:hover a{
	color: #67ba45;
}

.foot .foot_body .ewm{
	margin-top: 55px;
}
.foot .foot_body .ewm p{
	writing-mode:tb-rl;
	letter-spacing: 2px;
	color: #fff;
	font-size: 16px;
}
.foot .foot_body .ewm p:nth-child(2) {
	padding-top: 35px;
	padding-left: 10px;
}
.foot .foot_body .ewm p:nth-child(3) {
	padding-top: 16px;
	padding-left: 10px;
}

.foot .foot_bot{
	background: #1d953e;
	line-height: 35px;
	margin-top: 30px;
}
.foot .foot_bot span{
	font-size: 15px;
	color: #fff;
}
.foot .foot_bot a{
	font-size: 15px;
	color: #fff;
}
/*footer end*/