/*serviceCenter.css*/
.content_main{
	background: url('../images/service_img4.png') no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.main_top{
	/*height: 3rem;*/
}
.main_top img{
	display: block;
	width: 100%;
}
.main_top p{
	color: #313131;
	font-size: 0.3375rem;
	text-align: right;
}
.main_top_left{
	float: left;
	width: 40%;
	height: 100%;
	overflow: hidden;
	padding-top: 0.5rem;
}
.main_top .main_top_left p span{
	display: inline-block;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background-color: black;
	vertical-align: middle;
	margin-right: 0.1rem;
}
.main_top .main_top_left p:nth-child(1){
	padding-right: 0.3rem;
}
.main_top .main_top_left p:nth-child(2){
	padding-right: 0.1rem;
}
.main_top .main_top_left p:nth-child(3){
	padding-right: 0.5rem;
}
.main_top_middle{
	float: left;
	width: 20%;
	height: 100%;
	overflow: hidden;
}
.main_top_bottom{
	float: left;
	width: 40%;
	height: 100%;
	overflow: hidden;
	padding-top: 1rem;
	margin-left: -0.3rem;
}
.main_top_bottom p{
	text-align: left;

}
.main_top_bottom p span{
	display: inline-block;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	border: 1px solid black;
	vertical-align: middle;
	margin-right: 0.1rem;

}
.main_top .main_top_bottom p:nth-child(1){
	padding-left: 0.7rem;
}
.main_top .main_top_bottom p:nth-child(2){
	padding-left: 0.3rem;
}
.main_top .main_top_bottom p:nth-child(3){
	padding-left: 0rem;
}
.main_bottom{
	margin-top: 0.3rem;
	padding-bottom: 0.3rem;
	position: relative;
}
.main_bottom>img{
	display: block;
	width: 100%;
}
.main_bottom_intro{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.main_bottom_intro h5{
	color: #313131;
	font-size: 0.3375rem;
	text-align: center;
	margin-top: 0.7rem;
}
.main_bottom_intro textarea{
	display: block;
	background-color: transparent;
	resize: none;
	margin: 0 auto;
	height: 3rem;
	width: 90%;
	font-size: 0.18rem;
    line-height: 0.44rem;
    border: none;
    outline: none;
    padding: 0 0.1rem;
    overflow: hidden;
    /*background: url('../images/service_img6.png') no-repeat;*/
    /*background-size: cover;*/
}
.btn_btn{
	text-align: center;
}
.main_bottom_intro button{
	background-color: #f13030;
	letter-spacing: 0.1rem;
	padding: 0.05rem 0.4rem;
	display: inline-block;
	color: #ffffff;
	border: none;
	outline: none;
	font-size: 0.2812rem;
	margin: 0.1rem;
}
