@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:15px; color:#555; font-family:"Microsoft YaHei",Arial,Tahoma,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:15px; border:0; background:none; outline:none; vertical-align:middle; font-family:"Microsoft YaHei",Arial,Tahoma,sans-serif;}
button{overflow:visible;outline: none !important;}


img{border:none;}
li{list-style:none;}
a{color:#000; text-decoration:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#0063b2; 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;}
@media only screen and (max-width:1024px){
body{font-size:14px; letter-spacing:0;}
input,select,button,textarea{font-size:14px;}
input,textarea{-webkit-appearance:none; border-radius:0;}
}
@media only screen and (max-width:992px){
.container, .container-fluid{padding:0 20px;}
}
@media only screen and (max-width:320px){
.container, .container-fluid{padding:0 15px;}
}

@media only screen and (max-width:992px){
html.on{width:100%; height:100vh; overflow:hidden;}
}

@media only screen and (max-width:992px){
.sj_bj{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:fixed; top:0; left:0; content:""; z-index:999; display:none;}
}

.header{width:100%; background-color:#fff; position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on{background-color:rgba(255,255,255,.98); box-shadow:0 0 15px rgba(0,0,0,.05); border-bottom:0;}
.header .logo{width:140px; display:inline-block; position:relative;}
.header .logo img{width:100%; height:auto; display:block;}
.header .an{position:absolute; top:50%; margin-top:-12px; right:0; height:22px; width:32px; display:none;}
.header .an span{width:32px; height:2px; background-color:#333; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-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);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .s_ch{height:40px; font-weight:bold; line-height:40px; cursor:pointer; color:#555;}
.header .w_ch{display:none;}
.header .yy_xz{margin-left:50px; height:92px; text-align:center; line-height:36px; position:relative; z-index:9;}
.header .yy_xz .l_m{cursor:pointer; height:38px; margin-top:26px; border:1px solid #aaa; border-radius:5px; padding:0 15px;}
.header .yy_xz .l_m i{display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
.header .yy_xz .l_b{width:120px; position:absolute; top:92px; left:50%; margin-left:-60px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05); opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .yy_xz:hover .l_b{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .yy_xz .l_b a{line-height:38px; display:block;}
.header .yy_xz .l_b a:hover{color:#fff; background-color:#0063b2;}
.header .nav{display:inline-block;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-right:50px;}
.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:#555; text-transform:uppercase; line-height:92px;}
.header .nav ul li:hover .y_j a{color:#0063b2;}
.header .nav ul li.on .y_j a{color:#0063b2;}
.header .nav .e_j{width:100%; padding:25px 0; background-color:rgba(0,0,0,.6); position:absolute; top:92px; left:0; opacity:0; visibility:hidden; text-align:center;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
-webkit-backdrop-filter:saturate(180%) blur(20px);
backdrop-filter:saturate(180%) blur(20px);
transition:all .2s;
-o-transition:all .2s;
-ms-transition:all .2s;
-moz-transition:all .2s;
-webkit-transition:all .2s;}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav .f_l{display:inline-block; position:relative; padding:0 20px;}
.header .nav .f_l:after{width:1px; height:14px; background-color:rgba(255,255,255,.4); position:absolute; top:50%; right:-2px; margin-top:-7px; content:"";}
.header .nav .f_l:last-child:after{display:none;}
.header .nav .f_l a{line-height:38px; color:rgba(255,255,255,.8); display:block;}
.header .nav .f_l a:hover{color:#fff;}
.header .nav .s_b{display:none;}
@media only screen and (max-width:1024px){
.header .logo{width:120px;}
.header .nav ul li{margin-right:30px;}
.header .yy_xz{margin-left:30px;}
}
@media only screen and (max-width:992px){
.header .row{position:relative;}
.header .logo{margin:20px auto;}
.header .an{display:block;}
.header .s_ch{display:none;}
.header .w_ch{height:40px; font-weight:bold; line-height:40px; cursor:pointer; color:#555; position:absolute; top:50%; margin-top:-20px; left:0; display:block;}
.header .yy_xz{margin-left:0; margin-top:20px; height:inherit; text-align:left; line-height:36px; position:relative; z-index:9;}
.header .yy_xz .l_m{display:none;}
.header .yy_xz .l_b{width:100%; position:relative; top:auto; left:auto; margin-left:0; background:none; box-shadow:none; opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .yy_xz:hover .l_b{opacity:1;}
.header .yy_xz .l_b a{min-width:90px; border-radius:5px; text-align:center; display:inline-block; color:#fff; background-color:#0063b2; margin-right:6px; margin-bottom:10px;}
.header .nav{width:70%; height:calc(100% - 82px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; bottom:0; right:-70%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-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 i{display:block; width:100%; padding-right:10px; position:absolute; top:0; right:0; font-size:16px; font-weight:bold; text-align:right; line-height:60px; z-index:99;}
.header .nav .y_j a{color:#333; line-height:60px;}
.header .nav .y_j a:hover{color:#333;}
.header .nav ul li:hover .y_j a{color:#333;}
.header .nav ul li.on .y_j a{color:#333;}
.header .nav .e_j{width:70%; height:calc(100% - 82px); padding:10px 5% 20px; background-color:#fafafa; position:fixed; top:auto; left:auto; bottom:0; right:-70%; z-index:9999; overflow:auto; display:block; opacity:1; visibility:inherit; text-align:left;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav .e_j.on{right:0;}
.header .nav .f_l{width:100%; padding:0; margin-bottom:0;}
.header .nav .f_l a{font-size:16px; line-height:60px; color:#555; border-bottom:1px solid #ddd;}
.header .nav .f_l a:hover{color:#555;}
.header .nav .s_b{display:block; line-height:50px;}
.header .nav .s_b i{font-size:16px; font-weight:bold;}
}
@media only screen and (max-width:640px){
.header .logo{margin:15px auto;}
.header .nav{height:calc(100% - 71px);}
.header .nav .e_j{height:calc(100% - 71px);}
}

.head_h{width:100%; height:92px; background-color:#fff; overflow:hidden;}
@media only screen and (max-width:992px){
.head_h{height:82px;}
}
@media only screen and (max-width:640px){
.head_h{height:71px;}
}

.search{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:fixed; top:0; left:0; z-index:99999; display:none;}
.search .sc_bj{width:100%; padding:150px 0; background-color:#fff; position:relative;}
.search .sc_gb{position:absolute; top:50px; right:20%; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb:hover{transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);}
.search .sc_gb i{font-size:30px;}
.search .sc_nr{width:500px; border-bottom:1px solid #ddd; margin:0 auto;}
.search input{width:430px; height:60px; font-size:16px; line-height:60px; color:#555; float:left;}
.search input::placeholder{color:#999;}
.search button{width:70px; height:60px; line-height:60px; text-align:center; color:#000; float:right;}
.search button i{font-size:30px;}
@media only screen and (max-width:1024px){
.search .sc_bj{padding:100px 0;}
.search .sc_gb{top:35px; right:35px;}
.search .sc_gb i{font-size:32px;}
}
@media only screen and (max-width:640px){
.search .sc_gb{top:20px; right:20px;}
.search .sc_gb i{font-size:22px;}
.search .sc_nr{width:90%;}
.search input{width:85%; font-size:15px;}
.search button{width:15%;}
.search button i{font-size:26px;}
}

.pc_ban{width:100%; height:calc(100vh - 215px); min-height:650px; background-color:#000; position:relative; overflow:hidden;}
.pc_ban .swiper-slide:after{width:0; height:5px; background-color:rgba(255,255,255,.3); position:absolute; left:0; bottom:0; content:"";
transition:all 5s .5s;
-o-transition:all 5s .5s;
-ms-transition:all 5s .5s;
-moz-transition:all 5s .5s;
-webkit-transition:all 5s .5s;}
.pc_ban .swiper-slide-active:after{width:100%;}
.pc_ban .swiper-slide:before{width:100%; height:100%; position:absolute; top:0; left:0; content:"";
background-image:linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image:-ms-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));}
.pc_ban .swiper-button-prev{width:44px; height:44px; border-radius:50%; background:rgba(0,0,0,.6) url(../images/ban_l.png) no-repeat center / 26px 26px; left:0; margin-top:-22px; opacity:0; transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-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:rgba(0,99,178,.6) url(../images/ban_l.png) no-repeat center / 26px 26px;}
.pc_ban .swiper-button-next{width:44px; height:44px; border-radius:50%; background:rgba(0,0,0,.6) url(../images/ban_r.png) no-repeat center / 26px 26px; right:0; margin-top:-22px; opacity:0; transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-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:rgba(0,99,178,.6) url(../images/ban_r.png) no-repeat center / 26px 26px;}
.pc_ban .swiper-pagination{bottom:30px;}
.pc_ban .swiper-pagination-bullet{width:12px; height:12px; background-color:#fff; margin:0 6px !important; opacity:.5;}
.pc_ban .swiper-pagination-bullet-active{opacity:1;}
.pc_ban .container{position:absolute; top:50%; left:50%; z-index:99;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.pc_ban .w_z{width:46%; color:#fff; position:relative;}
.pc_ban .w_z h2{font-size:40px; font-weight:bold; line-height:50px; margin-bottom:10px;}
.pc_ban .w_z h3{font-size:16px; font-family:Arial; font-weight:bold; text-transform:uppercase; line-height:22px;}
.pc_ban .w_z p{font-size:16px; line-height:26px; margin-top:15px;}
.pc_ban .w_z .n_r{width:140px; height:40px; border-radius:20px; border:1px solid #fff; margin-top:35px; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .w_z .n_r:hover{background-color:rgba(255,255,255,0);}
.pc_ban .w_z .n_r a{color:#fff; text-align:center; line-height:36px; display:block;}
.pc_ban .w_z .n_r i{font-size:14px; font-weight:bold; padding-left:10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .w_z .n_r a:hover i{padding-left:15px;} 
@media only screen and (max-width:1024px){
.pc_ban{height:460px; min-height:inherit;}
.pc_ban .swiper-slide:after{height:3px;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .swiper-pagination{bottom:10px;}
.pc_ban .swiper-pagination-bullet{width:10px; height:10px;}
.pc_ban .w_z{width:70%;}
.pc_ban .w_z h2{font-size:32px; line-height:32px;}
.pc_ban .w_z h3{font-size:15px;}
.pc_ban .w_z p{font-size:15px;}
.pc_ban .w_z .n_r{width:120px; height:36px; border-radius:18px; margin-top:25px;}
.pc_ban .w_z .n_r a{line-height:34px;} 
}
@media only screen and (max-width:992px){
.pc_ban{height:340px;}
.pc_ban .w_z{width:100%;}
.pc_ban .w_z h2{font-size:28px; line-height:30px;}
}
@media only screen and (max-width:640px){
.pc_ban{height:280px;}
.pc_ban .w_z{width:100%; text-align:center;}
.pc_ban .w_z h2{font-size:22px; line-height:28px; margin:0;}
.pc_ban .w_z h3{display:none;}
.pc_ban .w_z p{font-size:14px; margin-top:10px;}
.pc_ban .w_z .n_r{width:100px; height:32px; border-radius:16px; margin:15px auto 0;}
.pc_ban .w_z .n_r a{line-height:30px;}
.pc_ban .w_z .n_r i{display:none;}
}

.gy_bt{margin-bottom:70px; text-align:center; position:relative; z-index:99;}
.gy_bt h3{font-size:40px; line-height:58px; font-weight:bold; color:#1e1e1e; margin-bottom:10px;}
.gy_bt h3 i{font-family:Arial; font-size:44px; vertical-align:middle; display:inline-block;}
.gy_bt em{width:80px; height:3px; border-radius:3px; background-color:#0063b2; margin:20px auto 0; display:block;}
.gy_bt p{font-size:18px; line-height:28px; text-transform:uppercase; font-weight:normal; color:#666;}
@media only screen and (max-width:1024px){
.gy_bt{margin-bottom:40px;}
.gy_bt h3{font-size:32px; line-height:46px;}
.gy_bt h3 i{font-size:34px;}
.gy_bt p{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:992px){
.gy_bt h3{font-size:26px; line-height:34px;}
.gy_bt h3 i{font-size:28px;}
}
@media only screen and (max-width:640px){
.gy_bt{margin-bottom:30px;}
.gy_bt h3{font-size:22px; line-height:32px;}
.gy_bt h3 i{font-size:24px;}
.gy_bt p{font-size:14px; line-height:24px;}
}

.gy_nr{width:100%; margin-bottom:30px; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
@media only screen and (max-width:1024px){
.gy_nr{margin-bottom:20px;}
}

.gy_tp{overflow:hidden; position:relative;}
.gy_tp img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.gy_nr:hover .gy_tp img{transform:scale(1.05);
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-transform:scale(1.05);}

.gy_wz{position:relative; line-height:1.2;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_wz h1{font-size:18px; font-weight:bold; line-height:1.4; color:#333; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_nr:hover .gy_wz h1{color:#1e57be;}
.gy_wz h4{font-size:16px; line-height:1.4; color:#333; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_nr:hover .gy_wz h4{color:#1e57be;}
.gy_wz p{line-height:1.6;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
@media only screen and (max-width:1024px){
.gy_wz{font-size:14px;}
.gy_wz h1{font-size:17px;}
.gy_wz h4{font-size:15px;}
.gy_wz strong{margin-right:6px; font-size:17px;}
}

.sy_sj{width:100%; padding:30px 0; border-top:2px solid rgba(255,255,255,.2); background-color:#004c89; overflow:hidden;}
.sy_sj .wrap .col-6{border-right:1px solid rgba(255,255,255,.2);}
.sy_sj .wrap .col-6:last-child{border-right:0;}
.sy_sj .wrap .n_r{display:flex; flex-wrap:wrap; cursor:pointer;}
.sy_sj .wrap .t_b{width:50px; opacity:.9;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_sj .wrap .t_b img{width:100%; height:auto; display:inline-block;}
.sy_sj .wrap .n_r:hover .t_b{transform:rotateY(180deg);
-o-transform:rotateY(180deg);
-ms-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);}
.sy_sj .wrap .s_z{max-width:calc(100% - 50px); font-size:18px; color:#fff; margin-left:15px;}
.sy_sj .wrap .s_z b{font-size:30px; line-height:40px; color:#f5cd76; font-family:Arial; display:inline-block; vertical-align:middle; margin-top:-3px; margin-right:5px;}
.sy_sj .wrap .s_z p{font-size:15px; line-height:24px;}
@media only screen and (max-width:1024px){
.sy_sj{padding:20px 0;}
.sy_sj .wrap .t_b{width:40px;}
.sy_sj .wrap .s_z{font-size:16px;}
.sy_sj .wrap .s_z b{font-size:26px; font-size:26px;}
}
@media only screen and (max-width:992px){
.sy_sj .wrap .s_z{max-width:100%; width:100%; margin-top:6px; font-size:16px; text-align:center; margin-left:0;}
.sy_sj .wrap .s_z b{font-size:26px; line-height:32px;}
.sy_sj .wrap .s_z p{font-size:14px;}
}
@media only screen and (max-width:640px){
.sy_sj{padding:0;}
.sy_sj .wrap .col-6{border-bottom:1px solid rgba(255,255,255,.3);}
.sy_sj .wrap .col-6:nth-child(2n){border-right:0;}
.sy_sj .wrap .n_r{padding:15px 0;}
.sy_sj .wrap .s_z{width:100%; max-width:100%; font-size:15px; margin-left:0; text-align:center; margin-top:10px;}
.sy_sj .wrap .s_z b{font-size:22px; line-height:26px;}
.sy_sj .wrap .s_z p{font-size:14px; line-height:22px;}
}

.sy_cp{width:100%; padding:100px 0; overflow:hidden;}
.sy_cp .cp_zs{position:relative; background:url(../images/cp_bj.jpg) no-repeat center / 100% auto;}
.sy_cp .cp_zs .container{max-width:1300px;}
.sy_cp .cp_zs .swiper-pagination{display:none;}
.sy_cp .cp_zs .swiper-slide:before{width:40px; height:40px; border-radius:100%; background-color:#73a1f4; position:absolute; top:50%; margin-top:-20px; right:-70px; content:"";
animation:gq 1s ease-out infinite;
-webkit-animation:gq 2s ease-out infinite;
-moz-animation:gq 2s ease-out infinite;
-ms-animation:gq 2s ease-out infinite;
-o-animation:gq 2s ease-out infinite;}
.sy_cp .cp_zs .swiper-slide:last-child:before{display:none;}
.sy_cp .cp_zs .swiper-slide:after{width:16px; height:16px; border-radius:100%; background-color:#1e57be; position:absolute; top:50%; margin-top:-8px; right:-58px; content:"";}
.sy_cp .cp_zs .swiper-slide:last-child:after{display:none;}
.sy_cp .cp_zs .gy_wz{width:80%; position:absolute; top:15%; left:10%; text-align:center;}
.sy_cp .cp_zs .gy_wz .t_b{width:60px; margin:0 auto 20px;}
.sy_cp .cp_zs .gy_wz .t_b img{width:100%; height:auto; display:inline-block;}
.sy_cp .cp_zs .gy_wz span{display:inline-block; min-width:120px; padding:0 15px; border-radius:18px; line-height:28px; color:#fff; background-color:#b48a59;}
.sy_cp .cp_zs .gy_wz h3{font-size:24px; font-weight:bold; color:#000; line-height:32px; margin:15px 0;}
.sy_cp .cp_zs .gy_wz ul li{line-height:26px;}
@media only screen and (max-width:1024px){
.sy_cp{padding:60px 0 40px;}
.sy_cp .cp_zs .container{max-width:990px;}
.sy_cp .cp_zs .gy_wz{top:8%;}
.sy_cp .cp_zs .gy_wz .t_b{width:50px; margin:0 auto 10px;}
.sy_cp .cp_zs .gy_wz span{min-width:110px; padding:0 10px; border-radius:15px; line-height:26px;}
.sy_cp .cp_zs .gy_wz h3{font-size:18px; line-height:28px; margin:5px 0;}
.sy_cp .cp_zs .gy_wz ul li{line-height:24px;}
}
@media only screen and (max-width:992px){
.sy_cp .cp_zs .swiper-cp{padding:0 0 30px;}
.sy_cp .cp_zs .swiper-pagination{bottom:0; display:block;}
.sy_cp .cp_zs .swiper-pagination-bullet{width:8px; height:8px; background-color:#000;}
.sy_cp .cp_zs .swiper-pagination-bullet-active{background-color:#0063b2;}
.sy_cp .cp_zs .swiper-slide{width:55%;}
.sy_cp .cp_zs .swiper-slide:before{display:none;}
.sy_cp .cp_zs .swiper-slide:after{display:none;}
.sy_cp .cp_zs .gy_wz{width:90%; top:18%; left:5%;}
.sy_cp .cp_zs .gy_wz .t_b{width:50px; margin:0 auto 15px;}
}
@media only screen and (max-width:375px){
.sy_cp{padding:50px 0 30px;}
.sy_cp .cp_zs .swiper-slide{width:65%;}
}

@-webkit-keyframes gq{
0%{background-color:rgba(115,161,244,.6);}
100%{background-color:rgba(115,161,244,0); -webkit-transform:scale(1.2);}
}
@-moz-keyframes gq{
0%{background-color:rgba(115,161,244,.6);}
100%{background-color:rgba(115,161,244,0); -moz-transform:scale(1.2);}
}
@-ms-keyframes gq{
0%{background-color:rgba(115,161,244,.6);}
100%{background-color:rgba(115,161,244,0); -ms-transform:scale(1.2);}
}
@-o-keyframes gq{
0%{background-color:rgba(115,161,244,.6);}
100%{background-color:rgba(115,161,244,0); -o-transform:scale(1.2);}
}
@keyframes gq{
0%{background-color:rgba(115,161,244,.6);}
100%{background-color:rgba(115,161,244,0); transform:scale(1.2);}
}

.sy_gy{width:100%; padding-top:100px; background:url(../images/sy_bj.jpg) no-repeat center / cover fixed; color:#fff; text-align:center; position:relative; overflow:hidden;}
.sy_gy:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.5);}
.sy_gy .container-fluid{position:relative; z-index:9; padding:0;}
.sy_gy .gy_bt{padding:0 15px;}
.sy_gy .gy_bt h3{color:#fff;}
.sy_gy .gy_bt em{background-color:#fff;}
.sy_gy .js_wz{max-width:900px; margin:0 auto; font-size:17px; line-height:36px; margin-bottom:60px;}
.sy_gy .gy_js ul li{width:33.3333333333333%; border-right:1px solid rgba(255,255,255,.2); border-top:1px solid rgba(255,255,255,.2);}
.sy_gy .gy_js ul li:nth-child(3n){border-right:0;}
.sy_gy .js_nr{min-height:360px; cursor:pointer; position:relative;}
.sy_gy .js_nr:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; opacity:0;
background-image:linear-gradient(to bottom, rgba(30,87,189,0), rgba(30,87,189,.5));
background-image:-o-linear-gradient(to bottom, rgba(30,87,189,0), rgba(30,87,189,.5));
background-image:-ms-linear-gradient(to bottom, rgba(30,87,189,0), rgba(30,87,189,.5));
background-image:-moz-linear-gradient(to bottom, rgba(30,87,189,0), rgba(30,87,189,.5));
background-image:-webkit-linear-gradient(to bottom, rgba(30,87,189,0), rgba(30,87,189,.5));
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_gy .js_nr:hover:after{opacity:.7;}
.sy_gy .js_nr .t_b{width:64px; margin:0 auto 15px;}
.sy_gy .js_nr .t_b img{width:100%; height:auto; display:block;}
.sy_gy .js_nr .n_r{max-width:400px; margin:0 auto; position:relative; z-index:9;}
.sy_gy .js_nr .n_r h3{font-size:26px; font-weight:bold; line-height:36px;}
.sy_gy .js_nr .n_r p{font-size:16px; line-height:26px; margin-top:15px;}
@media only screen and (max-width:1024px){
.sy_gy{padding-top:80px; background:url(../images/sy_bj.jpg) no-repeat center / cover;}
.sy_gy .gy_bt{padding:0 20px;}
.sy_gy .js_wz{font-size:15px; line-height:28px; margin-bottom:40px;}
.sy_gy .js_nr{min-height:260px;}
.sy_gy .js_nr .t_b{width:56px; margin:0 auto 10px;}
.sy_gy .js_nr .n_r{max-width:100%; padding:0 20px;}
.sy_gy .js_nr .n_r h3{font-size:22px; line-height:32px;}
.sy_gy .js_nr .n_r p{font-size:14px; line-height:24px; margin-top:6px;}
}
@media only screen and (max-width:992px){
.sy_gy{padding-top:60px;}
.sy_gy .js_wz{padding:0 20px;}
.sy_gy .js_nr{min-height:200px;}
.sy_gy .js_nr .t_b{width:50px;}
.sy_gy .js_nr .n_r{padding:0 15px;}
.sy_gy .js_nr .n_r h3{font-size:18px; line-height:28px;}
}
@media only screen and (max-width:640px){
.sy_gy .js_wz{max-width:100%; padding:0 15px; font-size:14px; line-height:26px;}
.sy_gy .gy_js ul li{width:100%; border-right:0;}
.sy_gy .js_nr{min-height:190px;}
.sy_gy .js_nr .n_r{padding:0 10px;}
.sy_gy .js_nr .n_r h3{font-size:17px; line-height:28px;}
}
@media only screen and (max-width:320px){
.sy_gy .gy_bt{padding:0 15px;}
}

.sy_al{width:100%; padding-top:100px; overflow:hidden;}
.sy_al .al_zs{position:relative; overflow:hidden;}
.sy_al .al_zs .hd{width:100%; height:100%; background-color:rgba(0,0,0,.1); position:absolute; top:0; left:0; z-index:9;}
.sy_al .al_zs .hd ul{width:100%; height:100%; position:relative;}
.sy_al .al_zs .hd ul li{width:20%; height:100%; background-color:rgba(255,255,255,.2); padding:100px 35px; border-right:1px solid rgba(255,255,255,.3); position:relative; color:#fff; cursor:pointer;}
.sy_al .al_zs .hd ul li.on{background-color:rgba(0,0,0,.1);}
.sy_al .al_zs .hd h3{font-size:24px; line-height:1.8; margin-bottom:10px;}
.sy_al .al_zs .hd p{line-height:24px; height:48px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.sy_al .al_zs .hd em{width:40px; height:3px; background-color:rgba(255,255,255,.6); margin-top:20px; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_al .al_zs .hd ul li.on em{width:80px; background-color:#fff;}
.sy_al .al_zs .bd ul li img{width:100%; height:auto; display:inline-block;}
@media only screen and (max-width:1024px){
.sy_al{padding-top:70px;}
.sy_al .al_zs .hd h3{font-size:20px; line-height:1.4;}
.sy_al .al_zs .hd p{line-height:22px; height:44px;}
.sy_al .al_zs .hd em{margin-top:15px;}
}
@media only screen and (max-width:992px){
.sy_al{padding-top:60px;}
.sy_al .al_zs .hd ul li{padding:50px 25px;}
}
@media only screen and (max-width:640px){
.sy_al{padding-top:50px;}
.sy_al .al_zs .hd{background:none; position:relative; top:auto; left:auto; padding:0 15px;}
.sy_al .al_zs .hd .jt_ct{justify-content:center;}
.sy_al .al_zs .hd ul li{width:31%; height:60px; background:none; padding:0 15px; text-align:center; margin:0 1.15% 10px; border:1px solid #ddd; color:#555; display:flex; align-items:center;}
.sy_al .al_zs .hd ul li.on{background-color:#0063b2; border:1px solid #0063b2; color:#fff;}
.sy_al .al_zs .hd h3{font-size:15px; line-height:20px; margin-bottom:0;}
.sy_al .al_zs .hd p{display:none;}
.sy_al .al_zs .hd em{display:none;}
}

.sy_jr{width:100%; padding:100px 0; background-color:#f7f7f7; overflow:hidden;}
.sy_jr .gy_nr{position:relative; margin:0;}
.sy_jr .gy_nr:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.1);}
.sy_jr .gy_nr a{position:absolute; bottom:15%; left:8%; z-index:9; border:1px solid #fff; background-color:rgab(255,255,255,.5); padding:0 15px; line-height:32px; color:#fff; display:block;}
.sy_jr .gy_nr a:hover{background-color:#fff; color:#0063b2;}
.sy_jr .gy_wz{width:60%; position:absolute; top:15%; left:8%; color:#fff; z-index:9;}
.sy_jr .gy_wz h3{font-size:28px; font-weight:bold; line-height:38px;}
.sy_jr .gy_wz p{font-size:16px; line-height:26px; height:52px; margin-top:10px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
@media only screen and (max-width:1024px){
.sy_jr{padding:60px 0;}
.sy_jr .gy_wz h3{font-size:24px; line-height:32px;}
.sy_jr .gy_wz p{font-size:14px; line-height:24px; height:48px; margin-top:10px;}
}
@media only screen and (max-width:992px){
.sy_jr{padding:50px 0;}
.sy_jr .row{margin:0 -10px;}
.sy_jr .col-12{padding:0 10px;}
.sy_jr .gy_wz{width:70%; top:10%;}
.sy_jr .gy_wz h3{font-size:20px; line-height:30px;}
.sy_jr .gy_nr a{bottom:10%; padding:0 10px; line-height:30px;}
}
@media only screen and (max-width:640px){
.sy_jr{padding:50px 0 20px;}
.sy_jr .col-12{margin-bottom:30px;}
}

.sy_xw{width:100%; padding:100px 0; overflow:hidden;}
.sy_xw .xw_zs{position:relative;}
.sy_xw .xw_zs .swiper-button-prev{width:36px; height:36px; border-radius:5px; background:#bbb url(../images/ban_l.png) no-repeat center / 26px 26px; left:-70px; margin-top:-18px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .xw_zs .swiper-button-prev:hover{background:#0063b2 url(../images/ban_l.png) no-repeat center / 26px 26px;}
.sy_xw .xw_zs .swiper-button-next{width:36px; height:36px; border-radius:5px; background:#bbb url(../images/ban_r.png) no-repeat center / 26px 26px; right:-70px; margin-top:-18px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .xw_zs .swiper-button-next:hover{background:#0063b2 url(../images/ban_r.png) no-repeat center / 26px 26px;}
.sy_xw .xw_zs .swiper-pagination{display:none;}
.sy_xw .gy_nr{margin-bottom:0;}
.sy_xw .gy_wz{margin-top:15px;}
.sy_xw .gy_wz h3{font-size:18px; font-weight:bold; color:#333; line-height:26px; height:52px; margin-bottom:25px; overflow:hidden; display:-webkit-box;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.sy_xw .gy_nr:hover .gy_wz h3{color:#1e57be;}
.sy_xw .gy_wz span{font-size:14px; color:#777; margin-bottom:10px; display:block;}
@media only screen and (max-width:1024px){
.sy_xw{padding:60px 0 40px;}
.sy_xw .xw_zs .swiper-xw{padding-bottom:40px;}
.sy_xw .xw_zs .swiper-button-prev{display:none;}
.sy_xw .xw_zs .swiper-button-next{display:none;}
.sy_xw .xw_zs .swiper-pagination{bottom:0; display:block;}
.sy_xw .xw_zs .swiper-pagination-bullet{width:8px; height:8px; background-color:#000;}
.sy_xw .xw_zs .swiper-pagination-bullet-active{background-color:#0063b2;}
}
@media only screen and (max-width:992px){
.sy_xw{padding:50px 0 30px;}
.sy_xw .xw_zs .swiper-xw{padding-bottom:30px;}
}
@media only screen and (max-width:640px){
.sy_xw{padding:40px 0 25px;}
.sy_xw .gy_wz h3{font-size:17px; line-height:22px; height:44px; margin-bottom:15px;}
}

.ny_ban{width:100%; height:500px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden; z-index:99;}
.ny_ban:after{width:100%; height:100%; background-color:rgba(27,27,55,.6); position:absolute; top:0; left:0; content:"";}
.ny_ban .container{position:absolute; top:50%; left:50%; color:#fff; z-index:99;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%); 
-moz-transform:translate(-50%,-50%); 
-ms-transform:translate(-50%,-50%); 
-o-transform:translate(-50%,-50%);}
.ny_ban .w_z{position:relative; text-align:center;}
.ny_ban .w_z h3{font-size:36px; font-weight:bold; line-height:44px; margin-bottom:30px;}
.ny_ban .w_z h4{font-size:18px; line-height:28px;}
@media only screen and (max-width:1024px) {
.ny_ban{height:260px;}
.ny_ban .container{width:100%;}
.ny_ban .w_z h3{font-size:30px; line-height:40px; margin-bottom:15px;}
.ny_ban .w_z h4{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:640px) {
.ny_ban{height:180px;}
.ny_ban .w_z h3{font-size:22px; line-height:32px;}
.ny_ban .w_z h4{font-size:13px; line-height:22px;}
}

.ny_lm{width:100%; height:80px; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1); text-align:center; position:relative; z-index:999;}
.ny_lm ul li{display:inline-block; margin:0 30px; position:relative;}
.ny_lm ul li a{font-size:18px; line-height:80px;}
.ny_lm ul li.on a{color:#0063b2;}
@media only screen and (max-width:1024px) {
.ny_lm{height:60px;}
.ny_lm ul li{margin:0 20px;}
.ny_lm ul li a{font-size:16px; line-height:60px;}
}
@media only screen and (max-width:640px) {
.ny_lm{display:none;}
}

.gs_js{width:100%; padding:80px 0; overflow:hidden;}
.gs_js .zc_js{width:22%; color:#c9a77e; display:flex; flex-wrap:wrap;}
.gs_js .zc_js .f_l{width:100%;}
.gs_js .zc_js .f_l h1{font-size:20px; font-weight:bold; margin-bottom:5px;}
.gs_js .zc_js .f_l h1 strong{font-size:32px; margin-right:6px;}
.gs_js .zc_js .f_l h3{font-size:18px; font-weight:bold; line-height:28px; margin-bottom:5px;}
.gs_js .zc_js .f_l h3 span{font-weight:normal; display:inline-block; font-size:15px; margin-left:5px;}
.gs_js .zc_js .f_l p{font-size:15px; line-height:26px;}
.gs_js .yc_js{width:74%; padding:35px; background-color:#fafafa; border-radius:5px;}
.gs_js .yc_js h3{font-size:20px; color:#0063b2; font-weight:bold; line-height:30px;}
.gs_js .yc_js h3 img{width:auto; height:20px; display:inline-block; margin-right:10px; vertical-align:middle;}
.gs_js .sd_bk{margin-bottom:40px;}
.gs_js .sd_bk ul li{width:23%; margin-top:15px; padding:60px 15px 35px; border-radius:10px; background-color:#eef7fb;}
.gs_js .sd_bk .t_b{width:60px; margin:0 auto 30px;}
.gs_js .sd_bk .t_b img{width:100%; height:auto; display:inline-block;}
.gs_js .sd_bk .w_z{font-size:18px; text-align:center; color:#0063b2; line-height:28px;}
.gs_js .cp_fw ul li{width:23%; margin-top:15px; padding:20px 15px; border-radius:10px; background:url(../images/jb.jpg) repeat-y center / 100%; font-size:18px; text-align:center; color:#fff; line-height:28px;}
@media only screen and (max-width:1024px) {
.gs_js{padding:60px 0;}
.gs_js .zc_js .f_l h1{font-size:18px;}
.gs_js .zc_js .f_l h1 strong{font-size:26px;}
.gs_js .zc_js .f_l h3{font-size:17px; line-height:26px;}
.gs_js .zc_js .f_l h3 span{font-size:14px;}
.gs_js .zc_js .f_l p{font-size:14px; line-height:24px;}
.gs_js .yc_js{padding:25px;}
.gs_js .yc_js h3{font-size:18px; line-height:28px;}
.gs_js .yc_js h3 img{height:18px; margin-right:8px;}
.gs_js .sd_bk{margin-bottom:30px;}
.gs_js .sd_bk ul li{margin-top:15px; padding:40px 10px 25px;}
.gs_js .sd_bk .t_b{margin:0 auto 20px;}
.gs_js .sd_bk .w_z{font-size:16px; line-height:26px;}
.gs_js .cp_fw ul li{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:992px) {
.gs_js .yc_js{padding:20px;}
.gs_js .sd_bk ul li{width:48.5%; margin-top:15px; padding:20px 35px; display:flex; justify-content:center; align-items:center;}
.gs_js .sd_bk .t_b{width:50px; margin:0;}
.gs_js .sd_bk .w_z{width:calc(100% - 60px); font-size:16px; text-align:left; line-height:26px; margin-left:10px;}
.gs_js .cp_fw ul li{width:32%; padding:15px; font-size:16px; line-height:26px;}
.gs_js .cp_fw ul li:nth-last-child(2){width:49%;}
.gs_js .cp_fw ul li:last-child{width:49%;}
}
@media only screen and (max-width:640px) {
.gs_js{padding:50px 0;}
.gs_js .zc_js{width:100%; justify-content:space-between;}
.gs_js .zc_js .f_l{width:48%; background-color:#f7f7f7; padding:25px 0; border-radius:5px; margin-bottom:20px; text-align:center;}
.gs_js .zc_js .f_l:last-child{width:100%;}
.gs_js .yc_js{width:100%;}
.gs_js .cp_fw ul li{width:49%;}
}

.gs_fs{width:100%; padding:80px 0 60px; background-color:#f2f2f2; overflow:hidden;}
.gs_fs .n_r{width:32%; padding:35px 50px; background-color:#0063b2; color:#fff; border-radius:10px; margin-bottom:20px;}
.gs_fs .n_r:nth-child(2n){background-color:#fff; color:#555;}
.gs_fs .n_r h1{font-size:26px; color:#fff; font-weight:bold; line-height:36px; margin-bottom:10px;}
.gs_fs .n_r:nth-child(2n) h1{color:#333;}
.gs_fs .n_r h1 strong{font-size:36px; color:#c9a77e; display:inline-block; margin:0 3px;}
.gs_fs .n_r p{line-height:26px;}
@media only screen and (max-width:1024px) {
.gs_fs{padding:60px 0 40px;}
.gs_fs .n_r{padding:25px 30px;}
.gs_fs .n_r h1{font-size:22px; line-height:32px;}
.gs_fs .n_r h1 strong{font-size:30px;}
.gs_fs .n_r p{line-height:24px;}
}
@media only screen and (max-width:992px) {
.gs_fs .n_r{padding:25px 20px;}
.gs_fs .n_r h1{font-size:18px; line-height:28px;}
.gs_fs .n_r h1 strong{font-size:26px;}
}
@media only screen and (max-width:640px) {
.gs_fs .n_r{width:100%;}
.gs_fs .n_r{padding:15px 10px; text-align:center;}
.gs_fs .n_r h1{font-size:16px;}
.gs_fs .n_r h1 strong{font-size:22px;}
}

.gs_gf{width:100%; padding:80px 0; overflow:hidden;}
.gs_gf .gf_js{display:flex; flex-wrap:wrap; margin-bottom:60px;}
.gs_gf .gf_js .j_s{width:47%;}
.gs_gf .gf_js .jm_bt{text-align:left;}
.gs_gf .gf_js .w_z{font-size:16px; line-height:30px;}
.gs_gf .gf_js .t_p{width:47%;}
.gs_gf .gf_js .t_p img{width:100%; height:auto; display:block;}
.gs_gf .fz_lc ul li{width:31%; padding:30px; border:2px solid #0063b2; position:relative; margin-top:30px;}
.gs_gf .fz_lc strong{display:inline-block; width:130px; height:44px; border-radius:5px 5px 0 0; background-color:#0063b2; font-size:18px; line-height:44px; color:#fff; text-align:center; position:absolute; top:-46px; left:-2px;}
.gs_gf .fz_lc p{font-size:16px; line-height:26px;}
@media only screen and (max-width:1024px) {
.gs_gf{padding:60px 0;}
.gs_gf .gf_js{margin-bottom:50px;}
.gs_gf .gf_js .w_z{font-size:15px; line-height:28px;}
.gs_gf .fz_lc ul li{width:32%; padding:20px;}
.gs_gf .fz_lc strong{width:120px; height:38px; font-size:17px; line-height:38px; top:-40px;}
.gs_gf .fz_lc p{font-size:15px; line-height:24px;}
}
@media only screen and (max-width:992px) {
.gs_gf .gf_js{margin-bottom:40px;}
.gs_gf .gf_js .jm_bt p{padding:0;}
}
@media only screen and (max-width:640px) {
.gs_gf{padding:50px 0 30px;}
.gs_gf .gf_js{margin-bottom:30px;}
.gs_gf .gf_js .jm_bt{text-align:center;}
.gs_gf .gf_js .j_s{width:100%;}
.gs_gf .gf_js .w_z{font-size:14px; line-height:26px;}
.gs_gf .gf_js .t_p{width:100%; margin-top:20px;}
.gs_gf .fz_lc ul li{width:100%; margin-bottom:20px;}
}

.gs_yw{width:100%; padding-bottom:80px; overflow:hidden;}
.gs_yw .yw_tp img{max-width:100%; height:auto; display:block; margin:0 auto;}
@media only screen and (max-width:1024px) {
.gs_yw{padding-bottom:60px;}
.gs_yw .yw_tp img{width:80%;}
}
@media only screen and (max-width:992px) {
.gs_yw .yw_tp img{width:100%;}
}

.gs_yj{width:100%; padding:80px 0; background:url(../images/yj_bj.jpg) no-repeat center / cover; text-align:center; overflow:hidden;}
.gs_yj .jm_bt h3{color:#fff;}
.gs_yj .jm_bt p{color:#fff;}
.gs_yj .yj_wz{display:inline-block; padding:35px; background-color:rgba(255,255,255,.1); border:2px solid rgba(255,255,255,.3); font-size:36px; font-weight:bold; color:#fff; line-height:46px; text-align:center;}
@media only screen and (max-width:1024px) {
.gs_yj{padding:60px 0;}
.gs_yj .yj_wz{padding:25px 35px; font-size:26px; line-height:36px;}
}
@media only screen and (max-width:992px) {
.gs_yj .yj_wz{padding:20px 35px; font-size:22px; line-height:32px;}
}
@media only screen and (max-width:640px) {
.gs_yj{padding:50px 0;}
.gs_yj .yj_wz{padding:15px 30px; font-size:20px; line-height:30px;}
}

.hz_hb{width:100%; padding:60px 0 80px; overflow:hidden;}
.hz_hb .jg_js ul li{padding:60px 30px 30px; margin-top:70px; border:2px solid #0063b2;}
.hz_hb .jg_js .l_g{width:400px; margin:-105px auto 30px;}
.hz_hb .jg_js .l_g img{width:100%; height:auto; display:block;}
.hz_hb .jg_js .w_z p{position:relative; padding-left:20px; font-size:16px; line-height:28px; margin:20px 0;}
.hz_hb .jg_js .w_z p:after{width:6px; height:6px; position:absolute; top:11px; left:0; content:""; background-color:#0063b2;}
@media only screen and (max-width:1024px) {
.hz_hb{padding:50px 0 60px;}
.hz_hb .jg_js ul li{padding:50px 20px 20px; margin-top:60px;}
.hz_hb .jg_js .l_g{width:320px; margin:-85px auto 20px;}
.hz_hb .jg_js .w_z p{font-size:15px; line-height:26px; margin:15px 0;}
}
@media only screen and (max-width:640px) {
.hz_hb .jg_js ul li{padding:40px 15px 15px; margin-top:50px;}
.hz_hb .jg_js .l_g{width:250px; margin:-70px auto 15px;}
.hz_hb .jg_js .w_z p{font-size:14px; line-height:24px; margin:10px 0;}
}

.xw_nr{width:100%; padding:60px 0 80px; overflow:hidden;}
.xw_nr .row{margin:0 -25px;}
.xw_nr .col-12{padding:0 25px;}
.xw_nr .xw_lb ul li{border-bottom:1px dotted #ddd; padding-bottom:25px; margin-bottom:25px;}
.xw_nr .xw_lb .row{margin:0 -15px;}
.xw_nr .xw_lb .col-12{padding:0 15px;}
.xw_nr .xw_lb .t_p{overflow:hidden;}
.xw_nr .xw_lb .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.xw_nr .xw_lb ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.xw_nr .xw_lb .r_q{color:#999; line-height:32px;}
.xw_nr .xw_lb .r_q i{font-size:16px; color:#333; line-height:32px; margin-right:5px; vertical-align:middle;}
.xw_nr .xw_lb .w_z{position:relative;}
.xw_nr .xw_lb .w_z h3{font-size:20px; font-weight:bold; line-height:32px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin-bottom:10px;}
.xw_nr .xw_lb .w_z p{line-height:24px; color:#777; height:48px; margin-top:10px; margin-bottom:20px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.xw_nr .xw_lb .w_z a.x_q{width:120px; border:1px solid #0063b2; font-size:15px; text-align:center; line-height:36px; color:#0063b2; display:inline-block;}
.xw_nr .xw_lb .w_z a.x_q:hover{background-color:#0063b2; color:#fff;}
.xw_nr .sp_lb{max-width:1000px; margin:0 auto;}
.xw_nr .sp_lb ul li{padding:40px; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1); margin-bottom:40px;}
.xw_nr .sp_lb .sp_tp{width:100%; position:relative;}
.xw_nr .sp_lb .vd_bj{position:relative; z-index:9;}
.xw_nr .sp_lb .vd_bj img{width:100%; height:auto; display:inline-block;}
.xw_nr .sp_lb .vd_bj .b_f{width:100px; position:absolute; top:50%; left:50%; margin:-50px 0 0 -50px; z-index:9; opacity:.7; cursor:pointer;
-o-transition: all .5s;
-ms-transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;}
.xw_nr .sp_lb .vd_bj .b_f:hover{opacity: 1;}
.xw_nr .sp_lb .video{width:100%; height:100%; position:absolute; top:0; left:0;}
.xw_nr .sp_lb video{width:100%; height:100%;
object-fit:cover;
object-position: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;}
.xw_nr .sp_lb .sp_wz{font-size:18px; font-weight:bold; color:#333; line-height:28px; text-align:center; margin-top:20px;}
.xw_nr .wd_lb ul li{border-bottom:1px dotted #ddd; padding-bottom:25px; margin-bottom:25px;}
.xw_nr .wd_lb h3{font-size:18px; font-weight:bold; line-height:32px; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_nr .wd_lb ul li:hover h3 a{color:#0063b2;}
.xw_nr .wd_lb p{margin-bottom:20px; line-height:24px; height:48px; color:#888; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.xw_nr .wd_lb .x_x{font-size:12px; color:#777; margin-bottom:10px;}
.xw_nr .wd_lb .x_x span{display:inline-block; margin-right:15px;}
.xw_nr .wd_lb .b_q a{border:1px solid #ddd; padding:0 15px; font-size:12px; color:#777; line-height:28px; display:inline-block; margin-right:10px;}
.xw_nr .wd_lb .b_q a:hover{background-color:#0063b2; border:1px solid #0063b2; color:#fff;}
.xw_nr .xw_tj h3{font-size:22px; font-weight:bold; line-height:32px; color:#333; margin-bottom:15px;}
.xw_nr .xw_tj ul{border:1px solid #ddd; border-bottom:0;}
.xw_nr .xw_tj ul li{border-bottom:1px solid #ddd; padding:20px 15px;}
.xw_nr .xw_tj a{font-size:17px; font-weight:bold; line-height:26px; margin-bottom:10px; display:block;}
.xw_nr .xw_tj span{display:block; color:#777;}
.xw_nr .xw_tj i{margin-right:5px; font-size:16px;}
@media only screen and (max-width:1024px){
.xw_nr{padding:50px 0 60px;}
.xw_nr .row{margin:0 -15px;}
.xw_nr .col-12{padding:0 15px;}
.xw_nr .xw_lb ul li{padding-bottom:20px; margin-bottom:20px;}
.xw_nr .xw_lb .row{margin:0 -10px;}
.xw_nr .xw_lb .col-12{padding:0 10px;}
.xw_nr .xw_lb .r_q{line-height:26px;}
.xw_nr .xw_lb .r_q i{font-size:14px; line-height:26px;}
.xw_nr .xw_lb .w_z h3{font-size:18px; line-height:26px; margin-bottom:5px;}
.xw_nr .xw_lb .w_z p{line-height:20px; height:40px; margin-top:5px; margin-bottom:8px;}
.xw_nr .xw_lb .w_z a.x_q{width:100px; font-size:14px; line-height:26px;}
.xw_nr .sp_lb{max-width:860px;}
.xw_nr .sp_lb ul li{padding:30px; margin-bottom:30px;}
.xw_nr .sp_lb .vd_bj .b_f{width:80px; margin:-40px 0 0 -40px;}
.xw_nr .sp_lb .sp_wz{font-size:16px; font-weight:normal; line-height:26px; margin-top:15px;}
.xw_nr .wd_lb ul li{padding-bottom:20px; margin-bottom:20px;}
.xw_nr .wd_lb p{margin-bottom:15px; line-height:22px; height:44px;}
.xw_nr .wd_lb .x_x{margin-bottom:6px;}
.xw_nr .wd_lb .b_q a{line-height:26px;}
.xw_nr .xw_tj h3{font-size:18px; line-height:28px; margin-bottom:10px;}
.xw_nr .xw_tj ul li{padding:15px 10px;}
.xw_nr .xw_tj a{font-size:15px; line-height:22px; font-weight:normal;}
.xw_nr .xw_tj i{font-size:14px;}
    /*.xw_nr .sp_lb .sp_tp{height:auto; position:relative; overflow:hidden;}*/
    /*.xw_nr .sp_lb .sp_tp iframe{width:100%; height:auto;}*/
    /*.xw_nr .sp_lb ul li{padding:10px}*/
}
@media only screen and (max-width:992px){
.xw_nr .xw_lb .r_q{line-height:26px;}
.xw_nr .xw_lb .r_q i{font-size:15px; line-height:26px;}
.xw_nr .xw_lb .w_z h3{margin-bottom:10px;}
.xw_nr .xw_lb .w_z p{margin-bottom:15px;}
.xw_nr .xw_lb .w_z a.x_q{width:110px; font-size:14px; line-height:32px;}
.xw_nr .xw_tj{display:none;}
.xw_nr .zl_tj{display:none;}
}
@media only screen and (max-width:640px){
.xw_nr .xw_lb ul li{border-bottom:0; padding-bottom:0; margin-bottom:25px;}
.xw_nr .xw_lb .w_z{padding-right:0; margin-top:20px;}
.xw_nr .xw_lb .w_z h3{line-height:28px;}
.xw_nr .xw_lb .w_z p{margin-bottom:10px;}
.xw_nr .xw_lb .w_z a.x_q{font-size:14px; line-height:32px;}
.xw_nr .sp_lb{max-width:100%;}
.xw_nr .sp_lb ul li{padding:0; margin-bottom:25px; box-shadow:none;}
.xw_nr .sp_lb .vd_bj .b_f{width:60px; margin:-30px 0 0 -30px;}
.xw_nr .sp_lb .sp_wz{font-size:15px; margin-top:10px;}
}

.cg_al{width:100%; padding:60px 0 80px; overflow:hidden;}
.cg_al .al_lb .gy_tp{height:400px;}
.cg_al .al_lb .gy_wz{width:100%; position:absolute; bottom:0; left:0; padding:30px; color:#fff;}
.cg_al .al_lb .gy_wz h3{font-size:26px; font-weight:bold; line-height:36px; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.cg_al .al_lb .gy_wz p{font-size:15px; line-height:26px;}
.cg_al .al_lb .gy_wz span{width:120px; border-radius:16px; display:block; background-color:rgba(255,255,255,.2); text-align:center; line-height:32px; height:0; opacity:0; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.cg_al .al_lb .gy_nr:hover .gy_wz span{height:32px; margin-top:15px; opacity:1;}
.cg_al .al_lb .gy_wz span i{font-size:16px; vertical-align:middle;}
@media only screen and (max-width:1024px){
.cg_al{padding:50px 0 60px;}
.cg_al .al_lb .gy_tp{height:250px;}
.cg_al .al_lb .gy_wz{padding:20px;}
.cg_al .al_lb .gy_wz h3{font-size:22px; line-height:30px; margin-bottom:5px;}
.cg_al .al_lb .gy_wz p{font-size:14px; line-height:24px;}
.cg_al .al_lb .gy_wz span{display:none;}
}
@media only screen and (max-width:992px){
.cg_al .al_lb .gy_tp{height:300px;}
.cg_al .al_lb .gy_wz{padding:20px; text-align:center;}
}
@media only screen and (max-width:640px){
.cg_al .al_lb .gy_tp{height:inherit;}
.cg_al .al_lb .gy_wz{position:relative; background-color:#f7f7f7; bottom:auto; left:auto; padding:20px 15px;}
.cg_al .al_lb .gy_wz h3{font-size:18px; line-height:26px; margin-bottom:6px; color:#333;}
.cg_al .al_lb .gy_wz p{color:#777;}
}

.cw_zz{width:100%; padding:80px 0; overflow:hidden;}
.cw_zz .zz_nr{padding:7% 5%; background:url(../images/zz_bj.jpg) no-repeat center / cover; display:flex; flex-wrap:wrap; align-items:end; overflow:hidden;}
.cw_zz .zc_bt{width:380px; padding:35px 20px; text-align:center; background-color:rgba(0,99,178,.5);}
.cw_zz .zc_bt h1{font-size:36px; line-height:46px; font-weight:bold; color:#fff; margin-bottom:10px;}
.cw_zz .zc_bt h3{font-size:20px; color:#fff; line-height:30px;}
.cw_zz .yc_wz{width:calc(100% - 420px); font-size:17px; line-height:28px; color:#333;}
.cw_zz .yc_wz strong{font-size:30px; color:#0063b2;}
@media only screen and (max-width:1024px){
.cw_zz{padding:60px 0;}
.cw_zz .zz_nr{padding:5% 5%;}
.cw_zz .zc_bt{width:320px; padding:25px 15px;}
.cw_zz .zc_bt h1{font-size:30px; line-height:36px;}
.cw_zz .zc_bt h3{font-size:18px; line-height:26px;}
.cw_zz .yc_wz{width:calc(100% - 360px); font-size:15px; line-height:26px;}
.cw_zz .yc_wz strong{font-size:26px;}
}
@media only screen and (max-width:992px){
.cw_zz .zc_bt{margin:0 auto 30px;}
.cw_zz .yc_wz{width:100%;}
}
@media only screen and (max-width:640px){
.cw_zz{padding:50px 0;}
.cw_zz .zz_nr{padding:30px 20px;}
.cw_zz .zc_bt{width:70%; margin:0 auto 20px; padding:15px 10px;}
.cw_zz .zc_bt h1{font-size:22px; line-height:28px; margin-bottom:6px;}
.cw_zz .zc_bt h3{font-size:16px; line-height:26px;}
.cw_zz .yc_wz{font-size:14px; line-height:24px;}
.cw_zz .yc_wz strong{font-size:22px;}
}

.jm_bt{text-align:center; margin-bottom:50px;}
.jm_bt h3{font-size:36px; font-weight:bold; color:#0063b2; line-height:46px; margin-bottom:10px;}
.jm_bt p{font-size:18px; color:#888; line-height:28px; text-transform:uppercase;}
@media only screen and (max-width:1024px) {
.jm_bt{margin-bottom:40px;}
.jm_bt h3{font-size:30px; line-height:40px; margin-bottom:8px;}
.jm_bt p{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:992px) {
.jm_bt{margin-bottom:35px;}
.jm_bt h3{font-size:26px; line-height:36px;}
.jm_bt p{padding:0 35px;}
}
@media only screen and (max-width:640px) {
.jm_bt{margin-bottom:30px;}
.jm_bt h3{font-size:22px; line-height:30px; margin-bottom:5px;}
.jm_bt p{padding:0; font-size:14px; line-height:22px;}
}

.jm_zb{width:100%; padding:80px 0 50px; overflow:hidden;}
.jm_zb .jm_tj ul li{width:32%; padding:30px 20px; margin-bottom:30px; text-align:center; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1);}
.jm_zb .jm_tj .t_b{width:90px; padding:5px; border-radius:50%; border:2px solid #0063b2; margin:0 auto 15px;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.jm_zb .jm_tj ul li:hover .t_b{transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-ms-transform:rotateY(180deg);
-o-transform:rotateY(180deg);}
.jm_zb .jm_tj .t_b img{width:100%; height:auto; display:block;}
.jm_zb .jm_tj .w_z{font-size:17px; color:#333; font-weight:bold;}
@media only screen and (max-width:1024px){
.jm_zb{padding:60px 0 40px;}
.jm_zb .jm_tj ul li{width:32%; padding:20px 15px; margin-bottom:20px;}
.jm_zb .jm_tj .t_b{width:70px; padding:5px; margin:0 auto 10px;}
.jm_zb .jm_tj .w_z{font-size:16px; font-weight:normal;}
}
@media only screen and (max-width:640px){
}

.jm_lc{width:100%; padding:80px 0; background-color:#f2f2f2; overflow:hidden;}
.jm_lc ul li{width:19%; padding:30px 10px; background-color:#fff; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1); text-align:center;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.jm_lc ul li:hover{transform:translateY(-10px);
-webkit-transform:translateY(-10px);
-moz-transform:translateY(-10px);
-ms-transform:translateY(-10px);
-o-transform:translateY(-10px);}
.jm_lc .t_b{width:104px; margin:0 auto 15px;}
.jm_lc .t_b img{width:100%; height:auto; display:block;}
.jm_lc .w_z h3{font-size:18px; color:#0063b2; font-weight:bold; line-height:28px; margin-bottom:5px;}
.jm_lc .w_z p{font-size:13px; line-height:22px; color:#999; padding:0 25px;}
@media only screen and (max-width:1024px){
.jm_lc{padding:60px 0;}
.jm_lc ul li{padding:30px 10px 20px;}
.jm_lc .t_b{width:80px; margin:0 auto 10px;}
.jm_lc .w_z h3{font-size:17px; line-height:26px;}
.jm_lc .w_z p{padding:0 15px;}
}
@media only screen and (max-width:640px){
}

.jm_lx{width:100%; padding:80px 0; overflow:hidden;}
.jm_lx .lx_nr{max-width:1040px; background:url(../images/lx_bj.jpg) no-repeat center / cover; padding:60px 120px; margin:0 auto;}
.jm_lx .lx_nr h3{font-size:22px; font-weight:bold; color:#0063b2; margin-bottom:15px;}
.jm_lx .lx_nr p{line-height:28px;}
.jm_lx .lx_nr span{display:inline-block; margin-right:25px; font-size:18px; font-weight:bold;}
.jm_lx .lx_nr strong{font-size:18px; font-weight:bold;}
.jm_lx .lx_nr .zx_rx{width:38%; padding:35px; background-color:rgba(255,255,255,.6);}
.jm_lx .lx_nr .gz_pc{width:60%; padding:35px; background-color:rgba(255,255,255,.6);}
@media only screen and (max-width:1024px){
.jm_lx{padding:60px 0;}
.jm_lx .lx_nr{max-width:900px; padding:50px 80px;}
.jm_lx .lx_nr h3{font-size:20px; margin-bottom:10px;}
.jm_lx .lx_nr p{line-height:26px;}
.jm_lx .lx_nr span{margin-right:20px; font-size:17px;}
.jm_lx .lx_nr strong{font-size:17px;}
.jm_lx .lx_nr .zx_rx{padding:25px;}
.jm_lx .lx_nr .gz_pc{padding:25px;}
}
@media only screen and (max-width:640px){
}

.zx_ns{width:100%; padding:60px 0 80px; overflow:hidden;}
@media only screen and (max-width:1024px){
.zx_ns{padding:50px 0 60px;}
}
@media only screen and (max-width:640px){
.zx_ns{padding:40px 0 50px;}
}

.rc_zp .jr_lm{overflow:hidden; margin-bottom:20px; box-shadow:0px 5px 10px 0px rgba(95,125,158,.1);}
.rc_zp .jr_bt{padding:15px 20px; height:70px; font-size:14px; line-height:40px; color:#555; overflow:hidden; cursor:pointer; position:relative;}
.rc_zp .jr_bt:hover{background-color:#f9faff;}
.rc_zp .jr_bt.on{background-color:#f9faff;}
.rc_zp .jr_bt i{position:absolute; top:50%; right:35px; font-size:15px; font-weight:bold;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.rc_zp .jr_bt.on i{transform:translate(0,-50%) rotate(180deg);
-webkit-transform:translate(0,-50%) rotate(180deg);
-moz-transform:translate(0,-50%) rotate(180deg);
-ms-transform:translate(0,-50%) rotate(180deg);
-o-transform:translate(0,-50%) rotate(180deg);}
.rc_zp .jr_lm.jt .jr_bt{background-color:#0063b2; color:#fff; padding:0 20px; line-height:70px;}
.rc_zp .jr_bt span{float:left; width:33.333333%; text-align:center;}
.rc_zp .jr_bt span.s_40{text-align:left;}
.rc_zp .jr_nr{background-color:#fff; padding:30px 25px 10px; font-size:14px; line-height:32px; margin-bottom:3px; display:none; position:relative;}
.rc_zp .jr_nr .lm{color:#0063b2;}
.rc_zp .jr_nr .js{margin-bottom:20px;}
@media only screen and (max-width:1024px){
.rc_zp .ts{font-size:13px; line-height:24px; margin-bottom:10px;}
.rc_zp .jr_bt{padding:5px 20px; height:50px;}
.rc_zp .jr_lm.jt .jr_bt{padding:5px 20px; line-height:40px;}
.rc_zp .jr_nr{padding:20px; font-size:12px; line-height:22px;}
.rc_zp .jr_nr .lm{margin-bottom:10px;}
}
@media only screen and (max-width:640px){
.rc_zp .ts{font-size:13px; line-height:22px;}
.rc_zp .jr_bt{padding:5px 15px; height:50px; line-height:40px;}
.rc_zp .jr_lm.jt .jr_bt{padding:5px 15px; line-height:40px;}
.rc_zp .jr_nr{padding:10px 15px; font-size:13px; line-height:24px;}
.rc_zp .jr_nr .lm{margin-bottom:10px;}
}

.jl_fs{width:100%; padding:50px 0; background-color:#f7f7f7; text-align:center; overflow:hidden;}
.jl_fs h3{font-size:18px; font-weight:bold; color:#333; line-height:36px; margin-bottom:10px;}
.jl_fs h4{font-size:16px; color:#777; line-height:28px;}
.jl_fs span{font-size:15px; line-height:44px; color:#fff; display:inline-block; background-color:#0063b2; padding:0 20px; border-radius:5px;}
@media only screen and (max-width:1024px){
.jl_fs{padding:35px 0;}
.jl_fs h3{font-size:17px; line-height:32px;}
.jl_fs h4{font-size:15px; line-height:26px;}
.jl_fs span{font-size:14px; line-height:40px; padding:0 15px;}
}

.xy_bt{text-align:center; margin-bottom:50px;}
.xy_bt h3{font-size:32px; font-weight:bold; color:#000;}
.xy_bt em{width:60px; height:4px; border-radius:2px; background-color:#0063b2; margin:15px auto 0; display:block;}
@media only screen and (max-width:1024px){
.xy_bt{margin-bottom:35px;}
.xy_bt h3{font-size:26px;}
.xy_bt em{width:40px; height:2px; margin:10px auto 0;}
}
@media only screen and (max-width:640px){
.xy_bt{margin-bottom:30px;}
.xy_bt h3{font-size:22px;}
}

.xy_gg{width:100%; padding:80px 0; overflow:hidden;}
.xy_gg:nth-child(odd){background-color:#f7f7f7;}
.xy_gg .xy_xw .n_r{background-color:#fff; box-shadow:0 0 15px #eee; margin-bottom:30px; overflow:hidden;}
.xy_gg .xy_xw .t_p{overflow:hidden;}
.xy_gg .xy_xw .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.xy_gg .xy_xw .n_r:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.xy_gg .xy_xw .w_z{padding:20px 15px;}
.xy_gg .xy_xw .w_z h3{font-size:18px; font-weight:bold; line-height:26px; color:#333; margin-bottom:6px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.xy_gg .xy_xw .n_r:hover .w_z h3{color:#0063b2;}
.xy_gg .xy_xw .w_z p{line-height:22px; color:#888; height:44px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.xy_gg .gg_nr .n_r{background-color:#fff; padding:20px 20px 20px 40px; box-shadow:0 0 15px #eee; margin-bottom:30px; overflow:hidden; position:relative;}
.xy_gg .gg_nr .n_r h3:after{width:5px; height:18px; position:absolute; top:24px; left:25px; content:""; background-color:#0063b2;}
.xy_gg .gg_nr .n_r h3{font-size:18px; font-weight:bold; line-height:26px; color:#333; margin-bottom:6px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.xy_gg .gg_nr .n_r:hover h3{color:#0063b2;}
.xy_gg .gg_nr .n_r p{line-height:22px; color:#888; height:66px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-moz-line-clamp:3;
-ms-line-clamp:3;
-o-line-clamp:3;
-webkit-box-orient:vertical;}
.xy_gg a.m_r{width:130px; border:1px solid #0063b2; line-height:36px; color:#0063b2; text-align:center; margin:15px auto 0; display:block;}
.xy_gg a.m_r:hover{background-color:#0063b2; color:#fff;}
.xy_gg a.m_r i{font-size:16px; vertical-align:middle; margin-left:20px;}
@media only screen and (max-width:1024px){
.xy_gg{padding:60px 0;}
.xy_gg .row{margin:0 -10px;}
.xy_gg .col-12{padding:0 10px;}
.xy_gg .xy_xw .w_z{padding:15px 10px;}
.xy_gg .gg_nr .n_r{padding:15px 15px 15px 30px; margin-bottom:20px;}
.xy_gg .gg_nr .n_r h3:after{width:3px; top:20px; left:20px;}
.xy_gg .gg_nr .n_r p{height:44px;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;}
.xy_gg a.m_r{width:120px; line-height:32px; margin:5px auto 0;}
.xy_gg a.m_r i{font-size:14px; margin-left:10px;}
}
@media only screen and (max-width:640px){
.xy_gg{padding:40px 0;}
.xy_gg .xy_xw .n_r{margin-bottom:25px;}
.xy_gg .xy_xw .w_z h3{font-size:17px;}
.xy_gg .gg_nr .n_r{margin-bottom:25px;}
.xy_gg .gg_nr .n_r h3{font-size:17px;}
.xy_gg a.m_r{width:110px; line-height:30px;}
}

.lx_wm{width:100%; padding:70px 0; text-align:center; overflow:hidden;}
.lx_wm .lx_bt{margin-bottom:35px;}
.lx_wm .lx_bt h3{font-size:28px; line-height:38px; color:#000; font-weight:bold; margin-bottom:20px;}
.lx_wm .lx_bt em{width:80px; height:1px; background-color:#171d29; position:relative; margin:0 auto; display:block;}
.lx_wm .lx_bt em:after{width:30%; height:2px; position:absolute; top:0; left:50%; margin-left:-15px; content:""; background-color:#0063b2;}
.lx_wm .n_r{box-shadow:0 5px 25px 0 rgba(95,125,158,.1); margin-top:30px;}
.lx_wm .n_r .col-md-4{border-right:1px solid #eee;}
.lx_wm .n_r .col-md-4:last-child{border-right:0;}
.lx_wm .w_z{padding:30px 20px; text-align:center;}
.lx_wm .w_z h3{font-size:16px; color:#333; margin-bottom:10px;}
.lx_wm .w_z p{color:#999;}
.lx_wm .w_z i{font-size:32px; line-height:50px; color:#000;}
.lx_wm .w_z i.icon-dizhi1{font-size:40px;} 
.lx_wm .map{width:100%; height:500px;}
@media only screen and (max-width:1024px){
.lx_wm{padding:50px 0;}
.lx_wm .lx_bt h3{font-size:22px;}
.lx_wm .w_z{padding:20px 15px;}
.lx_wm .w_z i{font-size:26px; line-height:40px;}
.lx_wm .w_z i.icon-dizhi1{font-size:32px;} 
.lx_wm .map{height:300px;}
}
@media only screen and (max-width:640px){
.lx_wm{padding:40px 0;}
.lx_wm .lx_bt{margin-bottom:25px;}
.lx_wm .lx_bt h3{margin-bottom:10px;}
.lx_wm .row{margin:0 -10px;}
.lx_wm .col-md-4{padding:0 10px;}
.lx_wm .col-6{padding:0 10px;}
.lx_wm .n_r{box-shadow:none; margin-top:0;}
.lx_wm .n_r .col-md-4{border-right:0;}
.lx_wm .w_z{padding:20px 15px; box-shadow:0 8px 15px 0 rgba(95,125,158,.1); margin-top:20px;}
.lx_wm .map{height:250px;}
}

.zx_ly{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.zx_ly .ly_bt{font-size:26px; color:#333; font-weight:bold; line-height:36px; margin-bottom:35px;}
.zx_ly .ly_bt span{display:inline-block; margin-left:10px; color:#777; font-size:18px; font-weight:normal;}
.zx_ly .ly_nr .row{margin:0 -25px;}
.zx_ly .ly_nr .col-12{padding:0 25px;}
.zx_ly .ly_nr .col-12 .row{margin:0 -15px;}
.zx_ly .ly_nr .col-12 .col-12{padding:0 15px;}
.zx_ly .ly_nr input{width:100%; height:52px; border-radius:25px; border:1px solid #eee; background-color:#fff; padding:0 15px; font-size:15px; color:#777; line-height:50px; display:block; margin-bottom:30px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly .ly_nr input:focus{border:1px solid #888; box-shadow:0 0 15px #ddd;}
.zx_ly .ly_nr button{width:150px; height:52px; border-radius:25px; border:1px solid #333; font-size:16px; color:#333; line-height:50px; display:block; float:left; margin-right:30px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly .ly_nr button:hover{background-color:#0063b2; border:1px solid #0063b2; color:#fff; box-shadow:0 0 15px #ddd;}
.zx_ly .ly_nr button.c_z{background-color:#eee; border:1px solid #eee;}
.zx_ly .ly_nr button.c_z:hover{background-color:#333; border:1px solid #333; color:#fff;}
.zx_ly .ly_nr textarea{width:100%; height:216px; border-radius:25px; border:1px solid #eee; background-color:#fff; padding:12px 15px; font-size:15px; color:#777; line-height:26px; display:block; resize:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly .ly_nr textarea:focus{border:1px solid #888; box-shadow:0 0 15px #ddd;}
@media only screen and (max-width:1024px){
.zx_ly{padding:60px 0;}
.zx_ly .ly_nr .row{margin:0 -15px;}
.zx_ly .ly_nr .col-12{padding:0 15px;}
.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:23px; 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:640px){
.zx_ly{padding:40px 0;}
.zx_ly .ly_bt{font-size:20px; line-height:30px; margin-bottom:25px;}
.zx_ly .ly_nr .row{flex-direction:column-reverse;}
.zx_ly .ly_nr .col-12 .row{flex-direction:inherit;}
.zx_ly .ly_nr textarea{height:178px; margin-bottom:20px;}
}

.yema{margin-top:50px; text-align:center;}
.yema a,.yema span{display:inline-block; margin:0 2px;}
.yema a,.yema span{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #ddd; font-size:16px; line-height:38px; text-align:center; color:#333;}
.yema a:hover{background-color:#0063b2; border:1px solid #0063b2; color:#fff;}
.yema  a.current-page{background-color:#0063b2; border:1px solid #0063b2; color:#fff;}
@media only screen and (max-width:1024px){
.yema{margin-top:25px;}
.yema  a{min-width:30px; padding:0 12px; font-size:14px; line-height:30px;}
}
@media only screen and (max-width:992px){
.yema{margin-top:15px;}
.yema ul li{margin:0 2px;}
.yema ul li:first-child(2){display:none;}
.yema ul li:last-child(2){display:none;}
.yema ul li a{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}
@media only screen and (max-width:320px){
.yema ul li{margin:0 1px;}
.yema ul li a{padding:0 6px;}
}

.footer{width:100%; background:url(../images/ft_bj.jpg) no-repeat center bottom / 100% auto fixed; font-size:14px; line-height:26px; color:#aaa;}
.footer .ft_nr{display:flex; padding:70px 0;}
.footer .ft_lx{width:460px; padding-right:40px; position:relative;}
.footer .ft_lx:after{width:1px; height:100%; background-color:rgba(255,255,255,.2); position:absolute; top:0; right:0; content:"";}
.footer .lx_bt{font-size:17px; font-weight:bold; color:#fff; line-height:1.8; margin-bottom:10px;}
.footer .sj_rj{margin-top:20px;}
.footer .sj_rj ul li{width:38px; height:38px; padding:3px; border:1px solid #fff; border-radius:50%; cursor:pointer; float:left; margin-right:15px; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .sj_rj ul li.wx:hover{background-color:#2aa515; border:1px solid #2aa515;}
.footer .sj_rj ul li.wb:hover{background-color:#d81e06; border:1px solid #d81e06;}
.footer .sj_rj ul li.dy:hover{background-color:#0aded8; border:1px solid #0aded8;}
.footer .sj_rj ul li.ks:hover{background-color:#ff8004; border:1px solid #ff8004;}
.footer .sj_rj .ewm{width:120px; padding:10px; border-radius:5px; background-color:#fff; border:1px solid #ccc; position:absolute; bottom:52px; left:50%; margin-left:-60px; opacity:0; visibility:hidden;
transform:translateY(-10px);
-webkit-transform:translateY(-10px);
-moz-transform:translateY(-10px);
-ms-transform:translateY(-10px);
-o-transform:translateY(-10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .sj_rj ul li:hover .ewm{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.footer .sj_rj .ewm:before{width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-top:8px solid #fff; content:""; position:absolute; bottom:-8px; left:50%; margin-left:-10px;}
.footer .sj_rj img{width:100%; height:auto; display:block;}
.footer .ft_dh{width:calc(100% - 540px);}
.footer .ft_dh ul{display:flex;}
.footer .ft_dh ul li{display:inline-block;}
.footer .ft_dh h3{font-size:17px; font-weight:bold; line-height:1.8; color:#fff; margin-bottom:10px;}
.footer .ft_dh h3 a{color:#fff;}
.footer .ft_dh p{margin-bottom:10px;}
.footer .ft_dh p a{color:#aaa; line-height:24px;}
.footer .ft_dh p a:hover{color:#fff;}
@media only screen and (max-width:1024px){
.footer{background:url(../images/ft_bj.jpg) no-repeat center bottom / cover;}
.footer .ft_nr{padding:50px 0;}
.footer .ft_lx{width:340px; padding-right:40px; position:relative;}
.footer .sj_rj ul li{width:32px; height:32px;}
.footer .sj_rj .ewm{width:110px; padding:5px; bottom:40px; left:50%; margin-left:-55px;}
.footer .sj_rj .ewm:before{border-left:8px solid transparent; border-right:8px solid transparent; border-top:6px solid #fff; bottom:-6px; margin-left:-8px;}
.footer .sj_rj img{width:100%; height:auto; display:block;}
.footer .ft_dh{width:calc(100% - 380px);}
}
@media only screen and (max-width:992px){
.footer .ft_nr{padding:40px 0;}
.footer .ft_lx{width:240px; padding-right:20px; position:relative;}
.footer .ft_dh{width:calc(100% - 260px);}
}
@media only screen and (max-width:640px){
.footer .ft_lx{width:100%; padding-right:0; position:relative; text-align:center;}
.footer .ft_lx:after{display:none;}
.footer .sj_rj{text-align:center;}
.footer .sj_rj ul li{float:none; margin:0 8px; display:inline-block;}
.footer .ft_dh{display:none;}
}

.banquan{width:100%; padding:30px 0; border-top:1px solid rgba(255,255,255,.2); text-align:center; font-size:14px; line-height:26px; color:#aaa;}
.banquan span{padding:0 6px;}
@media only screen and (max-width:640px){
.banquan{padding:15px 0 65px; line-height:22px;}
.banquan span{display:inline-block;}
}

.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.9); z-index:99999; display:none;}
.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.e_m .n_r img{width:100%; height:auto; display:block;}
.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}
@media only screen and (max-width:1024px){
.e_m .n_r{padding:15px;}
}

.pc_kf{width:66px; position:fixed; text-align:center; right:10px; bottom:5%; z-index:990;}
.pc_kf .nr{width:66px; height:66px; padding:10px 0 6px; border-bottom:0; border-radius:3px; margin-bottom:4px; background-color:#0063b2; position:relative;}
.pc_kf .nr:after{width:100%; height:100%; position:absolute; top:0; left:0; content:"";}
.pc_kf .nr.w_x{display:none;}
.pc_kf .ewm{width:110px; padding:10px 5px; border-radius:5px; background-color:#fff; border:1px solid #ccc; position:absolute; top:50%; right:86px; opacity:0; visibility:hidden;
transform:translate(-10px,-50%);
-webkit-transform:translate(-10px,-50%);
-moz-transform:translate(-10px,-50%);
-ms-transform:translate(-10px,-50%);
-o-transform:translate(-10px,-50%);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr:hover .ewm{opacity:1; visibility:inherit;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.pc_kf .ewm:before{width:0; height:0; border-top:10px solid transparent; border-bottom:10px solid transparent; border-left:8px solid #ccc; content:""; position:absolute; top:50%; right:-8px; margin-top:-10px;}
.pc_kf .ewm:after{width:0; height:0; border-top:10px solid transparent; border-bottom:10px solid transparent; border-left:8px solid #fff; content:""; position:absolute; top:50%; right:-7px; margin-top:-10px;}
.pc_kf .ewm img{max-width:90%; height:auto; display:block; margin:0 auto;}
.pc_kf .ewm p{font-size:12px; line-height:22px; margin-top:6px;}
.pc_kf .ewm .q_q ul li{font-size:12px; line-height:24px;}
.pc_kf .nr a{display:block; color:#fff;}
.pc_kf .nr p{font-size:13px; line-height:24px;}
.pc_kf .nr i{font-size:20px; line-height:26px; color:#fff;}
.pc_kf .nr i.icon-zixun2{font-size:26px;}
.pc_kf .nr i.icon-weixin{font-size:28px;}
.pc_kf .nr a:hover i{color:#fff !important;}
.pc_kf .fh{width:66px; height:66px; padding:10px 0 6px; border-radius:3px; text-align:center; color:#fff; background-color:#0063b2; cursor:pointer; overflow:hidden;}
.pc_kf .fh i{font-size:30px; font-weight:bold; line-height:26px;}
.pc_kf .fh p{font-size:13px; line-height:24px;}
@media only screen and (max-width:1024px){
.pc_kf{right:0; bottom:10px;}
}
@media only screen and (max-width:640px){
.pc_kf{width:100%; right:0; bottom:0;}
.pc_kf .nr{width:33.33333333333333%; height:50px; float:left; padding:0; border-right:0; border-radius:0; border-right:1px solid rgba(255,255,255,.2); margin-bottom:0;}
.pc_kf .nr:first-child{border-left:0;}
.pc_kf .nr:after{display:none;}
.pc_kf .nr.p_c{display:none;}
.pc_kf .nr.w_x{display:block;}
.pc_kf .nr p{display:none;}
.pc_kf .nr .ewm{display:none;}
.pc_kf .tel{display:none;}
.pc_kf .nr i{font-size:18px; line-height:52px;}
.pc_kf .nr a:hover i{color:#2d3c90;}
.pc_kf .fh{width:33.33333333333333%; height:50px; float:left; padding:0; border-radius:0;}
.pc_kf .fh i{font-size:36px; line-height:50px;}
}



 
 /* 新闻内页 */
    
 .ny_nr .xw_xq {
    padding: 30px 0px;
}

 .xq_tl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
    max-width: 100%;
    /* display: block; */
}

.ny_nr .xw_xq .xq_fy {
    text-align: center;
    padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
    font-size: 24px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
    display: block;
    border-bottom: dashed 1px #cccccc;
    line-height: 56px;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width:640px) {
    .ny_nr .xw_xq {
        padding: 20px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_tl {
        font-size: 22px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc {
        padding: 15px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc .right {
        text-align: center;
    }
    .ny_nr .xw_xq .xq_fy {
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_fy a {
        margin: 0px 10px;
        padding: 10px 15px;
    }
    .ny_nr .xw_xq .xq_rt {
        margin-top: 15px;
    }
    .ny_nr .xw_xq .xq_rt .rt_bt {
        font-size: 20px;
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_rt .rt_lb li a {
        line-height: 40px;
    }
}
 
/* 新闻内页 */
   
.ny_nr .xw_xq {
   padding: 30px 0px;
}

.xq_tl {
   text-align: center;
   font-size: 30px;
   font-weight: bold;
   margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
   width: 100%;
   border-bottom: solid 1px #cacaca;
   padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
   text-align: right;
}

.ny_nr .xw_xq .xq_nr {
   width: 100%;
   overflow: hidden;
   padding: 20px 0px;
   line-height: 30px;
   font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
   max-width: 100%;
   /* display: block; */
}

.ny_nr .xw_xq .xq_fy {
   text-align: center;
   padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
   display: inline-block;
   margin: 0px 15px;
   padding: 10px 20px;
   background-color: #000000;
   color: #FFFFFF;
   font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
   width: 100%;
   overflow: hidden;
   margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
   font-size: 24px;
   font-weight: bold;
   background-color: #000000;
   color: #FFFFFF;
   padding: 15px 0px;
   text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
   display: block;
   border-bottom: dashed 1px #cccccc;
   line-height: 56px;
   font-size: 14px;
   color: #666;
}

@media only screen and (max-width:640px) {
   .ny_nr .xw_xq {
       padding: 20px 0px;
   }
   .ny_nr .xw_xq .xq_lf .xq_tl {
       font-size: 22px;
   }
   .ny_nr .xw_xq .xq_lf .xq_fc {
       padding: 15px 0px;
   }
   .ny_nr .xw_xq .xq_lf .xq_fc .right {
       text-align: center;
   }
   .ny_nr .xw_xq .xq_fy {
       padding: 10px 0px;
   }
   .ny_nr .xw_xq .xq_fy a {
       margin: 0px 10px;
       padding: 10px 15px;
   }
   .ny_nr .xw_xq .xq_rt {
       margin-top: 15px;
   }
   .ny_nr .xw_xq .xq_rt .rt_bt {
       font-size: 20px;
       padding: 10px 0px;
   }
   .ny_nr .xw_xq .xq_rt .rt_lb li a {
       line-height: 40px;
   }
}
.cp_zs img{ display:block; margin:auto; max-width:100%;}