.sec_serve{
	padding-top: 50px;
}
.tab_list{
	width: 180px;
}
.tab_list>li>a{
	display: block;
	height: 40px;
	line-height: 40px;
	position: relative;
	background: #eee;
	text-align: center;
	cursor: pointer;
}
.tab_list>li>a:hover{
	background: #003366 !important;
	color: #ddd !important;
}
.tab_active{
	background: #003366 !important;
	color: #ddd !important;
}
.main_box{
	width: 1000px;
	padding-bottom: 50px;
}
.main_box .title{
    width:100%;
    height:50px;
    display:inline-block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
    line-height:50px;
    background:url(/images/title_bg.png) no-repeat bottom center;
}
.main_box .cont{
	display: none;
}
.cont_active{
	display: block !important;
}
.c_box{
	width: 50%;
}
.c_box img{
	margin-right: 10px;
}
.map{
	margin-top: 20px;
}
.c_box>div{
	width: 85%;
}
.cont textarea{
	width: 100%;
	height: 200px;
	outline: 0;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 18px;
	margin-bottom: 30px;
}
.cont .p1{
	line-height: 30px;
}
.cont .p2{
	width: 86px;
	line-height: 30px;
}
.com_div{
	margin-bottom: 30px;
}
.com_div input{
	width: 200px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	padding: 0 10px;
}
.com_div .code{
	width: 82px;
	height: 30px;
	border: 1px solid #ccc;
	margin-left: 12px;
	margin-right: 12px;
}
.change{
	line-height: 30px;
	cursor: pointer;
}
.sub{
	width: 124px;
	height: 40px;
	line-height: 40px;
	background: #003366;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}


/*@media screen and (max-width: 1220px){
	.main_box{
		width: 780px;
	}
}

@media screen and (max-width: 999px){
	.sec_serve{
		padding: 20px;
	}
	.tab_list{
		width: 100%;
		float: none;
	}
	.tab_list li{
		float: left;
		width: 25%;
		font-size: 20px;
	}
	.main_box{
		width: 100%;
		float: none;
	}
	.main_box .title{
		margin: 20px 0;
	}
	.c_box>div{
		font-size: 20px;
		line-height: 30px;
	}
	.c_box{
		margin-bottom: 20px;
	}
	.c_box img{
		margin-top: 4px;
	}
	.tab_list>li>a{
		font-size: 20px;
	}
}*/