/*
* @Author: Administrator
* @Date:   2016-12-07 15:45:08
* @Last Modified by:   Administrator
* @Last Modified time: 2016-12-30 14:07:22
*/
/* banner */
.slideBox1 {
	/* min-width: 1200px;
	max-width: 1920px; 
	margin: 0 auto; */
}
.slideBox{ width:100%; /* height:600px; */ overflow:hidden; position:relative; }
.slideBox .hd{ width: 156px; height:28px; line-height: 28px; overflow:hidden; position:absolute; left: 50%; margin-left: -78px; bottom:20px; z-index:1;-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px; background-color: rgba(0,0,0,0.4); }
.slideBox .hd ul{ overflow:hidden; zoom:1; text-align: center;  }
.slideBox .hd ul li{ margin: 0 9px;  width:12px; height:12px;
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;  background:#fff; cursor:pointer; display: inline-block; }
.slideBox .hd ul li.on{ background:#017949; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li img { width: 100%; }
/* 公司简介 */
.tit {
	text-align: center;
	background:  url(../images/titbg.png) center no-repeat;
	font-size: 36px;
	font-family: "宋体";
	color: #000;
	margin: 40px 0;
}
.tit2 {
	background: none;
	margin-bottom: 0;
}
.tit3 {
	font-size: 18px;
	color: #000;
	text-align: center;
}
.company {
	padding-bottom: 60px;
}
.company .companybox .right {
	width: 600px;
}
.company .companybox .left .slideBox {
	width:576px; height:300px; 
	background: url(../images/bg1.png) 0 0 no-repeat;
}
.company .companybox .left .slideBox .hd {
	background-color: #fff; bottom: 0px;
}
.company .companybox .left .slideBox .hd ul li {
	background-color: #999999;
	width: 8px;
	height: 8px;
}
.company .companybox .left .slideBox .hd ul li.on {
	background-color: #017949;
}
.company .companybox .left .slideBox .bd {
	margin: 20px 0 0 20px;
}
.company .companybox .left .slideBox .bd li img {
	width: 530px;
	height: 244px;
}
.company .companybox .right p {
	text-indent: 2em;
	line-height: 30px;
	color: #555;
}
.company .companybox .right a {
	width: 140px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #017949;
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	float: right;
	margin-top: 40px;
}
/* 四个 */
.fourbox {
	height: 312px;
	background-color: #f7f7f7;
}
.fourbox .four ul li {
	position: relative;
	width: 260px;
	height: 312px;
	margin: 0 20px;
	overflow: hidden;
}
.fourbox .four ul li .four1 {
	color: #444;
	text-align: center;
	padding-top: 40px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.fourbox .four ul li .four1 h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 70px;
}
.fourbox .four ul li .four1 p {
	font-size: 12px;
	line-height: 24px;
	margin: 0 25px;
	text-align: left;
}
.fourbox .four ul li .four2 {
	width: 260px;
	height: 312px;
	position: absolute;
	left: 0;
	top: 312px;
	background: #fff url(../images/line.jpg) 0 top no-repeat;
	text-align: center;
}
.fourbox .four ul li .four2 img {
	margin: 50px 0 30px 0;
}
.fourbox .four ul li .four2 a {
	display: block;
	width: 84px;
	height: 26px;
	line-height: 26px;
	margin: 0 auto;
	background-color: #017949;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
}
/* 友情链接 */
.youqing h1 {
	font-size: 24px;
	color: #484848;
	border-bottom: 1px solid #017a4a;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
}
.youqing p {
	line-height: 40px;
	margin-bottom: 20px;
}
.youqing p a {
	margin-right: 26px;
}
.youqing p a:hover {
	color: #017a4a;
}
/* 重点项目 */
.picScroll-left{ width:1200px; margin: 45px auto;overflow:hidden; position:relative;   }
.picScroll-left .hd{ width: 112px; margin: 38px auto 0; overflow:hidden;  height:32px;   }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:51px; height:32px; float:right; margin-

right:5px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrowr.png") no-repeat;}
.picScroll-left .hd .next{ background-image: url("../images/arrowl.png");   float:left;  }
.picScroll-left .bd ul{ overflow:hidden; zoom:1;}
.picScroll-left .bd ul li{ width: 280px; height: 342px; 
	margin:0 10px; float:left; _display:inline;  
	box-shadow: 0px 0px 8px #eee;  
	border: 1px solid #eee;
}
.picScroll-left .bd ul li .pic a {
	width: 280px;
	height: 220px;
	overflow: hidden;
	display: block;
}
.picScroll-left .bd ul li .pic img{ width:280px; height:220px; display:block;transition: all ease 0.5s; }
.picScroll-left .bd ul li .pic img:hover {
	-ms-transform:scale(1.1); 	
	-moz-transform:scale(1.1); 	
	-webkit-transform:scale(1.1); 
	-o-transform:scale(1.1); 
	transform:scale(1.1);
}
.picScroll-left .bd ul li .title{ line-height:24px; padding: 0 15px;  }
.picScroll-left .bd ul li .title h1 {
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	color: #333;
	background:  url(../images/linebg.png) 0 bottom no-repeat;
	margin-bottom: 20px;
}
.picScroll-left .bd ul li .title p {
	font-size: 12px;
}

/* 新闻 */
.titnews {
	margin-top: 5px;
}
.newswrap {
	margin-bottom: 45px;
}
.newswrap .left {
	width: 300px;
}
.newswrap .left .slideBox {
	width: 298px;
	height: 243px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 8px #eee;
}
.newswrap .left .slideBox .hd{ width: 64px; margin-left: 0; height:28px; line-height: 28px; overflow:hidden; background:none; position:absolute;  left: 235px;  bottom:7px; z-index:1;
}
.newswrap .left .slideBox .hd ul li{ margin: 0 3px;  width:6px; height:6px;  background:#017949; cursor:pointer; display: inline-block; border-radius:0; }
.newswrap .left .slideBox .hd ul li.on{ background:#ef7e1f; }
.newswrap .left .slideBox .bd li img { width: 300px; height: 210px; }
.newswrap .left .slideBox .bd li p {
	padding: 0 15px;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	color: #017949;
}
.newswrap .right {
	width: 900px;
} 
.newswrap .right ul li {
	margin-top: 30px;
}
.newswrap .right ul li dl dt {
	width: 71px;
	height: 71px;
	background-color: #eee;
	text-align: center;
	margin: 0 20px 0 50px;
}
.newswrap .right ul li dl dt b, .newswrap .right ul li dl dt i {
	display: block;
}
.newswrap .right ul li dl dt b {
	font-size: 20px;
	color: #444;
	line-height: 44px;
}
.newswrap .right ul li dl dd {
	width: 305px;
	overflow: hidden;
}
.newswrap .right ul li dl dd h2 a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.newswrap .right ul li dl dd h2 a:hover {
	color: #017949;
	text-decoration: underline;
}
.newswrap .right ul li dl dd p {
	width: 305px;
	overflow: hidden;
	font-size: 12px;
	color: #888;
	line-height: 20px;
	margin-top: 5px;
}





