
.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: #045489;}
.h-i.active .h-j{color: #045489;}

.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 .8rem;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: #045489;}
.hs-link:after{content: '/';transition: all ease .5s; position: absolute;top: 50%;right: 0;transform: translate(0,-50%); color: #777777;}
.hs-link.active{color: #045489; }
.hs-link.active:before {  width: 100%;}
.hs-link.active:after{content: '>';right: 3px; color: #045489; }
.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('/static/home/images/m2.png');background-size: 1em auto;background-position: center center;background-repeat: no-repeat;background-color: #045489;}
.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: #045489;background-image: url('/static/home/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('/static/home/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: #045489;}
    .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('/static/home/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('/static/home/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;}
}

/* 语言 */
.h-language { display: inline-block; vertical-align: middle; padding: 0 .2rem; margin: 0 .2rem 0 .36rem; position: relative; }
.hl-tip { color: #333; line-height: .8rem; }
.hl-tip:after { content: ''; display: inline-block; vertical-align: top; margin-left: .25rem; width: 12px; height: .8rem; background-image: url("/static/home/images/g33.png"); background-size: 12px auto; background-position: center center; background-repeat: no-repeat; }
.hl-list { display: none; width: 80px; background-color: #fff; position: absolute; left: 50%; top: 100%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
.hl-item { display: block; cursor: pointer; width: 100%; padding: 10px 5px; line-height: 1.5; text-align: center; font-size: 14px; color: #666; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.hl-item:hover { background-color: #045489; color: #fff; }
.h-language:hover .hl-list{ display: block; }

.g-a{width: 100%;position: relative;}
.g-img{width: 100%;}
.g-img img{width: 100%;}
.g-cont{position: absolute;left: 0;top: 33.5%; width: 14rem; max-width: 90%;padding: 0 10px;text-align: center; right: 0; margin: auto;}
.g-titles{position: relative;font-weight: bold; letter-spacing: .04rem;color: #ffffff;padding-bottom: .3rem;margin-bottom: .35rem;}
.g-titles:after{content: '';position: absolute;bottom: 0;left: 50%;margin-left: -.19rem;	width: .38rem;height: .02rem;background-color: #ffffff;}
.g-text{color: #ffffff;line-height: 1.5;}
.g-text *{line-height: inherit;}

@media(max-width: 750px){ 
    .g-cont{top: 50%;transform: translate(0,-50%);}
}

@media(max-width: 500px){
    .g-img img{height: 280px;object-fit: cover;}
}

/* p5004 联系我们 */
.ml-a{width: 100%;background-color: #f7f7f7;padding-bottom: .95rem;}
.ml-b{width: 17.7rem;margin: 0 auto; max-width: 100%;}
.ml-cont{width: 100%;}
.ml-top{
    width: 100%;position: relative;z-index: 28;margin-bottom: .9rem; margin-top: -1.55rem;background-color: #ffffff;box-shadow: 0px 6px 10px 0px rgba(41, 41, 41, 0.09);
    display: flex;
}
.ml-c{
    width: calc(660 / 1770 * 100%);padding: 1.15rem .7rem ;
    /* min-height: 8.86rem; */
    background-image: url('/static/home/images/g29.png'); background-size: 100% auto;background-position: bottom center;background-repeat: no-repeat;
}
.ml-titles{color: #000000;padding-bottom:  .44rem;position: relative;margin-bottom: .25rem;}
.ml-titles:before{content: '';position: absolute;bottom: 0;left: 0; width: .2rem;height: .02rem;background-color: #045489;}
.ml-textbox{max-width: 20em; line-height: 1.2;	letter-spacing: .02rem;color: #666666;}
.ml-textbox *{line-height: inherit;}

.ml-map{
    /* position: absolute;top: 0;right: 0;width: 11.1rem;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat; */
    flex: 1;
}
.ml-map .img{ display: block; width: 100%; }
.ml-bottom{width: 100%;padding-left: .75rem;}
.ml-form{width: 100%;}
.ml-d{width: 100%;color: #000000;margin-bottom: .4rem;}
.ml-e{width: 100%;position: relative;}
.ml-e:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.ml-left{float: left;width: 4.55rem;  }
.ml-g{color: #333333;line-height: 1.3;margin-bottom: .55rem;}
.ml-list{display: block;width: 100%;}
.ml-one{width: 100%;display: block;margin-bottom: .48rem;}
.ml-icon{display: block;margin-bottom: .2rem; width: .6rem;height: .6rem;text-align: center;line-height: .56rem;border-radius: 50%; background-color: #045489;border: solid .02rem #045489;}
.ml-icon img{max-width: 50%;max-height: 50%;}
.ml-text{width: 100%;}
.ml-h{margin-bottom: .1rem; color: #333333;}
.ml-i{color: #999999;}

.ml-right{float: right;width: 11.25rem;}
.ml-item{width: 100%;font-size: 0;margin-bottom: .2rem;}
.ml-tip{display: inline-block;vertical-align: top;color: #333333;line-height: .6rem;width: 6em;}
.ml-tip span{color: #045489;}
.ml-k{display: inline-block;vertical-align: top;width: calc(100% - 6em);}
.ml-l{display: block;width: 100%;color: #333333;height: .6rem;padding: 0 .2rem; background-color: #ffffff;border: solid 1px #cccccc;}
.ml-textarea{display: block;width: 100%;color: #333333;min-height: 120px; height: 1.95rem;line-height: .4rem; padding: .1rem .2rem; background-color: #ffffff;border: solid 1px #cccccc;}
.ml-m{width: 100%;padding-left: 6em;}
.ml-submit{display: inline-block;cursor: pointer;border: none;background-color: #383b44; color: #ffffff;padding: .2rem 1.3rem; }
.ml-submit:hover{background-color: #045489;color: #fff;}
/* pc */
@media(min-width: 900px){ 
    .ml-e:before{content: '';position: absolute;top: 0;left: 4.55rem;width: 1px;height: 100%;background-color: #e5e5e5;}
    .ml-j{width: 100%;font-size: 0;}
    .ml-j .ml-item{display: inline-block;vertical-align: middle;width: 50%;padding-right: .3rem;}
    .ml-j .ml-item:nth-child(2n){ padding-right: 0; padding-left: .3rem;}
}
/* 手机 */
@media(max-width: 900px){ 
    .ml-b{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .ml-top{margin-top: -.5rem; display: block;}
    .ml-c{width: 100%;min-height: 1rem; padding: .5rem  .45rem .8rem;}
    .ml-map{position: relative;width: 100%;height: 5rem;}
    .ml-bottom{width: 100%;padding-left: 0;}
    .ml-left{width: 100%;}
    .ml-right{width: 100%;}
}

.footer{width: 100%;background-color: #121212;}
.f-cont{width: 100%;font-size: 0;display: flex;flex-wrap: wrap; }
.f-left{display: block;
    /* width: 61.72%; */
    /* padding: .75rem .6rem .25rem 2.6rem; */
    flex: 1;
    padding: .75rem .6rem .25rem;
} 
.f-right{display: block; background-color: #222222;
    /* width: 38.28%; */
    /* padding: .75rem 2.6rem .25rem  .75rem; */
    padding: .75rem .6rem .25rem;
    width: 5rem;
}
.f-main{width: 100%;margin: 0 auto;}
.f-top{width: 100%;margin-bottom: 1.25rem; display: flex;}
.f-top:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.f-lt{float: left;max-width: 3.5rem; margin-right: .2rem;}
.f-phone{display: inline-block;cursor: pointer;color: #ffffff;font-weight: bold;margin-bottom: .32rem;}
.f-textbox{color: rgba(255,255,255,.5);line-height: 2.1;margin-bottom: .3rem;}
.f-textbox *{line-height: inherit;}
.f-sharebox{width: 100%;}
.f-share{display: inline-block;vertical-align: middle;cursor: pointer;position: relative; margin-right: .24rem;}
.f-icon{display: block; width: 1em;opacity: .3;}
.f-icon img{width: 100%;}
.f-sub{display: none; position: absolute;top: 100%;left: 50%;transform: translate(-50%,0);padding-top: 15px;}
.f-code{width: 1.05rem;min-width: 80px;position: relative;}
.f-code:before{content: '';position: absolute;top: -6px;left: 50%;margin-left: -5px; border-bottom: 6px solid #fff;border-left: 5px solid transparent;border-right: 5px solid transparent;}
.f-code img{width: 100%;}
 
.f-share:hover .f-icon{opacity: 1;}

.f-rt{float: right; 
    /* width: 4.65rem;font-size: 0; */
    display: flex;
    flex-wrap: wrap; 
    /* justify-content: space-between; flex: 1; */
}
.f-item{display: block;padding-right: .15rem; max-width: 24em;}
.f-one{display: block; color: #ffffff;margin-bottom: .32rem;}
.f-twobox{display: inline-block;vertical-align: top;}
.f-two{display: block;cursor: pointer;color: rgba(255,255,255,.5);line-height: 1.3; margin-bottom: 1em;}
.f-two:hover{color: #fff;}
.f-linkbox{display: block;width: 100%;font-size: 0;}
.f-link{display: inline-block;vertical-align: middle;cursor: pointer;padding-right: .12rem; color: rgba(255,255,255,.5);line-height: 1.71;}
.f-link:hover{color: #fff;}


.f-form{width: 100%;}
.f-form input::-webkit-input-placeholder,
.f-form textarea::-webkit-input-placeholder{color: rgba(255,255,255,.3);}
.f-form input:-moz-placeholder,
.f-form textarea:-moz-placeholder{color: rgba(255,255,255,.3);}
.f-form input::-moz-placeholder,
.f-form textarea::-moz-placeholder{color: rgba(255,255,255,.3);}
.f-form input:-ms-input-placeholder,
.f-form textarea:-ms-input-placeholder{color: rgba(255,255,255,.3);}
.f-row{width: 100%;margin-bottom: .2rem;}
.f-input{display: block;border: none; width: 100%;height: .42rem;padding: 0 .2rem; background-color: rgba(255,255,255,.1);color: #fff;}
.f-textarea{display: block;border: none; width: 100%;height: .9rem;line-height: .24rem; padding: .1rem .2rem; background-color: rgba(255,255,255,.1);color: #fff;}
.f-buttom{width: 100%;}
.f-submit{display: block;width: 100%; cursor: pointer;border: none;color: #ffffff;height: .42rem;line-height: .42rem;text-align: center; background-color: #045489;}

@media(max-width:1500px) {  
    .f-left{padding-left: 4%;}
    .f-right{padding-right: 4%;}
}
@media(max-width:1150px) {  
    .f-input{height: 32px;}
    .f-textarea{height: 60px;padding: .1rem .2rem;line-height: 20px;}
    .f-submit{height: 32px;line-height: 32px;}
}
@media(max-width:900px) {  
    .f-main{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .f-left{width: 100%;padding: .8rem 0;}
    .f-top{display: block;}
    .f-lt{width: 100%;margin-bottom: .5rem;text-align: center;max-width: 100%;margin-right: 0;}
    .f-item{padding: 0 .1rem; width: 100%; max-width: 100%; margin-bottom: 10px; }
    .f-rt{width: 100%;}
    .f-linkbox{width: 100%;text-align: center;}
    .f-link{padding: 0 .15rem;}
    .f-right{width: 100%;padding: .8rem 0;}
}

