/* -====公共样式--》图片居中======- */
.postcent{
    width: 100%;
    padding-top: 100%;
    text-align: center; 
    position: relative;
    display: block;
    overflow: hidden; 
}
.postcent img {
    padding: 10px;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    max-height: 100%!important;
    max-width: 100%;
    margin: auto!important;
    vertical-align: middle;
    box-sizing: border-box;
}


/* -================- */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10%;
    right: 4%;
    overflow: hidden;
    width: 60px;
    padding: 20px 0; 
    text-align: center; 
    z-index: 11111111; 
}

#toTop div{
    display: inline-block;
 
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #cccccc;
}
#toTop div span{
    display: none;
    transition: .5s;
    width: 100%;
    border-radius: 4px;
}
#toTop div img{
    width: 36px;
    height: 33px;

}
#toTop div:hover{
    padding: 0;
}
#toTop div:hover span{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    background:  #ed6100;
    color: #fff;

}
#toTop div:hover img{
    display: none;
}



/* -================- */
 .bgnav{
    background: #333333;

    }

.liLogo{
   float: left;
   padding-top: 10px;
   padding-bottom: 10px;
}
 .liLogo a img{
     height: 60px;
 }
.navul li a{
    transition: all 0.4s;
    color: #ffffff;
    font-size: 14px;
    display: inline-block
}
a:hover{
    text-decoration:none;
}
.navul li a:hover{
    transition: all 0.4s;
    color: #ed6100;
}








@media (min-width: 992px){

    .liLogo{

        display: inline-block;
    }
     .navul li{
        float: left;
        height: 70px;
        line-height: 70px;
        padding: 0 0 0 38px;
    }
    ul,li,input{
     outline: none;
     border: 0;
     padding: 0;
     margin: 0;
     list-style: none;
    }
    .navul{
     padding-top: 5px;
     float:right;
    }

    .navul>li>a {
        padding: 0 15px;
    }
    .caiIng{
        display: none !important;
    }
    .closeImg{
        display: none  !important;
    }


 }
@media (min-width: 1200px){
 .container {
        width: 1156px;
    }
}
 
 @media (max-width: 1200px){ 
   
    .liLogo{
        margin-right: 20px;
    }
    .navul li{
     float: left;
     height: 70px;
     line-height: 70px;
     padding: 0 0 0 38px;
 }
    .caiIng{
        float: right;
     }
     .closeImg{
        float: right;
        display: none  !important;
        transition: 0.3s;
    }
     .nav{
         display: block;
     }

 }
 .none{
    display: none !important;
 }

 @media (max-width: 1200px){
    .liLogo{
        margin-right: 20px;
    }
    .navul li{
     float: left;
     height: 70px;
     line-height: 70px;
     padding: 0 0 0 38px;
 }
    .caiIng{
        float: right;
     }
     .closeImg{
        float: right;
        display: none  !important;
        transition: 0.3s;
    }
     .nav{
         display: block;
     }

 }
 .none{
    display: none !important;
 }

 @media (min-width: 1200px){

    .navul li{
        float: left;
        height: 70px;
        line-height: 70px;
        padding: 0 0 0 25px;
    }

}

 .none{
    display: none !important;
 }
 @media (max-width: 992px){

   .nav {
       display: block;
   }
   .liLogo{
       width: 100%;
   }
   ul,li{
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
   }
   .navul{
       display: none;
       margin-top: 80px;
       transition: 0.3s;
   }

   .block{
       display: block !important;
       transition: 0.3s;
   }
   .compont{
        float: left;
    }

    .naDao{
        position: relative;
        padding: 0;
    }
    .liLogo a{
        display: inline-block;
        width: 70%;
        padding-bottom: 10px;
    }

    .navul{
        position: fixed;
        z-index: 11;
        left: 0;
        background:rgba(0,0,0,0.5);
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100vh;
    }

    .navPhoneImgcolse{
        position: fixed;
        top: 14px;
        right: 14px;
        width: 34px;
    }
    .closeImg{
        width: 100%;
    }
    .navPhoneImg span{
        width: 100%;
        display: inline-block;
        padding: 20px;
    }
    .navuldiv .navPhoneImg {
        display: block !important;
        height: auto;
        line-height: initial;
    }
    .navPhoneImg .daoImg {
        float: left;
        width: 100%;

    }

    .navuldiv{
        width: 200px;
        background: #000000;
        height: 100vh;
        padding-top: 10px;
    }
    .navuldiv li{
        height: 60px;
        line-height: 60px;
        text-align: center;
        width: 100%;
    }
    .navuldiv li a{
        font-size: 16px;
    }

    .caiIng{
        width: 42px;
        margin: 10px 0;
    }


}
.navPhoneImg{
    display: none;
}


