.wrap{
	width: 1200px;
	margin: 0 auto;
}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
#tophead{
	
}
#mobile-tophead{
	display: none;
}
.top{
	overflow: hidden;
	height: 60px;
}
.top .log{
	float: left;
	width: 400px;
	height: 60px;
}
.top .log img{
	display: block;
	width: 100%;
	height: 100%;
}
.top .message{
	float: right;
}
.top .message p{
	line-height: 60px;
	display: inline-block;
}
.top .message p span{
	margin-right: 20px;
}
.top .message .datas{
	
}
.top .message .datas span{
	font-size: 14px;
	color: #222222;
}
.top .message .msg{
	
}
.top .message .msg span{
	color: #003477;
	font-size: 14px;
	font-weight: bold;
}
.top .message .msg span a{
	color: #003477;
	font-size: 14px;
	font-weight: bold;
}
.top .message .msg .call{
	font-size: 16px;
	line-height: 57px;
	background: url(../img/phone.png) no-repeat left;
	padding-left: 30px;
}

#banner{
	position: relative;
	width: 100%;
}
#nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 999;
	background: rgba(255,255,255,0.8);
}
#nav .nav{
	
}
.nav .lf{
	display: inline-block;
	height: 60px;
}
.nav .lf ul {
	overflow: hidden;
	display: inline-block;
}
.nav .lf ul li{
	float: left;
	margin-right: 62px;
}
.nav .lf ul li a{
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	line-height: 56px;
}
.nav .lf ul .navactive{
	border-bottom: 4px solid #e60012;
}
.nav .lf ul .navactive a{
	color: #E60012;
}
.nav .rg{
	float: right;
}
.nav .rg input{
	border: none;
	border: 1px solid #272727;
	border-radius: 30px;
	width: 180px;
	height: 28px;
	padding-left: 15px;
	margin-top: 14px;
	background: none;
	outline: none;
}


#foot{
	position: relative;
}
#foot .footbg{
	width: 100%;
	display: block;
	min-height: 250px;
}
.foot{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -600px;
}
.foot .foot_top{
	padding-top: 40px;
	padding-bottom: 2%;
	overflow: hidden;
}
.foot .foot_top .toplf{
	overflow: hidden;
	float: left;
}
.foot .foot_top .toplf dl{
	overflow: hidden;
}
.foot .foot_top .toplf dl dt{
	font-size: 16px;
	color: #fff;
	float: left;
}
.foot .foot_top .toplf dl dd{
	line-height: 25px;
	float: left;
	margin-left: 20px;
}
.foot .foot_top .toplf dl dd a{
	font-size: 14px;
	color: #dfe2e8;
}
.foot .foot_top .toplf dl dd select{
	border: none;
	background: #79a2d9;
	color: #dfe2e8;
	width: 240px;
	height: 25px;
	margin-bottom: 5px;
	outline: none;
}
.foot .foot_top .toplf .link{
	margin-bottom: 25px;
}
.foot .foot_top .toplf .link dt{
	line-height: 25px;
}
.foot .foot_top .toplf .adres{
	font-size: 14px;
	color: #e3e9f4;
	margin-bottom: 15px;
}
.foot .foot_top .toplf .lianxi{
	overflow: hidden;
	margin-bottom: 20px;
}
.foot .foot_top .toplf .lianxi li{
	display: inline-block;
	overflow: hidden;
	margin-right: 25px;
}
.foot .foot_top .toplf .lianxi li:last-child{
	margin-right: 0;
}
.foot .foot_top .toplf .lianxi li img{
	float: left;
	margin-top: 3px;
}
.foot .foot_top .toplf .lianxi li span{
	float: left;
	font-size: 13px;
	color: #e2e7f4;
	margin-left: 5px;
}
.foot .foot_top .toplf .beian{
	padding-top: 20px;
	border-top: 1px solid #799ad2;
}
.foot .foot_top .toplf .beian p{
	color: #a0b3dc;
	font-size: 14px;
}

