@charset "utf-8";body{font-size:14px;color:#000;}

@charset "utf-8";html{height:100%}
 /* 浏览器滚动条整体的宽度 */
::-webkit-scrollbar {
    width: .3rem;
    height: .3rem;
}
/* 滚动条里面的轨道 */
::-webkit-scrollbar-track {
    background-color: #eee;
}
/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #E07E26;
}

@media only screen and (max-width:1080px){
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
}

@media only screen and (max-width:520px){
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
}

*{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}
em{font-style:normal;font-family:arial}
.w1440{margin:0 auto;width:90%;max-width:76vw}
@media only screen and (max-width:1280px){
.w1440{width: 95%;}
.w1440{margin:0 auto;width:90%;max-width:76vw}
}
@media only screen and (max-width:1080px){
.w1440{max-width:1440px}
}
.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}
.head_fixed{position:fixed;top:0;left:0;width:100%;height:auto;z-index:9999}
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;}
.cpthActive.animated{-webkit-clip-path:polygon(100% 0,0 0,0 100%,100% 100%)!important}
.cpth{-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);-webkit-transition:4s cubic-bezier(.215,.61,.355,1) .3s}
.is-inview.animated{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%)!important}
.st_path{-webkit-transition:all 1.5s cubic-bezier(.215,.61,.355,1);-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0)}

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

@-webkit-keyframes searchY{0%{transform:translateY(-460px)}
to{transform:translateY(0)}
}

