@charset "utf-8";
.header{box-sizing: border-box;text-align: center;position: absolute; top: 0;border-bottom: 1px solid #d6d8dc; z-index: 6;width: 100%;}
.header .main-w{position: relative;height: 100%;}
.logo{display: inline-block;position: absolute;top: 50%; transform: translate(0, -50%);-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);left: 0;}
.logo img{display: block;max-height: 3vw;}

.nav_xl_a {position:relative;cursor:pointer;z-index:999;display: none;width:50px; height:50px;float: right;}
.nav_xl_a span {position:absolute; opacity:1; left:0; top:50%; margin-left:0; width:40px; height:3px; background:#fff;}
.nav_xl_a:before, .nav_xl_a:after {position:absolute; content:''; left:0%; top:50%; margin-left: 0; width:40px; height:3px; background:#fff; transition:.4s all ease;}
.nav_xl_a:before {-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}
.nav_xl_a:after {-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}
.a1:before {-webkit-transform:rotate3d(0,0,1,45deg); transform:rotate3d(0,0,1,45deg);}
.a1:after {-webkit-transform:rotate3d(0,0,1,-45deg); transform:rotate3d(0,0,1,-45deg);}
.a1 span{display: none;}

.MenuList_f1{z-index: 11;float: right;text-align: left;position: relative;}
.MenuList_f1 .menu{font-size: 0;text-align: center;}
.MenuList_f1 .menu li h3{font-weight: normal;}
.MenuList_f1 .menu li{display: inline-block;}
.MenuList_f1 .menu li a{display: block;padding: 2vw 1.5vw;position: relative;}
.MenuList_f1 .menu li a span{font-size: 16px;line-height: 2em;display: block;overflow:hidden;position: relative;
text-overflow:ellipsis;white-space:nowrap;box-sizing: border-box;}
.MenuList_f1 .menu li.on{font-weight: bold; color: #fff;background:#0A78CA;}
.MenuList_f1 .menu li.on span{font-weight: bold;}
.MenuList_f1 .child{display: none;}
.MenuList_f1 .menu .lang{border: none;margin-left: 4vw;}
.MenuList_f1 .menu .lang a span{padding: 0 1em; border-radius: 5px;display: block; padding-left: 2em;
    background: url(../images/lang.png) left center no-repeat; background-size: auto 1.5em;transform: scale(0.9);
}
.tel {padding-top: 2.2vw;}
.tel span{display: block; padding-left: 2em; padding-left: 2em;font-size: 14px;line-height: 2em;
    background: url(../images/tel.png) left center no-repeat; background-size: 1.4em auto;}

.footer{box-sizing: border-box;background: #0061ae; padding-top: 0;position: relative;}
.footer:before{content: "";display: block;width: 100%;height: 4vw;position: absolute;top: -2vw;left: 0;background-color: #0061ae;border-radius: 50%;}
.footer .main-w{position: relative;z-index: 1;}
.footer .slogo img{max-height: 113px;max-width: 100%;display: inline-block;}
.footer .link li{display: inline-block;margin: 0 1em 0.5em 1em;}
.footer .link2 li{display: inline-block;margin-right: 1em;margin-left: 0;}
.footer .ewm{width: 120px;}
.footer .ewm img{display: block;width: 100%;}
.footer .copyright{text-align: left;box-sizing: border-box;padding: 15px 0;background: #005192 url(../images/ce.png) no-repeat 84% center;position: relative;z-index: 1;background-size: auto 48%;}
.footer .copyright p,.copyright a{color: #fff;display: inline-block;}
@media screen and (min-width: 1250px){
    .MenuList_f1 .menu li:hover{background:#2c7ab8;color: #fff;}
    .MenuList_f1 .menu .lang:hover span{color:#fff;background-color: #2c7ab8;border-color: #2c7ab8;}
    .footer a:hover {color: #2c7ab8;}
}

@media screen and (max-width: 1125px){
    .logo img{max-height: 40px;max-width: 100%;}
    .header{position: fixed;width: 100%;top: 0;left: 0;z-index: 99;padding: 0; height: 80px;background: rgba(0,97,174,0.8);}
    .nav_xl_a{margin-top: 15px;display: block;}
    .logo{transform: translate(0, -50%);-webkit-transform: translate(0, -50%);}
    .stiky .MenuList_f1{display: block;}
    .tel{display: none;}

    .MenuList_f1{display: none;width: 100%;position: fixed;right: 0;top: 80px;background:rgba(0,97,174,0.8);padding: 5vw 0;}
    .MenuList_f1 .menu li {width: 100%;text-align: center;margin-left: 0;border: none;}
    .MenuList_f1 .menu li a span{font-size: 18px;width: auto;}
    .MenuList_f1 .menu li a b{display: none;width: auto;}
    .MenuList_f1 .menu li a{padding: 1em 0;}
    .MenuList_f1 .menu li.on{color:#fff;font-weight: bold;text-decoration: underline;}
    .MenuList_f1 .menu .lang{margin-left: 0;border: none;width: auto;margin-top: 10px;}
    .MenuList_f1 .menu .lang a span{border: none;}
    .copyright{line-height: 1.5;}
    .footer{padding-top: 60px;}
    .footer .link{display: none;}
    .footer .fr .txt{width: 340px;max-width: 100%;}
    .footer .fr .txt .f-22{font-size: 22px;}

}
@media screen and (max-width: 640px){
    .header{height: 14vw;box-shadow: 0px 5px 5px rgba(0,0,0,0.1);border-bottom: none;}
    .MenuList_f1{top: 14vw;padding: 6vw 0;}
    .MenuList_f1 .menu li a{padding: 0;}
    .MenuList_f1 .menu li a span{font-size: 4.2vw;padding: 1vw 0;line-height: 1.8;}
    .nav_xl_a{width: 8vw;height: 14vw;margin-top: 0;}
    .nav_xl_a:before, .nav_xl_a:after,.nav_xl_a span{width: 100%;}
    .logo{height: 8vw;width: 50%;}
    .logo img{max-height: 100%;width: auto;max-width: 100%;height: auto;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}

    .footer{padding-top: 8vw;}
    .support{float: none;}
    .footer .slogo img{max-width: 38%;}
}