.banner_common{
	background-image: url(../img/contact.jpg);
}
@media only screen and (max-width:991px ) {
	.banner_common{
		background-image: url(../img/contacts.jpg);
	}
}
.contact_content{
	width: 100%;
	min-height: 600px;
	overflow: hidden;
	padding: 35px 0 55px;
}
/*联系方式*/
.contact_contact{
	width: 100%;
	overflow: hidden;
}
.contact_contact .contact_mode{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	padding-bottom: 35px;
	/*border-bottom: 1px solid #f0f0f0;*/
}
.contact_contact .contact_mode h4{
	padding: 0 0 8px;
	font-size: 16px;
	color: #c0182f;
	line-height: 18px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
.contact_form{
	width: 100%;
	overflow: hidden;
	padding: 25px 0 40px;
}
.contact_form input{
	width: 555px;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	padding-left: 12px;
	border: 1px solid #ededed;
}
.contact_form textarea{
	width: 555px;
	max-width: 100%;
	border: 1px solid #ededed;
	line-height: 40px;
	margin-bottom: 15px;
	padding-left: 12px;
}
.contact_form input[type="submit"]{
	width: 135px;
	height: 40px;
	border-radius: 5px;
	padding: 0;
	font-size: 15px;
	background-color: #dc3a3a;
	color: #fff;
	border: none;
}
.contact_yzm{
	width: 555px;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.contact_yzm input{
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
}
.contact_yzm .yzm_img{
	width: 101px;
	height: 40px;
	line-height: 37px;
	border: 1px solid #ededed;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.contact_yzm .yzm_img img{
	max-width: 100%;
}
.contact_map{
	width: 100%;
	height: 515px;
	overflow: hidden;
	border: 1px solid #dddddd;
}
@media only screen and (max-width:767px ) {
	.contact_content{
		width: 100%;
		overflow: hidden;
		padding: 35px 0;
	}
	.contact_map{
		height: 300px;
	}
}

/*人力资源*/
.contact_manpower{
	width: 100%;
	overflow: hidden;
	color: #737373;
	font-size: 14px;
	line-height: 20px;
}
.contact_manpower img{
	width: 100%;
}
.contact_manpower h3{
	color: #333333;
	font-size: 24px;
	margin: 30px 0 18px;
}
.contact_manpower p{
	margin-bottom: 5px;
}
@media only screen and (max-width:767px ) {
	.contact_manpower{
		font-size: 12px;
	}
	.contact_manpower h3{
		font-size: 20px;
		margin: 15px 0 10px;
		line-height: 25px;
	}
}

/*代理加盟*/
.contact_join{
	width: 100%;
	overflow: hidden;
}
.join_one{
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}
.join_one img{
	width: 100%;
}
.join_one .join_oneTxt{
	width: 100%;
	overflow: hidden;
	padding: 35px 35px 40px 25px;
}
.join_oneTxt h1{
	font-size: 26px;
	color: #c0182f;
	margin-bottom: 20px;
}
.join_oneTxt ul{
	width: 100%;
	overflow: hidden;
}
.join_oneTxt ul li{
	width: 100%;
	overflow: hidden;
	padding-left: 15px;
	position: relative;
	margin-bottom: 15px;
}
.join_oneTxt ul li:last-of-type{
	margin: 0;
}
.join_oneTxt ul li span{
	position: absolute;
	left: 0;
	color: #c0182f;
}
@media only screen and (max-width:767px ) {
	.join_oneTxt{
		font-size: 12px;
	}
	.join_oneTxt h1 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.join_oneTxt ul li {
	    margin-bottom: 5px;
	}
	.join_one .join_oneTxt {
	    padding: 20px 20px 25px 15px;
	}
}
.join_two{
	width: 100%;
	overflow: hidden;
	padding: 10px 0 30px 25px;
	color: #626262;
	font-size: 16px;
	line-height: 25px;
}
.join_two h1{
	font-size: 24px;
	color: #333333;
	line-height: 70px;
}
.join_two ul{
	width: 100%;
	overflow: hidden;
}
.join_two ul li{
	width: calc(50% - 35px);
	width: -moz-calc(50% - 35px);
	width: -webkit-calc(50% - 35px);
	height: 50px;
	border-radius: 25px;
	background-color: #909090;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	margin:0 35px 20px 0;
	cursor: pointer;
}
.join_two ul li span{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #909090;
	background-color: #fcfcfc;
	border-radius: 50%;
	text-align: center;
	margin: 10px 20px 10px 15px;
}
.join_two ul li:hover{
	background-color: #c0182f;
}
.join_two ul li:hover span{
	color: #c0182f;
}
.join_two>p{
	padding-left: 10px;
}
@media only screen and (max-width:991px ) {
	.join_two ul li{
		font-size: 16px;
	}
}
@media only screen and (max-width:767px ) {
	.join_two {
	    padding: 10px 0 20px;
	    font-size: 12px;
	    line-height: 20px;
	}
	.join_two h1 {
	    font-size: 18px;
	    line-height: 50px;
	}
	.join_two ul li{
		width: 100%;
		height: 36px;
	    border-radius: 18px;
	    line-height: 36px;
	    font-size: 14px;
	    margin: 0 0 10px;
	}
	.join_two ul li span{
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin: 6px 15px 6px 10px;
	}
}
@media only screen and (min-width:992px ) {
	.join_two ul li{
		font-size: 16px;
	}
}
@media only screen and (min-width:1250px ) {
	.join_two ul li{
		font-size: 18px;
	}
}
.join_three{
	width: 100%;
	overflow: hidden;
}
.join_three h1{
	height: 90px;
	line-height: 90px;
	color: #333333;
	font-size: 24px;
	padding: 0 25px;
	background-color: #f7f7f7;
	position: relative;
	z-index: 1;
	box-shadow: 0 13px 11px rgba(34,23,20,0.39);
}
.join_three ul{
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
	padding:0 23px 30px;
}
.join_three ul li{
	width: calc(33.33% - 26px);
	width: -moz-calc(33.33% - 26px);
	width: -webkit-calc(33.33% - 26px);
	height: 265px;
	margin: 0 13px;
	float: left;
	background-color: #737373;
	color: #FFFFFF;
	font-size: 14px;
	padding: 25px ;
}
.join_three ul li p{
	margin-bottom: 10px;
}
.join_three a{
	display: block;
	width: 210px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	background-color: #c0182f;
	font-size: 16px;
	color: #FFFFFF;
	margin: 35px auto 0;
}
@media only screen and (max-width:991px ) {
	.join_three ul li{
		width: calc(33.33% - 10px);
		width: -moz-calc(33.33% - 10px);
		width: -webkit-calc(33.33% - 10px);
		height: 225px;
		margin: 0 5px;
		font-size: 12px;
		padding: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.join_three h1 {
	    height: 60px;
	    line-height: 60px;
	    font-size: 18px;
	    padding: 0 10px;
	    box-shadow: 0 7px 6px rgba(34,23,20,0.39);
	}
	.join_three ul li{
		width: 100%;
		height: auto;
		margin: 0 0 20px;
	}
	.join_three ul li:last-of-type{
		margin: 0;
	}
	.join_three a {
	    width: 180px;
	    line-height: 30px;
	    border-radius: 15px;
	    font-size: 14px;
	    margin: 20px auto 0;
	}
}
@media only screen and (min-width:992px ) {
	.join_three ul li{
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		height: 225px;
		margin: 0 10px;
		font-size: 12px;
		padding: 20px;
	}
}
@media only screen and (min-width:1250px ) {
	.join_three ul li{
		width: calc(33.33% - 26px);
		width: -moz-calc(33.33% - 26px);
		width: -webkit-calc(33.33% - 26px);
		height: 265px;
		margin: 0 13px;
		font-size: 14px;
		padding: 25px;
	}
}