@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:"PingFang SC","Microsoft YaHei",Arial,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: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:#555; text-decoration:none;
transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#298fe3; 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: 4px;
}

 ::-webkit-scrollbar-track {
    background-color: #000;
}

 ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

 ::-webkit-scrollbar-thumb:active {
    background-color: #0a0d59;
}
@media only screen and (max-width:768px){
body{font-size:13px;}
input,select,button,textarea{font-size:13px;}
.container, .container-fluid{padding:0 20px;}
}

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

.header{width:100%; background-color:#fff; position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-webkit-transition:all .5s;}
.header.on{background-color:rgba(255,255,255,.9); box-shadow:0 0 15px rgba(0,0,0,.05);}
.header .row{margin:0;}
.header .logo{width:263px; 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:#333; 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;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-right:40px; position:relative;}
.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:#333; line-height:90px;}
.header .nav ul li:hover .y_j a{color:#0075c2;}
.header .nav ul li.on .y_j a{color:#0075c2;}
.header .nav .y_j:after{width:0; height:3px; background-color:#0075c2; 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; padding:8px 0; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.03); position:absolute; top:90px; left:50%; margin-left:-60px; display:none;}
.header .nav ul li:hover .e_j{display:block;}
.header .nav .f_l p a{font-size:14px; line-height:40px; color:#555; text-align:center; display:block;}
.header .nav .f_l p a:hover{background-color:#f7f7f7; color:#0075c2;}
.header .nav .s_b{display:none;}
.header .yc_nr{display:flex; flex-wrap:wrap; align-items:center;}
.header .s_ch{line-height:36px; color:#555; cursor:pointer; display:inline-block; margin-right:20px;
transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch i{font-weight:bold; margin-top:-2px; vertical-align:middle; display:inline-block;}
.header .yy_qh{position:relative;}
.header .yy_qh span.x_z{border:1px solid #ddd; border-radius:5px; padding:0 10px; font-size:14px; color:#555; line-height:32px; display:inline-block; cursor:pointer;}
.header .yy_qh span.x_z i{font-size:14px; color:#aaa; display:inline-block; vertical-align:middle; margin-left:5px; margin-top:-3px;}
.header .yy_qh .x_l{width:130px; padding:10px 20px; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,.05); position:absolute; top:62px; left:50%; margin-left:-65px; opacity:0; visibility:hidden; display:inline-block;
transform:translateY(10px);
-webkit-transform:translateY(10px);
transition:all .5s;
-webkit-transition:all .5s;}
.header .yy_qh:hover .x_l{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);}
.header .yy_qh .x_l a{display:block; line-height:32px;}
.header .yy_qh .x_l img{width:auto; height:14px; display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-2px;}
@media only screen and (max-width:1440px){
.header .nav ul li{margin-right:50px;}
}
@media only screen and (max-width:1280px){
.header .logo{width:240px;}
.header .nav ul li{margin-right:30px;}
}
@media only screen and (max-width:1100px){
.header .logo{margin:15px 0;}
.header .an{display:block;}
.header .yc_nr{margin-top:15px;}
.header .nav{width:100%; height:calc(100vh - 70px); padding:10px 5% 20px; margin:0; background-color:#f7f7f7; 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 .y_j:after{display:none;}
.header .nav .y_j i{display:block; 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;}
.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 .row{margin:0 -10px;}
.header .nav .e_j{width:100%; height:calc(100vh - 70px); padding:10px 5% 20px; background-color:#f7f7f7; 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: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 .s_b{display:block; line-height:50px;}
.header .nav .s_b i{font-size:16px; font-weight:bold;}
.header .s_ch{color:#555;}
.header .yy_qh span.x_z{color:#555; border:1px solid #ddd;}
.header .yy_qh span.x_z i{color:#aaa;}
.header .yy_qh .x_l{top:34px;}
}
@media only screen and (max-width:768px){
.header .logo{width:180px;}
.header .nav{width:100%; height:calc(100vh - 60px);}
.header .nav .e_j{width:100%; height:calc(100vh - 60px);}
.header .nav .container{padding:0;}
.header .nav .row{margin:0;}
}

.search{width:100%; height:calc(100vh - 90px); background-color:rgba(0,0,0,.8); position:fixed; top:90px; left:0; z-index:9999999999; display:none;}
.search .sc_bj{width:100%; padding:40px 0; background-color:#f7f7f7; position:relative;}
.search .sc_gb{position:absolute; top:15px; right:calc(10% + 15px); cursor:pointer; color:#777;
transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb:hover{color:#0075c2;
transform:rotate(360deg);
-webkit-transform:rotate(360deg);}
.search .sc_gb i{font-size:28px;}
.search .sc_nr{width:500px; padding-left:20px; background-color:#fff; border-radius:25px; margin:0 auto; display:flex; justify-content:space-between; overflow:hidden;}
.search input{width:380px; height:50px; font-size:15px; line-height:50px; color:#333;}
.search input::placeholder{color:#999;}
.search button{width:80px; height:50px; line-height:50px; text-align:center; color:#000; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.search button:hover{color:#0075c2;}
.search button i{font-weight:bold;}
@media only screen and (max-width:1100px){
.search{height:100vh; top:0;}
.search .sc_bj{padding:60px 0;}
}
@media only screen and (max-width:768px){
.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:90px; overflow:hidden;}
@media only screen and (max-width:1100px){
.head_h{height:70px;}
}
@media only screen and (max-width:768px){
.head_h{height:60px;}
}

.pc_ban{width:100%; height:calc(100vh - 90px); position:relative; overflow:hidden;}
.pc_ban .swiper-button-prev{width:50px; height:50px; border-radius:50%; background:rgba(0,0,0,.3) url(../images/zj.png) no-repeat center / 44px 44px; left:0; margin-top:-25px; opacity:0; z-index:99;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-prev{left:5%; opacity:1;}
.pc_ban:hover .swiper-button-prev:hover{background-color:rgba(0,0,0,.5);}
.pc_ban .swiper-button-next{width:50px; height:50px; border-radius:50%; background:rgba(0,0,0,.3) url(../images/yj.png) no-repeat center / 44px 44px; right:0; margin-top:-25px; opacity:0; z-index:99;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-next{right:5%; opacity:1;}
.pc_ban:hover .swiper-button-next:hover{background-color:rgba(0,0,0,.5);}
.pc_ban .swiper-pagination{bottom:20px;}
.pc_ban .swiper-pagination-bullet{width:10px; height:10px; border-radius:10px; background-color:#fff; opacity:.6; margin:0 5px !important;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-pagination-bullet-active{width:36px; opacity:1;}
.pc_ban .swiper-slide{overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.pc_ban .swiper-slide:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.3); content:"";}
.pc_ban .container{position:absolute; top:50%; left:50%; z-index:99; text-shadow:0 0 20px rgba(0,0,0,.3); color:#fff;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.pc_ban .bn_wz h1{font-size:56px; font-weight:bold; line-height:66px; margin-bottom:15px;}
.pc_ban .bn_wz h3{font-size:26px; line-height:36px;}
@media only screen and (max-width:1280px){
.pc_ban .bn_wz h1{font-size:46px; line-height:56px;}
.pc_ban .bn_wz h3{font-size:22px; line-height:32px;}
}
@media only screen and (max-width:1100px){
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .bn_wz h1{font-size:38px; line-height:44px;}
.pc_ban .bn_wz h3{font-size:18px; line-height:28px;}
}
@media only screen and (max-width:992px){
.pc_ban{height:500px;}
.pc_ban .bn_wz h1{font-size:26px; line-height:36px;}
.pc_ban .bn_wz h3{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:768px){
.pc_ban{height:360px;}
.pc_ban .bn_wz h1{font-size:22px; line-height:30px;}
.pc_ban .bn_wz h3{font-size:14px; line-height:22px;}
}

.gy_bt{margin-bottom:50px; text-align:center;}
.gy_bt h1{font-size:50px; font-weight:bold; text-transform:uppercase; font-family:"Nacelle"; color:#ddd; line-height:60px;}
.gy_bt h4{font-size:32px; font-weight:bold; line-height:44px; color:#000;}
@media only screen and (max-width:1280px){
.gy_bt{margin-bottom:40px;}
.gy_bt h1{font-size:40px; line-height:50px;}
.gy_bt h4{font-size:30px; line-height:38px;}
}
@media only screen and (max-width:1100px){
.gy_bt h1{font-size:32px; line-height:40px;}
.gy_bt h4{font-size:28px;}
}
@media only screen and (max-width:768px){
.gy_bt{margin-bottom:35px;}
.gy_bt h1{font-size:26px; line-height:32px;}
.gy_bt h4{font-size:22px; line-height:30px;}
}

.sy_gy{width:100%; background-color:#f5f5f5; padding:160px 0; position:relative;}
.sy_gy .gy_bt{text-align:left;}
.sy_gy .gy_bt h4{color:#0075c2;}
.sy_gy .gy_js{width:47%;}
.sy_gy .gy_js .text{position:relative; font-size:16px; color:#333; line-height:30px; position:relative;}
.sy_gy .gy_js a{font-size:16px; color:#777; padding-bottom:12px; border-bottom:2px solid #ddd; margin-top:35px; display:inline-block; position:relative;}
.sy_gy .gy_js a:hover{color:#298fe3;}
.sy_gy .gy_js a:after{width:0; height:2px; background-color:#298fe3; position:absolute; bottom:-2px; left:0; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.sy_gy .gy_js a:hover:after{width:100%;}
.sy_gy .gy_sj{width:70%; background-color:rgba(255,255,255,.6); padding:50px 0; position:relative; z-index:99; margin-top:50px;
box-shadow:0px 5px 20px rgba(20,48,102,.1);
backdrop-filter:blur(24px);
-webkit-backdrop-filter:blur(24px);}
.sy_gy .gy_sj ul{margin:0;}
.sy_gy .gy_sj ul li{width:33.33333333%; text-align:center;}
.sy_gy .gy_sj .s_z{font-size:36px; color:#298fe3; font-family:"Nacelle";}
.sy_gy .gy_sj .s_z span{font-size:46px; line-height:50px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
.sy_gy .gy_sj p{font-size:16px; color:#000; line-height:26px;}
.sy_gy .gy_tp{width:50%; height:calc(100% - 200px); position:absolute; top:100px; right:0;}
.sy_gy .gy_tp img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
@media only screen and (max-width:1280px){
.sy_gy{padding:100px 0;}
.sy_gy .gy_js .text{font-size:15px; line-height:28px;}
.sy_gy .gy_js a{font-size:15px; padding-bottom:10px; margin-top:25px;}
.sy_gy .gy_sj{width:76%; padding:30px 0; margin-top:35px;}
.sy_gy .gy_sj .s_z{font-size:30px;}
.sy_gy .gy_sj .s_z span{font-size:40px; line-height:46px;}
.sy_gy .gy_sj p{font-size:15px;}
.sy_gy .gy_tp{height:calc(100% - 120px); top:60px;}
}
@media only screen and (max-width:1100px){
.sy_gy .gy_js .text{font-size:14px; line-height:24px; margin-top:15px;}
.sy_gy .gy_js a{font-size:14px;}
.sy_gy .gy_sj{width:70%; bottom:-50px;}
.sy_gy .gy_sj .s_z{font-size:17px;}
.sy_gy .gy_sj .s_z span{font-size:36px; line-height:44px;}
.sy_gy .gy_sj p{font-size:15px;}
}
@media only screen and (max-width:768px){
.sy_gy{padding:60px 0;}
.sy_gy .gy_js{width:100%;}
.sy_gy .gy_sj{width:100%; background:none; box-shadow:none; position:relative; left:auto; bottom:auto; margin:30px 0; padding:0;}
.sy_gy .gy_sj ul{justify-content:space-between;}
.sy_gy .gy_sj ul li{width:auto;}
.sy_gy .gy_sj .s_z{font-size:15px;}
.sy_gy .gy_sj .s_z span{font-size:26px; line-height:38px;}
.sy_gy .gy_sj p{font-size:14px;}
.sy_gy .gy_tp{width:100%; padding:0 20px; position:relative; top:auto; right:auto;}
}

.sy_fw .fw_nr{width:25%; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.sy_fw .fw_nr:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.3); opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_fw .fw_nr:hover:after{opacity:1;}
.sy_fw .fw_nr a{padding:120px 50px; color:#fff; display:block; position:relative; z-index:9;}
.sy_fw .fw_nr h3{font-size:30px; font-weight:bold; line-height:40px; margin-top:15px;}
.sy_fw .fw_nr h4{font-size:14px; text-transform:uppercase; line-height:26px;}
.sy_fw .fw_nr em{width:40px; height:6px; background-color:rgba(255,255,255,.5); display:block; margin:50px 0 180px;}
.sy_fw .fw_nr .t_b{width:56px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_fw .fw_nr:hover .t_b{transform:rotate(-25deg);
-webkit-transform:rotate(-25deg);}
.sy_fw .fw_nr .t_b img{width:100%; height:auto; display:block;}
.sy_fw .fw_nr span{width:140px; height:40px; text-align:center; line-height:38px; border:1px solid #fff; border-radius:20px; display:block;}
@media only screen and (max-width:1280px){
.sy_fw .fw_nr a{padding:90px 40px;}
.sy_fw .fw_nr h3{font-size:28px; line-height:38px;}
.sy_fw .fw_nr em{width:36px; height:4px; margin:40px 0 140px;}
.sy_fw .fw_nr .t_b{width:50px;}
.sy_fw .fw_nr span{width:120px;}
}
@media only screen and (max-width:1100px){
.sy_fw .fw_nr a{padding:70px 30px;}
.sy_fw .fw_nr h3{font-size:22px; line-height:38px;}
.sy_fw .fw_nr em{width:30px; height:3px; margin:30px 0 100px;}
.sy_fw .fw_nr .t_b{width:40px;}
}
@media only screen and (max-width:768px){
.sy_fw .fw_nr{width:50%;}
.sy_fw .fw_nr a{padding:60px 20px;}
.sy_fw .fw_nr h3{font-size:20px; line-height:32px;}
.sy_fw .fw_nr em{margin:20px 0 70px;}
.sy_fw .fw_nr .t_b{width:40px;}
.sy_fw .fw_nr h4{min-height: 52px;}
}

.sy_ys{width:100%; padding:100px 0; overflow:hidden;}
.sy_ys .row{margin:0 -35px;}
.sy_ys .ys_nr{width:calc(25% - 70px); margin:0 35px; text-align:center;}
.sy_ys .ys_nr .t_b{width:100px; margin:0 auto;}
.sy_ys .ys_nr .t_b img{width:100%; height:auto; display:block;}
.sy_ys .ys_nr h3{font-size:24px; color:#000; font-weight:bold; margin:20px 0 10px;}
.sy_ys .ys_nr p{font-size:16px; line-height:26px;}
.sy_ys .gy_sp{width:85%; margin:60px auto 0; position:relative;}
.sy_ys .gy_sp:after{width:100%; height:99%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.3); content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .gy_sp:hover:after{background-color:rgba(0,0,0,.1);}
.sy_ys .gy_sp i{font-size:60px; color:#fff; cursor:pointer; position:absolute; top:50%; left:50%; z-index:9; opacity:.8;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .gy_sp:hover i{opacity:1;}
.sy_ys .gy_sp img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
.sy_ys .gy_sp .vd_nr{display:none;}
.sy_ys .gy_sp video{width:100%;height:auto;}
@media only screen and (max-width:1280px){
.sy_ys{padding:80px 0;}
.sy_ys .row{margin:0 -25px;}
.sy_ys .ys_nr{width:calc(25% - 50px); margin:0 25px;}
.sy_ys .ys_nr .t_b{width:80px;}
.sy_ys .ys_nr h3{font-size:20px; margin:15px 0 10px;}
.sy_ys .ys_nr p{font-size:15px;}
.sy_ys .gy_sp i{font-size:50px;}
}
@media only screen and (max-width:768px){
.sy_ys{padding:60px 0;}
.sy_ys .row{margin:0 -15px;}
.sy_ys .ys_nr{width:calc(50% - 30px); margin:0 15px 30px;}
.sy_ys .ys_nr .t_b{width:50px;}
.sy_ys .ys_nr h3{font-size:18px; margin:15px 0 10px;}
.sy_ys .ys_nr p{font-size:14px;}
.sy_ys .gy_sp{width:100%; margin:20px auto 0;}
.sy_ys .gy_sp i{font-size:36px;}
.sy_ys .gy_sp:after{height:98%;}
}
@media only screen and (max-width:640px){
    .sy_ys .gy_sp:after{height:97%;}
}

.sy_xw{width:100%; padding-bottom:100px; overflow:hidden;}
.sy_xw .xw_bt{display:flex; flex-wrap:wrap; margin-bottom:50px;}
.sy_xw .gy_bt{margin-bottom:0; text-align:left;}
.sy_xw .gy_bt h4{color:#0075c2;}
.sy_xw .hd ul li{margin-left:20px;}
.sy_xw .hd ul li a{width:140px; height:38px; background-color:#f5f5f5; border-radius:19px; font-size:16px; text-align:center; line-height:38px; display:block; overflow:hidden;}
.sy_xw .hd ul li:hover a{background-color:#0075c2; color:#fff;}
.sy_xw .hd ul li.on a{background-color:#0075c2; color:#fff;}
.sy_xw .row{margin:0 -20px;}
.sy_xw .xw_nr{width:25%; padding:0 20px; position:relative;}
.sy_xw .xw_nr h3{font-size:20px; font-weight:bold; line-height:32px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .xw_nr h3 a{color:#000;}
.sy_xw .xw_nr:hover h3 a{color:#0075c2;}
.sy_xw .xw_nr p{font-size:14px; line-height:22px; color:#777; height:66px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;}
.sy_xw .xw_nr a i{width:30px; height:6px; margin-left:10px; display:inline-block; background:url(../images/bj.png) no-repeat center / 100% 100%;}
.sy_xw .xw_nr a:hover i{background:url(../images/bj1.png) no-repeat center / 100% 100%;}
.sy_xw .xw_nr em{width:40px; height:5px; background-color:#ccc; display:block; margin:20px 0;}
.sy_xw .xw_nr .t_p{margin-bottom:10px; overflow:hidden;}
.sy_xw .xw_nr .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.sy_xw .xw_nr:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.sy_xw .xw_nr span{color:#777; display:inline-block; margin-top:20px;}
.sy_xw .xw_nr i{font-size:18px; display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-2px;}
@media only screen and (max-width:1280px){
.sy_xw{padding-bottom:80px;}
.sy_xw .row{margin:0 -15px;}
.sy_xw .xw_nr{padding:0 15px;}
.sy_xw .xw_nr h3{font-size:17px; line-height:28px; margin-bottom:15px;}
.sy_xw .xw_nr p{font-size:13px;}
.sy_xw .xw_nr .t_p{margin:15px 0;}
}
@media only screen and (max-width:768px){
.sy_xw{padding-bottom:30px;}
.sy_xw .xw_bt{margin-bottom:20px;}
.sy_xw .gy_bt{width:100%; text-align:center; margin-bottom:30px;}
.sy_xw .hd ul{justify-content:center;}
.sy_xw .hd ul li{margin:0 5px 10px;}
.sy_xw .hd ul li a{width:100px; font-size:15px;}
.sy_xw .row{margin:0;}
.sy_xw .xw_nr{width:100%; padding:0; margin-bottom:30px;}
.sy_xw .xw_nr:after{display:none;}
.sy_xw .xw_nr h3{line-height:26px; margin-bottom:15px;}
.sy_xw .xw_nr p{font-size:12px; line-height:20px; height:40px;}
.sy_xw .xw_nr a i{width:30px; height:6px; margin-left:5px;}
.sy_xw .xw_nr em{display:none;}
.sy_xw .xw_nr .t_p{margin:10px 0;}
}

.ny_bn{width:100%; height:480px; background-color:#000; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative; overflow:hidden;}
.ny_bn .container{position:absolute; bottom:25%; left:50%; z-index:99;
transform:translateX(-50%); 
-webkit-transform:translateX(-50%); 
-moz-transform:translateX(-50%); 
-ms-transform:translateX(-50%); 
-o-transform:translateX(-50%);}
.ny_bn .w_z{color:#fff; text-shadow:0 0 15px rgba(0,0,0,.1);}
.ny_bn .w_z h3{font-size:40px; font-weight:bold; line-height:50px; margin-bottom:5px;}
.ny_bn .w_z h4{font-size:16px; line-height:26px;}
.ny_bn .w_z h4 a{color:#fff;}
@media only screen and (max-width:1280px){
.ny_bn{height:400px;}
.ny_bn .w_z h3{font-size:36px; line-height:44px;}
.ny_bn .w_z h4{font-size:15px;}
}
@media only screen and (max-width:1100px){
.ny_bn{height:320px;}
.ny_bn .w_z h3{font-size:28px; line-height:32px;}
}
@media only screen and (max-width:768px){
.ny_bn{height:220px;}
.ny_bn .w_z h3{font-size:22px; line-height:30px;}
}

.fw_fw{width:100%; padding:60px 0 80px; background-color:#f7f7f7; position:relative; overflow:hidden;}
.fw_fw .fw_lb ul li{width:100%; border-radius:5px; padding:30px; margin-bottom:40px; background-color:#fff; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.fw_fw .fw_lb ul li:nth-child(2n){flex-direction:row-reverse;}
.fw_fw .fw_lb .t_p{width:35%; border-radius:5px; overflow:hidden;}
.fw_fw .fw_lb .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;
transition:all 1s;
-webkit-transition:all 1s;}
.fw_fw .fw_lb ul li:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.fw_fw .fw_lb .w_z{width:60%;}
.fw_fw .fw_lb h3{width:100%; font-size:24px; line-height:36px; font-weight:bold; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.fw_fw .fw_lb h3 a{color:#000;}
.fw_fw .fw_lb ul li:hover h3 a{color:#0075c2;}
.fw_fw .fw_lb em{width:96px; height:2px; background-color:#ddd; margin:20px 0; display:block;}
.fw_fw .fw_lb .j_s{margin-bottom:30px;}
.fw_fw .fw_lb p{width:100%; font-size:15px; line-height:30px;overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;}
.fw_fw .fw_lb span{width:100%; color:#999; display:inline-block;}
.fw_fw .fw_lb span i{font-size:16px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:3px;}
.fw_fw .fw_lb a.m_r{width:140px; height:40px; display:inline-block; border-radius:20px; border:1px solid #0075c2; text-align:center; color:#0075c2; line-height:38px;}
.fw_fw .fw_lb ul li:hover a.m_r{background-color:#0075c2; border:1px solid #0075c2; color:#fff;}
.fw_fw .fw_lb a.m_r i{font-size:18px;}
@media only screen and (max-width:1280px){
.fw_fw{padding:50px 0 60px;}
.fw_fw .fw_lb ul li{padding:25px; margin-bottom:30px;}
.fw_fw .fw_lb em{width:90px; margin:15px 0;}
.fw_fw .fw_lb .j_s{margin-bottom:20px;}
.fw_fw .fw_lb a.m_r{width:120px;}
}
@media only screen and (max-width:1100px){
.fw_fw{padding:50px 0 70px;}
.fw_fw .fw_lb ul li{padding-bottom:25px; margin-bottom:25px;}
.fw_fw .fw_lb .t_p{width:30%;}
.fw_fw .fw_lb .w_z{width:67%;}
.fw_fw .fw_lb h3{font-size:18px; line-height:28px;}
}
@media only screen and (max-width:768px){
.fw_fw{padding:40px 0 50px;}
.fw_fw .fw_lb ul li{padding:15px; margin-bottom:25px;}
.fw_fw .fw_lb .t_p{width:100%;}
.fw_fw .fw_lb .w_z{width:100%; margin-bottom:20px;}
.fw_fw .fw_lb h3{font-size:17px; line-height:26px;}
.fw_fw .fw_lb p{line-height:22px; }
.fw_fw .fw_lb a.m_r{width:100px; height:34px; line-height:32px;}
.fw_fw .fw_lb a.m_r i{font-size:16px;}
}

.xw_lm{text-align:center; margin-bottom:50px; overflow:hidden;}
.xw_lm ul li{margin:0 10px;}
.xw_lm ul li a{width:140px; height:40px; border-radius:20px; background-color:#f5f5f5; display:block; font-size:16px; line-height:40px;}
.xw_lm ul li a:hover{color:#fff; background-color:#298fe3;}
.xw_lm ul li a.on{color:#fff; background-color:#298fe3;}
@media only screen and (max-width:1280px){
.xw_lm ul li a{width:130px; font-size:15px;}
}
@media only screen and (max-width:768px){
.xw_lm{margin-bottom:20px;}
.xw_lm ul li{margin:0 5px 10px;}
.xw_lm ul li a{width:100px; font-size:14px;}
}

.xw_zx{width:100%; padding:60px 0 80px; position:relative; overflow:hidden;}
.xw_zx .xw_lb ul li{width:100%; padding-bottom:40px; margin-bottom:40px; border-bottom:1px solid #eee; display:flex; flex-wrap:wrap; justify-content:space-between;}
.xw_zx .xw_lb .t_p{width:27%; overflow:hidden;}
.xw_zx .xw_lb .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;
transition:all 1s;
-webkit-transition:all 1s;}
.xw_zx .xw_lb ul li:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.xw_zx .xw_lb .w_z{width:70%;}
.xw_zx .xw_lb h3{width:100%; font-size:24px; line-height:36px; font-weight:bold; margin:20px 0; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_zx .xw_lb h3 a{color:#000;}
.xw_zx .xw_lb ul li:hover h3 a{color:#0075c2;}
.xw_zx .xw_lb p{width:100%; font-size:15px; line-height:26px; height:78px; margin-top:10px; margin-bottom:25px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;}
.xw_zx .xw_lb span{width:100%; color:#999; display:inline-block;}
.xw_zx .xw_lb span i{font-size:16px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:3px;}
.xw_zx .xw_lb a.m_r{width:40px; height:40px; display:inline-block; border-radius:20px; border:1px solid #0075c2; text-align:center; color:#0075c2; line-height:38px;}
.xw_zx .xw_lb ul li:hover a.m_r{background-color:#0075c2; border:1px solid #0075c2; color:#fff;}
.xw_zx .xw_lb a.m_r i{font-size:18px;}
@media only screen and (max-width:1280px){
.xw_zx{padding:50px 0 60px;}
.xw_zx .xw_lb ul li{padding-bottom:30px; margin-bottom:30px;}
.xw_zx .xw_lb h3{font-size:20px; line-height:30px; margin-bottom:10px;}
.xw_zx .xw_lb p{font-size:14px; line-height:24px; height:72px; margin-bottom:15px;}
.xw_zx .xw_lb span i{font-size:15px;}
}
@media only screen and (max-width:1100px){
.xw_zx{padding:50px 0 70px;}
.xw_zx .xw_lb ul li{padding-bottom:25px; margin-bottom:25px;}
.xw_zx .xw_lb .t_p{width:30%;}
.xw_zx .xw_lb .w_z{width:67%;}
.xw_zx .xw_lb h3{font-size:18px; line-height:28px;}
.xw_zx .xw_lb p{height:48px;
line-clamp:2;
-webkit-line-clamp:2;}
}
@media only screen and (max-width:768px){
.xw_zx{padding:40px 0 50px;}
.xw_zx .xw_lb ul li{padding-bottom:25px; margin-bottom:25px;}
.xw_zx .xw_lb .t_p{width:100%;}
.xw_zx .xw_lb .w_z{width:100%; margin-top:10px;}
.xw_zx .xw_lb h3{font-size:17px; line-height:26px; margin:10px 0;}
.xw_zx .xw_lb p{line-height:22px; height:44px;
line-clamp:2;
-webkit-line-clamp:2;}
.xw_zx .xw_lb .t_p{margin-top:20px;}
}

.jr_wz{width:100%; padding-top:80px; overflow:hidden;}
.jr_wz .rc_ln{margin-bottom:80px;}
.jr_wz .lx_wz{padding:100px 50px; font-size:22px; color:#fff; line-height:36px; text-align:center; background:url(../images/ln2.jpg) no-repeat center / cover;}
.jr_wz .ln_wz{max-width:86%; margin:0 auto; font-size:16px; line-height:30px; text-align:center;}
.jr_wz .row{padding:45px; background-color:#f7f7f7;}
.jr_wz .ln_tp{width:48%;}
.jr_wz .ln_tp img{width:100%; height:auto; display:block;}
.jr_wz .ln_js{width:48%; font-size:16px; line-height:30px;}
@media only screen and (max-width:1280px){
.jr_wz{padding-top:60px;}
.jr_wz .rc_ln{margin-bottom:60px;}
.jr_wz .lx_wz{padding:80px 50px;}
.jr_wz .row{padding:35px;}
}
@media only screen and (max-width:1100px){
.jr_wz{padding-top:60px;}
.jr_wz .rc_ln{margin-bottom:60px;}
.jr_wz .lx_wz{padding:60px 40px; font-size:18px; line-height:30px;}
.jr_wz .row{padding:25px;}
.jr_wz .ln_js{font-size:15px; line-height:26px;}
}
@media only screen and (max-width:768px){
.jr_wz{padding-top:50px;}
.jr_wz .rc_ln{margin-bottom:50px;}
.jr_wz .lx_wz{padding:40px 20px; font-size:15px; line-height:26px;}
.jr_wz .row{padding:20px;}
.jr_wz .ln_tp{width:100%;}
.jr_wz .ln_js{width:100%; font-size:14px; margin-top:10px;}
.jr_wz .ln_wz{max-width:100%; font-size:14px; line-height:26px;}
}

.rc_zp .zp_nr{width:100%; padding:70px 0; background-color:#f7f7f7; overflow:hidden;}
.rc_zp .zp_lb{background-color:#fff;}
.rc_zp .zp_lb .l_1{float:left; width:20%; text-align:left;}
.rc_zp .zp_lb .l_2{float:left; width:15%;}
.rc_zp .zp_lb .l_3{float:left; width:25%;}
.rc_zp .zp_lb .l_4{float:left; width:15%;}
.rc_zp .zp_lb .l_5{float:left; width:10%;}
.rc_zp .zp_lm{font-size:16px; line-height:60px; color:#333; text-align:center; border-bottom:2px solid #ddd; padding:0 50px;}
.rc_zp .zp_zw ul li{font-size:14px; line-height:50px; color:#666; text-align:center; border-bottom:1px solid #ddd; padding:0 50px;}
.rc_zp .zp_zw .x_x{cursor:pointer;}
@media only screen and (max-width:1280px){
.rc_zp .zp_nr{padding:60px 0;}
.rc_zp .zp_lm{padding:0 30px;}
.rc_zp .zp_zw ul li{padding:0 30px;}
}
@media only screen and (max-width:768px){
.rc_zp .zp_nr{padding:40px 0;}
.rc_zp .zp_lb .l_1{float:left; width:33.33333333%;}
.rc_zp .zp_lb .l_2{display:none;}
.rc_zp .zp_lb .l_3{display:none;}
.rc_zp .zp_lb .l_4{width:33.33333333%; display:none;}
.rc_zp .zp_lb .l_4:nth-child(6){display:block;}
.rc_zp .zp_lb .l_5{float:left; width:33.33333333%;}
.rc_zp .zp_lm{padding:0 20px;}
.rc_zp .zp_zw ul li{padding:0 20px;}
}

.zp_tc{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.8); z-index:99999; display:none;}
.zp_tc .zp_js{width:800px; background-color:#fff; padding:40px 20px 40px 60px; text-align:left; overflow:hidden; position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.zp_tc .b_t{color:#333; font-size:24px; border-bottom:1px solid #e4e4e4; padding-bottom:20px; position:relative; margin-bottom:20px;}
.zp_tc .b_t:before{content:""; position:absolute; left:0; bottom:0; width:52px; height:2px; background-color:#0075c2;}
.zp_tc .g_b{position:absolute; right:26px; top:26px; width:22px; height:22px; cursor:pointer; z-index:1000;}
.zp_tc .j_s{height:320px; overflow-y:scroll; padding-right:20px; color:#666; font-size:15px; line-height:30px;}
@media only screen and (max-width:768px){
.zp_tc .zp_js{width:90%; padding:20px;}
.zp_tc .b_t{font-size:20px; padding-bottom:15px; margin-bottom:15px;}
.zp_tc .b_t:before{width:32px;}
.zp_tc .g_b{right:15px; top:15px; width:20px; height:20px;}
.zp_tc .j_s{height:260px; padding-right:15px; font-size:14px; line-height:26px;}
}

.lx_bt{text-align:center; margin-bottom:50px;}
.lx_bt h2{font-size:32px; font-weight:bold; color:#000; line-height:40px; margin-bottom:5px;}
.lx_bt h3{font-size:22px; font-weight:bold; text-transform:uppercase; font-family:"Nacelle"; color:#ddd; line-height:28px;}
@media only screen and (max-width:1280px){
.lx_bt{margin-bottom:40px;}
}
@media only screen and (max-width:1100px){
.lx_bt{margin-bottom:30px;}
.lx_bt h2{font-size:26px; line-height:36px;}
.lx_bt h3{font-size:18px; line-height:26px;}
}
@media only screen and (max-width:768px){
.lx_bt h2{font-size:22px; line-height:32px;}
.lx_bt h3{font-size:16px; line-height:22px;}
}

.lx_fs{width:100%; padding:70px 0; overflow:hidden;}
.lx_fs .fs_wz{width:40%;}
.lx_fs .fs_wz h3{font-size:32px; font-weight:bold; color:#000; line-height:40px; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd; position:relative;}
.lx_fs .fs_wz h3:after{width:50px; height:3px; background-color:#0075c2; position:absolute; bottom:0; left:0; content:"";}
.lx_fs .fs_wz .w_z{font-size:16px; line-height:30px;}
.lx_fs .fs_wz .e_m{width:110px; margin-top:50px;}
.lx_fs .fs_wz .e_m img{width:100%; height:auto; display:block;}
.lx_fs .fs_wz .e_m p{text-align:center; margin-top:10px;}
.lx_fs .fs_tp{width:55%;}
@media only screen and (max-width:1280px){
.lx_fs{padding:60px 0;}
.lx_fs .fs_wz{width:45%;}
.lx_fs .fs_wz h3{font-size:30px; padding-bottom:15px; margin-bottom:15px;}
.lx_fs .fs_wz h3:after{width:40px; height:2px;}
.lx_fs .fs_wz .e_m{width:100px; margin-top:35px;}
.lx_fs .fs_tp{width:50%;}
}
@media only screen and (max-width:1100px){
.lx_fs .fs_wz{width:47%;}
.lx_fs .fs_wz h3{font-size:26px;}
.lx_fs .fs_wz .w_z{font-size:15px; line-height:26px;}
.lx_fs .fs_wz .e_m{margin-top:20px;}
.lx_fs .fs_tp{width:47%;}
}
@media only screen and (max-width:768px){
.lx_fs{padding:50px 0;}
.lx_fs .fs_wz{width:100%;}
.lx_fs .fs_wz h3{font-size:22px;}
.lx_fs .fs_wz .w_z{font-size:14px;}
.lx_fs .fs_tp{width:100%; height:260px; margin-top:30px;}
}

.lx_qy{width:100%; padding:70px 0; background-color:#f7f7f7; overflow:hidden;}
.lx_qy .lx_bt{text-align:left;}
.lx_qy .qy_tp{width:47%;}
.lx_qy .qy_tp img{width:100%; height:auto; display:block;}
.lx_qy .qy_wz{width:47%;}
.lx_qy .qy_wz ul li{width:48%; min-height:28px; position:relative; margin-bottom:15px; padding-left:80px; font-size:15px; line-height:28px;}
.lx_qy .qy_wz span{width:70px; height:28px; border-radius:5px; background-color:#2d5668; font-size:15px; text-align:center; line-height:28px; color:#fff; position:absolute; top:0; left:0;}
@media only screen and (max-width:1280px){
.lx_qy{padding:60px 0;}
.lx_qy .qy_tp{width:48%;}
.lx_qy .qy_wz{width:48%;}
}
@media only screen and (max-width:768px){
.lx_qy{padding:50px 0;}
.lx_qy .qy_tp{width:100%;}
.lx_qy .qy_wz{width:100%; margin-top:20px;}
.lx_qy .qy_wz ul li{width:100%;}
}

.yw_bj{width:100%; padding-top:80px; overflow:hidden;}
.yw_bj .bj_dt{background-color:#2d5668;}
.yw_bj .bj_dt img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1280px){
.yw_bj{padding-top:60px;}
}
@media only screen and (max-width:768px){
.yw_bj{padding-top:50px;}
}

.yn_ly{width:100%; padding:60px 0 80px; background-color:#f7f7f7; position:relative; overflow:hidden;}
.yn_ly .ly_nr{padding:25px; background-color:#fff; border-radius:5px; margin-bottom:40px;}
.yn_ly .ly_nr h3{font-size:26px; font-weight:bold; color:#0075c2; line-height:32px; border-bottom:1px solid #cce3f3; padding-bottom:20px; margin-bottom:20px;}
.yn_ly.lx_ly .ly_nr h3{color:#2d5668; border-bottom:1px solid #abbbc3;}
.yn_ly .ly_nr ul li{width:calc(33.33333333% - 30px); margin:0 15px 30px;}
.yn_ly .ly_nr ul li:nth-last-child(2){width:calc(100% - 30px);}
.yn_ly .ly_nr ul li:last-child{width:calc(100% - 30px); margin-bottom:0;}
.yn_ly .ly_nr input{width:100%; height:56px; background-color:#f8f8f8; border-radius:3px; padding:0 15px; font-size:16px; line-height:56px; display:block;}
.yn_ly .ly_nr textarea{width:100%; height:130px; background-color:#f8f8f8; border-radius:3px; padding:15px; font-size:16px; line-height:26px; display:block; resize:none;}
.yn_ly .ly_nr button{width:130px; height:44px; border-radius:3px; background-color:#0075c2; font-size:18px; line-height:44px; color:#fff; text-align:center; display:block; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.yn_ly .ly_nr button:hover{background-color:#1e50ae;}
.yn_ly.lx_ly .ly_nr button{background-color:#2d5668;}
.yn_ly.lx_ly .ly_nr button:hover{background-color:#1b3d4c;}
.yn_ly .cj_wt{padding:25px; background-color:#fff; border-radius:5px;}
.yn_ly .cj_wt h3{font-size:26px; font-weight:bold; color:#000; line-height:32px; margin-bottom:20px;}
.yn_ly .cj_wt .b_t{font-size:18px; color:#000; font-weight:bold; line-height:30px; padding:20px 50px 20px 0; cursor:pointer; position:relative; border-bottom:1px solid #ddd;}
.yn_ly .cj_wt ul li:last-child .b_t{border-bottom:0;}
.yn_ly .cj_wt ul li.on .b_t{color:#0075c2; border-bottom:1px solid #99c8e7;}
.yn_ly.lx_ly .cj_wt ul li.on .b_t{color:#2d5668; border-bottom:1px solid #abbbc3;}
.yn_ly .cj_wt .b_t i{width:36px; height:36px; position:absolute; top:50%; right:0; margin-top:-18px; border-radius:50%; line-height:36px; text-align:center; color:#333; display:inline-block;
transition:all .5s;
-webkit-transition:all .5s;}
.yn_ly .cj_wt ul li.on .b_t i{color:#0075c2;
transform:rotateX(180deg);
-webkit-transform:rotateX(180deg);}
.yn_ly.lx_ly .cj_wt ul li.on  .b_t i{color:#2d5668;}
.yn_ly .cj_wt .w_z{line-height:26px; padding:20px; background-color:#fafcfe; display:none;}
.yn_ly .cj_wt .cj_mr{margin-top:30px;}
.yn_ly .cj_wt .cj_mr a{
    width: 140px;
    height: 40px;
    display: block;
    border-radius: 20px;
    border: 1px solid #2d5668;
    text-align: center;
    color: #2d5668;
    line-height: 38px;
    margin: 0 auto;
}
.yn_ly .cj_wt .cj_mr a:hover{
    background: #2d5668;
    color: #fff;
}
@media only screen and (max-width:1100px){
.yn_ly .ly_nr{padding:20px; margin-bottom:30px;}
.yn_ly .ly_nr h3{font-size:22px; line-height:30px; padding-bottom:15px; margin-bottom:15px;}
.yn_ly .ly_nr ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px;}
.yn_ly .ly_nr ul li:nth-last-child(2){width:calc(100% - 20px);}
.yn_ly .cj_wt{padding:20px;}
.yn_ly .cj_wt h3{font-size:22px; line-height:30px; margin-bottom:15px;}
.yn_ly .cj_wt .b_t{font-size:17px; padding:15px 45px 15px 0;}
.yn_ly .cj_wt .b_t i{width:32px; height:32px; margin-top:-16px; line-height:30px;}
.yn_ly .cj_wt .w_z{line-height:22px; padding:15px;}
}
@media only screen and (max-width:768px){
.yn_ly{padding:50px 0 60px;}
.yn_ly .ly_nr{padding:15px;}
.yn_ly .ly_nr h3{font-size:20px;}
.yn_ly .ly_nr ul{margin:0;}
.yn_ly .ly_nr ul li{width:100%; margin:0 0 15px;}
.yn_ly .ly_nr ul li:nth-last-child(2){width:100%;}
.yn_ly .cj_wt{padding:15px;}
.yn_ly .cj_wt h3{font-size:20px;}
.yn_ly .cj_wt .b_t{font-size:16px;}
}

.gs_js{width:100%; padding:90px 0; overflow:hidden;}
.gs_js .gs_bt{width:380px;}
.gs_js .gs_bt h3{font-size:50px; font-weight:bold; text-transform:uppercase; font-family:"Nacelle"; color:#ddd; line-height:60px;}
.gs_js .gs_bt h4{font-size:32px; color:#000; font-weight:bold; line-height:36px; margin:10px 0 15px;}
.gs_js .gs_bt .b_t{font-size:18px; line-height:30px; color:#0075c2;}
.gs_js .gs_wz{width:calc(100% - 440px);}
.gs_js .gs_wz .w_z{font-size:16px; line-height:32px; margin-bottom:50px;}
.gs_js .gs_wz .s_j{font-size:16px; line-height:32px;}
.gs_js .gs_wz .s_j span{font-size:46px; line-height:50px; color:#298fe3; font-family:"Nacelle"; display:inline-block; vertical-align:middle; margin-top:-2px; margin:0 7px;}
.gs_js .js_tp{width:100%; margin-top:70px;}
.gs_js .js_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1280px){
.gs_js{padding:70px 0;}
.gs_js .gs_bt{width:350px;}
.gs_js .gs_bt h3{font-size:40px; line-height:50px;}
.gs_js .gs_bt h4{font-size:30px; line-height:26px;}
.gs_js .gs_bt .b_t{font-size:16px; line-height:26px;}
.gs_js .gs_wz{width:calc(100% - 380px);}
.gs_js .gs_wz .w_z{font-size:15px; line-height:28px; margin-bottom:40px;}
.gs_js .gs_wz .s_j{font-size:15px; line-height:28px;}
.gs_js .gs_wz .s_j span{font-size:36px; line-height:46px; margin:0 5px;}
.gs_js .js_tp{margin-top:50px;}
}
@media only screen and (max-width:768px){
.gs_js{padding:60px 0;}
.gs_js .gs_bt{width:100%;}
.gs_js .gs_bt h3{font-size:26px; line-height:36px;}
.gs_js .gs_bt h4{font-size:22px; margin:0 0 10px;}
.gs_js .gs_bt .b_t{font-size:15px;}
.gs_js .gs_wz{width:100%; margin-top:30px;}
.gs_js .gs_wz .w_z{font-size:14px; line-height:26px; margin-bottom:30px;}
.gs_js .gs_wz .s_j{font-size:14px; line-height:26px;}
.gs_js .gs_wz .s_j span{font-size:28px; line-height:36px;}
.gs_js .js_tp{margin-top:30px;}
}

.gs_lc{width:100%; padding:90px 0; background:url(../images/lc_bj.jpg) no-repeat center / cover; overflow:hidden;}
.gs_lc .gy_bt h1{color:#ddd;}
.gs_lc .gy_bt h4{color:#239ff0;}
.gs_lc .swiper-lc{padding:0 25px;}
.gs_lc .swiper-slide{padding:0 25px;}
.gs_lc .swiper-button-prev{width:30px; height:60px; border-radius:5px; background:rgba(0,0,0,.3) url(../images/zj.png) no-repeat center / 30px 30px; left:0; margin-top:-30px;}
.gs_lc .swiper-button-prev:hover{background-color:#0075c2;}
.gs_lc .swiper-button-next{width:30px; height:60px; border-radius:5px; background:rgba(0,0,0,.3) url(../images/yj.png) no-repeat center / 30px 30px; right:0; margin-top:-30px;}
.gs_lc .swiper-button-next:hover{background-color:#0075c2;}
.gs_lc .swiper-lc:after{width:100%; height:1px; background:url(../images/hx.png) no-repeat center / 100% 1px; content:""; position:absolute; top:50%; left:0;}
.gs_lc .lc_nr{width:100%; padding-bottom:50px; position:relative;}
.gs_lc .swiper-slide:nth-child(2n) .lc_nr{padding-bottom:0; padding-top:50px; margin-top:140px;}
.gs_lc .lc_nr:before{width:2px; height:38px; background-color:rgba(255,255,255,.5); position:absolute; bottom:12px; left:50%; margin-left:-1px; content:"";}
.gs_lc .swiper-slide:nth-child(2n) .lc_nr:before{top:12px; bottom:auto;}
.gs_lc .lc_nr:after{width:12px; height:12px; border-radius:50px; background-color:#fff; position:absolute; bottom:0; left:50%; margin-left:-6px; content:"";}
.gs_lc .swiper-slide:nth-child(2n) .lc_nr:after{top:0; bottom:auto;}
.gs_lc .l_c{width:100%; height:102px; background-color:rgba(255,255,255,.1); border-radius:5px; padding:25px; overflow:auto; font-size:16px; line-height:26px; color:#fff;}
@media only screen and (max-width:1280px){
.gs_lc{padding:70px 0;}
.gs_lc .swiper-lc{padding:0 15px;}
.gs_lc .swiper-slide{padding:0 15px;}
}
@media only screen and (max-width:768px){
.gs_lc{padding:60px 0;}
.gs_lc .l_c{height:96px; padding:15px; font-size:14px; line-height:22px;}
}

.gs_fc{width:100%; padding:90px 0; overflow:hidden;}
.gs_fc .swiper-slide{padding:0 60px;}
.gs_fc .swiper-button-prev{width:30px; height:60px; border-radius:5px; background:rgba(0,0,0,.3) url(../images/zj.png) no-repeat center / 30px 30px; left:0; margin-top:-30px;}
.gs_fc .swiper-button-prev:hover{background-color:#0075c2;}
.gs_fc .swiper-button-next{width:30px; height:60px; border-radius:5px; background:rgba(0,0,0,.3) url(../images/yj.png) no-repeat center / 30px 30px; right:0; margin-top:-30px;}
.gs_fc .swiper-button-next:hover{background-color:#0075c2;}
.gs_fc .row{background-color:#f7f7f7;}
.gs_fc .t_p{width:46%; overflow:hidden;}
.gs_fc .t_p img{width:100%; height:auto; display:block;}
.gs_fc .w_z{width:54%; padding:40px;}
.gs_fc .w_z h3{font-size:26px; font-weight:bold; color:#000;}
.gs_fc .w_z h4{font-size:16px; color:#777; margin:10px 0 20px;}
.gs_fc .w_z p{font-size:16px; color:#777; line-height:28px;}
@media only screen and (max-width:1280px){
.gs_fc{padding:70px 0;}
.gs_fc .w_z{padding:35px;}
.gs_fc .w_z h3{font-size:22px;}
.gs_fc .w_z h4{font-size:15px; margin:10px 0 15px;}
.gs_fc .w_z p{font-size:15px; line-height:26px;}
}
@media only screen and (max-width:1100px){
.gs_fc{padding:60px 0;}
.gs_fc .swiper-ry{padding-bottom:30px;}
.gs_fc .w_z{font-size:15px; line-height:26px; margin-top:10px;}
}
@media only screen and (max-width:768px){
.gs_fc{padding:50px 0;}
.gs_fc .swiper-slide{padding:10px;}
.gs_fc .t_p{width:100%;}
.gs_fc .w_z{width:100%; padding:20px;}
.gs_fc .w_z h3{font-size:22px;}
.gs_fc .w_z h4{font-size:15px;}
.gs_fc .w_z p{font-size:14px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 3px;}
.yema ul li a{min-width:38px; height:38px; padding:0 12px; border-radius:2px; border:1px solid #ddd; background-color:#fff; line-height:36px; text-align:center; color:#666; display:block;}
.yema ul li a:hover{background-color:#298fe3; border:1px solid #298fe3; color:#fff;}
.yema ul li.active a{background-color:#298fe3; border:1px solid #298fe3; color:#fff;}
.yema ul li i{display:inline-block; vertical-align:middle; font-weight:bold; font-size:18px; margin-top:-2px;}
@media only screen and (max-width:768px){
.yema ul li:nth-child(5){display:none;}
.yema ul li:nth-child(6){display:none;}
}

.tc_sp{width:100%; height:100%; background-color:rgba(0,0,0,.7); position:fixed; top:0; left:0; z-index:99999; display:none;}
.tc_sp .g_b{position:absolute; top:50px; right:50px; cursor:pointer; color:#eee;
transition:all .5s;
-webkit-transition:all .5s;}
.tc_sp .g_b:hover{color:#3498cc;
transform:rotate(360deg);
-webkit-transform:rotate(360deg);}
.tc_sp .g_b i{font-size:26px;}
.tc_sp .vd_nr{width:100%; max-width:1200px; padding:0 15px; position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.tc_sp .vd_nr video{width:100%; height:auto; display:block;}
@media only screen and (max-width:1280px){
.tc_sp .g_b{top:30px; right:30px;}
.tc_sp .g_b i{font-size:22px;}
.tc_sp .vd_nr{max-width:1000px;}
}
@media only screen and (max-width:768px){
.tc_sp .g_b{top:15px; right:15px;}
}

.fh_top{width:44px; height:44px; border-radius:50%; background-image:linear-gradient(0deg,#fff,#f3f5f8); border:2px solid #fff; box-shadow:0 0 15px 0 rgba(55,99,170,.2); border-radius:50%; position:fixed; bottom:18px; right:15px; cursor:pointer; text-align:center; line-height:44px; overflow:hidden; z-index:99999; display:none;}
.fh_top i{font-size:30px; color:#298fe3; display:inline-block; vertical-align:middle; margin-top:-4px;}
@media only screen and (max-width:768px){
.fh_top{width:40px; height:40px; bottom:18px; right:10px; line-height:40px;}
.fh_top i{font-size:26px; margin-top:-4px;}
}

.footer{width:100%; background:url(../images/ft_bj.jpg) no-repeat center / cover; line-height:26px; color:rgba(255,255,255,.6); position:relative; z-index:101;}
.footer a{color:rgba(255,255,255,.6);}
.footer a:hover{color:#fff;}
.footer p{margin-bottom:6px;}
.footer .container{position:relative; z-index:999;}
.footer .ft_dh{padding:70px 0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_dh h3{font-size:18px; line-height:28px; 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:#aaa; 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:#aaa; 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:340px; padding-right:80px; border-right:1px solid rgba(255,255,255,.2);}
.footer .ft_lm{width:calc(100% - 400px); display:flex; flex-wrap:wrap;}
.footer .ft_lm .cp_fl{width:20%;}
.footer .e_m{width:93px; margin-top:20px;}
.footer .e_m img{width:100%; height:auto; display:block;}
.footer .e_m p{text-align:center; margin-top:5px;}
.footer .banquan{border-top:1px solid rgba(255,255,255,.2); padding:20px 0; line-height:32px;}
.footer .banquan span{display:inline-block; margin-right:12px;}
.footer .banquan img{max-width:100%; display:inline-block; vertical-align:middle; margin-top:-4px; margin-right:5px;}
.footer .banquan select{width:160px; height:32px; border:1px solid rgba(255,255,255,.2); color:rgba(255,255,255,.6); padding:0 10px;}
.footer .banquan option{ color:#555;}
@media only screen and (max-width:1200px){
.footer{line-height:24px;}
.footer .ft_dh{padding:55px 0;}
.footer .ft_dh h3{font-size:17px;}
.footer .ft_lx{width:300px;}
.footer .ft_lm{width:calc(100% - 400px);}
.footer .ft_em{width:100px;}
.footer .ft_em img{max-width:100px;}
.footer .banquan{padding:25px 0;}
}
@media only screen and (max-width:768px){
.footer .ft_dh{padding:15px 0 0;}
.footer .ft_dh h3{font-size:16px; line-height:28px; padding:10px 0; margin:5px 0;}
.footer .ft_dh h3 em{display:block;}
.footer .ft_dh h3 a.d_l{font-size:1.6rem; line-height:2.6rem; padding:0; margin-bottom:0;}
.footer .ft_lx{width:100%; border-bottom:1px solid rgba(255,255,255,.2); border-right:0; padding-right:0; padding-bottom:20px;}
.footer .ft_lx .f_s{padding-bottom:15px;}
.footer .ft_lm{width:100%;}
.footer .ft_lm .cp_fl{width:100%; border-bottom:1px solid rgba(255,255,255,.2);}
.footer .ft_lm .cp_fl:last-child{border-bottom:0;}
.footer .ft_em{width:100%;}
.footer .ft_dh .l_b{display:none; padding-bottom:15px;}
.footer .banquan{padding:20px 0; text-align:center;}
.footer .banquan .z_c{width:100%;}
.footer .banquan .y_c{width:100%;}
}

.xw_xq{width:100%; overflow:hidden; position:relative;}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .b_t.on{margin-bottom: 50px;}
.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:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.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:640px){
    .xw_xq .xq_nr .b_t{font-size:16px; line-height:30px; margin-bottom:15px;}
    .xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
    .xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
    .xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}