body{
	background: #fff;
}
header{
	position:fixed;
	top:0;
	width:960px;
	height: 130px;
	background-color:#fff;
	border-bottom:1px solid #dcdddd;
	font-size: 32px;
	color: #505050;
	font-weight: bold;
	padding-top: 50px;
}
header .return_prev_page {
	position: absolute;
	left: 40px;
	top: 50px;
}


.main_list{
	padding-top: 130px;
	background: #fff;
}
.main_list>ul>li{
	font-size: 28px;
	color: #505050;
	padding-left: 40px;
	text-align: left;
}
.main_list>ul>li .title{
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #eeefef;
}
.main_list>ul>li .title img{
	transform: rotate(-90deg);
	transition: all 0.3s;
}
.section1{
	padding-top: 30px;
	padding-bottom: 70px;
	display: none;
	border-bottom: 1px solid #eeefef;
}
.data_list li{
	height: 54px;
	line-height: 54px;
	margin-bottom: 26px;
	font-size: 32px;
	text-align: center;
}
.data_list li:first-child{
	margin-bottom: 5px;
}
.data_list li:last-child{
	margin-bottom: 0px;
}
.box_head{
	color: #5eb4b4;
}
.box1{
	width: 145px;
	height: 100%;
	margin-right: 10px;
	color: #5eb4b4;
	text-align: left;
}
.box2{
	width: 420px;
	height: 100%;
	margin-right: 25px;
}
.box3{
	width: 280px;
	height: 100%;
}
.box_com{
	border: 2px solid #5eb4b4;
	border-radius: 50px;
}