﻿*{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:#F2F2F2;
	border-bottom: 1px solid #CCCCCC;
}
.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:120px;
	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: 120px;
	overflow: hidden;
}
.nav{
	width: 100%;
	height:60px;
	background:#46B570;
}
.nav ul{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 auto;
	height:60px;
 	
}
.nav ul li{
	float: left;
	width: 100%;
	height: 60px;
	text-align: center;
	position: relative;
	line-height: 60px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.nav ul li:hover{
	background: #F7B811;
}
.nav ul li:hover ul{
	display: block;
}
.nav ul ul {
	width: 100%;
	position: absolute;
	left: 0;
	height: auto;
	overflow: hidden;
	top: 50px;
	background: #46B570;
	display: none;
	z-index: 1;
}
.nav ul ul li{
	height: 40px;
	line-height: 40px;
}
.nav ul ul li a{
	font-size: 14px;
}
.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:30px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:15px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #dcdcdc;
 
}
.banner .hd ul li.on{
 background:#46B570; 
  
}
.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;  
}

.title p{
	color:#46b570;
	font-size: 36px;
	background: url(../image/title.png)  no-repeat center;
	text-align: center;
	font-weight: bold;
}
.title b{
	color:#f7b811;
}
.title  span{
	display: block;
	text-align: center;
	color:#888888;
	font-size: 18px;
	margin-top: 10px;
}
.lc{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.lc ul{
	width: 1010px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 35px;
}
.lc ul li {
	position: relative;
}
.lc ul li:after{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../image/icon01.png) no-repeat center;
	position: absolute;
	right:-75px;
	top: 50%;
	margin-top: -15px;
}
.lc ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.lc ul li img{
	display: block;
	height: 56px;
	margin: 0 auto;
}
.lc ul li p{
	color:#666666;
	font-size: 16px;
	margin-top: 15px;
	line-height: 24px;
}

.adv{
	width: 100%;
	height: 740px;
	background: #F6F6F6;
	margin-top: 50px;
	overflow: hidden;
}
.adv .title{
	margin-top: 60px;
}

.adv .title p{
	background: url(../image/tit01.png) no-repeat center;
}
.adv  ul{
	 margin-top: 30px;
	 height: auto;
	 overflow: hidden;
}
 
