.header {
	background: url(../img/index_header_bg_serv.jpg) no-repeat center center;
	background-size: cover;
	height: 290px;
}

.header_banner {
	color: #FFFFFF;
	height: 427px;
	padding-top: 163px;
}

.header_banner_h {
	text-align: center;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 24px;
}

.header_banner_b2 {
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 64px;
}

.header_banner_b3 {
	width: 700px;
	height: 58px;
	border-radius: 29px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.header_banner_b3>input {
	width: 400px;
	height: 58px;
	border: none;
	outline: none;
	font-size: 16px;
	line-height: 58px;
	box-sizing: border-box;
	padding-left: 30px;
}

.header_banner_b3>a {
	cursor: pointer;
	width: 212px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	background: #33CCCC;
	border-radius: 29px;
}
h3{
	font-size: 26px;
	color: #33CCCC;
	line-height: 26px;
}
h4{
	font-size: 16px;
	color: #888888;
	line-height: 16px;
}

.main_inner{
	/* height: 1370px; */
	width: 1200px;
	margin: 0 auto;
}
.main_header{
	height: 92px;
	font-size: 16px;
	line-height: 92px;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;	
	color: #666666;
}
.main_left{
	width: 300px;
	height: 1262px;
	border-right: 1px solid #e6e6e6;
}
.main_left>a{
	width: 300px;
	height: 80px;
	line-height: 80px;
	background: #F6F6F6;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	color: #333333;

}
.main_left>a:hover{
	background: #33CCCC;
	color: #FFFFFF;
}
.main_right{
	width: 884px;
	height: 1262px;
}
.main_right_list{
	width: 884px;
	height: 354px;
	padding: 12px 0;
	overflow: hidden;
	box-sizing: border-box;
}
.main_right_list img {
	max-width: 330px;
}

.main_right_listR{
	width: 510px;
	box-sizing: border-box;

}

.main_right_listR>h4{
	font-size: 16px;
	color: #333333;
	text-align: left;
	/* margin-bottom: 10px; */
	line-height: 72px;
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dashed #7d7d7d;
	margin-top: 7px;
	margin-bottom: 20px;
}
.shg{
	width: 4px;
	height: 30px;
	background: #33CCCC;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
}
.main_right_listR>p{
	line-height: 30px;
}