/* text-line */
.text-line{overflow:hidden;}
.char{display:inline-block;opacity:0;font-weight:700;animation-fill-mode:both!important}

 
/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.5s;background: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, .1);padding: 1.3vw 0;}
.head .head_mid .lf_part a{display: flex;align-items: center;}
.head .head_mid .lf_part .logo img{width: 5.5vw;}
.head .head_mid .lf_part .text{margin-left: 4%;}
.head .head_mid .lf_part .text h3{font-size: 1.15vw;}
.head .head_mid .lf_part .text p{width: 80%;font-size: .85vw;color: #010101;margin-top: 1.5%;}
.head .head_mid{display: flex;justify-content: space-between;align-items: center;}
.head .head_mid .head_nav{box-sizing: border-box;transition: all .5s ease-in-out;}
.head .head_mid .head_nav .first_nav{text-align: end;white-space: nowrap;position: relative;}
.head .head_mid .head_nav .first_nav > li{display: inline-block;white-space: nowrap;z-index: 1;position: relative;margin: 0 1.5vw;}
.head .head_mid .head_nav .first_nav > li:nth-last-child(1){margin-right: 0;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 1vw;display: block;position: relative;transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;color: #333;margin: 1.5vw 0;z-index: 99;font-family: "GILROY-BLACK";}
.head .head_mid .head_nav .first_nav > li.cur a,.head .head_mid .head_nav .first_nav > li:hover a{color: #E07E26;}
.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: #E07E26;}
.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;box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);opacity: 0;pointer-events: none;cursor: pointer;width: max-content;transform: translate(-50% , 30px);}
.head .head_mid .head_nav .pc_secnav.on{backface-visibility: hidden;pointer-events: auto;opacity: 1;transform: translate(-50% , 0);}
.head .head_mid .head_nav .pc_secnav .lf_nav{width: 100%;position: relative;}
.head .head_mid .head_nav .pc_secnav .lf_nav:before{content:"";border-left:11px solid transparent;border-right:11px solid transparent;border-bottom: 4px solid rgb(255 255 255);position:absolute;left: 50%;top:-4px;transform: translate(-50% , 0);}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul{background: #ffffff;border-radius: 10px;padding: 5px 0;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li{text-align: left;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-last-child(1){border: none;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a{display: block;font-size: 0.8vw;color: #333;height: 40px;line-height: 40px;padding: 0 30px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-child(1) > a{border-top-left-radius: 8px;border-top-right-radius: 8px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-last-child(1) > a{border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a:after{display: none;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:hover > a{color: #E07E26;}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: none;}
.head .head_mid .search.mo{display: none;}
.head .head_mid .search .icon{display: flex;align-items: center;cursor: pointer;justify-content: flex-end;}
.head .head_mid .search .icon img{filter: invert(1);width: 1.1vw;}
.head .head_mid .search .icon p{font-size: 1vw;color: #333;margin-left: 1%;}
.head .h_search{position:fixed;top:0;left:50%;background-color:rgba(0,0,0,.95);height:0;width:0;overflow:hidden;z-index:99999;opacity:0;visibility:hidden;border-radius:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all ease .4s;transition:all ease .4s}
.head .h_search.show{opacity:1;visibility:visible;width:100.1%;height:100%;-webkit-transition:all ease .4s;transition:all ease .4s;border-radius:0}
.head .h_search .h_close{border: 2px solid #fff;border-radius: 50%;height: 2.5rem;width: 2.5rem;display: flex;align-items: center;justify-content: center;margin: 0 auto;margin-right: 60px;margin-top: 40px;cursor: pointer;}
.head .h_search .h_close img{transition: 1s;width: 20px;}
.head .h_search .h_close:hover img{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.head .h_search .h_box{position:absolute;top:50%;left:50%;display:inline-block;cursor:auto;width:94%;max-width:max(300px,36.458vw);-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform ease .4s;transition:-webkit-transform ease .4s;transition:transform ease .4s;transition:transform ease .4s,-webkit-transform ease .4s}
.head .h_search.show .h_box{-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}
.head .h_search .h_box .h_text{border:1px solid #fff;border-radius:30px;padding:0 20px;position:relative}
.head .h_search .h_box .h_text .text{background:0 0;font-size:16px;color:#fff;width:100%;height:60px;border:none}
.head .h_search .h_box .h_btn{position:absolute;right:3%;top:0;height:60px;line-height:60px;display: flex;align-items: center;}
.head .h_search .h_box .h_btn .submit{border:none;background:url(../images/search.png);background-size: 28px;height: 28px;width: 28px;}
.head .h_search .h_box .h_text .text[type=text]::placeholder{color:#ffffffe8}
 

/* menu */
.menu{width: 100vw;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(100vw);transition:.5s all ease-in-out;opacity:0;visibility: hidden;}
.menu.active{transform:translateX(0);opacity: 1;visibility: visible;}
.menu ul{width: 90%;margin: 0 auto;margin-top: 8%;}
.menu ul li{border-bottom:1px solid rgba(255,255,255,.3);padding: 20px 0;transition:.3s all ease-in-out;width: 100%;}
.menu ul li .rd{position: relative;display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;}
.menu ul li .rd a{color:#fff;font-size: 20px;}
.menu ul li .rd i{width: 19px;}
.menu ul li .rd i:after{content: "";width: 2px;height: 16px;background: #fff;position: absolute;transition: all .35s;right: 7px;top: 3px;}
.menu ul li .rd i:before{content: "";width: 16px;height: 2px;background: #fff;position: absolute;transition: all .35s;right: 0px;top: 10px;}
.menu ul li.cur .rd i:after{width: 0;-webkit-transform: rotate(90deg);}
.menu ul li .hd{display: none;}
.menu ul li .hd .second{opacity:1;transition:.3s all ease-in-out;margin-top: 5px;display: grid;}
.menu ul li .hd .second{width: 100%;display:flex;align-items: center;margin-top: 18px;}
.menu ul li .hd .second a{font-size: 16px;color: #ffffffeb;font-weight: normal;margin: 0 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;margin-left: 30px;}
.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;}

 
/* mobile-end */
@media only screen and (max-width:1080px){
.head .head_mid .lf_part .logo img{width: 6.4vw;}
.head .head_mid .lf_part .text h3{font-size: 1.5vw;}
.head .head_mid .lf_part .text p{font-size: 1.2vw;}
.head .head_mid .head_nav .first_nav{display: none;}
.head .head_mid .rt_part{display: flex;align-items: center;}
.head .head_mid .search{width: max-content;}
.head .head_mid .search.pc{display: none;}
.head .head_mid .search.mo{display: block;}
.head .head_mid .search .icon{width: 200px;}
.head .head_mid .search .icon img{width: 2vw;}
.head .head_mid .search .icon p{font-size: 1.5vw;margin-left: 5px;}
.menu_bar{display: block;}
}	
@media only screen and (max-width:768px){
.head .head_mid .lf_part .logo img{width: 65px;}
.head .head_mid .lf_part .text{display: none;}
.head .head_mid .search .icon img{width: 20px;}
.head .head_mid .search .icon p{font-size: 16px;margin-left: 5px;}
.menu ul li .rd a{font-size: 18px;}
.menu ul li .hd .second{margin-top: 15px;}
.menu ul li .hd .second a{font-size: 15px;}
}
@media only screen and (max-width:520px){
.head{padding: 6px 0;}
.menu_bar{margin-left: 20px;}
.menu ul{margin-top: 12%;}
.menu ul li{padding: 15px 0;}
.menu ul li .rd a{font-size: 16px;}
.menu ul li .hd .second a{font-size: 14px;}
}
 
 
/* foot */
.foot{background: #EBEBEB;}
.foot .f_top{padding: 80px 0;}
.foot .f_top .w1440{display: flex;flex-wrap: wrap;justify-content: space-between;}
.foot .f_top .hd{font-size: 1.05vw;color: #000;margin-bottom: 30px;font-weight: bold;}
.foot .f_top .f_nav .item li{margin-bottom: 15px;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: #434546;font-size: .8vw;font-weight: bold;}
.foot .f_top .f_nav .item li:hover a{color: #E07E26;}
.foot .f_top .f_del li{margin-bottom: 15px;}
.foot .f_top .f_del li p{font-size: .8vw;line-height:24px;color: #434546;}
.foot .f_top .right a{margin-left: 20px;}
.foot .f_top .right a:nth-child(1){margin-left:0}
.foot .f_bom{padding: 20px 0;border-top: 1px solid #c6c6c6;font-size: .8vw;color: #232323;}
.foot .f_bom .w1440{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.foot .f_bom .left a{display:flex;align-items:center;margin-bottom:5px}
.foot .f_bom .left a:hover{color:#e07e26}
.foot .f_bom .left a img{width:28px;margin-right:8px}
.foot .f_bom .right a{font-weight:700;position: relative;padding-left: 30px;}
.foot .f_bom .right a::after{position: absolute;content: "";left: 10px;top: 10%;width: 2px;height: 80%;background: #555;}
.foot .f_bom .right a:nth-child(1)::after{display: none;}
.foot .f_bom .right a:hover{color:#e07e26}
.foot .f_top .right a img{width: 1.7vw;}
@media only screen and (max-width:1080px){
.foot .f_top{padding: 50px 0;}
.foot .f_top .hd{font-size: 1.8vw;}
.foot .f_top .f_nav .item li a{font-size: 1.3vw;}
.foot .f_top .right a{margin-left: 10px;}
.foot .f_top .right a img{width:auto;}
.foot .f_bom{font-size: 1.3vw;}
.foot .f_bom .left a img{width: 25px;}
}
@media only screen and (max-width:768px){
.foot .f_top .f_nav{display: none;}
}
@media only screen and (max-width:520px){
.foot .f_top{padding: 25px 0;}
.foot .f_top .hd{font-size: 18px;margin-bottom: 15px;}
.foot .f_top .f_del{width: 100%;}
.foot .f_top .f_del li{margin-bottom: 5px;}
.foot .f_top .f_del li p{font-size: 13px;}
.foot .f_top .right{margin-top: 10px;width: 100%;}
.foot .f_top .right a img{width: 25px;}
.foot .f_bom{padding: 10px 0;font-size: 12px;}
.foot .f_bom .w1440{justify-content: center;}
.foot .f_bom .left{text-align: center;margin-bottom: 5px;}
.foot .f_bom .left a{justify-content: center;}
.foot .f_bom .left a img{width: 20px;margin-right: 5px;}
.foot .f_bom .right a{padding-left: 20px;}
.foot .f_bom .right a::after{left: 7px;}
}


/* r_nav */
.r_nav{transition: all .3s;position: fixed;bottom: 10%;right: 1%;z-index: 1;}
.r_nav li{margin-bottom: 0.3vw;}
.r_nav li#top{opacity: 0;}
.r_nav li img{width: 3.5vw;}
@media only screen and (max-width:1080px){
.r_nav li img{width: 50px;}
}
@media only screen and (max-width:520px){
.r_nav li img{width: 43px;}
}

/* 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;line-height: 2;}
.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;}
}