.adv  ul li{
	float: left;
	width: 300px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.adv  ul li:nth-child(2n){
	flex-direction: column-reverse;
}
.adv  ul li:nth-child(2n) .intro{
	background: #F7B811;
}
.adv ul li img{
	display: block;
}
.adv  ul li .intro{
	width: 100%;
	height: 250px;
	background: #46B570;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}
.adv  ul li:nth-child(odd) .intro:after{
	content: "";
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #46B570;
    top: -15px;
    left: 50%;
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
}
.adv  ul li:nth-child(even) .intro:after{
	content: "";
	width: 0;
    height: 0;
     border-left: 15px solid transparent;
     border-right: 15px solid transparent;
     border-top: 15px solid  #F7B811;
    bottom: -15px;
    left: 50%;
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
}
.adv  ul li .intro h4{
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.adv  ul li .intro p{
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}


.about{
	width: 100%;
	height: auto;
	margin-top: 65px;
	overflow: hidden;
}

.about .video{
	width: 600px;
	height: 340px;
	float: left;
}
.about .video video{
	width: 600px;
	height: 340px;
}
.about .intro{
	float: right;
	width: 560px;
	height: auto;
	overflow: hidden;
}
.about .intro .tit{
	line-height: 50px;
	height: auto;
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
}
.about .intro .tit:after{
	content: "";
	width: 60px;
	height: 7px;
	background: #46B570;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about .intro .tit h4{
	color: #46b570;
	font-size: 36px;
	float: left;
}
.about .intro .tit b{
	color: #999999;
	font-size: 36px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	text-transform: uppercase;
}

.about .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #555555;
	font-size: 15px;
	line-height: 28px;
	text-indent: 2em;
	margin-top:20px;
	display: -webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about .intro .more{
	display: block;
	width: 166px;
	height: 40px;
	text-align: center;
	background: #46B570;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	margin-top: 40px;
}
.item{
	width: 100%;
	height:680px;
	overflow: hidden;
	margin-top: 60px;
	background-size: auto 390px;
	background:#F6F6F6 url(../image/bg02.jpg) repeat-x left top;
}
.item .tit{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	
}

.item .tit h4{
	color:#ffffff;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}

.item .tit span{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	background: url(../image/title02.png)  no-repeat center;
	margin-top: 5px;
	
}

.item .tit p{
	color:#fff;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.item .tit  img{
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
.item  ul {
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}
.item  ul li:first-child{
	margin-left: 0;
}
.item  ul li{
	float: left;
	width: 288px;
	height: auto;
	margin-left:15px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}


.item  ul li p{
	color:#333333;
	font-size: 20px;
	line-height: 70px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item  ul li img{
	display: block;
	width: 100%;
 
}
.item .btn{
	display: table;
	margin: 0 auto;
	margin-top: 70px;
}
.item .btn a{
	display: block;
	width: 190px;
	height: 50px;
	background: #46B570;
	border-radius: 30px;
	color:#fff;
	font-size: 18px;
	margin: 0 12px;
	float: left;
	text-align: center;
	line-height: 50px;
}
.item .btn a:last-child{
	background: #F7B811;
}

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

.hj .show .pic ul li{
	float: left;
	width: 293px;
	margin-left: 10px;
	height: auto;

}
.hj .show .pic ul li div{
	width: 100%;
	height: auto;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	overflow: hidden;
}

.hj .show .pic ul li div img{
	display: block;
	width: 279px;
	height: 207px;
	margin: 6px;
	transition: .5s;
}
.hj .show .pic ul li:hover img{
	transform: scale(1.05);
}
.hj .show .pic ul li p{
	font-size: 16px;
	color:#222;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}
.hj .show .pic ul li:hover p{
	color:#A6C52C;
}

.news{
	width: 100%;
	height:640px;
	overflow: hidden;
	background: #F6F6F6;
	margin-top: 50px;
}
.news .title{
	margin-top: 50px;
}
.news .left{
	float: left;
	margin-top: 35px;
	width: 582px;
	height: auto;
	overflow: hidden;
}
.news .left img{
	display: block;
	width: 582px;
	height: 330px;
}
.news .left .intro{
	width: 565px;
	margin: 0 auto;
	margin-top: 30px;
	height: auto;
	overflow: hidden;
}
.news .left .intro .time{
	float: left;
	width: 74px;
	border-right: 1px solid #D0D0D0;
}
.news .left .intro .time p{
	color:#444444;
	font-size: 30px;
}

.news .left .intro .time span{
	display: block;
	color:#ababab;
	font-size: 14px;
}

.news .left .intro  .info{
	width: 465px;
	height: auto;
	overflow: hidden;
	float: right;
}
.news .left .intro  .info h4{
	color:#0f0f0f;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 3px;
    overflow: hidden;
}

.news .left .intro  .info p{
	font-size: 15px;
	color:#666666;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
}
.news .left .intro  .info:hover h4{
	color:#9EBE24;
}

.news ul{
	float: right;
	width: 574px;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}
.news ul li{
	width: 100%;
	height: 76px;
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #DFDFDF;
}

.news ul li .time{
	float: left;
	width: 74px;
	height: 45px;
	border-right: 1px solid #D0D0D0;
}
.news ul li .time p{
	color:#444444;
	font-size: 30px;
	line-height: 30px;
}

.news ul li .time span{
	display: block;
	color:#ababab;
	font-size: 14px;
}

.news ul li  .info{
	width: 465px;
	height: auto;
	overflow: hidden;
	float: right;
}
.news ul li  .info h4{
	color:#0f0f0f;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
 	line-height: 20px;
    overflow: hidden;
}

.news ul li  .info p{
	font-size: 15px;
	color:#666666;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
}
.news ul li:hover .info h4{
	color:#46B570;
}
.links{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	overflow: hidden;
	margin-top:30px;
}

.links .tit {
	float: left;
}
.links .tit p{
	font-weight: bold;
	color: #222222;
	font-size: 18px;
	line-height: 30px;
}
 
.links ul {
	float: right;
	width: 1050px;
	height:auto;
}
.links ul li{
	float: left;
	line-height: 30px;
	padding: 0 5px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #B8B8B8;
}
.links ul li:hover a{
	color: #46b570;
}

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


.footer{
	width: 100%;
	height:auto;
	min-height: 310px;
	padding-bottom: 30px;
	overflow: hidden;
	background: #333333;
}
 
 
.footer .fn{
	width: 100%;
	height: 60px;
	background: #46B570;
}


.footer .fn ul{
	display: table;
	margin: 0 auto;
	height: 64px;
}
.footer .fn ul li{
	float: left;
	width: 170px;
	text-align: center;
	position: relative;
	line-height: 64px;
}
.footer .fn ul li a{
	color:#fff;
	font-size: 16px;
}

.footer .fn ul li:after{
	content: "";
	width: 1px;
	height: 24px;
	position: absolute;
	right:0;
	top: 50%;
	margin-top: -12px;
	background: #fff;
}
.footer .fn ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
 

.footer .intro{
	float: left;
	width: 550px;
	height: auto;
	overflow: hidden;
	margin-top:50px;
}
 

.footer .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#fff;
	font-size: 15px;
	line-height: 28px;
 
 
}

.footer  .ewm{
	margin-top: 50px;
	float: right;
	width: 265px;
	height: 158px;
	background: url(../image/bg04.jpg) no-repeat center top;
}
.footer  .ewm img{
	display: block;
	width:150px;
	height:150px;
 	margin:3px;
	box-sizing: border-box;
}
.footer  .ewm p{
	text-align: center;
	color:#999999;
	font-size: 12px;
	margin-top: 5px;
}

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

.left-cont{
	width: 227px;
	height: auto;
	overflow: hidden;
	float: left;
}
.in-content .list{
	width: 227px;
	height: auto;
	overflow: hidden;
 	
 
	box-sizing: border-box;
	
}
.in-content .list .tit{
	width: 100%;
	height: 88px;
	overflow: hidden;
	background:#46B570;
}
.in-content .list .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.in-content .list .tit span{
	display: block;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-top: 2px;
}
.in-content .list .bd{
	border: 1px solid #46B570;
	height: 780px;
	overflow: hidden;
	padding-bottom: 20px;
}
.in-content .list h4{
	width: 210px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	margin: 0 auto;
	border: 1px solid #cccccc;
	margin-top: 8px;
	 
}
.in-content .list h4:hover{
	background:#46B570 ;
	border: 1px solid #46B570;
}
.in-content .list h4:hover a{
	color:#fff;
}

.in-content .list h4 a{
	color:#666666;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	display: block;
	padding-left: 40px;
	box-sizing: border-box;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.left-cont .list ul{
	width: 210px;
	margin: 00 auto;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.left-cont .list ul li{
	width: 100%;
	height: 45px;
	line-height: 45px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.left-cont .list ul li a{
	color:#333333;
	font-size: 15px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 20px;
}

.left-cont .list .bd{
	height: auto;
 
}


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

.quick .tit{
	width: 100%;
	height: 88px;
	overflow: hidden;
	background: #46B570;
}
.quick .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.quick .tit span{
	display: block;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-top: 2px;
}

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

.quick ul li  a{
	color:#333;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.quick .intro{
	width: 210px;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}

.quick .intro p{
	color:#333;
	font-size: 14px;
	line-height: 22px;
}


.right-cont{
	width: 955px;
	height: auto;
	overflow: hidden;
	float: right;
}


.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.pic-box ul {
	margin-left: -15px;
	height: auto;
	overflow: hidden;
}
.pic-box ul li{
	width: 308px;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	margin-left: 15px;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.pic-box ul li img{
	display: block;
	width: 100%;
	transition: .5s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease; /* Safari and Chrome */

}
.pic-box ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 0;
    background: rgba(0,0,0,.5);
    bottom: 0;
}

.pic-box ul li:hover img{
	transform: scale(1.1);
}


.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{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:30px;
 
}
.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;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}



.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 500px;
	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;
	text-indent: 2em;
	line-height: 30px;
}

.detail-intro  .intro p a{

	color:#333;

}

.detail-intro iframe{
	width:800px !important;
	height:400px !important;
	margin:0 auto;
	margin-top:20px;
}


 
.cont-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

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

 .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:920px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eeeeee;
}

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

.mssg-intro form{
	width: 500px;
	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: 240px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #46B570;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}


.title-bar{
	width: 100%;
	position: relative;
	margin-top: 10px;
	height: 37px;
	border-bottom: 2px solid #46B570;
}
.title-bar:after{
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	top:3px;
 
	background: #46B570;
}
.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: -1px;
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 0;
}
.crumbs a:last-child:after{
	display: none;
}


.news-list{
	height: auto;
	overflow: hidden;
}
.news-list  ul li{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height:30px;
	margin-top: 15px;
	position: relative;
	border-bottom: 1px dashed #ccc;
}
.news-list  ul li:hover a{
	color: #46B570;
}
.news-list  ul li:after{
	content: "";
	width: 6px;
	height: 6px;
	background: #46B570;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.news-list ul li a{
	display: block;
	font-size: 16px;
	float: left;
	color: #333;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 550px;
	margin-left: 15px;
}
.news-list ul li span{
	display: block;
	color: #666;
	float: right;
	font-size: 12px;
}