*{margin: 0px;padding: 0px;}
body{min-width:1200px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;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;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1200px;
	margin:0 auto;
}
.top{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.top p{
	float: left;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 40px;
}
.top ul{
	float: right;
	height: 40px;
	overflow: hidden;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #6d6d6d;
}
.top ul li a{
	color:#3c3c3c;
	font-size: 14px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height:110px;
	overflow: hidden;
}
.head .name{
 	position: relative;
 	top: 50%;
 	float: left;
 	transform: translateY(-50%);
}
.head img{
	display: block;
}
.head  .tel{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}
.head .main{
	height: 110px;
	overflow: hidden;
}
.nav{
	width: 100%;
	height: 60px;
	background:#009944;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 60px;
}
.nav ul li{
	float: left;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	position: relative;
}
.nav ul li ul {
	position: absolute;
	top: 60px;
	width: 100%;
	background: #f39800;
	height: auto;
	display: none;
	overflow: hidden;
	z-index: 100;
}
.nav ul li ul  li{
	width: 100%;
	height: 35px;
	border-bottom: 1px dashed #fff;
	line-height: 35px;

	
}
.nav ul li ul li:last-child{
	margin-bottom: 5px;
}
.nav ul li ul li a{
	font-size: 13px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #097c25;
}
.nav ul li:hover li{
	background: none;
}
.nav ul li:hover ul{
	display: block;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:10px; 
 border-radius: 50%;
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#009944; 
  
}
.banner .bd{
 position:relative; 
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}


.product{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.product .list{
	width: 246px;
	height: auto;
	overflow: hidden;
	float: left;
}

.product .list .tit{
	width: 234px;
	height: 96px;
	overflow: hidden;
	background: url(../images/tit.png)no-repeat center;
}

.product .list .tit p{
	color:#fff;
	font-size: 26px;
	margin-top: 20px;
	margin-left: 90px;
	font-weight: bold;
}
.product .list .tit span{
	color:#fff;
	font-size: 12px;
	font-family: 'Aparajita Regular';
	text-transform: uppercase;
	margin-left: 90px;
}

.product .list h4{
	width: 232px;
	height: 48px;
	border: 1px solid #eeeeee;
	background: url(../images/list01.png) no-repeat 40px center;
}

.product .list h4 a{
	display: block;
	text-indent: 65px;
	line-height: 48px;
	font-size: 15px;
	color:#1a1a1a;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.product .list  ul{
	width: 232px;
	height: auto;
	overflow: hidden;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
.product .list ul li{
	width: 100%;
	line-height: 25px;
}

.product .list ul li a{
	color:#1a1a1a;
	font-size: 12px;
	text-indent: 75px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
}

.product .list  .on{
	width: 245px;
	height: 50px;
	background: url(../images/h01.png)no-repeat center;
	border: none;
}
.product .list  .on a{
	color:#fff;
}

.product  .pic{
	float: right;
	width: 935px;
	height: auto;
	overflow: hidden;
}
.product  .pic ul {
	margin-left: -10px;
}
.product  .pic ul li{
	float: left;
	width: 225px;
	height: 182px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
	margin-bottom: 15px;
}

.product  .pic ul li img{
	display: block;
	width: 100%;
	height: 182px;
}

.product  .pic ul li  p{
	width: 100%;
	height: 40px;
	position: absolute;
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 15px;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
}
.product  .pic ul li:hover p{
	background: rgba(56,171,109,.8);
}
 

.gg{
	width: 100%;
	height: 180px;
	background: url(../images/gg.png) no-repeat center;
	margin-top: 60px;
}

.gg .tel{
	float: right;
}

.gg .tel p{
	color:#fff;
	font-size:30px;
	font-family: 'Arial Bold';
	font-weight: bold;
	margin-top: 90px;
	line-height: 40px;
}


.about{
	width: 100%;
	height: 520px;
	background: #f0f0f0;
}


.about .intro{
	float: left;
	width: 610px;
	height: auto;
	overflow: hidden;
}

.about .intro h4{
	color:#1a1a1a;
	font-size: 24px;
	font-weight: bold;
	margin-top: 80px;
}

.about .intro .info{
	width: 100%;
	height: 250px;
	overflow: auto;
	margin-top: 20px;
}

.about .intro .info p{
	color:#1a1a1a;
	font-size: 15px;
 
	line-height: 25px;
}

.about .intro  a{
	display: block;
	width: 120px;
	height: 40px;
	margin-top: 30px;
}

.about .pic{
	width:500px;
	height: 380px;
	overflow: hidden;
	margin-top: 70px;
	float: right;
	position: relative;
}
.about .pic:after{
	content:"";
	width: 485px;
	height: 358px;
	background: #dcdcdc;
	top: 10px;
	bottom: 0;
	margin-left: 0;
	position: absolute;
}
.about .pic img{
	display: block;
	width: 485px;
	height: 358px;
	position: relative;
	z-index: 10;
	float:right;
}


.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.adv .tit{
	width: 100%;
	height: 212px;
	background: url(../images/adv-tit.png)no-repeat center;
}

.adv ul{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.adv ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.adv ul li:nth-child(2n) .pic{
	float: right;
}
.adv ul li:nth-child(2n) .intro{
	float: left;
}
.adv ul li .pic{
	width: 530px;
	height: auto;
	overflow: hidden;
	float: left;
}
.adv .pic img{
	display: block;
	width: 530px;
	height: 285px;
}

.adv .intro{
	width: 670px;
	height: auto;
	overflow: hidden;
	float: right;
}
.adv .intro .t{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #b2b2b2;
}

.adv .intro .t img{
	display: block;
	margin: 0 auto;
	margin-bottom: 14px;
}

.adv .intro .info{
	width: 630px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 24px;
}
.adv .intro .info h4{
	font-size: 25px;
	color:#009944;
}
.adv .intro .info .text{
	width: 100%;
	height: 135px;
	overflow: auto;
	margin-top: 10px;
}
.adv .intro .info  .text p{
	color:#1a1a1a;
	font-size: 14px;
	line-height: 25px;
}



.cases{
	width: 100%;
 	padding: 30px 0;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.cases  .tit{
	width: 100%;
	height: 50px;
	background: #009944;
}
.cases  .tit img{
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

.cases  .tit p{
	float: left;
	line-height: 50px;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}

.cases  .tit a{
	display: block;
	float: right;
	color:#fff;
	line-height: 50px;
	font-size: 12px;
	margin-right: 10px;
}

.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cases .show .box{
	width: 800%;
}
.cases .show .pic{
	float: left;
}

.cases ul li{
	float: left;
	width: 290px;
	height: auto;
	overflow: hidden;
	margin-left: 13px;
	background: #f0f0f0;
}
 
.cases ul li img{
	display: block;
	width: 268px;
	height: 199px;
	margin: 11px;
	margin-bottom: 0;
}
.cases ul li p{
	text-align: center;
	line-height: 50px;
	color:#222222;
	font-size: 16px;
}
.cases ul li:hover p{
	color:#009944;
}



.section{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.news{
	width: 587px;
	height: auto;
	float: left;
	overflow: hidden;
}
.news .tit{
	width: 100%;
	height: 50px;
	background: #009944;
}
.news .tit img{
	display: block;
	float: left;
	margin-top: 12px;
	margin-left: 15px;
}

.news .tit p{
	float: left;
	line-height: 50px;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}

.news .tit a{
	display: block;
	float: right;
	color:#fff;
	line-height: 50px;
	font-size: 12px;
	margin-right: 10px;
}

.news ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	margin-top: 13px;
	overflow: hidden;
}
.news ul li .time{
	float: left;
	width: 90px;
	height: 80px;
}
.news ul li .time b{
	display: block;
	width: 100%;
	height: 48px;
	background: #009944;
	color:#fff;
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	line-height: 48px;
}

.news ul li .time  span{
	display: block;
	width: 100%;
	height: 32px;
	background: #d2d2d2;
	text-align: center;
	line-height: 32px;
	color:#1a1a1a;
	font-size: 13px;
}
.news ul li .info{
	float:right;
	width:480px;
	height: auto;
	overflow: hidden;
 
	margin-top: 5px;
}
.news ul li .info p{
	width: 100%;
	color:#000000;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li .info span{
	display: block;
	color:#000000;
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	display: -webkit-box;
	margin-top: 5px;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li:hover .info p{
	color:#009944;
}
 
.contact{
	width: 586px;
	height: auto;
	overflow: hidden;
	float: right;
}
.contact  .tit{
	width: 100%;
	height: 50px;
	background: #009944;
}
.contact  .tit img{
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

.contact  .tit p{
	float: left;
	line-height: 50px;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}

.contact  .tit a{
	display: block;
	float: right;
	color:#fff;
	line-height: 50px;
	font-size: 12px;
	margin-right: 10px;
}



.contact .pic{
	width: 586px;
	margin: 0 auto;
	margin-top: 10px;
}
.contact .pic img{
	display: block;
	width: 586px;
	height: 278px;
}

.contact .intro{
	width: 564px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	height: 208px;
	overflow: auto;
}
.contact .intro .info{
	float: left;
	width: 330px;

	margin-left: 5px;
	margin-top: 15px;
}
.contact .intro .info h4{
	color:#333333;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contact .intro .info p{
	color:#333333;
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
}

.contact .intro .ewm{
	float: right;
	margin-right: 10px;
	margin-top:15px;
}
.contact .intro .ewm img{
	display: block;
	width: 130px;
	height: 130px;
	border: 1px solid #eeeeee;
	padding: 10px;
}

.contact .intro .ewm p{
	text-align: center;
	color:#999999;
	font-size: 12px;
	line-height: 30px;
}


.footer{
	width: 100%;
	height: 380px;
	background: #333333;
	overflow: hidden;
	margin-top: 50px;
}

.footer .menu{
	width: 1200px;
	margin: 0 auto;
	height:40px;
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 1px solid #636363;
}
.footer .menu p{
	float: left;
	font-size: 18px;
	color:#9b9b9b;
	font-weight: bold;
	line-height: 30px;

}
.footer .menu ul{
	 float: left;
}
.footer .menu ul li {
	position: relative;
	float: left;
	line-height: 30px;
	height: auto;
	overflow: hidden;
}
.footer .menu ul li a{
	color:#9b9b9b;
	font-size: 15px;
	padding: 0 20px;
}

.footer .menu ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:50%;
    height:14px;
    margin-top: -7px;
    width:1px;
    background:#9b9b9b;
}

.footer .menu ul li:last-child:after{
    height:0px;
    width:0px;
    overflow: hidden;
}

.footer .main{
 	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}
.footer .left {
	float: left;
}
.footer .left img{
	display: block;
	margin-top: 40px;
}

.footer  .right{
	float: right;
 	
	padding: 0 140px;
	width: 410px;
	height:230px;
	overflow: hidden;
	border-left: 1px solid #636363;
 
}
.footer  .right .links{
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin-top: 5px;
}
.footer  .right .links p{
	color:#999999;
	font-size: 15px;
	float: left;
	line-height: 25px;
}

.footer  .right .links ul li{
	float: left;
	padding: 0 10px;
	line-height: 25px;
}

.footer  .right .links ul li a{
	color:#999999;
	font-size: 15px;
}

.footer  .right .intro{
	width: 100%;
	height: auto;
	margin-top: 5px;
	overflow: hidden;
}
.footer  .right .intro p{
	color:#999999;
	font-size: 15px;
	line-height: 24px;
}

.footer  .right .intro a{
	color:#999999;
}
.footer .ewm{
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	margin-right: 50px;
}
.footer .ewm img{
	display: block;
	width: 140px;
	height: 140px;
	border: 5px solid #fff;
}
.footer .ewm p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#999999;
	font-size: 12px;
}


.in-content{
	width: 1200px;
	margin:30px auto;
	height: auto;
	overflow: hidden;

}

.left-cont{
	width:246px;
	height: auto;
	overflow: hidden;
	float: left;
}

.left-cont .list{
	width: 246px;
	height: auto;
	overflow: hidden;
 
}

.left-cont .list .tit{
	width: 234px;
	height: 96px;
	overflow: hidden;
	background: url(../images/tit.png)no-repeat center;
}

.left-cont .list .tit p{
	color:#fff;
	font-size: 26px;
	margin-top: 20px;
	margin-left: 90px;
	font-weight: bold;
}
.left-cont .list .tit span{
	color:#fff;
	font-size: 12px;
	font-family: 'Aparajita Regular';
	text-transform: uppercase;
	margin-left: 90px;
}

.left-cont .list h4{
	width: 232px;
	height: 48px;
	border: 1px solid #eeeeee;
	background: url(../images/list01.png) no-repeat 40px center;
}

.left-cont .list h4 a{
	display: block;
	text-indent: 65px;
	line-height: 48px;
	font-size: 15px;
	color:#1a1a1a;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.left-cont .list  ul{
	width: 232px;
	height: auto;
	overflow: hidden;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
.left-cont .list ul li{
	width: 100%;
	line-height: 25px;
}

.left-cont .list ul li a{
	color:#1a1a1a;
	font-size: 12px;
	text-indent: 75px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
}

.left-cont .list  .on{
	width: 245px;
	height: 50px;
	background: url(../images/h01.png)no-repeat center;
	border: none;
}
.left-cont .list  .on a{
	color:#fff;
}


.quick{
	width: 234px;
	height: auto;
	overflow: hidden;
	border: 1px solid #009944;
	box-sizing: border-box;
	margin-top: 20px;
}

.quick .tit{
	width: 100%;
	height: 50px;
	background: #009944;
	text-align: center;
	line-height: 50px;
}


.quick .tit p{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
}

.quick ul{
	width: 96%;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}
.quick ul li {
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
}

.quick ul li a{
	color:#333;
	font-size: 14px;
}

.quick .info{
	width: 96%;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}

.quick .info p{
	color:#333;
	font-size: 14px;
	line-height: 22px;
}
.right-cont{
	float: right;
	width: 935px;
	height: auto;
	overflow: hidden;
}

 .title-bar{
	width: 100%;
	position: relative;
	margin-top: 10px;
	height: 37px;
	background: url(../images/bg07.png) repeat-x left bottom;
}
.title-bar:after{
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	top:3px;
	background: #0f950c;
}
.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;
}



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


 .fy p{
	width: 260px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	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{
	display: table;
	margin: 0 auto;
	margin-top: 50px;
}
.page li{
	display: block;
	height: 30px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 30px;
	float: left;
	margin: 0 5px;
	padding: 0 10px;
}
.page a{
	display: block;
	text-align: center;
	float: left;
}
.page .thisclass{background: #eee;}
.page span{
	display: block;
	float: left;
 
}

.page a {
	color:#666;
}
.page ul{
	float: left;
}
.page  ul li{
	float: left;
}



.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height:300px;
	margin-top: 20px;
}
.detail-intro .tit{
	margin-bottom: 30px;
}
.detail-intro .tit p{
	color:#333333;
	font-size: 18px;
	height: 30px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

.detail-intro .tit span{
	display: block;
	color:#333333;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

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

.detail-intro  .intro p{
	font-size: 16px;
	color:#333;
	line-height: 30px;
}

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

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

.mssg-intro{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	float: left;
}

.mssg-intro form{
	width: 540px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

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

.mssg-intro 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;
}

.mssg-intro form .btn input{
	width: 200px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #0173bc;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}



.pic-box{
 
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.pic-box ul {
	margin-left: -10px;
}
.pic-box ul li{
	float: left;
	width: 225px;
	height: 182px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
	margin-bottom: 15px;
}

.pic-box ul li img{
	display: block;
	width: 100%;
	height: 182px;
}

.pic-box ul li  p{
	width: 100%;
	height: 40px;
	position: absolute;
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 15px;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
}
.pic-box ul li:hover p{
	background: rgba(56,171,109,.8);
}
 


.news-list {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
.news-list  ul {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news-list  ul li{
	float: left;
	width: 100%;
	height: auto;
	line-height: 35px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	position: relative;
}
.news-list  ul li:after{
	content: "";
	width:6px;
	height:6px;
	border-radius: 50%;
	background: #c6c6c6;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background: #c6c6c6;
}
.news-list  ul li a{
	display: block;
	margin-left: 15px;
	font-size: 14px;
	color:#333333;
	float: left;

}

.news-list  ul li span{
	display: block;
	float: right;
	color: #333;
}