*{padding: 0;margin: 0}
ul,li{list-style: none}
a{text-decoration: none;}
img{border: none;}
body{font-family: 'Microsoft Yahei';font-size: 14px;color: #535353;background: #fff;}
.clearfix:after{
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}
.wrap{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.banner{
	height: 320px;
	background: url('images/banner.jpg') no-repeat top center;
}
.form_panel{
	width: 930px;
	margin: 60px auto 10px;
	padding: 50px 35px 0;
	background-color: #f8f8f8;
}
.form_panel .form_title{padding-left: 56px;height: 42px;overflow: hidden;}
.form_panel .form_title .num{
	display: inline-block;
	width: 82px;
	height: 42px;
	background: url('images/sprite.png');
}
.form_panel .form_title .num_01{background-position: 0 1px}
.form_panel .form_title .num_02{background-position: 0 -53px}
.form_panel .form_title .name{
	display: inline-block;
	height: 20px;
	padding-left: 6px;
	line-height: 20px;
	font-size: 20px;
	color: #db2c35;
	border-left: 8px solid #db2c35;
	vertical-align: 20px;
}
.form_panel .form_title .name span{font-weight: normal;}
.form_panel .form_box{
	padding: 20px 50px 68px 55px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 15px rgba(238,239,240,1);
	-moz-box-shadow: 0 0 15px rgba(238,239,240,1);
	box-shadow: 0 0 15px rgba(238,239,240,1);
}
.form_panel .form_box .form_item{
	width: 100%;
	display: inline-block;
}
.form_panel .form_box .m_30{margin-top: 30px;}
.form_panel .form_box .form_item .label{
	float: left;
	font-weight: 700;
	line-height: 36px;
}
.form_panel .form_box .form_item .radio_list{margin-left: 90px;}
.form_panel .form_box .form_item .radio_list li{
	float: left;
	line-height: 36px;
	margin-right: 40px;
	cursor: pointer;
}
.form_panel .form_box .form_item .radio_list .icon{
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 7px;
	border: 1px solid #535353;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: -2px;
}
.form_panel .form_box .form_item .radio_list li.active .icon:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 4px;
	border: 4px solid #db2c35;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}
.form_panel .form_box .form_item .radio_list li.active .icon{border-color: transparent;background-color: #db2c35;}
.w_90{width: 90px;}
.form_panel .form_box input{border: none;font-family: 'Microsoft Yahei'}
.form_panel .form_box input:focus{outline: none}
.form_panel .form_box .form_item .user_input{
	padding: 5px;
	height: 20px;
	vertical-align: top;
	line-height: 20px;
	color: #535353
}
.form_panel .form_box .form_item .user_select{
	width: 90%;
	cursor: pointer;
}
.form_panel .form_box .form_item .user_val{
	float: left;
	width: 168px;
	margin-right: 50px;
	border: 1px solid #c0c2c7;
}
.form_panel .form_box .form_item .select_box{
	position: relative;
	width: 178px;
	height: 30px;
	border: 1px solid #c0c2c7;
}
.form_panel .form_box .form_item .select_box .arrow{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 26px;
	background: #b5b5b5 url('images/arrow.png') no-repeat center center;
	cursor: pointer;
}
.form_panel .form_box .form_item .select_box .select_list{
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	height: 300px;
	background-color: #fff;
	border: 1px solid #c0c2c7;
	overflow-y: auto;
	z-index: 5
}
.form_panel .form_box .form_item  .select_box .select_list dd{
	padding-left: 10px;
	cursor: pointer;
	line-height: 30px;
}
.form_panel .form_box .form_item .select_box .select_list dd:hover{background-color: #eee;}
.form_panel .form_box .form_item  .user_yzm{
	float: left;
	padding: 5px;
	height: 20px;
	width: 100px;
	vertical-align: -5px;
	color: #535353;
	border: 1px solid #c0c2c7;
}
.form_panel .form_box .form_item  .get_yzm{
	float: left;
	height: 32px;
	width: 100px;
	color: #fff;
	background-color: #db2c35;
	text-align: center;
	line-height: 32px;
}
.form_panel .form_box .submit_btn{
	width: 213px;
	height: 40px;
	margin: 50px auto 0;
	line-height: 40px;
	background-color: #db2c35;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.panel{padding-bottom: 65px;}
.panel .title{
	position: relative;
	padding-bottom: 7px;
	padding-left: 18px;
	font-size: 20px;
	border-bottom: 2px solid #db2c35;
}
.panel .title span{
	padding-left: 6px;
	font-weight: normal;
	color: #373737;
	font-size: 16px;
}
.panel .title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #535353;
}
.link_panel{margin-top: 110px;}
.link_panel .link_list{margin-right: -50px;}
.link_panel .link_list li{
	float: left;
	margin: 26px 30px 0 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.link_panel .link_list li:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#serveBox .container{
	width: 1000px;
	margin: 40px auto 0;
	position: relative;
	height: 391px;
	font-size: 0;
}
#serveBox .container .wrapBox{
	width: 936px;
	height: 353px;
	position: relative;
	margin: 0 auto 30px;
	overflow: hidden;
}
#serveBox .wrapBox .wrapper{
	position: absolute;
	left: 0;
	width: 1000%;
	height: 353px;
}
#serveBox .wrapper li{
	float: left;
	list-style: none;
}
#serveBox .wrapper li .item{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 353px;
	margin-right: 18px;
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
#serveBox .wrapper li .item.last{margin-right: 0;}
#serveBox .wrapper li .item .circle{
	position: absolute;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: #db2c35;
	left: -35px;
	top: -38px;
}
#serveBox li .item  img{
	width: 300px;
	height: 117px;
	display: block;
}
#serveBox .wrapper li .item .circle span{
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	bottom: 13px;
	right: 13px;
}
#serveBox .wrapper .item .content{
	height: 236px;
	width: 100%;
	background-color: #fff;
	padding: 0 26px;
	position: relative;
	margin-top: -13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#serveBox .wrapper .item .content:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: -1px;
	border-width: 13px 14px 0 14px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
