@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: en;
  src: url("AlibabaSans-Light.otf"); /* IE */
  src: local('en'), url('AlibabaSans-Light.otf') format('truetype'); /* others */
}
@font-face {
  font-family: cn;
  src: url("Alibaba-PuHuiTi-Light.ttf"); /* IE */
  src: local('cn'), url('Alibaba-PuHuiTi-Light.ttf') format('truetype'); /* others */
}
 
 body,*,input, button, textarea, select, optgroup, option,#zzbPlugin, button, input, select, textarea {font-family:'microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;}
.enziti {
    font-family: en !important;
}

.cnziti {
    font-family: cn !important;
}

.w100{ line-height:0}

.display-block {
    display: block;
}
.display-none {
    display: none;
}



.header-nav-box {
    float: left; 
}
.header-logo img { max-height:100%;
    float: left;float: left;
}
.header-logo .logo-hezuo{ 
    margin-left: 15px;width: 330px;
}
.footer-main .fl {
    float: left; 
}
@media (max-width:992px){
	.header-logo img {
     }
	.header-logo .logo-hezuo{ 
    margin-left: 5px;width: 181px;
    padding-top: 6px;
}
	}
	
	
/*<!--右侧浮动客服-->*/
.web-covers {
       background: url(../images/r-kefu.png) no-repeat;
       background-size: 100% auto;
       background-position: center;
       z-index: 999;
       position: fixed;
       right: 50px;
       bottom: 60px;
       width: 80px;
       height: 327px;
   }
   
   .web-covers > div, .web-covers > a {
       display: block;
       position: absolute;
       width: 100%;
       height: 33.3%;
       right: initial;
       bottom: initial;
       left: 0;
       cursor: pointer;
   }
   
   .web-covers > .cover-top {
       top: 0;
   }
   
   .web-covers > .cover-cart {
       top: 33.3%;
   }
 .web-covers > .cover-phone {
     top: 66.6%;
 }
 
