﻿/*招商加盟*/
.app-display{
	display: none;
}
.pc-display{
	display: block;
}
.page-join {
	background-image:url(../images/join_01.jpg);
}
.joinus_bottom{
	margin-bottom: 60px;
}
.join-title{
	padding: 40px 0px;
}
.join-title h2{
	font-size: 30px;
	text-align: center;
}
.join-title .titleline{
	margin: 0 auto; 
}
.join-about h1{
	font-size: 24px;
	color: #b89162;
	line-height: 40px;
}
.join-about p{
	font-size: 20px;
	line-height: 40px;
	text-align: justify;
	padding-right: 60px;
	color: #666666;
	letter-spacing: 1px;
}
.join-about-img img{
	max-width: 100%;
}
.greybg{
	background: #F5F5F5;
}
.our-adv-img{
	width: 1170px;
	margin: 0 auto ; 
	padding: 20px 0px 60px;
}
.support-title{
	padding-left: 15px;
}
.support-title h2{
	font-size: 26px;
	line-height: 60px;
}
.support-title span{
	display:inline-block;
	font-size: 36px;
	font-weight: bold;
	width: 38px;
	text-align: center;
	line-height: 60px;
	color: #FFFFFF;
	background-color: #b89162;
	margin-right: 15px;
}
.support01,.support02{
	margin-bottom: 20px;
}
.support01 img,.support02 img{
	max-width: 100%;
}
/* .support01 .col-lg-6{
	padding: 0;
} */
.support01 p{
	line-height: 36px;
	font-size: 16px;
}
.support01 p span{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #b89163;
	margin-right: 10px;
}
.support02 p{
	font-size: 18px;
	line-height: 30px;
	padding: 0px 15px;
	margin-bottom: 20px;
}
.sup-left{
	float: left;
}
.support03 .support-title h2{
	margin-top: 0;
	line-height: 30px;
} 
.support03 .support-title p{
	font-size: 18px;
}
.sup-margin{
	margin-top: 40px;
}
/* 咨询窗口 */

