.header{position: fixed;top: .4rem;left: 0;z-index: 188; width: 100%;transition: all ease .5s;}
.h-a{width: 100%;}
.h-cont{width:14rem;margin: 0 auto;position: relative; background-color: #ffffff; }
.h-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.h-left{float: left;padding-left: .38rem;}
.h-logo{display: block;cursor: pointer;height: .8rem;line-height: .8rem; }
.h-logo img{max-width: none;height: .42rem; }
 
.h-right{float: right;}
.h-h{display: inline-block;vertical-align: middle;  font-size: 0;}
.h-i{display: inline-block;cursor: pointer; padding: 0 .2rem;}
.h-j{display: inline-block;position: relative; color: #111111;line-height: .8rem;position: relative;} 
.h-j:after{content: '';position: absolute;bottom: .15rem;left: 0;width: 0;transition: all ease .5s;height: .03rem;background-color: #1f64e1;}
.h-i.active .h-j{color: #1f64e1;}

.h-sub{position: absolute;top: .8rem;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 .4rem 1.2rem;font-size: 0;}
.hs-left{display: inline-block;vertical-align: top;width:calc(100% - 5rem);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:before{content: '';position: absolute;bottom: -.02rem;left: 0;width: 0;height: .02rem;transition: all ease .5s;background-color: #1f64e1;}
.hs-link:after{content: '/';transition: all ease .5s; position: absolute;top: 50%;right: 0;transform: translate(0,-50%); color: #777777;}
.hs-link.active{color: #1f64e1; }
.hs-link.active:before {  width: 100%;}
.hs-link.active:after{content: '>';right: 3px; color: #1f64e1; }
.hs-right{display: inline-block;vertical-align: top;width: 5rem;padding-left: 1.85rem;}
.hs-img{display: none;width: 100%;}
.hs-img.show{display: block;}

/* 搜索 */ 
.h-k{display: inline-block;vertical-align: middle;margin-left: 2.45rem; }
.h-search{display: block;cursor: pointer; width: .8rem;height: .8rem;background-image: url('../images/m2.png');background-size: 1em auto;background-position: center center;background-repeat: no-repeat;background-color: #1f64e1;}
.hs-a{display: none;z-index: 108;white-space: nowrap; position: fixed;top: 1.5rem;left: 50%;transform: translate(-50%,0);}
.hs-form{font-size: 0;display: inline-block;}
.hs-text{border: none;padding: 0 .2rem; display: inline-block;vertical-align: middle; width: 6rem;height: 45px;background-color: #fff;color: #333;}
.hs-submit{border: none;display: inline-block;vertical-align: middle;cursor: pointer; width: 45px;height: 45px; background-color: #1f64e1;background-image: url('../images/m2.png');background-size: 18px auto;background-position: center center;background-repeat: no-repeat;}

.header.search-state .hs-a {display: block;}
.header.search-state .h-opa {display: block;} 

.header.fixed{top: 0;}
.header.fixed .h-cont{ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
 
.h-menu {display: none; position: absolute;cursor: pointer; top: 0;right:0; width: .8rem;height: .8rem;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;}
 
 
@media(min-width: 1200px) {  
    .h-i:hover .h-j{color: #1f64e1;}
    .h-i:hover .h-j:after{width: 100%;}
    .h-i.active .h-j:after{width: 100%;} 
} 

@media(max-width: 1200px) {    
   
    .h-logo img{height: 50%;} 

    .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%;position: relative; padding: 0 !important;margin: 0 !important;}
    .h-j {padding: 0;padding-left: 20px;height: 40px;line-height: 40px;color: #666;font-size: 16px;}
    .h-i.has-links: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-links.show:after {transform: rotate(90deg); background-image: url('../images/c-right2.png');}
    .hs-titles{display: none;}
    .hs-textbox{display: none;}
    .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: .8rem;}  
    .h-k{margin-left: 0;}  
 
    /* 菜单 */
    .h-menu {display: block; }
    .header.menu-state .h-h {transform: translate(0, 0);}
    .header.menu-state .h-opa {display: block;}
}

@media(max-width:750px) {   
    body{padding-top: .8rem !important;}
    .header{top: 0;}
    .h-cont{width: 100%;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
    .h-left{padding-left: 10px;}
    .hs-text{width: 5rem;height: 35px;}
    .hs-submit{height: 35px;} 
    .h-limg{display: none;}
}




