.main-container {
	width: 1200px;
	margin: 40px auto;
}
/*联系我们*/
.address-map{
	width:550;
	padding-bottom:20px;
}
.site-tab{
	width:500px;
	height:40px;
	border-top:1px solid #dedede;
}
.site-tab  ul{
	width:100%;
	margin:0 auto;
}
.site-tab li{
	float:left;
	width:25%;
	line-height:35px;
	margin-top:-1px;
	font-size:19px;
	text-align:center;
	cursor:pointer;
}
.site-tab li.on{
	color:#e91b05;
	border:1px solid #dedede;
	border-top:1px solid #fff;
}
.site-tab li:hover{
	color:#e91b05;
}
.address-text{
	width:650px;
}
.address-text p{
	padding-left:20px;
	line-height:24px;
	color:#333;
}
.title-p{
	padding:0px !important;
	font-size:15px;
	margin-bottom:5px;
}
p+.title-p{
	margin-top:20px;
}
#mapDiv{
	width: 500px;
	height: 500px;
	border: 1px solid #dedede; 
}
#mapContainer{
	position: relative !important;
}
.tab-block h2{
	font-size: 40px;
	margin-bottom: 20px;
}
/*课程服务*/
.service-box{
	padding:0 20px;
}
.space{
	margin:8px 0;
}
.red{
	color:#e91b05;
}
.service-box h1{
	color:#e91b05;
	font-weight:normal;
	font-size:20px;
	text-align:center;
	margin:0 0 10px 0;
}
.service-box h6{
	font-size: 24px;
	color:#181818;
	font-weight:normal;
	text-align:center;
	margin: 20px auto;
}
.service-box label{
	display:inline-block;
	width:80px;
	text-align:justify;
	margin-left:50px;
	color:#333;
}
.person-info select,.person-info input[type='text']{
	width: 100%;
	height:26px;
	border: 0px;
}
.service-box input[type="checkbox"]+input[type="checkbox"]{
	margin-left:10px;
}
.course-table,.person-table{
	width: 920px;
	border:1px solid #dedede;
	line-height:28px;
	color:#333;
	margin:0 auto;
}
.course-table th,.course-table td,.person-table td{
	border:1px solid #dedede;
	padding:2px 5px;
}
.course-table td:nth-child(2){
	text-align:left;
}
.other-input{
	border:0;
	border-bottom:1px solid #dedede;
}
#province{
	margin-right:10px;
}
.counselor{
	width:200px;
	height:26px;
}
.request-input{
	width:400px;
	height:26px;
}
.submit-course{
	width:100px;
	height:30px;
	background:#e91b05;
	color:#fff;
	font-size:16px;
	border:none;
	text-align:Center;
	display:block;
	margin:30px auto 0;
	cursor:pointer;
}
.tab-block+.tab-block{
	margin-top: 60px;
}

.region-select{
	display:inline-block;
	position:relative;
	width: 100%;
	height:32px;
	z-index:10;
}
.region-box{
	position:absolute;
	display:none;
	top:31px;
	width:100%;
	background:#fff;
	border:1px solid #bfbfbf;
	padding:10px 0;
	box-shadow:2px 2px 5px #d3d6da;
	height: 200px;
	overflow: auto;
}
.region-box p{
	display:inline-block;
	font-size:14px;
	line-height:30px;
	width:100%;
	/*text-align:center;*/
}
.region-box span{
	display: inline-block;
	/*width: 30px;*/
	/*height: 26px;*/
	/*background: #f5f5f5;*/
	cursor: pointer;
}
.region-box span:hover{
	color:#888;
}