.contactform{
	margin-top: 10px;
}
.contactform .label-name{
	float: left;
	width: 10%;
	line-height: 38px;
}
.contactform .form-control{
	float: left;
	width: 90%;
	background-color: #ffffff !important;
	color: #999999;
	border-radius: 0;
	border-color:#F1F1F1;
	box-shadow: none;
	height: 40px;
}
.contactform input.form-control{
	margin-bottom: 20px;
}
.contactform textarea.form-control{
	/* height: 142px; */
	margin-top: 10px;
}
/* .contact_submit{
	margin-top: 30px;
	padding: 10px 60px;
	border: none;
	border-radius: 0;
	background-color: #999999;
	color: #FFFFFF;
} */
.contact_submit,.contact_reset{
	margin-top: 30px;
	padding: 10px 60px;
	border: none;
	border-radius: 0;
	background-color: #666666;
	color: #FFFFFF;
}
.zhsh-checkbox{
	float: left;
	width: 90%;
	height: 44px;
	padding-top: 5px;
}
.formbtn{
	margin: 0 auto;
	text-align: center;
}
.formbtn input{
	margin-left: 10px;
	margin-right: 10px;
}
.formbtn .btn-default.focus,.formbtn .btn-default:focus{
	background-color: #b89162;
	color: #FFFFFF;
}
.formbtn .btn-default.active,.formbtn .btn-default:active,.formbtn .open>.dropdown-toggle.btn-default,.formbtn .btn-default:hover{
	background-color: #b89162;
	color: #FFFFFF;
}
.join-tel .col-lg-4{
	text-align: center;
}
.join-tel img{
	max-width: 100%;
}
@media (min-width:768px) and (max-width:1200px){
	.join-about{
		width: 50%;
	}
	.join-about-img{
		width: 50%;
	}
	.join-about h1{
		font-size: 22px;
		line-height: 36px;
	}
	.join-about p{
		font-size: 16px;
		line-height: 32px;
		padding-right: 20px;
	}
	.our-adv-img{
		width: 100%;
		padding: 0px 40px;
	}
	.our-adv-img img{
		width: 100%;
	}
	.support01 p{
		line-height: 30px;
		min-height: 60px;
	}
	.contactform .label-name{
		width: 15%;
	}
	.contactform .form-control,.zhsh-checkbox{
		width: 85%;
	}
}
@media (max-width:768px) {
	.pc-display{
		display: none;
	}
	.app-display{
		display: block;
	}
	.joinus_bottom{
		margin-bottom: 30px;
	}
	.join-title{
		padding: 20px 0px;
	}
	.join-title h2,.support-title h2{
		font-size: 20px;
		margin-top: 0px;
	}
	.support-title h2{
		font-size: 16px;
		line-height: 40px;	
	}
	.join-about h1{
		font-size: 16px;
		line-height: 28px;
		margin-top: 0px;
	}
	.join-about p{
		font-size: 14px;
		line-height: 26px;
		padding-right: 0px;
		letter-spacing: 0;
	}
	.our-adv-img{
		width: 100%;
		padding: 0px 20px;
	}
	.our-adv-img img{
		width: 100%;
	}
	.support-title{
		position: relative;
	}
	.support-title span{
		width: 24px;
		line-height: 36px;
		font-size: 20px;
		margin-right: 10px;
	}
	.support01 .col-lg-6:nth-child(2n){
		padding-right: 6px;
	}
	.support01 .col-lg-6:nth-child(2n+1){
		padding-left: 6px;
	}
	.support01 img{
		max-width: 100%;
	}
	.support01 p{
		font-size: 14px;
		line-height: 20px;
		margin: 5px 0px;
		text-align: justify;
		letter-spacing: -0.5px;
		min-height: 60px;
	}
	.support01 p span{
		margin-right: 5px;
		width: 5px;
		height: 5px;
		margin-bottom: 2px;
		border-radius: 10px;
	}
	.support01, .support02{
		margin-bottom: 10px;
	}
	.support02 p{
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 10px;
		text-align: justify;
	}
	.support02 img{
		max-width: 100%;
	}
	.support02 div:last-child{
		display: none;
	}
	.support02 .col-sm-6:nth-child(2n+1){
		padding-right: 6px;
	}
	.support02 .col-sm-6:nth-child(2n){
		padding-left: 6px;
	}
	.sup-left{
		float: inherit;
	}
	.support03 .support-title h2{
		position: absolute;
		top: 2px ;
		left: 50px;
	}
	.support03 .support-title p{
		font-size: 14px;
		margin-top: 10px;
		line-height: 26px;
		letter-spacing: -0.5px;
	}
	.sup-margin{
		margin-top: 20px;
	}
	.contactform .form-control{
		width: 100%;
	}
	.contactform label.label-name{
		font-size: 13px;
		line-height: 26px;
		font-weight: normal;
		display: block;
		width: 100%;
	}
	.contactform input.form-control,.zhsh-checkbox{
		width: 100%;
		margin-bottom: 5px;
	}
	.zhsh-checkbox label{
		margin: 5px 0px;
	}
	.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
		margin-left: 0;
	}
	.checkbox-inline, .radio-inline{
		width: 45%;
	}
	.zhsh-checkbox{
		height: auto;
		background-color: #FFFFFF;
		padding: 5px 10px;
	}
	.contactform textarea.form-control{
		margin-top: 0;
	}
	.contact_submit, .contact_reset{
		margin-top: 20px;  
		padding: 8px 40px;
	}
	.join-tel div{
		padding-left: 5px;
		padding-right: 5px;
	}
	.join-tel div img{
		max-width: 100%;
	}
	.join-tel div:last-child{
		/* display: none; */
	}
	.join-title .titleline{
		width: 60px;
	}

}
@media (max-width: 320px) {
	.support01 p{
		font-size: 12px;
	}
}
@media (max-width:767px){
	.join-tel .join-wx{
		display: none;
	}
}