
.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;}
}

.md-about-1 .nav{width:100%;padding-bottom:0.5rem;background-size:cover;background-position:center center;background-repeat:no-repeat}
.md-about-1 .nav-cont{width:15.7rem;margin:0 auto}
.md-about-1 .nav-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}
.md-about-1 .nav-left{float:left;position:relative;z-index:88;width:2.6rem;margin-top:-0.7rem;text-align:center}
.md-about-1 .nav-left:before{content:"";position:absolute;top:-0.345rem;left:0;width:100%;height:0.35rem;background-image:url("/static/home/images/a19.png");background-size:2.6rem 0.35rem;background-position:center center;background-repeat:no-repeat}
.md-about-1 .nav-titles{position:relative;width:100%;line-height:0.7rem;color:#ffffff;background-color:#045489;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.md-about-1 .nav-list{width:100%;background-color:#f8f8f8}
.md-about-1 .nav-item{display:block;position:relative}
.md-about-1 .nav-one{width:100%;display:block;position:relative}
.md-about-1 .nav-link{display:block;position:relative;cursor:pointer;color:#333333;width:100%;padding:0.2rem 2em;line-height:1.8;border-bottom:1px solid rgba(0,0,0,0.08)}
.md-about-1 .nav-buttom{display:none;cursor:pointer;position:absolute;top:0;right:0;width:2em;height:100%}
.md-about-1 .nav-buttom:after{content:"+";position:absolute;top:50%;left:0;transform:translate(0,-50%);width:100%;text-align:center;font-weight:bold;font-size:1.2em}
.md-about-1 .nav-item.has-two .nav-buttom{display:block}
.md-about-1 .nav-item.show .nav-buttom:after{content:"-"}
.md-about-1 .nav-item:hover .nav-link{color:#ffffff;background-color:#045489;border-bottom:1px solid #045489}
.md-about-1 .nav-item:hover .nav-buttom:after{color:#fff}
.md-about-1 .nav-item.active .nav-link{color:#ffffff;background-color:#045489;border-bottom:1px solid #045489}
.md-about-1 .nav-item.active .nav-buttom:after{color:#fff}
.md-about-1 .nav-item.show .nav-link{color:#ffffff;background-color:#045489;border-bottom:1px solid #045489}
.md-about-1 .nav-item.show .nav-buttom:after{color:#fff}
.md-about-1 .nav-sub{display:none;width:100%}
.md-about-1 .nav-two{display:block;position:relative;cursor:pointer;color:#888888;width:100%;padding:0.2rem 0.15rem;line-height:1.8;border-bottom:1px solid rgba(0,0,0,0.08)}
.md-about-1 .nav-two:before{content:"";position:absolute;top:50%;left:0;transform:translate(0,-50%);width:0.04rem;height:1em;background-color:transparent}
.md-about-1 .nav-two.active:before{background-color:#333333}
.md-about-1 .nav-two:hover:before{background-color:#333333}
.md-about-1 .nav-right{float:right}
@media (max-width:750px){.md-about-1 .nav-cont{width:100%;max-width:500px;padding-left:10px;padding-right:10px}
.md-about-1 .nav-left{width:100%;margin-top:0}
.md-about-1 .nav-left:before{display:none}
.md-about-1 .nav-list{width:100%;text-align:center;padding:0.05rem 0;background-color:#fff}
.md-about-1 .nav-item{display:inline-block;vertical-align:middle;width:100%;margin:0 0 0.15rem}
.md-about-1 .nav-item.has-two{display:block;width:100%;margin:0 0 0.15rem}
.md-about-1 .nav-titles{display:none}
.md-about-1 .nav-right{width:100%}
}.md-about-1 .p-a{width:12.6rem;padding-top:1.12rem;padding-bottom:0.55rem}
.md-about-1 .p-cont{width:100%}
.md-about-1 .p-b{width:100%;font-size:0;padding-bottom:0.5rem}
.md-about-1 .p-c{display:inline-block;vertical-align:middle;width:8.3rem}
.md-about-1 .p-c .imgs{position:relative;padding-top:54%}
.md-about-1 .p-c img{width:100%}
.md-about-1 .p-d{display:inline-block;vertical-align:middle;padding:0.3rem 0.15rem 0.75rem;width:calc(100% - 8.3rem);padding-left:0.55rem;text-align:center;position:relative}
.md-about-1 .p-d:before{content:"";position:absolute;top:0;left:0.55rem;width:0.6rem;height:0.28rem;background-image:url("/static/home/images/a26.png");background-size:auto 0.28rem;background-position:left center;background-repeat:no-repeat}
.md-about-1 .p-d:after{content:"";position:absolute;bottom:0;right:0;width:0.6rem;height:0.28rem;background-image:url("/static/home/images/a27.png");background-size:auto 0.28rem;background-position:right center;background-repeat:no-repeat}
.md-about-1 .p-logo{display:inline-block;margin-bottom:0.25rem
    /* width:0.77rem; */
}
.md-about-1 .p-logo img{width:100%}
.md-about-1 .p-name{color:#045489;line-height:1.3;margin-bottom:0.25rem}
.md-about-1 .p-text{width:100%;margin:0 auto;color:#333333;max-width:15em;line-height:2}
.md-about-1 .p-e{width:100%;font-size:0}
.md-about-1 .p-left{width:8.3rem;padding-right:0.2rem;display:inline-block;vertical-align:middle}
.md-about-1 .p-titles{color:#045489;font-weight:bold;margin-bottom:0.35rem}
.md-about-1 .p-textbox{color:#555555;line-height:2;min-height:1.6rem}
.md-about-1 .p-textbox *{line-height:inherit}
.md-about-1 .p-list{width:100%;font-size:0}
.md-about-1 .p-item{display:inline-block;vertical-align:top;width:33.33%;width:25%;margin-top:0.3rem}
.md-about-1 .p-icon{display:block;height:0.2rem;margin-bottom:0.25rem}
.md-about-1 .p-icon img{max-width:none;height:100%}
.md-about-1 .p-tip{display:block;font-size:0}
.md-about-1 .p-nub{display:inline-block;vertical-align:top;margin-right:0.1rem;color:#045489;margin-bottom:0.2rem;font-weight:bold}
.md-about-1 .p-unit{display:inline-block;vertical-align:top;margin-top:0.08rem;color:#045489;font-weight:bold}
.md-about-1 .p-f{color:#666666;line-height:1.2;margin-bottom:0.2rem}
.md-about-1 .p-right{width:calc(100% - 8.3rem);padding-left:0.55rem;display:inline-block;vertical-align:middle}
.md-about-1 .p-right img{width:100%}
@media (max-width:750px){.md-about-1 .p-a{width:100%}
.md-about-1 .p-b{width:100%}
.md-about-1 .p-c{width:100%;margin-bottom:0.3rem}
.md-about-1 .p-d{width:100%;padding-left:0}
.md-about-1 .p-d:before{left:0}
.md-about-1 .p-left{width:100%;padding-right:0;margin-bottom:0.35rem}
.md-about-1 .p-right{width:100%;padding-left:0;text-align:center}
.md-about-1 .p-right img{width:auto}
.md-about-1 .p-item{padding-right:5px}
}

.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;} 
.f-right{display: block;width: 38.28%;background-color: #222222;padding: .75rem 2.6rem .25rem  .75rem;}
.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;justify-content: space-between;flex-wrap: wrap; flex: 1;}
.f-item{display: block;padding-right: .15rem;}
.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: 2.1;}
.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;}
    .f-rt{width: 100%;}
    .f-linkbox{width: 100%;text-align: center;}
    .f-link{padding: 0 .15rem;}
    .f-right{width: 100%;padding: .8rem 0;}
}

