.banner{
	padding-top: 260px;
	height: 748px;
	background: url(../images/xw_contactus_bg_1.jpg) no-repeat center;
	background-size: 100% 100%;
}
.company-address{
	position: absolute;
	top: 35%;
    left: 43%;
    padding: 40px 35px;
	width: 560px;
	height: 290px;
	background: rgba(239,96,2,0.84);
}
.company-address h2 {
    margin-bottom: 40px;
    font-size: 22px;
    text-align: center;
}
.company-address li{
	margin-bottom: 20px;
}
.company-address li i {
	display: inline-block;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	vertical-align: -3px;
}
.company-address li i.comIcon-01 {
	background: url(../images/xw_contactus_icon_phone.png) no-repeat;
}
.company-address li i.comIcon-02 {
	background: url(../images/xw_contactus_icon_address.png) no-repeat;
}

.company-address li h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
}
.company-address li p {
    font-size: 16px;
    line-height: 1.8;
}
/*广告区*/
.ad-box{
	padding: 40px 80px;
	height: 430px;
}
.ad-box ul{
	margin-right: -80px;
}
.ad-box li{
	float: left;
	margin: 0 50px 30px 0;
	padding: 50px 0;
	width: 400px;
	height: 160px;
}
.ad-box li p{
	line-height: 1.5;
	font-size: 22px;
	text-align: center;
}
.ad-box li:nth-child(1){
	background: url(../images/xw_contactus_image_app.jpg) no-repeat center;
	background-size: 100% 100%;
}
.ad-box li:nth-child(2){
	background: url(../images/xw_contactus_image_market.jpg) no-repeat center;
	background-size: 100% 100%;
}
.ad-box li:nth-child(3){
	background: url(../images/xw_contactus_image_business.jpg) no-repeat center;
	background-size: 100% 100%;
}
.ad-box li:nth-child(4){
	background: url(../images/xw_contactus_image_agent.jpg) no-repeat center;
	background-size: 100% 100%;
}
/*赛区联系方式*/
.division-contact{
	padding: 50px 0;
	height: 120px;
	background: #EF6002;
}
.division-contact .contact-choice{
	padding: 0 170px;
}
.contact-choice span{
	margin-right:20px;
	font-size: 18px;
	color: #fff;
}
.contact-choice select{
	margin-right: 30px;
	width: 268px;
	height: 40px;
	border: solid #d3d3d3 1px;
	border-radius: 5px;
	text-indent: 20px;
}
.contact-choice #btnSearch{
	width: 80px;
	height: 40px;
	background: #c24e02;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.contact-info{
	padding: 30px 80px;
}
.contact-info ul li{
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddbdb;
}
.contact-info ul li p{
	line-height: 2;
	color: #222;
}
.contact-info ul li p span{
	color: #4b4b4b;
}
.contact-info ul li p:first-child{
	margin-bottom: 20px;
}

/*分页*/
.page-box{
	text-align:center;
}
