@charset "utf-8";
.header{box-sizing: border-box;text-align: center; 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: 4vw;}

.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:#0e98e7;}
.nav_xl_a:before, .nav_xl_a:after {position:absolute; content:''; left:0%; top:50%; margin-left: 0; width:40px; height:3px; 
    background:#0e98e7;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: 1.7vw 1.3vw;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: #0e98e7;}
.MenuList_f1 .menu li.on span{font-weight: bold;}
.MenuList_f1 .child{display: none;}
.MenuList_f1 .menu .lang{border: none;}
.MenuList_f1 .menu .lang a span{padding: 0 1em; border-radius: 5px;display: block;background: #0e98e7;color: #fff;}

.footer{box-sizing: border-box;background: #eeeeee; padding-top: 4vw;position: relative;}
.footer .R{width: 65%;float: right;}
.footer .R .link{width: calc(100% - 250px);}
.footer .main-w{position: relative;z-index: 1;}
.footer .slogo {width: 30%;}
.footer .slogo img{max-height: 113px;max-width: 100%;display: inline-block;}
.footer .link li{display: inline-block;margin: 0 1em 0 0;}
.footer .link2 {border-top: 1px solid #aaaaaa;padding-top: 10px;}
.footer .link2 li{display: inline-block;margin-right: 0.6em;margin-left: 0;}
.footer .ewm{width: 120px;margin-left: 2vw;}
.footer .ewm img{display: block;width: 100%;}
.footer .copyright{text-align: center;box-sizing: border-box;padding: 15px 0;background-color: #7d7d7d;position: relative;z-index: 1;}
.footer .copyright p,.copyright a{color: #fff;display: inline-block;}
@media screen and (min-width: 1250px){
    .MenuList_f1 .menu li:hover{background:#0e98e7;color: #fff;}
    .MenuList_f1 .menu .lang:hover span{color:#fff;background-color: #0e98e7;border-color: #0e98e7;}
    .footer a:hover {color: #0e98e7;}
}

@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(255,255,255,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(255,255,255,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{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); */}
    .header .main-w{width: 93%;}
    .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: 12vw;height: 14vw;margin-top: 0;}
    .nav_xl_a:before, .nav_xl_a:after,.nav_xl_a span{width: 100%;}
    .logo{height: 12vw;width: 70%;}
    .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: 4vw;}
    .support{float: none;}
    .footer .slogo img{max-width: 38%;}
    .footer .ewm{float: none;margin-left: auto;margin-right:auto;}
    .footer .R{float: none;width: 100%;}
}