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

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

@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}
.w1900{margin:0 auto;width:95%;max-width:1900px}
.odcontent{margin:0 auto;width:90%;max-width:1600px}
.w1500{margin:0 auto;width:90%;max-width:1500px}
.w1440{margin:0 auto;width:90%;max-width:1440px}
.w1400{margin:0 auto;width:90%;max-width:1400px}
.w1300{margin:0 auto;width:90%;max-width:1300px}
.w1200{margin:0 auto;width:90%;max-width:1200px}

.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;}
.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;}
@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;}

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


/* btn */
.btn{width: max-content;height: 40px;line-height: 40px;overflow:hidden;position:relative;background: linear-gradient(to right, #A76322, #E9BE48);text-align: center;transition: all 0.5s;padding: 0 25px;border-radius: 25px;}
.btn:before{content:"";position:absolute;display:block;transition:all .6s;width:100%;height:0;border-radius:50%;left:50%;top:50%;padding-top:100%;transform:translateX(-50%) translateY(-50%)}
.btn a{font-size: 16px;color: #fff;z-index: 99;position: relative;display: flex;align-items: center;justify-content: space-between;}
.btn p{margin-right: 20px;}
.btn:hover:before{animation:style1 .75s;z-index:1}
@keyframes style1{0%{background:rgba(0,0,0,.25);transform:translateX(-50%) translateY(-50%) scale(0)}
to{background:0 0;transform:translateX(-50%) translateY(-50%) scale(1)}
}
@media screen and (max-width:1080px){
.btn{padding: 0 18px;height: 38px;line-height: 38px;}
.btn p{margin-right: 15px;}
}
@media screen and (max-width:520px){
.btn{padding: 0 15px;height: 34px;line-height: 34px;}
.btn p{margin-right: 10px;}
.btn a{font-size: 14px;}
}


/* shuipingtc */
.shuipingtc{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 200;background: rgba(0, 0, 0, 0.65);display: none;}
.shuipingtc .shi_con{width: 1000px;max-height: 600px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shuipingtc .shi_con video{width: 100%;height: 100%;object-fit: cover;}
.shuipingtc .shi_con .out{position: absolute;right: -60px;top: 0px;cursor: pointer;transition: ease 0.6s;}
.shuipingtc .shi_con .out:hover{transform: rotate(180deg);}
@media screen and (max-width:1080px) {
.shuipingtc .shi_con{width: 90%;}
.shuipingtc .shi_con .out{right: -5px;top: -50px;}
}


/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.5s;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.head .head_top{background: #f3f3f3;padding: 13px 0;}
.head .head_top .odcontent{display: flex;justify-content: space-between;align-items: center;}
.head .head_top .left{display: flex;align-items: center;}
.head .head_top .left p{font-size: 16px;color: #666;margin-left: 5px;}
.head .head_top .left img{width: 24px;}
.head .head_top .right img{width: 24px;}
.head .head_mid{padding: 5px 0;}
.head .head_mid .odcontent{display: flex;justify-content: space-between;align-items: center;}
.head .head_mid .lf_part .logo{display: flex;align-items: center;}
.head .head_mid .lf_part .logo p{font-size: 28px;color: #333;font-family: "GILROY-BLACK";}
.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 .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;white-space: nowrap;z-index: 1;margin: 0 8px;}
.head .head_mid .head_nav .first_nav > li:nth-child(1){margin-left: 0;}
.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: 20px;display: block;position: relative;color: #000;margin: 20px 0;z-index: 99;padding: 8px 25px;border-radius: 20px;overflow: hidden;}
.head .head_mid .head_nav .first_nav>li a:after{content:"";position:absolute;display:block;transition:all .6s;width:100%;height:0;border-radius:50%;left:50%;top:50%;padding-top:100%;transform:translateX(-50%) translateY(-50%)}
.head .head_mid .head_nav .first_nav > li.cur a,.head .head_mid .head_nav .first_nav > li:hover a{background: linear-gradient(to right, #A76322, #E9BE48);color: #fff;border-radius: 20px;}
.head .head_mid .head_nav .first_nav > li:hover a:after{animation:style1 .75s;z-index:1}
.head .head_mid .head_nav .pc_secnav{position: absolute;top: 100%;left: 50%;height: auto;transition: all .5s ease-in-out;box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);background: #fff;border-radius: 15px;z-index: 3;box-sizing: border-box;transform-origin: center top;opacity: 0;pointer-events: none;cursor: pointer;width: 100%;transform: translate(-50% , 30px);}
.head .head_mid .head_nav .pc_secnav.on{backface-visibility: hidden;pointer-events: auto;opacity: 1;transform: translate(-50% , -5px);}
.head .head_mid .head_nav .pc_secnav .lf_nav{position: relative;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul{display: flex;flex-wrap: wrap;padding: 40px 30px 15px 30px;justify-content: center;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li{margin-bottom: 25px;}
.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: 18px;color: #555;padding: 0 35px;text-align: center;background: none;}
.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: #C5861A;}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: none;}
.head .head_mid .rt_part .search{margin-right: 20px;display: none;}

.searchBox{overflow:hidden;width:100%;position:fixed;left:0;top:0;right:0;bottom:0;margin:auto;display:none;z-index: 99;}
.searchBox .mask{width:100%;height:100%;background-color:#000;opacity:.6;position:absolute;left:0;top:0;z-index:1}
.searchBox .search-box{width:100%;position:absolute;top:0;left:0;-webkit-animation:searchY 1s cubic-bezier(.76,0,.24,1) forwards;animation:searchY 1s cubic-bezier(.76,0,.24,1) forwards;z-index:5}
.searchBox .search-box .inputtext{width:100%;text-align:right;padding-top:260px;padding-bottom:20px;border-bottom:2px solid #fff}
.searchBox .search-box .text{width:100%;text-align:right;width:100%;color:#fff;font-size: 24px;height: 40px;background: none;}
.searchBox .search-box .text::-webkit-input-placeholder{color:#fff}
.searchBox .search-box .text::-moz-placeholder{color:#fff}
.searchBox .search-box .text::-moz-placeholder{color:#fff}
.searchBox .search-box .text::-ms-input-placeholder{color:#fff}
.searchBox .search_submit{display:block;margin:0;line-height:normal;margin-top:0;text-transform:uppercase;float:right;color:#fff;font-size:20px;padding-top:20px;background: none;}
.searchBox .search-box .close{width:40px;height:40px;background:url(../images/close.png) no-repeat 50%;position:absolute;bottom:-80px;right:0;left:0;margin:auto;cursor:pointer}
@-webkit-keyframes searchY{0%{transform:translateY(-460px)}
to{transform:translateY(0)}
}
 

/* 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;}
.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: 20px 0;transition:.3s all ease-in-out;}
.menu ul li .second{opacity:1;transition:.3s all ease-in-out;display: flex;flex-wrap: wrap;margin-top: 10px;}
.menu ul li a{color:#fff;font-size: 18px;}
.menu ul li .second{transition:.3s all ease-in-out}
.menu ul li .second a{font-size: 15px;margin-top: 13px;display:inline-block;margin-right: 20px;color: #ffffffde;font-weight: normal;}
.menu ul li .second a:last-child{margin-right:0}
.menu ul li .second a:hover{border-bottom:1px solid rgba(255,255,255,.8)}
.menu ul li .second a:last-child::after{content:inherit}
.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: flex;align-items: center;justify-content: center;transition: 0.4s 0.2s;display:none}
.menu_bar.active{z-index:9998}
.menu_bar.active span{background:#fff}
.menu_bar .bar{width: 25px;height: 20px;position: relative;}
.menu_bar span{width:100%;height: 2px;position:absolute;background: linear-gradient(to right, #A76322, #E9BE48);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;}

/* 下滑 */
.head.scro{transform: translateY(-50px);}


@media only screen and (max-width:1660px){
.head .head_mid .head_nav .first_nav > li{margin: 0;}
}
@media only screen and (max-width:1500px){
.head .head_mid .lf_part .logo p{font-size: 24px;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 18px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a{font-size: 16px;padding: 0;}
}
@media only screen and (max-width:1400px){
.head .head_mid .head_nav .first_nav > li > a{padding: 6px 20px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul{padding: 40px 15px 15px 15px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a{font-size: 15px;}
}
@media only screen and (max-width:1280px){
.head .head_mid .lf_part .logo p{display: none;}
}
 
/* mobile-end */
@media only screen and (max-width:1080px){
.head .head_mid{padding:10px 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{display: flex;align-items: center;}
.searchBox .search-box .text{font-size: 20px;height: 25px;}
.searchBox .search_submit{font-size: 18px;padding-top: 18px;}
.menu_bar{display: block;}
.menu{width: 100%;transform: translateX(100vw);padding: 5vw 0;}
.menu ul{padding: 0 4%;width: auto;}
}	
@media only screen and (max-width:768px){
.head .head_mid{padding: 8px 0;}
.head .head_top{display: none;}
.head .head_mid .rt_part .search{display: block;}
.head .head_mid .rt_part .search img{width: 28px;}
.head .menu_bar.active span{background: #fff;}
.menu ul li{padding: 15px 0;}
.menu ul li a{font-size: 18px;}
.menu ul li .second a{font-size: 14px;margin-top: 15px;}
.head.scro{transform: translateY(0px);}
}
@media only screen and (max-width:520px){
.head .head_mid{padding: 6px 0;}
.head .head_mid .lf_part .logo img{width: 128px;}
.head .head_mid .rt_part .search img{width: 24px;}
.menu_bar{width: auto !important;background: none;}
.menu_bar .bar{height: 18px;}
.menu_bar span:nth-child(2){top: 7px;}
.menu_bar span:nth-child(3){top: 15px;}
}
 
/* side_kf */
.side_kf{position:fixed;right: 1%;top:90%;width: 50px;height: 50px;z-index:99;opacity:0;transition:all .4s;transform:translateY(-50%);}
.side_kf ul li{color:#fff;position:relative;z-index:1;margin-bottom: 6px;box-shadow: 0px 0px 10px 0px rgb(33 33 33 / 10%);background: linear-gradient(to right, #A76322, #E9BE48);border-radius: 50%;}
.side_kf #top{display:block;position:relative;height: 50px;text-align:center;}
.side_kf #top i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight: bold;}
.side_kf #top i img{width: 22px;}
@media only screen and (max-width:1080px){
.side_kf{width:44px}
.side_kf #top{height: 44px;}
}
@media only screen and (max-width:520px){
.side_kf{width:40px;top: 88%;}
.side_kf #top{height: 40px;background-size: 25px;}
.side_kf #top i{font-size: 12px;}
}

/* foot */
.foot{background: #EFF1F2;overflow: hidden;}
.foot .top{display:flex;justify-content:space-between;padding: 80px 0 120px;}
.foot .top .hd{font-size: 21px;margin-bottom: 30px;font-weight: bold;position: relative;background: linear-gradient(to right, #A76322, #E9BE48);-webkit-background-clip: text;color: transparent;}
.foot .top .hd::after{position: absolute;background: #FECA0A;width: 30px;height: 3px;left: 0;bottom: 0;}
.foot .top .del .t1{font-size:36px;color:#1b1b1b;font-weight:700;font-family:GILROY-BLACK}
.foot .top .del .t2{font-size:16px;line-height:26px;color:#444;margin:10px 0 20px}
.foot .top .del{width:20%}
.foot .top .del ul{display:flex;flex-wrap:wrap;align-items:center}
.foot .top .del ul li{margin-right:25px;transition:.3s}
.foot .top .del ul li:hover{transform:translateY(-5px)}
.foot .top .del ul li:nth-last-child(1){margin-right:0}
.foot .top .f_nav{display:flex;justify-content:space-between;width:60%}
.foot .top .f_nav .item li{margin-bottom:15px;transition:.3s}
.foot .top .f_nav .item li:nth-last-child(1){margin-bottom:0}
.foot .top .f_nav .item li:hover{transform:translateX(5px)}
.foot .top .f_nav .item li a{color:#333;font-size:16px}
.foot .bottom{padding: 25px 0;}
.foot .bottom span{font-size:16px;color:#333;letter-spacing:1px}
@media only screen and (max-width:1660px){
.foot .top .del{width: 30%;}
}
@media only screen and (max-width:1440px){
.foot .top .f_nav{width: 65%;}
.foot .top .f_nav .item:nth-last-child(1){display: none;}
}
@media only screen and (max-width:1280px){
.foot .top .f_nav .item{width: 18%;}
.foot .top .f_nav .item:nth-child(1){width: 28%;}
}
@media only screen and (max-width:1080px){
.foot .top{padding: 60px 0;flex-wrap: wrap;}
.foot .top .del{width: 80%;margin-bottom: 50px;}
.foot .top .del .t1{font-size: 32px;}
.foot .top .f_nav{width: 100%;}
}
@media only screen and (max-width:768px){
.foot .top{padding: 50px 0 0;}
.foot .top .f_nav{display: none;}
.foot .top .del{margin-bottom: 20px;}
.foot .top .del .t1{font-size: 28px;}
.foot .bottom span{font-size: 15px;}
}
@media only screen and (max-width:520px){
.foot .top{padding: 30px 0 0;}
.foot .top .del{width: 100%;margin-bottom: 10px;}
.foot .top .del .t1{font-size: 24px;}
.foot .top .del .t2{font-size: 14px;line-height: 20px;margin: 10px 0 15px;}
.foot .top .del ul li{margin-right: 18px;}
.foot .bottom{padding: 15px 0;}
.foot .bottom span{font-size: 14px;}
}


/* r_kf */
.r_kf{transition: all .3s;position: fixed;bottom: 60%;right: 1%;z-index: 1;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .1);border-radius: 20px;}
.r_kf .ul{padding: 10px;}
.r_kf li{margin-bottom: .8vw;}
.r_kf li:nth-last-child(1){margin-bottom: 0;}
@media only screen and (max-width:520px){
.r_kf .ul{padding: 5px;}
.r_kf li{margin-bottom: 8px;}
.r_kf li img{width: 26px;}
}