@CHARSET "UTF-8";

/*------------ footer-new ------------*/

.wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

.footer {
    width: 100%;
}

.footer .footer-top {
    background: #535353;
    padding-top: 47px;
    padding-bottom: 20px;
    position: relative;
}

#baikeCornerMarkerScript3 {
    margin-top: -193px;
    position: absolute;
    right: 50%;
    margin-right: 650px;
}

.footer .footer-block {
    float: left;
}

.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;
}


.wrap {
    width: 50%;
    min-width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
  	padding-top: 30px;
}

.footer .footer-block.w-29 {
    flex: 2;
}

.footer .footer-block .partner {
    width: 100%;
    background-color: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
}

.footer .footer-block.w-25 {
    flex: 2;
}

.footer .footer-block .footer-tit {
    font-size: 16px;
    color: #fff;
    line-height: 46px;
  	/* margin-top: -27px; */
  margin-bottom: 0px;
}

.footer .footer-block .footer-tit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 23px;
    height: 1px;
    background: none;
}

.footer .footer-block .hot-line {
    margin-bottom: 5px;
    font-size: 26px;
    color: #00AAF7;
  	margin-top: 0px;
}

.footer .footer-block p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
  
}

.footer .footer-block.w-34 {
    flex: 1.5;
}


.footer .footer-block.w-12 {
    flex: 1;
}

.footer .footer-block .footer-ewm {
    margin-bottom: 24px;
    overflow: hidden;
}

.footer .footer-block p.ml {
    margin-left: -3px;
    font-size: 14px;
}

.footer .footer-top {
    background: transparent;
    /* padding-top: 100px; */
    padding-bottom: 120px;
    position: relative;
    background-image: url("../images/footbg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100vw; */
    min-width: 1200px;
}

.footer .wrap .footer-block .logo img{
	width: 281px;
   height: 135px;
  /* margin-top: 30px; */
}