#serveBox .wrapper .item .content:after{
	content: '';
	position: absolute;
	left: 50%;
	top: -1px;
	margin-left: -13px;
	border-width: 12px 13px 0 13px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
#serveBox .wrapper .item .content .name{
	font-size: 18px;
	line-height: 56px;
	font-weight: bold;
	text-align: center;
	color: #373737
}
#serveBox .wrapper .item .content p{
	font-size: 14px;
	line-height: 26px;
	position: relative;
	padding-left: 10px;
}
#serveBox .wrapper .item .content p:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #373737;
	left: 0;
	top: 10px;
}
#serveBox .arrow,.link_container .arrow{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	font-family: simsun;
	font-size: 30px;
	line-height: 30px;
	color: #5b131f;
	font-weight: 900;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#serveBox .arrow:hover,.link_container .arrow:hover{background-color: #5b131f;color: #fff}
#serveBox .arrow.prev,.link_container .arrow.prev{
	left: 0;
}
#serveBox .arrow.next,.link_container .arrow.next{
	right: 0;
}
#serveBox .points{
	text-align: center;
}
#serveBox .points li{
	width: 8px;
	height: 8px;
	background-color: #bcbcbc;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 4px;
	display: inline-block;
}
#serveBox .points li.active{
	background-color: #db2c35;
}
#serveBox .tip{
	font-size: 14px;
	line-height: 14px;
	color: #888;
	position: absolute;
	bottom: 0;
	right: 32px;
}
#serveBox .txt-right{
	font-size: 16px;
	margin-bottom: 26px;
	margin-top: -20px;
	padding-right: 45px;
}
.pop_result_window{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	margin: auto
}
.pop_result_window .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	filter:alpha(opacity=70);
}
.pop_result_window .pop_content{
	position: absolute;
	left: 50%;
	top: 20%;
	padding-bottom: 40px;
	width: 740px;
	margin-left: -370px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.pop_result_window .pop_content .pop_close{
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 50px;
	background: #db2c35 url('images/close_btn.png') no-repeat center center;
	cursor: pointer;
}
.pop_result_window .pop_content .table_box{
	max-height: 300px;
	overflow-y: auto;
}
.pop_result_window .pop_content table{
	width: 680px;	
	border-collapse: collapse;
	text-align: center;
}
.pop_result_window .pop_content table thead th{
	height: 50px;
	background-color: #db2c35;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.pop_result_window .pop_content table tbody td{
	height: 46px;
}
.pop_result_window .pop_content table tbody td a{color: #535353}
.pop_result_window .pop_content table tbody td a:hover{text-decoration: underline;color: #db2c35}
.pop_result_window .pop_content .tip_box{
	padding: 60px 0 0 50px;
}
.pop_result_window .pop_content .tip_box .txt{
	display: inline-block;
	width: 374px;
	margin-right: 16px;
	line-height: 25px;
}
.pop_result_window .pop_content .tip_box .btn{
	display: inline-block;
	width: 118px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 4px;
	background-color: #db2c35;
	color: #fff;
	vertical-align: text-bottom;
}