﻿@CHARSET "UTF-8";

.clear{ clear:both;}

/*`````````````````````foot`````````````````*/


/*------------ footer-new ------------*/
.h40{display:none}
.wrap{ width: 1200px; margin: 0 auto; overflow: visible;}
.footer{width: 100%;}
.footer .footer-top{
    background: #535353;
    padding-top: 47px;
    padding-bottom:20px;
}
.footer .footer-block{ float: left;}
.footer .footer-block.w-29{ width: 29%;}
.footer .footer-block.w-25{ width: 25%;}
.footer .footer-block.w-34{ width: 34%;}
.footer .footer-block.w-12{ width: 12%;}
.footer .footer-block .logo{
	margin-top: 10px;
}
.footer .footer-block .partner{
	margin-top: 15px;
	display: block;
	width: 65%;
	height: 30px;
	background-color: #454545;
	line-height: 30px;
	text-align: center;
	color: #b5b5b5;
	border-radius: 3px;
}
.footer .footer-block .footer-tit{
    margin-bottom: 36px;
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
}
.footer .footer-block .footer-tit:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 23px;
	height: 1px;
	background: #878787;
}
.footer .footer-block .hot-line{
    margin-bottom: 15px;
	font-size: 26px;
	line-height: 26px;
	color: #63a7e4;
}
.footer .footer-block .foot-qq{
    display: block;
    position: absolute;
    top: -2px;
    left: 145px;
    width: 18px;
    height: 22px;
    background: url(../images/footer-qq.png) 0 0 no-repeat;
    background-size: 100%;
}
.footer .footer-block p{
    margin-bottom: 20px;
    position: relative;
    font-size: 13px;
    color: #c2c2c2;
    line-height: 22px;
}
.footer .footer-block p a{
	font-size: 13px;
	color: #c2c2c2;
	line-height: 22px;
}
.footer .footer-block p.ml{  margin-left:-3px;font-size: 12px }
.footer .footer-block p.mb-10{  margin-bottom: 10px; }
.footer .footer-block .footer-ewm{
    margin-bottom: 7px;
    width: 101px;
    height: 101px;
    overflow: hidden;
}
.footer .footer-block .footer-ewm img{
    width: 100%;
    height: 100%;
}
.footer .footer-bottom{
	width: 100%;
	height: 52px;
	line-height: 52px;
	background: #454545;
	text-align: center;
	font-size: 12px;
	color: #a4a4a4;
}




@media screen and (max-width:800px) {
.footer .footer-top{padding:20px 0}
 
.footer .footer-block.w-29{display:none}

.wrap{width:100%}
.footer .footer-block.w-25{    text-align: center;width:100%;float:none}
.footer .footer-block.w-34{    text-align: center;width:100%;float:none}


.footer .footer-block .footer-tit:after {
   
    left: 50%;
    bottom: -10px;
    width: 24px;
    height: 1px;
 
    margin-left: -12px;
}
.footer .footer-block .footer-ewm{margin:0 auto}
.footer .footer-block.w-12{    text-align: center;width:100%;float:none}
}
