@charset "utf-8";
.header{z-index: 10;box-sizing: border-box;position: relative;top:0;left:0;width:100%;color: #fff;border-bottom: 1px solid #fff;
    transition:.3s all ease-out;-ms-transition:.3s all ease-out;-webkit-transition:.3s all ease-out;
}
.header .main-w{width: 83.3%;height: 100%;z-index: 5;position: relative;}
.header .L{width: 20%;}
.header .R{max-width: 80%;box-sizing: border-box;}
.header .R .btn{padding: 2vw 0;}
.header .logo{display: block;position: absolute;height: 100%; top: 0;bottom: 0;width: 28vw;}
.header .logo img{max-height: 100%;max-width: 100%;width: auto;
    position: absolute;top: 50%;left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.header .logoc{display: none;}
.header .logo.mob{display: none;}

.ceng{width: 100%;height: 0;max-height:70vh;background: rgba(0,0,0,0.6);position: fixed;top: 0;left: 0;
    transition:.6s all ease-out;-ms-transition:.6s all ease-out;-webkit-transition:.6s all ease-out;
}
.MenuList_f1{ z-index: 2;line-height: 1.6;box-sizing: border-box;text-transform: capitalize;text-align: left;float: left;margin-right: 2.6vw;
}
.MenuList_f1 .stmenu{float: left;position: relative;margin-right: 2.2vw;}
.MenuList_f1 .drop{display: block;font-size: 16px;white-space: nowrap;position: relative;}
.MenuList_f1 .drop span{display: block;line-height: 48px;padding: 2vw 0; position: relative;
    background-position: center 85%;background-repeat: no-repeat;
}
.MenuList_f1 .stmenu>h3{position: relative;}
.MenuList_f1 .child{display: none;z-index: 2;position: absolute;padding: 20px 0;width: 140px;background:rgba(255,255,255,0.8);
    position: absolute;left: 50%;
    transform: translate(-50% , 0);-ms-transform: translate(-50% , 0);-webkit-transform: translate(-50% , 0);
}
.MenuList_f1 .child a{display: block;}
.MenuList_f1 .child span{height: auto;font-size: 14px;line-height: 1.5;display: block;text-align:left;padding: 0.5em 1em;text-align: center;}
.MenuList_f1 .child li+li{margin-top: 10px;}
.MenuList_f1 .on>h3 .drop span{background-image: url(/public/static/images/icon.png);}

.s-open .topnav{display: none;}
.header .s_ceng{position: relative;z-index:9;height: 48px;border-radius: 14px;line-height: 1.5;
    transition:.4s all ease;-ms-transition:.4s all ease;-webkit-transition:.4s all ease;box-sizing: border-box;}
.header .s_ceng input{float:left; text-indent: 1em;text-align: left; width: 0;height: 48px; line-height: 48px;
  border:none;outline: none;background: transparent;color: #fff;outline: none;position: relative; z-index: 2;
  transition:.4s all ease;-ms-transition:.4s all ease;-webkit-transition:.4s all ease;}
.header .s_ceng .s {border-radius: 50%;outline: none;float: right;height: 48px;width: 48px;box-sizing: border-box;position: relative;
   border:1px solid #fff; background:url(/public/static/images/ih-1.png) center no-repeat;background-size: auto 50%;z-index: 2;
    transition:.6s all ease-out;-ms-transition:.6s all ease-out;-webkit-transition:.6s all ease-out;
}
.header .s_ceng form .s{position: absolute;right: 0;}
.header .s_ceng form{display: none;z-index: 2;display: inline-block;border-bottom: 1px solid #fff;}
.header .s_ceng form.show input{width: 10em;}
#s-btn.close{background-image: url(/public/static/images/colse.png);}

.lang {position: relative;z-index: 5;margin-left: 1vw;}
.lang #btnxl{border:1px solid #fff;color: #fff; border-radius: 50%;font-size: 16px;height: 48px;width: 48px;
    padding: 0 21px 0 0; display: block;position: relative;box-sizing: border-box;background:url(/public/static/images/ih-2.png)  center no-repeat;
    background-size: auto 50%;
    transition:.6s all ease-out;-ms-transition:.6s all ease-out;-webkit-transition:.6s all ease-out;
}
.lang .sllist{ display: none;overflow: hidden;position: absolute;top: 39px;left: 50%;width: 56px;overflow: hidden;
 transform: translate(-50% , 0);-ms-transform: translate(-50% , 0);-webkit-transform: translate(-50% , 0);padding: 10px 0;}
.lang .sllist li{margin-bottom: 5px;}
.lang .sllist a{border-radius: 5px;color: #fff;display: block;font-size: 14px;margin: 0 auto;width: 100%;
    line-height: 1.8;text-align: center;border:1px solid #fff;box-sizing: border-box; }

.nav_xl_a {position:relative;cursor:pointer;width: 35px;height: 35px;margin-left: 3vw;
    background: url(/public/static/images/menu.png) right center no-repeat;background-size: contain;}
.nav_xl_a .c, .nav_xl_a .o{position: absolute;top: 0;left: 1.5vw;line-height: 40px; height: 40px;
    transition:.3s all ease-out;-ms-transition:.3s all ease-out;-webkit-transition:.3s all ease-out;
}
.nav_xl_a .c{opacity: 0;top: 20px;}
.a1 {background-image: url(/public/static/images/colse-b.png);}
.a1 .c{opacity: 1;top: 0;}
.a1 .o{opacity: 0;top: -20px;}

::-webkit-input-placeholder {color: inherit;font-size: inherit;}
::-moz-placeholder {color: inherit;font-size: inherit;}
:-ms-input-placeholder {color: inherit;font-size: inherit;}

.menu-open .ceng{height: 475px;}
.menu-fix, .menu-open{position: fixed;}
.menu-color {background:rgba(255,255,255,0.8);}
.menu-color .logow{display: none;}
.menu-color .logoc{display: inline-block;}
.menu-color{color: #4c4c4c;}
.menu-color .s_ceng .s{border-color: #7f7f7f;color: #7f7f7f;background-image: url(/public/static/images/ihh-1.png);}
.menu-color .lang .sllist a{background-color: #ed7d01;border-color: #ed7d01;}
.menu-color .lang #btnxl{background-color: #ed7d01;border-color: #ed7d01;}
.menu-color .s_ceng input{color: #666;}
.menu-color .s_ceng form{border-color: #4e4e4e;}
.menu-color .MenuList_f1 .on>h3 .drop span{background-image: url(/public/static/images/iconh.png);color: #ed7d01;}
.menu-color  #s-btn.close{background-image: url(/public/static/images/colse-b.png);}

.footer .main-w{width: 1600px;max-width: 90%;}
.footer{box-sizing: border-box;background: #f4f5f8;position: relative; padding: 3vw 0 0 0;}
.footer .M{border-bottom: 1px solid #ed7d01;padding-bottom: 2vw;}
.footer .L{width: 870px;max-width: 70%;}
.footer img{max-width: 100%;}
.footer .phone{border-radius: 5px;text-align: center;padding: 0 0.5em;box-sizing: border-box;max-width: 100%;display: inline-block;}
.footer .ewm-f{padding-top: 2vw;border-top: 1px solid #fff;}
.footer .ewm{width: 140px;}
.footer .ewm img{max-width: 140px;width: auto;display: inline-block;}
.footer .txt{max-width: 59%;margin-right: 2%; width: 550px;}
.footer .map a{display: block;border-radius: 5px;margin-top: 1.5vw;padding: 0.3em 0;text-align: center;background-color: #707070;
    transition:.3s all ease-out;-ms-transition:.3s all ease-out;-webkit-transition:.3s all ease-out;
}
.footer .map a.b-ed7d01{background-color: #ed7d01;}
.footer .map{width: 35%;}
.footer .phone-list li{display: inline-block;margin-right: 1em;}
.footer .M .link li{display: inline-block;}
.footer .M .link li + li{margin-left: 3em;}
.footer .M .R{width: calc(100% - 300px);text-align: right;padding-top: 36px;}
.footer .M .L{width: 200px;}
.footer .M .L img{height: 70px;}

.footer .link2 {background-color: #4d4d4d;padding: 10px 0 5px 0;}
.footer .link2 li{margin-right: 0.8em;width: auto;margin-bottom: 5px;line-height: 26px;height: 26px;float: left;}
.footer .link2 li a{display: block;}
.footer .link2 img{display: inline-block;width: 1.8em;float: left;margin-right: 0.5em;}
.footer .copyright{box-sizing: border-box;padding: 10px 0;background-color: #333333;}
.footer .copyright p,.copyright a{display: inline-block;}
@media screen and (min-width: 1250px){
    .MenuList_f1 .child a:hover span{color:#ed7d01;}
    .MenuList_f1 .stmenu:hover .drop span{background-image: url(/public/static/images/icon.png);}
    /* .MenuList_f1 .stmenu .drop span{color: #ff5a24;} */
    .footer a:hover{color: #ed7d01;}
    .footer .map a:hover span,.footer .map a:hover{background: #ed7d01;color: #fff;}
    .menu-color .MenuList_f1 .stmenu:hover .drop span {background-image: url(/public/static/images/iconh.png);color: #ed7d01;}
    .footer .map a.b-ed7d01:hover{background:#fff;color: #ed7d01;}
}
@media screen and (max-width: 1550px){
    .MenuList_f1{margin-right: 2vw;}
}
@media screen and (max-width: 1445px){
    .header .main-w{width: 88%;}
    .MenuList_f1 .drop span{font-size: 14px;}
}

@media screen and (max-width: 1125px){
    .menu-color .s_ceng input{height: 35px;line-height: 35px;}
    .header .s_ceng{height: 35px;}
    .lang #btnxl,.header .s_ceng .s{width: 35px;height: 35px;}
    .topnav{display: none;}
    .header .logo img{max-height: 50px;max-width: 40vw;height: auto;}
    .header .main-w{width: 90%;}
    .header .R{line-height: 80px;}
    .header .R .btn{padding: 0;}
    .header{position: fixed;width: 100%;top: 0;left: 0;z-index: 99;height: 80px;}
    .ceng{width: 45%;height: 80px;left: auto;right: 0;display: none;}

    .MenuList_f1{display: none; width: 45%;height: calc(100% - 80px);position: fixed;right: 0;top: 80px;margin-right:0;padding: 2vw 4% 0 4%;
        box-sizing: border-box;bottom: 0;overflow-y: scroll;overflow-x: hidden; background: rgba(255,255,255,0.8);z-index: 5;text-align: left;
    }
    .MenuList_f1 .child{position: static;width: 100%;padding-top: 1vw;}
    .MenuList_f1 .child li{float: left; width: 33.3%; margin-right: 0;background: none;text-align: center;box-sizing:border-box;padding: 0 2vw;}
    .MenuList_f1 .child span{padding: 10px 0;line-height: 1.5;height:auto;text-align:center;}
    .MenuList_f1 .child:after{content: "";display: block;clear: both;}
    .MenuList_f1 .child li+li{margin-top: 0;}
    .MenuList_f1 .stmenu{display: block;padding: 0;width: 100%;position: relative;margin-bottom: 2vw;}
    .MenuList_f1 .drop{padding: 0;}
    .MenuList_f1 .drop span{padding: 10px 0;position: relative;height: auto;line-height: 1.5;}
    .MenuList_f1 .fa .drop span:after{content: '';display: block;width: 7px;height: 7px;z-index: 0;
        position: absolute;right: 7px;top: 50%;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        transition: 0.5s ease 0s;
    } 
    .MenuList_f1 .on .drop span{background: none !important;color: #ff5a24;}
    .MenuList_f1 .fa .drop span:after{border-color: #81828b;}
    .copyright{line-height: 1.5;}
    .nav_xl_a{display: inline-block;}

    .header{background:rgba(255,255,255,0.8);}
    .header .logow{display: none;}
    .header .logoc{display: inline-block;}
    .header .s_ceng .s{border-color: #7f7f7f;color: #7f7f7f;background-image: url(/public/static/images/ihh-1.png);}
    .lang .sllist a{background-color: #ed7d01;border-color: #ed7d01;}
    .lang #btnxl{background-color: #ed7d01;border-color: #ed7d01;}
    .s_ceng input{color: #666;}
    .s_ceng form{border-color: #4e4e4e;}
    #s-btn.close{background-image: url(/public/static/images/colse-b.png);}

    .footer .map{display: none;}
    .footer .L{width: 500px;}
    .footer .txt{width: 100%;max-width: 100%;}
    .footer .R{width: 140px;}
}
@media screen and (max-width: 640px){
    .header .main-w{width: 94%;}
    .header .R{line-height: 14vw;}
    .header{height: 14vw;}
    .header .logo img{max-height: 8vw;max-width: 65vw;height: auto;}
    .MenuList_f1{top: 14vw;padding: 6vw 0;}
    .MenuList_f1 .drop{padding: 0;}
    .MenuList_f1 .drop span{font-size: 4.2vw;padding: 1vw 0;line-height: 1.8;}
    .lang .sllist a{font-size: 3.8vw;}
.header .logo.pc{display: none;}
.header .logo.mob{display: block;}
    
    .menu-fix, .menu-open{position: fixed;}

    .nav_xl_a{width: 8vw;height: 8vw;}
    .nav_xl_a .c, .nav_xl_a .o{display: none;}

    .lang #btnxl{width: 8vw;height: 8vw;line-height: 8vw;font-size: 3.8vw;}
    .header .s_ceng{height: 8vw;}
    .header .s_ceng #s-btn{width: 8vw;height: 8vw;}
    .header .s_ceng .s{height: 100%;width: 8vw;}
    .header .s_ceng .s.mob{width: 12vw;border:none;}
    .header .s_ceng input{color: #7f7f84;height: 12vw;line-height: 12vw;width: 82vw;text-indent: 0;background: #eeeeee;text-align: left;}
    .header .s_ceng form{display: none;height: 12vw;position: fixed;top: 14.6vw;width: 100vw;background: #eeeeee;left: 0;padding: 0 4%;border-bottom: 1px solid #dcdcdc;box-sizing: border-box;}
    .header .s_ceng form.show{display: block;}

    .MenuList_f1{top: 14vw;padding: 2vw 5% 0 5%;width: 100%;height: calc(100% - 14vw);background: rgba(255,255,255,0.95);color: #666;}
    .MenuList_f1 .drop span{font-size: 4vw;padding: 2.5vw 0;}
    .MenuList_f1 .child{width: 100%;position: static;-webkit-transform: none;background:none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .MenuList_f1 .child span{font-size: 3.8vw;padding: 2vw 3vw;}
    .MenuList_f1.hide .stmenu{
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    .MenuList_f1.hide .stmenu:nth-child(2n+1) {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    .footer .main-w{max-width: 94%;}
    .footer .slogo{width: 35vw;margin: 0 auto 6vw auto;}
    .footer .T{padding-bottom: 6vw;text-align: center;padding-top: 3vw;}
    .footer .copyright{padding: 6vw 0;}
    .footer .link2{padding: 3vw 0 6vw 0; background:none;border-bottom: 1px solid #a0a0a0;width: 90%;margin-left: auto;margin-right:auto;}
    .footer .link2 img{width: 1.5em;}
    .f-14, .fm-24{font-size: 12px;}
    .footer .ewm,.footer .R{float: none;margin-left: auto;margin-right: auto;width: 100%;}
    .footer .fl{float: none;}
    .footer .fr{float: none;}
    .footer .phone{padding:2vw 3vw 2vw 3.2em;background-image: url(/public/static/images/phone2.png);background-position: 0.7em center;background-repeat: no-repeat;
        background-size: 2em auto; text-align: left;width: 100%;font-size: 3.8vw;}
    .footer .phone span{display: block;width: 55%;float: right;font-weight: bold;}
    .footer .phone .tag{padding-top: 0.5em;float: left;width: auto;}
    .footer .L{max-width: 100%;}
    .footer .T .link li a{padding: 2vw 0;display: block;color: #4c4c4c;}
    .footer .T .link li {width: 33.3%;float: left;margin: 0;padding: 0;}
}