@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-color: #eee;}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {border-radius: 4px;background-color: #207eff;}

@media only screen and (max-width:1080px){
::-webkit-scrollbar {width: 4px;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}
.w1600{margin:0 auto;width:92%;max-width: 83vw;}
.w1440{margin:0 auto;width:92%;max-width: 73vw;}
.w1200{margin:0 auto;width:92%;max-width: 63vw;}
.w800{margin:0 auto;width:92%;max-width: 45vw;}
.odcontent{margin:0 auto;width:92%;max-width: 83.5vw;}
@media only screen and (max-width:1080px){
.w1440{max-width:1440px}
.w1600{max-width:1600px}
.w1200{max-width:1200px}
.w800{max-width:800px}
.odcontent{max-width:1600px}
}
.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: "GILROY-BLACK"; font-style: normal; src: url(../font/GILROY-BLACK.OTF) format("TrueType"); font-display: fallback;}
@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}

/* btn */
.btn{display:block;width: 9vw;height: 2.1vw;overflow:hidden;position:relative;line-height: 2.1vw;background-color: #212529;text-align: center;transition: all 0.5s;}
.btn::after{position: absolute;content: "";right: -1vw;background: #207EFF;width: 18%;height: 101%;transform: skewX(30deg);transition: all 0.5s;}
.btn a{font-size: .85vw;color: #fff;z-index: 99;position: relative;padding-right: .8vw;transition: all 0.5s;}
.btn:hover{text-align: center;}
.btn:hover a{padding-right: 0;}
.btn:hover::after{transform: skewX(0deg);width: 300px;}
@media screen and (max-width:1080px){
.btn{width: 150px;height: 38px;line-height: 38px;}
.btn::after{right: -15px;}
.btn a{font-size: 15px;padding-right: 10px;}
}
@media screen and (max-width:768px){
.btn{width: 140px;height: 35px;line-height: 35px;}
.btn::after{right: -15px;}
.btn a{font-size: 14px;}
}
@media screen and (max-width:520px){
.btn{width: 135px;height: 32px;line-height: 32px;}
.btn::after{right: -15px;}
.btn a{font-size: 13px;}
}


 
/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.5s;background: #fff;box-shadow: 0 0 5px 0 rgb(159 159 159 / 20%);}
.head.nei{background: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, .1);}
.head .head_mid .lf_part a{display: flex;align-items: center;}
.head .head_mid .lf_part .logo img{width:14vw;transition: ease .75s;}
.head .head_mid{display: flex;align-items: center;justify-content: space-between;}
.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;color: #000;margin: 2vw 0;z-index: 99;transition: ease .75s;}
.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: #207eff;}
.head .head_mid .head_nav .first_nav > li.cur a,.head .head_mid .head_nav .first_nav > li:hover a{color: #207eff;}
.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: 0;height: auto;transition: all .5s ease-in-out;z-index: 3;box-sizing: border-box;transform-origin: center top;opacity: 0;pointer-events: none;cursor: pointer;width: 168px;transform: translate(0 , 30px);}
.head .head_mid .head_nav .pc_secnav.on{backface-visibility: hidden;pointer-events: auto;opacity: 1;transform: translate(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: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 6px solid rgb(0 0 0 / 0.7);position:absolute;left: 25%;top: -6px;transform: translate(-50% , 0);}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul{padding: 5px 10px;border-radius: 10px;background: rgba(0, 0, 0, 0.68);}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li{border-bottom: 1px solid rgba(153, 153, 153, 0.1);}
.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: #fff;height: 40px;line-height: 40px;padding: 0 10px;text-align: left;transition: ease 0.5s;}
.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{transform: translateX(8px);}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: flex;align-items: center;}
.head .head_mid .rt_part .dh{background:#207eff;display:flex;align-items:center;padding:.4vw 1.2vw;border-radius:30px}
.head .head_mid .rt_part .dh img{width:1.28vw;margin-right:.2vw}
.head .head_mid .rt_part .dh .tit{font-size:1.1vw;color:#fff}
 

/* 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:18px;}
.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: 20px;}
.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:#000;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{padding: 15px 0;}
.head .head_mid .lf_part .logo img{width: 258px;}
.head .head_mid .head_nav .first_nav{display: none;}
.head .head_mid .rt_part .dh img{width: 22px;}
.head .head_mid .rt_part .dh .tit{font-size: 18px;}
.menu_bar{display: block;}
}	
@media only screen and (max-width:768px){
.head::after{display: none;}
.head .head_mid .lf_part .logo img{filter: initial;}
.head .head_mid .rt_part .dh{display: none;}
.menu_bar span{background: #000;}
.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: 12px 0;}
.head .head_mid .lf_part .logo img{width: 188px;}
.head .head_mid .rt_part .dh{padding: 5px 10px;}
.head .head_mid .rt_part .dh img{width: 18px;}
.head .head_mid .rt_part .dh .tit{font-size: 15px;}
.menu_bar{margin-left: 15px;}
.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: #333;}
.foot .top{padding:4vw 0 1.5vw;} 
.foot .top .odcontent{display: flex;justify-content: space-between;flex-wrap: wrap;}
.foot .top .f_del .t1{font-size: .9vw;color: #fff;}
.foot .top .f_del .bt{background:#207eff;padding:.4vw 1.2vw;border-radius:30px;width: max-content;margin: 1vw 0 1.5vw;}
.foot .top .f_del .bt a{display:flex;align-items:center;}
.foot .top .f_del .bt img{width:1.58vw;margin-right:.2vw}
.foot .top .f_del .bt .tit{font-size:1.28vw;color:#fff;font-weight: bold;margin-left: .3vw;}
.foot .top .f_del .text{font-size: .9vw;color: #ffffffb3;line-height: 2.2;}
.foot .top .f_nav{display: flex;justify-content: space-between;width: 40%;}
.foot .top .f_nav .hd{font-size: 1.05vw;font-weight:700;margin-bottom:1.5vw;color: #fff;}
.foot .top .f_nav li{margin-top: .85vw;transition:all .5s ease;}
.foot .top .f_nav li a{color: #ffffffb3;font-size: .85vw;}
.foot .top .f_nav li:hover{transform:translateX(10px)}
.foot .top .f_nav li:hover a{color:#fff}
.foot .top .f_wx{text-align: center;}
.foot .top .f_wx img{width: 6.3vw;}
.foot .top .f_wx p{font-size: .85vw;color: #fff;margin-top: 6px;}
.foot .cont{margin-bottom:1.5vw}
.foot .cont .t1{border:1px solid #fff;width:max-content;padding:.3vw .8vw;border-radius:20px;color:#fff;font-size: .85vw;margin-bottom:1vw;}
.foot .cont ul li{padding-right:1vw;margin-right:1vw;position: relative;}
.foot .cont ul li::after{position: absolute;content: "";right: 0;top: 10%;width: 1px;height: 80%;background: #ffffffb3;}
.foot .cont ul li:nth-last-child(1)::after{display: none;}
.foot .cont ul li a{color:#ffffffb3;font-size: .85vw;}
.foot .cont ul li a:hover{color: #fff;}
.foot .bom{color:#ffffffb3;font-size: .85vw;text-align:center;padding:1.5vw 0;border-top:1px solid rgba(255,255,255,.3);}
.foot .bom a:hover{color: #fff;}
@media only screen and (max-width:1080px){
.foot .top{padding: 50px 0 30px;}
.foot .top .f_del .t1{font-size: 16px;}
.foot .top .f_del .bt{margin: 15px 0;padding: 6px 20px;}
.foot .top .f_del .bt img{width: 24px;}
.foot .top .f_del .bt .tit{margin-left: 5px;font-size: 18px;}
.foot .top .f_del .text{font-size: 14px;}
.foot .top .f_nav .hd{font-size: 16px;}
.foot .top .f_nav li{margin-top: 15px;}
.foot .top .f_nav li a{font-size: 14px;}
.foot .top .f_wx img{width: 100px;}
.foot .top .f_wx p{font-size: 14px;}
.foot .cont .t1{padding: 5px 15px;margin-bottom: 10px;}
.foot .cont ul li{padding-right: 10px;margin-right: 10px;}
.foot .cont ul li a{font-size: 14px;}
.foot .bom{font-size: 14px;padding: 15px 0;}
}
@media only screen and (max-width:950px){
.foot .top .f_nav{display: none;}
}
@media only screen and (max-width:768px){
.foot{padding-bottom: 75px;}
}
@media only screen and (max-width:520px){
.foot .top{padding: 30px 0 20px;}
.foot .top .f_del .t1{font-size: 14px;}
.foot .top .f_del .bt{margin: 12px 0;padding: 5px 15px;}
.foot .top .f_del .bt img{width: 20px;}
.foot .top .f_del .bt .tit{font-size: 16px;}
.foot .top .f_del .text{font-size: 13px;line-height: 24px;}
.foot .top .f_wx{margin-top: 15px;}
.foot .top .f_wx img{width: 90px;}
.foot .top .f_wx p{font-size: 13px;}
.foot .cont .t1{}
.foot .cont ul li{margin-right: 8px;padding-right: 8px;}
.foot .cont ul li a{font-size: 13px;}
.foot .bom{font-size: 13px;padding: 12px 0;line-height: 22px;}
}


/* right_new */
.right_new{position: fixed;top: 50%;right: 10px;z-index: 999;transition: ease .5s;}
.right_new li{margin-bottom: 5px;position: relative;}
.right_new li a{display: block;width: 80px;height: 80px;background: rgba(0,0,0,.7);border-radius: 5px;text-align: center;}
.right_new li:last-child{margin-bottom: 0;}
.right_new li p{color: #fff;font-size: 14px;display: block;margin-top: 5px;}
.right_new li .ic{padding-top: 10px;width: 24px;height: 24px;overflow: hidden;margin: 0 auto;}
.right_new li .ic img{display: block;filter: brightness(0) invert(1);}
.right_new li:hover a{background: #207EFF;}
.right_new li:hover p{color: #fff;}
.right_new li .box{position: absolute;top: 0;right: 0;z-index: 9;height: 65px;line-height: 65px;background: #207EFF;color: #fff;width: max-content;margin-right: 70px;border-radius: 5px;display: none;text-align: center;padding: 0 15px;}
.right_new ul{overflow: inherit;}
.right_new li:hover .box{display: block;}
.right_new li .box i{font-family: 'arial';font-size: 19px;font-weight: bold;}
.right_new li .box2{width: 120px;height: 120px;padding: 5px;}
.right_new li .box2 img{border-radius: 4px;display: block;}
@media only screen and (max-width:768px){
.right_new{display: none;}
}


/* fnav */
.fnav{height: 45px;background: #1F7FFF;width: 100%;position: fixed;bottom: 0;z-index: 100;display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;display: none !important;}
.fnav li{width: 50%;background: #1F7FFF;position: relative;box-sizing: border-box;float: left;}
.fnav li a{height: 45px;font-size: 16px;color: #fff;line-height: 100%;display: block;text-align: center;display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;}
.fnav li i{display: block;}
.fnav li img{width: 24px;display: block;}
.fnav li span{margin-left: 8px;display: block;font-size: 15px;}
.fnav li:nth-child(2){position: absolute;width: 55px;height: 55px;background: #c2323b;border: 2px solid #ffffff;border-radius: 50%;box-sizing: border-box;z-index: 2;left: 50%;margin-left: -26px;bottom: 10px;}
.fnav li:nth-child(2) a{display: block;}
.fnav li:nth-child(2) i{display: block;width: 50px;}
.fnav li:nth-child(2) img{width: 50px;width: 50%;margin: 0 auto;margin-top: 14px;}
@media only screen and (max-width:768px){
.fnav{display: flex !important;}
}