@charset "utf-8";body{font-size:14px;color:#000;font-family: Roboto-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:#0059AB}
@media only screen and (max-width:1080px){
::-webkit-scrollbar{width:5px;height:5px}
}
@media only screen and (max-width:520px){
::-webkit-scrollbar{width:2px;height:2px}
}


*{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:93%;max-width: 83.6vw;}
.w1400{margin:0 auto;width:93%;max-width: 68vw;}
.w800{margin:0 auto;width:93%;max-width: 52vw;}
.odcontent{margin:0 auto;width: 94%;max-width: 94vw;}
@media only screen and (max-width:1280px){
.w1600{width: 92%;}
.w1400{width: 92%;}
.w800{width: 92%;}
.odcontent{width: 92%;}
}
@media only screen and (max-width:1080px){
.w1600{max-width:1600px}
.w1400{max-width:1400px}
.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:wrap;justify-content:space-between}
.flx_w{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
 
@font-face {font-family: Roboto-Regular;font-style: normal; src: url(../font/Roboto-Regular.ttf) format("TrueType"); font-display: fallback;}



/* btn */
.btn{width: max-content;border-radius: 28px;margin-top: 2.5vw;transition: all .5s;border: 1px solid #666;}
.btn a{display: flex;align-items: center;padding: .58vw 1.6vw;}
.btn p{color: #666;font-size: .82vw;margin-right: .5vw;transition: all .5s;}
.btn img{width: .732vw;}
.btn:hover{box-shadow: inset 0 0 0 50px #0E46B9;border: 1px solid #0E46B9;}
.btn:hover p{color: #fff;}
.btn:hover img{filter: brightness(0) invert(1);}
@media screen and (max-width:1080px){
.btn{margin-top: 30px;}
.btn a{padding: 8px 16px;}
.btn p{font-size: 15px;margin-right: 10px;}
.btn img{width: 14px;}
}
@media screen and (max-width:520px){
.btn{margin-top: 20px;}
.btn p{font-size: 14px;}
}


/* title */
.in_tit{text-align: center;}
.in_tit .title{font-size: 2.5vw;color: #000;letter-spacing: 1px;}
.in_tit .tit{font-size: .85vw;margin-top: .5vw;line-height: 1.6;}
@media screen and (max-width:1080px){
.in_tit .title{font-size: 3vw;}
.in_tit .tit{font-size: 15;margin-top:5px;}
}
@media screen and (max-width:768px){
.in_tit .title{font-size:4vw;}
}
@media screen and (max-width:520px){
.in_tit .title{font-size: 22px;line-height: 1.4;text-align: center;letter-spacing: initial;}
.in_tit .tit{font-size: 14}
}

 
/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.5s;}
.head .h_top{color: #fff;font-size: .88vw;font-weight: bold;background: linear-gradient(to right,#0059AB,#0059AB);padding: .9vw 0;letter-spacing: 1px;}
.head .h_top .w1600{display: flex;align-items: center;justify-content: space-between;overflow: hidden;}
.head .h_top a{display: flex;align-items: center;}
.head .h_top a img{width: 1.254vw;margin-right: .5vw;}
.head .head_mid{background: #fff;box-shadow: 0 0 3px rgba(0, 0, 0, .1);}
.head .head_mid .w1600{display: flex;align-items: center;justify-content: space-between;}
.head .head_mid .lf_part .logo{display: flex;align-items: center;}
.head .head_mid .lf_part .logo a{display: flex;align-items: center;}
.head .head_mid .lf_part .logo img{width: 2.247vw;}
.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;}
.head .head_mid .head_nav .first_nav > li{display: inline-block;white-space: nowrap;z-index: 1;position: relative;margin: 0 1.68vw;}
.head .head_mid .head_nav .first_nav > li .ha a{font-size: .94vw;position: relative;color: #211D1E;margin: 2.878vw 0 1.25vw;z-index: 99;transition: ease .75s;display: flex;align-items: center;font-weight: bold;}
.head .head_mid .head_nav .first_nav > li .ha a:after{content:'';position:absolute;height: 3px;z-index:9;width:0;right: 0;transition: all .5s ease-in-out;bottom: -1.25vw;background: #0059AB;}
.head .head_mid .head_nav .first_nav > li.cur .ha a,.head .head_mid .head_nav .first_nav > li:hover .ha a{color: #0059AB;}
.head .head_mid .head_nav .first_nav > li.cur .ha a:after,.head .head_mid .head_nav .first_nav > li:hover .ha 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: 10vw;transform: translate(0 , 30px);}
.head .head_mid .head_nav .pc_secnav.on{backface-visibility: hidden;pointer-events: auto;opacity: 1;transform: translate(0 , 0);}
.head .head_mid .head_nav .pc_secnav .lf_nav{width: 100%;position: relative;}
.head .head_mid .head_nav .pc_secnav .lf_nav ul{background: #ffffff;border-bottom-right-radius: 40px;padding: .58vw 0;box-shadow: 0 0 5px rgb(105 100 100 / 10%);}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li{display: block;}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li a{display: block;font-size: .82vw;line-height: 2.4vw;padding: 0 1.4vw;text-align: left;}
.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: #0059AB;}
.head .head_mid .head_nav .first_nav > li:nth-last-child(2) .pc_secnav,.head .head_mid .head_nav .first_nav > li:nth-child(2) .pc_secnav{width: 12vw;}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: flex;align-items: center;margin: 2.826vw 0 1.25vw;}
.head .head_mid .rt_part .search{display: flex;align-items: center;cursor: pointer;}
.head .head_mid .rt_part .search img{width: 1.15vw;}
.head .head_mid .rt_part .language{margin-left: 2.4vw;cursor: pointer;}
.head .head_mid .rt_part .language img{width: 1.254vw;}
.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%;height:100vh;-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/h_icon2.png);background-size: 28px;height: 28px;width: 28px;filter: brightness(0) invert(1);}
.head .h_search .h_box .h_text .text[type=text]::placeholder{color:#ffffffe8}
.head .h_search .h_box ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;margin-top: 2vw;}
.head .h_search .h_box ul li{padding: .5vw;}
.head .h_search .h_box ul li a{color: #fff;font-size: .8vw;}
.head .h_search .h_box ul li:hover a{text-decoration:revert}


/* scro */
.head.scro{transform: translateY( -3.2vw);}
.head.scro .h_search.show{transform: translate(-50% , 3.2vw);}


/* 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;padding-left: 20px;}
.menu ul li .hd .second{width: 100%;display:flex;align-items: center;flex-wrap: wrap;margin-top: 18px;}
.menu ul li .hd .second a{font-size: 16px;color: #ffffffeb;font-weight: normal;width: 100%;margin: 8px 0;}
.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:#0059AB;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 .h_top{padding: 10px 0;font-size: 15px;}
.head .h_top span i:nth-child(1){margin-right: 68%;}
.head .h_top a img{width: 24px;margin-right: 6px;}
.head .head_mid{padding: 8px 0;}
.head .head_mid .lf_part .logo img{width: 43px;}
.head .head_mid .lf_part .logo span{font-size: 15px;margin-left: 15px;padding-left: 15px;}
.head .head_mid .rt_part{margin: 0 auto;margin-right: 0;}
.head .head_mid .rt_part .search img{width: 22px;}
.head .head_mid .rt_part .language{margin-left: 20px;}
.head .head_mid .rt_part .language img{width: 24px;}
.head .head_mid .head_nav{display: none;}
.head .h_search .h_box{max-width: initial;}
.head .h_search .h_box .h_text .text{height: 50px;}
.head .h_search .h_box .h_btn{height: 50px;line-height: 50px;}
.head .h_search .h_box .h_btn .submit{background-size: 22px;height: 22px;width: 22px;}
.head .h_search .h_box ul{margin-top: 40px;justify-content: center;}
.head .h_search .h_box ul li{padding: 10px 15px;}
.head .h_search .h_box ul li a{font-size: 14px;}
.head.scro{transform: translateY(0);}
.head.scro .h_search.show{transform: translate(-50% , 0);}
.menu_bar{display: block;}
}	
@media only screen and (max-width:768px){
.head .h_top span{display: none;}
.head .h_top a{margin: 0 auto;/* margin-right: 0; */}
.menu ul li .rd a{font-size: 18px;}
.menu ul li .hd .second{margin-top: 10px;}
.menu ul li .hd .second a{font-size: 15px;}
}
@media only screen and (max-width:520px){
.head .h_top{padding: 8px 0;}
.head .h_top a img{margin-right: 8px;width: 22px;}
.head .head_mid{padding: 5px 0;}
.head .head_mid .lf_part .logo img{width: 36px;}
.head .head_mid .rt_part .language img{width: 24px;}
.head .h_search .h_close{margin-right: 40px;height: 32px;width: 32px;}
.head .h_search .h_close img{width: 15px;}
.head .h_search .h_box .h_text .text{height: 50px;font-size: 14px;}
.head .h_search .h_box .h_btn{height: 50px;line-height: 50px;}
.head .h_search .h_box ul{margin-top: 20px;}
.head .h_search .h_box ul li{padding: 8px 12px;}
.head .h_search .h_box ul li a{font-size: 13px;}
.menu_bar{margin-left: 15px;}
.menu ul{margin-top: 20%;}
.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: #1A1F2B;position: relative;}
.foot .w1600{display: flex;justify-content: space-between;}
.foot .f_top{padding: 4vw 0;}
.foot .f_top .fdel{width:19vw}
.foot .f_top .fdel .tit{background: #CB0000;padding: .5vw .8vw;border-radius: 5px;font-size: 1.1vw;color: #fff;font-weight: bold;width: max-content;}
.foot .f_top .fdel .text{margin-top: 1.5vw;}
.foot .f_top .fdel .text p{font-size:.85vw;color: #B0B8C5;margin:1vw 0;display:flex;align-items:center;line-height:1.58;}
.foot .f_top .fdel .text img{width:1vw;margin-right:.5vw}
.foot .f_top .fnav{display:flex;justify-content:space-between;width:49vw}
.foot .f_top .fnav .item .hd{font-size:1.1vw;color: #B0B8C5;margin-bottom: 1.2vw;}
.foot .f_top .fnav .item li{margin-top: .68vw;transition:all .5s ease;}
.foot .f_top .fnav .item li a{color: #B0B8C5;font-size: .8vw;}
.foot .f_top .fnav .item li:hover a{color:#fff;text-decoration:revert}
.foot .f_bom{padding: 1.5vw 0;font-size: .8vw;color: #B0B8C5;}
.foot .f_bom a:hover{color:#fff;text-decoration:revert}
.foot .f_bom .left{line-height: 2;order: 1;}
.foot .f_bom .left a{color: #f5f5f5;position: relative;margin-left: 1vw;padding-left: 1vw;}
.foot .f_bom .left a:nth-child(1){margin-left: 0;}
.foot .f_bom .left a:after{position: absolute;content: ""; left: 0;top: 50%;transform: translate(0 , -50%);width: 5px;height: 5px;background: #fff;}
.foot .f_bom .right ul{display: flex;align-items: center;}
.foot .f_bom .right ul li{width: 2vw;height: 2vw;border-radius:50%;display: flex;align-items: center;justify-content: center;margin-right: 1vw;background: #015AAC;}
.foot .f_bom .right ul li img{width: 1.045vw;}
@media only screen and (max-width:1080px){
.foot .f_top{padding: 40px 0;}
.foot .f_top .fdel{width: 40%;}
.foot .f_top .fdel .tit{padding: 10px;font-size: 16px;}
.foot .f_top .fdel .text{margin-top: 20px;}
.foot .f_top .fdel .text img{width: 18px;margin-right: 10px;}
.foot .f_top .fdel .text p{font-size: 15px;}
.foot .f_top .fnav{width: 52%;}
.foot .f_top .fnav .item .hd{font-size: 16px;margin-bottom: 20px;}
.foot .f_top .fnav .item li{margin-top: 10px;}
.foot .f_top .fnav .item li a{font-size: 14px;}
.foot .f_bom{padding: 15px 0;font-size: 14px;}
.foot .f_bom .left a{padding-left: 15px;margin-left: 15px;}
.foot .f_bom .right ul li{width: 32px;height: 32px;margin-right: 20px;}
.foot .f_bom .right ul li img{width: 16px;}
}
@media only screen and (max-width:768px){
.foot .f_top .fdel{width: 100%;}
.foot .f_top .fnav{display: none;}
}
@media only screen and (max-width:520px){
.foot .f_top{padding: 25px 0 15px;}
.foot .f_top .fdel .tit{padding: 8px 10px;}
.foot .f_top .fdel .text{margin-top: 20px;}
.foot .f_top .fdel .text img{margin-right: 8px;}
.foot .f_top .fdel .text p{font-size: 13px;margin: 8px 0;}
.foot .f_bom{padding: 0 0 15px;font-size: 13px;}
.foot .f_bom .left a{padding-left: 15px;margin-left: 15px;}
.foot .f_bom .right ul li{margin-right: 15px;margin-bottom: 10px;}
}


/* top */
#top{position: absolute;z-index: 999;right: 2%;transition:ease .5s;top: 14%;}
#top img{width: 2.613vw;}
@media only screen and (max-width:1080px){
#top{top: 58%;}
#top img{width: 50px;}
}
@media only screen and (max-width:520px){
#top{top: 8%;}
#top img{width: 32px;}
}


/* cebianlan */
.cebianlan{position: fixed;bottom: 15%;z-index: 999;right: 1%;}
.cebianlan .bg{background: #D7EEFF;width: 3.3vw;height: 3.3vw;border-radius: 50%;margin: 0 auto;margin-right: 0;}
.cebianlan .dong{width: 3.4vw;height: 3.4vw;position:absolute;top: -1px;background: #0059ab;border-radius: 50%;display: flex;align-items: center;justify-content: center;transition: ease .5s;right: -1px;}
.cebianlan .dong s{display:block;width:.35vw;height:.35vw;background:#fff;border-radius:50%;position:absolute;left: .8vw;animation:dianup 1.8s linear infinite alternate;}
.cebianlan .dong .s2{left: 1.6vw;animation:dianup 1.5s linear .6s infinite alternate;}
.cebianlan .dong .s3{left: 2.4vw;animation:dianup 1.5s linear 1.2s infinite alternate;}
.cebianlan:hover .dong{right: 1vw;}
@keyframes dianup{0%{top:1.5vw}
50%{top:1.1vw}
100%{top:1.5vw}
}
@media only screen and (max-width:1080px){
.cebianlan{display: none;}
}