body{padding-top: 1rem !important;}
.header{position: fixed;top: 0;left: 0;z-index: 388;width: 100%;height: 1rem;background-color: #fff;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
.h-a{width: 100%;}
.h-cont{width: 16rem;margin: 0 auto;}
.h-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.h-left{float: left;}
.h-logo{display: block;cursor: pointer; height: 1rem;line-height: 1rem;}
.h-logo img{height: 68%;}
.h-right{float: right;}
.h-h{display: inline-block;vertical-align: middle; font-size: 0;}
.h-i{display: inline-block;cursor: pointer;position: relative; margin: 0 .27rem; }
.h-j{display: inline-block;color: #333333;line-height: 1rem;position: relative;}  
.h-i.active .h-j{color: #2154bd;} 
.h-sub {position: fixed;top: 1rem;left: 0;width: 100%; z-index: 1000; display: none; background-color: #fff;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
.hs-cont{width: 100%;text-align: center;padding: .6rem .75rem .9rem;font-size: 0;}
.hs-left{display: inline-block;vertical-align: top;width:9.9rem;text-align: left;}
.hs-titles{display: block;color: #222222;margin-bottom: .3rem;}
.hs-textbox{color: #777777;line-height: 1.7;margin-bottom: .2rem;}
.hs-textbox *{line-height: inherit;}
.hs-links{width: 100%;}
.hs-link{display: inline-block;vertical-align: top;position: relative; width: calc(33.33% - .37rem);padding: .18rem 10px .18rem 0;color: #222222;line-height: 1.4; margin-right: .55rem;border-bottom: .02rem solid #eeeeee;}
.hs-link:nth-child(3n){margin-right: 0;}
.hs-link:after{content: '/';position: absolute;top: 50%;right: 0;transform: translate(0,-50%); color: #777777;}
.hs-link.active{color: #12509c;border-bottom: .02rem solid #12509c;}
.hs-link.active:after{color: #12509c; }
.hs-right{display: inline-block;vertical-align: top;width:calc(100% - 9.9rem);padding-left: 1.85rem;}
.hs-img{display: none;width: 100%;}
.hs-img.show{display: block;}

.h-search{display: inline-block;vertical-align: middle;margin-left: .27rem;	font-size: 0; background-color: #ffffff;border-radius: 20px;border: solid 1px #eeeeee;}
.h-form{display: block;}
.h-text{display: inline-block;vertical-align: middle;border: none;background-color: transparent; width: 2.05rem;min-width: 80px;height: 40px;padding: 0 .2rem;color: #333333;}
.h-submit{display: inline-block;vertical-align: middle;border: none;background-color: transparent;cursor: pointer;color:transparent;  width: 55px;height: 40px;background-image: url('../images/c2.png');background-size: 15px auto;background-position: center center;background-repeat: no-repeat;}

.h-menu {display: none; position: absolute;cursor: pointer; top: 0;right:0; width: 1rem;height: 1rem;background-image: url('../images/c-menu.png');background-size: .6rem auto;background-position: center center;background-repeat: no-repeat;}
.h-opa {display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 10;cursor: pointer;}


.header input::-webkit-input-placeholder,
.header textarea::-webkit-input-placeholder{color: #cccccc;}
.header input:-moz-placeholder,
.header textarea:-moz-placeholder{color: #cccccc;}
.header input::-moz-placeholder,
.header textarea::-moz-placeholder{color: #cccccc;}
.header input:-ms-input-placeholder,
.header textarea:-ms-input-placeholder{color: #cccccc;}

@media(max-width: 1400px){
    .h-i{margin: 0 .2rem;}
    .h-search{margin-left: .2rem;}
}
 

@media(min-width: 1200px) {  
   .h-i:hover .h-j{color: #2154bd;}  

}
@media(max-width: 1200px) {  
    .h-cont{width: 100%;padding-left: 10px;padding-right: 10px;}

    .h-h {width: 260px;position: fixed;text-align: left; right: 0;top: 0;height: 100vh;background-color: #fff;margin-right: 0;padding-top: 10px;padding-bottom: 10px;overflow: auto;z-index: 1000;transform: translate(100%, 0);transition: transform .3s;}
    .h-i {width: 100%;padding: 0 !important;margin: 0 !important;}
    .h-j {padding: 0;padding-left: 20px;height: 40px;line-height: 40px;color: #333;font-weight: bold; font-size: 16px;}
    .h-i.has-nav:after {content: "";background-image: url('../images/c-right.png');background-size: 18px auto;background-position: center center;background-repeat: no-repeat; display: inline-block;width: 40px;height: 40px;line-height: 40px;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;color: #333;}
    .h-i.has-nav.show:after {transform: rotate(90deg); background-image: url('../images/c-right2.png');}
    .h-sub {position: relative;top: 0;background-color: #fff;box-shadow: none;left: 0;transform: translate(0,0);width: 100% !important;}
    .hs-cont{padding: 20px 30px;}
    .hs-left{width: 100%;}
    .hs-right{display: none;}
    .hs-link{width: 100%;margin-right: 0;padding: 15px 10px 15px 0;}

    .h-right{margin-right: 1rem;} 
    .h-search{margin-left: 0;margin-top: calc(.5rem - 15px );}
    .h-text{height: 30px;}
    .h-submit{width: 40px; height: 30px;}
 
    /* 菜单 */
    .h-menu {display: block; }
    .header.menu-state .h-h {transform: translate(0, 0);}
    .header.menu-state .h-opa {display: block;}
}

.new-bth{
    margin-left: 0;
    overflow: hidden;
    cursor: pointer;
}
.new-bth  span{
    display: inline-block;
    padding: 0.1rem;
    line-height: 1;
    box-sizing: border-box;
}
.new-bth  .on{
    background-color: #e5e6e7;
}

