*{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{
	float: left;
}
.head   div div{
	vertical-align: middle;
	display: table-cell;
	height: 110px;
}
.head .tel{
	float: right;
}
.head img {
	display: block;
}
.nav{
	width: 100%;
	height: 70px;
	background:#147B32;
	overflow: initial!important;
	transition: translate(0)!important;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 70px;
	background: url(../image/nav.jpg) no-repeat left center;
 
}
.nav ul li{
	float: left;
	width:170px;
	height: 70px;
	text-align: center;
	position: relative;
	line-height: 70px;
}
.nav ul li a{
	color:#fff;
	display: block;
	font-size: 16px;
}
.nav ul li:hover{
	background:#17993E;
}
.nav ul li:after{
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-right: 1px solid #0B6021;
	background: #319850;
}
.nav ul li:first-child:before{
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #0B6021;
	background: #319850;
}
.nav ul li dl{
	position: absolute;
	left: 0;
	top: 90px;
	width: 220px;
	left: 50%;
	background: #fff;
	opacity: 1;
	
	transition: .5s;
	margin-left: -110px;
	z-index: 1000000 !important;
}
.nav ul li dl dd{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.nav ul li dl dd a{
	color: #4b4b4b;
	font-size: 14px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.nav ul li dl dd:hover{
	background: #148636;
}
.nav ul li dl dd:hover a{
	color: #fff;
}
.nav ul li:hover dl{
	top: 70px;
	opacity: 1;
	visibility: initial;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:50%;
 transform: translateX(-50%);
 bottom:40px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin: 0 2px;  
 width:50px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background:#506B7B;
 border-radius: 20px;
 
}
.banner .hd ul li.on{
 background:#148636;
  
}
.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: 80px;
}
.title p{
	color: #666666;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Arial';
	text-align: center;
}

.title h4{
	color:#137C32;
	font-size: 30px;
	text-align:center;
	background: url(../image/title.png) no-repeat center;
	margin-top: 5px;
}

.img-box{
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}

.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.product .list ul{
	display: table;
	margin: 0 auto;
}
.product .list ul li{
	float: left;
	width:188px;
	height: 50px;
	border: 1px solid #E2E2E2;
	text-align: center;
	margin-left: 11px;
	line-height: 50px;
	margin-bottom: 10px;
}
.product .list ul li a{
	color: #444444;
	font-size: 16px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product .list ul li:nth-child(6n-5){
	margin-left: 0;
}
.product .list ul li:hover {
	background:#137C32;
}
.product .list ul li:hover a{
	color: #fff;
}


.product  .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
.product  .pic ul li{
	float: left;
	width: 386px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.product  .pic ul li img{
	display: block;
	width: 386px;
	height:290px;
}
.product  .pic ul li p{
	text-align: center;
	color: #444444;
	font-size: 15px;
	overflow: hidden;
	 white-space: nowrap;
	 height: 44px;
	 line-height: 44px;
    text-overflow: ellipsis;
}
.product  .pic ul li:nth-child(3n-2){
	margin-left: 0;
}

.gg{
	width: 100%;
	height: 260px;
	background: url(../image/gg.jpg)  no-repeat center;
	margin-top: 70px;
}

.gg a{
	display: block;
	width: 100%;
	height: 100%;
}
.gg02{
	background: url(../image/gg02.jpg) no-repeat center;
	margin-top: 0;
	 
}

.cases{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	 
}
.cases .main{
	position: relative;
}

.cases ul{
	width: 284px;
	height: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
}
.cases ul:first-child{
 	left: 0;
}
.cases ul li{
	width: 284px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}
.cases ul li img{
	display: block;
	width: 284px;
	height: 214px;
}
.cases ul li p{
	width: 100%;
	height:63px;
	line-height:63px;
	background:url(../image/bg01.png)  no-repeat center;
	text-align: center;
	position: absolute;
	bottom:0;
	font-size: 16px;
	color: #fff;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cases .focus{
	width: 592px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}


.cases .focus .bd dl dd img{
	display: block;
	width: 592px;
	height: 446px;
}
.cases .focus .bd dl dd{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.cases .focus .bd dl dd p{
	color: #fff;
	font-size: 16px;
	width: 100%;
	text-indent: 20px;
	height: 63px;
	background:url(../image/bg01.png)  no-repeat center;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	padding-right: 180px;
	box-sizing: border-box;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 63px;
}
.cases .focus .hd{
	position: absolute;
	bottom: 20px;
	z-index: 2;
	right: 0;
}
.cases .focus .hd dl dd{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	margin: 0 8px;
	float: left;
}
.cases .focus .hd dl .on{
	background:#137C32;
}

.lc{
	width: 100%;
	height:620px;
	overflow: hidden;
	background: url(../image/bg03.jpg) no-repeat center;
	margin-top: 70px;
}

.lc .title{
	margin-top: 80px;
}
.lc .title h4{
	background: url(../image/title02.png) no-repeat center;
}
.lc ul {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
}
.lc ul li{
	float: left;
	width: 110px;
	height: 260px;
	background: #fff;
	border-radius: 5px;
	margin-left: 71px;
	position: relative;
}
.lc ul li:first-child{
	margin-left: 0;
}


.lc ul li img{
	display: block;
}
.lc ul li .num{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.lc ul li .icon{
	display: table;
	margin: 0 auto;
	height: 47px;
	margin-top: 30px;
	transition: .5s;
}
.lc ul li:hover .icon{
	transform: rotate(360deg);
}

.lc ul li  p{
	color: #2a2b2e;
	font-size: 28px;
	font-weight: bold;
	width: 30px;
	margin: 0 auto;
	line-height: 30px;
	margin-top: 10px;
}
.cases .more{
	display: block;
	width: 160px;
	height: 40px;
	border: 1px solid#137C32;
	text-align: center;
	line-height: 40px;
	color: #444444;
	font-size: 14px;
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 40px;
}

.about{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #F8F8F8;
	padding: 80px 0;
}

.about .left{
	float: left;
	width: 635px;
	height: auto;
	overflow: hidden;
}
.about .left .tit{
	height: auto;
	overflow: hidden;
	background: url(../image/bg04.png)  no-repeat 144px 67px;
}
.about .left .tit div{
	float: left;
}
.about .left .tit p{
	color: #666666;
	font-size: 44px;
	font-family: 'Arial';
	text-transform: uppercase;
}
.about .left .tit h4{
	color:#137C32;
	font-size: 30px;
}
.about .left .tit a{
	display: block;
	width: 130px;
	height: 30px;
	border: 1px solid #92ABB9;
	float: right;
	text-align: center;
	color:#137C32;
	font-size: 14px;
	border-radius: 10px;
	margin-top:55px;
	background: #F8F8F8;
	line-height: 30px;
}

.about .left .info{
	width: 100%;
	height: 150px;
	overflow: hidden;
	color: #333333;
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	overflow: hidden;

	text-indent: 2em;
}

.about .left .ad{
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #E3E3E3;
	padding: 30px 40px;
	margin-top:20px;
	box-sizing: border-box;
}
.about .left .ad ul li{
	float: left;
	
	display: table;
}
.about .left .ad ul li img{
	display: block;
	float: left;
}
.about .left .ad ul li div{
	margin-left: 12px;
	float: left;
	margin-top: 4px;
}
.about .left .ad ul li p{
	color: #333333;
	font-weight: bold;
	font-size: 20px;
}
.about .left .ad ul li span{
	color: #666666;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
.about .left .ad ul li:nth-child(2n){
	float: right;
}

.about .pic{
	float: right;
	width: 520px;
	height: 400px;
	position: relative;
}
.about .pic:after{
	width: 490px;
	height: 360px;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background:#41955A;
}
.about .pic img{
	display: block;
	width: 490px;
	height: 360px;
	position: relative;
	z-index: 1;
}
.news{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.news .left{
	float: left;
	width: 400px;
	height: 430px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	position: relative;
	padding: 25px;
	margin-top: 40px;
	background: #F8F8F8;
}

.news .left ul li img{
	display: block;
	width: 346px;
	height: 260px;
}
.news .left ul li h4{
	color: #0f0f0f;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
	font-size: 16px;
	margin-top: 25px;
}
.news .left ul li h4:hover{
	color: #0F7A2C;
	text-decoration: underline;
}
.news .left ul li p{
	display: block;
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}
.news .left .hd{
	position: absolute;
	bottom:30px;
	z-index: 1;
}
.news .left .hd ul li{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #666666;
	margin-right: 12px;
}
.news .left .hd ul  .on{
	background:#137C32;
}

.news .right{
	float: right;
	width: 750px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.news .right .current{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 25px;
}

.news .right .current img{
	display: block;
	float: left;
	width: 200px;
	height: 150px;
}
.news .right .current .info{
	float: left;
	width: 470px;
	height:auto;
	margin-top: 5px;
	margin-left: 40px;
}
.news .right .current .info h4{
	color: #0f0f0f;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .right .current .info h4:hover {
	color:#137C32;
}

.news .right .current .info p{
	color: #333333;
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}

.news .right .current .info span{
	display: block;
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

.news .right ul li{
	width: 100%;
	border-bottom: 1px solid #DFDFDF;
	height:50px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
	background: url(../image/icon10.png)  no-repeat left center;
}

.news .right ul li a{
	display: block;
	font-size: 15px;
	 
	color: #333333;
	width: 450px;
	margin-left: 30px;
	float: left;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .right ul li span{
	display: block;
	float: right;
	color: #666666;
	font-size: 14px;
}
.news .right ul li:hover a{
	color:#137C32;
}
.news .main{
	height: auto;
	overflow: hidden;
}

.news .more{
	display: block;
	width: 160px;
	height: 40px;
	border: 1px solid#137C32;
	box-sizing: border-box;
	margin: 0 auto;
	line-height: 40px;
	color: #444444;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 30px;
	text-align: center;
}


.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	background: #222222;
	min-height: 260px;
	padding-bottom: 40px;
}

.footer .links{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
	margin-top: 25px;
}
.footer .links .tit{
	width: 150px;
	float: left;
	background: url(../image/links.png) no-repeat center;
}
.footer .links .tit p{
	color: #f9f9f9;
	margin-left: 28px;
	font-size: 18px;
}

.footer .links ul{
	float: right;
	width: 1040px;
	height: 30px;
	overflow: hidden;
}
.footer .links ul li{
	float: left;
	padding: 0 10px;
	line-height: 30px;
}
.footer .links ul li a{
	color: #fff;
	font-size: 14px;
	display: block;
}

.footer .part {
	float: left;
	height: auto;
	overflow: hidden;
	min-height:200px;
	padding-left: 45px;
	box-sizing: border-box;
	margin-right: 50px;
	margin-top: 40px;
	border-left: 1px solid #484848;
}
.footer .part .tit{
	position: relative;
	padding-bottom: 15px;
}
.footer .part .tit:after{
	content: "";
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#137C32;
}
.footer .part .tit p{
	color: #ffffff;
	font-size: 16px;
}

.footer .part  ul{
	width: 148px;
	margin-top: 15px;
}
.footer .part  ul li{
	float: left;
	line-height: 25px;
}
.footer .part  ul li:nth-child(2n){
	float: right;
}
.footer .part  ul li a{
	color: #cccccc;
	font-size: 14px;
}

.footer .part dl {
	margin-top: 15px;
	width: 220px;
}
.footer .part dl dd{
	width: 100%;
	line-height: 25px;
}
.footer .part .info{
	color: #cccccc;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.footer .part dl dd a{
	color: #cccccc;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.pro-list ul li{
	width: 100%;
}
.footer  .ewm {
	margin-left: 50px;
	padding-left: 45px;
	border-left: 1px solid #484848;
	box-sizing: border-box;
	float: left;
	margin-top: 40px;
	margin-right: 50px;
	margin-left: 50px;
}
.footer  .ewm div{
	
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 8px;
 
}
.footer  .ewm img{
	display: block;
	width: 150px;
	height: 150px;
}
.footer  .ewm p{
	text-align: center;
	color: #d0d0d0;
	font-size: 12px;
	margin-top: 10px;
}

.cr{
	width: 100%;
	height: 50px;
	background: #111111;
	line-height: 50px;
	color: #999999;
	text-align: center;
	font-size: 12px;
}
.title-column{
	width:1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9; 
}
.title-column  .tit{
	float: left;
}
.title-column h4{
	font-size: 28px;
	color:#137C32;
  	white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
    font-weight: normal;
	line-height: 35px;
	position: relative;
	padding-left:12px;
}
.title-column h4:after{
	content: '';
	width: 5px;
	height: 26px;
	left: 0;
	position: absolute;
 	top: 7px;
	background:#137C32;
}

.title-column  .crumbs{
	float: right;
 	margin-top: 10px;
}

.title-column  .crumbs img{
	display: block;
	float: left;
}
.title-column  .crumbs p{
	color:#333;
	font-size: 13px;
	line-height: 18px;
	float: left;
	margin-left: 5px;
}
.title-column  .crumbs  a{
	color:#333;
	font-size: 13px;
	line-height: 18px;
	padding: 0 10px;
	position: relative;
}
.title-column  .crumbs  a:after{
	content: ">";
	position: absolute;
	right:-6px;
	color:#333;

}
.title-column  .crumbs  a:nth-child(2){
	padding-left: 0;
}
.title-column  .crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}




.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:50px auto;
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color:#333;
	float: left;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #333333;
	color:#fff;
	border: 1px solid #ccc;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}

.article-detailed{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;
}

.article-detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.article-detailed .tit p{
	color:#333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px dashed #f1f1f1;
	height: 30px;
}

.article-detailed .tit span{
	display: block;
	color:#333;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}

.article-detailed  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.article-detailed  .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.article-detailed  .intro p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.news-list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

 
.news-list ul li{
	width: 100%;
	height: 45px;
 	line-height: 45px;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}
.news-list ul li a{
	color:#1a1a1a;
	display: block;
	float: left;
	width: 700px;
	font-size: 15px;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list ul li span{
	display: block;
	float: right;
}
.news-list ul li a:hover {
	color: #147B32;
	text-decoration: underline;
}
.map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.allmap{
	width: 100%;
	height: 400px;
	border: 3px solid #ccc;
	box-sizing: border-box;
}

.fy{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin: 60px auto;
	border-bottom: 1px dashed #ccc;
	height: 30px;
}

.fy p{
	display: table;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 12px;
	float: left;
	margin-right: 50px;
}

.fy  a{
	color:#333;
}
.fy  a:hover {
	text-decoration: underline;
	color:#148636;
}
.fy .return{
	float: right;
}

.pro-list{
	margin-top: 0;
}
 
 

.mssg-intro{
	width:820px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;

	margin:  50px auto;
	margin-top: 30px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	width: 100%;
}

.mssg-intro form{
	width: 745px;
 	margin: 0 auto;
 	margin-top: 25px;
}
.mssg-intro form ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mssg-intro form ul li{
	height: auto;
	overflow: hidden;
	float: left;
	width: 225px;
	margin-left: 35px;
	margin-bottom: 20px;

}
.mssg-intro form ul li:first-child{
	margin-left: 0;
}
.mssg-intro form ul li p{
	float: left;
	font-size: 16px;
	line-height: 40px;
	color:#333333;
}
.mssg-intro form ul li:nth-child(4) input{
	width: 695px;
}
.mssg-intro form ul li:nth-child(4){
	width: 100%;
	margin-left: 0;
}

.mssg-intro form ul li input{
	width: 175px;
	height: 40px;
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius:5px;
	outline:none;
	text-indent: 5px;
	border-radius: 5px;

	font-family: '微软雅黑';
	float: left;
}
.mssg-intro form ul li:last-child{
	width: 100%;
	margin: 0;
}
.mssg-intro form ul li textarea{
	width: 695px;
	height: 150px;
	resize: none;
	outline: none;
	text-indent: 5px;
	border-radius: 5px;
	padding-top: 10px;
	border: 1px solid #dcdcdc;
	float: left;
}
.mssg-intro form .btn{
	display: table;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.mssg-intro form .btn input{
	width: 190px;
	height: 40px;
	letter-spacing: 5px;
	background: #999999;
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px;
	border-radius: 5px;
	color:#fff;
	 
	border: none;
}
.mssg-intro form .btn input:first-child{
	background:#137C32;

}

.in-section{
	margin-top: 0;
}



 

 
.img-list {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.img-list .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.img-list .list ul{
	display: table;
	margin: 0 auto;
	max-width: 1082px;
}
.img-list .list ul li{
	float: left;
	width: 169px;
	height: 40px;
	background: #eeeeee;
	margin-left: 13px;
	border-radius: 5px;
	line-height: 40px;
	margin-bottom: 10px;
}
.img-list .list ul li:nth-child(6n-5){
	margin-left: 0;
}

.img-list .list ul li a{
	display: block;
	font-size: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color:#1a1a1a;
}
.img-list .list ul li:hover a{
	color:#137C32;
}

.img-list .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.img-list .pic ul li {
	float: left;
	width: 288px;
	height: auto;
	overflow: hidden;
	margin-left: 15px;
	margin-bottom: 15px;
	background: #eeeeee;
}

.img-list .pic ul li img{
	display: block;
	width: 276px;
	height: 207px;
}


.img-list .pic ul li div{
	width: 276px;
	height: 207px;
	margin: 6px;
	margin-bottom: 0;
}

.img-list .pic ul li p{
	width: 100%;
	height: 35px;
	line-height: 35px;
	color:#1a1a1a;
	font-size: 15px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.img-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}


.in-news{
 
	margin: 0 auto;
	width: 1200px;
	height: auto;
 	margin: 40px auto;
	overflow: hidden;
}
.in-news .title  p{
	color:#41444d;
	font-size: 26px;
	text-align: center;
}
.in-news .title  b{
	color:#137C32;
	font-weight: normal;
}
 
.in-news ul {
	margin-top: 20px;
}
.in-news ul li{
	width: 595px;
	height: 65px;
	background: #eee;
	position: relative;
	line-height: 65px;
	float: left;
	margin-bottom: 5px;
}
.in-news ul li:nth-child(2n){
	float: right;
}
.in-news ul li:after{
	content: "●";
	position: absolute;
	left: 30px;
	top: 0;
	color:#137C32;
	font-size: 15px;
}
.in-news ul li a{
	display: block;
	float: left;
	color:#666666;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 440px;
	margin-left: 50px;
	font-size: 15px;
}
.in-news ul li  span{
	display: block;
	float: right;
	margin-right: 25px;
	color:#666666;
}
.in-news ul li:hover a{
	color:#137C32;
}