.container{
	padding: 3.3rem 2.5% 0 2.5%;
}
/*头部*/
header .headRight a {
	display: inline-block;
	line-height: normal;
	height: 3rem;
	position: relative;
}

header .headRight a img {
	width: 0.825rem;
	height: 1.2375rem;
	margin-top: 0.5rem;
}
header .headRight a p {
	font-size: 0.8rem;
}

header .headRight a div.num {
	position: absolute;
	background: #fd333c;
	color: white;
	font-size: 0.75rem;
	top: 0.2rem;
	right: -0.35rem;
	height: 1rem;
	line-height: 1.15rem;
	padding: 0 0.3rem;
	border-radius: 30px;
	box-sizing: initial;
	-webkit-box-sizing: initial;
}
/*头部*/
.section{
	margin-top: 0.3rem;
	border-radius: 0.5rem;
}
.title_box{
	height: 3.75rem;
	line-height: 3.75rem;
	text-align: center;
	border-radius: 0.5rem;
	overflow: hidden;
}
.title_box .title{
	font-size: 1.125rem;
	color: #fff;
	margin-left: 0.5rem;	
}
.title_box .title_img{
	position: relative;
	top: -0.1rem;
}
.title_box .fr{
	width: 3rem;
	text-align: center;
}
.title_box .fr .img_zhankai{
	width: 0.7rem;
	height: 0.7rem;
	display: none;
}
.title_box .fr .img_shouqi{
	width: 0.15rem;
	height: 1.05rem;
}
/*背景颜色*/
#s1 .title_box{
	background: #0f9767;
}
#s2 .title_box{
	background: #5451ab;
}
#s3 .title_box{
	background: #0d29d1;
}
#s4 .title_box{
	background: #7bb900;
}
#s5 .title_box{
	background: #ef484c;
}
#s6 .title_box{
	background: #32373E;
}
/*背景颜色*/

/*各个板块title图片大小*/
#s1 .title_img{
	width: 1.3rem;
	height: 1.3rem;
}
#s2 .title_img{
	width: 1.375rem;
	height: 1.0375rem;
	top: -0.15rem;
}
#s3 .title_img{
	width: 1.225rem;
	height: 1rem;
}
#s4 .title_img{
	width: 1.15rem;
	height: 1.225rem;
}
#s5 .title_img{
	width: 1.225rem;
	height: 1rem;
}
/*各个板块title图片大小*/


/*active*/
section.active{
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
section.active .content{
	display: block;
}
section.active .title_box{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
section.active .img_zhankai{
	display: inline-block!important;
}
section.active .img_shouqi{
	display: none;
}
.content{
	padding: 0 2.5% 0.6rem 2.5%;
	background: #fff;
	border-bottom-left-radius:0.5rem;
	border-bottom-right-radius:0.5rem;
	display: none;
}
.content_title {
	height: 3rem;
	line-height: 3rem;
	border-bottom: 0.0375rem solid #e5e5e5;
	overflow: hidden;
}
.content_title li{
	float: left;
	width: 50%;
	line-height: 2.93rem;
	position: relative;
}
.content_title li div{
	width:94%;
	position: absolute;
	top: 0;
	left: 3%;
	height: 2.95rem;
}
.content_title li span{
	display: inline-block;
	width:100%;
	text-align: center;
	color: #666;
	font-size: 1.05rem;
	height: 2.25rem;
	line-height: 2.25rem;
	border-left:0.0375rem solid #e5e5e5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0.375rem;
}
.content_title li:nth-of-type(1) span{
	border-left:none;
}
.content_title li.on span{
	color: #333;
}
.content_title li.on div{
	border-bottom: 0.07rem solid #d80100;
}
.content ul.list{
	overflow: hidden;
	display: none;
}
.content ul.list:nth-of-type(2){
	display: block;
}
.content ul.list li{
	float: left;
	height: 2.1rem;
	line-height: 2.1rem;
	border: 0.0375rem solid #e5e5e5;
	border-radius: 0.375rem;
	background: #eeeff3;
	padding: 0 0.3rem;
	margin: 0.6rem 0.6rem 0 0;
	font-size: 0.9rem;
}
.content ul.list li a{
	color: #333;
}
