.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;
	    float: left;
	}
.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(../images/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(../images/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;
}
.layui-layer-dialog .layui-layer-content{color:#fff}

.comment-reply-box .textbox {
    width: 100%;
    margin-top: 15px;
    padding: 6px 6px;
    text-indent: 1px;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #bbb;
    transition: border linear .2s,box-shadow linear .2s;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
.comment-reply-box input {
    height: 30px;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 30px;
    margin: 10px 0px;
    padding-left: 10px;
	box-sizing: border-box;
}
.comment-reply-submit .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}