*{
    border:0;
    margin:0;
    padding:0;
}
html, body {
    width: 100%;
    min-width: 1200px;
    min-height:100%;
    }

body {
    font-size: 14px;
    color: #333;
    background: url("../images/bg.jpg") no-repeat center top;
    font-family: "Microsoft YaHei";
    overflow: auto; }

ul, li, dl, dd {
    list-style: none; }

img {
    border: 0; }

a {
    text-decoration: none;
    color: #333; }
a:hover {
    color: #000; }
input{
    box-shadow:0 0 0 60px #fff inset;
}
button{
    outline: none;
    cursor: pointer;
    background:transparent;
    transition: all .3s;
}
button:active{
    transform: translateY(-4px);
}
.right{
    float: right;
}
.clear{ clear:both; line-height:0; height:0; font-size:0; visibility:hidden; }
.clearfix:before,.clearfix:after{content:"";display:block;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}

.common-btn{
    z-index: 1;
    position: relative;
}
.common-btn div{
    display: block;
    width: 140px;
    height:38px;
    border:1px solid #000;
    line-height: 38px;
    text-align: center;
    color:#ffea00;
    background:#f43662;
    border-radius: 40px;
    z-index: 1;
    font-size: 14px;
}
.common-btn.un:after{
    display: none;
}
.common-btn:after{
    content: '';
    display: block;
    width: 140px;
    height:38px;
    background:#fff;
    border:1px solid #000;
    border-radius: 40px;
    position: absolute;
    left:0px;
    bottom:-5px;
    z-index: -1;
}
.relative{
    position: relative;
}
.absoluteLT{
    position: absolute;
    left:0;
    top:0;
}
.absoluteLB{
    position: absolute;
    left:0;
    bottom:0;
}
.absoluteRT{
    position: absolute;
    right:0;
    top:0;
}
.absoluteRB{
    position: absolute;
    right:0;
    bottom:0;
}
.absoluteCC{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:0 auto;
}

.container{
    width:1200px;
    margin:0 auto;
}



.footer-img {
    background-color: #4d4d4d;
    color: #fff;
    text-align: center;
    font-size: 14px; }
.footer-img .footer-nav {
    clear: both;
    padding-top: 30px; }
.footer-img .footer-nav a {
    margin: 0 5px;
    color: #fff; }
.footer-img .footer-nav a:hover {
    color: red; }
.footer-img .footer-last {
    overflow: hidden;
    padding: 25px 35px; }
.footer-img .footer-last a {
    width: 128px;
    height: 45px;
    display: block;
    margin: 0 5px;
    float: left; }
.footer-img .footer-last a img {
    width: 128px;
    height: 45px; }
.footer-img .footer-last .hycode {
    background: url(../../../common/images/008.gif); }
.footer-img .footer-last .hycode img {
    opacity: 0;
    filter: alpha(opacity=0); }
.footer-img .copy{
    padding-bottom: 40px;
}


.footer_hezhuoban {

     }
.footer_hezhuoban .hezhuoban {
    padding: 40px 0;
    clear: both;
    height: 50px;
    width: 1180px;
    margin: 0 auto;
    clear: both; }
.footer_hezhuoban .hezhuoban .elment {
    width: 235px;
    height: 50px;
    background-repeat: no-repeat;
    float: left;}
.footer_hezhuoban .hezhuoban .elment.icon1 {
    background-image: url("../images/hz-icon1.png");
    }
.footer_hezhuoban .hezhuoban .elment.icon2 {
    background-image: url("../images/hz-icon2.png");
   }
.footer_hezhuoban .hezhuoban .elment.icon3 {
    background-image: url("../images/hz-icon3.png");
   }
.footer_hezhuoban .hezhuoban .elment.icon4 {
    background-image: url("../images/hz-icon4.png");
     }
.footer_hezhuoban .hezhuoban .elment.icon5 {
    background-image: url("../images/hz-icon5.png");
    }
.footer_hezhuoban .hezhuoban .elment > a {
    display: block;
    height: 50px; }

.float-foot{
    position: fixed;
    bottom:-100%;
    left:0;
    width:100%;
    height:140px;
    transition: all .5s;
}
.float-foot.active{
    bottom: 0;
}
.float-foot .box{
    width:100%;
    height:120px;
    background:#ffea00;
}
.float-foot .container{
    height:100%;
    background: url("../images/float-foot-bg.png") no-repeat left bottom;
}
.float-foot .close{
    display: block;
    width:30px;
    height:30px;
    position: absolute;
    top:20px;
    right:0;
    background: url("../images/float-foot-close.png") no-repeat center;
    cursor: pointer;
}