/**
 * Author : Tab
 */
body{margin: 0;font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.fl{float: left;}
.fr{float: right;}
.cl{clear: both;height: 0;};
.wrapper{
	width: 100%;
	margin: 0;
}
.nav-border{
	border-top: 1px solid #f1f5e8;
	border-bottom: 1px solid #f1f5e8;
}
.wrapper .inside{
	width: 1100px;
	margin: 0 auto;
}
.wrapper .top{
	height: 50px;
	color: white;
	font-size: 32px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
}
.subject-bj{
	background-color: white;
}
.wrapper .subject{
	height: 70px;
	padding-top: 10px;
}
.wrapper .subject .logo{
}
.hot-line{
	display: inline-block;
	height: 30px;
	padding: 0 6px;
	background-color: rgb(142,195,41);
	line-height: 30px;
	font-size: 14px;
	color:  #fff;
}
.wrapper .subject .search{
	padding-top: 10px;
}
.wrapper .subject .search form{
	display:inline;
}
.wrapper .subject .search .input{
	width: 310px;
	height: 26px;
	border: 1px solid rgb(142,195,41);
	color: rgb(150,150,150);
}
.wrapper .subject .search .submit{
	width: 60px;
	height: 30px;
	background-color: rgb(142,195,41);
	border: none;
	color:white;
	cursor: pointer;
}
.wrapper .subject .search .hot{
}
.wrapper .subject .search a.title{
	font-size: 14px;
	text-decoration: none;
	margin-right: 4px;
	color: rgb(150,150,150);
}

.wrapper .nav{

}
.wrapper .nav ul{
    margin:0;
    padding-left: 0;
	list-style-type: none;
	font-size: 0;
}
.wrapper .nav ul li{
    display: inline-block;
    height: 50px;
    width: 122px;
    line-height: 50px;
    text-align: center;
}
.wrapper .nav ul li a {
	display: block;
	text-decoration: none;
	color: rgb(42,57,79);
	font-size: 16px;
}
.wrapper .nav ul li a:hover{
	color: white;
	background-color: rgb(142,195,41);
}
.partition{
	height: 30px;
}
.segment{
	margin: 60px 0;
}
.action{
	position: relative;
}
.acmar{
	margin: 0 10px;
}
.action img{
	display: block;
	width: 100%;
	border: 0;
}
.action a{
	text-decoration: none;
	text-align: center;
}	
.action span{
	display: block;
	position: absolute;
	width: 100%;
	bottom: 20px;
	background-color: rgba(0,0,0,.5);
	color: white;
	line-height: 24px;
	font-size: 16px;
}