@media (max-width: 768px){


    .navul{
        position: fixed;
        z-index: 16;
        left: 0;
        background:rgba(0,0,0,0.5);
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100vh;
    }
    .navul .navPhoneImg{
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .navPhoneImg span{
        width: 100%;
        display: inline-block;
        padding: 6px;
    }
    .navPhoneImgcolse{
        position: fixed;
        top: 14px;
        right: 14px;
        width: 34px;
    }
    .closeImg{
        width: 100%;
    }
    .navPhoneImg .daoImg {
        float: left;
        width: 100%;

    }

    .navuldiv{
        width: 50%;
        background: #000000;
        height: 100vh;
        padding-top: 10px;
    }
    .navuldiv li{
        height: 60px;
        line-height: 60px;
        text-align: center;
        width: 100%;
    }
    .navuldiv li a{
        font-size: 16px;
    }

    .liLogo{
        padding: 0;
    }
    .liLogo a{
        display: inline-block;
        width: 70%;
        padding: 6px;
    }
    .caiIng{
        width: 32px !important;
        height: 32px !important;
        margin: 15px 10px 0 0 ;
    }
    .navul .navPhoneImg{
        padding: 0 !important;
    }
    .navPhoneImg .daoImg{
        margin: 0;

    }
  .liLogo .daoImg {
      height: 40px !important;
      margin: 8px;
  }
    #toTop div { 
    width: 40px;
    height: 40px; 
     line-height: 40px;
}
    #toTop div img {
    width: 22px;
    height: 22px;
}
#toTop div:hover span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    background: #ed6100;
    color: #fff;
}
    
}


/*头部*/
.hea-top {
  background-color:#c95638;
}
.hea-con {
  height: 40px;
  overflow: hidden;
margin: 0 auto;
width: 1200px;
color: #c95638;
}
.hea-con span {
  display: inline-block;
  max-width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  color: #fdfdfd;
  overflow: hidden;
}
.hea-mid {
  height: 160px;
}
#h1-tag {
  float: left;
  max-width: 240px;
  height: 130px;
  display: table;
  padding: 15px 0;
}
#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
#h1-tag img {
  max-width: 240px;
  max-height: 130px;
  vertical-align: middle;
}
.hea-mid h2 {
  width: 580px;
  float: left;
  overflow: hidden;
  margin: 45px 0 0 20px;
  padding-left: 25px;
  border-left: 1px solid #d8d8d8;
}
.hea-mid h2 span {
  display: block;
  height: 36px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #4d4d4d;
  margin-bottom: 6px;
  overflow: hidden;
}
.hea-mid h2 em {
  display: block;
  height: 24px;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #888888;
  overflow: hidden;
}
.hea-phone {
  float: right;
  width: 260px;
  text-align: right;
  margin-top: 45px;
  padding-right: 70px;
  position: relative;
}
.hea-phone img {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 10px;
  right: 0;
  z-index: 1;
}
.hea-phone em {
  display: block;
  height: 32px;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  color: #4d4d4d;
  overflow: hidden;
}
.blk {
    background-color: #fbfafa;
}
.nav {
  height: 70px;
  background-color: #e8dfdf;
}
.nav-one {
  height: 70px;
}
.nav-one > li {
  float: left;
  position: relative;
  z-index: 10;
}
.nav-one > li > a {
  display: block;
  height: 70px;
  font-size: 16px;
  font-weight: normal;
  line-height: 70px;
  color: #c95639;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 120px;
}
.nav-one > li.cur > a,
.nav-one > li:hover > a {
  background-color: #f8f8f8;
  color: #c95639;
}
.nav-one > li:hover .nav-two {
  display: block;
}
.nav-two {
  display: none;
  background: #fff;
  position: absolute;
  top: 70px;
  z-index: 99;
}
.nav-two li {
  white-space: nowrap;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
  border-bottom: 1px solid #ccc;
}
.nav-two li a {
  display: block;
  height: 60px;
  padding: 0 15px ;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  color: #0d0d0f;
  text-align: center;
  overflow: hidden;
}
.nav-two li.cur,
.nav-two li:hover {
  border-bottom-color: #01a751;
}
.nav-two li.cur a,
.nav-two li:hover a {
  background-color: #01a751;
  color: #fff;
}
 .header {
    margin: 0 auto;
    width: 1200px;
}











