@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:"Source Han Sans CN","Microsoft YaHei",Arial;}
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-weight:normal; 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:"Source Han Sans CN","Microsoft YaHei",Arial;}
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:#174187; 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;}
::placeholder{color:#999;}
@media only screen and (max-width:1080px){
.container, .container-fluid{padding:0 20px;}
}

@media only screen and (max-width:1080px){
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.sy_hd{background:none;}
.header.on{background-color:rgba(255,255,255,.97); box-shadow:0 0 15px rgba(0,0,0,.05);}
.header .container{max-width:1690px;}
.header .row{margin:0;}
.header .logo{width:435px; position:relative;}
.header .logo img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.header.sy_hd .logo img{opacity:0;}
.header.sy_hd.on .logo img{opacity:1;}
.header .logo img.d_w{opacity:0; position:absolute; top:0; left:0;}
.header.sy_hd .logo img.d_w{opacity:1;}
.header.sy_hd.on .logo img.d_w{opacity:0;}
.header .an{width:36px; height:22px; position:relative; display:none;}
.header .an span{width:36px; height:2px; background-color:#174187; display:block; position:absolute;
transition:all .5s;
-webkit-transition:all .5s;}
.header.sy_hd .an span{background-color:#fff;}
.header.sy_hd.on .an span{background-color:#174187;}
.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:inline-block;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-right:65px; position:relative;}
.header .nav ul li:last-child{margin-right:0;}
.header .nav .y_j{position:relative;}
.header .nav .y_j:after{width:0; height:3px; border-radius:3px; background-color:#174187; position:absolute; bottom:0; left:50%; content:"";
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transition:all .5s;
-webkit-transition:all .5s;}
.header.sy_hd .nav .y_j:after{background-color:#fff;}
.header.sy_hd.on .nav .y_j:after{background-color:#174187;}
.header .nav ul li:hover .y_j:after{width:70%;}
.header .nav ul li.on .y_j:after{width:70%;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:18px; color:#222; line-height:120px;}
.header.sy_hd .nav .y_j a{color:#fff;}
.header.sy_hd.on .nav .y_j a{color:#222;}
.header .nav ul li:hover .y_j a{color:#174187;}
.header .nav ul li.on .y_j a{color:#174187;}
.header.sy_hd .nav ul li:hover .y_j a{color:#fff;}
.header.sy_hd .nav ul li.on .y_j a{color:#fff;}
.header.sy_hd.on .nav ul li:hover .y_j a{color:#174187;}
.header.sy_hd.on .nav ul li.on .y_j a{color:#174187;}
.header .nav .e_j{width:160px; background-color:#fff; padding:10px; border-radius:5px; border:1px solid #f4f4f4; position:absolute; top:120px; left:50%; margin-left:-80px; 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 .f_l p a{font-size:15px; line-height:40px; color:#555; text-align:center; display:block;}
.header .nav .f_l p a:hover{color:#174187;}
.header .nav .s_b{display:none;}
.header .cz_an{display:flex; align-items:center;}
.header .cz_an .s_ch{width:32px; height:32px; border-radius:50%; background-color:#dbdbdb; line-height:32px; text-align:center; margin-left:15px; cursor:pointer;
transition:all .3s;
-webkit-transition:all .3s;}
.header .cz_an .s_ch:hover{background-color:#174187; color:#fff;}
.header .cz_an .s_ch i{font-size:18px; font-weight:bold;}
.header .cz_an a{width:32px; height:32px; border-radius:50%; background-color:#dbdbdb; font-weight:bold; line-height:32px; text-align:center; margin-left:15px; cursor:pointer;}
.header .cz_an a:hover{background-color:#174187; color:#fff;}
@media only screen and (max-width:1440px){
.header .nav ul li{margin-right:40px;}
}
@media only screen and (max-width:1080px){
.header{padding:20px 0;}
.header .logo{width:320px;}
.header .an{display:block;}
.header .nav{width:100%; height:calc(100% - 89px); padding:20px 5% 50px; margin:0; background-color:#fafafa; position:fixed; top:89px; 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{border-bottom:0;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{width:100%; height:70px; display:block; background:url(../images/yjt.png) no-repeat right center / auto 50%; position:absolute; top:0; left:0; z-index:99; font-size:20px; text-align:right; line-height:70px; font-weight:bold;}
.header .nav .y_j a{font-size:16px; color:#333; line-height:70px; text-shadow:none;}
.header.sy_hd .nav .y_j a{color:#333;}
.header.sy_hd .nav .y_j a:hover{color:#333;}
.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.sy_hd .nav ul li.on .y_j a{color:#333;}
.header .nav .e_j{width:100%; height:calc(100% - 89px); padding:20px 5% 50px; background-color:#fafafa; position:fixed; top:89px; left:auto; right:-100%; z-index:9999; overflow:auto; display:block; opacity:1; visibility:inherit;
transition:all .5s;
-webkit-transition:all .5s;
transform:none;
-webkit-transform:none;}
.header .nav .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:70px; 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:60px;}
.header .nav .s_b i{font-size:20px; font-weight:bold;}
.header .cz_an{margin-top:25px;}
.header .cz_an .s_ch{margin-left:0;}
}
@media only screen and (max-width:768px){
.header{padding:20px 0;}
.header .logo{width:280px;}
.header .nav{width:100%; height:calc(100% - 82px); top:82px;}
.header .nav .e_j{width:100%; height:calc(100% - 82px); top:82px;}
}
@media only screen and (max-width:640px){
    .header.sy_hd{background: #FFFFFF;}
    .header.sy_hd .logo img {
        opacity: 1;
    }
    .header.sy_hd .logo img.d_w {
        opacity: 0;
    }
    .header.sy_hd .an span {
        background-color: #174187;
    }
}

.head_h{width:100%; height:120px; background-color:#fff; overflow:hidden;}
.head_h.gn{display: none;}
@media only screen and (max-width:1080px){
.head_h{height:89px;}
}
@media only screen and (max-width:640px){
    .head_h.gn{display: block;}
    .head_h{height:83px;}
}

.search{width:100%; height:100vh; background-color:rgba(0,0,0,.5); position:fixed;  left:0; z-index:9999999999; display:none;}
.search .sc_bj{width:100%; padding:150px 0; border-top:1px solid #eee; background-color:#fff; position:relative;}
.search .sc_gb{position:absolute; top:35px; right:55px; cursor:pointer; color:#999;
transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb:hover{color:#ea5b18;
transform:rotate(360deg);
-webkit-transform:rotate(360deg);}
.search .sc_gb i{font-size:28px;}
.search .sc_nr{width:500px; border-bottom:1px solid #ddd; margin:0 auto;}
.search input{width:430px; height:60px; line-height:60px; color:#555; float:left;}
.search input::placeholder{color:#aaa;}
.search button{height:60px; line-height:60px; text-align:center; color:#000; float:right; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.search button:hover{color: #ea5b18;}
.search button i{font-weight:bold;}
@media only screen and (max-width:1080px){
.search{height:calc(100vh - 89px); top:89px;}
.search .sc_bj{padding:100px 0;}
.search .sc_gb{top:20px; right:20px;}
.search .sc_gb i{font-size:26px; font-weight:lighter;}
.search .sc_nr{width:90%;}
.search input{width:85%; font-size:15px;}
.search button{width:15%;}
.search button i{font-size:24px; font-weight:lighter;}
}
@media only screen and (max-width:768px){
.search{height:calc(100vh - 82px); top:82px;}
}

.sy_bt{margin-bottom:50px; text-align:center;}
.sy_bt h1{font-size:40px; color:#000; font-weight:bold; margin-bottom:10px;}
.sy_bt span{color:#174187; font-weight:bold;}
.sy_bt p{font-size:16px; line-height:26px; color:#666; margin-top:10px;}
.sy_bt em{width:220px; height:2px; background-color:#ddd; display:inline-block; position:relative;}
.sy_bt em:after{width:50%; height:100%; background-color:#174187; position:absolute; left:0; top:0; content:"";}
@media only screen and (max-width:1440px){
.sy_bt h1{font-size:36px;}
.sy_bt p{font-size:15px;}
.sy_bt em{width:180px;}
}
@media only screen and (max-width:1080px){
.sy_bt{margin-bottom:40px;}
.sy_bt h1{font-size:32px;}
.sy_bt p{font-size:14px; line-height:24px;}
.sy_bt em{width:120px;}
}
@media only screen and (max-width:768px){
.sy_bt{margin-bottom:35px;}
.sy_bt h1{font-size:28px;}
.sy_bt em{width:100px;}
}

a.lj_gd{width:180px; height:52px; border:1px solid #ccc; display:block; border-radius:52px; font-size:16px; color:#333; line-height:50px; text-align: center;}
a.lj_gd:hover{background-color:#174187; border:1px solid #174187; color:#fff;}
a.lj_gd i{display:inline-block; vertical-align:middle; margin-left:10px; color:#333;
transition:all .5s;
-webkit-transition:all .5s;}
a.lj_gd:hover i{margin-left:15px; color:#fff;}
@media only screen and (max-width:1440px){
a.lj_gd{width:170px; height:46px; border-radius:46px; font-size:15px; line-height:44px;}
}
@media only screen and (max-width:1080px){
a.lj_gd{width:150px; height:40px; border-radius:40px; font-size:14px; line-height:38px;}
}
@media only screen and (max-width:768px){
a.lj_gd{margin:20px auto 0;}
}

.banner{width:100%; position:relative; overflow:hidden;}
.banner .bn_qx{width:100%; position:absolute; bottom:-2px; left:0; z-index:999;}
.banner img{width:100%; height:auto; display:block;}
@media only screen and (max-width:768px){
.banner{height:250px;}
.banner img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
}

.sy_cp{width:100%; padding:60px 0; background:url(../images/sy6.png) no-repeat top right; overflow:hidden;}
.sy_cp .cp_bt{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; margin-bottom:50px;}
.sy_cp .sy_bt{width:calc(100% - 350px); text-align:left; margin-bottom:0;}
.sy_cp .cp_tj ul{margin:0 -10px;}
.sy_cp .cp_tj ul li{width:calc(25% - 20px); margin:0 10px 20px; box-shadow:0 0 15px rgba(0,0,0,.1); background-color:#fff;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .cp_tj ul li:hover{background-color:#174187;}
.sy_cp .cp_tj .t_p{position:relative; overflow:hidden;background: #f8f8f8;}
.sy_cp .cp_tj .t_p:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:#174187; content:""; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .cp_tj ul li:hover .t_p:after{opacity:.6;}
.sy_cp .cp_tj .t_p img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .cp_tj .t_p img.d_w{width:80%; position:absolute; bottom:20%; left:10%; opacity:0; z-index:9;}
.sy_cp .cp_tj ul li:hover .t_p img.d_w{opacity:1;}
.sy_cp .cp_tj .w_z{padding:20px;}
.sy_cp .cp_tj .w_z h3{font-size:18px; line-height:28px; margin-bottom:10px; color:#000;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .cp_tj ul li:hover .w_z h3{color:#fff;}
.sy_cp .cp_tj .w_z p{line-height:22px; height:44px; color:#777; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .cp_tj ul li:hover .w_z p{color:#fff; opacity:.7;}
@media only screen and (max-width:1440px){
.sy_cp .cp_tj .w_z{padding:15px;}
}
@media only screen and (max-width:1080px){
.sy_cp .cp_bt{margin-bottom:40px;}
.sy_cp .sy_bt{width:calc(100% - 250px);}
.sy_cp .cp_tj ul li{width:calc(33.33333333% - 20px);}
.sy_cp .cp_tj ul li:nth-child(7){display:none;}
.sy_cp .cp_tj ul li:last-child{display:none;}
.sy_cp .cp_tj .w_z{padding:15px;}
.sy_cp .cp_tj .w_z h3{font-size:17px;}
}
@media only screen and (max-width:768px){
.sy_cp{padding:40px 0;}
.sy_cp .cp_bt{display:block;}
.sy_cp .sy_bt{width:100%; text-align:center;}
.sy_cp .cp_tj ul li{width:calc(50% - 20px);}
.sy_cp .cp_tj .w_z{padding:10px;}
.sy_cp .cp_tj .w_z h3{font-size:16px;}
}

.sy_tc{width:100%; padding:80px 0; background:url(../images/sy_bj.jpg) no-repeat center / cover; overflow:hidden;}
.sy_tc .tc_zs{position:relative;}
.sy_tc .swiper-pagination{display:none;}
.sy_tc .swiper-button-prev{width:46px; height:46px; border-radius:50%; border:1px solid #aaa; left:-66px; margin-top:-23px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_tc .swiper-button-prev:hover{background-color:#174187; border:1px solid #174187;}
.sy_tc .swiper-button-next{width:46px; height:46px; border-radius:50%; border:1px solid #aaa; right:-66px; margin-top:-23px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_tc .swiper-button-next:hover{background-color:#174187; border:1px solid #174187;}
.sy_tc i{font-size:26px; color:#333; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_tc .swiper-button-prev:hover i{color:#fff;}
.sy_tc .swiper-button-next:hover i{color:#fff;}
.sy_tc .swiper-slide a{width:100%; height:100%; position:absolute; top:0; left:0; display:block; z-index:99;}
.sy_tc .swiper-slide:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background:url(../images/sy7.png) no-repeat center / cover; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_tc .swiper-slide:hover:after{opacity:1;}
.sy_tc img{width:100%; height:auto; display:block;}
.sy_tc .w_z{width:100%; padding:20px; font-size:16px; color:#fff; position:absolute; left:0; bottom:0; z-index:9;}
@media only screen and (max-width:1440px){
.sy_tc .swiper-button-prev{left:-56px;}
.sy_tc .swiper-button-next{right:-56px;}
.sy_tc .w_z{padding:15px; font-size:15px;}
}
@media only screen and (max-width:1080px){
.sy_tc{padding:60px 0 40px;}
.sy_tc .swiper-tc{padding-bottom:30px;}
.sy_tc .swiper-pagination{display:block; bottom:0;}
.sy_tc .swiper-button-prev{display:none;}
.sy_tc .swiper-button-next{display:none;}
.sy_tc .swiper-slide a{width:100%; height:100%; position:absolute; top:0; left:0; display:block; z-index:99;}
.sy_tc .swiper-slide:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background:url(../images/sy7.png) no-repeat center / cover; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_tc .swiper-slide:hover:after{opacity:1;}
.sy_tc img{width:100%; height:auto; display:block;}
.sy_tc .w_z{width:100%; padding:20px; font-size:16px; color:#fff; position:absolute; left:0; bottom:0; z-index:9;}
}
@media only screen and (max-width:768px){
.sy_tc{padding:40px 0;}
}

.sy_yy{width:100%; overflow:hidden;}
.sy_yy ul{display:flex;}
.sy_yy ul li{flex:1; height:610px; overflow:hidden; position:relative;
transition: all .5s;
-webkit-transition: all .5s;}
.sy_yy ul li:hover{flex: 1 1 28%;}
.sy_yy ul li a{width:100%; height:610px; display:block; position:relative;}
.sy_yy .t_p{width:100%; height:100%; position:absolute; top:0; left:0; overflow:hidden;}
.sy_yy .t_p:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:#174187; content:""; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_yy ul li:hover .t_p:after{opacity:.6;}
.sy_yy .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center top;
-webkit-user-select:none;
user-select:none;}
.sy_yy .w_z{width:100%; height:100%; position:absolute; top:0; left:0; z-index:99; color:#fff;}
.sy_yy .l_m{width:120px; position:absolute; left:50px; top:30px; font-size:40px; font-weight:bold; line-height:50px;}
.sy_yy .t_b{width:120px; position:absolute; left:50px; bottom:30px;}
.sy_yy .t_b img{width:100%; height:auto; display:block;}
.sy_yy .n_r{width:100%; padding:0 50px; position:absolute; top:40%; left:0;}
.sy_yy .n_r h4{font-size:14px; text-transform:uppercase;}
.sy_yy .n_r h3{font-size:30px; font-weight:bold; margin:10px 0;}
.sy_yy .n_r p{line-height:24px; height:0; color:#fff; overflow:hidden; display:-webkit-box; opacity:0;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_yy ul li:hover .n_r p{height:48px; opacity:1;}
@media only screen and (max-width:1440px){
.sy_yy ul li{height:560px;}
.sy_yy ul li a{height:560px;}
.sy_yy .l_m{width:100px; left:40px; font-size:36px; line-height:44px;}
.sy_yy .t_b{width:90px; left:40px;}
.sy_yy .n_r{padding:0 40px; top:40%; left:0;}
}
@media only screen and (max-width:1080px){
.sy_yy ul li{height:460px;}
.sy_yy ul li a{height:460px;}
.sy_yy .l_m{width:60px; left:30px; font-size:30px; line-height:40px;}
.sy_yy .t_b{width:70px; left:30px;}
.sy_yy .n_r{padding:0 30px; top:40%; left:0;}
.sy_yy .n_r h4{font-size:13px;}
.sy_yy .n_r h3{font-size:22px; margin:5px 0;}
}
@media only screen and (max-width:768px){
.sy_yy ul{flex-wrap:wrap;}
.sy_yy ul li{width:50%; flex:none; height:320px;}
.sy_yy ul li a{height:320px;}
.sy_yy .l_m{font-size:26px;}
.sy_yy .n_r h3{font-size:20px;}
}

.sy_xw{width:100%; padding:80px 0; overflow:hidden;}
.sy_xw .row{margin:0;}
.sy_xw .xw_zc{width:280px; background:url(../images/sy8.png) no-repeat center 30px / 100% auto; padding-bottom:80px; position:relative;}
.sy_xw .xw_yc{width:calc(100% - 280px); padding-bottom:100px;}
.sy_xw .xw_yc:after{width:calc(100% - 160px); height:2px; background-color:#eee; position:absolute; bottom:22px; right:0; content:"";}
.sy_xw .sy_bt{text-align:left; margin-bottom:100px;}
.sy_xw .xw_lm a{display:block; font-size:20px; line-height:40px;}
.sy_xw .xw_lm a:hover{color:#1879fe;}
.sy_xw .xw_lm em{width:50px; height:2px; background-color:#ddd; display:inline-block; vertical-align:middle; margin-right:15px; margin-top:-2px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .xw_lm a:hover em{background-color:#1879fe; width:100px;}
.sy_xw .swiper-pagination{display:none;}
.sy_xw .swiper-button-prev{width:46px; height:46px; border-radius:50%; background-color:#ccc; left:0; top:auto; bottom:0; margin-top:0;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .swiper-button-prev:hover{background-color:#174187;}
.sy_xw .swiper-button-next{width:46px; height:46px; border-radius:50%; background-color:#ccc; right:auto; left:66px; top:auto; bottom:0; margin-top:0;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .swiper-button-next:hover{background-color:#174187;}
.sy_xw i{font-size:26px; color:#fff; display:block;}
.sy_xw .t_p{position:relative; overflow:hidden; margin-bottom:20px;}
.sy_xw .t_p img{width:100%; height:auto; display:block;}
.sy_xw .t_p span{width:100px; height:30px; position:absolute; left:0; bottom:0; color:#fff; text-align:center; line-height:30px; background-color:#aaa;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .swiper-slide:hover .t_p span{background-color:#174187;}
.sy_xw .w_z h3{font-size:20px; line-height:28px; margin-bottom:15px;}
.sy_xw .w_z p{font-size:15px; color:#777; line-height:26px;}
.sy_xw a.lj_gd{position:absolute; bottom:0; left:0;}
@media only screen and (max-width:1080px){
.sy_xw{padding:60px 0;}
.sy_xw .xw_zc{width:220px; padding-bottom:50px;}
.sy_xw .xw_yc{width:calc(100% - 220px); padding-bottom:60px;}
.sy_xw .xw_yc:after{width:calc(100% - 120px); bottom:19px;}
.sy_xw .sy_bt{margin-bottom:70px;}
.sy_xw .xw_lm a{font-size:16px; line-height:36px;}
.sy_xw .xw_lm em{width:30px;}
.sy_xw .xw_lm a:hover em{width:70px;}
.sy_xw .swiper-button-prev{width:40px; height:40px;}
.sy_xw .swiper-button-next{width:40px; height:40px; left:50px;}
.sy_xw i{font-size:20px;}
.sy_xw .w_z h3{font-size:18px; line-height:26px; margin-bottom:10px;}
.sy_xw .w_z p{font-size:14px; line-height:24px;}
}
@media only screen and (max-width:768px){
.sy_xw{padding:40px 0;}
.sy_xw .sy_bt{text-align:center; margin-bottom:30px;}
.sy_xw .xw_lm{text-align:center;}
.sy_xw .xw_lm a{display:inline-block; margin:0 10px;}
.sy_xw .xw_zc{width:100%; padding-bottom:0; margin-bottom:25px;}
.sy_xw .xw_yc{width:100%}
.sy_xw a.lj_gd{position:relative; bottom:auto; left:auto;}
}

.ny_ban{width:100%; height:500px; background-color:#000; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative; overflow:hidden;}
.ny_ban .container{position:absolute; top:55%; left:50%; z-index:99; color:#fff;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%);}
.ny_ban .w_z{position:relative;}
.ny_ban .w_z h3{font-size:60px; font-weight:bold; line-height:70px; padding-left:40px; background:url(../images/sj.png) no-repeat top left; margin-bottom:15px;}
.ny_ban .w_z h4{font-size:40px; line-height:50px;}
.ny_ban .l_m{display:inline-block; position:relative;}
.ny_ban .l_m:before{width:52px; height:50px; position:absolute; top:0; left:0; content:""; background:url(../images/sk.png) no-repeat center / cover;}
.ny_ban .l_m:after{width:52px; height:50px; position:absolute; bottom:0; right:0; content:""; background:url(../images/xk.png) no-repeat center / cover;}
.ny_ban .l_m h3{font-size:60px; font-weight:bold; color:#174187; line-height:70px; padding:15px 40px 15px 60px;}
.ny_ban .l_m h4{font-size:40px; line-height:50px; color:#174187; text-transform:uppercase; font-weight:bold;}
@media only screen and (max-width:1440px){
.ny_ban{height:440px;}
.ny_ban .w_z h3{font-size:50px; line-height:60px; padding-left:35px;}
.ny_ban .w_z h4{font-size:32px; line-height:40px;}
.ny_ban .l_m:before{width:40px; height:38px;}
.ny_ban .l_m:after{width:40px; height:38px;}
.ny_ban .l_m h3{font-size:50px; line-height:60px; padding:15px 35px 15px 50px;}
.ny_ban .l_m h4{font-size:32px; line-height:40px;}
}
@media only screen and (max-width:1080px){
.ny_ban{height:320px;}
.ny_ban .w_z h3{font-size:32px; line-height:38px;}
.ny_ban .w_z h4{font-size:16px; line-height:28px;}
.ny_ban .l_m:before{width:34px; height:32px;}
.ny_ban .l_m:after{width:34px; height:32px;}
.ny_ban .l_m h3{font-size:32px; line-height:40px;}
.ny_ban .l_m h4{font-size:22px; line-height:30px;}
}
@media only screen and (max-width:768px){
.ny_ban{height:200px;}
.ny_ban .w_z h3{font-size:24px; line-height:34px; margin-bottom:5px;}
.ny_ban .w_z h4{font-size:14px; line-height:24px;}
.ny_ban .l_m:before{width:28px; height:26px;}
.ny_ban .l_m:after{width:28px; height:26px;}
.ny_ban .l_m h3{font-size:24px; line-height:34px; padding:10px 20px 10px 15px;}
.ny_ban .l_m h4{font-size:17px; line-height:26px;}
}

.ab_bt{margin-bottom:50px; text-align:center;}
.ab_bt h3{font-size:36px; color:#000; font-weight:bold; margin-bottom:10px;}
.ab_bt em{width:100px; height:5px; border-radius:5px; background-color:#174187; display:inline-block;}
@media only screen and (max-width:1440px){
.ab_bt h3{font-size:32px;}
.ab_bt em{width:90px; height:4px; border-radius:4px;}
}
@media only screen and (max-width:768px){
.ab_bt{margin-bottom:30px;}
.ab_bt h3{font-size:26px;}
.ab_bt em{width:80px; height:3px; border-radius:3px;}
}

.ab_lm{width:100%; padding-top:60px; overflow:hidden;}
.ab_lm ul li{width:calc(20% - 30px); background-color:#e6edf4; border-bottom:2px solid #174187; margin:0 15px; text-align:center; position:relative;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_lm ul li:hover{background-color:#174187;}
.ab_lm a{display:block; padding:25px 10px;}
.ab_lm ul li:hover a{color:#fff;}
.ab_lm .t_b{width:60px; height:60px; margin:0 auto 5px; background-position:top center; background-repeat:no-repeat;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_lm ul li:hover .t_b{background-position:bottom center;}
.ab_lm .w_z{font-size:18px; line-height:28px;}
@media only screen and (max-width:1440px){
.ab_lm{padding-top:50px;}
.ab_lm ul{margin:0 10px;}
.ab_lm ul li{width:calc(20% - 20px); margin:0 10px;}
.ab_lm a{padding:20px 10px;}
.ab_lm .t_b{width:56px; height:56px;}
.ab_lm .w_z{font-size:17px;}
}
@media only screen and (max-width:768px){
.ab_lm{display:none;}
}

.ab_js{width:100%; padding:80px 0; overflow:hidden;}
.ab_js .sy_bt{text-align:left;}
.ab_js .row{margin:0;}
.ab_js .js_wz{width:55%;}
.ab_js .js_wz h3{font-size:40px; font-weight:bold; color:#000; margin-bottom:25px;}
.ab_js .js_wz .w_z{font-size:16px; line-height:30px; color:#666;}
.ab_js .js_wz a{margin-top:30px;}
.ab_js .js_tp{width:38.5%;}
.ab_js .js_tp img{width:100%; height:auto; display:block;}
.ab_js .js_sj{margin-top:70px; text-align:center;}
.ab_js .js_sj ul li{width:25%;}
.ab_js .js_sj .s_z{font-size:36px; font-weight:bold; color:#174187;}
.ab_js .js_sj .s_z span{font-size:60px; font-weight:bold; display:inline-block; vertical-align:middle; margin-right:8px;}
.ab_js .js_sj p{font-size:16px; color:#666;}
@media only screen and (max-width:1440px){
.ab_js .sy_bt{margin-bottom:35px;}
.ab_js .js_wz{width:50%;}
.ab_js .js_wz h3{font-size:32px; margin-bottom:20px;}
.ab_js .js_wz .w_z{font-size:15px; line-height:26px;}
.ab_js .js_wz a{margin-top:25px;}
.ab_js .js_tp{width:45%;}
.ab_js .js_sj{margin-top:60px;}
.ab_js .js_sj .s_z{font-size:32px;}
.ab_js .js_sj .s_z span{font-size:52px;}
.ab_js .js_sj p{font-size:15px;}
}
@media only screen and (max-width:1080px){
.ab_js{padding:60px 0;}
.ab_js .js_wz h3{font-size:28px;}
.ab_js .js_wz .w_z{font-size:14px;}
.ab_js .js_wz a{margin-top:20px;}
.ab_js .js_sj{margin-top:50px;}
.ab_js .js_sj .s_z{font-size:26px;}
.ab_js .js_sj .s_z span{font-size:44px;}
.ab_js .js_sj p{font-size:14px;}
}
@media only screen and (max-width:768px){
.ab_js{padding:40px 0;}
.ab_js .sy_bt{text-align:center;}
.ab_js .js_wz{width:100%; margin-bottom:25px;}
.ab_js .js_tp{width:100%;}
.ab_js .js_sj ul li{width:50%;}
.ab_js .js_sj .s_z{font-size:22px;}
.ab_js .js_sj .s_z span{font-size:36px;}
}

.ab_wh{width:100%; border-top:1px solid #ddd; overflow:hidden;}
.ab_wh .row{margin:0;}
.ab_wh ul li{width:33.33333333%; padding:80px 50px; border-right:1px solid #ddd; text-align:center;}
.ab_wh ul li:last-child{border-right:0;}
.ab_wh h3{font-size:30px; font-weight:bold; color:#000;}
.ab_wh p{font-size:16px; color:#666; line-height:26px; margin:10px 0 50px;}
@media only screen and (max-width:1440px){
.ab_wh ul li{padding:60px 30px;}
.ab_wh h3{font-size:26px;}
.ab_wh p{font-size:15px;}
}
@media only screen and (max-width:768px){
.ab_wh ul li{width:100%; padding:40px 30px; border-bottom:1px solid #ddd; border-right:0;}
.ab_wh ul li:last-child{border-bottom:0;}
.ab_wh h3{font-size:22px;}
.ab_wh p{font-size:14px; margin:10px 0 30px;}
}

.ab_ry{width:100%; padding:80px 0; background-color:#eff3f7; overflow:hidden;}
.ab_ry ul li{width:100%; overflow:hidden;}
.ab_ry img{width:100%; height:auto; display:block;}
.ab_ry .swiper-pagination{bottom:0px;}
.ab_ry .swiper-rl{padding-bottom:46px;}
.ab_ry .swiper-pagination-bullet-active{background:#174187;}
@media only screen and (max-width:768px){
.ab_ry{padding:40px 0;}
.ab_ry ul{margin:0 -5px;}
.ab_ry .swiper-rl{padding-bottom:30px;}
}

.ab_zl{width:100%; padding:80px 0; overflow:hidden;}
.ab_zl .zl_zs{position:relative; padding-bottom:50px;}
.ab_zl .zl_zs:after{width:calc(100% + 132px); height:180px; background-color:#839ab0; border-radius:10px; position:absolute; bottom:0; left:-66px; content:"";}
.ab_zl .swiper-pagination{display:none;}
.ab_zl .swiper-button-prev{width:46px; height:46px; border-radius:50%; border:1px solid #ddd; left:-66px; top:40%;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_zl .swiper-button-prev:hover{background-color:#174187; border:1px solid #174187;}
.ab_zl .swiper-button-next{width:46px; height:46px; border-radius:50%; border:1px solid #ddd; right:-66px; top:40%;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_zl .swiper-button-next:hover{background-color:#174187; border:1px solid #174187;}
.ab_zl i{font-size:26px; color:#777; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_zl .swiper-button-prev:hover i{color:#fff;}
.ab_zl .swiper-button-next:hover i{color:#fff;}
.ab_zl img{width:100%; height:auto; border:1px solid #888; display:block;}
.ab_zl p{margin-top:15px; font-size:16px; color:#fff; text-align:center;}
@media only screen and (max-width:768px){
.ab_zl{padding:40px 0 0;}
.ab_zl .zl_zs{padding-bottom:30px;}
.ab_zl .swiper-zl{padding-bottom:35px;}
.ab_zl .swiper-pagination{display:block;}
.ab_zl p{margin-top:10px; font-size:14px;}
}

.ab_hz{width:100%; padding:80px 0; background:url(../images/hz_bj.jpg) no-repeat center / cover; overflow:hidden;}
.ab_hz .hz_zs{position:relative; padding:0 80px; margin-bottom:30px;}
.ab_hz .hz_zs .row{margin:0;}
.ab_hz .hz_zs .t_b{width:220px;}
.ab_hz .hz_zs .w_z{width:calc(100% - 270px); padding-left:50px; border-left:1px solid #eee;}
.ab_hz .hz_zs .w_z h3{font-size:30px; font-weight:bold; color:#000; margin-bottom:20px;}
.ab_hz .hz_zs .w_z p{font-size:16px; line-height:28px; color:#999;}
.ab_hz .swiper-hz{background-color:#fff; box-shadow:0 0 25px rgba(59,106,192,.15);}
.ab_hz .swiper-slide{padding:40px;}
.ab_hz .swiper-pagination{display:none;}
.ab_hz .swiper-button-prev{width:46px; height:46px; border-radius:50%; border:1px solid #ddd; left:0; margin-top:-23px;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_hz .swiper-button-prev:hover{background-color:#174187; border:1px solid #174187;}
.ab_hz .swiper-button-next{width:46px; height:46px; border-radius:50%; border:1px solid #ddd; right:0; margin-top:-23px;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_hz .swiper-button-next:hover{background-color:#174187; border:1px solid #174187;}
.ab_hz i{font-size:26px; color:#777; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_hz .swiper-button-prev:hover i{color:#fff;}
.ab_hz .swiper-button-next:hover i{color:#fff;}
.ab_hz .hz_lb ul{margin:0 -10px;}
.ab_hz .hz_lb ul li{width:calc(16.66666667% - 20px); margin:20px 10px 0; border:1px solid #ddd;}
.ab_hz .hz_lb img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
.ab_hz .hz_zs .w_z h3{font-size:26px; margin-bottom:15px;}
.ab_hz .hz_zs .w_z p{font-size:15px; line-height:26px;}
}
@media only screen and (max-width:768px){
.ab_hz{padding:40px 0;}
.ab_hz .hz_zs{padding:0;}
.ab_hz .hz_zs .t_b{width:100%; text-align:center;}
.ab_hz .hz_zs .w_z{width:100%; padding-left:0; border-left:0;}
.ab_hz .hz_zs .w_z h3{font-size:22px; margin-bottom:15px;}
.ab_hz .hz_zs .w_z p{font-size:13px; line-height:22px;}
.ab_hz .swiper-slide{padding:20px;}
.ab_hz .swiper-pagination{display:block;}
.ab_hz .swiper-button-prev{display:none;}
.ab_hz .swiper-button-next{display:none;}
.ab_hz .hz_lb ul{margin:0 -5px;}
.ab_hz .hz_lb ul li{width:calc(33.33333333% - 10px); margin:10px 5px 0;}
}

.ny_wz{width:100%; padding:20px 0; overflow:hidden;}
.ny_wz .row{margin:0;}
.ny_wz .w_z{font-size:17px; line-height:46px;}
.ny_wz .w_z i{font-size:16px; font-weight:bold; color:#888; display:inline-block; vertical-align:middle; margin-top:-2px;}
.ny_wz .w_z i.icon-ziyuan{font-size:20px; font-weight:normal; margin-top:-4px;}
.ny_wz .w_z a{display:inline-block; padding:0 6px;}
.ny_wz .w_z span{display:inline-block; padding:0 6px;}
.ny_wz .s_s form{width:302px; height:46px; border-radius:46px; border:1px solid #ddd; display:flex; justify-content:space-between; overflow:hidden;}
.ny_wz .s_s input{width:calc(100% - 60px); height:44px; padding-left:15px; font-size:15px; line-height:44px; color:#333; display:block;}
.ny_wz .s_s button{width:60px; height:44px; line-height:44px; color:#555; text-align:center; outline:none; cursor:pointer; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_wz .s_s button:hover{color:#174187;}
.ny_wz .s_s button i{font-size:22px;}
@media only screen and (max-width:1440px){
.ny_wz{padding:15px 0;}
.ny_wz .w_z{font-size:15px; line-height:40px;}
.ny_wz .w_z i.icon-ziyuan{font-size:18px;}
.ny_wz .s_s{height:40px; border-radius:40px;}
.ny_wz .s_s input{height:38px; line-height:38px;}
.ny_wz .s_s button{height:38px; line-height:38px;}
}
@media only screen and (max-width:768px){
.ny_wz{padding:10px 0;}
.ny_wz .w_z{font-size:13px; line-height:32px;}
.ny_wz .w_z i.icon-ziyuan{font-size:16px;}
.ny_wz .s_s{display:none;}
}

.cp_nr{width:100%; padding:50px 0 70px; background-color:#f7f8f9; overflow:hidden;}
.cp_nr .row{margin:0;}
.cp_nr .cp_zc{width:290px;}
.cp_nr .cp_zc h3{font-size:22px; color:#fff; line-height:30px; padding:25px 30px; background:url(../images/lm_bj.jpg) no-repeat center / cover; border-radius:30px 0 0 0;}
.cp_nr .zc_lm{width:100%; margin-bottom:30px;}
.cp_nr .zc_lm ul{background-color:#fff;}
.cp_nr .zc_lm ul li{border-bottom:1px solid #eee;}
.cp_nr .zc_lm a.e_j{display:block; padding:0 20px; font-size:17px; font-weight:bold; line-height:60px; position:relative; color:#000;}
.cp_nr .zc_lm ul li.on a.e_j{color: #174187;}
.cp_nr .zc_lm i{position:absolute; top:0; right:20px; display:block; font-size:18px; font-weight:bold; line-height:60px; color:#000; text-align:center;
transition:all .5s;
-webkit-transition:all .5s;}
.cp_nr .zc_lm ul li:hover i{transform:rotate(90deg);
-webkit-transform:rotate(90deg);}
.cp_nr .zc_lm ul li.on i{color:#000;
transform:rotate(90deg);
-webkit-transform:rotate(90deg);}
.cp_nr .zc_lm .s_j{display:none;}
.cp_nr .zc_lm .s_j p a{padding:0 20px 0 40px; background-color:#f9f9f9; font-size:15px; line-height:50px; color:#555; display:block; position:relative; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; border-top:1px solid #eee;}
.cp_nr .zc_lm .s_j p a:hover{background-color:#fff; color:#174187;}
.cp_nr .zc_lm .s_j p.on a{background-color:#fff; color:#174187;}
.cp_nr .zc_lm .s_j p a:after{width:6px; height:6px; border-radius:50%; background-color:#888; content:""; position:absolute; top:22px; left:20px;
transition:all .5s;
-webkit-transition:all .5s;}
.cp_nr .zc_lm .s_j p a:hover:after{background-color:#174187;}
.cp_nr .zc_lm .s_j p.on a:after{background-color:#174187;}
.cp_nr .zc_lm ul li:hover .s_j{display: block;}
.cp_nr .lx_wz{padding:10px 20px; background-color:#fff;}
.cp_nr .lx_wz img{max-width:100%; position:absolute; top:4px; left:0;}
.cp_nr .lx_wz p{margin:10px 0; line-height:26px; font-size:15px; position:relative; padding-left:25px;}
.cp_nr .lx_wz strong{font-size:20px; color:#174187;}
.cp_nr .cp_yc{width:calc(100% - 320px);}
.cp_nr .cp_lb ul{margin:0 -10px;}
.cp_nr .cp_lb ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px; border:1px solid #ddd; padding:14px 14px 20px; background-color:#fff; position:relative;}
.cp_nr .cp_lb ul li:after{width:0; height:3px; border-radius:3px; background-color:#174187; position:absolute; bottom:0; left:50%; content:"";
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transition:all .5s;
-webkit-transition:all .5s;}
.cp_nr .cp_lb ul li:hover:after{width:100%;}
.cp_nr .cp_lb .t_p{overflow:hidden;}
.cp_nr .cp_lb .t_p img{width:100%; height:auto; display:block;}
.cp_nr .cp_lb .w_z{margin-top:20px; font-size:18px; line-height:26px; text-align:center;}
@media only screen and (max-width:1440px){
.cp_nr .cp_zc{width:260px;}
.cp_nr .cp_zc h3{font-size:20px; padding:20px 30px;}
.cp_nr .cp_yc{width:calc(100% - 290px);}
}
@media only screen and (max-width:768px){
.cp_nr{padding:40px 0 60px;}
.cp_nr .cp_zc{display:none;}
.cp_nr .cp_yc{width:100%;}
.cp_nr .cp_lb ul{margin:0 -5px;}
.cp_nr .cp_lb ul li{width:calc(50% - 10px); margin:0 5px 10px;}
.cp_nr .cp_lb .w_z{margin-top:10px; font-size:14px; line-height:22px;}
}

.cp_xj{width:100%; padding:30px 0 50px; overflow:hidden;}
.cp_xj .row{margin:0;}
.cp_xj .xj_tp{width:44%;padding: 26px;border: solid 1px #EEEEEE;}
.cp_xj .xj_tp img{width:100%; height:auto; display:block;}
.cp_xj .xj_wz{width:52%;}
.cp_xj .xj_wz .b_t{font-size:26px; font-weight:bold; color:#333; line-height:36px; margin-bottom:20px;}
.cp_xj .xj_wz .b_t span{color:#184eb2; font-weight:normal; font-size:16px; margin-left:8px; display:inline-block;}
.cp_xj .xj_wz .w_z{font-size:16px; line-height:28px; margin-bottom:70px;}
.cp_xj .xj_wz .x_z{padding-bottom:30px; margin-bottom:50px; border-bottom:2px solid #ddd;}
.cp_xj .xj_wz .x_z a{font-size:18px; font-weight:bold; color:#525967; line-height:28px;}
.cp_xj .xj_wz .x_z a:hover{color:#184eb2;}
.cp_xj .xj_wz .x_z i{display:inline-block; vertical-align:middle; margin-top:-4px; margin-right:5px;}
.cp_xj .xj_wz .a_n a{display:inline-block; margin-right:20px; padding:0 30px; border:2px solid #174187; background-color:#174187; font-size:18px; font-weight:bold; line-height:46px; color:#acc0e8;}
.cp_xj .xj_wz .a_n a:hover{background-color:#184eb2; border:2px solid #184eb2; color:#fff;}
.cp_xj .xj_wz .a_n a.l_x{color:#174187; background-color:#fff;}
.cp_xj .xj_wz .a_n a.l_x:hover{background-color:#184eb2; border:2px solid #184eb2; color:#fff;}
@media only screen and (max-width:768px){
.cp_xj{padding:30px 0 40px;}
.cp_xj .xj_tp{width:100%;margin-bottom: 20px;padding: 10px;}
.cp_xj .xj_wz{width:100%;}
.cp_xj .xj_wz .b_t{font-size:22px; line-height:30px; margin-bottom:10px;}
.cp_xj .xj_wz .b_t span{font-size:14px; margin-left:5px;}
.cp_xj .xj_wz .w_z{font-size:14px; line-height:24px; margin-bottom:30px;}
.cp_xj .xj_wz .x_z{padding-bottom:20px; margin-bottom:30px; border-bottom:1px solid #ddd;}
.cp_xj .xj_wz .x_z a{font-size:16px; font-weight:normal;}
.cp_xj .xj_wz .a_n a{margin-right:10px; padding:0 15px; border:1px solid #174187; font-size:15px; font-weight:normal; line-height:40px;}
.cp_xj .xj_wz .a_n a:hover{border:1px solid #184eb2;}
.cp_xj .xj_wz .a_n a.l_x:hover{border:1px solid #184eb2;}
}

.cp_fl{width:100%; padding:15px 0; background-color:#f7f8f9; overflow:hidden;}
.cp_fl .row{margin:0;}
.cp_fl .fl_lm ul li{margin-right:40px; position:relative; font-size:18px; line-height:52px;}
.cp_fl .fl_lm ul li:hover a{color:#174187; font-weight:bold;}
.cp_fl .fl_lm ul li.on a{color:#174187; font-weight:bold;}
.cp_fl .fl_lm ul li:after{width:0; height:3px; border-radius:3px; background-color:#174187; position:absolute; bottom:0; left:50%; content:"";
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transition:all .5s;
-webkit-transition:all .5s;}
.cp_fl .fl_lm ul li.on:after{width:60%;}
.cp_fl a.fh_lb{font-size:17px; font-weight:bold; line-height:36px; display:inline-block;}
.cp_fl a.fh_lb i{font-size:18px; font-weight:bold; display:inline-block; vertical-align:middle; margin-left:6px; margin-top:-4px;}
@media only screen and (max-width:768px){
.cp_fl .fl_lm{width:100%;}
.cp_fl .fl_lm ul{justify-content:center;}
.cp_fl .fl_lm ul li{margin:0 8px; font-size:16px; line-height:40px;}
.cp_fl a.fh_lb{display:none;}
}

.cp_xq{width:100%; padding:50px 0; overflow:hidden;}
.cp_xq h3{font-size:20px; line-height:30px; color:#174187; margin-bottom:10px;}
.cp_xq p{font-size:15px; line-height:26px; color:#777; margin-bottom:25px;}
.cp_xq img{max-width:100%; height:auto; display:block; margin:0 auto;}
@media only screen and (max-width:768px){
.cp_xq{padding:30px 0;}
.cp_xq h3{font-size:18px; line-height:26px;}
.cp_xq p{font-size:13px; line-height:22px; margin-bottom:15px;}
}

.xg_tj{width:100%; padding:60px 0; background-color:#f7f8f9; overflow:hidden;}
.xg_tj .tj_bt{font-size:26px; font-weight:bold; color:#000; margin-bottom:25px;}
.xg_tj .row{margin:0 -10px;}
.xg_tj ul li{width:calc(25% - 20px); margin:0 10px; border:1px solid #ddd; padding:14px 14px 20px; background-color:#fff; position:relative;}
.xg_tj ul li:after{width:0; height:3px; border-radius:3px; background-color:#174187; position:absolute; bottom:0; left:50%; content:"";
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transition:all .5s;
-webkit-transition:all .5s;}
.xg_tj ul li:hover:after{width:100%;}
.xg_tj .t_p{overflow:hidden;}
.xg_tj .t_p img{width:100%; height:auto; display:block;}
.xg_tj .w_z{margin-top:20px; font-size:18px; line-height:26px; text-align:center;}
@media only screen and (max-width:768px){
.xg_tj{padding:40px 0 30px;}
.xg_tj .tj_bt{font-size:22px; margin-bottom:15px;}
.xg_tj .row{margin:0 -5px;}
.xg_tj ul li{width:calc(50% - 10px); margin:0 5px 10px; padding:10px 10px 15px;}
.xg_tj .w_z{margin-top:10px; font-size:15px;}
}

.news{width:100%; padding:60px 0 80px; background-color:#f7f8f9; overflow:hidden;}
.news .row{margin:0;}
.news .xw_lm{margin-bottom:35px;}
.news .xw_lm .m_c{font-size:44px; line-height:52px; color:#000; font-weight:bold;}
.news .xw_lm .l_m ul li{margin-left:40px; position:relative; font-size:18px; line-height:52px;}
.news .xw_lm .l_m ul li:hover a{color:#174187; font-weight:bold;}
.news .xw_lm .l_m ul li.on a{color:#174187; font-weight:bold;}
.news .xw_lm .l_m ul li:after{width:0; height:3px; border-radius:3px; background-color:#174187; position:absolute; bottom:0; left:50%; content:"";
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transition:all .5s;
-webkit-transition:all .5s;}
.news .xw_lm .l_m ul li.on:after{width:100%;}
.news .xw_tj{margin-bottom:50px;}
.news .swiper-xw{width:49%; margin:0; border-radius:10px;}
.news .swiper-xw img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select: none;
user-select: none;}
.news .swiper-xw .t_p{width:100%; height:100%; position:absolute; top:0; left:0;}
.news .swiper-xw .t_p:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.2);}
.news .swiper-xw .w_z{width:100%; padding:30px; font-size:20px; font-weight:bold; color:#fff; line-height:30px; position:absolute; left:0; bottom:0; z-index:99;}
.news .swiper-xw .r_q{text-align:right; color:#fff; position:absolute; top:30px; right:30px; z-index:99;}
.news .swiper-xw .r_q strong{display:block; font-size:26px;}
.news .swiper-xw .r_q span{display:block;}
.news .swiper-pagination{text-align:right; bottom:0; padding:30px; z-index:99;}
.news .swiper-pagination-bullet{background-color:#fff; opacity:.6;}
.news .swiper-pagination-bullet-active{background-color:#0069ff; opacity:1;}
.news .tj_lb{width:49%; padding:20px 30px 20px 20px; background-color:#fff; border-radius:10px;}
.news .tj_lb a.row{padding-left:140px; margin:40px 0; position:relative;}
.news .tj_lb h3{font-size:18px; color:#000; font-weight:bold; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.news .tj_lb a:hover h3{color:#174187;}
.news .tj_lb p{line-height:26px; color:#999; height:52px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.news .tj_lb .r_q{width:80px; text-align:right; position:absolute; top:0; left:0;}
.news .tj_lb .r_q strong{display:block; font-size:26px; color:#000;}
.news .tj_lb .r_q span{display:block; color:#666;}
.news .xw_lb ul li{padding:25px 30px; background-color:#fff; border-radius:6px; margin-bottom:35px;
transition:all .5s;
-webkit-transition:all .5s;}
.news .xw_lb ul li:hover{box-shadow:0 0 15px rgba(0,0,0,.05);}
.news .xw_lb a{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.news .xw_lb .t_p{width:23%; border-radius:6px; overflow:hidden;}
.news .xw_lb .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.news .xw_lb ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.news .xw_lb .w_z{width:73%; padding-left:160px; position:relative;}
.news .xw_lb .w_z h3{font-size:20px; color:#000; font-weight:bold; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.news .xw_lb ul li:hover .w_z h3{color:#174187;}
.news .xw_lb .w_z p{line-height:26px; color:#999; height:52px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.news .xw_lb .r_q{width:100px; text-align:right; position:absolute; top:3px; left:0;}
.news .xw_lb .r_q strong{display:block; font-size:26px; color:#000;}
.news .xw_lb .r_q span{display:block; color:#666;}
@media only screen and (max-width:1440px){
.news .xw_lm .m_c{font-size:38px; line-height:46px;}
.news .xw_lm .l_m ul li{margin-left:30px; font-size:17px; line-height:46px;}
.news .tj_lb{padding:15px 20px 15px 15px;}
.news .tj_lb a.row{padding-left:120px; margin:30px 0;}
.news .xw_lb ul li{padding:20px 25px;}
.news .xw_lb .w_z{padding-left:140px;}
}
@media only screen and (max-width:768px){
.news{padding:40px 0 50px;}
.news .xw_lm{margin-bottom:30px;}
.news .xw_lm .m_c{width:100%; font-size:30px; line-height:40px; text-align:center;}
.news .xw_lm .l_m{width:100%;}
.news .xw_lm .l_m ul{justify-content:center;}
.news .xw_lm .l_m ul li{margin:0 10px; font-size:16px; line-height:40px;}
.news .xw_tj{margin-bottom:35px;}
.news .swiper-xw{width:100%; height:300px; margin-bottom:20px;}
.news .swiper-xw .w_z{padding:15px; font-size:18px;}
.news .swiper-xw .r_q strong{font-size:22px;}
.news .swiper-pagination{padding:15px;}
.news .tj_lb{width:100%; padding:10px;}
.news .tj_lb a.row{padding-left:90px; margin:20px 0;}
.news .tj_lb h3{font-size:17px;}
.news .tj_lb p{line-height:22px; color:#999; height:44px;}
.news .tj_lb .r_q{width:70px;}
.news .tj_lb .r_q strong{font-size:22px;}
.news .xw_lb ul li{padding:15px; margin-bottom:25px;}
.news .xw_lb .t_p{width:100%; margin-top:15px;}
.news .xw_lb .w_z{width:100%; padding-left:90px;}
.news .xw_lb .w_z h3{font-size:17px;}
.news .xw_lb .w_z p{line-height:22px; height:44px;}
.news .xw_lb .r_q{width:70px;}
.news .xw_lb .r_q strong{font-size:22px;}
}

.xz_nr{width:100%; padding:60px 0 80px; overflow:hidden;}
.xz_nr .xz_ss{margin-bottom:50px; display:flex; flex-wrap:wrap; align-items:center;}
.xz_nr .ss_nr{width:302px; height:46px; border:1px solid #dadce5; border-radius:6px; padding:0 15px; font-size:15px; line-height:44px; position:relative; z-index:99;}
.xz_nr .ss_nr span{width:100%; height:44px; font-size:15px; line-height:44px; display:block;}
.xz_nr .ss_nr i{position:absolute; right:10px; top:0; line-height:50px;}
.xz_nr .ss_nr .e_j{width:100%; max-height:164px; padding:10px 0; box-shadow:0 5px 10px #eee; background-color:#fff; position:absolute; top:46px; left:0; display:none; overflow:auto !important;}
.xz_nr .ss_nr .e_j span{line-height:44px; padding:0 15px; display:block; cursor:pointer;}
.xz_nr .ss_nr .e_j span:hover{background-color:#174187; color:#fff;}
.xz_nr .ss_nr .e_j span:hover a{color: #FFFFFF;}
.xz_nr .gj_ss form{width:302px; height:46px; border-radius:6px; border:1px solid #ddd; display:flex; justify-content:space-between; overflow:hidden; margin-left:20px;}
.xz_nr .gj_ss input{width:calc(100% - 60px); height:44px; padding-left:15px; font-size:15px; line-height:44px; color:#333; display:block;}
.xz_nr .gj_ss button{width:60px; height:44px; line-height:44px; color:#555; text-align:center; outline:none; cursor:pointer; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.xz_nr .gj_ss button:hover{color:#174187;}
.xz_nr .gj_ss button i{font-size:22px;}
.xz_nr .xz_wz{padding:30px 25px; border-radius:5px; background-color:#f4f7fa; margin-bottom:30px;
transition:all .5s;
-webkit-transition:all .5s;}
.xz_nr .xz_wz:hover{box-shadow:0 0 15px rgba(0,0,0,.05); background-color:#fff;}
.xz_nr .xz_wz a{margin:0;}
.xz_nr .wz_nr{display:flex; flex-wrap:wrap; align-items:center;}
.xz_nr .wz_nr .t_b{width:55px;}
.xz_nr .wz_nr .w_z{font-size:20px; font-weight:bold; color:#000; line-height:30px; margin:0 25px;
transition:all .5s;
-webkit-transition:all .5s;}
.xz_nr .xz_wz:hover .wz_nr .w_z{color:#174187;}
.xz_nr .wz_nr .b_q{color:#888; line-height:26px;}
.xz_nr .a_n{font-size:16px; color:#6b94c5;
transition:all .5s;
-webkit-transition:all .5s;}
.xz_nr .xz_wz:hover .a_n{color:#174187;}
.xz_nr .a_n i{display:inline-block; vertical-align:middle; margin-top:-4px; margin-right:6px;}
@media only screen and (max-width:768px){
.xz_nr{padding:40px 0 50px;}
.xz_nr .xz_ss{margin-bottom:30px;}
.xz_nr .ss_nr{width:100%; margin-bottom:15px;}
.xz_nr .gj_ss{width:100%; margin-left:0;}
.xz_nr .xz_wz{padding:15px 20px; margin-bottom:20px;}
.xz_nr .wz_nr .t_b{width:55px;}
.xz_nr .wz_nr .w_z{width:100%; margin:10px 0;}
.xz_nr .wz_nr .b_q{width:100%;}
.xz_nr .a_n{margin-top:10px;}
}

.ly_bt{margin-bottom:25px;}
.ly_bt h3{font-size:36px; color:#000; font-weight:bold; margin-bottom:10px;}
.ly_bt h4{color:#aaa; font-size:15px;}
@media only screen and (max-width:1440px){
.ly_bt h3{font-size:32px;}
}
@media only screen and (max-width:768px){
.ly_bt h3{font-size:26px;}
}

.lx_wm{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.lx_wm .lx_nr{width:calc(25% - 30px); height:300px; margin:0 15px; background-color:#fff; padding:0 20px; text-align:center; display:flex; align-items:center; justify-content:center;}
.lx_wm .lx_nr .t_b{width:66px; margin:0 auto;}
.lx_wm .lx_nr .t_b img{width:100%; height:auto; display:block;}
.lx_wm .lx_nr h3{font-size:18px; font-weight:bold; color:#000; margin-top:10px;}
.lx_wm .lx_nr p{font-size:16px; color:#555; line-height:26px; margin-top:15px;}
@media only screen and (max-width:1440px){
.lx_wm .lx_nr{height:260px; padding:0 10px;}
.lx_wm .lx_nr .t_b{width:56px; margin:0 auto;}
.lx_wm .lx_nr p{font-size:15px;}
}
@media only screen and (max-width:768px){
.lx_wm{padding:40px 0 30px;}
.lx_wm .row{margin:0 -5px;}
.lx_wm .lx_nr{width:calc(50% - 10px); height:220px; margin:0 5px 10px;}
.lx_wm .lx_nr .t_b{width:46px;}
.lx_wm .lx_nr h3{font-size:17px;}
.lx_wm .lx_nr p{font-size:14px; line-height:22px; margin-top:10px;}
.lx_wm .lx_nr img{max-width:120px;}
}

.lx_xx{width:100%; padding:80px 0; overflow:hidden;}
.lx_xx .row{margin:0;}
.lx_xx .lx_dt{width:50%;}
.lx_xx .lx_wz{width:50%;}
.lx_xx .ly_bt{padding:50px; margin:0;}
.lx_xx .lx_dz{padding:50px; background-color:#f7f7f7;}
.lx_xx .lx_dz p{font-size:16px; line-height:26px; margin:5px 0;}
.lx_xx .lx_dz img{max-width:100%; display:inline-block; vertical-align:central; margin-top:-4px; margin-right:10px;}
@media only screen and (max-width:768px){
.lx_xx{padding:40px 0;}
.lx_xx .lx_dt{width:100%; height:260px;}
.lx_xx .lx_wz{width:100%;}
.lx_xx .ly_bt{padding:20px 0;}
.lx_xx .lx_dz{padding:20px;}
.lx_xx .lx_dz p{font-size:15px; line-height:22px;}
}

.zx_ly{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.zx_ly .row{margin:0;}
.zx_ly .ly_nr{width:48%;}
.zx_ly .ly_nr input{width:100%; height:52px; border-radius:5px; border:1px solid #eee; background-color:#fff; padding:0 15px; font-size:15px; color:#777; line-height:50px; display:block; margin-bottom:20px;
transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly .ly_nr input:focus{border:1px solid #123567; box-shadow:0 0 15px #ddd;}
.zx_ly .ly_nr button{width:150px; height:50px; border-radius:5px; background-color:#123567; font-size:16px; color:#fff; line-height:50px; display:block; float:left; margin-right:30px;
transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly .ly_nr button:hover{background-color:#0553c2;}
.zx_ly .ly_nr textarea{width:100%; height:130px; border-radius:5px; border:1px solid #eee; background-color:#fff; padding:12px 15px; margin-bottom:20px; font-size:15px; color:#777; line-height:26px; display:block; resize:none;
transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly .ly_nr textarea:focus{border:1px solid #123567; box-shadow:0 0 15px #ddd;}
.zx_ly .ly_tp{width:48%;}
.zx_ly .ly_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1080px){
.zx_ly{padding:60px 0;}
.zx_ly .ly_bt{font-size:26px; line-height:26px; margin-bottom:25px;}
.zx_ly .ly_bt span{margin-left:6px; font-size:16px;}
.zx_ly .ly_nr .row{margin:0 -10px;}
.zx_ly .ly_nr .col-12{padding:0 10px;}
.zx_ly .ly_nr .col-12 .row{margin:0 -10px;}
.zx_ly .ly_nr .col-12 .col-12{padding:0 10px;}
.zx_ly .ly_nr input{height:46px; border-radius:10px; line-height:44px; margin-bottom:20px;}
.zx_ly .ly_nr button{width:120px; height:46px; border-radius:10px; line-height:44px; margin-right:20px;}
.zx_ly .ly_nr textarea{height:178px; border-radius:10px;}
}
@media only screen and (max-width:992px){
.zx_ly .ly_nr textarea{height:310px;}
}
@media only screen and (max-width:768px){
.zx_ly{padding:40px 0;}
.zx_ly .ly_bt{font-size:22px; line-height:32px; margin-bottom:25px;}
.zx_ly .ly_nr{width:100%; margin-bottom:20px;}
.zx_ly .ly_nr textarea{height:178px; margin-bottom:20px;}
.zx_ly .ly_tp{width:100%;}
}

.yema{width:100%; margin-top:50px; text-align:center;}
.yema ul li{display:inline-block; margin:0 4px;}
.yema ul li a{width:70px; height:40px;  line-height:38px; font-size:16px; text-align:center; color:#555; display:block;border: solid 1px #555;}
.yema ul li a:hover{color:#005afe; border:1px solid #005afe;}
.yema ul li.active a{color:#005afe; border:1px solid #005afe;}
@media only screen and (max-width:1080px){
.yema{margin-top:30px;}
.yema ul li a{width:50px; height:32px; font-size:13px; line-height:30px;}
}

.footer{width:100%; background:url(../images/ft_bj.jpg) no-repeat center / cover; line-height:26px; color:rgba(255,255,255,.6); position:relative;}
.footer a{color:rgba(255,255,255,.6);}
.footer a:hover{color:#fff;}
.footer h3{font-size:17px; line-height:30px; color:#fff; margin-bottom:10px; position:relative;}
.footer h3 em{width:100%; height:100%; position:absolute; top:0; left:0; display:none;}
.footer h3 em:after{width:12px; height:2px; background-color:rgba(255,255,255,.6); position:absolute; top:50%; margin-top:-1px; right:5px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer h3 em.on:after{transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);}
.footer h3 em:before{width:2px; height:12px; background-color:rgba(255,255,255,.6); position:absolute; top:50%; margin-top:-6px; right:10px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer h3 em.on:before{transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.footer img{width:100%; height:auto; display:block;}
.footer .row{margin:0; justify-content:space-between;}
.footer .ft_bt{margin-bottom:40px;}
.footer .ft_bt h1{font-size:40px; font-weight:bold; color:#fff; line-height:50px; text-transform:uppercase;}
.footer .ft_bt h2{font-size:30px; font-weight:bold; color:#fff; line-height:40px;}
.footer .ft_nr{padding:70px 0;}
.footer .ft_dh{width:calc(100% - 720px); padding:0 5%; border-left:1px solid rgba(255,255,255,.3); border-right:1px solid rgba(255,255,255,.3); display:flex; flex-wrap:wrap;}
.footer .ft_fl .l_b a{display:block; line-height:36px;}
.footer .ft_lx{width:320px;}
.footer .lx_fs ul li{margin:15px 0; color:#fff;}
.footer .lx_fs img{width:26px; display:inline-block; vertical-align:middle; margin-top:-4px; margin-right:6px;}
.footer .lx_fs strong{font-size:22px;}
.footer .ft_em{width:120px;}
.footer .ft_em p{margin-top:6px; color:#fff; text-align:center;}
.footer .ft_bd{width:300px;}
.footer .ft_bd .b_t{font-size:17px; text-align:right; color:#fff; font-weight:bold; text-transform:uppercase; line-height:30px; margin-bottom:10px;}
.footer .ft_bd input{width:100%; height:34px; border:1px solid rgba(255,255,255,.3); border-radius:17px; background-color:rgba(0,0,0,.1); display:block; padding:0 15px; line-height:32px; color:#fff; margin-bottom:10px;}
.footer .ft_bd input::placeholder{color:rgba(255,255,255,.5);}
.footer .ft_bd textarea{width:100%; height:66px; border:1px solid rgba(255,255,255,.3); border-radius:17px; background-color:rgba(0,0,0,.1); display:block; padding:0 15px; line-height:32px; color:#fff; outline:none; resize:none; margin-bottom:10px;}
.footer .ft_bd textarea::placeholder{color:rgba(255,255,255,.5);}
.footer .ft_bd button{width:100%; height:34px; border-radius:17px; background-color:#123567; display:block; line-height:34px; color:#fff; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_bd button:hover{background-color:#0553c2;}
@media (min-width:641px){
.footer .ft_fl .l_b{display:block !important;}
}
@media only screen and (max-width:1440px){
.footer h3{font-size:18px; line-height:28px;}
.footer .ft_bt{margin-bottom:30px;}
.footer .ft_bt h1{font-size:34px; line-height:40px;}
.footer .ft_bt h2{font-size:26px; line-height:34px;}
.footer .ft_nr{padding:60px 0;}
.footer .ft_dh{width:calc(100% - 660px); padding:0 3%;}
.footer .ft_lx{width:280px;}
}
@media only screen and (max-width:1080px){
.footer{font-size:13px; line-height:24px;}
.footer h3{font-size:17px; line-height:26px;}
.footer .ft_bt{display:none;}
.footer .ft_nr{padding:50px 0;}
.footer .ft_dh{width:calc(100% - 360px); padding:0 5% 0 0; border-left:0;}
.footer .ft_fl .l_b a{line-height:30px;}
.footer .ft_lx{display:none;}
.footer .ft_bd .b_t{text-align:left;}
}
@media only screen and (max-width:768px){
.footer h3{font-size:16px; padding:18px 0; margin-bottom:0;}
.footer h3 em{display:block;}
.footer .ft_nr{padding:20px 0 40px;}
.footer .ft_dh{width:100%; padding:0; border-right:0; margin-bottom:20px;}
.footer .ft_fl{width:100%; border-bottom:1px solid rgba(255,255,255,.3);}
.footer .ft_dh .l_b{display:none; padding-bottom:15px;}
.footer .ft_bd{width:100%;}
}

.banquan{width:100%; padding:20px 0; border-top:1px solid rgba(255,255,255,.3); line-height:26px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; overflow:hidden;}
.banquan span{display:inline-block; margin-right:12px;}
.banquan .bq_rt{display:flex;}
.banquan .bq_rt img{max-width:100%; display:inline-block; margin-left:10px;}
@media only screen and (max-width:768px){
.banquan .bq_lf{width:100%; text-align:center;}
.banquan .bq_rt{justify-content:center;}
.banquan .bq_rt img{max-width:30%; margin:0 1%;}
}

.fh_top{width:50px; height:50px; border-radius:50%; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); border-radius:50%; cursor:pointer; text-align:center; line-height:50px; color:#333; display:none; position:fixed; bottom:5%; right:20px;}
.fh_top:hover{background-color:#174187; color:#fff;}
.fh_top i{font-size:26px; margin-left:-2px;}
@media only screen and (max-width:1400px){
.fh_top{width:40px; height:40px; line-height:40px;}
.fh_top i{font-size:22px;}
}
@media only screen and (max-width:1080px){
.fh_top{width:36px; height:36px; line-height:36px;}
}

.ny_nr{width: 100%;overflow: hidden;padding: 50px 0px;}
.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 .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){
    .ny_nr{padding: 40px 0px;}
    .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;}
}

.pc_ban{width:100%; height:100vh; position:relative; overflow:hidden;}
.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;
    content: "";
    background-color: rgba(0,0,0,.1);
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 9;
}
.pc_ban .swiper-button-prev{width:50px; height:50px; border-radius:50%; background:rgba(0,0,0,.5) url(../images/zj.png) no-repeat center / 44px 44px; top:50%; left:5%; opacity:.5; margin-top:-25px;
    transition:all .5s;
    -webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-prev{opacity:1;}
.pc_ban:hover .swiper-button-prev:hover{background:#174187 url(../images/zj.png) no-repeat center / 44px 44px;}
.pc_ban .swiper-button-next{width:50px; height:50px; border-radius:50%; background:rgba(0,0,0,.5) url(../images/yj.png) no-repeat center / 44px 44px; top:50%; right:5%; opacity:.5; margin-top:-25px;
    transition:all .5s;
    -webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-next{opacity:1;}
.pc_ban:hover .swiper-button-next:hover{background:#174187 url(../images/yj.png) no-repeat center / 44px 44px;}
.pc_ban .container{color:#fff; position:absolute; top:50%; left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    z-index: 999;
}
.pc_ban .w_z{margin:0 auto;}
.pc_ban .w_z h1{font-size:60px;line-height:60px;margin-bottom:50px;font-weight: 300;}
.pc_ban .w_z h2{font-size:70px; line-height:60px; margin-bottom:56px; font-weight: bold;}
.pc_ban .w_z .m_s{font-size: 24px;margin-bottom: 60px;}
.pc_ban .w_z .m_r img{max-width: 100%;height: auto;}

.pc_ban .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;background: #FFFFFF;opacity: .7;}
.pc_ban .swiper-pagination .swiper-pagination-bullet-active{width: 36px;background: #174187;-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;opacity: 1;}

.pc_ban .ban_a .z_c .b_t p{
    font-size: 66px;
    line-height: 60px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 6px;
}
.pc_ban .ban_a .z_c .b_t i{
    color: #ADCCFF;
    font-weight: bold;
}
.pc_ban .ban_a .z_c .d_t{margin-bottom:50px;}
.pc_ban .ban_a .z_c .d_t li{
    margin-bottom:20px;
    background:url(../images/icon1.png) no-repeat left;
    color: #FFFFFF;
    font-size:18px;
    max-width: 63%;
    padding-left: 45px;
    line-height: 30px;
}
.pc_ban .ban_a .y_c .row{align-items:center;}
.pc_ban .ban_a .y_c .n_r .b_t{margin-bottom:30px;}
.pc_ban .ban_a .y_c .n_r .b_t p{font-size:18px;font-weight:bold;background:rgba(0,0,0,.3);-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
text-align: center;
max-width: 66%;
    margin: 0 auto;
    line-height: 36px;
}
.pc_ban .ban_a .y_c .n_r .b_t span{display:block;font-size:14px;margin: 20px auto 0px;max-width:66%;}
.pc_ban .ban_a .y_c .n_r .t_p img{max-width:100%;height:auto;}

.pc_ban .ban_b .b_t{font-size:70px;font-weight:bold;margin-bottom:60px;text-align:center;}
.pc_ban .ban_b .m_s{font-size:22px;letter-spacing:10px;line-height:42px;text-align:center;}

@media only screen and (max-width:1440px){
    .pc_ban .w_z h1{font-size:50px; line-height:60px;margin-bottom: 30px;}
    .pc_ban .w_z h2{font-size:60px; line-height:50px; margin-bottom: 30px;}
    .pc_ban .w_z .m_s {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .pc_ban .ban_a .z_c .b_t p {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 30px;
    }
    .pc_ban .ban_a .z_c .d_t li {
    margin-bottom: 16px;
    font-size: 16px;
    }
    .pc_ban .ban_a .y_c .n_r .b_t p {
    font-size: 16px;
    line-height: 30px;
    }
    .pc_ban .ban_a .y_c .n_r .b_t span {
    font-size: 13px;
    }
    .pc_ban .ban_b .b_t{
    font-size: 50px;
    margin-bottom: 40px;
    }
}
@media only screen and (max-width:1100px){
    .pc_ban{height:510px; min-height:inherit;}
    .pc_ban .swiper-button-prev{display:none;}
    .pc_ban .swiper-button-next{display:none;}
    .pc_ban .swiper-pagination{bottom:5px;}
    .pc_ban .w_z h1{font-size:30px;line-height: 30px;margin-bottom: 20px;}
    .pc_ban .w_z h2{font-size:40px;line-height: 40px;margin-bottom: 20px;}
    .pc_ban .w_z .m_s {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .pc_ban .w_z .m_r img{max-width: 5%;}
    .pc_ban .ban_a .z_c .b_t p {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    }
    .pc_ban .ban_a .z_c .d_t li {
    margin-bottom: 10px;
    font-size: 13px;
    }
    .pc_ban .ban_a .y_c .n_r .b_t p {
    font-size: 14px;
    line-height: 26px;
    max-width:100%;
    }
    .pc_ban .ban_a .y_c .n_r .b_t span {
    font-size: 12px;
    max-width:100%;
    margin: 10px auto 0px;
    }
    .pc_ban .ban_a .z_c .d_t {
    margin-bottom: 20px;
    }
    .pc_ban .ban_a .y_c .n_r .b_t {
    margin-bottom: 20px;
    }
    .pc_ban .ban_b .m_s{font-size:16px;letter-spacing:2px;line-height:30px;}
    .pc_ban .w_z .ban_a .m_r img {
    max-width: 10%;
    }

}
@media only screen and (max-width:768px){
    .pc_ban{height:400px;}
    .pc_ban .swiper-pagination{bottom:10px;}
    .pc_ban .swiper-pagination-bullet{width:20px;}
    .pc_ban .w_z h1{font-size:26px;margin-bottom: 20px;}
    .pc_ban .w_z h2{font-size:36px;margin-bottom: 20px;}
    .pc_ban .w_z .m_s {
        font-size: 15px;
    }
    .pc_ban .ban_a .z_c .d_t li {
    margin-bottom: 6px;
    font-size: 12px;
    background: none;
    padding-left: 0px;
    line-height: 22px;
    }
    .pc_ban .ban_a .z_c .b_t p {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    letter-spacing: 2px;
   }
   .pc_ban .ban_a .y_c .n_r .b_t p {
    font-size: 13px;
    }
    .pc_ban .ban_a .y_c .n_r .b_t span{display:none;}
}
@media only screen and (max-width:640px){
    .pc_ban{height:280px;}
    .pc_ban .w_z h1{font-size:20px;margin-bottom: 5px;}
    .pc_ban .w_z h2{font-size:26px;margin-bottom: 5px;}
    .pc_ban .w_z .m_s {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .pc_ban .w_z .m_r img{max-width: 8%;}
    .pc_ban .ban_b .b_t {
    font-size: 26px;
    margin-bottom: 26px;
    }
    .pc_ban .ban_b .m_s {
    letter-spacing: 1px;
    line-height: 24px;
    }
    .pc_ban .ban_a .y_c{display:none;}
    .pc_ban .ban_a .z_c .d_t li{max-width:100%;}
    .pc_ban .ban_a .z_c .b_t p{font-size:26px;line-height:26px;}
    .pc_ban .w_z .ban_a .m_r img {
    max-width: 8%;
    }
}

.foot_r.right{
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 99;
	display: none;
}
.rta{
	margin-bottom: 10px;
	position: relative;
}
.rta_a{
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,.5);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	border-radius: 5px 0 0 5px;
}
.rta:hover .rta_a{
	background: #174187;
}
.rta_a img{
	transition: .25s;
	filter: grayscale(100%);
	filter: gray;
}
.rta:hover .rta_a img{
	filter: inherit;
}
.rhide{
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	background: #174187;
	color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: absolute;
	right: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	padding: 10px;
}
.rhide::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #174187;
	position: absolute;
	right: -5px;
	top: 20px;
	transform:rotate(45deg);
}
.rta:hover .rhide{
	opacity: 1;
	visibility: inherit;
	margin-right: 15px;
}
.rta:hover a{color:#FFFFFF;}
.rhide img{width:100%;}
.rhide .text16{
    font-size: 16px;
    line-height: 30px;
}
@media only screen and (max-width:768px) {
.right{
		transform: scale(.7);
		right: 0;
	}
}

.ny_hj video{max-width:100%;height:auto;display:block;margin:0 auto;}