/****
  2018-3-30
  整站 共同 模块样式
****/


/***内容宽度***/
.container{
	margin: 0 auto;
    width: 1200px;
    
    /*overflow:hidden;
    background-color:#ccc*/
}

/*加载进度条*/
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; 
}
.sk-wave .sk-rect {
background-color: #333;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
        animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
.sk-wave .sk-rect1 {
-webkit-animation-delay: -1.2s;
        animation-delay: -1.2s; }
.sk-wave .sk-rect2 {
-webkit-animation-delay: -1.1s;
        animation-delay: -1.1s; }
.sk-wave .sk-rect3 {
-webkit-animation-delay: -1s;
        animation-delay: -1s; }
.sk-wave .sk-rect4 {
-webkit-animation-delay: -0.9s;
        animation-delay: -0.9s; }
.sk-wave .sk-rect5 {
-webkit-animation-delay: -0.8s;
        animation-delay: -0.8s; 
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } 
}

.topTilebox{
    line-height: 38px;
    background-color:#f5f5f5;
    border-bottom:1px solid #ddd;
    overflow:hidden;
    font-size:13px;
}
.topTile_Lft{
    float: left;
}
.topTile_Lft a,.topTile_Rigt span{
    padding-right:12px;
    display: inline-block;
}
.topTile_Rigt{
    float: right;
    color:#666;
}
.topTile_Rigt li{
    float: left;
    color:#666;
}
.topTile_Rigt li:first-child{
    padding:8px 20px 0 0;

}
/***top***/
.header{
    height: 80px;
    background-color: #ffffff;
    border-bottom: 1px #eeeeee solid;
    background-color: rgba(255,255,255,.9);
}
.logo{
    float: left;
}
.mainNav .logo a{
    background: url('../images/logos.png?0001') no-repeat;
    background-size:100%;
    display:inline-block;
    float: left;
    height:64px;
    left: 0;
    position: relative;
    top: 9px;
    width:132px;
}
.mainNavs .logos a{
    background: url('../images/logos.png') no-repeat;
    background-size:100%;
    display:inline-block;
    float: left;
    height:64px;
    left: 0;
    position: relative;
    top: 18px;
    width:151px;
}
.logotxt{
    float: left;padding:20px 0 0 8px;
}

.mainMenu{
    margin-left: 128px;
    font-size: 16px;
    float:right;
}
.menulf{
    /*margin-left: 200px;*/
}
.mainMenu ul{
    float: left;
    margin-right: 20px;
}
.mainMenu li{
    float:left;
    height: 80px;
    line-height: 80px;
    position: relative;
}
.mainMenu li.curr{
	color:#d0111b;
	/*background:url('../images/nav.png') no-repeat center 58px;*/
}
.mainMenu li.curr a,.mainMenu li a:hover{color:#d0111b;font-weight:bold;}
.mainMenu li a{
    color: #333;
    display: block;
    text-decoration: none;
    padding: 0 24px;
}
.mainReg{
   height: 80px;
   line-height: 80px;
   float: left;	
   position: relative;
   padding-left:4px;
}
/*.mainReg:before{
    width:1px;
    background-color: #2c2627;
    height:20px;
    display: block;
    content: "";
    position: absolute;
    top:30px;
    left:-2px;
}*/
.mainReg a{
    color: #333;
    padding:0 18px;
    display: inline-block;

}
.mainReg a.curr{
    background: #d0111b;
    color: #fff;
}
.mainReg a:hover{
	color:#d0111b;
}
.mainReg a.curr:hover{
    color:#fff;
}

/***footer***/
.footer{
  width: 100%;
  border-top:1px solid #ddd;
  padding-bottom:16px;
}
.footage{
    padding:16px 0;
    border-bottom:1px solid #ddd;
    width:100%;
    display: table;
}
.footage li{
    display: table-cell;
    vertical-align: middle;
}
.footage li h2{
    color:#d0111b;
    padding-top:7px;
}
.footage li h2.foth2{
    padding-top:16px;
}
.footage li p{color:#999;}
.footage li i{
    width:60px;
    height: 60px;
    display:inline-block;
    float:left;
    margin:0 12px 0 34px;
}
.foticn1{
 background: url(../images/icon.png) no-repeat left top;
}
.foticn2{
 background: url(../images/icon.png) no-repeat -62px top;
}
.foticn3{
 background: url(../images/icon.png) no-repeat -124px top;
}
.foticn4{
 background: url(../images/icon.png) no-repeat -186px top;
}
.footlist{
    height: 100%;overflow:hidden;
}
.footlist li{
    float: left;
    width:15%;
    padding-left:5%;
}
.footlist h3{
    margin: 20px 0px 10px;
    color:#000;
    font-size:18px;
}
.footlist a{
    font-size: 14px;
    line-height:30px;
    text-indent: 5px;
    display: block;
}
.foottxt{
    padding:18px 0;
    font-size:14px;
    text-align: center;
    line-height:28px;
}
.foottxt i{
  padding:0 4px;
  font-style: inherit;
}
.LayTx_h2{
    padding:6px 30px 30px;
}
.LayTx_h2 b{
    font-size:22px;
    margin-right:10px;
}
.Layfoot{
    background-color: #f5f5f5;
    padding:10px 12px;text-align: center;
}
.Layfoot li{
    padding:0 18px;
    line-height:28px;
    display: inline-block;
    background-color: #fff;
    border:1px solid #ccc;
    margin-left:8px;
    font-size:14px;
    cursor: pointer;
}
.Layfoot li.curr{
    background-color: #427fed;
    border-color: #427fed;
    color:#fff;
}
/** 用户上传 开始 **/
.uploadbtn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    width: 125px;
    margin-right: 15px;
}
.uploadButton {
    background: #009688;
    border: 1px solid #009688;
    color: #fff;
    height: 34px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 125px;
    font-size: 12px;
    border-radius:2px;
}
.uploadFile {
    height: 30px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -2px;
    width: 125px;
    cursor:pointer;
}
.progreebar .loading{
    text-align: center;
    margin-top: 30px;
}
.progreebar .layui-progress{
    height: 40px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.progreebar .layui-progress-bar{
    height: 40px;
}
/** 用户上传 结束 **/
.mainNav{
    height: 119px;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    background: #fff;
    border-bottom:2px #d0111b solid;
    /*background: url("../images/bg.png");*/
}
.InbannerBox,.acybaner,.acybaner2,.deombaner,.manufacturer_main,.manufacturer_main1222{
    margin-top: 119px;
}
/* 用户上传 细节完善 */
.boxattr{
    width:100%;
}
.boxtitle{
    font-weight:bold;
}