@charset "utf-8";

@font-face {
  font-family:"Manrope-Regular";
  src:url("../fonts/Manrope-Regular.ttf")format("truetype");
}

@font-face {
  font-family:"Manrope-Medium";
  src:url("../fonts/Manrope-Medium.ttf")format("truetype");
}

@font-face {
  font-family:"Manrope-SemiBold";
  src:url("../fonts/Manrope-SemiBold.ttf")format("truetype");
}

@font-face {
  font-family:"Manrope-Bold";
  src:url("../fonts/Manrope-Bold.ttf")format("truetype");
}

*{padding:0px; margin:0px;}
body{font-size:16px; color:#555; font-family:"Manrope-Regular", Arial, Helvetica, sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:16px; border:0; background:none; outline:none; vertical-align:middle; font-family:"Manrope-Regular", Arial, Helvetica, sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#000; text-decoration:none;
transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#5881bc; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
.middle{vertical-align:middle; margin-top:-3px; margin-right:5px;}
.ds_il{max-width:100%; height:auto; display:inline-block;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
.mg_my{margin:0;}
::placeholder{color:#999;}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background-color:#eee;}
::-webkit-scrollbar-thumb{background-color:#aaa; border-radius:6px;}
::-webkit-scrollbar-thumb:hover{background-color:#555;}
::-webkit-scrollbar-thumb:active{background-color:#000;}
@media only screen and (max-width:1440px){
body{font-size:15px;}
input,select,button,textarea{font-size:15px;}
.container, .container-fluid{padding:0 20px;}
}

@media only screen and (max-width:1260px){
html.on{width:100%; height:100vh; overflow:hidden;}
}

.header{width:100%; background-color:rgba(0,0,0,.5); backdrop-filter:saturate(180%) blur(20px); position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-webkit-transition:all .5s;}
.header.on{background-color:rgba(0,0,0,.8); box-shadow:0 0 15px rgba(0,0,0,.05);}
.header:hover{background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05);}
.header.yc{z-index:-1; opacity:0;}
.header .container{width:100%; max-width:100%; padding:0 3%;}
.header .row{margin:0;}
.header .logo{width:260px; position:relative;}
.header .logo img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.header:hover .logo img{opacity:0;}
.header .logo img.d_w{position:absolute; top:0; left:0; opacity:0;}
.header:hover .logo img.d_w{opacity:1;}
.header .an{width:32px; height:22px; display:none; position:relative;}
.header .an span{width:32px; height:2px; background-color:#fff; display:block; position:absolute;
transition:all .5s;
-webkit-transition:all .5s;}
.header:hover .an span{background-color:#333;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:10px; left:0;}
.header .an span.a3{top:20px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav{display:flex; flex-wrap:wrap; align-items:center;}
.header .nav ul{display:flex;}
.header .nav ul li{margin:0 30px; position:relative;}
.header .nav #p_r{position:static;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:17px; color:#fff; line-height:80px; position:relative;}
.header:hover .nav .y_j a{color:#000;}
.header:hover .nav ul li:hover .y_j a{color:#5881bc;}
.header:hover .nav ul li.on .y_j a{color:#5881bc;}
.header .nav .y_j a:after{width:0; height:2px; background-color:#5881bc; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .y_j a:after{width:100%;}
.header .nav .e_j{width:180px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.03); position:absolute; top:80px; left:50%; margin-left:-90px; display:none;}
.header .nav #p_r .e_j{width:100%; max-height:calc(100vh - 86px); padding:50px 0 20px; left:0; margin-left:0; overflow-y:overlay;}
.header .nav ul li:hover .e_j{display:block;}
.header .nav .container{max-width:1530px; padding:0 15px;}
.header .nav .row{margin:0 -10px;}
.header .nav .f_l p a{font-size:14px; line-height:46px; color:#555; text-align:center; display:block;}
.header .nav .f_l p a:hover{background-color:#f7f7f7; color:#5881bc;}
.header .nav .cp_xl{width:calc(20% - 20px); margin:0 10px 20px;}
.header .nav .cp_xl .t_p{width:100%; padding:20px; background-color:#f7f7f7; text-align:center;}
.header .nav .cp_xl .t_p img{width:100%; height:auto; display:inline-block;
transition:all 1s;
-webkit-transition:all 1s;}
.header .nav .cp_xl .t_p:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.header .nav .cp_xl .b_t{text-align:center; line-height:26px; margin-top:15px;}
.header .nav .s_b{display:none;}
.header .yc_nr{display:flex; flex-wrap:wrap; align-items:center;}
.header .s_ch{line-height:36px; color:#fff; cursor:pointer; display:inline-block; margin-right:20px;
transition:all .5s;
-webkit-transition:all .5s;}
.header:hover .s_ch{color:#555;}
.header .s_ch i{font-size:21px; font-weight:bold; margin-top:-2px; vertical-align:middle; display:inline-block;}
.header .zw_wz a{display:block; width:40px; height:40px; border-radius:50%; background-color:rgba(255,255,255,.2); color:#fff; font-size:16px; text-align:center; line-height:40px; display:inline-block;}
.header:hover .zw_wz a{color:#000; background-color:#f7f7f7;}
.header .zw_wz a:hover{background-color:#5881bc; color:#fff;}
@media only screen and (max-width:1440px){
.header .nav ul li{margin:0 20px;}
.header .s_ch{margin-right:15px;}
}
@media only screen and (max-width:1260px){
.header{backdrop-filter:none;}
.header .logo{width:200px; margin:25px 0;}
.header .an{display:block;}
.header .nav{width:100%; height:calc(100vh - 72px); padding:10px 5% 20px; margin:0; background-color:#f7f7f7; position:fixed; top:72px; right:-100%; z-index:9999; overflow:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav.on{right:0;}
.header .nav ul{width:100%; float:none; display:block;}
.header .nav ul li{width:100%; height:auto; text-align:left; border-bottom:1px solid #ddd; float:none; padding:0; margin:0;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{display:block; margin:0; width:80%; position:absolute; top:0; right:0; font-size:16px; font-weight:bold; text-align:right; line-height:66px; z-index:99;}
.header .nav .y_j a{font-size:16px; color:#333; line-height:66px; text-shadow:none; display:block;}
.header .nav .y_j a:hover{color:#333;}
.header .nav ul li:hover .y_j a{color:#333;}
.header .nav ul li.on .y_j a{color:#333;}
.header .nav .y_j a:after{display:none;}
.header .nav .e_j{width:100%; height:calc(100vh - 72px); padding:10px 5% 20px; background-color:#f7f7f7; position:fixed; top:72px; left:auto; right:-100%; z-index:9999; overflow:auto; display:block; opacity:1; visibility:inherit;
transition:all .5s;
-webkit-transition:all .5s;
transform:none;
-webkit-transform:none;}
.header .nav #p_r .e_j{max-width:100%; height:calc(100vh - 72px); max-height:calc(100vh - 72px); padding:10px 5% 20px; left:auto; margin-left:0;
transform:none;
-webkit-transform:none;}
.header .nav .e_j.on{right:0;}
.header .nav .e_j:after{display:none;}
.header .nav .row{margin:0 -5px;}
.header .nav .f_l{width:100%; padding:0; margin-bottom:0;}
.header .nav .f_l p{margin:0;}
.header .nav .f_l p a{font-size:16px; line-height:66px; color:#333; text-align:left; border-bottom:1px solid #ddd;}
.header .nav .f_l p a:hover{color:#333;}
.header .nav .cp_xl{width:calc(20% - 10px); margin:0 5px 10px;}
.header .nav .cp_xl .t_p{padding:10px;}
.header .nav .s_b{display:block; line-height:50px;}
.header .nav .s_b i{font-size:16px; font-weight:bold;}
.header .s_ch{margin-right:15px;}
.header .zw_wz a{width:36px; height:36px; font-size:15px; line-height:36px; margin-right:15px;}
}
@media only screen and (max-width:992px){
.header{background-color:rgba(255,255,255,.96); box-shadow:0 0 15px rgba(0,0,0,.05);}
.header.on{background-color:rgba(255,255,255,.96); box-shadow:0 0 15px rgba(0,0,0,.05);}
.header:hover{background-color:rgba(255,255,255,.96); box-shadow:0 0 15px rgba(0,0,0,.05);}
.header .logo{width:180px;}
.header .logo img{opacity:0;}
.header .logo img.d_w{opacity:1;}
.header .an span{background-color:#333;}
.header .nav{width:100%; height:calc(100vh - 70px); top:70px;}

.header .nav .e_j{width:100%; height:calc(100vh - 70px); top:70px;}
.header .nav #p_r .e_j{height:calc(100vh - 70px); max-height:calc(100vh - 70px);}
.header .nav .container{padding:0;}
.header .nav .row{margin:0 -10px;}
.header .nav .cp_xl{width:calc(50% - 20px); margin:0 10px 20px;}
.header .s_ch{color:#555;}
.header .zw_wz a{color:#000; background-color:#eee;}
}

.search{width:100%; height:100vh; background-color:rgba(0,0,0,.6); position:fixed; top:0; left:0; z-index:999; display:none;}
.search .sc_gb{position:absolute; top:-55px; right:-80px; cursor:pointer; color:#888;
transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb:hover{color:#5881bc;
transform:rotate(360deg);
-webkit-transform:rotate(360deg);}
.search .sc_nr{width:100%; padding:160px 50px 80px; background-color:#fff; overflow:hidden;}
.search .sc_qy{width:560px; margin:0 auto; border-bottom:1px solid #eee; display:flex; justify-content:space-between; position:relative;}
.search input{width:460px; height:60px; line-height:60px; color:#333;}
.search input::placeholder{color:#999;}
.search button{height:60px; line-height:60px; text-align:center; color:#000; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.search button:hover{color:#5881bc;}
.search button i{font-weight:bold;}
@media only screen and (max-width:1260px){
.search{height:100vh; top:0;}
.search .sc_bj{padding:60px 0;}
}
@media only screen and (max-width:992px){
.search .sc_nr{width:90%;}
.search .sc_gb{top:10px; right:20px;}
.search .sc_gb i{font-size:22px; font-weight:lighter;}
.search input{width:85%; font-size:15px;}
.search button{width:15%;}
.search button i{font-size:24px; font-weight:lighter;}
}

.head_h{width:100%; height:70px; overflow:hidden; display:none;}
@media only screen and (max-width:992px){
.head_h{display:block;}
}

.xq_hg{width:100%; height:80px; background-color:#333; overflow:hidden;}
@media only screen and (max-width:992px){
.xq_hg{height:70px; background-color:#fff;}
}

.video{width:100%; height:100vh; position:fixed; top:0; left:0; overflow:hidden;}
.video:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.1);}
.video video{width:100%; height:100%; display:block; position:absolute; top:50%; left:50%;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.video .container{position:absolute; top:52%; left:50%; z-index:99; text-shadow:0 0 20px rgba(0,0,0,.3);
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.video .bn_wz{width:65%;}
.video .bn_wz h1{font-size:60px; font-family:"Manrope-Bold"; line-height:64px; color:rgba(255,255,255,.7); margin-bottom:20px;}
.video .bn_wz h3{font-size:22px; font-family:"Manrope-SemiBold"; line-height:28px; color:rgba(255,255,255,.4);}
.video .bn_wz a{width:170px; height:50px; background:#8fabd2; border-radius:5px; font-size:20px; line-height:50px; text-align:center; color:#fff; display:inline-block; margin-top:30px; position:relative;
background-image:linear-gradient(#5881bc, #5881bc);
background-image:-webkit-linear-gradient(#5881bc, #5881bc);
background-size:0 100%;
background-repeat:repeat-y;}
.video .bn_wz a:hover{color:#fff; background-size:100% 100%;}
@media only screen and (max-width:1440px){
.video .bn_wz h1{font-size:56px; line-height:60px;}
.video .bn_wz a{width:150px; height:44px; font-size:18px; line-height:44px;}
}
@media only screen and (max-width:1260px){
.video .bn_wz{width:70%;}
.video .bn_wz h1{font-size:46px; line-height:56px; margin-bottom:15px;}
.video .bn_wz h3{font-size:20px;}
.video .bn_wz a{width:140px; margin-top:20px;}
}
@media only screen and (max-width:992px){
.video{height:400px; position:relative; top:auto; left:auto;}
.video .bn_wz{width:100%; text-align:center;}
.video .bn_wz h1{font-size:30px; line-height:32px; margin-bottom:10px;}
.video .bn_wz h3{font-size:16px; line-height:20px;}
.video .bn_wz a{width:120px; height:38px; border-radius:3px; font-size:16px; line-height:38px; margin-top:15px;}
}

.gy_bt{margin-bottom:50px; text-align:center;}
.gy_bt h1{font-size:50px; font-family:"Manrope-Bold"; color:#000; line-height:56px; margin-bottom:6px;}
.gy_bt p{font-size:20px; font-family:"Manrope-SemiBold"; color:#999; line-height:26px;}
@media only screen and (max-width:1440px){
.gy_bt{margin-bottom:40px;}
.gy_bt h1{font-size:46px; line-height:50px;}
}
@media only screen and (max-width:1260px){
.gy_bt{margin-bottom:35px;}
.gy_bt h1{font-size:40px; line-height:46px;}
.gy_bt p{font-size:18px;}
}
@media only screen and (max-width:992px){
.gy_bt{margin-bottom:30px;}
.gy_bt h1{font-size:32px; line-height:38px;}
.gy_bt p{font-size:16px; line-height:22px;}
}

.sy_kb{width:100%; height:100vh; overflow:hidden; position:relative; z-index:-9;}
@media only screen and (max-width:992px){
.sy_kb{display:none;}
}

.sy_cp{width:100%; background:#f7f7f7 url(../images/cp_bj.jpg) no-repeat bottom center; padding:90px 0; position:relative; z-index:9; overflow:hidden;}
.sy_cp .cp_zs{position:relative;}
.sy_cp .cp_zs i{color:#fff;}
.sy_cp .swiper-cp{position:relative;}
.sy_cp .swiper-button-prev{width:44px; height:76px; border-radius:5px; background-color:rgba(0,0,0,.3); left:15%; margin-top:-38px; z-index:99; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-button-prev:hover{background-color:#5881bc;}
.sy_cp .swiper-button-next{width:44px; height:76px; border-radius:5px; background-color:rgba(0,0,0,.3); right:15%; margin-top:-38px; z-index:99; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-button-next:hover{background-color:#5881bc;}
.sy_cp .swiper-slide{width:50%; cursor:pointer; padding-top:80px; opacity:.3; position:relative; overflow:hidden;}
.sy_cp .swiper-slide-active{opacity:1;}
.sy_cp .swiper-slide img{width:100%; height:auto; display:block; margin:0 auto;
transition:all 1s;
-webkit-transition:all 1s;
transform:scale(.5);
-webkit-transform:scale(.5);}
.sy_cp .swiper-slide-active img{transform:scale(1);
-webkit-transform:scale(1);}
.sy_cp .swiper-slide a{width:100%; height:100%; position:absolute; top:0; left:0; z-index:99; display:none;}
.sy_cp .swiper-slide-active a{display:block;}
.sy_cp .t_p{position:relative; z-index:99;}
.sy_cp .w_z{font-size:220px; line-height:220px; text-align:center; font-family:"Manrope-Bold"; opacity:0; position:absolute; top:0; left:0; width:100%;
color:transparent;
-webkit-background-clip:text;
background-clip:text;
background-image:url(../images/wz_bj.png);
background-size:cover;}
.sy_cp .swiper-slide-active .w_z{opacity:.2;}
@media only screen and (max-width:1440px){
.sy_cp{padding:70px 0;}
.sy_cp .swiper-slide{width:52%;}
.sy_cp .w_z{font-size:180px; line-height:180px;}
}
@media only screen and (max-width:1260px){
.sy_cp{padding:50px 0;}
.sy_cp .swiper-button-prev{width:38px; height:60px; left:12%; margin-top:-30px;}
.sy_cp .swiper-button-next{width:38px; height:60px; right:12%; margin-top:-30px;}
.sy_cp .swiper-slide img{transform:scale(.7);
-webkit-transform:scale(.7);}
.sy_cp .swiper-slide-active img{transform:scale(1);
-webkit-transform:scale(1);}
.sy_cp .w_z{font-size:150px; line-height:150px;}
}
@media only screen and (max-width:992px){
.sy_cp{padding:50px 0 30px;}
.sy_cp .swiper-button-prev{display:none;}
.sy_cp .swiper-button-next{display:none;}
.sy_cp .w_z{font-size:100px; line-height:100px;}
}
@media only screen and (max-width:640px){
.sy_cp{padding:40px 0 30px;}
.sy_cp .swiper-slide{width:70%; padding-top:40px;}
.sy_cp .swiper-slide img{transform:scale(.8);
-webkit-transform:scale(.8);}
.sy_cp .swiper-slide-active img{transform:scale(1);
-webkit-transform:scale(1);}
.sy_cp .w_z{font-size:150px; line-height:150px;}
.sy_cp .w_z{font-size:70px; line-height:70px;}
}

.sy_gy{width:100%; padding:90px 0; background-color:#fff; position:relative; z-index:9; overflow:hidden;}
.sy_gy .gy_nr{position:relative;}
.sy_gy .gy_tp img{width:100%; height:auto; display:block;}
.sy_gy .gy_wz{width:38%; padding:40px; border-radius:5px; background-color:rgba(0,0,0,.2); color:#fff; position:absolute; top:50%; left:80px; margin-top:-188px;}
.sy_gy .gy_wz .b_t{font-size:50px; font-family:"Manrope-Bold"; line-height:56px; margin-bottom:35px;}
.sy_gy .gy_wz .w_z{font-size:18px; line-height:26px;}
.sy_gy .gy_wz a{width:170px; height:50px; border:2px solid #fff; border-radius:5px; font-size:20px; line-height:46px; text-align:center; color:#fff; display:inline-block; margin-top:25px; position:relative;
background:linear-gradient(#5881bc, #5881bc) repeat-y;
background:-webkit-linear-gradient(#5881bc, #5881bc) repeat-y;
background-size:0 100%;}
.sy_gy .gy_wz a:hover{background-size:100% 100%; border:2px solid #5881bc;}
@media only screen and (max-width:1440px){
.sy_gy{padding:70px 0;}
.sy_gy .gy_wz{width:40%; padding:30px; left:80px; margin-top:-168px;}
.sy_gy .gy_wz .b_t{font-size:44px; line-height:50px; margin-bottom:25px;}
.sy_gy .gy_wz a{width:150px; height:44px; font-size:18px; line-height:40px; margin-top:20px;}
}
@media only screen and (max-width:1260px){
.sy_gy{padding:60px 0;}
.sy_gy .gy_tp{height:460px;}
.sy_gy .gy_tp img{height:100%;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
.sy_gy .gy_wz{width:50%; padding:25px; left:50px; margin-top:-168px;}
.sy_gy .gy_wz .b_t{font-size:38px; line-height:44px; margin-bottom:20px;}
.sy_gy .gy_wz .w_z{font-size:17px;}
.sy_gy .gy_wz a{width:140px; font-size:17px;}
}
@media only screen and (max-width:992px){
.sy_gy{padding:50px 0;}
.sy_gy .gy_tp{height:400px;}
.sy_gy .gy_wz{width:60%; padding:20px; left:35px; margin-top:-150px;}
.sy_gy .gy_wz .b_t{font-size:32px; line-height:38px; margin-bottom:15px;}
.sy_gy .gy_wz .w_z{font-size:16px;}
.sy_gy .gy_wz a{width:130px; font-size:16px;}
}
@media only screen and (max-width:992px){
.sy_gy{padding:50px 0;}
.sy_gy .gy_tp{height:auto; margin-bottom:30px;}
.sy_gy .gy_wz{width:100%; background:none; padding:0; position:relative; top:auto; left:auto; margin-top:0;}
.sy_gy .gy_wz .b_t{color:#000;}
.sy_gy .gy_wz .w_z{color:#555;}
.sy_gy .gy_wz a{border:2px solid #5881bc; color:#5881bc;}
.sy_gy .gy_wz a:hover{background-color:#5881bc; color:#fff;}
}

.sy_xw{width:100%; padding:90px 0; background:url(../images/xw_bj.jpg) no-repeat center / cover fixed; position:relative; z-index:9; overflow:hidden;}
.sy_xw .xw_zs{position:relative;}
.sy_xw .xw_zs ul{margin:0 -20px;}
.sy_xw .xw_zs ul li{width:calc(33.33333333% - 40px); margin:0 20px; background-color:#fff;}
.sy_xw .t_p{overflow:hidden; position:relative;}
.sy_xw .t_p span{background-color:rgba(88,129,188,.95); padding:6px 15px; font-size:18px; text-align:center; color:#fff; position:absolute; bottom:0; left:0;}
.sy_xw .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.sy_xw .xw_zs ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);}
.sy_xw .w_z{padding:20px;}
.sy_xw .w_z h3{font-size:26px; font-family:"Manrope-Bold"; line-height:30px; margin-bottom:10px;}
.sy_xw .w_z p{line-height:22px; color:#777; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
@media only screen and (max-width:1440px){
.sy_xw{padding:70px 0;}
.sy_xw .xw_zs ul{margin:0 -15px;}
.sy_xw .xw_zs ul li{width:calc(33.33333333% - 30px); margin:0 15px;}
.sy_xw .w_z h3{font-size:22px; line-height:28px;}
}
@media only screen and (max-width:1260px){
.sy_xw{padding:70px 0; background:url(../images/xw_bj.jpg) no-repeat center / cover;}
.sy_xw .xw_zs ul{margin:0 -10px;}
.sy_xw .xw_zs ul li{width:calc(33.33333333% - 20px); margin:0 10px;}
.sy_xw .w_z{padding:15px;}
.sy_xw .w_z h3{font-size:20px; line-height:26px;}
}
@media only screen and (max-width:992px){
.sy_xw{padding:50px 0 30px;}
.sy_xw .w_z h3{font-size:18px; line-height:24px;}
.sy_xw .w_z p{line-height:22px;}
}
@media only screen and (max-width:640px){
.sy_xw{padding:50px 0 30px;}
.sy_xw .xw_zs ul{margin:0;}
.sy_xw .xw_zs ul li{width:100%; margin:0 0 20px;}
}

.sy_zh{width:100%; background-color:#fff; padding:90px 0; position:relative; z-index:9; overflow:hidden;}
.sy_zh .row{margin:0 -5px;}
.sy_zh .zh_zc{width:calc(50% - 10px); margin:0 5px; position:relative;}
.sy_zh .zh_yc{width:calc(50% - 10px); margin:0 5px;}
.sy_zh .yc_nr{position:relative; margin-bottom:10px;}
.sy_zh .yc_nr:last-child{margin-bottom:0;}
.sy_zh .t_p{position:relative; overflow:hidden;}
.sy_zh .t_p:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.3);
transition:all .5s;
-webkit-transition:all .5s;}
.sy_zh .zh_zc:hover .t_p:after{background-color:rgba(0,0,0,.1);}
.sy_zh .yc_nr:hover .t_p:after{background-color:rgba(0,0,0,.1);}
.sy_zh .t_p img{width:100%; height:auto; display:block; margin:0 auto;
transition:all 1s;
-webkit-transition:all 1s;}
.sy_zh .zh_zc:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.sy_zh .yc_nr:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.sy_zh .w_z{width:100%; position:absolute; bottom:0; left:0; text-align:center; color:#fff; padding:20px 5% 50px;
background-image:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
background-image:linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));}
.sy_zh .w_z h3{font-size:26px; font-family:"Manrope-Bold";}
.sy_zh .w_z span{width:140px; height:38px; border:1px solid rgba(255,255,255,.6); border-radius:36px; font-size:16px; line-height:36px; text-align:center; color:#fff; display:inline-block; margin-top:15px; position:relative;
background:linear-gradient(#5881bc, #5881bc) repeat-y;
background:-webkit-linear-gradient(#5881bc, #5881bc) repeat-y;
background-size:0 100%;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_zh .zh_zc:hover .w_z span{color:#fff; background-size:100% 100%; border:1px solid #5881bc;}
.sy_zh .yc_nr:hover .w_z span{color:#fff; background-size:100% 100%; border:1px solid #5881bc;}
@media only screen and (max-width:1440px){
.sy_zh{padding:70px 0;}
.sy_zh .w_z{padding:20px 5% 30px;}
.sy_zh .w_z h3{font-size:24px;}
.sy_zh .w_z span{width:130px; height:34px; border-radius:34px; line-height:32px; margin-top:10px;}
}
@media only screen and (max-width:1260px){
.sy_zh{padding:60px 0;}
.sy_zh .w_z{padding:15px 5% 20px;}
.sy_zh .w_z h3{font-size:20px;}
}
@media only screen and (max-width:640px){
.sy_zh{padding:50px 0;}
.sy_zh .row{margin:0;}
.sy_zh .zh_zc{width:100%; height:180px; margin:0 0 10px;}
.sy_zh .zh_yc{width:100%; margin:0;}
.sy_zh .t_p{height:180px;}
.sy_zh .t_p img{height:100%;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
}

.sy_jr{width:100%; padding:200px 0; background:url(../images/jr_bj.jpg) no-repeat center / cover fixed; color:#fff; position:relative; z-index:9; overflow:hidden;}
.sy_jr:after{width:100%; height:100%; background-color:rgba(0,0,0,.2); position:absolute; top:0; left:0; content:"";}
.sy_jr .container{position:relative; z-index:9;}
.sy_jr .jr_wz{width:50%;}
.sy_jr .jr_wz .b_t{font-size:40px; font-family:"Manrope-Bold"; line-height:50px; margin-bottom:10px;}
.sy_jr .jr_wz .x_b{font-size:26px; line-height:32px; font-family:"Manrope-SemiBold"; opacity:.6;}
.sy_jr .jr_wz a{width:170px; height:50px; border:2px solid rgba(255,255,255,.6); border-radius:5px; font-size:20px; line-height:46px; text-align:center; color:#fff; display:inline-block; margin-top:25px; position:relative;
background:linear-gradient(#5881bc, #5881bc) repeat-y;
background:-webkit-linear-gradient(#5881bc, #5881bc) repeat-y;
background-size:0 100%;}
.sy_jr .jr_wz a:hover{background-size:100% 100%; border:2px solid #5881bc;}
@media only screen and (max-width:1440px){
.sy_jr{padding:170px 0;}
.sy_jr .jr_wz{width:55%;}
.sy_jr .jr_wz .b_t{font-size:38px; line-height:44px;}
.sy_jr .jr_wz .x_b{font-size:24px; line-height:28px;}
.sy_jr .jr_wz a{width:150px; height:44px; font-size:18px; line-height:40px; margin-top:15px;}
}
@media only screen and (max-width:1260px){
.sy_jr{padding:120px 0; background:url(../images/jr_bj.jpg) no-repeat center / cover;}
.sy_jr .jr_wz{width:60%;}
.sy_jr .jr_wz .b_t{font-size:30px; line-height:36px;}
.sy_jr .jr_wz .x_b{font-size:20px; line-height:26px;}
.sy_jr .jr_wz a{width:140px; font-size:17px;}
}
@media only screen and (max-width:992px){
.sy_jr{padding:100px 0;}
.sy_jr .jr_wz{width:70%;}
.sy_jr .jr_wz .b_t{font-size:26px; line-height:32px;}
.sy_jr .jr_wz .x_b{font-size:18px;}
.sy_jr .jr_wz a{width:130px; font-size:16px;}
}
@media only screen and (max-width:640px){
.sy_jr{padding:50px 0;}
.sy_jr .jr_wz{width:80%;}
.sy_jr .jr_wz .b_t{font-size:22px; line-height:28px;}
.sy_jr .jr_wz .x_b{font-size:16px;}
}

.n_ban{width:100%; height:100vh; background-color:#000; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed; position:relative; overflow:hidden;}
.n_ban .container{position:absolute; top:55%; left:50%; z-index:99;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%);}
.n_ban .w_z{width:50%; font-size:80px; font-family:"Manrope-Bold"; line-height:86px; color:#fff;}
.n_ban .w_z span{display:inline-block;}
@media only screen and (max-width:1440px){
.n_ban .w_z{width:55%; font-size:60px; line-height:76px;}
}
@media only screen and (max-width:1260px){
.n_ban{background-attachment:scroll;}
.n_ban .w_z{width:60%; font-size:50px; line-height:60px;}
}
@media only screen and (max-width:992px){
.n_ban{height:360px;}
.n_ban .w_z{width:70%; font-size:30px; line-height:40px;}
}

.nx_bn{width:100%; height:560px; background-color:#000; background-repeat:no-repeat; background-position:center; background-size:cover; position:fixed; top:0; left:0; overflow:hidden;}
.nx_bn .bn_wz{width:500px; position:absolute; top:50%; left:50%; margin-left:-250px; font-size:60px; color:#fff; text-align:center; font-family:"Manrope-Bold"; line-height:70px;}
@media only screen and (max-width:1260px){
.nx_bn{height:400px;}
.nx_bn .bn_wz{width:400px; margin-left:-200px; font-size:50px; line-height:60px;}
}
@media only screen and (max-width:992px){
.nx_bn{height:300px; position:relative; top:auto; left:auto;}
}
@media only screen and (max-width:640px){
.nx_bn{height:200px;}
.nx_bn .bn_wz{width:100%; left:0; margin-left:0; margin-top:-25px; font-size:40px; line-height:50px;}
}

.bn_hg{width:100%; height:560px; overflow:hidden;}
@media only screen and (max-width:1260px){
.bn_hg{height:400px;}
}
@media only screen and (max-width:992px){
.bn_hg{display:none;}
}

.ab_gs{width:100%; padding:150px 0; background-color:#fff; position:relative; overflow:hidden;}
.ab_gs:after{width:50%; height:76%; background:url(../images/ab1.jpg) no-repeat center / cover; position:absolute; top:12%; left:0; content:"";}
.ab_gs .gs_tp{width:100%; margin-bottom:30px; display:none;}
.ab_gs .gs_tp img{width:100%; height:auto; display:block;}
.ab_gs .gs_wz{width:45%; margin-left:55%; position:relative;}
.ab_gs .gs_wz .b_t{font-size:50px; font-family:"Manrope-Bold"; color:#000; line-height:56px; margin-bottom:30px;}
.ab_gs .gs_wz .w_z{font-size:18px; line-height:30px;}
@media only screen and (max-width:1440px){
.ab_gs{padding:120px 0;}
.ab_gs:after{height:80%; top:10%;}
.ab_gs .gs_wz .b_t{font-size:46px; line-height:50px; margin-bottom:25px;}
.ab_gs .gs_wz .w_z{line-height:28px;}
}
@media only screen and (max-width:1260px){
.ab_gs{padding:80px 0;}
.ab_gs .gs_wz .b_t{font-size:40px; line-height:46px; margin-bottom:20px;}
.ab_gs .gs_wz .w_z{font-size:17px; line-height:26px;}
}
@media only screen and (max-width:992px){
.ab_gs{padding:50px 0;}
.ab_gs:after{display:none;}
.ab_gs .row{margin:0;}
.ab_gs .gs_tp{display:block;}
.ab_gs .gs_wz{width:100%; margin:0;}
.ab_gs .gs_wz .b_t{font-size:32px; line-height:38px;}
.ab_gs .gs_wz .w_z{font-size:16px;}
}

.ab_js{width:100%; padding:100px 0; background-color:#fff; position:relative; overflow:hidden;}
.ab_js .row{margin:0 -25px;}
.ab_js .js_wz{width:calc(50% - 50px); margin:0 25px; position:relative;}
.ab_js .js_wz .d_b{font-size:50px; font-family:"Manrope-Bold"; color:#000; line-height:56px; margin-bottom:30px;}
.ab_js .js_wz .b_t{font-size:36px; font-family:"Manrope-Bold"; color:#000; line-height:46px; margin-bottom:20px;}
.ab_js .js_wz .h_x{width:80px; height:6px; border-radius:6px; background-color:#5881bc; margin-bottom:35px;}
.ab_js .js_wz .w_z{font-size:18px; line-height:30px;}
.ab_js .js_wz .z_m{position:absolute; bottom:0; left:0; font-size:70px; line-height:70px; font-weight:bold; text-transform:uppercase; font-family:"Times New Roman"; white-space:nowrap;
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-image:-webkit-linear-gradient(top, #eee, #fff);
background-image:linear-gradient(top, #eee, #fff);}
.ab_js .js_wz ul li{margin-bottom:15px;}
.ab_js .js_wz strong{font-size:22px; font-family:"Manrope-SemiBold"; color:#000; line-height:30px; margin-bottom:6px; display:block;}
.ab_js .js_tp{width:calc(50% - 50px); margin:0 25px;}
.ab_js .js_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
.ab_js{padding:80px 0;}
.ab_js .row{margin:0 -20px;}
.ab_js .js_wz{width:calc(50% - 40px); margin:0 20px;}
.ab_js .js_wz .d_b{font-size:46px; line-height:50px; margin-bottom:25px;}
.ab_js .js_wz .b_t{font-size:30px; line-height:38px; margin-bottom:15px;}
.ab_js .js_wz .h_x{width:60px; height:5px; border-radius:5px; margin-bottom:25px;}
.ab_js .js_wz .w_z{line-height:26px;}
.ab_js .js_wz .z_m{font-size:50px; line-height:50px;}
.ab_js .js_wz ul li{margin-bottom:10px;}
.ab_js .js_wz strong{font-size:20px; line-height:26px; margin-bottom:3px;}
.ab_js .js_tp{width:calc(50% - 40px); margin:0 20px;}
}
@media only screen and (max-width:1260px){
.ab_js{padding:60px 0;}
.ab_js .row{margin:0 -15px;}
.ab_js .js_wz{width:calc(50% - 30px); margin:0 15px;}
.ab_js .js_wz .d_b{font-size:40px; line-height:46px; margin-bottom:20px;}
.ab_js .js_wz .b_t{font-size:26px; line-height:32px; margin-bottom:10px;}
.ab_js .js_wz .h_x{width:50px; margin-bottom:20px;}
.ab_js .js_wz .w_z{font-size:16px; line-height:26px;}
.ab_js .js_wz .z_m{font-size:30px; line-height:30px;}
.ab_js .js_tp{width:calc(50% - 30px); margin:0 15px;}
}
@media only screen and (max-width:992px){
.ab_js{padding:40px 0;}
.ab_js .row{margin:0;}
.ab_js .js_wz{width:100%; margin:10px 0;}
.ab_js .js_wz .d_b{font-size:32px; line-height:38px;}
.ab_js .js_wz .b_t{font-size:22px; line-height:28px;}
.ab_js .js_wz .h_x{width:40px;}
.ab_js .js_wz .w_z{font-size:15px; line-height:22px;}
.ab_js .js_wz .z_m{display:none;}
.ab_js .js_tp{width:100%; margin:10px 0;}
}

.cp_xq .js_tp{position:relative;}
.cp_xq .js_tp .t_p{transition:all .5s;
-webkit-transition:all .5s;}
.cp_xq .js_tp:hover .t_p{opacity:.6;}
.cp_xq .js_tp i{position:absolute; top:50%; left:50%; width:46px; height:46px; margin:-23px 0 0 -23px; opacity:0; cursor:pointer;
transition:all .5s;
-webkit-transition:all .5s;}
.cp_xq .js_tp:hover i{opacity:1;}
@media only screen and (max-width:992px){
.cp_xq .row{flex-direction:column-reverse;}
}

.ab_yj{width:100%; padding-top:80px; background-color:#f7f7f7; position:relative; text-align:center; overflow:hidden; position:relative;}
.ab_yj .yj_bt{font-size:50px; font-family:"Manrope-Bold"; color:#000; line-height:56px; margin-bottom:60px;}
.ab_yj ul{display:flex;}
.ab_yj ul li{flex:1; height:610px; overflow:hidden; position:relative;
transition: all .5s;
-webkit-transition: all .5s;}
.ab_yj ul li:hover{flex: 1 1 22%;}
.ab_yj .t_p{width:100%; height:100%; position:absolute; top:0; left:0; overflow:hidden;
}
.ab_yj .t_p:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:#000; content:""; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_yj ul li:hover .t_p:after{opacity:.4;}
.ab_yj .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center top;
-webkit-user-select:none;
user-select:none;
transition:filter 0.5s ease;
filter: blur(0);}
.ab_yj ul li:hover .t_p img{filter:blur(2px);}
.ab_yj .w_z{width:100%; height:100%; position:absolute; top:0; left:0; z-index:99; color:#fff;}
.ab_yj .t_b{width:60px; position:absolute; left:50%; margin-left:-30px; bottom:50px;}
.ab_yj .t_b img{width:100%; height:auto; display:block;}
.ab_yj .n_r{width:100%; padding:0 50px; position:absolute; top:40%; left:0;}
.ab_yj .n_r h3{font-size:40px; font-family:"Manrope-Bold"; font-weight:bold; margin-bottom:15px;}
.ab_yj .n_r p{font-size:22px; font-family:"Manrope-SemiBold"; line-height:28px; height:0; color:#fff; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_yj ul li:hover .n_r p{opacity:1;}
@media only screen and (max-width:1440px){
.ab_yj{padding-top:70px;}
.ab_yj .yj_bt{font-size:46px; line-height:50px; margin-bottom:40px;}
.ab_yj ul li{height:550px;}
.ab_yj ul li a{height:550px;}
.ab_yj .t_b{width:50px; margin-left:-25px; bottom:40px;}
.ab_yj .n_r{padding:0 40px;}
.ab_yj .n_r h3{font-size:36px;}
.ab_yj .n_r p{font-size:20px;}
}
@media only screen and (max-width:1260px){
.ab_yj{padding-top:60px;}
.ab_yj .yj_bt{font-size:40px; line-height:46px; margin-bottom:30px;}
.ab_yj ul li{height:460px;}
.ab_yj ul li a{height:460px;}
.ab_yj .t_b{width:40px; margin-left:-20px; bottom:30px;}
.ab_yj .n_r{padding:0 30px;}
.ab_yj .n_r h3{font-size:28px;}
.ab_yj .n_r p{font-size:18px;}
}
@media only screen and (max-width:992px){
.ab_yj{padding-top:50px;}
.ab_yj .yj_bt{font-size:32px; line-height:38px; margin-bottom:20px;}
}
@media only screen and (max-width:640px){
.ab_yj{padding-top:40px;}
.ab_yj ul{display:block;}
.ab_yj ul li{height:250px;}
.ab_yj ul li:hover .t_p img{filter:blur(0);}
.ab_yj .n_r{padding:0 30px; top:25%;}
.ab_yj .n_r h3{font-size:26px; margin-bottom:5px;}
.ab_yj .n_r p{opacity:1;}
}

.ny_xw{width:100%; padding:70px 0; background-color:#fff; position:relative; overflow:hidden;}
.ny_xw .xw_lb ul{margin:0 -20px;}
.ny_xw .xw_lb ul li{width:calc(33.33333333% - 40px); margin:0 20px 30px;}
.ny_xw .t_p{overflow:hidden; position:relative;}
.ny_xw .t_p span{background-color:rgba(88,129,188,.95); padding:6px 15px; font-size:18px; text-align:center; color:#fff; position:absolute; bottom:0; left:0;}
.ny_xw .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.ny_xw .xw_lb ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);}
.ny_xw .w_z h3{font-size:26px; font-family:"Manrope-Bold"; line-height:32px; margin:15px 0 10px;}
.ny_xw .w_z p{line-height:26px; color:#777; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
@media only screen and (max-width:1440px){
.ny_xw .xw_lb ul{margin:0 -15px;}
.ny_xw .xw_lb ul li{width:calc(33.33333333% - 30px); margin:0 15px 30px;}
.ny_xw .m_c{font-size:18px; line-height:28px; margin-top:10px;}
.ny_xw .w_z h3{font-size:22px; line-height:28px; margin:10px 0;}
}
@media only screen and (max-width:1260px){
.ny_xw{padding:60px 0;}
.ny_xw .xw_lb ul{margin:0 -10px;}
.ny_xw .xw_lb ul li{width:calc(50% - 20px); margin:0 10px 20px;}
.ny_xw .m_c{font-size:17px; line-height:26px;}
.ny_xw .w_z h3{font-size:20px; line-height:26px;}
}
@media only screen and (max-width:992px){
.ny_xw{padding:50px 0;}
.ny_xw .w_z h3{font-size:18px; line-height:24px;}
}
@media only screen and (max-width:640px){
.ny_xw .xw_lb ul{margin:0;}
.ny_xw .xw_lb ul li{width:100%; margin:0 0 20px;}
}

.xw_xq{width:100%; padding:80px 0; background-color:#fff; overflow:hidden; position:relative;}
.xw_xq .container{max-width:1230px;}
.xw_xq .xq_nr .b_t{font-size:36px; color:#000; font-family:"Manrope-Bold"; line-height:46px; text-align:center; margin-bottom:25px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px; margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:18px; line-height:32px; color:#333;}
.xw_xq .xq_nr .n_r img{width:100%; height:auto; display:block;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; line-height:32px; text-transform:uppercase;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:1440px){
.xw_xq .xq_nr .b_t{font-size:30px; line-height:36px; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:25px; margin-bottom:35px;}
.xw_xq .xq_nr .n_r{font-size:17px; line-height:28px;}
.xw_xq .xq_nr .f_y{margin-top:30px; padding-top:25px; line-height:30px;}
}
@media only screen and (max-width:1260px){
.xw_xq{padding:60px 0 80px;}
.xw_xq .xq_nr .b_t{font-size:24px; line-height:34px; margin-bottom:15px;}
.xw_xq .xq_nr .x_x{padding-bottom:25px; margin-bottom:30px;}
.xw_xq .xq_nr .n_r{font-size:14px; line-height:24px;}
.xw_xq .xq_nr .f_y{margin-top:30px; padding-top:20px; font-size:14px;}
}
@media only screen and (max-width:992px){
.xw_xq{padding:40px 0 60px;}
.xw_xq .xq_nr .b_t{font-size:22px; line-height:32px;}
}

.cl_bt{margin-bottom:50px; text-align:center; font-size:50px; font-family:"Manrope-Bold"; color:#000; line-height:56px;}
@media only screen and (max-width:1440px){
.cl_bt{margin-bottom:40px; font-size:46px; line-height:50px;}
}
@media only screen and (max-width:1260px){
.cl_bt{margin-bottom:30px; font-size:32px; line-height:40px;}
}
@media only screen and (max-width:992px){
.cl_bt{margin-bottom:25px; font-size:26px; line-height:32px;}
}

.cl_js{width:100%; padding:80px 0; background-color:#fff; position:relative; overflow:hidden;}
.cl_js .cl_wz{width:40%; font-size:20px; line-height:32px;}
.cl_js .cl_wz .b_t{font-size:50px; font-family:"Manrope-Bold"; color:#000; line-height:56px; margin-bottom:30px;}
.cl_js .cl_tp{width:56%;}
.cl_js .cl_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
.cl_js{padding:70px 0;}
.cl_js .cl_wz{font-size:18px; line-height:28px;}
.cl_js .cl_wz .b_t{font-size:46px; line-height:50px; margin-bottom:25px;}
}
@media only screen and (max-width:1260px){
.cl_js{padding:60px 0;}
.cl_js .cl_wz{font-size:17px; line-height:26px;}
.cl_js .cl_wz .b_t{font-size:40px; line-height:46px;}
}
@media only screen and (max-width:992px){
.cl_js{padding:50px 0;}
.cl_js .cl_wz{width:100%; font-size:16px;}
.cl_js .cl_wz .b_t{font-size:32px; line-height:38px; margin-bottom:20px;}
.cl_js .cl_tp{width:100%; margin-top:30px;}
}

.cl_sj{width:100%; padding:100px 0; background:url(../images/sj_bj.jpg) no-repeat center / cover; position:relative; overflow:hidden;}
.cl_sj .wrap ul li{width:calc(33.33333333% - 30px); margin:0 15px; text-align:center;}
.cl_sj .wrap b{font-size:100px; font-family:"Manrope-Bold"; color:#fff; line-height:120px;}
.cl_sj .wrap p{font-size:20px; color:rgba(255,255,255,.5);}
@media only screen and (max-width:1440px){
.cl_sj{padding:80px 0;}
.cl_sj .wrap b{font-size:80px; line-height:90px;}
.cl_sj .wrap p{font-size:18px;}
}
@media only screen and (max-width:1260px){
.cl_sj{padding:60px 0;}
.cl_sj .wrap ul{margin:0 -10px;}
.cl_sj .wrap ul li{width:calc(33.33333333% - 20px); margin:0 10px;}
.cl_sj .wrap b{font-size:60px; line-height:70px;}
.cl_sj .wrap p{font-size:17px;}
}
@media only screen and (max-width:992px){
.cl_sj{padding:50px 0;}
.cl_sj .wrap ul{margin:0 -5px;}
.cl_sj .wrap ul li{width:calc(33.33333333% - 10px); margin:0 5px;}
.cl_sj .wrap b{font-size:50px; line-height:60px;}
.cl_sj .wrap p{font-size:16px;}
}
@media only screen and (max-width:640px){
.cl_sj .wrap b{font-size:40px; line-height:50px;}
}

.cl_ss{width:100%; padding:80px 0; background-color:#fff; position:relative; overflow:hidden;}
.cl_ss .ss_zs{position:relative;}
.cl_ss .swiper-button-prev{width:44px; height:76px; border-radius:0 5px 5px 0; background-color:rgba(0,0,0,.5); left:0; margin-top:-38px; z-index:99; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.cl_ss .swiper-button-prev:hover{background-color:#5881bc;}
.cl_ss .swiper-button-next{width:44px; height:76px; border-radius:5px 0 0 5px; background-color:rgba(0,0,0,.5); right:0; margin-top:-38px; z-index:99; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.cl_ss .swiper-button-next:hover{background-color:#5881bc;}
.cl_ss .swiper-pagination{display:none;}
.cl_ss i{font-weight:bold; color:#fff;}
.cl_ss img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
.cl_ss{padding:70px 0;}
}
@media only screen and (max-width:1260px){
.cl_ss{padding:50px 0 40px;}
.cl_ss .swiper-ss{padding-bottom:30px;}
.cl_ss .swiper-button-prev{display:none;}
.cl_ss .swiper-button-next{display:none;}
.cl_ss .swiper-pagination{display:block; bottom:0;}
}
@media only screen and (max-width:992px){
.cl_ss{padding:50px 0 30px;}
}
@media only screen and (max-width:640px){
.cl_ss{padding:40px 0 30px;}
}

.cl_zs{width:100%; padding:80px 0; background-color:#f7f7f7; position:relative; overflow:hidden;}
.cl_zs .zs_xx{position:relative;}
.cl_zs .swiper-button-prev{width:44px; height:44px; border-radius:50%; background-color:#fff; left:-64px; margin-top:-22px; z-index:99; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.cl_zs .swiper-button-prev:hover{background-color:#5881bc;}
.cl_zs .swiper-button-next{width:44px; height:44px; border-radius:50%; background-color:#fff; right:-64px; margin-top:-22px; z-index:99; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.cl_zs .swiper-button-next:hover{background-color:#5881bc;}
.cl_zs .swiper-pagination{display:none;}
.cl_zs i{font-weight:bold; color:#555;}
.cl_zs .swiper-button-prev:hover i{color:#fff;}
.cl_zs .swiper-button-next:hover i{color:#fff;}
.cl_zs .row{margin:0;}
.cl_zs .t_p{width:50%;}
.cl_zs .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
.cl_zs .w_z{width:50%; background-color:#fff; padding:30px; display:flex; justify-content:center; align-items:center;}
.cl_zs .n_r{width:100%;}
.cl_zs .n_r span{padding:5px 10px; border-radius:5px; background-color:#5881bc; color:#fff; font-size:18px; line-height:30px; display:inline-block;}
.cl_zs .n_r h3{font-size:26px; font-family:"Manrope-Bold"; font-weight:bold; color:#000; margin:15px 0 35px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:1440px){
.cl_zs{padding:70px 0;}
.cl_zs .w_z{padding:30px 20px;}
.cl_zs .n_r span{font-size:17px; padding:0 8px;}
.cl_zs .n_r h3{font-size:22px; margin:10px 0 30px;}
}
@media only screen and (max-width:1260px){
.cl_zs{padding:50px 0 40px;}
.cl_zs .swiper-zs{padding-bottom:30px;} 
.cl_zs .swiper-button-prev{display:none;}
.cl_zs .swiper-button-next{display:none;}
.cl_zs .swiper-pagination{display:block; bottom:0;}
.cl_zs .w_z{padding:25px 15px;}
.cl_zs .n_r span{font-size:16px;}
.cl_zs .n_r h3{font-size:20px; margin:10px 0 20px;}
}
@media only screen and (max-width:992px){
.cl_zs{padding:50px 0 30px;}
}
@media only screen and (max-width:640px){
.cl_zs{padding:40px 0 30px;}
.cl_zs .t_p{width:100%;}
.cl_zs .w_z{width:100%; padding:20px;}
}

.ny_cp{width:100%; padding:70px 0; background-color:#fff; position:relative; overflow:hidden;}
.ny_cp .cp_lm{width:100%; border-bottom:1px solid #ddd; padding-bottom:25px; margin-bottom:40px;}
.ny_cp .cp_lm ul{display:flex; flex-wrap:wrap;}
.ny_cp .cp_lm ul li{margin-right:40px; font-size:22px; line-height:40px; font-family:"Manrope-SemiBold";}
.ny_cp .cp_lm ul li a{color:#000;}
.ny_cp .cp_lm ul li:hover a{color:#5881bc;}
.ny_cp .cp_lm ul li.on a{color:#5881bc;}
.ny_cp .cp_lb ul{margin:0 -20px;}
.ny_cp .cp_lb ul li{width:calc(33.33333333% - 40px); margin:0 20px 30px;}
.ny_cp .t_p{width:80%; margin:0 auto; overflow:hidden;}
.ny_cp .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.ny_cp .cp_lb ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.ny_cp .w_z{font-size:22px; font-family:"Manrope-Bold"; line-height:32px; text-align:center; padding:25px 0; border-bottom:1px solid #ddd; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:1440px){
.ny_cp .cp_lm{padding-bottom:25px; margin-bottom:30px;}
.ny_cp .cp_lm ul li{margin-right:35px; font-size:16px; line-height:38px;}
.ny_cp .cp_lb ul{margin:0 -15px;}
.ny_cp .cp_lb ul li{width:calc(33.33333333% - 30px); margin:0 15px 30px;}
.ny_cp .w_z{font-size:20px; line-height:30px; padding:20px 0;}
}
@media only screen and (max-width:1260px){
.ny_cp{padding:60px 0;}
.ny_cp .cp_lm{padding-bottom:20px; margin-bottom:25px;}
.ny_cp .cp_lm ul li{line-height:32px;}
.ny_cp .cp_lb ul li{width:calc(50% - 30px);}
.ny_cp .w_z{font-size:18px; line-height:28px; padding:15px 0;}
}
@media only screen and (max-width:992px){
.ny_cp{padding:50px 0;}
.ny_cp .cp_lm{padding-bottom:20px; margin-bottom:25px;}
.ny_cp .cp_lb ul{margin:0 -10px;}
.ny_cp .cp_lb ul li{width:calc(50% - 20px); margin:0 10px 20px;}
.ny_cp .w_z{font-size:18px; line-height:28px; padding:15px 0;}
.ny_cp .cp_bt .l_m ul li{margin-left:0; margin-right:20px; font-size:15px; line-height:30px;}
}
@media only screen and (max-width:640px){
.ny_cp .cp_lb ul{margin:0;}
.ny_cp .cp_lb ul li{width:100%; margin:0 0 20px;}
.ny_cp .w_z{font-size:17px; line-height:26px;}
}

.xq_ban{width:100%; height:100vh; background-repeat:no-repeat; background-position:center; background-size:cover; position:fixed; top:0; left:0; z-index:-9; overflow:hidden;}
.xq_ban:after{width:100%; height:260px; position:absolute; bottom:0; left:0; content:"";
background-image:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.9));
background-image:linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.9));}
.xq_ban .container{position:absolute; bottom:50px; left:50%; z-index:9; text-align:center; color:#fff;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);}
.xq_ban .bn_sj{width:25%; font-size:36px;}
.xq_ban .bn_sj b{font-size:36px; font-family:"Manrope-Bold"; margin-bottom:10px;}
.xq_ban .bn_sj p{font-size:18px; opacity:.6;}
@media only screen and (max-width:1260px){
.xq_ban:after{height:200px;}
.xq_ban .container{bottom:40px;}
.xq_ban .bn_sj{font-size:26px;}
.xq_ban .bn_sj b{font-size:26px;}
.xq_ban .bn_sj p{font-size:16px;}
}
@media only screen and (max-width:992px){
.xq_ban{height:500px; position:relative; top:auto; left:auto;}
.xq_ban .bn_sj{width:50%; margin-top:20px;}
}
@media only screen and (max-width:640px){
}

.xq_ys{width:100%; padding:80px 0; margin-top:100vh; background-color:#f7f7f7; position:relative; overflow:hidden;}
.xq_ys .container{position:relative;}
.xq_ys .ys_wz{width:460px; background-color:#fff; padding:30px;}
.xq_ys .ys_wz .b_t{font-size:80px; line-height:90px; color:#000; font-family:"Manrope-Bold";}
.xq_ys .ys_wz .x_b{font-size:32px; line-height:36px; color:#000; font-family:"Manrope-Bold"; margin:10px 0 20px;}
.xq_ys .ys_wz .w_z{font-size:18px; line-height:26px;}
.xq_ys .ys_zs{width:calc(100% - 520px); padding-bottom:60px; position:relative;}
.xq_ys .xq_bt{font-size:220px; line-height:220px; text-align:center; opacity:.15; font-family:"Manrope-Bold"; position:absolute; top:-60px; left:0; width:100%;
color:transparent;
-webkit-background-clip:text;
background-clip:text;
background-image:url(../images/wz_bj.png);
background-size:cover;}
.xq_ys .hd{position:absolute; left:50%; bottom:0;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);}
.xq_ys .hd{display:flex;}
.xq_ys .hd h3{font-size:20px; font-family:"Manrope-SemiBold"; line-height:40px; color:#000;}
.xq_ys .hd ul{display:flex;}
.xq_ys .hd ul li{width:40px; height:40px; padding:3px; background-color:#fff; border:1px solid #ddd; border-radius:50%; margin-left:15px; cursor:pointer;}
.xq_ys .hd ul li.on{border:1px solid #5881bc;}
.xq_ys .hd img{width:100%; height:auto; display:block;}
.xq_ys .bd ul li{width:100%;}
.xq_ys .bd img{width:100%; height:auto; display:block; margin:0 auto;}
@media only screen and (max-width:1440px){
.xq_ys .ys_wz{padding:25px;}
.xq_ys .ys_wz .b_t{font-size:60px; line-height:70px;}
.xq_ys .ys_wz .x_b{font-size:28px; line-height:32px;}
.xq_ys .xq_bt{font-size:180px; line-height:180px;}
}
@media only screen and (max-width:1260px){
.xq_ys{padding:60px 0;}
.xq_ys .ys_wz{width:380px; padding:20px;}
.xq_ys .ys_wz .b_t{font-size:50px; line-height:60px;}
.xq_ys .ys_wz .x_b{font-size:26px; line-height:30px; margin:6px 0 15px;}
.xq_ys .ys_wz .w_z{font-size:17px;}
.xq_ys .ys_zs{width:calc(100% - 440px); padding-bottom:50px;}
.xq_ys .xq_bt{font-size:130px; line-height:130px; top:-40px;}
.xq_ys .hd h3{font-size:18px; line-height:36px;}
.xq_ys .hd ul li{width:36px; height:36px; margin-left:10px;}
}
@media only screen and (max-width:992px){
.xq_ys{margin-top:0; padding:50px 0;}
.xq_ys .ys_wz{width:100%; padding:20px; margin-bottom:30px;}
.xq_ys .ys_wz .b_t{font-size:44px; line-height:50px;}
.xq_ys .ys_wz .x_b{font-size:22px; line-height:28px;}
.xq_ys .ys_wz .w_z{font-size:16px;}
.xq_ys .ys_zs{width:100%; padding-bottom:50px;}
.xq_ys .xq_bt{font-size:100px; line-height:100px; top:-20px;}
.xq_ys .bd{width:80%; margin:0 auto;}
}

.xq_js{width:100%; padding:80px 0; background-color:#f7f7f7; position:relative; overflow:hidden;}
.xq_js .xq_bt{font-size:50px; font-family:"Manrope-Bold"; color:#000; line-height:56px;}
.xq_js .w_z{font-size:20px; line-height:30px; margin:25px 0;}
.xq_js .xj_zs{position:relative;}
.xq_js .xj_zs img{width:100%; height:auto; display:block;}
.xq_js .xj_zs i{font-weight:bold; color:#fff;}
.xq_js .swiper-button-prev{width:44px; height:76px; border-radius:0 5px 5px 0; background:rgba(0,0,0,.5) url(../images/banner-l.png) no-repeat center / 20px 34px; left:0; margin-top:-38px; z-index:99; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.xq_js .swiper-button-prev:hover{background:#5881bc url(../images/banner-l.png) no-repeat center / 20px 34px;}
.xq_js .swiper-button-next{width:44px; height:76px; border-radius:5px 0 0 5px; background:rgba(0,0,0,.5) url(../images/banner-r.png) no-repeat center / 20px 34px; right:0; margin-top:-38px; z-index:99; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.xq_js .swiper-button-next:hover{background:#5881bc url(../images/banner-r.png) no-repeat center / 20px 34px;}
.xq_js .swiper-pagination{display:none;}
@media only screen and (max-width:1440px){
.xq_js{padding:70px 0;}
.xq_js .xq_bt{font-size:46px; line-height:50px;}
.xq_js .w_z{font-size:18px; margin:20px 0;}
}
@media only screen and (max-width:1260px){
.xq_js{padding:60px 0;}
.xq_js .xq_bt{font-size:40px; line-height:46px;}
.xq_js .w_z{font-size:17px; line-height:26px; margin:15px 0;}
.xq_js .swiper-xj{padding-bottom:30px;}
.xq_js .swiper-button-prev{display:none;}
.xq_js .swiper-button-next{display:none;}
.xq_js .swiper-pagination{display:block; bottom:0;}
}
@media only screen and (max-width:992px){
.xq_js{padding:50px 0;}
.xq_js .xq_bt{font-size:26px; line-height:34px;}
.xq_js .w_z{font-size:16px; margin:10px 0;}
}
@media only screen and (max-width:640px){
.xq_js{padding:40px 0 30px;}
}

.xq_tw:nth-child(even) .ab_js .row{flex-direction:row-reverse;}

.cp_dt{width:100%; position:relative; overflow:hidden;}
.cp_dt.active{position:sticky; top:0; left:0;}
.cp_dt img{width:100%; height:auto; display:block;}
.cp_dt video{width:100%; height:auto; display:block;}

.tc_tp{width:100%; height:100%; background-color:rgba(255,255,255,.96); position:fixed; top:0; left:0; z-index:99999; display:none;}
.tc_tp .g_b{position:absolute; top:50px; right:50px; cursor:pointer; color:#555;
transition:all .5s;
-webkit-transition:all .5s;}
.tc_tp .g_b:hover{color:#5881bc;
transform:rotate(360deg);
-webkit-transform:rotate(360deg);}
.tc_tp .g_b i{font-size:26px;}
.tc_tp .tp_nr{width:100%; max-width:1000px; position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.tc_tp .tp_nr img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1400px){
.tc_tp .g_b{top:30px; right:30px;}
.tc_tp .g_b i{font-size:22px;}
.tc_tp .tp_nr{max-width:1000px;}
}
@media only screen and (max-width:1100px){
.tc_tp .g_b{top:50px; right:50px;}
.tc_tp .tp_nr{max-width:86%;}
}
@media only screen and (max-width:768px){
.tc_tp .g_b{top:30px; right:30px;}
.tc_tp .tp_nr{max-width:96%;}
}

.xq_cs{width:100%; padding:80px 0; background-color:#fff; position:relative; overflow:hidden;}
.xq_cs .xq_bt{font-size:46px; font-family:"Manrope-Bold"; color:#000; line-height:56px; margin-bottom:35px;}
.xq_cs .cs_nr{width:46%;}
.xq_cs .cs_tp{width:46%;}
.xq_cs .cs_tp img{width:100%; height:auto; display:block;
object-fit:contain;
object-position:center;
-webkit-user-select:none;
user-select:none;}
.xq_cs .hd{margin-bottom:20px;}
.xq_cs .hd ul{margin:0;}
.xq_cs .hd ul li{width:25%; border-bottom:4px solid #eee; font-size:20px; font-family:"Manrope-Bold"; color:#333; text-align:center; padding-bottom:15px; position:relative; cursor:pointer;}
.xq_cs .hd ul li.on{color:#5881bc;}
.xq_cs .hd ul li.on:after{width:100%; height:4px; position:absolute; bottom:-4px; left:0; background-color:#5881bc; content:"";}
.xq_cs .bd ul li{display:flex; justify-content:space-between; padding:20px 0; border-bottom:1px solid #eee;}
.xq_cs .bd ul li:last-child{border-bottom:0;}
.xq_cs .bd span{color:#999;}
.xq_cs .bd span.h_s{color:#000; text-align:right;}
.xq_cs .cp_xh{margin-bottom:20px;}
.xq_cs .cp_xh ul{display:flex; flex-wrap:wrap;}
.xq_cs .cp_xh ul li{min-width:160px; height:50px; padding:0 25px; border-radius:3px; border:2px solid #ddd; font-size:20px; line-height:46px; font-family:"Manrope-Bold"; text-align:center; color:#333; margin-right:15px; cursor:pointer;
transition:all .5s;
-webkit-transition:all .5s;}
.xq_cs .cp_xh ul li:hover{color:#fff; border:2px solid #5881bc; background-color:#5881bc;}
.xq_cs .cp_xh ul li.on{color:#fff; border:2px solid #5881bc; background-color:#5881bc;}
.xq_cs .cs_zs{display:none;}
.xq_cs .cs_zs.dk{display:block;}
@media only screen and (max-width:1440px){
.xq_cs .xq_bt{font-size:40px; line-height:50px; margin-bottom:40px;}
.xq_cs .row{margin:0 -15px;}
.xq_cs .cs_nr{width:calc(55% - 30px); margin:0 15px;}
.xq_cs .cs_tp{width:calc(45% - 30px); margin:0 15px;}
.xq_cs .hd{margin-bottom:15px;}
.xq_cs .hd ul li{border-bottom:3px solid #eee; font-size:18px;}
.xq_cs .hd ul li.on:after{height:3px; bottom:-3px;}
.xq_cs .bd ul li{padding:15px 0;}
}
@media only screen and (max-width:1260px){
.xq_cs{padding:60px 0;}
.xq_cs .xq_bt{font-size:32px; line-height:40px; margin-bottom:30px;}
.xq_cs .row{margin:0;}
.xq_cs .cs_nr{width:100%; margin:0;}
.xq_cs .cs_tp{display:none;}
.xq_cs .hd{margin-bottom:15px;}
.xq_cs .hd ul li{border-bottom:3px solid #eee; font-size:18px;}
.xq_cs .hd ul li.on:after{height:3px; bottom:-3px;}
.xq_cs .bd ul li{padding:15px 0;}
}
@media only screen and (max-width:992px){
.xq_cs{padding:50px 0;}
.xq_cs .xq_bt{font-size:26px; line-height:34px; margin-bottom:20px;}
}
@media only screen and (max-width:640px){
.xq_cs .hd ul li{width:50%; padding-top:20px;}
.xq_cs .cp_xh{margin-bottom:0;}
.xq_cs .cp_xh ul{margin:0 -5px;}
.xq_cs .cp_xh ul li{width:calc(50% - 10px); height:46px; padding:0; border:1px solid #ddd; font-size:18px; line-height:44px; margin:0 5px 10px;}
.xq_cs .cp_xh ul li:hover{border:1px solid #5881bc;}
.xq_cs .cp_xh ul li.on{border:1px solid #5881bc;}
}

.cp_tj{width:100%; padding:80px 0 50px; background-color:#fff; overflow:hidden;}
.cp_tj .tj_bt{font-size:50px; font-family:"Manrope-Bold"; color:#000; line-height:56px; margin-bottom:35px;}
.cp_tj .swiper-cp{position:relative; padding-bottom:50px;}
.cp_tj .swiper-pagination{bottom:0;}
.cp_tj .swiper-pagination-bullet-active{background-color:#5881bc;}
.cp_tj .swiper-slide{background-color:#f7f7f7; padding:20px;}
.cp_tj .swiper-slide img{width:100%; height:auto; display:block; margin:0 auto;
transition:all 1s;
-webkit-transition:all 1s;}
.cp_tj .swiper-slide:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.cp_tj .w_z{font-size:18px; line-height:26px; text-align:center; font-family:"Manrope-Bold"; margin-top:15px;}
@media only screen and (max-width:1440px){
.cp_tj{padding:60px 0 40px;}
.cp_tj .tj_bt{font-size:46px; line-height:50px; margin-bottom:30px;}
.cp_tj .swiper-cp{padding-bottom:40px;}
.cp_tj .swiper-slide{padding:15px;}
.cp_tj .w_z{font-size:17px; margin-top:10px;}
}
@media only screen and (max-width:1260px){
.cp_tj{padding:60px 0 40px;}
.cp_tj .tj_bt{font-size:40px; line-height:46px; margin-bottom:30px;}
.cp_tj .swiper-cp{padding-bottom:30px;}
.cp_tj .swiper-slide{padding:10px;}
.cp_tj .w_z{font-size:16px;}
}
@media only screen and (max-width:992px){
.cp_tj{padding:50px 0 30px;}
.cp_tj .tj_bt{font-size:26px; line-height:34px; margin-bottom:20px;}
}
@media only screen and (max-width:992px){
.cp_tj{padding:40px 0 30px;}
}

.zl_ss{width:100%; padding:30px 0; background-color:#f7f7f7; border-bottom:1px solid #ddd; position:relative; overflow:hidden;}
.zl_ss .bn_ss{width:500px; margin:0 auto; display:flex; justify-content:space-between;}
.zl_ss input{width:390px; height:46px; border-radius:5px; padding:0 20px; line-height:44px; border:1px solid #ddd; background-color:#fff; color:#333;}
.zl_ss input::placeholder{color:#999;}
.zl_ss button{width:100px; height:46px; border-radius:5px; background-color:#5881bc; line-height:46px; text-align:center; color:#fff; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.zl_ss button:hover{background-color:#05439a;}
.zl_ss button i{font-weight:bold;}
@media only screen and (max-width:1260px){
.zl_ss{padding:20px 0;}
.zl_ss .bn_ss{width:400px;}
.zl_ss input{width:320px;}
.zl_ss button{width:70px;}
}
@media only screen and (max-width:640px){
.zl_ss .bn_ss{width:90%;}
.zl_ss input{width:calc(100% - 80px);}
.zl_ss button{width:70px;}
}

.zl_xz{width:100%; padding:40px 0 80px; background-color:#fff; position:relative; overflow:hidden;}
.zl_xz .container{width:90%; max-width:1230px;}
.zl_xz .zl_lb ul li{padding:20px 0px; border-bottom:1px solid #eee;}
.zl_xz .zl_lb ul li:nth-child(2n){background-color:#fafafa;}
.zl_xz .zl_lb .t_b{width:50px; text-align:center;}
.zl_xz .zl_lb .t_b i{font-size:26px; color:#666;}
.zl_xz .zl_lb .m_c{width:calc(100% - 230px); font-size:20px; font-family:"Manrope-Bold"; color:#000; text-align:left; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.zl_xz .zl_lb a.r_m{width:130px; height:40px; border:1px solid #aaa; font-size:16px; line-height:38px; text-align:center; color:#333; margin-right:15px; display:block; position:relative;}
.zl_xz .zl_lb a.r_m:hover{background-color:#5881bc; border:1px solid #5881bc; color:#fff;}
.zl_xz .zl_lb a i{display:inline-block; vertical-align:middle; margin-top:-2px; font-size:24px;}
@media only screen and (max-width:1260px){
.zl_xz{padding:40px 0 70px;}
.zl_xz .zl_lb .t_b{width:40px;}
.zl_xz .zl_lb .t_b i{font-size:22px;}
.zl_xz .zl_lb .m_c{width:calc(100% - 220px); font-size:18px;}
.zl_xz .zl_lb a.r_m{width:120px;}
}
@media only screen and (max-width:992px){
.zl_xz{padding:30px 0 60px;}
.zl_xz .zl_lb .m_c{width:calc(100% - 200px);}
}
@media only screen and (max-width:640px){
.zl_xz{padding:20px 0 50px;}
.zl_xz .zl_lb .m_c{width:calc(100% - 50px);}
.zl_xz .zl_lb a.r_m{margin-left:10px; margin-right:0; margin-top:10px;}
}

.ny_lx{width:100%; padding:80px 0; background-color:#fff; position:relative; overflow:hidden;}
.ny_lx .row{margin:0; justify-content:space-between;}
.ny_lx .lx_nr{width:40%;}
.ny_lx .lx_nr .b_t{margin-bottom:35px; font-size:50px; color:#000; font-family:"Manrope-Bold"; font-weight:bold; line-height:56px;}
.ny_lx .lx_nr .x_x ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_lx .lx_nr .x_x ul li{width:46%; margin-bottom:30px; font-size:13px; line-height:28px; color:#999; padding-left:30px; position:relative;}
.ny_lx .lx_nr .x_x font{font-size:16px; color:#000; line-height:30px;}
.ny_lx .lx_nr .x_x strong{font-size:22px; color:#000; font-weight:bold; line-height:30px;}
.ny_lx .lx_nr .x_x i{width:30px; position:absolute; top:0; left:0; font-size:18px; color:#999; text-align:center; display:inline-block;}
.ny_lx .lx_nr .e_m ul{display:flex; flex-wrap:wrap; margin:0 -20px;}
.ny_lx .lx_nr .e_m ul li{width:calc(25% - 40px); margin:0 20px; text-align:center;}
.ny_lx .lx_nr .e_m img{width:100%; height:auto; padding:5px; display:block; border:1px solid #ddd;}
.ny_lx .lx_nr .e_m p{margin-top:10px; font-size:13px; line-height:22px;}
.ny_lx .lx_dt{width:54%; box-shadow:0 0 20px rgba(0,0,0,.1); font-size:0;}
@media only screen and (max-width:1440px){
.ny_lx{padding:70px 0;}
.ny_lx .lx_nr{width:48%;}
.ny_lx .lx_nr .b_t{margin-bottom:25px; font-size:46px; line-height:50px;}
.ny_lx .lx_nr .x_x ul li{width:48%; margin-bottom:25px; font-size:13px; line-height:26px;}
.ny_lx .lx_nr .x_x font{line-height:28px;}
.ny_lx .lx_nr .x_x strong{font-size:20px; line-height:28px;}
.ny_lx .lx_nr .e_m ul{margin:0 -10px;}
.ny_lx .lx_nr .e_m ul li{width:calc(25% - 20px); margin:0 10px;}
.ny_lx .lx_dt{width:48%;}
}
@media only screen and (max-width:1260px){
.ny_lx{padding:60px 0;}
.ny_lx .lx_nr{width:58%;}
.ny_lx .lx_nr .b_t{font-size:40px; line-height:46px;}
.ny_lx .lx_nr .x_x ul li{width:49%; margin-bottom:15px;}
.ny_lx .lx_nr .x_x strong{font-size:16px; line-height:26px;}
.ny_lx .lx_nr .e_m img{padding:2px;}
.ny_lx .lx_dt{width:40%;}
}
@media only screen and (max-width:992px){
.ny_lx .lx_nr{width:100%;}
.ny_lx .lx_dt{width:100%; height:380px; margin-top:40px; box-shadow:none;}
}
@media only screen and (max-width:640px){
.ny_lx{padding:50px 0;}
.ny_lx .lx_nr .x_x ul li{width:100%;}
.ny_lx .lx_nr .e_m{padding:0 30px;}
.ny_lx .lx_nr .e_m ul li{width:calc(50% - 30px);}
.ny_lx .lx_dt{height:250px; margin-top:30px;}
}

.ny_bd{width:100%; padding:80px 0; background-color:#f7f7f7; position:relative; overflow:hidden;}
.ny_bd .lx_bd .row{margin:0; background-color:#fff; justify-content:space-between;}
.ny_bd .lx_bd .b_t{text-align:center; margin-bottom:50px;}
.ny_bd .lx_bd .b_t h3{font-size:50px; color:#000; font-family:"Manrope-Bold"; font-weight:bold; line-height:56px; margin-bottom:6px;}
.ny_bd .lx_bd .b_t h4{font-size:18px; color:#777; font-family:"Manrope-SemiBold"; line-height:26px;}
.ny_bd .lx_bd .t_p{width:40%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.ny_bd .lx_bd .b_d{width:60%; padding:30px 50px 70px;}
.ny_bd .lx_bd .b_d ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_bd .lx_bd .b_d ul li{width:45%; margin-top:20px; position:relative;}
.ny_bd .lx_bd .b_d ul li.q_b{width:100%;}
.ny_bd .lx_bd .b_d input{width:100%; height:61px; border-bottom:1px solid #eee; font-size:18px; line-height:60px; color:#333; display:block;}
.ny_bd .lx_bd .b_d input::placeholder{color:#999;}
.ny_bd .lx_bd .b_d textarea{width:100%; height:122px; padding-top:17px; border-bottom:1px solid #eee; font-size:18px; line-height:26px; color:#333; resize:none; display:block;}
.ny_bd .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_bd .lx_bd .b_d button{width:160px; height:50px; background-color:#5881bc; border-radius:5px; font-size:20px; line-height:50px; color:#fff; margin-top:20px; margin-right:20px; outline:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_bd .lx_bd .b_d button.c_z{background-color:#888;}
.ny_bd .lx_bd .b_d button:hover{background-color:#05439a;}
.ny_bd .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
@media only screen and (max-width:1440px){
.ny_bd{padding:70px 0;}
.ny_bd .lx_bd .b_t{margin-bottom:40px;}
.ny_bd .lx_bd .b_t h3{font-size:46px; line-height:50px;}
.ny_bd .lx_bd .b_d{padding:20px 30px 40px;}
.ny_bd .lx_bd .b_d ul li{width:47%; margin-top:10px;}
.ny_bd .lx_bd .b_d input{height:51px; font-size:14px; line-height:50px;}
.ny_bd .lx_bd .b_d textarea{height:99px; padding-top:10px; font-size:14px; line-height:22px;}
.ny_bd .lx_bd .b_d button{width:140px; height:46px; font-size:15px; line-height:46px; margin-top:15px; margin-right:15px;}
}
@media only screen and (max-width:1160px){
.ny_bd{padding:60px 0;}
.ny_bd .lx_bd .b_t{margin-bottom:30px;}
.ny_bd .lx_bd .b_t h3{font-size:40px; line-height:46px;}
.ny_bd .lx_bd .b_d{padding:15px 20px 30px;}
}
@media only screen and (max-width:640px){
.ny_bd{padding:50px 0;}
.ny_bd .lx_bd .b_t{margin-bottom:30px;}
.ny_bd .lx_bd .b_t h3{font-size:22px; line-height:30px; padding:0 30px;}
.ny_bd .lx_bd .b_t h4{font-size:14px; line-height:22px;}
.ny_bd .lx_bd .t_p{display:none;}
.ny_bd .lx_bd .b_d{width:100%;}
.ny_bd .lx_bd .b_d ul li{width:100%;}
}

.jxs_zs{width:100%; padding:80px 0 50px; background-color:#f7f7f7; position:relative; overflow:hidden;}
.jxs_zs .jx_bt{font-size:26px; font-family:"Manrope-Bold"; color:#000; line-height:32px; padding-bottom:20px; border-bottom:1px solid #ddd;}
.jxs_zs .jx_lb{margin-bottom:60px;}
.jxs_zs .jx_lb ul li{width:calc(20% - 30px); margin:30px 15px 0;}
.jxs_zs .jx_lb a{display:flex; justify-content:space-between; align-items:center;}
.jxs_zs .t_b{width:28px;}
.jxs_zs .t_b img{width:100%; height:auto; display:block;}
.jxs_zs .w_z{width:calc(100% - 38px); line-height:22px;}
@media only screen and (max-width:1440px){
.jxs_zs{padding:70px 0 40px;}
}
@media only screen and (max-width:1260px){
.jxs_zs{padding:60px 0 30px;}
.jxs_zs .jx_lb{margin-bottom:50px;}
.jxs_zs .jx_lb ul li{width:calc(25% - 30px);}
}
@media only screen and (max-width:992px){
.jxs_zs{padding:50px 0 30px;}
.jxs_zs .jx_lb ul{margin:0 -10px;}
.jxs_zs .jx_lb ul li{width:calc(33.33333333% - 20px); margin:25px 10px 0;}
}
@media only screen and (max-width:640px){
.jxs_zs{padding:40px 0 20px;}
.jxs_zs .jx_bt{font-size:22px; line-height:26px; padding-bottom:15px;}
.jxs_zs .jx_lb{margin-bottom:40px;}
.jxs_zs .jx_lb ul li{width:calc(50% - 20px);}
}

.yema{width:100%; margin-top:35px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; height:40px; background-color:#f4f4f4; border-radius:50%; line-height:40px; font-size:17px; font-family:"Manrope-SemiBold"; text-align:center; color:#333; display:block;}
.yema ul li a:hover{color:#fff; background-color:#5881bc;}
.yema ul li a.on{color:#fff; background-color:#5881bc;}
.yema ul li i{display:inline-block; vertical-align:middle; font-weight:bold; font-size:18px;}
@media only screen and (max-width:1260px){
.yema{margin-top:20px;}
}
@media only screen and (max-width:640px){
.yema ul li a{min-width:32px; height:32px; font-size:13px; line-height:32px;}
}

.lm_dw{position:fixed; top:50%; left:15px; z-index:999;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);}
.lm_dw ul li{width:14px; height:14px; background-color:rgba(88,129,188,.7); margin:7px 0; border-radius:50%; cursor:pointer; position:relative;}
.lm_dw ul li.on{background-color:#5881bc;
animation:tiao ease-in-out 1s infinite alternate;
-webkit-animation:tiao ease-in-out 1s infinite alternate;}
.lm_dw ul li:after{width:8px; height:8px; border-radius:26px; background-color:rgba(255,255,255,.8); position:absolute; top:50%; left:50%; margin:-4px 0 0 -4px; content:""; opacity:0;
transition:all .3s;
-webkit-transition:all .3s;}
.lm_dw ul li.on:after{width:8px; height:8px; opacity:1;}
@media only screen and (max-width:1260px){
.lm_dw{display:none;}
}

@keyframes tiao{
0%{transform:scale(1);}
100%{transform:scale(.7);}
}

@-webkit-keyframes tiao{
0%{-webkit-transform:scale(1);}
100%{-webkit-transform:scale(.7);}
}

.zx_kf{width:56px; position:fixed; bottom:30px; right:15px; z-index:999;}
.zx_kf .sj_lb{width:56px; padding:8px; margin-bottom:8px; border-radius:56px; background-color:rgba(255,255,255,.8); box-shadow:0 0 15px 0 rgba(55,99,170,.2);
transition:all .5s;
-webkit-transition:all .5s;}
.zx_kf .sj_lb.on{margin-left:71px; opacity:0;}
.zx_kf .sj_lb ul li{position:relative; margin:2px 0;}
.zx_kf .sj_lb span{padding:6px 10px; border-radius:5px; background-color:rgba(255,255,255,.6); box-shadow:0 0 15px rgba(0,0,0,.1); font-size:14px; color:rgba(0,0,0,.6); line-height:22px; white-space:nowrap; position:absolute; top:50%; margin-top:-17px; right:54px; opacity:0; visibility:hidden;
transform:translateX(10px);
-webkit-transform:translateX(10px);
transition:all .5s;
-webkit-transition:all .5s;}
.zx_kf .sj_lb ul li:hover span{opacity:1; visibility:inherit;
transform:translateX(0);
-webkit-transform:translateX(0);}
.zx_kf .sj_lb a{display:block; width:40px; height:40px; border-radius:50%; line-height:40px; text-align:center;}
.zx_kf .sj_lb ul li:hover a{background-color:#5881bc; color:#fff;}
.zx_kf .sj_lb i{display:inline-block; font-size:20px;}
.zx_kf .sj_lb i.icon-instagram{font-size:18px;}
@media only screen and (max-width:1260px){
.zx_kf{width:46px;}
.zx_kf .sj_lb{width:46px; padding:4px; margin-bottom:6px; border-radius:46px;}
.zx_kf .sj_lb.on{margin-left:61px;}
.zx_kf .sj_lb span{right:44px;}
.zx_kf .sj_lb a{width:38px; height:38px; line-height:38px;}
.zx_kf .sj_lb i{font-size:18px;}
}

.fh_top{width:44px; height:44px; margin:0 auto; border-radius:50%; background-color:#fafafa; box-shadow:0 0 15px 0 rgba(55,99,170,.2); border-radius:50%; cursor:pointer; text-align:center; overflow:hidden; z-index:99999; display:none;}
.fh_top a{display:block; width:44px; height:44px; border-radius:50%;}
.fh_top a:hover{background-color:#5881bc;}
.fh_top i{font-size:22px; color:#333; line-height:44px; display:inline-block;
transition:all .5s;
-webkit-transition:all .5s;}
.fh_top:hover i{color:#fff;}
@media only screen and (max-width:1260px){
.fh_top{width:36px; height:36px;}
.fh_top a{width:36px; height:36px;}
.fh_top i{font-size:18px; line-height:36px;}
}

.footer{width:100%; background-color:#1b1b1b; padding-top:50px; color:rgba(255,255,255,.3); position:relative; z-index:101;}
.footer a{color:rgba(255,255,255,.3);}
.footer a:hover{color:#fff;}
.footer .ft_lm{width:100%; font-size:16px; display:flex; flex-wrap:wrap; justify-content:center;}
.footer .ft_lm ul li{margin:0 20px;}
.footer .ft_sj{margin-top:30px; padding-bottom:30px; border-bottom:1px solid rgba(255,255,255,.1); display:flex; flex-wrap:wrap; justify-content:center;}
.footer .ft_sj ul li{margin:0 20px;}
.footer .ft_sj i{font-size:24px; display:inline-block; vertical-align:middle;}
.footer .ft_sj i.icon-douyin{font-size:20px; margin-top:4px;}
.footer .ft_xx{width:100%; padding:30px 0; display:flex; flex-wrap:wrap; justify-content:center; position: relative;}
.footer .ft_xx span{display:inline-block; margin:0 5px;}
@media only screen and (max-width:1440px){
.footer{padding-top:40px;}
.footer .ft_sj{margin-top:25px; padding-bottom:25px;}
.footer .ft_xx{padding:25px 0;}
}
@media only screen and (max-width:1260px){
.footer .ft_lm{font-size:15px;}
.footer .ft_lm ul li{margin:0 10px;}
.footer .ft_sj{margin-top:20px; padding-bottom:20px;}
.footer .ft_sj ul li{margin:0 10px;}
.footer .ft_sj i{font-size:22px;}
.footer .ft_sj i.icon-douyin{font-size:18px;}
.footer .ft_xx{padding:20px 0;}
}
@media only screen and (max-width:992px){
.footer .ft_lm{width:86%; margin:0 auto;}
.footer .ft_lm ul{justify-content:center;}
.footer .ft_lm ul li{margin:0 20px 10px;}
.footer .ft_sj{margin-top:10px;}
}
@media only screen and (max-width:640px){
.footer .ft_lm{width:100%;}
.footer .ft_lm ul li{margin:0 10px 6px;}
}