.foot .foot_top .toprg{
	float: right;
	padding-top: 9px;
}
.foot .foot_top .toprg dl dt{
	text-align: right;
	margin-bottom: 14px;
}
.foot .foot_top .toprg dl dd{
	font-size: 14px;
	text-align: right;
	margin-top: 7px;
	color: #fff;
	opacity: 0.8;
}
.foot .foot_btm p{
	text-align: center;
	font-size: 14px;
	color: #9199a9;
	padding-top: 1.5%;
	border-top: 1px solid #7789a2;
}



.online{
	position: fixed;
	right: 7px;
	top: 200px;
	width: 100px;
	height: 240px;
	z-index: 9999;
}
.online ul{
	box-shadow: 0px 0px 10px #f3f3f3;
	
}
.online ul li{
	width: 80px;
	position: relative;
	float: right;
}
.online ul li a{
	display: block;
	width: 100%;
	height: 24px;
	color: #222222;
	text-align: center;
	padding-top: 36px;
	cursor: pointer;
}
.online ul li span{
	display: block;
	height: 60px;
	position: absolute;
	right: -40px;
	top: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	padding: 0 10px;
	opacity: 0;
	transition: all 0.6s;
	width:120px;
}
.online ul .zixun{
	background:#3568be url(../img/onlie_1.png) no-repeat 30px 12px;
}
.online ul .zixun a{
	color: #fff;
}
.online ul .liuyan{
	background:#fff url(../img/online_2.png) no-repeat 30px 12px;
}
.online ul .baogao{
	background:#3568be url(../img/baogao.png) no-repeat 30px 12px;
	background-size: 23px 23px;
}
.online ul .qqzixun{
	background:#fff url(../img/online_3.png) no-repeat 30px 9px;
}
.online ul .callour{
	background:#fff url(../img/online_5.png) no-repeat 30px 9px;
	background-size: 20px 20px;
}
.online ul .baogao a{
	color: #fff;
	margin-top: 5px;
}
.online ul .kefu{
	background:#fff url(../img/online_4.png) no-repeat 30px 9px;
}
.online ul .kefu:hover span{
	right: 80px;
	opacity: 1;
	background-color: #64a9e2;
	background-image: linear-gradient(to top right, #3568be , #64a9e2);
}


.back{
	position: fixed;
	right: 7px;
	bottom: 2%;
	width: 62px;
	height: 0;
	padding-top: 32px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	box-shadow: 0px 0px 10px #ec5560;
	background: #e60010 url(../img/back.png) no-repeat 21px 16px;
	cursor: pointer;
	opacity: 0;
	transition: all 0.5s;
	z-index: 9;
}
.scor {
	opacity: 1;
	height: 30px;
}


/* 弹框 */
.layui-layer-content{
	color: #fff;
}
#lay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
	display: none;
}
.lay{
	width: 400px;
	margin: 17% auto 0;
	padding-bottom: 20px;
	background: #fff;
}
.lay .title{
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background-color: #64a9e2;
	background-image: linear-gradient(to top right, #3568be , #64a9e2);
	position: relative;
}
.lay .title span{
	position: absolute;
	right: 15px;
	top: 0;
	display: block;
	padding: 0 5px;
	cursor: pointer;
}
.lay .zxcont{
	padding: 20px 0 0 0;
}
.lay .zxcont .item{
	margin-bottom: 20px;
}
.lay .zxcont dl{

}
.lay .zxcont dl dt{
	float: left;
	width: 90px;
	text-align: right;
	font-size: 14px;
	color: #222222;
	line-height: 30px;
	margin-right: 20px;
}
.lay .zxcont dl dd{
	float: left;
}
.lay .zxcont dl dd input{
	width: 200px;
	height: 30px;
	border: none;
	outline:none;
	padding-left: 10px;
	background: #f3f3f3;
}
.lay .zxcont dl dd textarea{
	width: 225px;
	height: 80px;
	background: #f3f3f3;
	border: none;
	padding: 10px;
	resize:none;
	outline:none;
}
.lay .zxcont dl .jiance{
	margin-left: 20px;
}
.lay .zxcont dl .jiance img{
	display: none;
	margin-top: 5px;
}
.lay .zxcont dl .dui .true{
	display: block;
}
.lay .zxcont dl .dui .error{
	display: block;
}
.lay .zxcont .submit{
	border: none;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #e60010;
	margin: 0 0 0 170px;
	cursor: pointer;
}


.rg_detail table{
	border: 1px solid ;
	margin: 0 auto;
}
.rg_detail table tr td{
    padding: 0px 7px;
    border-color: windowtext;
    border-style: solid;
    border-width: 1px;
}




@media screen and (max-width: 1024px) {
	.wrap{width: 100%;}
	#tophead{display: none;}
	#mobile-tophead{display: block;width: 100%;height: 40px;background: #fff; position: fixed;left: 0;top: 0;z-index: 99999;}
	#mobile-tophead .log{float: left;margin-left: 20px;}
	#mobile-tophead .log img{display: block;width: 100px;margin-top: 12.5px;}
	.mobile_nav{float: right;margin-right: 10px;margin-top: 2.5px;}	
	.nav_btn{float: left; width: 30px;position: relative;height: 35px;cursor: pointer;}
	.nav_btn span{display: inline-block;width: 30px;height: 2px;background-color: #000;
	    position: absolute;top: 16px;left: 0px;
	    -webkit-transition:background-color 0.3s ease-out 0.1s;
	    transition:background-color 0.3s ease-out 0.1s;
	  }
	.nav_btn span:after{content:'';display: inline-block;width: 30px;height: 2px;
	    background-color: #000;position: absolute;top: 8px;left:0px;
	    -webkit-transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    -webkit-transform: rotate(0deg);
	            transform: rotate(0deg);
	  }
	.nav_btn span:before{content:'';display: inline-block;width: 30px;height: 2px;
	    background-color: #000;position: absolute;top: -8px;left:0px;
	    -webkit-transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    -webkit-transform: rotate(0deg);
	            transform: rotate(0deg);
	  }
	.nav_btn.click span{background-color: transparent;}
	.nav_btn.click span:after{
	    -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
	    -webkit-transform: rotate(-45deg);
	            transform: rotate(-45deg);top: 0px;
	  }
	.nav_btn.click span:before{
	    -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
	    -webkit-transform: rotate(45deg);
	            transform: rotate(45deg);top: 0px;
	  }
	.header{background: rgba(0,0,0,0.8);}
	.nav_list{display: none;position: fixed;top: 40px;left: 0px;bottom:0;right: 0px;
		background: rgba(0,0,0,0.8);overflow-y: auto;z-index: 99999;}
	.nav_list li{float: none;width: 100%;height: auto;text-align: center;}
	.nav_list li a{display: inline-block;min-width: 12%;padding-bottom: 0;line-height: 40px;color: #fff;font-size: 12px;}
	.nav_list li .second_nav{display: none;}
	.nav_list li .second_nav a{color: #fff;margin: 0 5px;}
	.nav_list .navactive .first_nav{color: #e60012;}
	.nav_list .navactive .second_nav{display: block;}
	.nav_list li:hover .first_nav{color: #e60012;}
	
	.nav_list .message{
		margin: 15px;
	}
	.nav_list .message p{
		color: #fff;
		text-align: center;
		margin-bottom: 0.2rem;
	}
	.nav_list .message p span{
		display: inline-block;
		margin: 0 0.1rem;
	}
	.nav_list .message .msg span{
		color: #e60012;
		font-size: 14px;
	}
	.nav_list .message .msg span a{
		color: #e60012;
		font-size: 14px;
	}
	
	
	
	#nav{display: none;}
	#banner{margin-top: 40px;}
	
	#foot .footbg{
		display: none;
	}
	.foot{
		left: 0;
		margin-left: 0;
		background: #224574;
		padding-bottom: 10px;
	}
	.foot .foot_top{
		padding-top: 10%;
		padding-bottom: 10%;

	}
	.foot .foot_top .toplf{
		padding: 0 10px;
	}
	.foot .foot_top .toplf dl{
		
	}
	.foot .foot_top .toplf dl dt{
		width: 100%;
		margin-bottom: 5px;
	}
	.foot .foot_top .toplf dl dd{
		float: left;
	}
	.foot .foot_top .toplf .link{
		height: auto;
	}
	.foot .foot_top .toplf .lianxi li{
		display: block;
	}
	.foot .foot_top .toprg{
		float: left;
		display: inline-block;
		margin-left: 10px;
	}
	.foot .foot_top .toprg dl dt{
		text-align: left;
	}
	.foot .foot_top .toprg dl dd{
		text-align: left;
	}
	
	.online{
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.wrap{width: 100%;}
	#tophead{display: none;}
	#mobile-tophead{display: block;width: 100%;height: 40px;background: #fff; position: fixed;left: 0;top: 0;z-index: 99999;}
	#mobile-tophead .log{float: left;margin-left: 20px;}
	#mobile-tophead .log img{display: block;width: 100px;margin-top: 12.5px;}
	.mobile_nav{float: right;margin-right: 10px;margin-top: 2.5px;}	
	.nav_btn{float: left; width: 30px;position: relative;height: 35px;cursor: pointer;}
	.nav_btn span{display: inline-block;width: 30px;height: 2px;background-color: #000;
	    position: absolute;top: 16px;left: 0px;
	    -webkit-transition:background-color 0.3s ease-out 0.1s;
	    transition:background-color 0.3s ease-out 0.1s;
	  }
	.nav_btn span:after{content:'';display: inline-block;width: 30px;height: 2px;
	    background-color: #000;position: absolute;top: 8px;left:0px;
	    -webkit-transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    -webkit-transform: rotate(0deg);
	            transform: rotate(0deg);
	  }
	.nav_btn span:before{content:'';display: inline-block;width: 30px;height: 2px;
	    background-color: #000;position: absolute;top: -8px;left:0px;
	    -webkit-transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    -webkit-transform: rotate(0deg);
	            transform: rotate(0deg);
	  }
	.nav_btn.click span{background-color: transparent;}
	.nav_btn.click span:after{
	    -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
	    -webkit-transform: rotate(-45deg);
	            transform: rotate(-45deg);top: 0px;
	  }
	.nav_btn.click span:before{
	    -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
	    -webkit-transform: rotate(45deg);
	            transform: rotate(45deg);top: 0px;
	  }
	.header{background: rgba(0,0,0,0.8);}
	.nav_list{display: none;position: fixed;top: 40px;left: 0px;bottom:0;right: 0px;
		background: rgba(0,0,0,0.8);overflow-y: auto;z-index: 99999;}
	.nav_list li{float: none;width: 100%;height: auto;text-align: center;}
	.nav_list li a{display: inline-block;min-width: 13%;padding-bottom: 0;line-height: 40px;color: #fff;font-size: 12px;}
	.nav_list li .second_nav{display: none;}
	.nav_list li .second_nav a{color: #fff;margin: 0 5px;}
	.nav_list .navactive .first_nav{color: #e60012;}
	.nav_list .navactive .second_nav{display: block;}
	.nav_list li:hover .first_nav{color: #e60012;}
	
	.nav_list .message{
		margin: 15px;
	}
	.nav_list .message p{
		color: #fff;
		text-align: center;
		margin-bottom: 0.2rem;
	}
	.nav_list .message p span{
		display: inline-block;
		margin: 0 0.1rem;
	}
	.nav_list .message .msg span{
		color: #e60012;
		font-size: 14px;
	}
	.nav_list .message .msg span a{
		color: #e60012;
		font-size: 14px;
	}
	
	
	
	#nav{display: none;}
	#banner{margin-top: 40px;}
	
	#foot .footbg{
		display: none;
	}
	.foot{
		left: 0;
		margin-left: 0;
		background: #224574;
		padding-bottom: 10px;
	}
	.foot .foot_top{
		padding-top: 10%;
		padding-bottom: 10%;

	}
	.foot .foot_top .toplf{
		padding: 0 10px;
	}
	.foot .foot_top .toplf dl{
		
	}
	.foot .foot_top .toplf dl dt{
		width: 100%;
		margin-bottom: 5px;
	}
	.foot .foot_top .toplf dl dd{
		float: left;
	}
	.foot .foot_top .toplf .link{
		height: auto;
	}
	.foot .foot_top .toplf .lianxi li{
		display: block;
	}
	.foot .foot_top .toprg{
		float: left;
		display: inline-block;
		margin-left: 10px;
	}
	.foot .foot_top .toprg dl dt{
		text-align: left;
	}
	.foot .foot_top .toprg dl dd{
		text-align: left;
	}
	
	.online{
		display: none;
	}
}


@media screen and (max-width: 750px) {
	.wrap{width: 100%;}
	#tophead{display: none;}
	#mobile-tophead{display: block;width: 100%;height: 40px;background: #fff; position: fixed;left: 0;top: 0;z-index: 99999;}
	#mobile-tophead .log{float: left;margin-left: 20px;}
	#mobile-tophead .log img{display: block;width: 100px;margin-top: 12.5px;}
	.mobile_nav{float: right;margin-right: 10px;margin-top: 2.5px;}	
	.nav_btn{float: left; width: 30px;position: relative;height: 35px;cursor: pointer;}
	.nav_btn span{display: inline-block;width: 30px;height: 2px;background-color: #000;
	    position: absolute;top: 16px;left: 0px;
	    -webkit-transition:background-color 0.3s ease-out 0.1s;
	    transition:background-color 0.3s ease-out 0.1s;
	  }
	.nav_btn span:after{content:'';display: inline-block;width: 30px;height: 2px;
	    background-color: #000;position: absolute;top: 8px;left:0px;
	    -webkit-transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    -webkit-transform: rotate(0deg);
	            transform: rotate(0deg);
	  }
	.nav_btn span:before{content:'';display: inline-block;width: 30px;height: 2px;
	    background-color: #000;position: absolute;top: -8px;left:0px;
	    -webkit-transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
	    transition:transform 0.3s ease-out,top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
	    -webkit-transform: rotate(0deg);
	            transform: rotate(0deg);
	  }
	.nav_btn.click span{background-color: transparent;}
	.nav_btn.click span:after{
	    -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
	    -webkit-transform: rotate(-45deg);
	            transform: rotate(-45deg);top: 0px;
	  }
	.nav_btn.click span:before{
	    -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
	    transition: top 0.5s ease, transform 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
	    -webkit-transform: rotate(45deg);
	            transform: rotate(45deg);top: 0px;
	  }
	.header{background: rgba(0,0,0,0.8);}
	.nav_list{display: none;position: fixed;top: 40px;left: 0px;bottom:0;right: 0px;
		background: rgba(0,0,0,0.8);overflow-y: auto;z-index: 99999;}
	.nav_list li{float: none;width: 100%;height: auto;text-align: center;}
	.nav_list li a{display: inline-block;min-width: 20%;padding-bottom: 0;line-height: 40px;color: #fff;font-size: 12px;}
	.nav_list li .second_nav{display: none;}
	.nav_list li .second_nav a{color: #fff;margin: 0 5px;}
	.nav_list .navactive .first_nav{color: #e60012;}
	.nav_list .navactive .second_nav{display: block;}
	.nav_list li:hover .first_nav{color: #e60012;}
	
	.nav_list .message{
		margin: 15px;
	}
	.nav_list .message p{
		color: #fff;
		text-align: center;
		margin-bottom: 0.2rem;
	}
	.nav_list .message p span{
		display: inline-block;
		margin: 0 0.1rem;
	}
	.nav_list .message .msg span{
		color: #e60012;
		font-size: 14px;
	}
	.nav_list .message .msg span a{
		color: #e60012;
		font-size: 14px;
	}
	
	
	
	#nav{display: none;}
	#banner{margin-top: 40px;}
	
	.rg_detail table{
		width: 100%!important;
	}
	
	#foot .footbg{
		display: none;
	}
	.foot{
		left: 0;
		margin-left: 0;
		background: #224574;
		padding-bottom: 10px;
	}
	.foot .foot_top{
		padding-top: 10%;
		padding-bottom: 10%;

	}
	.foot .foot_top .toplf{
		padding: 0 10px;
	}
	.foot .foot_top .toplf dl{
		
	}
	.foot .foot_top .toplf dl dt{
		width: 100%;
		margin-bottom: 5px;
	}
	.foot .foot_top .toplf dl dd{
		float: left;
	}
	.foot .foot_top .toplf .link{
		height: auto;
	}
	.foot .foot_top .toplf .lianxi li{
		display: block;
	}
	.foot .foot_top .toprg{
		float: left;
		display: inline-block;
		margin-left: 10px;
	}
	.foot .foot_top .toprg dl dt{
		text-align: left;
	}
	.foot .foot_top .toprg dl dd{
		text-align: left;
	}
	
	.online{
		display: none;
	}
}
