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

@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}
.w1880{margin:0 auto;width:94%;max-width:1880px}
.w1990{margin:0 auto;width:95%;max-width:1990px}
.odcontent{margin:0 auto;width:94%;max-width:1600px}
.w1440{margin:0 auto;width:94%;max-width:1440px}
.w1400{margin:0 auto;width:94%;max-width:1400px}
.w1300{margin:0 auto;width:94%;max-width:1300px}
.w1200{margin:0 auto;width:94%;max-width:1200px}
.w900{margin:0 auto;width:94%;max-width:900px}
@media only screen and (max-width:1280px){
.w1440{width: 95%;}
}
@media only screen and (max-width:1080px){
.w1440{width: 90%;}
}
.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;}

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

@-webkit-keyframes searchY{0%{transform:translateY(-460px)}
to{transform:translateY(0)}
}
@-webkit-keyframes wobbhorizontal{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}
33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}
49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}
66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}
83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes wobbhorizontal{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}
33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}
49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}
66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}
83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}

@keyframes r2l{0%{transform:translateX(50px);opacity:0}
100%{transform:translateX(0);opacity:1}
}
@-webkit-keyframes r2l{0%{-webkit-transform:translateX(50px);opacity:0}
100%{-webkit-transform:translateX(0);opacity:1}
}
@-ms-keyframes r2l{0%{-ms-transform:translateX(50px);opacity:0}
100%{-ms-transform:translateX(0);opacity:1}
}
@keyframes heightChange{0%{transform:scale(1,0)}
100%{transform:scale(1)}
}
@-webkit-keyframes heightChange{0%{transform:scale(1,0)}
100%{transform:scale(1)}
}
@keyframes fadeIn{from{opacity:0;transform:translate3d(0%,10px,0)}
to{opacity:1;transform:none}
}

