@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:rgba(255,255,255,.7); font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif; background-color:#11244a;}
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:14px; border:0; background:none; outline:none; vertical-align:middle; font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#fff; text-decoration:none;
transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#f4ca1d; text-decoration:none !important;}
.clear{clear:both;}
.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:8px;}
::-webkit-scrollbar-track{background-color:#eee;}
::-webkit-scrollbar-thumb{background-color:#aaa; border-radius:8px;}
::-webkit-scrollbar-thumb:hover{background-color:#f4ca1d;}
::-webkit-scrollbar-thumb:active{background-color:#dba001;}
@media only screen and (max-width:992px){
body{font-size:13px;}
input,select,button,textarea{font-size:13px;}
.container, .container-fluid{padding:0 20px;}
}

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

.header{width:100%; padding:0 5%; border-bottom:1px solid rgba(255,255,255,.2); position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-webkit-transition:all .5s;}
.header:hover{background-color:#08152e; border-bottom:0;}
.header.on{background-color:#08152e; border-bottom:0;}
.header .row{margin:0;}
.header .logo{width:116px; position:relative;}
.header .logo img{width:100%; height:auto; display:block;}
.header .an{width:36px; height:22px; display:none; position:relative;}
.header .an span{width:36px; height:2px; background-color:#fff; display:block; position:absolute;
transition:all .5s;
-webkit-transition:all .5s;}
.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;justify-content: flex-end;min-width: 86%;}
.header .nav ul{display:flex;}
.header .nav ul li{margin:0 25px; position:relative;}
.header .nav ul li:last-child{display:none;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:16px; color:#fff; line-height:90px;}
.header .nav ul li:hover .y_j a{color:#f4ca1d;}
.header .nav ul li.on .y_j a{color:#f4ca1d;}
.header .nav .y_j:after{width:0; height:3px; background-color:#f4ca1d; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .y_j:after{width:100%;}
.header .nav ul li.on .y_j:after{width:100%;}
.header .nav .e_j{width:120px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05); position:absolute; top:90px; left:50%; margin-left:-60px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transition:all .2s;
-webkit-transition:all .2s;
transform:translateY(0);
-webkit-transform:translateY(0);}
.header .nav .row{margin:0;}
.header .nav .f_l p a{font-size:13px; line-height:40px; color:#555; text-align:center; display:block;}
.header .nav .f_l p a:hover{background-color:#f4ca1d; color:#08152e;}
.header .nav .s_b{display:none;}
.header .y_y{font-size:16px; font-weight:bold; line-height:36px; color:rgba(255,255,255,.5);}
.header .y_y a{color:rgba(255,255,255,.5);}
.header .y_y a:hover{color:#fff;}
.header .y_y a.on{color:#fff;}
@media only screen and (max-width:1460px){
    .header .nav{min-width: 80%;}
}
@media only screen and (max-width:1260px){
    .header .nav{min-width: auto;}
}
@media only screen and (max-width:1200px){
.header .nav ul li{margin:0 15px;}
.header .nav .y_j:after{height:3px;}
}
@media only screen and (max-width:992px){
.header .logo{width:110px; margin:15px 0;}
.header .an{display:block;}
.header .y_y{display:none;}
.header .nav{width:100%; height:calc(100% - 73px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; bottom:0; 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 ul li:last-child{display:block; border-bottom:0; padding-top:20px;}
.header .nav ul li:last-child a{width:70px; display:inline-block; border-radius:17px; border:1px solid #777; font-size:15px; text-align:center; line-height:32px; color:#08152e; margin-right:20px;}
.header .nav ul li:last-child a.on{border:1px solid #f4ca1d; background-color:#f4ca1d; color:#fff;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{display:block; width:100%; padding-right:10px; position:absolute; top:0; right:0; font-size:16px; font-weight:bold; text-align:right; line-height:66px; color:#777; z-index:99;}
.header .nav .y_j a{font-size:15px; 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 .e_j{width:100%; height:calc(100% - 73px); padding:10px 5% 20px; background-color:#fafafa; position:fixed; top:auto; left:auto; bottom:0; 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 .e_j.on{right:0;}
.header .nav .e_j:after{display:none;}
.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:15px; line-height:66px; color:#333; text-align:left; border-bottom:1px solid #ddd; display:block;}
.header .nav .f_l p a:hover{color:#333; background:none;}
.header .nav .s_b{display:block; line-height:50px;}
.header .nav .s_b i{font-size:16px; font-weight:bold; color:#777;}
}

.banner{width:100%; height:100vh; background-color:#000; position:relative; z-index:9; overflow:hidden;}
.banner:after{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0; content:""; z-index:9;}
.banner:before{width:100%; height:30%; position:absolute; bottom:0; left:0; content:""; z-index:10;
background-image:-webkit-linear-gradient(top, rgba(17,36,74,0), #11244a);
background-image:linear-gradient(top, rgba(17,36,74,0), #11244a);}
.banner video{width:100%; height:100%; position:absolute; top:0; left:0; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
.banner .container{position:absolute; top:53%; left:50%; z-index:999; text-align:center; color:#fff;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.banner .container h1{font-size:46px; font-weight:bold; line-height:56px;}
.banner .container h3{font-size:20px; line-height:30px; margin:10px 0 25px;}
.banner .container .a_n{width:150px; height:40px; border-radius:20px; margin:0 auto; position:relative; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.banner .container .a_n .bg{width:100%; height:100%; border-radius:20px; position:absolute; left:0; top:0; transition:transform 340ms ease-in-out; background-color:#f4ca1d; transform-origin:right center; transform:scaleX(0);}
.banner .container .a_n:hover .bg{transform:scaleX(1); transform-origin:left center;}
.banner .container .a_n a{border:1px solid #fff; border-radius:20px; font-size:16px; line-height:38px; text-transform:uppercase; color:#fff; text-align:center; display:block; position:relative; z-index:9;}
.banner .container .a_n:hover a{border:1px solid #f4ca1d; color:#08152e;}
.banner .x_j{width:26px; border-radius:20px; border:1px solid rgba(255,255,255,.3); text-align:center; position:absolute; bottom:30px; left:50%; color:#fff; z-index:99;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);}
.banner .x_j a{width:100%; height:100%; position:absolute; top:0; left:0; display:block; z-index:99;}
.banner .y_q{width:10px; height:10px; border-radius:100%; background-color:#fff; margin:8px auto 4px;}
.banner .j_t{animation:tiao ease-in-out 1s infinite alternate;
-webkit-animation:tiao ease-in-out 1s infinite alternate;}
.banner .j_t i{font-size:16px;}
@media only screen and (max-width:1200px){
.banner .container h1{font-size:38px; line-height:46px; margin-bottom:10px;}
.banner .container h3{font-size:22px; line-height:32px;}
}
@media only screen and (max-width:992px){
.banner{min-height:460px;}
.banner .container h1{font-size:26px; line-height:34px;}
.banner .container h3{font-size:16px; line-height:26px;}
}

.gy_bt{margin-bottom:50px; text-align:center;}
.gy_bt h3{font-size:40px; font-weight:bold; color:#fff; line-height:50px; margin-bottom:15px;}
.gy_bt em{width:80px; height:8px; border-radius:8px; background-color:rgba(255,255,255,.3); display:inline-block;}
@media only screen and (max-width:1200px){
.gy_bt{margin-bottom:40px;}
.gy_bt h3{font-size:30px; line-height:38px; margin-bottom:5px;}
.gy_bt em{width:60px; height:6px; border-radius:6px;}
}
@media only screen and (max-width:992px){
.gy_bt{margin-bottom:30px;}
.gy_bt h3{font-size:24px; line-height:32px;}
.gy_bt em{width:46px; height:5px; border-radius:5px;}
}

.sy_cp{width:100%; padding-top:120px; background:url(../images/cp_bj.jpg) no-repeat center bottom / cover; overflow:hidden;}
.sy_cp .cp_zs{position:relative;}
.sy_cp .cp_zs h3{font-size:30px; font-weight:bold; line-height:36px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_cp .cp_zs h4{font-size:16px; line-height:26px; margin:10px 0; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-slide:hover h4{color:#777;}
.sy_cp .swiper-slide{width:100%; padding:30px 30px 15px; border-radius:10px; background:url(../images/cb.png) no-repeat center / cover; text-align:center;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-slide:hover{background-color:#fff;}
.sy_cp .swiper-slide:hover a{color:#000;}
.sy_cp .swiper-slide:hover a:hover{color:#f4ca1d;}
.sy_cp .swiper-slide img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-slide:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.sy_cp .swiper-button-prev{width:36px; height:36px; border:1px solid rgba(255,255,255,.3); border-radius:50%; background:url(../images/zjt.png) no-repeat left center; left:-60px; margin-top:-18px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-button-prev:hover{background-color:#f4ca1d; border:1px solid #f4ca1d; background-position:right center;}
.sy_cp .swiper-button-next{width:36px; height:36px; border:1px solid rgba(255,255,255,.3); border-radius:50%; background:url(../images/yjt.png) no-repeat right center; right:-60px; margin-top:-18px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-button-next:hover{background-color:#f4ca1d; border:1px solid #f4ca1d; background-position:left center;}
.sy_cp .swiper-pagination{display:none;}
.sy_cp .cp_zs .a_n{margin-bottom:15px;}
.sy_cp .cp_zs .a_n a{display:inline-block; height:36px; border:1px solid transparent; padding:0 15px; border-radius:18px; font-size:15px; line-height:34px; color:#f4ca1d;}
.sy_cp .cp_zs .a_n a:hover{background-color:#f4ca1d; color:#fff;}
.sy_cp .cp_zs .a_n i{font-size:16px; display:inline-block; vertical-align:middle; margin-top:-2px;}
@media only screen and (max-width:1200px){
.sy_cp{padding:80px 0 20px;}
.sy_cp .cp_zs h3{font-size:26px; line-height:30px;}
.sy_cp .cp_zs h4{font-size:15px; line-height:24px; margin:8px 0;}
.sy_cp .swiper-cp{padding-bottom:30px;}
.sy_cp .swiper-slide{padding:30px 20px 15px; border-radius:5px;}
.sy_cp .swiper-button-prev{display:none;}
.sy_cp .swiper-button-next{display:none;}
.sy_cp .swiper-pagination{display:block; bottom:0;}
}
@media only screen and (max-width:992px){
.sy_cp{padding:50px 0 20px;}
.sy_cp .cp_zs h3{font-size:22px; line-height:28px;}
.sy_cp .cp_zs h4{font-size:14px; line-height:22px; margin:6px 0;}
.sy_cp .swiper-cp{padding-bottom:25px;}
.sy_cp .swiper-slide{padding:30px 15px 15px;}
}

.sy_lg{width:100%; padding:150px 0; background:url(../images/lg_bj.jpg) no-repeat center / cover; overflow:hidden;}
.sy_lg .lg_tp{width:54%; position:relative;}
.sy_lg .lg_tp img{width:100%; height:auto; display:block;}
.sy_lg .lg_tp img.d_g{position:absolute; top:0; left:0; opacity:0;
animation:deng ease-in-out 1.5s infinite alternate;
-webkit-animation:deng ease-in-out 1.5s infinite alternate;}
.sy_lg .lg_tp img.g_s{position:absolute; top:0; left:0; opacity:0;
animation:guang ease-in-out 1.5s infinite alternate;
-webkit-animation:guang ease-in-out 1.5s infinite alternate;}
.sy_lg .lg_wz{width:46%;}
.sy_lg .lg_wz h3{font-size:36px; font-weight:bold; color:#fff; line-height:50px; margin-bottom:15px;}
.sy_lg .lg_wz p{font-size:15px; line-height:30px; text-align:justify;}
.sy_lg .a_n{width:130px; height:38px; border-radius:19px; margin-top:25px; position:relative; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_lg .a_n .bg{width:100%; height:100%; border-radius:19px; position:absolute; left:0; top:0; transition:transform 340ms ease-in-out; background-color:#f4ca1d; transform-origin:right center; transform:scaleX(0);}
.sy_lg .a_n:hover .bg{transform:scaleX(1); transform-origin:left center;}
.sy_lg .a_n a{border:1px solid #fff; border-radius:19px; font-size:15px; line-height:36px; text-transform:uppercase; color:#fff; text-align:center; display:block; position:relative; z-index:9;}
.sy_lg .a_n:hover a{border:1px solid #f4ca1d; color:#08152e;}
@media only screen and (max-width:1200px){
.sy_lg{padding:100px 0;}
.sy_lg .lg_wz h3{font-size:30px; line-height:40px;}
.sy_lg .lg_wz p{font-size:14px; line-height:26px;}
}
@media only screen and (max-width:992px){
.sy_lg{padding:50px 0;}
.sy_lg .lg_tp{width:100%; margin-bottom:30px;}
.sy_lg .lg_wz{width:100%;}
.sy_lg .lg_wz h3{font-size:24px; line-height:32px;}
.sy_lg .lg_wz p{font-size:13px;}
}

.sy_xw{width:100%; padding-bottom:120px; background:url(../images/xw_bj.jpg) no-repeat right center / auto 100%;}
.sy_xw ul li{width:calc(33.333333333% - 30px); margin:0 15px; background-color:#fff; border-radius:10px; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw ul li:hover{background-color:rgba(255,255,255,.2);}
.sy_xw .t_p{overflow:hidden;}
.sy_xw .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.sy_xw 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{height:56px; font-size:22px; font-weight:bold; line-height:28px; color:#333; margin-bottom:20px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw ul li:hover .w_z h3{color:#fff;}
.sy_xw ul li:hover .w_z h3:hover{color:#f4ca1d;}
.sy_xw .w_z span{font-size:15px; color:#777; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw ul li:hover .w_z span{color:#fff;}
.sy_xw .w_z img{display:inline-block; margin-left:10px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw ul li:hover .w_z span img{margin-left:20px;}
@media only screen and (max-width:1200px){
.sy_xw{padding-bottom:80px;}
.sy_xw ul{margin:0 -10px;}
.sy_xw ul li{width:calc(33.333333333% - 20px); margin:0 10px; border-radius:5px;}
.sy_xw .w_z{padding:15px;}
.sy_xw .w_z h3{height:48px; font-size:19px; line-height:24px; margin-bottom:15px;}
.sy_xw .w_z span{font-size:14px;}
.sy_xw .w_z img{margin-left:8px;}
.sy_xw ul li:hover .w_z span img{margin-left:16px;}
}
@media only screen and (max-width:992px){
.sy_xw{padding-bottom:50px;}
.sy_xw .w_z h3{font-size:17px;}
}
@media only screen and (max-width:640px){
.sy_xw{padding-bottom:30px;}
.sy_xw ul{margin:0;}
.sy_xw ul li{width:100%; margin:0 0 20px;}
}

.sy_hb{width:100%; padding-bottom:120px; background:url(../images/hb_bj.jpg) no-repeat top center / cover;}
.sy_hb.ny_hb{padding-top:70px;}
.sy_hb .hb_lb ul{margin:0 -5px;}
.sy_hb .hb_lb ul li{width:calc(20% - 10px); margin:0 5px 10px;}
.sy_hb .hb_lb ul li img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_hb .hb_lb ul:hover li img{opacity:.6;}
.sy_hb .hb_lb ul:hover li:hover img{opacity:1;
transform:scale(.95);
-webkit-transform:scale(.95);}
@media only screen and (max-width:1200px){
.sy_hb{padding-bottom:80px;}
.sy_hb.ny_hb{padding-top:50px;}
}
@media only screen and (max-width:640px){
.sy_hb{padding-bottom:50px;}
.sy_hb .hb_lb ul li{width:calc(50% - 10px);}
}

.ny_bn{width:100%; height:560px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative; overflow:hidden;}
.ny_bn:before{width:100%; height:30%; position:absolute; bottom:0; left:0; content:""; z-index:10;
background-image:-webkit-linear-gradient(top, rgba(17,36,74,0), #11244a);
background-image:linear-gradient(top, rgba(17,36,74,0), #11244a);}
.ny_bn .container{position:absolute; top:50%; left:50%; margin-top:25px; z-index:99;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%);}
.ny_bn .w_z{color:#fff; text-shadow:0 0 15px rgba(0,0,0,.1); text-align:center;}
.ny_bn .w_z h3{font-size:40px; font-weight:bold; line-height:50px; margin-bottom:15px;}
.ny_bn .w_z h4{font-size:18px; line-height:28px;}
@media only screen and (max-width:1200px){
.ny_bn{height:440px;}
.ny_bn .w_z h3{font-size:32px; line-height:40px; margin-bottom:10px;}
.ny_bn .w_z h4{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:992px){
.ny_bn{height:360px;}
.ny_bn .w_z{padding:0; text-align:center;}
.ny_bn .w_z h3{font-size:26px; line-height:32px;}
.ny_bn .w_z h4{font-size:15px; line-height:24px;}
}

.js_dj{width:100%; padding-bottom:100px;}
.js_dj .dj_lb{margin-bottom:20px; overflow:hidden;}
.js_dj .dj_lb ul li{padding:35px 0; border-bottom:1px solid rgba(255,255,255,.1);}
.js_dj .dj_lb a{display:flex; flex-wrap:wrap; justify-content:space-between;}
.js_dj .dj_lb .t_p{width:360px; overflow:hidden; border-radius:10px;}
.js_dj .dj_lb .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.js_dj .dj_lb ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);}
.js_dj .dj_lb .w_z{width:calc(100% - 390px);}
.js_dj .dj_lb .w_z h3{font-size:26px; font-weight:bold; line-height:40px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.js_dj .dj_lb .w_z p{margin:15px 0 30px; font-size:15px; line-height:28px; color:rgba(255,255,255,.7); min-height:84px; display:block; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;}
.js_dj .dj_lb .w_z span{color:rgba(255,255,255,.7); font-size:15px; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.js_dj .dj_lb ul li:hover .w_z span{color:#fff;}
.js_dj .dj_lb .w_z img{display:inline-block; margin-left:10px;
transition:all .5s;
-webkit-transition:all .5s;}
.js_dj .dj_lb ul li:hover .w_z span img{margin-left:20px;}
@media only screen and (max-width:1200px){
.js_dj{padding-bottom:70px;}
.js_dj .dj_lb ul li{padding:25px 0;}
.js_dj .dj_lb .t_p{width:260px;}
.js_dj .dj_lb .w_z{width:calc(100% - 290px);}
.js_dj .dj_lb .w_z h3{font-size:22px; line-height:32px;}
.js_dj .dj_lb .w_z p{margin:10px 0 20px; font-size:14px; line-height:24px; min-height:48px;
line-clamp:2;
-webkit-line-clamp:2;}
.js_dj .dj_lb .w_z span{font-size:14px;}
.js_dj .dj_lb .w_z img{margin-left:8px;}
.js_dj .dj_lb ul li:hover .w_z span img{margin-left:15px;}
}
@media only screen and (max-width:640px){
.js_dj{padding-bottom:60px;}
.js_dj .dj_lb .t_p{width:100%; margin-bottom:10px;}
.js_dj .dj_lb .w_z{width:100%;}
.js_dj .dj_lb .w_z h3{font-size:18px; line-height:28px;}
.js_dj .dj_lb .w_z p{margin:10px 0 15px; line-height:22px; min-height:44px;}
}

.ny_ej{text-align:center; margin-bottom:60px;}
.ny_ej ul li{display:inline-block; margin:0 10px;}
.ny_ej ul li a{min-width:130px; display:inline-block; padding:0 20px; border-radius:3px; font-size:18px; line-height:44px; color:#fff; border:1px solid #fff;}
.ny_ej ul li:hover a{border:1px solid #f4ca1d; background-color:#f4ca1d;}
.ny_ej ul li.on a{border:1px solid #f4ca1d; background-color:#f4ca1d;}
@media only screen and (max-width:1200px){
.ny_ej{margin-bottom:40px;}
.ny_ej ul li{margin:0 6px;}
.ny_ej ul li a{min-width:120px; padding:0 15px; font-size:16px; line-height:40px;}
}
@media only screen and (max-width:640px){
.ny_ej{margin-bottom:20px;}
.ny_ej ul{margin:0 -6px; display:flex; flex-wrap:wrap;}
.ny_ej ul li{width:calc(33.33333333% - 12px); margin:0 6px 12px;}
.ny_ej ul li a{min-width:100%; font-size:15px; line-height:34px;}
}

.xw_zx{width:100%; padding:80px 0 100px;}
.xw_zx .xw_lb ul li{width:calc(33.333333333% - 30px); margin:0 15px 30px; background-color:#fff; border-radius:10px; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.xw_zx .xw_lb ul li:hover{background-color:rgba(255,255,255,.2);}
.xw_zx .t_p{overflow:hidden;}
.xw_zx .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.xw_zx .xw_lb ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);}
.xw_zx .w_z{padding:20px;}
.xw_zx .w_z h3{height:56px; font-size:22px; font-weight:bold; line-height:28px; color:#333; margin-bottom:20px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
transition:all .5s;
-webkit-transition:all .5s;}
.xw_zx .xw_lb ul li:hover .w_z h3{color:#fff;}
.xw_zx .xw_lb ul li:hover .w_z h3:hover{color:#f4ca1d;}
.xw_zx .w_z span{font-size:15px; color:#777; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.xw_zx .xw_lb ul li:hover .w_z span{color:#fff;}
.xw_zx .w_z img{display:inline-block; margin-left:10px;
transition:all .5s;
-webkit-transition:all .5s;}
.xw_zx .xw_lb ul li:hover .w_z span img{margin-left:20px;}

.xw_xq{width:100%; padding:150px 0 80px; background:url(../images/xq_bj.jpg) no-repeat center / cover fixed; overflow:hidden; position:relative;}
.xw_xq .xq_zc{width:calc(100% - 360px); padding:25px; border-radius:10px; background-color:rgba(255,255,255,.1);}
.xw_xq .xq_zc .b_t{font-size:26px; line-height:36px; font-weight:bold; color:#fff; margin-bottom:20px;}
.xw_xq .xq_zc .x_x{padding-bottom:20px; border-bottom:1px solid rgba(255,255,255,.3); color:#fff; margin-bottom:35px;}
.xw_xq .xq_zc .x_x span{margin-right:20px; display:inline-block;}
.xw_xq .xq_zc .n_r{line-height:30px; color:#fff;}
.xw_xq .xq_zc .n_r strong{font-size:18px; color:#fff; line-height:28px;}
.xw_xq .xq_zc .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_zc .f_y{margin-top:40px; padding-top:30px; border-top:1px solid rgba(255,255,255,.3); line-height:32px;}
.xw_xq .xq_yc{width:330px;}
.xw_xq .xq_yc h3{font-size:18px; font-weight:bold; line-height:28px; color:#fff; padding-bottom:10px; margin-bottom:20px; border-bottom:1px solid rgba(255,255,255,.3);}
.xw_xq .xq_yc .t_j{padding:25px; border-radius:10px; background-color:rgba(255,255,255,.1);}
.xw_xq .xq_yc .t_j ul li{margin-bottom:25px;}
.xw_xq .xq_yc .t_j ul li a{font-size:15px; line-height:24px; margin-bottom:10px; display:block; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.xw_xq .xq_yc .t_j ul li span{font-size:14px; color:#999;}
@media only screen and (max-width:1200px){
.xw_xq{width:100%; padding:150px 0 60px; background:url(../images/xq_bj.jpg) no-repeat center / cover;}
.xw_xq .xq_zc{width:calc(100% - 320px); padding:15px; border-radius:5px;}
.xw_xq .xq_zc .b_t{font-size:22px; line-height:32px; margin-bottom:15px;}
.xw_xq .xq_zc .x_x{padding-bottom:15px; margin-bottom:25px;}
.xw_xq .xq_zc .x_x span{margin-right:15px;}
.xw_xq .xq_zc .n_r{line-height:28px;}
.xw_xq .xq_zc .f_y{margin-top:30px; padding-top:20px;}
.xw_xq .xq_yc{width:290px;}
.xw_xq .xq_yc h3{font-size:17px; line-height:26px; margin-bottom:15px;}
.xw_xq .xq_yc .t_j{padding:15px; border-radius:5px;}
.xw_xq .xq_yc .t_j ul li{margin-bottom:20px;}
.xw_xq .xq_yc .t_j ul li a{font-size:14px; line-height:22px;}
}
@media only screen and (max-width:992px){
.xw_xq{padding:120px 0 60px;}
.xw_xq .xq_zc{width:100%;}
.xw_xq .xq_yc{display:none;}
}

.jr_wm{width:100%; padding-top:60px; overflow:hidden;}
@media only screen and (max-width:1200px){
.jr_wm{padding-top:50px;}
}
@media only screen and (max-width:992px){
}

.jr_ln{margin-bottom:90px;}
.jr_ln .ln_wz{width:40%;}
.jr_ln .ln_wz ul li{margin:20px 0; padding-left:20px; position:relative;}
.jr_ln .ln_wz ul li:after{width:8px; height:16px; border-radius:8px; position:absolute; top:7px; left:0; content:""; background-color:#f4ca1d;}
.jr_ln .ln_wz h3{font-size:20px; color:#fff; font-weight:bold; line-height:30px; margin-bottom:5px;}
.jr_ln .ln_wz p{font-size:16px; line-height:30px;}
.jr_ln .ln_tp{width:56%; border-radius:10px; overflow:hidden;}
.jr_ln .ln_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1200px){
.jr_ln{margin-bottom:60px;}
.jr_ln .ln_wz{width:42%;}
.jr_ln .ln_wz ul li{margin:10px 0; padding-left:15px;}
.jr_ln .ln_wz ul li:after{width:5px; height:12px;}
.jr_ln .ln_wz h3{font-size:18px; line-height:26px;}
.jr_ln .ln_wz p{font-size:14px; line-height:26px;}
}
@media only screen and (max-width:992px){
.jr_ln{margin-bottom:50px;}
.jr_ln .ln_wz{width:100%;}
.jr_ln .ln_tp{width:100%; margin-top:20px;}
}

.jr_fl{margin-bottom:60px;}
.jr_fl .fl_nr ul li{width:calc(33.33333333% - 30px); border-radius:10px; margin:0 15px 30px; position:relative; overflow:hidden;}
.jr_fl .fl_nr .t_p{overflow:hidden; position:relative;}
.jr_fl .fl_nr .t_p:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.5); content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.jr_fl .fl_nr ul li:hover .t_p:after{background-color:rgba(244,202,29,.8);}
.jr_fl .fl_nr .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.jr_fl .fl_nr ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);}
.jr_fl .fl_nr .w_z{width:90%; position:absolute; top:50%; left:5%; text-align:center;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);}
.jr_fl .fl_nr .w_z img{width:90px; display:inline-block;
transition:all 1s;
-webkit-transition:all 1s;}
.jr_fl .fl_nr ul li:hover .w_z img{width:60px;}
.jr_fl .fl_nr .w_z h3{font-size:20px; font-weight:bold; color:#fff; line-height:30px;}
.jr_fl .fl_nr .w_z p{display:none; color:#fff;}
@media only screen and (max-width:1200px){
.jr_fl{margin-bottom:50px;}
.jr_fl .fl_nr ul{margin:0 -10px;}
.jr_fl .fl_nr ul li{width:calc(33.33333333% - 20px); border-radius:5px; margin:0 10px 20px;}
.jr_fl .fl_nr .w_z{width:94%; left:3%;}
.jr_fl .fl_nr .w_z img{width:60px;}
.jr_fl .fl_nr ul li:hover .w_z img{width:40px;}
.jr_fl .fl_nr .w_z h3{font-size:18px; line-height:28px;}
.jr_fl .fl_nr .w_z p{display:none; color:#fff;}
}
@media only screen and (max-width:992px){
.jr_fl{margin-bottom:40px;}
.jr_fl .fl_nr ul{margin:0 -5px;}
.jr_fl .fl_nr ul li{width:calc(50% - 10px); border-radius:5px; margin:0 5px 10px;}
.jr_fl .fl_nr .w_z img{width:40px;}
.jr_fl .fl_nr ul li:hover .w_z img{display:none;}
.jr_fl .fl_nr .w_z h3{font-size:16px; line-height:26px;}
.jr_fl .fl_nr .w_z p{font-size:12px; line-height:20px;}
}

.zp_gw{margin-bottom:70px;}
.rc_zp .jr_lm{overflow:hidden; background-color:rgba(255,255,255,.1); border-radius:10px; margin-bottom:20px;}
.rc_zp .jr_lm.j_t{background:none;}
.rc_zp .jr_bt{padding:15px 30px; height:70px; font-size:16px; line-height:40px; color:#fff; overflow:hidden; cursor:pointer; position:relative;}
.rc_zp .jr_bt i{width:36px; height:36px; border-radius:50%; background-color:#f4ca1d; position:absolute; top:50%; right:25px; margin-top:-18px; font-size:15px; font-weight:bold; text-align:center; line-height:38px; color:#fff;
transition:all .5s;
-webkit-transition:all .5s;}
.rc_zp .jr_bt.on i{transform:rotate(180deg);
-webkit-transform:rotate(180deg)}
.rc_zp .jr_bt span{float:left; width:25%; text-align:center;}
.rc_zp .jr_bt span.t_l{text-align:left;}
.rc_zp .jr_lm.j_t .jr_bt{padding:0 30px; height:40px;}
.rc_zp .jr_lm.j_t .jr_bt span{font-size:18px;}
.rc_zp .jr_nr{background-color:#fff; padding:30px; font-size:14px; line-height:32px; margin-bottom:3px; display:none; position:relative;}
.rc_zp .jr_nr .lm{font-size:16px; color:#f4ca1d;}
.rc_zp .jr_nr .js{margin-bottom:20px; color:#777;}
.rc_zp .jr_nr a{padding:0 25px; border-radius:18px; font-size:16px; line-height:36px; color:#fff; background-color:#f4ca1d; display:inline-block;}
.rc_zp .jr_nr a:hover{background-color:#193ba5;}
@media only screen and (max-width:1200px){
.zp_gw{margin-bottom:60px;}
.rc_zp .jr_lm{border-radius:5px;}
.rc_zp .jr_bt{padding:10px 15px; height:50px; font-size:15px; line-height:30px;}
.rc_zp .jr_bt i{width:28px; height:28px; right:15px; margin-top:-14px; font-size:14px; line-height:28px;}
.rc_zp .jr_lm.j_t .jr_bt{padding:0 15px; height:30px;}
.rc_zp .jr_lm.j_t .jr_bt span{font-size:16px;}
.rc_zp .jr_nr{padding:20px; line-height:30px;}
.rc_zp .jr_nr a{padding:0 20px; border-radius:16px; font-size:15px; line-height:32px;}
}
@media only screen and (max-width:992px){
.rc_zp .jr_lm.j_t{display:none;}
.rc_zp .jr_bt{height:auto;}
.rc_zp .jr_bt span{width:50%; text-align:left;}
.rc_zp .jr_nr{line-height:26px;}
}

.jr_yx{padding:80px; background:url(../images/jr_bj.jpg) no-repeat top center / cover; border-radius:10px; color:#fff; text-align:center; margin-bottom:100px; overflow:hidden;}
.jr_yx h5{font-size:16px; line-height:26px;}
.jr_yx h2{font-size:26px; font-weight:bold; margin:5px 0 20px;}
.jr_yx a{border:2px solid #fff; padding:0 30px; border-radius:22px; font-size:18px; line-height:40px; display:inline-block;}
.jr_yx a:hover{background-color:#fff;}
@media only screen and (max-width:1200px){
.jr_yx{padding:50px 30px; margin-bottom:60px;}
.jr_yx h5{font-size:14px; line-height:24px;}
.jr_yx h2{font-size:22px; margin:5px 0 15px;}
.jr_yx a{border:1px solid #fff; padding:0 20px; border-radius:19px; font-size:16px; line-height:36px;}
}
@media only screen and (max-width:992px){
.jr_yx{padding:30px 15px; margin-bottom:50px;}
.jr_yx h5{font-size:13px; line-height:22px;}
.jr_yx h2{font-size:18px;}
.jr_yx a{padding:0 15px; border-radius:17px; font-size:15px; line-height:32px;}
}

.gs_bt{text-align:center; margin-bottom:50px;}
.gs_bt h3{font-size:30px; font-weight:bold; color:#fff; line-height:40px;}
.gs_bt h4{font-size:16px; color:rgba(255,255,255,.7); text-transform:uppercase; line-height:26px;}
@media only screen and (max-width:1200px){
.gs_bt{margin-bottom:40px;}
.gs_bt h3{font-size:26px; line-height:36px;}
.gs_bt h4{font-size:15px; line-height:26px;}	
}
@media only screen and (max-width:992px){
.gs_bt{margin-bottom:35px;}
.gs_bt h3{font-size:22px; line-height:32px;}
.gs_bt h4{font-size:14px; line-height:22px;}	
}

.gy_wm{padding:70px 0; background:url(../images/gy_bj.jpg) no-repeat center / cover;}
.gy_wm .gs_wz{width:58%;}
.gy_wm .gs_wz h3{font-size:30px; font-weight:bold; color:#fff; line-height:40px;}
.gy_wm .gs_wz h4{font-size:16px; color:rgba(255,255,255,.7); text-transform:uppercase; line-height:26px;}
.gy_wm .gs_wz .w_z{font-size:15px; line-height:30px; text-align:justify; margin-top:35px;}
.gy_wm .gs_tp{display:none;}
.gy_wm .gs_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1200px){
.gy_wm{padding:50px 0; background:url(../images/gy_bj.jpg) no-repeat center / cover;}
.gy_wm .gs_wz{width:58%;}
.gy_wm .gs_wz h3{font-size:26px; line-height:34px;}
.gy_wm .gs_wz h4{font-size:15px; line-height:22px;}
.gy_wm .gs_wz .w_z{font-size:14px; line-height:26px; margin-top:25px;}
}
@media only screen and (max-width:992px){
.gy_wm{padding:50px 0 0; background:none;}
.gy_wm .container{padding:0;}
.gy_wm .gs_wz{width:100%; padding:0 15px;}
.gy_wm .gs_wz h3{font-size:22px; line-height:32px; text-align:center;}
.gy_wm .gs_wz h4{font-size:14px; text-align:center;}
.gy_wm .gs_wz .w_z{font-size:13px; line-height:24px;}
.gy_wm .gs_tp{display:block;}
}

.gy_lc{width:100%; padding:70px 0; background:url(../images/fz_bj.jpg) no-repeat center / cover; overflow:hidden;}
.gy_lc .fz_lc{position:relative;}
.gy_lc .fz_lc:after{width:100%; height:1px; position:absolute; top:5px; left:50%; content:"";
background-image:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 50%, rgba(255,255,255,0) 100%);
background-image:linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 50%, rgba(255,255,255,0) 100%);
transform:translateX(-50%);
-webkit-transform:translateX(-50%);}
.gy_lc .fz_lc .swiper-button-prev{width:38px; height:38px; border:1px solid #aaa; border-radius:50%; background:url(../images/zj1.png) no-repeat center / cover; left:-60px; top:-13px; margin-top:0; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.gy_lc .fz_lc .swiper-button-prev:hover{background:#1f88fb url(../images/zj.png) no-repeat center / cover; border:1px solid #1f88fb;}
.gy_lc .fz_lc .swiper-button-next{width:38px; height:38px; border:1px solid #aaa; border-radius:50%; background:url(../images/yj1.png) no-repeat center / cover; right:-60px; top:-13px; margin-top:0;
outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.gy_lc .fz_lc .swiper-button-next:hover{background:#1f88fb url(../images/yj.png) no-repeat center / cover; border:1px solid #1f88fb;}
.gy_lc .fz_lc .swiper-slide em{width:11px; height:11px; border-radius:50%; background-color:#f4ca1d; display:block;}
.gy_lc .fz_lc .swiper-slide strong{margin:15px 0; font-size:26px; font-weight:bold; line-height:36px; color:#fff; display:block;}
.gy_lc .fz_lc .w_z ul li{margin-bottom:20px; padding-left:86px; font-size:15px; line-height:26px; position:relative;}
.gy_lc .fz_lc .w_z span{width:80px; position:absolute; top:0; left:0; text-align:center; color:#fff;}
@media only screen and (max-width:1200px){
.gy_lc{padding:50px 0;}
.gy_lc .fz_lc .swiper-button-prev{width:32px; height:32px; left:-46px; top:-11px;}
.gy_lc .fz_lc .swiper-button-next{width:32px; height:32px; right:-46px; top:-11px;}
.gy_lc .fz_lc .swiper-slide em{width:9px; height:9px;}
.gy_lc .fz_lc .swiper-slide strong{margin:10px 0; font-size:22px; line-height:32px;}
}
@media only screen and (max-width:992px){
.gy_lc{padding:50px 0 0;}
.gy_lc .fz_lc .swiper-button-prev{left:0;}
.gy_lc .fz_lc .swiper-button-next{right:0;}
.gy_lc .fz_lc .swiper-slide em{margin:0 auto;}
.gy_lc .fz_lc .swiper-slide strong{margin:15px 0 20px; font-size:20px; line-height:30px; text-align:center;}
}

.gy_ry{width:100%; padding:70px 0 40px; overflow:hidden;}
.gy_ry .ry_zs ul li{width:calc(33.3333333333% - 30px); margin:0 15px 30px; overflow:hidden; position:relative;}
.gy_ry .ry_zs img{width:100%; height:100%; border-radius:5px 5px 10px 10px; display:block;
object-fit:cover;
object-position:center top;
-webkit-user-select:none;
user-select:none;}
.gy_ry .ry_zs .w_z{width:100%; padding:15px; border-radius:0 0 6px 6px; text-align:left; position:absolute; bottom:0; left:0; background-color:#fff;}
.gy_ry .ry_zs .w_z h3{font-size:15px; line-height:20px; color:#000; height:40px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.gy_ry .ry_zs .w_z span{font-size:12px; color:#aaa;}
@media only screen and (max-width:1200px){
.gy_ry{padding:50px 0 30px;}
.gy_ry .ry_zs ul{margin:0 -10px;}
.gy_ry .ry_zs ul li{width:calc(33.3333333333% - 20px); margin:0 10px 20px;}
}
@media only screen and (max-width:640px){
.gy_ry .ry_zs ul{margin:0 -5px;}
.gy_ry .ry_zs ul li{width:calc(50% - 10px); margin:0 5px 10px;}
.gy_ry .ry_zs .w_z{padding:10px;}
.gy_ry .ry_zs .w_z h3{font-size:14px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 5px;}
.yema ul li a{min-width:36px; padding:0 12px; border-radius:2px; background-color:rgba(255,255,255,.1); font-size:15px; line-height:36px; text-align:center; color:#fff; display:block;}
.yema ul li a:hover{background-color:#f4ca1d; color:#08152e;}
.yema ul li a.on{background-color:#f4ca1d; color:#08152e;}

.lx_wm{width:100%; padding:220px 0 140px; background:url(../images/lx_bj.jpg) no-repeat center / cover fixed; overflow:hidden; position:relative;}
.lx_wm .row{width:100%; background-color:rgba(255,255,255,.1);}
.lx_wm .lx_xx{width:50%; padding:45px 40px; background-color:rgba(244,202,29,1); color:#08152e;}
.lx_wm .lx_xx h3{font-size:30px; font-weight:bold; margin-bottom:25px;}
.lx_wm .lx_xx .l_x ul li{font-size:15px; line-height:26px; margin-bottom:20px; padding-left:38px; position:relative;}
.lx_wm .lx_xx .l_x ul li img{position:absolute; top:0; left:0;}
.lx_wm .lx_ly{width:50%; padding:45px 40px;}
.lx_wm .lx_ly h3{font-size:30px; font-weight:bold; color:#fff; margin-bottom:25px;}
.lx_wm .lx_ly ul{display:flex; flex-wrap:wrap; margin:0 -10px;}
.lx_wm .lx_ly ul li{width:calc(50% - 20px); margin:0 10px 20px;}
.lx_wm .lx_ly ul li:nth-last-child(2){width:100%;}
.lx_wm .lx_ly input{width:100%; height:46px; border-radius:3px; border:1px solid rgba(255,255,255,.3); font-size:15px; line-height:44px; color:#fff; padding:0 15px; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.lx_wm .lx_ly input:focus{border:1px solid rgba(255,255,255,.6);}
.lx_wm .lx_ly textarea{width:100%; height:98px; border-radius:3px; border:1px solid rgba(255,255,255,.3); font-size:15px; line-height:26px; color:#fff; padding:9px 15px; display:block; resize:none;}
.lx_wm .lx_ly button{width:120px; height:44px; border-radius:3px; background-color:#fff; font-size:16px; line-height:44px; text-align:center; color:#08152e;
transition:all .5s;
-webkit-transition:all .5s;}
.lx_wm .lx_ly button:hover{background-color:#f4ca1d;}
.lx_wm .sj_rj{margin-top:35px;}
.lx_wm .sj_rj ul{display:flex;}
.lx_wm .sj_rj ul li{width:46px; height:46px; border:1px solid #08152e; border-radius:50%; text-align:center; cursor:pointer; position:relative; margin-right:20px;
transition:all .5s;
-webkit-transition:all .5s;}
.lx_wm .sj_rj ul li:hover{border:1px solid #fff;}
.lx_wm .sj_rj ul li:after{width:0; height:0; border-radius:50%; background-color:#fff; position:absolute; top:50%; left:50%; content:"";
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transition:all .5s;
-webkit-transition:all .5s;}
.lx_wm .sj_rj ul li:hover:after{width:calc(100% - 4px); height:calc(100% - 4px);}
.lx_wm .sj_rj .ewm{width:100px; padding:5px; border-radius:5px; background-color:#fff; position:absolute; top:52px; left:50%; margin-left:-50px; opacity:0; visibility:hidden;
transform:translateY(-10px);
-webkit-transform:translateY(-10px);
transition:all .5s;
-webkit-transition:all .5s;}
.lx_wm .sj_rj ul li:hover .ewm{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);}
.lx_wm .sj_rj .ewm:before{width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:8px solid #fff; content:""; position:absolute; top:-8px; left:50%; margin-left:-10px;}
.lx_wm .sj_rj img{width:auto; height:22px; display:inline-block; margin-top:11px; position:relative; z-index:9;}
.lx_wm .sj_rj .ewm img{width:100%; height:auto; margin-top:0; display:block;}
@media only screen and (max-width:1200px){
.lx_wm{padding:160px 0 80px; background:url(../images/lx_bj.jpg) no-repeat center / cover;}
.lx_wm .lx_xx{padding:25px;}
.lx_wm .lx_xx h3{font-size:24px; margin-bottom:20px;}
.lx_wm .lx_xx .l_x ul li{font-size:14px; line-height:24px; margin-bottom:15px; padding-left:30px;}
.lx_wm .lx_xx .l_x ul li img{width:22px; top:1px;}
.lx_wm .lx_ly{padding:25px;}
.lx_wm .lx_ly h3{font-size:24px; margin-bottom:20px;}
.lx_wm .lx_ly ul{margin:0 -5px;}
.lx_wm .lx_ly ul li{width:calc(50% - 10px); margin:0 5px 15px;}
.lx_wm .lx_ly input{height:40px; font-size:14px; line-height:38px;}
.lx_wm .lx_ly textarea{height:96px; font-size:14px; padding:5px 15px;}
.lx_wm .lx_ly button{width:110px; height:40px; font-size:15px; line-height:40px;}
.lx_wm .sj_rj{margin-top:20px;}
.lx_wm .sj_rj ul li{width:36px; height:36px; margin-right:15px;}
.lx_wm .sj_rj img{height:17px; margin-top:9px;}
}
@media only screen and (max-width:992px){
.lx_wm{padding:120px 0 50px;}
.lx_wm .lx_xx{width:100%;}
.lx_wm .lx_xx h3{font-size:20px;}
.lx_wm .lx_ly{width:100%;}
.lx_wm .lx_ly h3{font-size:20px;}
}

.fh_top{width:40px; height:40px; border-radius:50%; background-color:#f4ca1d; position:fixed; bottom:18px; right:10px; cursor:pointer; text-align:center; overflow:hidden; z-index:99999; display:none;}
.fh_top i{font-size:30px; color:#08152e; display:inline-block; vertical-align:middle; margin-top:-2px;}
@media only screen and (max-width:1200px){
.fh_top{width:36px; height:36px; line-height:36px;}
.fh_top i{font-size:26px;}
}

.footer{width:100%; background-color:#08152e; font-size:15px; line-height:40px; color:rgba(255,255,255,.6);}
.footer a{color:rgba(255,255,255,.6);}
.footer a:hover{color:#fff;}
.footer .ft_dh{border-bottom:1px solid rgba(255,255,255,.1); padding:70px 0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_dh h3{font-size:20px; line-height:40px; margin-bottom:15px; color:#fff; position:relative;}
.footer .ft_dh h3 em{width:100%; height:100%; position:absolute; top:0; left:0; display:none;}
.footer .ft_dh h3 em:after{width:12px; height:2px; background-color:#5b5b5b; position:absolute; top:50%; margin-top:-1px; right:5px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh h3 em.on:after{transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);}
.footer .ft_dh h3 em:before{width:2px; height:12px; background-color:#5b5b5b; position:absolute; top:50%; margin-top:-6px; right:10px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh h3 em.on:before{transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.footer .ft_lx{width:300px;}
.footer .ft_lm{width:calc(100% - 350px); display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_lm .cp_fl{width:25%;}
.footer .sj_rj{margin-top:20px;}
.footer .sj_rj ul{display:flex;}
.footer .sj_rj ul li{cursor:pointer; position:relative; margin-right:20px;}
.footer .sj_rj .ewm{width:100px; padding:5px; border-radius:5px; background-color:#fff; border:1px solid #ccc; position:absolute; top:52px; left:50%; margin-left:-50px; opacity:0; visibility:hidden;
transform:translateY(-10px);
-webkit-transform:translateY(-10px);
transition:all .5s;
-webkit-transition:all .5s;}
.footer .sj_rj ul li:hover .ewm{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);}
.footer .sj_rj .ewm:before{width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:8px solid #fff; content:""; position:absolute; top:-8px; left:50%; margin-left:-10px;}
.footer .sj_rj img{width:auto; height:22px; display:block;}
.footer .sj_rj .ewm img{width:100%; height:auto; display:block;}
.footer .banquan{padding:35px 0; text-align:center; line-height:22px;}
.footer .banquan span{display:inline-block; margin:0 5px;}
@media only screen and (max-width:1200px){
.footer{font-size:14px; line-height:30px;}
.footer .ft_dh{padding:40px 0;}
.footer .ft_dh h3{font-size:18px; line-height:36px; margin-bottom:10px;}
.footer .ft_lx{width:30%;}
.footer .ft_lm{width:70%;}
.footer .banquan{padding:25px 0;}
}
@media only screen and (max-width:992px){
.footer .ft_dh{padding:10px 0 30px;}
.footer .ft_dh h3{font-size:16px; padding:5px 0; margin-top:5px; margin-bottom:5px;}
.footer .ft_dh h3 em{display:block;}
.footer .ft_lx{width:100%;}
.footer .ft_lx .l_x{margin-bottom:20px;}
.footer .ft_lm{width:100%;}
.footer .ft_lm .cp_fl{width:100%; border-bottom:1px solid rgba(255,255,255,.1);}
.footer .ft_em{width:100%;}
.footer .ft_dh .l_b{display:none; padding-bottom:10px;}
.footer .sj_rj{margin-top:0;}
.footer .sj_rj .ewm{width:80px; top:38px; margin-left:-40px;}
.footer .banquan{padding:20px 0; text-align:center;}
.footer .banquan .z_c{width:100%;}
.footer .banquan .y_c{width:100%;}
}

@keyframes changeright {
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}

@-webkit-keyframes changeright {
0%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);}
}

@keyframes tiao{
0%{transform:translateY(0)}
100%{transform:translateY(-6px);}
}

@-webkit-keyframes tiao{
0%{-webkit-transform:translateY(0)}
100%{-webkit-transform:translateY(-6px);}
}

@keyframes guang{
0%{opacity:0;}
25%{opacity:1;}
75%{opacity:1;}
100%{opacity:0;}
}

@-webkit-keyframes guang{
0%{opacity:0;}
25%{opacity:1;}
75%{opacity:1;}
100%{opacity:0;}
}

@keyframes deng{
0%{opacity:0;}
25%{opacity:1;}
75%{opacity:1;}
100%{opacity:0;}
}

@-webkit-keyframes deng{
0%{opacity:0;}
25%{opacity:1;}
75%{opacity:1;}
100%{opacity:0;}
}



.swiper_cp{
    height: 800px;
}
.swiper_cp .swiper-slide{
    background-size: cover !important;
    height: 800px;

}
.head_hb{
    height: 90px;
}

.ny_bar{
    width: 100%;
    position: relative;
    background: rgba(5, 20, 41, 1);
}

.swiper_cp_m{
    width: 1200px;
    margin: auto;
}

.swiper_cp_title{
    width: 100%;
    margin-top: 140px;
}
.swiper_cp_title .wap_img_banner{
    display: none;
}
.swiper_cp_title span{
    color: #ffffff;
    font-size: 55px;
    line-height: 55px;
    font-weight: bold;
    display: block;
    margin-bottom: 32px;
}
.swiper_cp_title span i{
    font-size: 72px;
    color: rgba(241, 199, 29, 1);
}
.swiper_cp_title p{
    font-size: 18px;
    line-height: 40px;
    width: 680px;
}

.swiper_cp_xq{
    width: 100%;
}
.swiper_cp_xq img{
    margin-left: -55px;
}

.ny_bar_but{
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    z-index: 999;
}
.ny_bar_but img{
    display: inline-block;
    cursor: pointer;
}

.ny_cp_bka{
    width: 100%;
    padding-top: 75px;
    background: rgba(5, 20, 41, 1);
}
.ny_cp_bk_m{
    width: 1200px;
    margin: auto;
    position: relative;
}
.ny_cp_title{
    width: 100%;
}
.ny_cp_title img{
    display: inline-block;
}

.ny_cp_list{
    width: 100%;
    margin-top: 80px;
}

.ny_cp_list ul{
    width: 100%;
    padding-left: 0;
}
.ny_cp_list ul li{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.ny_cp_list ul li:nth-child(2){
    display:flex;
    justify-content:space-between;
    flex-flow:row-reverse!important;
}
.ny_cp_img{
    width: 50%;
    overflow: hidden;
    position: relative;
}
.ny_cp_img img{
    width: 100%;
}
.ny_cp_img video{
    width: 100%;
}

.ny_cp_imgs{
    width: 100%;
    text-align: center;
}

.ny_cp_info{
    width: 50%;
    padding: 0 40px;
}
.ny_cp_info .ny_cp_ul{
    width: 100%;
    margin-top: 20px;
}
.ny_cp_info .ny_cp_ul dd{
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    padding-left: 16px;
    margin: 8px 0;
}
.ny_cp_info .ny_cp_ul dd:after{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 6px;
    background:rgba(244, 202, 29, 1);
    border-radius: 50%;
}
.ny_cp_info .ny_cp_ul dd i{
    color: rgba(244, 202, 29, 1);
}

.ny_cp_bkb{
    padding-top: 180px;
    width: 100%;
    position: relative;
    padding-bottom: 250px;
    background:rgba(5, 20, 41, 1) url("../images/cp_bj_b.png") bottom center no-repeat;
}
.ny_bkb_title{
    width: 100%;
    text-align: center;
}
.ny_bkb_title span{
    color: #ffffff;
    font-size: 42px;
    line-height: 42px;
}
.ny_bkb_title span i{
    color: rgba(109, 255, 244, 1);
    margin-left: 10px;
}
.ny_bkb_info{
    margin-top: 130px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ny_bkb_bt{
    text-align: center;
    width: 100%;
    color: rgba(244, 202, 29, 1);
    font-size: 40px;
    line-height: 40px;
    background: url("../images/bt_bj.png") center center no-repeat;
}
.ny_bkb_info dd{
    width: 514px;
}

.ny_bkb_nr{
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.ny_bkb_nr img{
    width: 100%;
}

.ny_bkb_text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 38px;
}
.ny_bkb_text li{
    position: relative;
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 18px;
}
.ny_bkb_text li:nth-child(1):after{
    display: none;
}

.ny_bkb_text li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background:rgba(244, 202, 29, 1);
    border-radius: 50%;
}

.ny_cp_cinfo{
    width: 100%;
    margin-top: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ny_cp_cleft,.ny_cp_cright{
    width: 40%;
}
.ny_cp_cm{
    position: relative;
    width: 20%;
    text-align: center;
    padding-top: 200px;
    z-index: 1;
}
.ny_cp_cm img{
    width: 100%;
}

.ny_cp_cleft dd{
    position: relative;
    margin-bottom: 80px;
}
.ny_cp_cleft .ny_nr_imgs{
    width: 100%;
    padding-left: 15%;
}
.ny_nr_imgs img{
    max-width: 100%;
}
.ny_nr_if{
    width: 100%;
    margin-top: 26px;
}
.ny_cp_cleft .ny_nr_if_tit{
    width: 100%;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 7%;
}
.ny_nr_if_tit img{
    margin-right: 10px;
}
.ny_nr_if_tit span{
    font-size: 24px;
    line-height: 24px;
    color: rgba(187, 187, 187, 1);
}
.ny_nr_if_tit span i{
    color: rgba(244, 202, 29, 1);
}

.ny_cp_cleft .ny_nr_if_p{
    width: 100%;
    padding-left: 20%;
    font-size: 12px;
    line-height: 30px;
}
.ny_nr_if_p i{
    color: rgba(244, 202, 29, 1);
}

.ny_cp_cright dd{
    position: relative;
    margin-bottom: 80px;
}

.ny_cp_cright .ny_nr_imgs{
    width: 100%;
    padding-left: 32%;
}

.ny_cp_cright .ny_nr_if_tit{
    width: 100%;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 20%;
}

.ny_cp_cright .ny_nr_if_p {
    width: 100%;
    padding-left: 34%;
    font-size: 12px;
    line-height: 30px;
}

.dd_img{
    width: 45%;
    position: absolute;
    right: -62px;
    top: 50px;
}
.dd_img_r{
    width: 45%;
    position: absolute;
    left: -62px;
    top: 50px;
}

.ny_cp_cbot{
    margin-top: -166px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.ny_cp_bkc{
    width: 100%;
    padding-bottom: 76px;
    background: rgba(5, 20, 41, 1);
}

.ny_cp_cbot_tit{
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(187, 187, 187, 1);
    font-size: 24px;
}
.ny_cp_cbot_tit img{
    margin-right: 10px;
}


.ny_cp_bkd{
    width: 100%;
    position: relative;
    padding-top: 75px;
    padding-bottom: 110px;
    background: rgba(5, 20, 41, 1);
}

.ny_d_list{
    width: 100%;
    margin-top: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ny_d_imgss{
    width: 378px;
    height: 216px;
    background: url("../images/d_bjt.png") center top no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 40px;
    color: rgba(244, 202, 28, 1);
}

.ny_d_texts{
    width: 100%;
    text-align: center;
    margin-top: 35px;
    font-size: 16px;
    line-height: 24px;
}
.ny_d_texts i{
    color: rgba(244, 202, 28, 1);
}

@media only screen and (max-width: 1024px) {
    .swiper_cp{
        height: 600px;
    }
    .swiper_cp_m{
        padding: 0 15px;
    }
    .swiper_cp_title span{
        font-size: 40px;
        line-height: 40px;
    }
    .swiper_cp_title span i{
        font-size: 60px;
    }
    .ny_cp_bk_m{
        width: 100%;
        padding: 0 15px;
    }
    .ny_bkb_info dd{
        width: 48%;
    }
    .ny_bkb_bt{
        font-size: 30px;
        line-height: 30px;
    }

}
@media only screen and (max-width: 768px) {
    .ny_bkb_info dd {
        width: 100%;
        margin-bottom: 50px;
    }
    .ny_nr_if_tit span{
        font-size: 20px;
    }
    .ny_cp_cright .ny_nr_imgs{
        padding-left: 15%;
    }
    .dd_img,.dd_img_r{
        display: none;
    }
    .ny_cp_cinfo{
        margin-top: 40px;
    }
    .ny_cp_title img{
        height: 100px;
    }
    .ny_d_list{
        margin-top:50px;
    }
    .ny_d_list dd{
        width: 49%;
    }
}
@media only screen and (max-width: 576px) {
    .ny_cp_info{
        width: 100%;
        padding: 0 15px;
    }
    .ny_cp_img{
        width: 100%;
    }
    .ny_cp_list ul li:nth-child(2){
        display: block;
        flex-flow: nowrap !important;
    }
    .ny_cp_info .ny_cp_ul dd{
        line-height: 22px;
    }
    .ny_cp_bkb{
        padding-top: 50px;
        padding-bottom: 50px;
        background: none;
    }
    .ny_bkb_title span{
        font-size: 28px;
    }
    .ny_bkb_info{
        margin-top: 30px;
    }
    .ny_bkb_bt{
        font-size: 26px;
        line-height: 26px;
        background-size: cover !important;
    }
    .ny_bkb_text{
        padding: 20px;
    }
    .ny_bkb_text li{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .ny_d_list dd{
        width: 100%;
        margin-bottom: 30px;
    }
    .ny_d_imgss{
        font-size: 22px;
        line-height: 30px;
    }
    .ny_cp_bkd{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .swiper_cp{
        height: auto;
    }
    .swiper_cp_m{
        width: 100%;
    }
    .swiper_cp .swiper-slide{
        height: auto;
        background: none !important;
    }
    .ny_bar{
        padding-bottom: 50px;
    }
    .swiper_cp .swiper-pagination{
        display: none;
    }
    .swiper_cp_title span {
        font-size: 24px;
        line-height: 24px;
    }
    .swiper_cp_title span i {
        font-size: 30px;
    }
    .swiper_cp_title{
        text-align: center;
        margin-top: 40px;
    }
    .swiper_cp_title p{
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
    }
    .swiper_cp_title img{
        width: 100%;
    }
    .swiper_cp_title .wap_img_banner{
        display: block;
    }
    .swiper_cp_xq{
        text-align: center;
    }
    .swiper_cp_xq img{
        margin-left: auto;
        height: 120px;
    }
    .ny_cp_bka{
        padding-top: 50px;
    }
    .ny_cp_title{
        text-align: center;
    }
    .ny_cp_title img{
        height: 60px;
    }
    .ny_cp_bkc{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ny_cp_cm{
        display: none;
    }
    .ny_cp_cleft, .ny_cp_cright{
        width: 100%;
    }
    .ny_cp_cleft .ny_nr_if_p{
        padding-left: 10%;
        margin-top: 15px;
    }
    .ny_cp_cleft .ny_nr_imgs{
        padding-left: 0;
    }
    .ny_nr_imgs{
        text-align: center;
    }
    .ny_nr_imgs img{
        width: 80%;
        max-width: none !important;
    }
    .ny_cp_cleft .ny_nr_if_tit{
        padding-left: 0;
    }
    .ny_cp_cleft .ny_nr_if_p{
        padding-left: 16%;
    }
    .ny_cp_cright .ny_nr_imgs{
        padding-left: 0;
    }
    .ny_cp_cright .ny_nr_if_tit{
        padding-left: 0;
    }
    .ny_cp_cright .ny_nr_if_p{
        padding-left: 16%;
    }
    .ny_cp_cbot{
        display: none;
    }
    .ny_cp_cright dd:last-child{
        margin-bottom: 0;
    }
}