/*footer-slide*/
.fixedfoot{
    position: fixed;
    bottom:0;
    left: 0;
    _zoom:1;
    width:100%;
    z-index: 800;
    height: 137px;
    _position: absolute;
    _bottom: auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)));
}
* html,* html body{background-image:url(about:blank);background-attachment:fixed}
* html .fixedfoot{position:absolute;left:expression(eval(document.documentElement.scrollLeft));top:expression(eval(document.documentElement.scrollTop))}
* html .fixedfoot{position:absolute;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,0)||0)-(parseInt(this.currentStyle.marginRight,0)||0));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)))}

/*.district-footer-slide{*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*height:100%;*/
    /*z-index: -1;*/
/*}*/
.fixedfoot-info{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 800;
}
.fixedfoot-title{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 75px;
}
.fixedfoot .iconexit{
    float: right;
    position: absolute;
    right: 0;
    top: -15px;
    cursor: pointer;
    z-index:800 !important;
    width: 30px;
    height: 30px;
}
.fixedfoot .fixedfoot-content-box {
    width: 1180px;
}
.fixedfoot-content{
    width: 938px;
    margin: auto;
    display: block;
    padding-bottom: 10px;
    *padding-bottom: 20px;
}
.fixedfoot-content li{
    float: left;
    margin-right:32px;
    /*overflow: hidden;*/
    /*height: 32px;*/
    margin-bottom: 20px;
    position: relative;
}
.fixedfoot-content h6{
    font-size: 14px;
    color: #ffffff;
    line-height:32px;
    width: 58px;
    margin-right:10px ;
    float: left;
    text-align: right;
}
.enterprise-demand{
    width: 150px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #707070;
    position: relative;
    float: left;
    /*background:rgba(0,0,0,0.9);*/
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5000000,endcolorstr=#e5000000);
    background-color:#000000\9;
}
.enterprise-demand p{
    font-size:14px ;
    color: #ffffff;
    line-height: 30px;
    width: 100%;
    height: 30px;
    position: relative;
    z-index: 800;
}
.footer-carrier-demand{
    position: absolute;
    left: 68px;
    bottom: 31px;
    /*top: 30px;*/
    /**top: 31px;*/
    /**bottom:auto;*/
    z-index: 800;
    display: none;
    /*max-height: 78px;*/
    _height: 78px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 160px;
    /* background-color: #ffffff; */
    border: 1px solid #ededed;
}
#footer-carrier-demand{
    _height: 38px;
}
.fixedfoot-content .footer-carrier-demand li{
    width: 278px;
    *width: 252px;
    height: 30px;
    padding-left: 11px;
    line-height: 30px;
    background-color:#ffffff;
    /*filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8ffffff,endcolorstr=#c8ffffff);*/
    font-size: 14px;
    color: #333333;
    margin: 0;
    float: none;
    overflow: visible;
    cursor: pointer;
    box-sizing: border-box;
}
.enterprise-demand img{
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 9px;
}
.fixedfoot-content input{
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
}
.verification-num{
    width: 93px;
    padding-left: 10px;
    border: 1px solid #707070;
    float: left;
    height: 30px;
    background: none;
}
.verification-code{
    width: 87px;
    height: 32px;
    float: left;
    display: block;
    cursor: pointer;
}
.footer-input{
    width: 150px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #707070;
    float: left;
    background: none;
}
.fixedfoot-content .send-email-button{
    width: 120px;
    height: 32px;
    display: block;
    border: none;
    background-color: #d50000;
    margin-left:0;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.fixedfoot-content .button{
    width: 120px;
    height: 32px;
    display: block;
    border: none;
    background-color: #d50000;
    margin-left:0;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
@-moz-document url-prefix() {
    .fixedfoot-content .button {
        line-height: 30px;
    }
    .fixedfoot-content .footer-carrier-demand li{
        width: 252px;
    }
}
.fixedfoot-content .button:hover{
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}
.county-top{
    display: none;
}
.fixedfoot .iconexit img{
    width: 30px;
    height: 30px;
}
.footer-float-in{
    opacity: 1;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;      /* Firefox 4 */
    -webkit-transition: .8s ease-in-out;       /* Safari å’Œ Chrome */
    -o-transition: .8s ease-in-out;       /* Opera */
    position: fixed;
    _position: relative;
    bottom: 0;
    left: 0;
    _zoom:1;
    width: 100%;
    height: 137px;
    _position: absolute;
    /*_display:block;*/

}
.footer-float-out {
    opacity: 0;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;      /* Firefox 4 */
    -webkit-transition: .8s ease-in-out;       /* Safari å’Œ Chrome */
    -o-transition: .8s ease-in-out;  			/* Opera */
    position: fixed;
    bottom: 0;
    left: -100%;
    _position: absolute;
    /*_display:none;*/
}

.footer-float-in-shot{
    opacity: 1;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;      /* Firefox 4 */
    -webkit-transition: .6s ease-in-out;       /* Safari å’Œ Chrome */
    -o-transition: .6s ease-in-out;       /* Opera */
    position: fixed;
    bottom: 100px;
    left:0;
    /*_display:block;*/
}
.footer-float-out-shot {
    opacity: 0;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;      /* Firefox 4 */
    -webkit-transition: .6s ease-in-out;       /* Safari å’Œ Chrome */
    -o-transition: .6s ease-in-out;  			/* Opera */
    position: fixed;
    bottom: 100px;
    left:-100%;
    /*_display:none;*/
}

.left-footer{
    width: 280px;
    height: 60px;
    background: url(/assets/img/left-footer.png) no-repeat 100%;
    position: fixed;
    bottom:86px;
    z-index: 800;
    _position: absolute;
    _bottom:86px;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,49)||49)-(parseInt(this.currentStyle.marginBottom,49)||49)));
}

.left-footer div{
    font-size: 15px;
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
}
.left-footer p{
    padding-top: 9px;
    font-family: arial;
    color: #fff;
    font-size: 17px;
    padding-left: 20px;
}
.foot-button{
    width: 40px;
    _width: 80px;
    height: 60px;
    _height: 120px;
    position: absolute;
    right: 12px;
    top: 0;
    _top: -30px;
    cursor: pointer;
    z-index: 800;
}
.footer-bottom{
    width: 100%;
    height: 137px;
    position: absolute;
    bottom:0;
    left: 0;
    background-color:rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5000000,endcolorstr=#e5000000);
    _background-color:#000000;
}