/* shuipingtc */
.shuipingtc{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999;background: rgba(0, 0, 0, 0.65);display: none;}
.shuipingtc .shi_con{width: 1000px;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{width: 40px;height: 40px;position: absolute;right: -60px;top: 0px;cursor: pointer;}
.shuipingtc .shi_con .form{background-color: #fff;border-radius: 6px;padding: 50px;}
.shuipingtc .shi_con .title{font-size: 30px;color: #333;margin-bottom: 30px;}
.shuipingtc .shi_con .input{width:100%;margin-bottom:15px; position:relative;}
.shuipingtc .shi_con .input label{color:#333;font-size: 16px;}
.shuipingtc .shi_con .input input{width:100%;height:48px;border: 1px solid #aaa;background-color: #f9f9f9;padding-left:15px;margin-top:10px;}
.shuipingtc .shi_con .input img{ height:46px; width:100px; position:absolute; right: 0; bottom:2px;}
.shuipingtc .shi_con .input textarea{width:100%;height:80px;border:1px solid #e7e7e7;background-color:#f9f9f9;padding-left:15px;margin-top:10px;font-family: "Urbanist-Regular";padding-top: 15px;}
.shuipingtc .shi_con .submit{border: 1px solid #0A476D;line-height: 48px;border-radius:6px;text-align:center;width: 145px;position: relative;margin: 0 auto;margin-top: 40px;}
.shuipingtc .shi_con .submit:after{content:'';position:absolute;left:0;top:0;width:0;height:100%;border-radius:5px;background: #0A476D;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.shuipingtc .shi_con .submit input{position: relative;z-index: 9;background: no-repeat;color: #0A476D;font-size: 17px;transition: all .5s;width: 100%;height: 100%;}
.shuipingtc .shi_con .submit:hover:after{width:100%;left:auto;right:0}
.shuipingtc .shi_con .submit:hover input{color: #fff;}
@media screen and (max-width:1280px) {
.shuipingtc .shi_con{width: 800px;}
.shuipingtc .shi_con .out{width: 40px;height: 40px;}
.shuipingtc .shi_con .form{padding: 40px;}
}
@media screen and (max-width:1080px) {
.shuipingtc .shi_con{width: 90%;}
.shuipingtc .shi_con .out{width: 36px;height: 36px;right: -5px;top: -50px;}
.shuipingtc .shi_con .title{font-size: 26px;}
.shuipingtc .shi_con .submit{line-height: 40px;width: 158px;font-size: 15px;margin-top: 20px;}
}
@media screen and (max-width:768px) {
.shuipingtc .shi_con{top: 55%;}
.shuipingtc .shi_con .form{padding: 30px;}
.shuipingtc .shi_con .input input{height: 35px;}
.shuipingtc .shi_con .input textarea{height: 68px;}
}
@media screen and (max-width:520px){
.shuipingtc .shi_con .title{font-size: 22px;}
.shuipingtc .shi_con .tit{padding: 15px;}
.shuipingtc .shi_con .form{padding: 20px;border-radius: 4px;}
.shuipingtc .shi_con .input{margin-bottom: 10px;}
.shuipingtc .shi_con .input img{width: auto;height: 34px;}
.shuipingtc .shi_con .submit{line-height: 34px;width: 130px;margin-top: 15px;}
.shuipingtc .shi_con .submit input{font-size: 16px;}
}

/* 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 10px rgba(0, 0, 0, .1);}
.head .head_mid{display: flex;justify-content: space-between;align-items: center;}
.head .head_mid .lf_part .logo h3{font-size: 38px;color: #b8906c;font-family: "GILROY-BLACK";/*font-family: "BebasNeue-Regular";letter-spacing: 1px;*/}
.head .head_mid .lf_part .logo p{font-size:16px;color:#666;/*font-family: "BebasNeue-Regular";letter-spacing: 1px;*/}
.head .head_mid .head_nav {box-sizing: border-box;transition: all .5s ease-in-out;margin-left: 8%;}
.head .head_mid .head_nav .first_nav{text-align: end;position: relative;}
.head .head_mid .head_nav .first_nav li{position: relative;display: inline-block;}
.head .head_mid .head_nav .first_nav li .hd a{font-size: 17px;display: block;position: relative;transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;color: #333;z-index: 99;padding: 28px 20px;font-weight: bold;}
.head .head_mid .head_nav .first_nav li.cur .hd a, .head .head_mid .head_nav .first_nav li:hover .hd a{background: #0A476D;color: #b8906c;}
.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: 158px;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: 50px;top:-4px;}
.head .head_mid .head_nav .first_nav>li:nth-child(3) .pc_secnav{width: 208px;}
.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;display: block;}
.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: 16px;color: #333;height: 38px;line-height: 38px;padding: 0 20px;}
.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: #0A476D;}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: flex;align-items: center;}
.head .head_mid .rt_part .email{display:flex;align-items:center;cursor:pointer}
.head .head_mid .rt_part .email .icon{background:#0a476d;padding:0 10px;height:38px;margin-right:1px;line-height:38px}
.head .head_mid .rt_part .email .t1{background:#0a476d;padding:0 12px;color:#fff;height:38px;line-height:38px;font-size: 16px;}

/* menu */
.menu{width: 100%;height:100vh;position:fixed;top:0;right:0;z-index:999;backdrop-filter:blur(10px);opacity: 0;visibility: hidden;-webkit-transition: ease 1s;transition: ease 1s;background: rgba(0, 0, 0, 0.6);}
.menu.active{opacity: 1;visibility: visible;}
.menu .close{width: max-content;margin: 0 auto;margin-right: 0;}
.menu .close img{filter: invert(.6);transition: 1s;}
.menu .close:hover img{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.menu .warp{width: 90%;display: block;position: relative;margin: 0 auto;padding-top: 30px;}
.menu ul{transition: ease 1s;transform: translateX(200px);opacity: 0;}
.menu.active ul{transform: translateX(0px);opacity: 1;transition-delay: 1.4s;}
.menu ul li{border-bottom:1px solid rgba(255,255,255,.3);padding: 10px 0;transition:.3s all ease-in-out;}
.menu ul li .rd{position: relative;display: flex;flex-wrap: wrap;width: 100%;}
.menu ul li .rd a{color:#333;font-size: 20px;font-weight: bold;}
.menu ul li .rd a:hover{color: #294893;}
.menu ul li .hd .second{opacity:1;transition:.3s all ease-in-out;display: flex;flex-wrap: wrap;}
.menu ul li .hd .second a{font-size: 16px;margin-top: 15px;display:inline-block;margin-right: 20px;color: #333;font-weight: normal;position: relative;padding-left: 25px;transition:.3s;}
.menu ul li .hd .second a::after{position: absolute;content: "";background: #333;left: 0;top: 12px;width: 20px;height: 1px;}
.menu ul li .hd .second a:hover{transform:translateX(5px)}
 

/* 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 span{background:#fff}
.menu_bar .bar{width: 25px;height: 16px;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.active p{opacity: 0;}
.menu_bar span:nth-child(1){width: 15px;right: 0;top: 1px;}
.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 span:nth-child(3){top: 15px;width: 15px;}

 
@media only screen and (max-width:1440px){
.head .head_mid .head_nav{margin-left: 0;}
.head .head_mid .head_nav .first_nav li .hd a{padding: 24px 15px;}
}
 
@media only screen and (max-width:1280px){
.head .head_mid .lf_part .logo h3{font-size: 28px;}
.head .head_mid .head_nav .first_nav li .hd a{font-size: 16px;padding: 24px 12px;}
}
 
/* mobile-end */
@media only screen and (max-width:1080px){
.head{padding:10px 0;}
.head .head_mid .head_nav .first_nav{display: none;}
.head .head_mid .rt_part .email{margin-right: 25px;}
.head .head_mid .rt_part .email .t1{line-height: 35px;height: 35px;font-size: 15px;}
.head .head_mid .rt_part .email .icon{line-height: 35px;height: 35px;}
.head .head_mid .rt_part .email .icon img{width: 22px;}
.menu_bar{display: block;}
.menu ul li{padding: 15px 0;}
.menu ul li .rd a{font-size: 18px;}
.menu ul li .hd .second a{font-size: 15px;padding-left: 20px;}
.menu ul li .hd .second a::after{top: 11px;width: 15px;}
}	
 
@media only screen and (max-width:768px){
.head .head_mid .lf_part .logo h3{font-size: 26px;}
.menu{background: #fff;transition: ease .6s;}
.menu ul{transition: ease .6s;}
.menu.active ul{transition-delay: .6s;}
.menu ul li{padding: 12px 0;border-bottom: 1px solid #cccccc47;}
.menu ul li .rd a{font-weight: normal;}
.menu ul li .rd i:after{content: "";width: 2px;height: 16px;background: #666;position: absolute;transition: all .35s;right: 7px;top: 3px;}
.menu ul li .rd i:before{content: "";width: 16px;height: 2px;background: #666;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{display: grid;margin-top: 5px;padding-left: 15px;}
}
@media only screen and (max-width:520px){
.head{padding: 6px 0;}
.head .head_mid .lf_part .logo h3{font-size: 20px;}
.head .head_mid .lf_part .logo p{font-size: 15px;}
.head .head_mid .rt_part .email{margin-right: 20px;}
.head .head_mid .rt_part .email .icon{line-height: 28px;height: 32px;padding: 0 8px;}
.head .head_mid .rt_part .email .t1{display: none;}
.menu .warp{padding: 5%;}
.menu .close{margin-right: 0;}
.menu .close img{filter: invert(.5);width: 15px;}
.menu ul li .rd a{font-size: 16px;}
.menu ul li .hd .second a{font-size: 15px;margin-top: 10px;}
.menu ul li .hd .second{display: grid;}

}
 
 
/* foot */
.foot{background: #363839;border-top: 10px solid #E9EAEE;}
.foot .bottom{background: #282A2B;padding: 20px 0;text-align: center;}
.foot .bottom span{color: #bfbfbf;font-size: 15px;}
@media only screen and (max-width:520px){
.foot .bottom{padding: 12px 0;}
.foot .bottom span{font-size: 13px;}
}


/* side_kf */
.side_kf{position:fixed;right: 1%;top:90%;width: 45px;z-index:99;opacity:0;transition:all .4s;transform:translateY(-50%);}
.side_kf ul li{box-shadow: 0px 0px 10px 0px rgb(33 33 33 / 10%);background: #00000087;border-radius: 6px;}
.side_kf #top{display:block;position:relative;height: 45px;text-align:center;}
.side_kf #top i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight: bold;}
@media only screen and (max-width:1080px){
.side_kf{width:40px}
.side_kf #top{height: 40px;}
}
@media only screen and (max-width:520px){
.side_kf{width:36px;top: 88%;}
.side_kf #top{height: 36px;background-size: 25px;}
.side_kf #top i{font-size: 12px;}
}

/* index3 */
/*.index3{background:  url(../images/in3_bg.jpg);background-size: cover;padding: 30px 0;}*/
.index3 {
    background: 
        linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), /* 暗色层 */
        url(../images/in3_bg.jpg);
    background-size: cover;
    padding: 30px 0;
}
.index3 .info .t1{font-size:32px;color:#fff;text-align:center}
.index3 .info .t1 span{color:#b8906c}
.index3 .info .t2{color:#fff;font-size:20px;text-align:center;margin:15px 0 40px; line-height:1.4}
.index3 .info .t2 span{ background:#0a476d;width:max-content;margin:0 auto;padding:0 20px;line-height:40px;border-radius:24px;transition: all 0.5s; cursor:pointer;}
.index3 .info .btn{background:#0a476d;width:max-content;margin:0 auto;padding:0 20px;line-height:40px;border-radius:24px;transition: all 0.5s; cursor:pointer; font-size:18px;}
.index3 .info .btn a{color:#fff}
.index3 .info .btn:hover{background: #004E8E;}
@media only screen and (max-width:1080px){
.index3 .info .t1{font-size: 26px;}
}
@media only screen and (max-width:520px){
.index3{padding: 35px 0;}
.index3 .info .t1{font-size: 20px;}
.index3 .info .t2{font-size: 14px;margin: 10px 0 25px;}
.index3 .info .btn{padding: 0 18px;line-height: 35px;font-size: 13px;}
}