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

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

@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: 78.5vw;}
.w1400{margin:0 auto;width:93%;max-width: 76vw;}
.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: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: Times New Roman;font-style: normal; src: url(../font/Times New Roman.fon) 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;overflow:hidden;position:relative;line-height: 2.4vw;background: #123280;border-radius: 40px;margin: 0 auto;margin-top: 4vw;transition: ease .5s;}
.btn a{display: flex;align-items: center;justify-content: center;padding: 0 1.5vw;}
.btn span{font-size: .9vw;color: #fff;transition: ease .5s;}
.btn img{width: .732vw;margin-left: .68vw;transition: ease .5s;}
.btn:hover span{transform: translateX(-8px);}
.btn:hover img{transform: translateX(8px);}
@media screen and (max-width:1080px){
.btn{line-height: 36px;margin-top: 40px;}
.btn a{padding: 0 35px;}
.btn span{font-size: 14px;}
.btn img{width: 13px;margin-left: 8px;}
}
@media screen and (max-width:520px){
.btn{line-height: 32px;margin-top: 30px;}
.btn a{padding: 0 28px;}
.btn span{font-size: 13px;}
.btn img{width: 12px;margin-left: 6px;}
}


 
/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.5s;border-bottom: 1px solid #645c1c33;}
.head::after{content:'';position:absolute;width:100%;height:100%;background-color:#fff;box-shadow: 0 0 10px rgba(0, 0, 0, .1);top:0;left:0;-webkit-transition:ease .75s;transition:ease .75s;z-index:-1;transform:translateY(-100%);}
.head.nei{background: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, .1);}
.head .head_mid .lf_part .logo{display: flex;align-items: center;}
.head .head_mid .lf_part .logo img{width: 11.39vw;}
.head .head_mid .lf_part .logo a:nth-child(2) img{margin-left: 1.88vw;}
.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;align-items: center;justify-content: space-between;}
.head .head_mid .head_nav{box-sizing: border-box;transition: all .5s ease-in-out;margin-right: -6vw;}
.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.45vw;}
.head .head_mid .head_nav .first_nav > li:nth-last-child(1){margin-right: 0;}
.head .head_mid .head_nav .first_nav > li .ha a{font-size: .94vw;position: relative;color: #222;margin: 1.88vw 0;z-index: 99;transition: ease .75s;display: flex;align-items: center;}
.head .head_mid .head_nav .first_nav > li .ha a:after{content:'';position:absolute;height: 2px;z-index:9;width:0;right: 0;transition: all .5s ease-in-out;bottom: -10px;background: #222;}
.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 .first_nav > li .ha a i{width: .7845vw;height: .7845vw;background: url(../images/h_icon.png);margin-left: .4vw;background-size: .7845vw;filter: brightness(0) invert(1);transition: ease .75s;}
.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: 9vw;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: #123280;}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: flex;align-items: center;}
.head .head_mid .rt_part .dh{display: flex;align-items: center;}
.head .head_mid .rt_part .dh img{width: 1.2vw;}
.head .head_mid .rt_part .dh p{color: #123280;font-size: .9vw;margin-left: .5vw;}
.head .head_mid .rt_part .dh span{font-size: 1.1vw;}
 


/* 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:#fff;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{border-bottom: 1px solid #fff;}
.head.scro::after{transform: none;}
.head.scro .head_mid .head_nav .first_nav > li .ha a{color: #000;}
.head.scro .head_mid .head_nav .first_nav > li .ha a i{filter: brightness(0.3);}
.head.scro .head_mid .head_nav .first_nav > li.cur .ha a,.head.scro .head_mid .head_nav .first_nav > li:hover .ha a{color: #123280;}
.head.scro .head_mid .head_nav .first_nav > li .ha a:after{background: #123280;}
.head.scro .menu_bar span{background: #000;}
.head.scro .menu_bar.active span{background: #fff;}

 
/* mobile-end */
@media only screen and (max-width:1080px){
.head{padding: 10px 0;}
.head .head_mid .lf_part .logo img{width: 168px !important;}
.head .head_mid .head_nav .first_nav{display: none;}
.head .head_mid .rt_part .dh{margin-right: 15px;}
.head .head_mid .rt_part .dh img{width: 22px;}
.head .head_mid .rt_part .dh p{font-size: 16px;}
.head .head_mid .rt_part .dh span{font-size: 18px;}
.menu_bar{display: block;}
}	
@media only screen and (max-width:768px){
.head{background: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, .1);}
.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: 10px;}
.menu ul li .hd .second a{font-size: 15px;}
}
@media only screen and (max-width:520px){
.head{padding: 8px 0;}
.head .head_mid .lf_part .logo img{width: 140px !important;}
.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: #06162F;}
.foot .f_top{padding:2vw 0;display:flex;align-items:center;justify-content:space-between;flex-wrap: wrap;}
.foot .f_top .logo img{width: 11.39vw;filter: brightness(0) invert(1);}
.foot .f_top .ul{display:flex;align-items:center;justify-content:space-between;}
.foot .f_top .ul li{margin-left: 1vw;}
.foot .f_top .ul li .icon{width: 2.2vw;height: 2.2vw;border-radius:50%;border: 2px solid #fff;display: flex;align-items: center;justify-content: center;}
.foot .f_top .ul li .icon img{width: 1.359vw;}
.foot .f_nav{border-top:1px solid #5f626d;border-bottom:1px solid #5f626d;padding: 4vw 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.foot .f_nav .list{display:flex;justify-content:space-between;width: 46vw;}
.foot .f_nav .list .item .hd{font-size: 1vw;margin-bottom: 1.5vw;color: #fff;}
.foot .f_nav .list .item li{margin-top: .68vw;transition:all .5s ease;}
.foot .f_nav .list .item li a{color: #A9AAAF;font-size: .8vw;}
.foot .f_nav .list .item li:hover a{color: #fff;text-decoration: revert;}
.foot .f_nav .del{width: 24vw;}
.foot .f_nav .del .fdh{display:flex;align-items:center;margin-bottom:.8vw}
.foot .f_nav .del .fdh .icon{margin-right:1vw}
.foot .f_nav .del .fdh .icon img{width:2.717vw}
.foot .f_nav .del .fdh .tit span{font-size:.85vw;color:#fff}
.foot .f_nav .del .fdh .tit h3{color:#a3c7ff;font-size:1.88vw;margin-top:.2vw}
.foot .f_nav .del .text p{color:#ffffff66;font-size: .82vw;line-height:2.1;}
.foot .f_bom{padding: 1vw 0;font-size: .8vw;color: #919191;display: flex;flex-wrap: wrap;justify-content: space-between;}
.foot .f_bom a:hover{color: #fff;text-decoration: revert;}
@media only screen and (max-width:1080px){
.foot .f_top{padding: 25px 0;}
.foot .f_top .logo img{width: 168px;}
.foot .f_top .ul li{margin-left: 15px;}
.foot .f_top .ul li .icon{width: 36px;height: 36px;}
.foot .f_top .ul li .icon img{width: 20px;}
.foot .f_nav{padding: 40px 0;}
.foot .f_nav .list{width: 60%;}
.foot .f_nav .list .item .hd{font-size: 16px;margin-bottom: 20px;}
.foot .f_nav .list .item li{margin-top: 10px;}
.foot .f_nav .list .item li a{font-size: 14px;}
.foot .f_nav .del{width: 30%;}
.foot .f_nav .del .fdh{margin-bottom: 10px;}
.foot .f_nav .del .fdh .icon{margin-right: 8px;}
.foot .f_nav .del .fdh .icon img{width: 40px;}
.foot .f_nav .del .fdh .tit span{font-size: 14px;}
.foot .f_nav .del .fdh .tit h3{font-size: 30px;margin-top: 5px;}
.foot .f_nav .del .text p{font-size: 14px;}
.foot .f_bom{padding: 15px 0;font-size: 14px;}
}
@media only screen and (max-width:850px){
.foot .f_nav{padding: 30px 0;}
.foot .f_nav .list{display: none;}
.foot .f_nav .del{width: 100%;}
.foot .f_bom{justify-content: center;line-height: 24px;text-align: center;}
}
@media only screen and (max-width:520px){
.foot .f_top{padding: 16px 0;}
.foot .f_top .logo img{width: 140px;}
.foot .f_top .ul li{margin-left: 15px;}
.foot .f_top .ul li .icon{width: 30px;height: 30px;}
.foot .f_top .ul li .icon img{width: 16px;}
.foot .f_nav{padding: 20px 0;}
.foot .f_nav .del .fdh{margin-bottom: 10px;}
.foot .f_nav .del .fdh .icon img{width: 35px;}
.foot .f_nav .del .fdh .tit span{font-size: 14px;}
.foot .f_nav .del .fdh .tit h3{font-size: 26px;margin-top: 3px;}
.foot .f_nav .del .text p{font-size: 13px;line-height: 2;}
.foot .f_bom{padding: 10px 0;font-size: 13px;}
}

/* s_right */
.s_right{position:fixed;right: .5%;top:68%;z-index:99;opacity:0;transition:all .4s;transform:translateY(-50%);}
.s_right li{position:relative;z-index:1;background: #123280;width: 2.4vw;height: 2.4vw;margin-bottom: 5px;display: flex;align-items: center;justify-content: center;border-radius: 3px;}
.s_right li:nth-last-child(1){margin-bottom: 0;}
.s_right li .icon{display: flex;align-items: center;justify-content: center;}
.s_right li .icon img{max-width: 1.25vw;transition:all .5s ease;}
.s_right li .box{padding: 0 1.2vw;width:auto;height:auto;position:absolute;right:100%;top:50%;transform: translate(-20% , -50%);transition: all .75s ease;opacity: 0;visibility: hidden;}
.s_right li .box .txt{padding: .58vw .8vw;background: #fff;box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);border-radius: 10px;position: relative;width: max-content;}
.s_right li .box .txt:after{border-left: 8px solid #fff;border-top: 6px solid transparent;border-bottom: 6px solid transparent;content: "";position: absolute;left: 100%;top: 50%;transform: translateY(-50%);}
.s_right li .box .txt p{font-weight:700;font-size: .85vw;color: #000;white-space:nowrap;}
.s_right li .box .txt  img{width: 6vw;height: 6vw;display: block;}
.s_right li:hover:before{transform: none;}
.s_right li:hover .box{transform: translate(0% , -50%);opacity: 1;visibility: visible;}
@media only screen and (max-width:1080px){
.s_right li{width: 38px;height: 38px;}
.s_right li .icon img{max-width: initial;width: 18px;}
.s_right li .box{padding: 0 15px;}
.s_right li .box .txt{padding: 8px 15px;}
.s_right li .box .txt p{font-size: 14px;}
}
@media only screen and (max-width:520px){
.s_right li{width: 36px;height: 36px;}
.s_right li .box .txt{padding: 8px 12px;}
}