@charset "utf-8";body{font-size:14px;color:#000;}
*{padding:0;margin:0;list-style:none}
a{text-decoration:none;color:inherit}
i{font-style:normal}
dl,ol,ul{list-style-type:none}
b{display:inline-block}
.w1700{margin:0 auto;width:92%;max-width:1700px}
.w1600{margin:0 auto;width:92%;max-width:1660px}
.w1500{margin:0 auto;width:92%;max-width:1500px}
.odcontent{margin:0 auto;width:92%;max-width:1600px}
.w1440{margin:0 auto;width:92%;max-width:1440px}
.w1400{margin:0 auto;width:92%;max-width:1400px}
.w1300{margin:0 auto;width:92%;max-width:1300px}
.w1200{margin:0 auto;width:92%;max-width:1200px}
.w1100{margin:0 auto;width:92%;max-width:1100px}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
input,textarea{border:none;outline:0;border-radius:0;-webkit-appearance:none}
button{border:none;padding:0}
img{border:none;vertical-align:middle;max-width:100%}
:focus{outline:0;-webkit-tap-highlight-color:transparent}
a,div,li{-webkit-tap-highlight-color: transparent;}
input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{background-color:transparent!important;background-image:none!important;-webkit-box-shadow:0 0 0 1000px #f2f3f7 inset!important;-webkit-text-fill-color:#333}
.flex{display:flex;flex-wrap:wrap;}
.flx{display:flex;flex-wrap:nowrap;justify-content:space-between}
.flx_w{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}

@font-face {font-family: "BebasNeue-Regular";font-style: normal; src: url(../font/BebasNeue-Regular.ttf) format("TrueType"); font-display: fallback;}
@font-face {font-family: "GILROY-REGULAR";font-style: normal; src: url(../font/GILROY-REGULAR.OTF) format("TrueType"); font-display: fallback;}
@font-face {font-family: "GILROY-BLACK";font-style: normal; src: url(../font/GILROY-BLACK.OTF) format("TrueType"); font-display: fallback;}

@keyframes xian{0%{bottom:100%}
80%{bottom:-100%}
100%{bottom:-100%}
}


@keyframes xian2{0%{right:100%}
80%{right:-100%}
100%{right:-100%}
}

/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.5s;background: #fff;box-shadow: 0 0 10px rgb(255 255 255 / 10%);}
.head .head_mid{display: flex;justify-content: space-between;align-items: center;}
.head .head_mid .lf_part .logo_w{display: flex;align-items: center;}
.head .head_mid .lf_part .logo_w .img{white-space: nowrap;font-size: 18px;position: relative;overflow: hidden;text-align: center;max-width: 120px;}
.head .head_mid .lf_part .logo_w .text{margin-left:20px;}
.head .head_mid .lf_part .logo_w .text h3{font-size:22px;font-family: "GILROY-REGULAR";}
.head .head_mid .lf_part .logo_w .text p{font-size:16px;margin-top:2px;opacity: .8;font-family: "GILROY-REGULAR";font-weight: bold;}
.head .head_mid .head_nav {box-sizing: border-box;transition: all .5s ease-in-out;}
.head .head_mid .head_nav .first_nav .curtain{position: absolute;left: 50%;top: 100%;width: 90vw;max-width: 1686px;height: 100%;background: rgba(255,255,225,0.95);transform: translateX(-50%);display: none;box-sizing: border-box;}
.head .head_mid .head_nav .first_nav > li{display: inline-block;z-index: 1;margin: 0 35px;position: relative;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 20px;display: block;position: relative;color: #333;font-weight: bold;margin: 35px 0;z-index: 99;font-family: "GILROY-REGULAR";}
.head .head_mid .head_nav .first_nav>li a:after{content:'';position:absolute;height: 2px;z-index:9;width:0;right: 0;transition: all .5s ease-in-out;bottom: -10px;background: #E58F01;}
.head .head_mid .head_nav .first_nav > li.cur a:after,.head .head_mid .head_nav .first_nav > li:hover a:after{width: 100%;left: 0;right: auto;}
.head .head_mid .head_nav .pc_secnav{position: absolute;top: 100%;left: 50%;height: auto;transition: all .5s ease-in-out;z-index: 3;box-sizing: border-box;transform-origin: center top;opacity: 0;visibility: hidden;transform: translate(-50% , 30px);width: max-content;}
.head .head_mid .head_nav .pc_secnav.on{visibility: visible;pointer-events: auto;opacity: 1;transform: translate(-50% , 0);}
.head .head_mid .head_nav .pc_secnav .list{padding: 40px 0;display: flex;justify-content: space-between;}
.head .head_mid .head_nav .pc_secnav .item{padding: 0 30px;position: relative;}
.head .head_mid .head_nav .pc_secnav .item::after{position: absolute;content: "";background: #868686;right: 0;top: 0;width: 1px;height: 100%;}
.head .head_mid .head_nav .pc_secnav .item:nth-child(5)::after{display: none;}
.head .head_mid .head_nav .pc_secnav .item a:after{display: none;}
.head .head_mid .head_nav .pc_secnav .item .hd{margin-bottom:30px;line-height: 28px;}
.head .head_mid .head_nav .pc_secnav .item .hd a{font-size:20px;text-decoration:underline;word-break: break-all;color: #ffffffeb;}
.head .head_mid .head_nav .pc_secnav .item .rd .dd{margin-top:15px;transition: 0.3s;}
.head .head_mid .head_nav .pc_secnav .item .rd .dd:hover{transform: translateX(5px);}
.head .head_mid .head_nav .pc_secnav .item .rd .dd a{font-size:16px;color: #ffffffeb;}
.head .head_mid .head_nav .pc_secnav .item .rd .dd .ad{margin-top:10px}
.head .head_mid .head_nav .pc_secnav .item .rd .dd .ad a{font-size:15px;color: #ffffffeb;}
.head .head_mid .head_nav .pc_secnav .ul{padding: 1px 20px;background: #fff;border-radius: 10px;position: relative;box-shadow: 0 3px 16px -8px rgb(0 0 0 / 28%);}
.head .head_mid .head_nav .pc_secnav .ul:before{content:"";border-left: 20px solid transparent;border-right: 20px solid transparent;border-bottom: 11px solid #ffffff;position:absolute;left: 50%;top: -4px;transform: translate(-50% ,-50%);}
.head .head_mid .head_nav .pc_secnav .ul .li{margin: 18px 0;transition: 0.3s;}
.head .head_mid .head_nav .pc_secnav .ul .li:hover{transform: translateX(5px);}
.head .head_mid .head_nav .pc_secnav .ul .li a{color: #000;font-size: 17px;font-weight: normal;font-family: "GILROY-REGULAR";}
.head .head_mid .head_nav .pc_secnav .ul .li a:after{display: none;}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: flex;align-items: center;height: 100%;}
.head .head_mid .rt_part .language{position: relative;cursor: pointer;}
.head .head_mid .rt_part .language .text{text-align: center;display: flex;align-items: center;background: #1B1B1B;border-radius: 10px;padding: 6px 40px;}
.head .head_mid .rt_part .language .text img{width: 20px;}
.head .head_mid .rt_part .language .text p{color: #fff;font-size: 20px;font-weight: normal;margin-left: 10px;font-family: "GILROY-REGULAR";}
.head .head_mid .rt_part .language .ul{position:absolute;background:#fff;border-radius:10px;box-shadow: 0 3px 16px -8px rgb(0 0 0 / 28%);display:flex;flex-wrap:wrap;justify-content:center;top: 0;transform:translateY(30px);right:0;margin-top:2.2vw;width:26vw;transition:all .5s ease-in-out;padding: .7vw .9vw;opacity: 0;visibility: hidden;z-index: 9;}
.head .head_mid .rt_part .language .ul li{width:25%;text-align:center;margin:.6vw 0}
.head .head_mid .rt_part .language .ul li a{display:flex;align-items:center;justify-content:center}
.head .head_mid .rt_part .language .ul li p{font-size:.85vw;font-family:GILROY-REGULAR;margin-left:8px}
/*.head .head_mid .rt_part .language .ul li a{display:flex;align-items:center;justify-content:center}*/
.head .head_mid .rt_part .language:hover .ul{opacity: 1;visibility: visible;transform: translateY(2px);}

/* menu */
.menu{width: 30vw;height:100vh;position:fixed;top:0;right:0;z-index:999;background:rgba(0,0,0,.7);box-shadow:0 0 30px rgba(0,0,0,.1);backdrop-filter:blur(10px);transform:translateX(50vw);transition:.5s all ease-in-out;padding: 5vw 4vw;opacity: 0;visibility: hidden;font-family: "GILROY-REGULAR";}
.menu.active{transform:translateX(0);opacity: 1;visibility: visible;}
.menu ul{width: 30vw;position:absolute;}
.menu ul li{border-bottom:1px solid rgba(255,255,255,.3);padding: 15px 0;transition:.3s all ease-in-out;}
.menu ul li:nth-child(2) .flex{display: initial;}
.menu ul li .second{opacity:1;transition:.3s all ease-in-out;display: flex;flex-wrap: wrap;margin-top: 5px;}
.menu ul li a{color:#fff;font-size: 20px;}
.menu ul li .second .hd{width: 100%;display:flex;align-items: center;margin-top: 13px;}
.menu ul li .second .hd a{font-size: 17px;color: #fff;font-weight: normal;margin: 0 10px;}
.menu ul li .second .hd i{width: 10%;height: 16px;position: relative;margin-top: 4px;display: none;}
.menu ul li:nth-child(2) .second .hd i{display: block;}
.menu ul li .second .hd i:after{content: "";width: 2px;height: 16px;background: #fff;position: absolute;transition: all .35s;right: 7px;}
.menu ul li .second .hd i:before{content: "";width: 16px;height: 2px;background: #fff;position: absolute;transition: all .35s;right: 0px;top: 7px;}
.menu ul li .second .three{margin-left: 10px;padding: 10px 0;display: none;}
.menu ul li .second .three a{font-size: 16px;color: #ffffffe0;margin-top: 13px;display:inline-block;margin-right: 20px;color: #fff;font-weight: normal;margin-left: 10px;}
.he_fadeup1{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.3s}
.he_fadeup2{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.4s}
.he_fadeup3{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.5s}
.he_fadeup4{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.6s}
.he_fadeup5{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.7s}
.he_fadeup6{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.8s}
.he_fadeup7{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.9s}
.he_fadeup8{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.9s}
@keyframes fadeIniup{0%{opacity:0;transform:translateY(60px)}
100%{opacity:1;transform:translateY(0)}
}


/* menu_bar */
.menu_bar{position:relative;cursor:pointer;z-index: 3;display: none;align-items: center;justify-content: center;transition: 0.4s 0.2s;}
.menu_bar.active{z-index:9998}
.menu_bar.active span{background:#fff}
.menu_bar .bar{width: 25px;height: 21px;position: relative;}
.menu_bar span{width:100%;height: 2px;position:absolute;background:#333;display:block;-webkit-transition:all .35s;-webkit-transform:rotate(0);top:0;}
.menu_bar.active span{background:#fff}
.menu_bar span:nth-child(1){width: 15px;right: 0;}
.menu_bar span:nth-child(2){top: 8px;}
.menu_bar span:nth-child(3){top: 8px;width:18px;}
.menu_bar:hover span:nth-child(1){width:25px}
.menu_bar:hover span:nth-child(3){width:25px}
.menu_bar.active:hover span:nth-child(2){width:0}
.menu_bar.active:hover span:nth-child(3){width:25px}
.menu_bar.active span:nth-child(2){width:0}
.menu_bar.active span:nth-child(1){top:9px;-webkit-transform:rotate(45deg);width:25px}
.menu_bar.active span:nth-child(3){top:9px;-webkit-transform:rotate(-45deg);width: 25px;}
.menu_bar span:nth-child(3){top: 17px;width: 15px;}
@media only screen and (max-width:1550px){
.head .head_mid .head_nav .first_nav > li{margin: 0 25px;}
.head .head_mid .head_nav .pc_secnav .item{padding: 0 20px;}
.head .head_mid .head_nav .pc_secnav .item .hd a{font-size: 17px;}
.head .head_mid .head_nav .pc_secnav .item .rd .dd a{font-size: 15px;}
}
@media only screen and (max-width:1400px){
.head{padding:10px 0;}
.head .head_mid .lf_part .logo_w .img{max-width: 100px;}
.head .head_mid .lf_part .logo img{width: 240px;}
.head .head_mid .head_nav .first_nav{margin-left:0;}
.head .head_mid .head_nav .first_nav > li > a{margin: 32px 0;}
.head .head_mid .head_nav .pc_secnav .item{padding: 0 20px;}
.head .head_mid .head_nav .pc_secnav .item .hd a{font-size: 16px;}
.head .head_mid .head_nav .pc_secnav .item .rd .dd a{font-size: 14px;}
.head .head_mid .head_nav .pc_secnav .ul .li{margin: 13px 0;}
.head .head_mid .head_nav .pc_secnav .ul .li a{font-size: 14px;}
}
 
@media only screen and (max-width:1280px){
.head .head_mid .lf_part .logo img{width: 188px;}
.head .head_mid .lf_part .logo_w .text{margin-left: 10px;}
.head .head_mid .lf_part .logo_w .text h3{font-size: 20px;}
.head .head_mid .head_nav .first_nav > li{margin: 0 18px;}
.head .head_mid .head_nav .first_nav > li > a{margin: 28px 0;font-size: 18px;}
.head .head_mid .rt_part .language .text{padding: 6px 30px;}
.head .head_mid .rt_part .language .text p{font-size: 18px;margin-left: 8px;}
.head .head_mid .rt_part .language .ul{width: 30vw;}
}
 
/* mobile-end */
@media only screen and (max-width:1080px){
.head{padding:8px 0;}
.head .head_mid .lf_part{width:auto;background: none;padding: 0px;}
.head .head_mid .head_nav{padding: 0;position: initial;width: auto;position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.head .head_mid .head_nav .first_nav{display: none;}
.head .head_mid .rt_part .language{margin:0 25px;}
.head .head_mid .rt_part .language .ul{width: 34vw;}
.menu_bar{display: flex;}
.menu{width: 100%;transform: translateX(100vw);padding: 5vw 0;}
.menu ul{padding: 0 4%;width: auto;}
.menu ul li .second .hd{margin-top: 0;}
}	
@media only screen and (max-width:768px){
.head .head_mid .rt_part .language{margin-right: 20px;margin-left: 0;}
.head .head_mid .rt_part .language .text p{font-size: 16px;}
.head .head_mid .rt_part .language .text img{width: 18px;}
.head .head_mid .rt_part .search{margin-right: 30px;}
.menu ul li{padding: 15px 0;}
.menu ul li a{font-size: 18px;}
.menu ul li .second{justify-content: space-between;}
.menu ul li .second .hd a{font-size: 14px;margin-top: 12px;}
.menu ul li .second .hd i{height: 10px;}
}
@media only screen and (max-width:520px){
.head{padding:6px 0;}
.head .head_mid .lf_part .logo_w .text{margin-left: 8px;}
.head .head_mid .lf_part .logo_w .text h3{font-size: 18px;}
.head .head_mid .lf_part .logo_w .text p{font-size: 15px;margin-top: 0;}
.head .head_mid .rt_part .language{margin-right: 10px;position: initial;}
.head .head_mid .rt_part .language .text{padding: 6px 22px;}
.head .head_mid .rt_part .language .text p{margin-left: 6px;}
.head .head_mid .rt_part .language .ul{width: 368px;padding: 8px 10px;}
.head .head_mid .rt_part .language .ul li{margin: 8px 0;}
.head .head_mid .rt_part .language .ul li p{margin-left: 4px;font-size: 14px;}
.head .head_mid .rt_part .language .ul li img{width: 20px;}
.menu ul li{padding: 12px 0;}
.menu_bar{width: auto !important;background: none;}
.menu_bar .bar{height: 18px;margin-left: 8px;}
.menu_bar span:nth-child(2){top: 7px;}
.menu_bar span:nth-child(3){top: 15px;}
}
@media only screen and (max-width:450px){
.head .head_mid .lf_part .logo_w .img{max-width: 75px;}
.head .head_mid .lf_part .logo_w .text p{font-size: 13px;}
.head .head_mid .rt_part .language{margin-right: 5px;}
.head .head_mid .rt_part .language .text{padding: 6px 12px;}
.head .head_mid .rt_part .language .text p{font-size: 15px;margin-left: 5px;}
}
 
 
/* foot */
.foot{background: #282828;font-family: "GILROY-REGULAR";}
.foot .f_top{display:flex;justify-content:space-between;padding: 80px 0 40px;}
.foot .f_top .hd{font-size:20px;color:#e58f01;margin-bottom: 30px;text-transform: uppercase;font-weight: bold;}
.foot .f_top .f_del .logo{display:flex;align-items:center}
.foot .f_top .f_del .logo img:nth-child(1){margin-right:30px;max-width: 200px;}
.foot .f_top .f_del .ul{margin-top: 45px;}
.foot .f_top .f_del .ul li{display:flex;align-items:center;padding:15px;background:#373737;margin-bottom:20px}
.foot .f_top .f_del .ul li:nth-last-child(1){margin-bottom:0}
.foot .f_top .f_del .ul li p{color: #fffffff5;margin-left:18px;font-size:16px;}
.foot .f_top .f_nav{width:68%}
.foot .f_top .f_nav .list{display:flex;justify-content:space-between}
.foot .f_top .f_nav .item li{margin-bottom:18px;transition:.3s}
.foot .f_top .f_nav .item li:nth-last-child(1){margin-bottom:0}
.foot .f_top .f_nav .item li:hover{transform:translateX(5px)}
.foot .f_top .f_nav .item li a{color:#fffffff5;font-size: 16px;}
.foot .f_ul{justify-content: center;}
.foot .f_ul li{margin-left:15px;position: relative;}
.foot .f_ul li:nth-child(1){margin-left: 0;}
.foot .f_ul li .img{position:absolute;bottom: 50px;padding: 0px;background:#fff;width: 120px;border-radius: 6px;left: calc(50% - 60px);opacity:0;visibility:hidden;transform:rotateY(-90deg);transition:all .3s linear;}
.foot .f_ul li:hover .img{opacity:1;visibility:visible;transform:rotateY(0);}
.foot .f_ul li .img:before{content:"";position:absolute;bottom:-6px;left:50%;margin-left:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}
.foot .f_bom{padding:25px 0;text-align: center;}
.foot .f_bom span{color:#fffffff5;font-size:16px}
@media only screen and (max-width:1280px){
.foot .f_top .f_del .logo img{width: 110px;}
.foot .f_top .f_nav .item li a{font-size: 15px;}
}
@media only screen and (max-width:1080px){
.foot .f_top{padding: 50px 0 20px;}
.foot .f_top .f_nav{display: none;}
.foot .f_top .f_del{width: 100%;}
.foot .f_top .f_del .ul{display: flex;justify-content: space-between;}
.foot .f_top .f_del .ul li{margin-bottom: 0;width: 28%;padding: 10px;}
}
@media only screen and (max-width:890px){
.foot .f_top .f_del .ul{margin-top: 30px;}
.foot .f_top .f_del .ul li p{margin-left: 10px;font-size: 15px;}
.foot .f_bom{justify-content: center;}
.foot .f_bom span{margin-bottom: 15px;}
}
@media only screen and (max-width:768px){
.foot .f_top .f_del .ul{flex-wrap: wrap;}
.foot .f_top .f_del .ul li{width: 58%;margin-bottom: 15px;}
}
@media only screen and (max-width:520px){
.foot .f_top{padding: 25px 0 20px;}
.foot .f_top .f_del .logo img{width: 90px;}
.foot .f_top .f_del .logo img:nth-child(1){margin-right: 20px;}
.foot .f_top .f_del .ul li{width: -webkit-fill-available;margin-bottom: 10px;}
.foot .f_top .f_del .ul li img{width: 22px;}
.foot .f_top .f_del .ul li p{font-size: 14px;margin-left: 8px;}
.foot .f_ul li{margin-left: 10px;}
.foot .f_ul li .img{bottom: 45px;width: 110px;left: calc(50% - 55px);}
.foot .f_bom{padding: 12px 0;}
.foot .f_bom span{font-size: 14px;text-align: center;}
}
    
/* m_right */
.m_right{position: fixed;bottom: 20%;right: -100px;z-index: 99;transition: all .6s;}
.m_right.m_addclass{right: 1%;}
.m_right li{box-shadow: 0 0 10px rgba(0,0,0,0.15);background: #fff;border-radius: 6px;position: relative;width: 45px;height: 45px;display: flex;align-items: center;justify-content: center;margin-bottom: 5px;z-index: 99;}
.m_right li:nth-last-child(1){margin-bottom: 0;}
.m_right li .icon img{max-width: 30px;}
.m_right li .text{position:absolute;right: 75px;top:50%;transform:translate(0,-50%);background:#e58f01;padding:10px 15px;border-radius:5px;color:#fff;width:max-content;opacity:0;visibility:hidden;transition:all .5s;box-shadow:0 0 10px rgba(0,0,0,.15);font-family: "GILROY-REGULAR";font-size: 16px;z-index: 99;}
.m_right li:hover .text{right: 50px;opacity:1;visibility:visible;z-index: 99;}
@media only screen and (max-width:520px){
.m_right li{width: 36px;height: 36px;}
.m_right li .icon img{max-width: 24px;}
.m_right li .text{padding: 9px 12px;right: 58px;font-size: 14px;}
.m_right li:hover .text{right: 40px;}
}

/* cookies */
.cookies{position:fixed;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);bottom: 2%;transform: translate(-50% , 10vw);left:50%;z-index:99;transition:all .5s;opacity: 0;}
.cookies.on{opacity: 1;transform: translate(-50% ,0);}
.cookies .info{padding:30px}
.cookies .info .t1{font-size:1.5vw;color:#111}
.cookies .info .t2{font-size:.85vw;color:#333;margin:1vw 0}
.cookies .info .bt{background:green;width:13%;text-align:center;height:35px;line-height:35px;color:#fff;font-size:.85vw;cursor: pointer;}
@media only screen and (max-width:1280px){
.cookies{width: 68%;}
}
@media only screen and (max-width:1080px){
.cookies .info .t1{font-size: 24px;}
.cookies .info .t2{font-size: 14px;line-height: 26px;margin: 10px 0;}
.cookies .info .bt{height: 34px;line-height: 34px;width: 16%;font-size: 14px;}
}
@media only screen and (max-width:520px){
.cookies{width: 94%;}
.cookies .info{padding: 18px;}
.cookies .info .t1{font-size: 20px;}
.cookies .info .t2{font-size: 13px;line-height: 22px;margin: 8px 0;}
.cookies .info .bt{height: 30px;line-height: 30px;width: 24%;font-size: 14px;}
}