.foot-contact {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
	font-size:0;
}
.foot-contact a {    width: 50%;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-decoration: none;
	}
.foot-contact a.tel { background: #F44336;}
.foot-contact a.gowx { background: #249e29;}

.qq_Mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    text-align: center;
}
.Mask_bg {
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,.75);
}
.Mask_txt {
    background: #fff;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 20%;
    width: 94%;
    margin-left: -47%;
    padding: 30px 0;
    border-radius: 10px;
    border: 4px solid #249e29;
    box-sizing: border-box;
}
.Mask_wechat{
    background: #249e29;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    width: 78%;
    margin: .6rem auto 0;
    border-radius: .5rem;
	}

.Mask_txt .close { width:40px; height:40px; position:absolute; right:0; top:0; opacity:1}
.Mask_txt .close span {
    display: block;
    width: 30px;
    height: 30px;
    background: #249e29;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 5px;
    border-radius: 100px;
	}
.Mask_txt h3 { font-size:20px;font-weight: bold; margin:0;}
.Mask_txt p {margin:0;}
.Mask_txt .a1 {text-align: center; color: #9b9b9b; font-size: 20px; padding:10px 0;}
.Mask_txt .a2 {text-align: center; font-size: 18px; color: #888;}
.Mask_txt .a3 { text-align: center; margin-top: 20px; font-size: 22px; }
.Mask_txt .a3 a {color: #14579e; text-decoration:none;}
.footer-ask {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    transition: transform .4s ease-out 0s;
    z-index: 10;
}
.footer-ask a {
    display: block;
    width: 50%;
    line-height: 40px;
    padding: 10px 0;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #111;
}

.footer-ask .ask i {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    width: 25px;
    height: 25px;
    background: url(../style/new-ask-icon4.png) no-repeat 0 -115px;
    background-size: 50px auto;
    margin-right: 5px;
}
.footer-ask .question i {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    width: 25px;
    height: 25px;
    background: url(../style/new-ask-icon4.png) no-repeat 0 -115px;
    background-size: 50px auto;
    margin-right: 5px;
}
.footer-ask a:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #ff9d00;
    position: absolute;
    left: 50%;
    top: 10px;
}

