*{margin: 0px;padding: 0px;}
body{min-width:1200px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px auto;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.detailed a{color:#000000;
}
.clear{clear:both;}

.main{
	width: 1200px;
	margin:0 auto;
}
.head{
	width: 100%;
	height: 114px;
	background: #fff;
}
 
.head .name{
	float: left;
 
}
.head  .name div{
	height: 114px;
	display: table-cell;
	vertical-align: middle;
}
 
.head .tel{
	float:right;
}
.nav{
	width: 100%;
	height: 50px;
	background: url(../images/nav.png)repeat-x;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
}
.nav ul li{
	float: left;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position:relative;
}
.nav ul li:after{
	content:"";
	background: url(../images/nav02.png)no-repeat;
	width: 1px;
	height: 44px;
	position: absolute;
	right: 0;
	top:3px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
	display: block;

}
.nav ul li:last-child:after{
	width: 0;
}
.slideBox{ 
	width:100%;  
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.slideBox .hd{
	 height:15px; 
	 overflow:hidden; 
	 position:absolute; 
	 left:45%; 
	 bottom:10px; 
	 z-index:1; 
}
.slideBox .hd ul{
	 overflow:hidden; 
	 zoom:1; 
	 float:left; 

}
.slideBox .hd ul li{
	 float:left; 
	 margin-right:25px;  
	 width:50px; 
	 height:15px; 
	 line-height:14px; 
	 text-align:center; 
	 background:#ccc; 
	 cursor:pointer; 
 
}
.slideBox .hd ul li.on{
	 background:#007fd7; 
	 color:#007fd7; 
}
.slideBox .bd{
	 position:relative; 
	 height:100%;
	  z-index:0; 
	  width: 100%; 
}
.slideBox .bd li{
	 zoom:1; 
	 vertical-align:middle; 
}
.slideBox .bd img{
	width:100%;   
	display:block; 
}
.slideBox .prev,
.slideBox .next{
	 position:absolute; 
	 left:3%; 
	 top:50%;
	 margin-top:-3%;
	 display:block; 
	 width:32px;
	 height:40px;  
	 filter:alpha(opacity=50);opacity:0.5;   
}
.slideBox .next{
	 left:auto; right:3%; 
	 background-position:8px 5px; 
}
.slideBox .next {
	font-size: 
	58px;color:#fff;
}
.slideBox .prev{
	font-size: 
	58px;color:#fff;
}
.slideBox .prev:hover,
.slideBox .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.slideBox .prevStop{ 
	display:none;  
}
.slideBox .nextStop{ 
	display:none;  
}
.content{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.productList{
	width: 250px;
	height: auto;
	overflow: hidden;
	float: left;
}
.productList .tit{
	width: 100%;
	height: 93px;
	overflow: hidden;
	background: url(../images/title01.png)no-repeat;
}
.productList .tit p{
	font-size: 22px;
	color:#fff;
	text-align: center;
	margin-top: 15px;
}
.productList .tit span{
	display: block;
	margin-top: 20px;
	color:#fff;
	font-size: 16px;
	text-align: center;
}
.productList .box{
	width: 250px;
	height:auto;
	overflow: hidden;
	background: #e0e0e0;
}
.productList .box ul {
	width: 230px;
	margin:0 auto;
	height: auto;
	padding-bottom: 45px;
	overflow: hidden;
 
}
.productList .box ul li{
	width: 100%;
	height: 40px;
	background: #009a44;
	position: relative;
	margin-top: 10px;
	line-height: 40px;
}
.productList .box ul li:hover {
	background: #00bd52;
}
.productList .box ul li a{
	color:#fff;
	margin-left:45px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 180px;
	font-size: 16px;
}
.productList .box ul li:after{
	width: 16px;
	height: 40px;
	background: url(../images/icon02.png)no-repeat left center;
	position: absolute;
 	top: 0;
	left:22px;
	content: "";
}
.productList .box .tel{
	width:100%;
	height: 134px;
	background: #009a44;
 	margin-top: 40px;
	overflow: hidden;
}
.productList .box .tel img{
	display: block;
	width: 100%;
}

.img-box{
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform:scale(1.05);
}
.productImg{
	float: right;
	width: 928px;
	height: auto;
	overflow: hidden;
}
.productImg ul {
	margin-left: -11px;
}
.productImg ul li{
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
	border: 1px solid #eeeeee;
	margin-left: 11px;
	margin-bottom:8px;
}
.productImg ul li:hover{
	border: 1px solid #2a644d;
}
.productImg ul li p{
	width: 100%;
	height: 40px;
	line-height:35px;
	color:#1a1a1a;
	font-size: 14px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	text-align:center;
}
.productImg ul li div{
	display: block;
	width: 282px;
	height: 282px;
	margin:9px; 
	margin-bottom: 0;
}
.productImg ul li img{
	display: block;
	width: 282px;
	height: 282px;
}
.about{
	width: 384px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 70px;
 
}
.title{
	width: 100%;
	height: 47px;
	background: #e0e0e0;
}
.title div{
	width: 233px;
	height: 47px;
	background: url(../images/title02.png)no-repeat;
	float: left;
}
.title div p{
	font-size: 20px;
	color:#ffffff;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.title div span{
	float: left;
	margin-left: 5px;
	font-size: 16px;
	color:#ffffff;
	margin-top: 15px;
}
.title .more{
	float: right;
	color:#009a44;
	line-height: 47px;
	font-size: 16px;
	margin-right: 10px;
}
.title ul {
	float: right;
	margin-right: 20px;
}
.title ul li {
	float: left;
	height:30px;
 	padding-right: 13px;
 	padding-left: 13px;
	text-align: center;
	line-height: 30px;
	margin-top:10px;
	position: relative;
}
.title ul li:after{
	content: "";
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	background: #848484;
}
.title ul li:last-child:after{
	width: 0;
	height: 0;
}
.title ul li a{
	color:#666666;
	font-size: 14px;
}
.title ul li:hover a{
	color:#1769bb;
}
.about img{
	margin:0 auto;
 	display: block;
}
.about .box ,.news .box ,.contact .box{
	width: 384px;
	height:400px;
	overflow: hidden;
	border: 1px solid #009a44;
	box-sizing: border-box;
	margin-top: 15px;
}
 
.about .info{
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 14px;
	color:#333333;
	text-indent: 1.5em;
	line-height: 26px;
	text-align:justify;
}
.about .info p{
	font-size: 14px;
	color:#333333;
	text-indent: 1.5em;
	line-height: 26px;
	margin-top: 2px;
	text-align:justify;
}
.news{
	width: 384px;
	float:left;
	height: auto;
	margin-left: 25px;
	overflow: hidden;
	margin-top: 70px;
}
.news img{
	margin:0 auto;
	display: block;
}
.news ul {
	width: 358px;
	margin: 0 auto;
	height:auto;
	overflow: hidden;
	margin-top: 15px;
}
.news ul li{
	width:100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #c9c9c9;
	position: relative;
	margin-bottom:4px;

}
 
.news ul li a{
	display: block;
	margin-left: 5px;
	float: left;
	font-size: 14px;
	color:#333333;
	width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li span{
	float: right;
	margin-right: 5px;
	color:#999;
}
.news ul li:hover a{
	color:#009a44;
}
.product{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-top:20px;
	float: left;
}
.product .box ul{
	margin-left: -20px;
	margin-top: 10px;
}
.product .box ul li{
	width: 270px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.product .box ul li img{
	width: 264px;
	height: 214px;
	border: 3px solid #e5e5e5;
}
.product .box ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#4b5457;
	font-size: 15px;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top:20px;
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cases .box{
	width: 800%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li{
	float: left;
	width: 292px;
	height: 292px;
	position: relative;
	margin-left: 15px;
}
.cases .pic ul li img{
	width: 292px;
	height: 292px;
}
.cases .pic ul li p{
	position: absolute;
	bottom: 0;
	width: 292px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	background: rgba(25,25,25,0.5);
	transition: .5s;
	color:#fff;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases .pic ul li:hover p{
	background: rgba(25,25,25,1)
}
.env{
	width: 750px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}
.focus{ 
	width:100%;  
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.focus .hd{
	 height:15px; 
	 overflow:hidden; 
	 position:absolute; 
	 width: 100%;
	 height: 40px;
	 background:rgba(25,25,25,0.8);
	 bottom:0;
	 z-index:1; 
}
.focus .hd ul{
	 overflow:hidden; 
	 zoom:1; 
	 float:left; 
	 margin-top: 20px;
	 position: absolute;
	 left: 50%;
	 margin-left: -150px;

}
.focus .hd ul li{
	 float:left; 
	 margin-right:10px;  
	 width:50px; 
	 height:8px; 
	 line-height:14px; 
	 text-align:center; 
	 background:#ccc; 
	 cursor:pointer; 
 
}
.focus .hd ul li.on{
	 background:#1769bb; 
 
}
.focus .bd{
	 position:relative; 
	 height:100%;
	  z-index:0; 
	  width: 100%; 
}
.focus .bd li{
	 zoom:1; 
	 vertical-align:middle; 
}
.focus .bd img{
	width:750px;
	height: 300px;
	display:block; 
}
.focus .prev,
.focus .next{
	 position:absolute; 
	 left:3%; 
	 top:50%;
	 margin-top:-3%;
	 display:block; 
	 width:32px;
	 height:40px;  
	 filter:alpha(opacity=50);opacity:0.5;   
}
.focus .next{
	 left:auto; right:3%; 
	 background-position:8px 5px; 
}
.focus .next {
	font-size: 
	58px;color:#fff;
}
.focus .prev{
	font-size: 
	58px;color:#fff;
}
.focus .prev:hover,
.focus .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.focus .prevStop{ 
	display:none;  
}
.focus .nextStop{ 
	display:none;  
}
.contact{
	width: 384px;
	height:360px;
	float: right;
	margin-top: 70px;
 
}
.contact .info{
	margin: 0 auto;
	margin-top: 10px;
	width: 94%;
}
.contact img{
	display: block;
}
.contact h4{
	font-size: 16px;
	color:#333333;
}
.contact p{
	font-size: 16px;
	color:#333333;
	margin-top: 5px;
	line-height:26px;
}
.links{
	width: 100%;
	height:50px;
	margin-top: 30px;
	background: #009a44;
}
.links .tit{
	width: 140px;
	height: 50px;
	background:#1769bb;
	line-height: 50px;
	color:#fff;
	float: left;
	
	 
}
.links .tit h3{
	font-size: 16px;
	text-align:center;
	color:#fff;
	
}
.links .tit p{
	font-size: 12px;
	color:#333;
	margin-left:5px;
	float: left;
	margin-top:2px;
}
.links ul{
	float: left;
	width: 990px;
	margin-left: 10px;
	overflow: hidden;
	height: 50px;
}
.links ul li{
	float: left;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	
}
.links ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:18px;
    height:15px;
    width:1px;
    background:#fff;
}

.links ul li:last-child:after{
    height:0px;
    width:0px;
}
.links ul li a{
	color:#fff;
	font-size: 12px;
}
.links .gotop{
	width: 50px;
	height: 50px;
	background: #fff;
	text-align: center;
	color:#282828;
	background:#fff url(../images/top.png)5px 5px no-repeat;
	float:right;
}
.links .gotop span{
	font-size: 13px;
	width: 30px;
	margin: 0 auto;
	display: block;
	margin-top:15px;
	line-height:16px;
}
.footer{
	width: 100%;
	height:378px;
	background:#282828;
	position: relative;
	 
}
.footer .left{
	width:390px;
	border-right:1px solid #4b4b4b;
	height: 190px;
	float: left;
	margin-top: 50px;
 
}
.footer .left .name{
	margin-top: 10px;
}
.footer .tel{
	margin-top: 20px;
	width: 315px;
}
.footer .tel p{
	font-size: 15px;
	color:#fff;
	height: 30px;
	height: auto;
	overflow: hidden;
	padding-left:40px;
	line-height:30px;
	margin-top: 10px;
}
.footer .tel span{
	color:#ff9000;
	font-size: 25px;
	display: block;
	float: right;
	font-weight: bold;
}
.footer .tel p:first-child{
	background: url(../images/icon05.png)no-repeat;
}
.footer .tel p:last-child{
	background: url(../images/icon06.png)no-repeat;
}
.jiathis_style{
	margin-top:15px;
	margin-left: 10px;
}
.footer .middle{
	width:399px;
	height:190px;
	float: left;
	border-right: 1px solid #4b4b4b;
	margin-top: 50px;
}
.footer .middle h4{
	font-size: 18px;
	color:#919191;
	margin-left:40px;
}
.footer .middle ul{
	margin-left:40px;
	width: 360px;
	margin-right: 30px;
	height: 160px;
	overflow: hidden;
	margin-top: 5px;

}
.footer .middle ul li{
	float: left;
	width: 110px;
  	height: 20px;
  	line-height: 20px;
  	padding-right:5px;
  	margin-right: 5px;
  	margin-top:10px;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	color:#999999;;
}
.footer .middle ul li a{
	color:#999999;
	font-size: 15px;
}
.footer .ewm{
	height: auto;
	float: right;
	margin-top:60px;
}
.footer .ewm div{
	float: left;
	 
	margin: 0 7px;
}
.footer .ewm img{
	display: block;
	width: 140px;
	height: 140px;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.footer .ewm p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#555555;
	font-size: 15px;
	text-align: center;
}
.footer .copyright{
	width: 100%;
	height: 40px;
	background: #333333;
	position: absolute;
	bottom: 0;
}
.footer .copyright p{
	text-align: center;
	line-height: 40px;
	color:#777777;
}
.footer a{
	color:#777777;
}


.inside-pages{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

.inside-pages .left{
	float: left;
	width: 250px;
	height: auto;
	overflow: hidden;
}
 
.inside-pages .right{
	width:929px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-bottom: 20px;
}
.title-bar{
	width: 100%;
	position: relative;
	margin-top: 10px;
	height: 37px;
	background: url(../images/bg04.png) repeat-x left bottom;
}
.title-bar:after{
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	top:3px;
	background: #009a44;
}
.title-bar h4{
	font-size: 18px;
 
	margin-left: 20px;
	color:#333333;
	font-size: 18px;
	float: left;
}

.crumbs{
	float: right;
}
.crumbs p{
	color:#666;
	font-size: 13px;

}

.crumbs img{
	display: block;
	float: left;
	margin-right: 10px;
}
.crumbs p{
	float: left;

}
.crumbs a{
	color:#666;
	font-size: 13px;
	padding-right: 10px;
	position: relative;

}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: 0;
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 0;
}
.crumbs a:last-child:after{
	display: none;
}


.right .article-detailed{width:100%;}
.right .article-detailed .intro{width:100%; margin-top:20px; font-size:16px; line-height:30px;color:#555; text-align:justify;}



.pro-list{
	width: 250px;
	height: auto;
	overflow: hidden;
 
}
.pro-list .tit{
	width: 100%;
	height: 93px;
	overflow: hidden;
	background: url(../images/title01.png)no-repeat;
}
.pro-list .tit p{
	font-size: 22px;
	color:#fff;
	text-align: center;
	margin-top: 15px;
}
.pro-list .tit span{
	display: block;
	margin-top: 20px;
	color:#fff;
	font-size: 16px;
	text-align: center;
}
.pro-list .box{
	width: 250px;
	height:auto;
	overflow: hidden;
	background: #e0e0e0;
}
.pro-list .box ul {
	width: 230px;
	margin:0 auto;
	height: auto;
	padding-bottom:25px;
	overflow: hidden;
 
}
.pro-list .box ul li{
	width: 100%;
	height: 40px;
	background: #009a44;
	position: relative;
	margin-top: 10px;
	line-height: 40px;
}
.pro-list .box ul li:hover {
	background: #1769bb;
}
.pro-list .box ul li a{
	color:#fff;
	margin-left:45px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 180px;
	font-size: 16px;
}
.pro-list .box ul li:after{
	width: 16px;
	height: 40px;
	background: url(../images/icon02.png)no-repeat left center;
	position: absolute;
 	top: 0;
	left:22px;
	content: "";
}
 


.quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	border: 1px solid #009a44;
	box-sizing: border-box;
}

.quick .tit{
	width: 100%;
	height: 45px;
	background: #009a44;
	line-height: 45px;
}

.quick ul{
	width: 94%;
	margin:10px auto;
}

.quick .tit p{
	color:#fff;
	font-size: 16px;
	float: left;
	margin-left: 50px;
}

.quick .tit  span{
	display: block;
	color:#fff;
	font-size: 12px;
	float: left;
	margin-left: 5px;
}

.quick ul li{
	width: 100%;
	height: 30px;
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
}
.quick ul li a{
	color:#333;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

	font-size: 14px;
}
.quick  .info{
	width: 94%;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}

.quick  .info p{
	font-size: 14px;
	line-height: 26px;
}
.quick  .info h4{
	font-size: 14px;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.pic-box ul{
	margin-left: -15px;
}
.pic-box  ul li{
	float: left;
	width: 297px;
	height:auto;
	border: 1px solid #dcdcdc;
	margin-left: 15px;
	margin-top: 12px;
}
.pic-box  ul li div{
	display: block;
	width: 288
	height: 238px;
	margin:4px;
	overflow: hidden;
	margin-bottom: 0;
	border: 1px solid #dcdcdc;
}
.pic-box  ul li:hover img{
	transform: scale(1.05);
}
.pic-box  ul li img{
	width: 100%;
	height: 238px;
	transition: .5s;
}
.pic-box  ul li p{
	width: 100%;
	height: 35px;
	line-height:35px;
	text-align: center;
	 white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
	color:#333333;
	font-size: 14px;
}
.pic-box  ul li:hover{
	border: 1px solid #0067b4;
}


.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


 .fy p{
	width: 240px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
    text-overflow: ellipsis;
	border-left: 1px solid #d2d2d2;

}
 .fy p:first-child{
 	border: none;
 }

 .fy a{
 	color:#333333;
 	font-size: 14px;
 }

  .fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
  }





.page{



	width: 100%;



	height: auto;



	overflow: hidden;



	margin: 50px auto;



 



}



.nav-links{

	display: flex;

	justify-content: center;

	align-items: center;

}



.nav-links a{

	margin: 0 3px;

	border: 1px solid #ccc;

	line-height: 30px;

	color: #333;

	padding: 0 10px;

}



.nav-links span{

	margin: 0 3px;

	border: 1px solid #ccc;

	line-height: 30px;

	color: #333;

	padding: 0 10px;

}



.nav-links .current{

	background: #009A44;

	border: 1px solid  #009A44;

	color: #fff;

}





.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 500px;
	margin-top: 20px;
}
.detail-intro .tit{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.detail-intro .tit p{
	color:#333333;
	font-size: 22px;
	height: 30px;
	text-align: center;
}

.detail-intro .tit span{
	display: block;
	color:#999;
	height:36px;
	line-height:36px;
	font-size: 13px;
	text-align: center;
	margin-top: 5px;
	background:#eee;
	border-top: 1px dashed #ccc;
}

.detail-intro  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	color:#333;
	line-height: 30px;
	text-align:justify;

}
.detail-intro  .intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.detail-intro  .intro p{
	font-size: 16px;
	color:#333;
	line-height: 30px;
	text-indent: 2em;
	text-align:justify;
}


.news-list{
	width: 100%;
 
	background: none;
}
.news-list ul{
	width: 100%;
}
.news-list ul li{
	height: 50px;
	line-height: 50px;
	position: relative;
	border-bottom: 1px dashed #ccc;
}
.news-list ul li:after{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	border-radius: 50%;
	background: #ccc;
}
.news-list ul li a{
	display: block;
	width: 560px;
	float: left;
	font-size: 16px;
	color:#333;
	white-space: nowrap;
	margin-left: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list ul li span{
	display: block;
	float: right;
	color:#999;
	font-size: 12px;
}
.cont-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.cont-intro .intro p{
	color:#333333;
	font-size: 16px;
	line-height: 40px;
}

.cont-intro  .map{
	width: 100%;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.cont-intro  .map .allmap{
	width: 100%;
	height: 400px;
}


.message{
	width: 892px;
	margin: 20px auto;
	height: auto;
	overflow: hidden;
}

.message img{
	display: block;
	float: left;
}

.message form{
	width: 500px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.message form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.message form ul li input{
	height: 50px;
	border: none;
	width: 100%;
	outline: none;
	text-indent: 10px;
	color:#999999;
	font-size: 16px;
	background: none;
	font-family: '微软雅黑' ;
}

.message form ul li textarea{
	width: 500px;
	height: 100px;
	border: none;
	outline: none;
	font-family: '微软雅黑' ;
	resize: none;
	background: none;
 	text-indent: 10px;
	padding-top: 10px;
	color:#999;
	font-size: 16px;
}

.message form .btn input{
	width: 240px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #009a44;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.message form .btn input:last-child{
	float: right;
	background: #999;
}