@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:"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:"Microsoft YaHei",Arial;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#333; text-decoration:none;
transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#f99010; 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:768px){
.container{padding:0 30px;}
}
@media only screen and (max-width:640px){
.container{padding:0 15px;}
}

@media only screen and (max-width:768px){
html.on{width:100%; height:100vh; overflow:hidden;}
}

.header{width:100%; position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-webkit-transition:all .5s;}
.header.on{background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1);}
.header .row{margin:0;}
.header .logo{width:200px; position:relative;}
.header .logo img{width:100%; height:auto; display:block;}
.header .an{width:32px; height:18px; position:relative; display:none;}
.header .an span{width:32px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav{display:flex; flex-wrap:wrap;}
.header .nav ul{display:flex; flex-wrap:wrap;}
.header .nav ul li{margin-right:50px; position:relative;}
.header .nav .y_j a{display:inline-block; font-size:16px; color:#333; line-height:80px;}
.header .nav ul li:hover .y_j a{color:#f99010;}
.header .nav ul li.on .y_j a{color:#f99010;}
.header .nav a.mf_ys{width:104px; height:38px; border-radius:3px; display:inline-block; color:#fff; line-height:38px; text-align:center;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#f99010;
background-size:0 100%;}
.header .nav a.mf_ys:hover{color:#fff; background-size:100% 100%;}
@media only screen and (max-width:1160px){
.header .logo{width:180px;}
.header .nav ul li{margin-right:40px;}
.header .nav .y_j a{line-height:76px;}
.header .nav a.mf_ys{width:100px; height:32px; line-height:32px;}
}
@media only screen and (max-width:768px){
.header{padding:20px 0; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1);}
.header .logo{width:200px;}
.header .an{display:block;}
.header .nav{width:100%; height:calc(100% - 71px); padding:15px 5% 50px; margin:0; background-color:#fafafa; position:fixed; top:71px; 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 #eee; float:none; padding:0; margin:0;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j em{display:none;}
.header .nav .y_j i{width:100%; height:60px; 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:60px; font-weight:bold;}
.header .nav .y_j a{font-size:16px; color:#333; line-height:70px; text-shadow:none;}
.header .nav .y_j a:hover{color:#333;}
.header .nav ul li:hover .y_j a{color:#333;}
.header .nav ul li.on .y_j a{color:#333;}
.header .nav a.mf_ys{width:120px; height:38px; margin-top:20px; line-height:38px;}
}

.head_h{width:100%; height:80px; background-color:#fff; overflow:hidden;}
@media only screen and (max-width:1160px){
.head_h{height:76px;}
}
@media only screen and (max-width:768px){
.head_h{height:73px;}
}

.pc_ban{width:100%; height:630px; position:relative; overflow:hidden;}
.pc_ban .swiper-slide{overflow:hidden;}
.pc_ban i{font-weight:bold;}
.pc_ban .swiper-button-prev{width:50px; height:50px; line-height:50px; text-align:center; color:#555; border-radius:50%; background-color:#fff; top:50%; left:50%; margin-top:-25px; margin-left:-700px; box-shadow:0 0 10px rgba(0,0,0,.05);
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-button-prev:hover{color:#f99010;}
.pc_ban .swiper-button-next{width:50px; height:50px; line-height:50px; text-align:center; color:#555; border-radius:50%; background-color:#fff; top:50%; right:50%; margin-top:-25px; margin-right:-700px; 
box-shadow:0 0 10px rgba(0,0,0,.05);
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-button-next:hover{color:#f99010;}
.pc_ban .swiper-pagination{bottom:20px;}
.pc_ban .swiper-pagination-bullet{width:8px; height:8px; border-radius:8px; opacity:.3;}
.pc_ban .swiper-pagination-bullet-active{width:26px; opacity:1;}
.pc_ban .container{position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.pc_ban .row{margin:0; justify-content:space-between; align-items:center;}
.pc_ban .ban_wz{width:600px;}
.pc_ban .ban_wz .b_t{font-size:48px; font-weight:bold; color:#000; line-height:58px;}
.pc_ban .ban_wz .w_z{font-size:24px; color:#333; line-height:32px; margin:10px 0 25px;}
.pc_ban .ban_wz ul{max-width:400px; margin:0;}
.pc_ban .ban_wz ul li{width:46%; margin:4px 0; font-size:15px; line-height:30px; color:#555;}
.pc_ban .ban_wz ul li img{width:16px; height:auto; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:6px;}
.pc_ban .ban_wz a.mf_ys{width:130px; height:46px; border-radius:46px; display:inline-block; font-size:16px; color:#fff; line-height:46px; text-align:center; margin-top:30px;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#f99010;
background-size:0 100%;}
.pc_ban .ban_wz a.mf_ys:hover{color:#fff; background-size:100% 100%;}
.pc_ban .ban_tp{width:calc(100% - 669px); position:relative;}
.pc_ban .ban_tp img{width:100%; height:auto; display:block;}
.pc_ban .ban_tp img.d_w{position:absolute; top:0; left:0;}
.pc_ban .tp_bj{width:100%; height:100%; position:absolute; top:0; left:0; background-position:center; background-repeat:no-repeat; background-size:cover;}
@media only screen and (max-width:1160px){
.pc_ban{height:500px;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .swiper-pagination{bottom:70px;}
.pc_ban .ban_wz{width:46%;}
.pc_ban .ban_wz .b_t{font-size:38px; line-height:46px;}
.pc_ban .ban_wz .w_z{font-size:20px; line-height:28px; margin:6px 0 10px;}
.pc_ban .ban_wz ul li{width:48.5%; line-height:28px;}
.pc_ban .ban_wz a.mf_ys{width:120px; height:40px; border-radius:40px; font-size:15px; line-height:40px; margin-top:15px;}
.pc_ban .ban_tp{width:48.5%;}
}
@media only screen and (max-width:768px){
.pc_ban{height:400px; margin-top:73px;}
.pc_ban .swiper-pagination{bottom:10px;}
.pc_ban .ban_wz .b_t{font-size:30px; line-height:38px;}
.pc_ban .ban_wz .w_z{font-size:18px; line-height:26px; margin:6px 0 10px;}
.pc_ban .ban_wz ul{max-width:100%; margin:0;}
.pc_ban .ban_wz ul li{width:49%; margin:0; font-size:14px; line-height:26px;}
.pc_ban .ban_wz ul li img{width:14px; margin-right:5px;}
.pc_ban .ban_wz a.mf_ys{width:110px; height:36px; border-radius:36px; font-size:14px; line-height:36px; margin-top:20px;}
}
@media only screen and (max-width:640px){
.pc_ban{height:560px;}
.pc_ban .ban_wz{width:100%; margin-bottom:35px;}
.pc_ban .ban_tp{width:90%; margin:0 auto;}
}

.sy_bt{text-align:center; margin-bottom:60px; position:relative; z-index:99;}
.sy_bt h2{font-size:36px; color:#171a1d; font-weight:bold; line-height:40px;}
.sy_bt h3{font-size:16px; color:#555; margin-top:15px;}
.sy_bt span{display:inline-block;}
.sy_bt i{padding:0 10px; display:inline-block;}
.sy_bt br{display:none;}
@media only screen and (max-width:1160px){
.sy_bt{margin-bottom:35px;}
.sy_bt h2{font-size:30px; line-height:40px;}
.sy_bt h3{font-size:15px; margin-top:6px;}
}
@media only screen and (max-width:768px){
.sy_bt{margin-bottom:30px;}
.sy_bt h2{font-size:26px; line-height:34px;}
.sy_bt h3{font-size:14px;}
.sy_bt br{display:block;}
.sy_bt em{display:none;}
}

.sy_ss{width:100%; z-index:999; position:relative;}
.sy_ss .ss_nr{padding:30px; margin-top:-90px; border:2px solid #fff; box-shadow:0 0 20px rgba(0,0,0,.1); border-radius:5px; overflow:hidden;
background:linear-gradient(top, #f4f5f9, #fff);
background:-webkit-linear-gradient(top, #f4f5f9, #fff);}
.sy_ss .ss_nr h2{font-size:36px; color:#171a1d; font-weight:bold; line-height:40px; text-align:center; margin-bottom:30px;}
.sy_ss .ss_nr span{color:#f99010; font-weight:bold;}
.sy_ss .ss_sr{width:760px; padding-left:20px; margin:0 auto; border:1px solid #f99010; border-radius:5px; display:flex; overflow:hidden;}
.sy_ss .ss_sr input{width:calc(100% - 126px); height:48px; padding:0 20px 0 30px; background:url(../images/ss.png) no-repeat left center; font-size:16px; line-height:48px; color:#333; display:block;}
.sy_ss .ss_sr input::placeholder{color:#999;}
.sy_ss .ss_sr button{width:126px; height:48px; background-color:#f99010; display:inline-block; font-size:18px; color:#fff; line-height:48px; text-align:center; outline:none; position:relative; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_ss .ss_sr button:hover{background-color:#fe7c2a;}
.sy_ss .ss_sr button:after{width:10px; height:10px; content:""; background-color:rgba(76,76,76,.3); border-radius:50%; position:absolute; left:50%; top:50%; opacity:1; 
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
animation:big 2s infinite;
-webkit-animation:big 2s infinite;}
.sy_ss .ss_sr button:hover:after{display:none;}
.sy_ss .ss_sr button span{display:block; position:relative; z-index:9;}
@media only screen and (max-width:1160px){
.sy_ss .ss_nr{padding:20px; margin-top:-60px;}
.sy_ss .ss_nr h2{font-size:30px; line-height:38px; margin-bottom:20px;}
.sy_ss .ss_sr{width:560px; padding-left:15px;}
.sy_ss .ss_sr input{width:calc(100% - 110px); height:44px; padding:0 15px 0 30px; font-size:15px; line-height:44px;}
.sy_ss .ss_sr input::placeholder{color:#999;}
.sy_ss .ss_sr button{width:110px; height:44px; font-size:16px; line-height:44px;}
}
@media only screen and (max-width:768px){
.sy_ss{padding:30px 0;
background:linear-gradient(top, #fff, #f4f5f9);
background:-webkit-linear-gradient(top, #fff, #f4f5f9);}
.sy_ss .ss_nr{padding:0; margin-top:0; border:0; box-shadow:none; background:none;}
.sy_ss .ss_nr h2{font-size:22px; line-height:28px; margin-bottom:15px;}
.sy_ss .ss_sr{width:100%; padding-left:10px; background-color:#fff;}
.sy_ss .ss_sr input{width:calc(100% - 90px); padding:0 10px 0 25px;}
.sy_ss .ss_sr button{width:90px;}
}

@keyframes big {
0%{width:10px; height:10px; opacity:1;}
100%{width:260px; height:260px; opacity:0;}
}
@-webkit-keyframes big {
0%{width:10px; height:10px; opacity:1;}
100%{width:260px; height:260px; opacity:0;}
}

.sy_gn{width:100%; padding:80px 0 120px;}
.sy_gn .row{margin:0;}
.sy_gn .js_tp{width:67%; position:sticky; top:22%; height:min-content;}
.sy_gn .tp_nr{width:100%; background:url(../images/jb_bj.jpg) no-repeat center / cover; border-radius:10px; overflow:hidden; position:relative;}
.sy_gn .tp_nr img{width:100%; height:auto; display:block;}
.sy_gn .tp_nr img.t_b{position:absolute; top:0; left:0;}
.sy_gn .js_wz{width:28%; margin-top:50px;}
.sy_gn .js_wz h3{font-size:34px; color:#333; line-height:36px; font-weight:bold; margin-bottom:35px;}
.sy_gn .js_wz ul li{margin-bottom:20px; padding-left:26px; font-size:18px; line-height:26px; position:relative;}
.sy_gn .js_wz ul li:after{width:16px; height:16px; position:absolute; top:5px; left:0; content:""; background:url(../images/dh.png) no-repeat center;}
.sy_gn .js_wz a.mf_sy{width:126px; height:44px; border-radius:3px; display:inline-block; color:#fff; line-height:44px; text-align:center; margin-top:30px;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#f99010;
background-size:0 100%;}
.sy_gn .js_wz a.mf_sy:hover{color:#fff; background-size:100% 100%;}
.sy_gn .wz_nr{margin-bottom:300px;}
.sy_gn .wz_nr:last-child{margin-bottom:200px;}
.sy_gn .wz_tp{display:none;}
@media only screen and (max-width:1440px){
.sy_gn .js_tp{top:18%;}
}
@media only screen and (max-width:1160px){
.sy_gn{padding:60px 0 80px;}
.sy_gn .js_tp{width:60%; top:26%;}
.sy_gn .tp_nr{border-radius:6px;}
.sy_gn .js_wz{width:36%; margin-top:30px;}
.sy_gn .js_wz h3{font-size:26px; line-height:32px; margin-bottom:20px;}
.sy_gn .js_wz ul li{margin-bottom:10px; font-size:15px;}
.sy_gn .js_wz a.mf_sy{width:116px; height:40px; line-height:40px; margin-top:20px;}
.sy_gn .wz_nr{margin-bottom:200px;}
.sy_gn .wz_nr:last-child{margin-bottom:150px;}
}
@media only screen and (max-width:768px){
.sy_gn{padding:45px 0; overflow:hidden;}
.sy_gn .js_tp{display:none;}
.sy_gn .js_wz{width:100%; margin-top:0;}
.sy_gn .js_wz h3{font-size:22px; line-height:30px; margin-bottom:15px;}
.sy_gn .js_wz ul li{margin-bottom:6px; padding-left:20px; font-size:14px;}
.sy_gn .js_wz ul li:after{width:14px; height:14px; top:6px; background:url(../images/dh.png) no-repeat center / cover;}
.sy_gn .js_wz a.mf_sy{width:110px; height:36px; line-height:36px; margin-top:15px;}
.sy_gn .wz_nr{margin-bottom:40px;}
.sy_gn .wz_nr:last-child{margin-bottom:0;}
.sy_gn .wz_tp{display:block; margin-bottom:25px; background:url(../images/jb_bj.jpg) no-repeat center / cover; border-radius:10px; position:relative;}
.sy_gn .wz_tp img{width:100%; height:auto; display:block;}
.sy_gn .wz_tp img.t_b{position:absolute; top:0; left:0;}
}

.sy_sj{width:100%; padding:100px 0; color:#fff; background:url(../images/sj_bj.jpg) no-repeat center / cover; overflow:hidden;}
.sy_sj .row{margin:0;}
.sy_sj .sj_bt h2{font-size:36px; font-weight:bold; margin-bottom:15px;}
.sy_sj .sj_bt a{width:120px; height:40px; border-radius:3px; font-size:16px; text-align:center; color:#f99010; line-height:40px; display:inline-block; position:relative;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#fff;
background-size:0 100%;}
.sy_sj .sj_bt a:hover{color:#fff; background-size:100% 100%;}
.sy_sj .wrap{width:calc(100% - 480px);}
.sy_sj .wrap ul{margin:0;}
.sy_sj .wrap .s_z{font-size:32px; font-weight:bold; line-height:40px; margin-bottom:20px;}
.sy_sj .wrap p{font-size:20px; line-height:28px;}
@media only screen and (max-width:1160px){
.sy_sj{padding:70px 0;}
.sy_sj .sj_bt h2{font-size:30px; margin-bottom:10px;}
.sy_sj .sj_bt a{width:110px; font-size:15px;}
.sy_sj .wrap{width:calc(100% - 380px);}
.sy_sj .wrap .s_z{font-size:28px; line-height:36px; margin-bottom:10px;}
.sy_sj .wrap p{font-size:18px; line-height:26px;}
}
@media only screen and (max-width:768px){
.sy_sj{padding:50px 0; text-align:center;}
.sy_sj .sj_bt{width:100%;}
.sy_sj .sj_bt h2{font-size:26px; margin-bottom:10px;}
.sy_sj .sj_bt a{width:110px; height:36px; font-size:15px; line-height:36px;}
.sy_sj .wrap{width:100%;}
.sy_sj .wrap ul li{width:50%; margin-top:30px;}
.sy_sj .wrap .s_z{font-size:26px; line-height:32px; margin-bottom:0;}
.sy_sj .wrap p{font-size:16px; line-height:26px;}
}

.sy_al{width:100%; padding:90px 0; overflow:hidden;}
.sy_al .row{margin:0;}
.sy_al .al_zs{padding-bottom:50px; position:relative;}
.sy_al .al_wz{width:40%;}
.sy_al .al_wz h3{font-size:24px; color:#333; font-weight:bold; margin:15px 0;}
.sy_al .al_wz p{font-size:16px; line-height:28px;}
.sy_al .al_wz span{display:inline-block; width:76px; height:28px; border-radius:3px; background-color:#6c87a2; font-size:16px; line-height:28px; color:#fff; text-align:center;}
.sy_al .al_wz .k_h{padding-top:25px; margin-top:25px; border-top:1px solid #ddd; display:flex; flex-wrap:wrap;}
.sy_al .al_wz .t_x{width:48px; height:48px; border-radius:50%; overflow:hidden;}
.sy_al .al_wz .w_z{/*margin-left:15px;*/margin-left:0;}
.sy_al .al_wz .w_z p{font-size:14px; line-height:22px;}
.sy_al .al_wz a{width:130px; height:46px; border-radius:46px; display:inline-block; font-size:16px; color:#fff; line-height:46px; text-align:center; margin-top:30px;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#f99010;
background-size:0 100%;}
.sy_al .al_wz a:hover{color:#fff; background-size:100% 100%;}
.sy_al .al_wz i{margin-left:10px;}
.sy_al .al_tp{width:46%; border-radius:6px; overflow:hidden;}
.sy_al .al_tp img{width:100%; height:auto; display:block;}
.sy_al .swiper-pagination{width:100%; bottom:0;}
.sy_al .swiper-pagination-bullet{width:8px; height:8px; border-radius:8px; margin:0 4px; background-color:#ccc; opacity:1;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_al .swiper-pagination-bullet-active{width:30px; background-color:#f99010;}
@media only screen and (max-width:1160px){
.sy_al{padding:70px 0;}
.sy_al .al_zs{padding-bottom:40px;}
.sy_al .al_wz{width:46%;}
.sy_al .al_wz h3{font-size:20px;}
.sy_al .al_wz p{font-size:15px; line-height:26px;}
.sy_al .al_wz span{font-size:15px;}
.sy_al .al_wz .k_h{padding-top:20px; margin-top:20px;}
.sy_al .al_wz .t_x{width:40px; height:40px;}
.sy_al .al_wz a{width:116px; height:40px; border-radius:40px; font-size:15px; line-height:40px; margin-top:20px;}
.sy_al .al_tp{width:48.5%;}
.sy_al .swiper-pagination-bullet-active{width:22px;}
}
@media only screen and (max-width:768px){
.sy_al{padding:45px 0;}
.sy_al .row{flex-direction:column-reverse;}
.sy_al .al_zs{padding-bottom:30px;}
.sy_al .al_wz{width:100%;}
.sy_al .al_wz h3{font-size:18px; margin:10px 0;}
.sy_al .al_wz p{font-size:14px; line-height:24px;}
.sy_al .al_wz span{font-size:14px;}
.sy_al .al_wz .k_h{padding-top:15px; margin-top:15px;}
.sy_al .al_wz .t_x{width:36px; height:36px;}
.sy_al .al_wz a{width:110px; height:36px; border-radius:36px; line-height:36px; margin-top:10px;}
.sy_al .al_tp{width:100%; margin-bottom:20px;}
.sy_al .swiper-pagination-bullet-active{width:18px;}
}

.al_kh{margin-top:50px; overflow:hidden; position:relative;}
.al_kh:before{width:200px; height:100%; position:absolute; bottom:0; left:0; content:""; z-index:999;
background-image:-webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
background-image:linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));}
.al_kh:after{width:200px; height:100%; position:absolute; bottom:0; right:0; content:""; z-index:999;
background-image:-webkit-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
background-image:linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));}
.al_kh .bd ul li{width:auto !important; max-width:150px; margin-right:90px;}
.al_kh .bd img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1160px){
.al_kh{margin-top:40px;}
.al_kh:before{width:180px;}
.al_kh:after{width:180px;}
.al_kh .bd ul li{margin-right:60px;}
}
@media only screen and (max-width:768px){
.al_kh{margin-top:30px;}
.al_kh:before{width:60px;}
.al_kh:after{width:60px;}
.al_kh .bd ul li{margin-right:40px;}
}

.sy_xw{width:100%; padding:90px 0; background-color:#fdfbf9; overflow:hidden;}
.sy_xw .row{margin:0;}
.sy_xw .tw_zs{display:flex; flex-wrap:wrap; position:relative; margin-bottom:50px;}
.sy_xw .tw_zs:after{width:1px; height:100%; background-color:#eee; position:absolute; top:0; left:50%; content:"";}
.sy_xw .tw_zc{width:calc(50% - 30px);}
.sy_xw .tw_yc{width:calc(50% - 30px);}
.sy_xw .tw_yc ul li{margin-bottom:35px;}
.sy_xw .tw_yc ul li:last-child{margin-bottom:0;}
.sy_xw .tw_yc a{display:flex; flex-wrap:wrap;}
.sy_xw .t_p{border-radius:6px; overflow:hidden;}
.sy_xw .tw_yc ul li .t_p{width:162px;}
.sy_xw .t_p img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .tw_zc:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.sy_xw .w_z{font-size:22px; font-weight:bold; line-height:30px; margin-top:10px;}
.sy_xw .tw_yc ul li .w_z{width:calc(100% - 190px); margin-top:0;}
.sy_xw .xw_tj a.more{width:90px; height:32px; margin-top:10px; text-align:center; color:#f99010; line-height:32px; border-radius:5px; display:inline-block;}
.sy_xw .xw_tj a.more:hover{color:#fff; background-color:#f99010;}
.sy_xw .xw_bt{font-size:22px; color:#333; font-weight:bold; line-height:30px; margin-bottom:20px;}
.sy_xw .xw_bt sup{font-size:14px; color:#ff0000; padding-left:5px;}
.sy_xw .tj_lb{width:calc(50% - 30px);}
.sy_xw .tj_lb ul li a{display:flex; flex-wrap:wrap; position:relative; padding:0 10px 0 30px; font-size:16px; line-height:50px;}
.sy_xw .tj_lb a:hover{background-color:#fef4e9;}
.sy_xw .tj_lb em{position:absolute; top:0; left:0; width:30px; text-align:center;}
.sy_xw .tj_lb span{width:calc(100% - 150px); text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .tj_lb i{color:#333; font-size:14px;}
@media only screen and (max-width:1160px){
.sy_xw{padding:70px 0;}
.sy_xw .tw_zs{margin-bottom:40px;}
.sy_xw .tw_zc{width:calc(50% - 25px);}
.sy_xw .tw_yc{width:calc(50% - 25px);}
.sy_xw .tw_yc ul li{margin-bottom:25px;}
.sy_xw .tw_yc ul li .t_p{width:150px;}
.sy_xw .w_z{font-size:18px; line-height:26px;}
.sy_xw .tw_yc ul li .w_z{width:calc(100% - 170px);}
.sy_xw .xw_bt{font-size:20px; line-height:26px; margin-bottom:15px;}
.sy_xw .tj_lb{width:calc(50% - 20px);}
.sy_xw .tj_lb ul li a{font-size:15px; line-height:46px;}
.sy_xw .tj_lb span{width:calc(100% - 110px);}
}
@media only screen and (max-width:768px){
.sy_xw{padding:45px 0;}
.sy_xw .tw_zs{margin-bottom:30px;}
.sy_xw .tw_zs:after{display:none;}
.sy_xw .tw_zc{width:100%;}
.sy_xw .tw_yc{width:100%;}
.sy_xw .tw_yc ul li{margin-top:20px; margin-bottom:0;}
.sy_xw .tw_yc ul li .t_p{width:130px;}
.sy_xw .w_z{font-size:16px; font-weight:normal;}
.sy_xw .tw_yc ul li .w_z{width:calc(100% - 145px);}
.sy_xw .tj_lb{width:100%;}
.sy_xw .tj_lb ul li a{font-size:14px; line-height:40px;}
.sy_xw .tj_lb span{width:calc(100% - 90px);}
}

.sy_lj{width:100%; padding:80px 0; text-align:center; color:#fff; background:url(../images/lj_bj.jpg) no-repeat center / cover; overflow:hidden;}
.sy_lj h2{font-size:40px; line-height:50px; font-weight:bold; margin-bottom:30px;}
.sy_lj a{width:160px; height:46px; border-radius:46px; font-size:20px; color:#f99010; line-height:46px; display:inline-block; position:relative;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#fff;
background-size:0 100%;}
.sy_lj a:hover{color:#fff; background-size:100% 100%;}
@media only screen and (max-width:1160px){
.sy_lj{padding:60px 0;}
.sy_lj h2{font-size:32px; line-height:40px; margin-bottom:25px;}
.sy_lj a{width:140px; height:40px; border-radius:40px; font-size:16px; line-height:40px;}
}
@media only screen and (max-width:768px){
.sy_lj{padding:40px 0;}
.sy_lj h2{font-size:26px; line-height:32px; margin-bottom:20px;}
.sy_lj a{width:120px; height:36px; border-radius:36px; font-size:15px; line-height:36px;}
}

.ab_ban{width:100%; height:550px; background:url(../images/ab_bj.jpg) no-repeat center / cover; color:#fff; display:flex; align-items:center; overflow:hidden;}
.ab_ban .row{margin:0;}
.ab_ban .bn_wz{width:520px;}
.ab_ban .bn_wz h2{font-size:40px; font-weight:bold; line-height:50px; margin-bottom:6px;}
.ab_ban .bn_wz h3{font-size:24px; line-height:32px; margin-bottom:30px;}
.ab_ban .bn_wz p{font-size:16px; line-height:26px;}
.ab_ban .bn_tp{width:351px;}
.ab_ban .bn_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1160px){
.ab_ban{height:400px;}
.ab_ban .bn_wz{width:55%;}
.ab_ban .bn_wz h2{font-size:32px; line-height:40px;}
.ab_ban .bn_wz h3{font-size:20px; line-height:28px; margin-bottom:20px;}
.ab_ban .bn_wz p{font-size:15px; line-height:24px;}
.ab_ban .bn_tp{width:30%;}
}
@media only screen and (max-width:640px){
.ab_ban{height:260px;}
.ab_ban .bn_wz{width:100%;}
.ab_ban .bn_wz h2{font-size:26px; line-height:32px;}
.ab_ban .bn_wz h3{font-size:18px; line-height:26px; margin-bottom:15px;}
.ab_ban .bn_wz p{font-size:14px;}
.ab_ban .bn_tp{display:none;}
}

.ab_sj{width:100%; padding:60px 0; overflow:hidden;}
.ab_sj .wrap ul{margin:0;}
.ab_sj .wrap ul li{width:25%; text-align:center; border-right:1px solid #eae9ed;}
.ab_sj .wrap ul li:last-child{border-right:0;}
.ab_sj .wrap .s_z{font-size:42px; font-weight:bold; color:#f99010; line-height:50px; margin-bottom:10px;}
.ab_sj .wrap .s_z span{font-weight:bold;}
.ab_sj .wrap p{font-size:18px; line-height:26px;}
@media only screen and (max-width:1160px){
.ab_sj{padding:50px 0;}
.ab_sj .wrap .s_z{font-size:32px; line-height:40px; margin-bottom:5px;}
.ab_sj .wrap p{font-size:16px;}
}
@media only screen and (max-width:640px){
.ab_sj{padding:20px 0;}	
.ab_sj .wrap ul li{width:50%; margin:10px 0;}
.ab_sj .wrap ul li:nth-child(2){border-right:0;}
.ab_sj .wrap .s_z{font-size:22px; line-height:30px;}
.ab_sj .wrap p{font-size:15px;}
}

/*.ab_lc{width:100%; padding:90px 0; background:url(../images/lc_bj.jpg) no-repeat top center / cover; overflow:hidden;}*/
/*.ab_lc .lc_zs{padding-bottom:80px; position:relative;}*/
/*.ab_lc .swiper-lc{height:400px;}*/
/*.ab_lc .swiper-slide{margin-top:70px;*/
/*transition:all .5s;*/
/*-webkit-transition:all .5s;}*/
/*.ab_lc .swiper-slide h2{font-size:32px; color:#333; font-family:"MiSans-Demibold";*/
/*transition:all .5s;*/
/*-webkit-transition:all .5s;}*/
/*.ab_lc .swiper-slide:hover h2{color:#f99010;}*/
/*.ab_lc .swiper-slide h3{font-size:24px; color:#333; font-family:"MiSans-Demibold"; margin:5px 0 10px;*/
/*transition:all .5s;*/
/*-webkit-transition:all .5s;}*/
/*.ab_lc .swiper-slide:hover h3{color:#f99010;}*/
/*.ab_lc .swiper-slide p{font-size:16px; line-height:26px; padding-bottom:10px; border-bottom:1px solid #e2e5ea;*/
/*transition:all .5s;*/
/*-webkit-transition:all .5s;}*/
/*.ab_lc .swiper-slide:hover p{border-bottom:1px solid #f99010;}*/
/*.ab_lc .swiper-slide-active{margin-top:210px;}*/
/*.ab_lc .swiper-slide-next{margin-top:140px;}*/
/*.ab_lc .swiper-slide-duplicate-prev{margin-top:0;}*/
/*.ab_lc i{font-weight:bold;}*/
/*.ab_lc .swiper-button-prev{width:46px; height:46px; border:1px solid #f99010; line-height:44px; text-align:center; color:#f99010; border-radius:50%; top:auto; bottom:0; left:50%; margin-top:0; margin-left:-60px;*/
/*transition:all .5s;*/
/*-webkit-transition:all .5s;}*/
/*.ab_lc .swiper-button-prev:hover{background-color:#f99010; color:#fff;}*/
/*.ab_lc .swiper-button-next{width:46px; height:46px; border:1px solid #f99010; line-height:44px; text-align:center; color:#f99010; border-radius:50%; top:auto; bottom:0; right:50%; margin-top:0; margin-right:-60px;*/
/*transition:all .5s;*/
/*-webkit-transition:all .5s;}*/
/*.ab_lc .swiper-button-next:hover{background-color:#f99010; color:#fff;}*/
/*@media only screen and (max-width:1160px){*/
/*.ab_lc{padding:70px 0;}*/
/*.ab_lc .lc_zs{padding-bottom:40px;}*/
/*.ab_lc .swiper-lc{height:280px;}*/
/*.ab_lc .swiper-slide{margin-top:0;}*/
/*.ab_lc .swiper-slide h2{font-size:26px;}*/
/*.ab_lc .swiper-slide h3{font-size:20px;}*/
/*.ab_lc .swiper-slide p{font-size:15px; line-height:24px;}*/
/*.ab_lc .swiper-slide-active{margin-top:100px;}*/
/*.ab_lc .swiper-slide-next{margin-top:50px;}*/
/*.ab_lc .swiper-slide-duplicate-prev{margin-top:0;}*/
/*.ab_lc .swiper-button-prev{width:40px; height:40px; line-height:38px; margin-left:-50px;}*/
/*.ab_lc .swiper-button-next{width:40px; height:40px; line-height:38px; margin-right:-50px;}*/
/*}*/
/*@media only screen and (max-width:768px){*/
/*.ab_lc{padding:45px 0;}*/
/*.ab_lc .lc_zs{padding-bottom:40px;}*/
/*.ab_lc .swiper-lc{height:250px;}*/
/*.ab_lc .swiper-slide{margin-top:0;}*/
/*.ab_lc .swiper-slide h2{font-size:22px;}*/
/*.ab_lc .swiper-slide h3{font-size:16px;}*/
/*.ab_lc .swiper-slide p{font-size:14px;}*/
/*.ab_lc .swiper-slide-active{margin-top:80px;}*/
/*.ab_lc .swiper-slide-next{margin-top:40px;}*/
/*}*/


.ab_lc{width:100%; padding:90px 0; background:url(../images/lc_bj.jpg) no-repeat top center / cover; overflow:hidden;}
.ab_lc .lc_zs{padding-bottom:80px; position:relative;}
.ab_lc .swiper-lc{height:400px;}
.ab_lc .swiper-slide{transition:all .5s;
    -webkit-transition:all .5s;}
.ab_lc .swiper-slide h2{font-size:32px; color:#333; font-weight:bold;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ab_lc .swiper-slide:hover h2{color:#f99010;}
.ab_lc .swiper-slide h3{font-size:24px; color:#333; margin:5px 0 10px;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ab_lc .swiper-slide:hover h3{color:#f99010;}
.ab_lc .swiper-slide p{font-size:16px; line-height:26px; padding-bottom:10px; border-bottom:1px solid #e2e5ea;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ab_lc .swiper-slide:hover p{border-bottom:1px solid #f99010;}
.ab_lc .swiper-slide-active{margin-top:160px;}
.ab_lc .swiper-slide-next{margin-top:80px;}
.ab_lc i{font-weight:bold;}
.ab_lc .swiper-button-prev{width:46px; height:46px; border:1px solid #f99010; line-height:44px; text-align:center; color:#f99010; border-radius:50%; top:auto; bottom:0; left:50%; margin-top:0; margin-left:-60px;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ab_lc .swiper-button-prev:hover{background-color:#f99010; color:#fff;}
.ab_lc .swiper-button-next{width:46px; height:46px; border:1px solid #f99010; line-height:44px; text-align:center; color:#f99010; border-radius:50%; top:auto; bottom:0; right:50%; margin-top:0; margin-right:-60px;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ab_lc .swiper-button-next:hover{background-color:#f99010; color:#fff;}
@media only screen and (max-width:1160px){
    .ab_lc{padding:70px 0;}
    .ab_lc .lc_zs{padding-bottom:40px;}
    .ab_lc .swiper-lc{height:360px;}
    .ab_lc .swiper-slide{margin-top:0;}
    .ab_lc .swiper-slide h2{font-size:26px;}
    .ab_lc .swiper-slide h3{font-size:20px;}
    .ab_lc .swiper-slide p{font-size:15px; line-height:24px;}
    .ab_lc .swiper-slide-active{margin-top:100px;}
    .ab_lc .swiper-slide-next{margin-top:50px;}
    .ab_lc .swiper-button-prev{width:40px; height:40px; line-height:38px; margin-left:-50px;}
    .ab_lc .swiper-button-next{width:40px; height:40px; line-height:38px; margin-right:-50px;}
}
@media only screen and (max-width:768px){
    .ab_lc{padding:45px 0;}
    .ab_lc .lc_zs{padding-bottom:40px;}
    .ab_lc .swiper-lc{height:350px;}
    .ab_lc .swiper-slide{margin-top:0;}
    .ab_lc .swiper-slide h2{font-size:22px;}
    .ab_lc .swiper-slide h3{font-size:16px;}
    .ab_lc .swiper-slide p{font-size:14px;}
    .ab_lc .swiper-slide-active{margin-top:50px;}
    .ab_lc .swiper-slide-next{margin-top:0;}
}

.ab_zs{width:100%; padding:90px 0; text-align:center; background:url(../images/zs_bj.jpg) no-repeat top center / cover; overflow:hidden; display:inline-block;}
.ab_zs .hd{margin-bottom:50px;}
.ab_zs .hd ul li{width:400px; padding:20px 40px; border:1px solid #f99010; margin:0 10px; display:inline-block; font-size:16px; text-align:left;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_zs .hd ul li.on{background:url(../images/zj.jpg) no-repeat center / cover; color:#fff;}
.ab_zs .hd strong{font-size:24px; color:#f99010; font-weight:bold; font-weight:normal; line-height:32px;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_zs .hd ul li.on strong{color:#fff;}
.ab_zs .zs_lb ul li{width:360px;}
.ab_zs .zs_lb img{max-width:100%; height:auto; display:block; margin:0 auto;}
.ab_zs .zs_lb p{color:#333;}
@media only screen and (max-width:1160px){
.ab_zs{padding:70px 0;}
.ab_zs .hd{margin-bottom:35px;}
.ab_zs .hd ul li{width:300px; padding:15px 30px;}
.ab_zs .hd strong{font-size:22px; line-height:30px;}
.ab_zs .zs_lb ul li{width:280px;}
}
@media only screen and (max-width:768px){
.ab_zs{padding:45px 0;}
.ab_zs .hd ul li{width:40%; margin:0 5px; padding:10px 15px; text-align:center;}
.ab_zs .hd strong{font-size:20px; line-height:28px;}
.ab_zs .zs_lb ul li{width:160px; margin-right:20px;}
}

.ab_fw{width:100%; padding:90px 0 40px; overflow:hidden;}
.ab_fw .fw_nr ul{margin:0 -25px;}
.ab_fw .fw_nr ul li{width:calc(33.33333333% - 50px); margin:0 25px 50px; padding:50px 30px 150px; border-radius:6px; background-color:#f1f3fa; position:relative;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_fw .fw_nr ul li:hover{background-color:#f99010;}
.ab_fw .fw_nr h3{font-size:24px; font-weight:bold; color:#333; line-height:30px;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_fw .fw_nr ul li:hover h3{color:#fff;}
.ab_fw .fw_nr em{width:28px; height:5px; border-radius:5px; background-color:#f99010; display:block; margin:10px 0 20px;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_fw .fw_nr ul li:hover em{background-color:#fff;}
.ab_fw .fw_nr p{max-width:80%; font-size:18px; line-height:26px;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_fw .fw_nr ul li:hover p{color:#fff;}
.ab_fw .fw_nr img{position:absolute; bottom:0; right:0; display:block;}
.ab_fw .fw_nr a.mf_ys{width:106px; height:40px; border-radius:3px; font-size:16px; color:#f99010; text-align:center; line-height:40px; display:block; position:absolute; bottom:55px; right:50px; opacity:0;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#fff;
background-size:0 100%;}
.ab_fw .fw_nr ul li:hover a.mf_ys{opacity:1;}
.ab_fw .fw_nr a.mf_ys:hover{color:#fff; background-size:100% 100%;}
@media only screen and (max-width:1160px){
.ab_fw{padding:70px 0 40px;}
.ab_fw .fw_nr ul{margin:0 -15px;}
.ab_fw .fw_nr ul li{width:calc(33.33333333% - 30px); margin:0 15px 30px; padding:40px 25px 120px;}
.ab_fw .fw_nr h3{font-size:20px;}
.ab_fw .fw_nr em{width:22px; height:3px; border-radius:3px; margin:6px 0 15px;}
.ab_fw .fw_nr p{max-width:100%; font-size:16px;}
.ab_fw .fw_nr img{width:160px;}
.ab_fw .fw_nr a.mf_ys{width:90px; height:36px; font-size:15px; line-height:36px; bottom:35px; right:35px;}
}
@media only screen and (max-width:768px){
.ab_fw{padding:50px 0 30px;}
.ab_fw .fw_nr ul{margin:0 -10px;}
.ab_fw .fw_nr ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px; padding:30px 15px 80px;}
.ab_fw .fw_nr img{width:120px;}
}
@media only screen and (max-width:640px){
.ab_fw{padding:45px 0 35px;}
.ab_fw .fw_nr ul{margin:0 -5px;}
.ab_fw .fw_nr ul li{width:calc(50% - 10px); margin:0 5px 10px; padding:30px 15px 100px;}
.ab_fw .fw_nr h3{font-size:18px;}
.ab_fw .fw_nr em{margin:6px 0 10px;}
.ab_fw .fw_nr p{mfont-size:14px; line-height:22px;}
.ab_fw .fw_nr img{width:100px;}
.ab_fw .fw_nr a.mf_ys{width:90px; height:36px; font-size:15px; line-height:36px; bottom:35px; right:35px;}
}

.ab_fb{width:100%; padding:90px 0; background-color:#1f232a; overflow:hidden;}
.ab_fb .sy_bt h2{color:#fff;}
.ab_fb .sy_bt h3{color:#fff; margin-top:40px;}
.ab_fb .sy_bt h3 span{display:inline-block; width:206px; border:1px solid #f99010; border-radius:46px; font-size:18px; line-height:44px; margin:0 10px;}
.ab_fb .fb_dt{position:relative;}
.ab_fb .fb_dt img{width:100%; height:auto; display:block;}
.ab_fb .fb_qy{width:208px; border:1px dashed #f49e19; background-color:#213347; position:absolute; right:0; bottom:0;}
.ab_fb .fb_qy h3{font-size:16px; line-height:36px; color:#fff; text-align:center; background-color:#f49e19;}
.ab_fb .fb_qy ul{padding:15px; margin:0;}
.ab_fb .fb_qy ul li{width:25%; color:#fff;}
@media only screen and (max-width:1160px){
.ab_fb{padding:70px 0;}
.ab_fb .sy_bt h3{margin-top:30px;}
.ab_fb .sy_bt h3 span{width:186px; border-radius:40px; font-size:16px; line-height:40px; margin:0 5px;}
.ab_fb .fb_qy{width:198px;}
.ab_fb .fb_qy h3{line-height:30px;}
.ab_fb .fb_qy ul{padding:10px;}
}
@media only screen and (max-width:768px){
.ab_fb{padding:45px 0;}
.ab_fb .sy_bt h3{margin-top:30px;}
.ab_fb .sy_bt h3 span{width:186px; border-radius:40px; font-size:16px; line-height:40px; margin:0 5px;}
.ab_fb .fb_qy{width:100%; position:relative; right:auto; bottom:auto; margin-top:25px;}
.ab_fb .fb_qy ul li{width:16.666666667%;}
}
@media only screen and (max-width:640px){
.ab_fb{padding:45px 0;}
.ab_fb .sy_bt h3{margin-top:15px;}
.ab_fb .sy_bt h3 span{width:160px; border-radius:36px; font-size:15px; line-height:36px; margin:0 2px 5px;}
.ab_fb .fb_qy ul li{width:20%;}
}

.ab_map{width:100%; padding:90px 0; overflow:hidden;}
.ab_map .map{width:100%; height:480px; background:url(../images/map.jpg) no-repeat center / cover; position:relative;}
.ab_map .mp_xx{position:absolute; left:40px; top:50%; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:10px; padding:25px;}
.ab_map .mp_xx h3{font-size:26px; color:#333; font-weight:bold; line-height:32px; padding-bottom:10px; border-bottom:1px solid #eae9ed; margin-bottom:10px;}
.ab_map .mp_xx img{display:inline-block; vertical-align:middle; margin-right:7px; margin-top:-2px;}
.ab_map .mp_xx p{margin:6px 0; line-height:26px; color:#1f232a;}
.ab_map .mp_xx strong{color:#0081fa; font-size:18px;}
.ab_map .mp_nr{width:100%; max-width:1000px; margin:0 auto;}
.ab_map .mp_lx{width:100%; padding:30px; margin-top:30px; background-color:#f0f3fa;}
.ab_map .mp_lx h3{font-size:36px; color:#333; font-weight:bold; line-height:44px; margin-bottom:15px;}
.ab_map .mp_lx ul li{width:calc(33.33333333% - 30px); margin:7px 15px;}
.ab_map .mp_lx ul li:last-child{width:calc(66.66666667% - 30px);}
@media only screen and (max-width:1160px){
.ab_map{padding:70px 0;}
.ab_map .map{height:440px;}
.ab_map .mp_xx{left:30px; padding:20px;}
.ab_map .mp_xx h3{font-size:22px; line-height:28px;}
.ab_map .mp_xx p{margin:4px 0; line-height:24px;}
.ab_map .mp_lx{padding:20px; margin-top:20px;}
.ab_map .mp_lx h3{font-size:26px; line-height:34px;}
.ab_map .mp_lx ul{margin:0 -10px;}
.ab_map .mp_lx ul li{width:calc(33.33333333% - 20px); margin:5px 10px;}
.ab_map .mp_lx ul li:last-child{width:calc(66.66666667% - 20px);}
}
@media only screen and (max-width:768px){
.ab_map{padding:45px 0;}
.ab_map .map{height:360px;}
.ab_map .mp_xx{left:25px; padding:15px;}
.ab_map .mp_xx h3{font-size:20px;}
.ab_map .mp_lx{padding:15px;}
.ab_map .mp_lx h3{font-size:20px; line-height:30px;}
.ab_map .mp_lx ul{margin:0 -5px;}
.ab_map .mp_lx ul li{width:calc(50% - 10px); margin:5px;}
.ab_map .mp_lx ul li:last-child{width:calc(100% - 20px);}
}
@media only screen and (max-width:640px){
.ab_map .mp_xx{width:calc(100% - 40px); left:20px; top:auto; bottom:20px;}
.ab_map .mp_lx ul{margin:0;}
.ab_map .mp_lx ul li{width:100%; margin:5px 0;}
.ab_map .mp_lx ul li:last-child{width:100%;}
}

.sj_ban{width:100%; height:550px; background:url(../images/hg_bj.jpg) no-repeat center / cover; display:flex; align-items:center; overflow:hidden;}
.sj_ban .row{margin:0;}
.sj_ban .bn_wz{width:450px;}
.sj_ban .bn_wz h2{font-size:46px; color:#f99010; font-weight:bold; line-height:56px; margin-bottom:6px;}
.sj_ban .bn_wz h3{font-size:24px; color:#333; line-height:32px;}
.sj_ban .bn_wz a.mf_ys{width:130px; height:46px; border-radius:46px; display:inline-block; font-size:18px; color:#fff; line-height:46px; text-align:center; margin-top:25px;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#f99010;
background-size:0 100%;}
.sj_ban .bn_wz a.mf_ys:hover{background-size:100% 100%;}
.sj_ban .bn_tp{width:509px;}
.sj_ban .bn_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1160px){
.sj_ban{height:400px;}
.sj_ban .bn_wz{width:46%;}
.sj_ban .bn_wz h2{font-size:32px; line-height:40px;}
.sj_ban .bn_wz h3{font-size:20px; line-height:28px;}
.sj_ban .bn_wz a.mf_ys{width:116px; height:40px; border-radius:40px; font-size:16px; line-height:40px; margin-top:15px;}
.sj_ban .bn_tp{width:40%;}
}
@media only screen and (max-width:640px){
.sj_ban{height:250px;}
.sj_ban .bn_wz{width:56%;}
.sj_ban .bn_wz h2{font-size:26px; line-height:32px;}
.sj_ban .bn_wz h3{font-size:16px; line-height:26px;}
.sj_ban .bn_wz a.mf_ys{width:110px; height:36px; border-radius:36px; font-size:15px; line-height:36px; margin-top:10px;}
.sj_ban .bn_tp{width:44%;}
}

.sj_zs{width:100%; padding:90px 0; overflow:hidden;}
.sj_zs .gq_qy{position:relative;}
.sj_zs .dz_mc{display:none;}
.sj_zs .row{margin:0;}
.sj_zs .dz_nr{width:14%; text-align:center;}
.sj_zs .dz_nr:first-child{width:20%; margin-right:2%;}
.sj_zs .dz_nr:last-child{width:20%; margin-left:2%;}
.sj_zs .dz_nr .z_m{width:130px; height:40px; border-radius:20px; background-color:#f5f4fa; margin-bottom:20px; font-size:18px; line-height:40px; color:#2d3137; display:inline-block;}
.sj_zs .dz_nr ul{display:flex; flex-wrap:wrap;}
.sj_zs .dz_nr ul li{width:50%; margin-top:46px;}
.sj_zs .dz_nr:first-child ul li{width:33.33333333%;}
.sj_zs .dz_nr:last-child ul li{width:33.33333333%;}
.sj_zs .dz_nr:nth-child(3) ul li{width:100%;}
.sj_zs .dz_nr .t_b{display:block; position:relative;}
.sj_zs .dz_nr .t_b span{display:inline-block; position:absolute; top:-18px; right:-16px; background-color:#ff0000; font-size:12px; line-height:20px; color:#fff; padding:0 10px 0 7px; border-radius:7px 10px 10px 0;
transform:scale(.92);
-webkit-transform:scale(.92);}
.sj_zs .dz_nr .t_b img{max-width:100%; border-radius:5px; box-shadow:-3px 0 10px #d0d9e3;}
.sj_zs .dz_nr .w_z{font-size:12px; color:#666; line-height:20px; white-space:nowrap; margin-top:10px;}
.sj_zs .dz_nr a:hover .w_z{color:#0084fd;}
.sj_zs .gj_zq{width:400px; height:480px; padding:40px 30px; box-shadow:0 0 15px rgba(0,0,0,.1); border-radius:10px; text-align:center; position:absolute; top:160px; left:50%; margin-left:-200px;
background-image:-webkit-linear-gradient(top,#fffaee,#fff);
background-image:linear-gradient(top,#fffaee,#fff);}
.sj_zs .gj_zq a.mf_ys{width:170px; height:46px; border-radius:46px; font-size:18px; color:#fff; line-height:46px; display:inline-block; margin-top:30px;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-size:0 100%;
background-color:#f99010;}
.sj_zs .gj_zq a.mf_ys:hover{background-size:100% 100%;}
.sj_zs .zq_nr{width:100%; position:relative;}
.sj_zs .zq_nr img{width:100%; height:auto; display:block;}
.sj_zs .zq_qy{width:100%; position:relative;
animation:math 40s linear infinite;
-webkit-animation:math 40s linear infinite;}
.sj_zs .zq_qy .z_w{width:70px; height:70px; background-color:#fff; border-radius:50%; box-shadow:0 0 10px rgba(0,0,0,.1); font-size:14px; line-height:16px; text-align:center; color:#f8662b; padding-top:19px; position:absolute; top:70px; left:10px;
animation:soon 40s linear infinite;
-webkit-animation:soon 40s linear infinite;}
.sj_zs .zq_qy .z_w.z_a{color:#0081fa; left:50%; margin-left:-35px; top:-5px;}
.sj_zs .zq_qy .z_w.z_b{color:#69c7bd; left:auto; right:10px;}
.sj_zs .zq_qy .z_w.z_c{color:#69c7bd; top:auto; bottom:70px;}
.sj_zs .zq_qy .z_w.z_d{color:#f8662b; top:auto; bottom:-5px; left:50%; margin-left:-35px;}
.sj_zs .zq_qy .z_w.z_e{color:#0081fa; left:auto; right:10px; top:auto; bottom:70px;}
.sj_zs .zq_bt{font-size:24px; line-height:30px; color:#fff; position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
@media only screen and (max-width:1440px){
.sj_zs{padding:70px 0;}
.sj_zs .dz_nr:first-child{width:22%; margin-right:0;}
.sj_zs .dz_nr:last-child{width:22%; margin-left:0;}
.sj_zs .dz_nr .z_m{width:120px; height:36px; border-radius:18px; margin-bottom:15px; font-size:17px; line-height:36px;}
.sj_zs .dz_nr ul li{margin-top:40px;}
.sj_zs .gj_zq{width:360px; height:440px; top:160px; margin-left:-180px;}
.sj_zs .gj_zq a{width:150px; height:40px; border-radius:40px; font-size:17px; line-height:40px; margin-top:20px;}
.sj_zs .zq_qy .z_w{width:66px; height:66px; font-size:13px; padding-top:16px; top:60px;}
.sj_zs .zq_qy .z_w.z_a{margin-left:-33px;}
.sj_zs .zq_qy .z_w.z_c{bottom:60px;}
.sj_zs .zq_qy .z_w.z_d{margin-left:-33px;}
.sj_zs .zq_qy .z_w.z_e{bottom:60px;}
.sj_zs .zq_bt{font-size:20px; line-height:28px;}
}
@media only screen and (max-width:1160px){
.sj_zs{padding:60px 0;}
.sj_zs .dz_nr .z_m{width:110px; height:32px; border-radius:16px; font-size:16px; line-height:32px;}
.sj_zs .dz_nr ul li{margin-top:30px;}
.sj_zs .dz_nr .t_b img{max-width:32px;}
.sj_zs .dz_nr .t_b span{transform:scale(.8);
-webkit-transform:scale(.8);}
.sj_zs .dz_nr .w_z{transform:scale(.9);
-webkit-transform:scale(.9);}
.sj_zs .gj_zq{width:300px; height:360px; padding:20px; top:140px; margin-left:-150px;}
.sj_zs .gj_zq a.mf_ys{width:140px; height:38px; border-radius:38px; font-size:16px; line-height:38px; margin-top:20px;}
.sj_zs .zq_qy .z_w{width:60px; height:60px; font-size:12px; padding-top:12px; top:40px;}
.sj_zs .zq_qy .z_w.z_a{margin-left:-30px;}
.sj_zs .zq_qy .z_w.z_c{bottom:40px;}
.sj_zs .zq_qy .z_w.z_d{margin-left:-30px;}
.sj_zs .zq_qy .z_w.z_e{bottom:40px;}
.sj_zs .zq_bt{font-size:18px; line-height:22px;}
}
@media only screen and (max-width:768px){
.sj_zs .dz_nr ul li{margin-top:20px;}
.sj_zs .dz_nr .t_b img{max-width:26px;}
.sj_zs .dz_nr .t_b span{transform:scale(.7);
-webkit-transform:scale(.7);}
.sj_zs .dz_nr .w_z{transform:scale(.8);
-webkit-transform:scale(.8);}
.sj_zs .gj_zq{top:100px;
transform:scale(.8);
-webkit-transform:scale(.8);}
}
@media only screen and (max-width:640px){
.sj_zs{padding:45px 0 30px;}
.sj_zs .dz_mc{display:block; margin-bottom:20px; padding-bottom:5px;}
.sj_zs .dz_mc ul{overflow-x:scroll; white-space:nowrap;}
.sj_zs .dz_mc ul li{width:90px; height:32px; border-radius:16px; background-color:#f5f4fa; margin-right:12px; font-size:15px; text-align:center; line-height:32px; color:#2d3137; display:inline-block;}
.sj_zs .dz_mc ul li.on{background-color:#0081fa; color:#fff;}
.sj_zs .dz_mc ul li:last-child{margin-right:0;}
.sj_zs .dz_nr{width:100% !important; display:none;}
.sj_zs .dz_nr.on{display:block;}
.sj_zs .dz_nr ul li{width:25% !important; margin-top:15px;}
.sj_zs .dz_nr .z_m{display:none;}
.sj_zs .dz_nr .t_b img{max-width:36px;}
.sj_zs .dz_nr .t_b span{transform:scale(.9);
-webkit-transform:scale(.9);}
.sj_zs .dz_nr .w_z{transform:scale(1);
-webkit-transform:scale(1);}
.sj_zs .gj_zq{position:relative; top:auto; left:0; margin:30px auto 0;
transform:scale(1);
-webkit-transform:scale(1);}
}

@keyframes math{
0%{transform:rotate(0);}
100%{transform:rotate(360deg);}
}
 
@-webkit-keyframes math{
0%{-webkit-transform:rotate(0);}
100%{-webkit-transform:rotate(360deg);}
}

@keyframes soon{
0%{transform:rotate(0);}
100%{transform:rotate(-360deg);}
}
 
@-webkit-keyframes soon{
0%{-webkit-transform:rotate(0);}
100%{-webkit-transform:rotate(-360deg);}
}

#contrasl{text-align:center; margin-bottom:60px; overflow:hidden;}
#contrasl a{width:186px; height:46px; border-radius:46px; border:1px solid #c8c8c8; margin:0 10px; display:inline-block; font-size:18px; color:#333; line-height:44px; font-size:16px;}
#contrasl a.on{background-color:#f99010; border:1px solid #f99010; color:#fff;}
@media only screen and (max-width:1160px){
#contrasl{border-radius:44px; margin-bottom:30px;}
#contrasl a{border-radius:44px; font-size:15px; line-height:44px;}
}
@media only screen and (max-width:768px){
#contrasl{box-shadow:none; border-radius:0; overflow:inherit; margin-bottom:20px;}
#contrasl a{width:46%; border-radius:40px; background-color:#fff; margin:0 1.2% 15px; line-height:40px; box-shadow:0px 2px 10px rgba(166,179,217,.4);}
}

.sj_gn{width:100%; padding:30px 0; text-align:center; overflow:hidden;}
.sj_gn .swiper-slide{background:url(../images/gn_bj.jpg) no-repeat center / cover; border-radius:20px; padding:40px 40px 40px 60px;}
.sj_gn .swiper-pagination{bottom:0; display:none;}
.sj_gn .row{margin:0;}
.sj_gn .js_tp{width:60%; position:relative;}
.sj_gn .js_tp img{width:100%; height:auto; display:block;}
.sj_gn .js_tp img.t_b{position:absolute; top:0; left:0;}
.sj_gn .js_wz{width:36%; text-align:left;}
.sj_gn .js_wz .b_t{font-size:30px; font-weight:bold; color:#333; line-height:36px;}
.sj_gn .js_wz .j_s{font-size:16px; line-height:26px; color:#555; margin:10px 0 20px;}
.sj_gn .js_wz ul li{width:48%; font-size:16px; line-height:26px; color:#444558; margin:7px 0;}
.sj_gn .js_wz ul li img{display:inline-block; vertical-align:middle; margin-top:-4px; margin-right:8px;}
.sj_gn .js_wz a.mf_ys{width:160px; height:40px; border-radius:40px; font-size:16px; color:#fff; text-align:center; line-height:40px; display:inline-block; margin-top:30px;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-size:0 100%;
background-color:#f99010;}
.sj_gn .js_wz a.mf_ys:hover{background-size:100% 100%;}
.sj_gn .js_wz i{margin-left:8px;}
@media only screen and (max-width:1160px){
.sj_gn{padding:0;}
.sj_gn .swiper-slide{border-radius:10px; padding:30px 30px 30px 40px;}
.sj_gn .js_tp{width:58%;}
.sj_gn .js_wz{width:40%;}
.sj_gn .js_wz .b_t{font-size:26px; line-height:32px;}
.sj_gn .js_wz .j_s{font-size:15px; line-height:24px; margin:6px 0 15px;}
.sj_gn .js_wz ul li{font-size:15px; margin:5px 0;}
.sj_gn .js_wz ul li img{margin-right:6px;}
.sj_gn .js_wz a.mf_ys{width:146px; height:36px; border-radius:36px; font-size:15px; line-height:36px; margin-top:20px;}
}
@media only screen and (max-width:768px){
.sj_gn .swiper-js{padding-bottom:30px;}
.sj_gn .swiper-slide{border-radius:6px; padding:20px;}
.sj_gn .swiper-pagination{display:block;}
.sj_gn .js_tp{width:100%;}
.sj_gn .js_wz{width:100%; margin-bottom:20px;}
.sj_gn .js_wz .b_t{font-size:20px; line-height:30px;}
.sj_gn .js_wz .j_s{font-size:14px; line-height:22px; margin:6px 0 10px;}
.sj_gn .js_wz a.mf_ys{width:130px; height:36px; border-radius:36px; font-size:14px; line-height:36px; display:block; margin-top:10px;}
}

.sj_fw{width:100%; padding:90px 0; overflow:hidden;}
.sj_fw .fw_nr{width:calc(33.33333333% - 30px); margin:0 15px; border-radius:15px; padding:40px 40px 180px; position:relative; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.sj_fw .fw_nr:hover{box-shadow:0 0 15px rgba(0,0,0,.1);
transform:translateY(-20px);
-webkit-transform:translateY(-20px);}
.sj_fw .fw_nr .i_c{width:180px; position:absolute; bottom:0; right:20px;}
.sj_fw .fw_nr .i_c img{width:100%; height:auto; display:block;}
.sj_fw .b_t{font-size:30px; font-weight:bold; color:#333; margin-bottom:20px;}
.sj_fw .b_t img{display:inline-block; vertical-align:middle; margin-right:8px; margin-top:-4px;}
.sj_fw .x_b{font-size:20px; color:#333; margin-bottom:10px;}
.sj_fw .w_z{font-size:16px; line-height:26px;}
@media only screen and (max-width:1160px){
.sj_fw{padding:60px 0;}
.sj_fw .row{margin:0 -10px;}
.sj_fw .fw_nr{width:calc(33.33333333% - 20px); margin:0 10px; border-radius:10px; padding:30px 30px 150px;}
.sj_fw .fw_nr .i_c{width:140px; right:15px;}
.sj_fw .b_t{font-size:26px; margin-bottom:15px;}
.sj_fw .x_b{font-size:18px;}
.sj_fw .w_z{font-size:15px; line-height:24px;}
}
@media only screen and (max-width:768px){
.sj_fw{padding:45px 0;}
.sj_fw .row{margin:0; overflow-x:scroll; white-space:nowrap; display:block;}
.sj_fw .fw_nr{width:280px; height:300px; margin:0 20px 0 0; border-radius:6px; padding:25px 20px; display:inline-block;}
.sj_fw .fw_nr:last-child{margin:0;}
.sj_fw .fw_nr .i_c{width:120px; right:10px;}
.sj_fw .b_t{font-size:22px; margin-bottom:10px;}
.sj_fw .x_b{font-size:16px; white-space:break-spaces;}
.sj_fw .w_z{font-size:14px; white-space:break-spaces;}
}

.sj_bd{width:100%; padding:90px 0; background:url(../images/sj_bd.jpg) no-repeat center / cover; overflow:hidden;}
.sj_bd .bd_nr{width:40%; margin-left:60%; background-color:#fff; border-radius:10px; padding:60px 50px 50px;}
.sj_bd ul li{padding-left:15px; position:relative; line-height:40px; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:10px;}
.sj_bd ul li em{position:absolute; top:0; left:0; font-size:18px; color:#ff0000;}
.sj_bd ul li span{width:70px; display:block;}
.sj_bd .n_r{width:calc(100% - 90px); border-radius:3px; border:1px solid #ddd; display:flex; justify-content:space-between;}
.sj_bd .n_r input{width:100%; height:38px; padding:0 10px; line-height:38px; color:#555; display:block;}
.sj_bd .n_r input::placeholder{color:#555;}
.sj_bd .n_r input.q_h{width:calc(100% - 71px); padding-left:15px; position:relative;}
.sj_bd .n_r input.q_z{width:70px;}
.sj_bd .n_r span.h_x{width:1px; height:20px; margin-top:9px; background-color:#ddd; display:block;}
.sj_bd .n_r textarea{width:100%; height:80px; padding:6px 10px; line-height:26px; resize:none;}
.sj_bd .n_r textarea::placeholder{color:#555;}
.sj_bd .n_r select{width:100%; height:38px; background:url(../images/xj.png) no-repeat right 20px center; padding:0 10px; line-height:38px; color:#555;
appearance:none;
-webkit-appearance:none;}
.sj_bd .n_r select option:first-child{display:none;}
.sj_bd .s_r{width:calc(100% - 90px); display:flex; justify-content:space-between;}
.sj_bd .s_r input{width:calc(100% - 130px); height:40px; padding:0 10px; border-radius:3px; border:1px solid #ddd; line-height:38px; color:#555; display:block;}
.sj_bd .y_m{width:120px; border-radius:3px; overflow:hidden;}
.sj_bd .y_m img{width:100%; height:auto; display:block;}
.sj_bd input.x_z{display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:6px;}
.sj_bd button{width:100%; height:40px; background-color:#f99010; border-radius:3px; line-height:40px; text-align:center; color:#fff; outline:none; margin-top:15px;
transition:all .5s;
-webkit-transition:all .5s;}
.sj_bd button:hover{background-color:#f77320;}
.sj_bd .y_d{text-align:center;}
.sj_bd .y_d a{text-decoration:underline;}
.sj_bd .y_d a:hover{text-decoration:underline !important;}
@media only screen and (max-width:1160px){
.sj_bd{padding:70px 0;}
.sj_bd .bd_nr{width:50%; margin-left:50%; padding:40px 30px 30px;}
.sj_bd ul li{padding-left:15px; position:relative; line-height:40px; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:10px;}
.sj_bd ul li em{position:absolute; top:0; left:0; font-size:18px; color:#ff0000;}
.sj_bd ul li span{width:70px; display:block;}
.sj_bd .n_r{width:calc(100% - 90px); border-radius:3px; border:1px solid #ddd; display:flex; justify-content:space-between;}
.sj_bd .n_r input{width:100%; height:38px; padding:0 10px; line-height:38px; color:#555; display:block;}
.sj_bd .n_r input::placeholder{color:#555;}
.sj_bd .n_r input.q_h{width:calc(100% - 71px); padding-left:15px; position:relative;}
.sj_bd .n_r input.q_z{width:70px;}
.sj_bd .n_r span.h_x{width:1px; height:20px; margin-top:9px; background-color:#ddd; display:block;}
.sj_bd .n_r textarea{width:100%; height:80px; padding:6px 10px; line-height:26px; resize:none;}
.sj_bd .n_r textarea::placeholder{color:#555;}
.sj_bd .n_r select{width:100%; height:38px; background:url(../images/xj.png) no-repeat right 20px center; padding:0 10px; line-height:38px; color:#555;
appearance:none;
-webkit-appearance:none;}
.sj_bd .n_r select option:first-child{display:none;}
.sj_bd .s_r{width:calc(100% - 90px); display:flex; justify-content:space-between;}
.sj_bd .s_r input{width:calc(100% - 130px); height:40px; padding:0 10px; border-radius:3px; border:1px solid #ddd; line-height:38px; color:#555; display:block;}
.sj_bd .y_m{width:120px; border-radius:3px; overflow:hidden;}
.sj_bd .y_m img{width:100%; height:auto; display:block;}
.sj_bd input.x_z{display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:6px;}
.sj_bd button{width:100%; height:40px; background-color:#f99010; border-radius:3px; line-height:40px; text-align:center; color:#fff; outline:none; margin-top:15px;
transition:all .5s;
-webkit-transition:all .5s;}
.sj_bd button:hover{background-color:#f77320;}
.sj_bd .y_d{text-align:center;}
.sj_bd .y_d a{text-decoration:underline;}
.sj_bd .y_d a:hover{text-decoration:underline !important;}
}
@media only screen and (max-width:768px){
.sj_bd{padding:50px 0;}
.sj_bd .bd_nr{width:100%; margin-left:0; padding:30px 20px 20px;}
.sj_bd .y_d a{display:inline-block;}
}

.ny_al{width:100%; padding:185px 0 90px; overflow:hidden;}
.ny_al .row{margin:0;}
.ny_al .al_bt{text-align:center; margin-bottom:90px;}
.ny_al .al_bt h2{font-size:40px; color:#171a1d; font-weight:bold; line-height:40px;}
.ny_al .al_bt h3{font-size:16px; color:#555; margin-top:15px;}
.ny_al .al_bt span{color:#f99010; font-weight:bold;}
.ny_al .al_tj{width:100%; padding-left:140px; margin-bottom:100px; border-radius:6px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05); position:relative; overflow:hidden;}
.ny_al .al_tj .hd{width:140px; height:100%; position:absolute; top:0; left:0;}
.ny_al .al_tj .hd ul{width:100%; height:100%; position:relative;}
.ny_al .al_tj .hd ul li{width:100%; height:25%; position:relative; cursor:pointer; font-size:16px; display:flex; justify-content:center; align-items:center;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_al .al_tj .hd ul li.on{font-size:18px; font-weight:bold; color:#f99010; border-left:2px solid #f99010; background:url(../images/hy.jpg) repeat-y left top;}
.ny_al .al_tj .bd{width:100%; padding:25px; background-color:#fffefc;}
.ny_al .tj_wz{width:calc(52% - 80px); margin-left:40px;}
.ny_al .tj_wz h3{font-size:30px; color:#171a1d; font-weight:bold; line-height:40px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.ny_al .tj_wz p{font-size:16px; line-height:28px; margin:10px 0 30px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;}
.ny_al .tj_wz a{width:190px; height:46px; border-radius:46px; display:inline-block; font-size:16px; color:#fff; line-height:46px; text-align:center; margin-top:25px;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#f99010;
background-size:0 100%;}
.ny_al .tj_wz a:hover{color:#fff; background-size:100% 100%;}
.ny_al .tj_wz .b_q{color:#6b727b; display:flex;}
.ny_al .tj_wz .b_q span{display:inline-block; margin-right:30px;}
.ny_al .tj_wz .b_q img{display:inline-block; vertical-align:middle; margin-right:7px; margin-top:-2px;}
.ny_al .tj_wz i{margin-left:10px;}
.ny_al .tj_tp{width:48%; border-radius:6px; overflow:hidden;}
.ny_al .tj_tp img{width:100%; height:auto; display:block;}
.ny_al .al_fl{margin-bottom:70px;}
.ny_al .al_lm ul li{margin-right:20px; margin-bottom: 10px;}
.ny_al .al_lm a{width:120px; height:46px; border-radius:3px; display:block; font-size:18px; color:#6b727b; line-height:46px; text-align:center;
background:linear-gradient(#fee9cf, #fee9cf) repeat-y;
background:-webkit-linear-gradient(#fee9cf, #fee9cf) repeat-y;
background-color:#f5f6f7;
background-size:0 100%;}
.ny_al .al_lm a:hover{color:#f99010; background-size:100% 100%;}
.ny_al .al_lm ul li.on a{color:#f99010; background-size:100% 100%;}
.ny_al .al_lb ul{margin:0 -25px;}
.ny_al .al_lb ul li{width:calc(33.33333333% - 50px); margin:50px 25px 0; border-radius:20px; overflow:hidden;}
.ny_al .al_lb .t_p{overflow:hidden;}
.ny_al .al_lb .t_p img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_al .al_lb ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.ny_al .al_lb .w_z{border:1px solid #ededed; border-top:0; border-radius:0 0 20px 20px; padding:25px; background-color:#fff;}
.ny_al .al_lb .w_z h3{font-size:18px; color:#171a1d; line-height:28px; height:56px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.ny_al .al_lb .b_q{display:flex; justify-content:space-between; margin-top:25px;}
.ny_al .al_lb .b_q span{width:80px; height:32px; border-radius:3px; background-color:#feeedb; line-height:32px; color:#f99010; text-align:center; display:block;}
.ny_al .al_lb .b_q a{width:96px; height:32px; border-radius:3px; display:block; color:#6b727b; line-height:32px; text-align:center;}
.ny_al .al_lb .b_q a:hover{color:#fff; background-color:#f99010;}
.ny_al .al_lb .b_q i{margin-left:10px;}
@media only screen and (max-width:1160px){
.ny_al{padding:125px 0 60px;}
.ny_al .al_bt{margin-bottom:50px;}
.ny_al .al_bt h2{font-size:34px; line-height:38px;}
.ny_al .al_bt h3{margin-top:10px;}
.ny_al .al_tj{padding-left:120px; margin-bottom:60px;}
.ny_al .al_tj .hd{width:120px;}
.ny_al .al_tj .hd ul li{font-size:15px;}
.ny_al .al_tj .hd ul li.on{font-size:17px;}
.ny_al .al_tj .bd{padding:20px;}
.ny_al .tj_wz{width:calc(52% - 50px); margin-left:20px;}
.ny_al .tj_wz h3{font-size:24px; line-height:30px;}
.ny_al .tj_wz p{font-size:15px; line-height:24px; margin:6px 0 20px;}
.ny_al .tj_wz a{width:170px; height:40px; border-radius:40px; font-size:16px; line-height:40px; margin-top:15px;}
.ny_al .tj_wz .b_q span{margin-right:20px;}
.ny_al .al_fl{margin-bottom:50px;}
.ny_al .al_lm ul li{margin-right:15px;}
.ny_al .al_lm a{width:100px; height:40px; font-size:16px; line-height:40px;}
.ny_al .al_lb ul{margin:0 -15px;}
.ny_al .al_lb ul li{width:calc(33.33333333% - 30px); margin:30px 15px 0; border-radius:10px;}
.ny_al .al_lb .w_z{border-radius:0 0 10px 10px; padding:15px;}
.ny_al .al_lb .w_z h3{font-size:17px; line-height:26px; height:52px;}
.ny_al .al_lb .b_q{margin-top:15px;}
}
@media only screen and (max-width:768px){
.ny_al{padding:140px 0 50px;}
.ny_al .al_bt{margin-bottom:40px;}
.ny_al .al_bt h2{font-size:30px;}
.ny_al .al_tj{margin-bottom:50px;}
.ny_al .tj_wz{width:calc(52% - 30px); margin-left:15px;}
.ny_al .tj_wz h3{font-size:20px; line-height:28px;}
.ny_al .tj_wz a{width:150px; height:36px; border-radius:36px; font-size:15px; line-height:36px;}
.ny_al .tj_wz .b_q span{margin-right:15px;}
.ny_al .al_fl{margin-bottom:40px;}
.ny_al .al_lm ul li{margin-right:10px; margin-bottom:10px;}
.ny_al .al_lb ul{margin:0 -10px;}
.ny_al .al_lb ul li{width:calc(33.33333333% - 20px); margin:20px 10px 0; border-radius:6px;}
.ny_al .al_lb .w_z{border-radius:0 0 6px 6px; padding:10px;}
.ny_al .al_lb .b_q{margin-top:10px;}
}
@media only screen and (max-width:640px){
.ny_al{padding:120px 0 45px;}
.ny_al .al_bt{margin-bottom:30px;}
.ny_al .al_bt h2{font-size:28px; line-height:36px;}
.ny_al .al_bt h3{font-size:15px;}
.ny_al .al_tj{padding-left:0; margin-bottom:40px;}
.ny_al .al_tj .hd{width:100%; height:auto; background-color:#fefbf6; position:relative; top:auto; left:auto;}
.ny_al .al_tj .hd ul{display:flex; flex-wrap:wrap;}
.ny_al .al_tj .hd ul li{width:50%; height:auto; padding:15px 0; font-size:15px;}
.ny_al .al_tj .hd ul li.on{font-size:16px; border-left:2px solid #f99010; background:url(../images/hy.jpg) repeat-y left top;}
.ny_al .al_tj .bd{padding:20px; background-color:#fff;}
.ny_al .tj_wz{width:100%; margin-left:0;}
.ny_al .tj_wz h3{font-size:22px; line-height:28px;}
.ny_al .tj_wz p{font-size:14px; line-height:23px; margin:6px 0 15px;}
.ny_al .tj_wz a{width:140px; height:36px; border-radius:36px; font-size:15px; line-height:36px; margin-top:15px;}
.ny_al .tj_wz .b_q span{margin-right:15px;}
.ny_al .tj_tp{width:100%; margin-top:20px;}
.ny_al .al_fl{margin-bottom:30px;}
.ny_al .al_lm ul{width:100%; margin:0 -5px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_al .al_lm ul li{width:calc(33.33333333% - 10px); margin:0 5px 10px;}
.ny_al .al_lm a{width:100%; height:32px; font-size:15px; line-height:32px;}
.ny_al .al_lb ul{margin:0;}
.ny_al .al_lb ul li{width:100%; margin:20px 0 0; border-radius:6px;}
.ny_al .al_lb .w_z{border-radius:0 0 6px 6px; padding:10px;}
.ny_al .al_lb .w_z h3{font-size:17px; line-height:26px; height:52px;}
.ny_al .al_lb .b_q{margin-top:15px;}
}

.tg_bn{width:100%; padding:40px 0; background:url(../images/tg_bj.jpg) no-repeat center / cover; overflow:hidden;}
.tg_bn .w_z{color:#6b727b; line-height:26px;}
.tg_bn .w_z a{color:#6b727b;}
.tg_bn .w_z a:hover{color:#f99010;}
.tg_bn .s_s{font-size:34px; color:#333; font-weight:bold; line-height:44px; margin-top:50px;}
.tg_bn .s_s span{color:#f99010;}
@media only screen and (max-width:1160px){
.tg_bn{padding:30px 0;}
.tg_bn .s_s{font-size:26px; line-height:36px; margin-top:30px;}
}
@media only screen and (max-width:768px){
}

.xw_ban{width:100%; height:550px; background:url(../images/xw_bj.jpg) no-repeat center / cover; display:flex; align-items:center; overflow:hidden;}
.xw_ban .row{margin:0;}
.xw_ban .bn_wz{width:480px;}
.xw_ban .bn_wz h2{font-size:46px; color:#fff; font-weight:bold; line-height:56px;}
.xw_ban .bn_wz a.mf_ys{width:130px; height:46px; border-radius:46px; display:inline-block; font-size:18px; color:#f99010; line-height:46px; text-align:center; margin-top:25px;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#fff;
background-size:0 100%;}
.xw_ban .bn_wz a.mf_ys:hover{color:#fff; background-size:100% 100%;}
.xw_ban .bn_tp{width:472px;}
.xw_ban .bn_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1160px){
.xw_ban{height:400px;}
.xw_ban .bn_wz{width:46%;}
.xw_ban .bn_wz h2{font-size:32px; line-height:40px;}
.xw_ban .bn_wz a.mf_ys{width:116px; height:40px; border-radius:40px; font-size:16px; line-height:40px; margin-top:15px;}
.xw_ban .bn_tp{width:40%;}
}
@media only screen and (max-width:768px){
.xw_ban{height:250px;}
.xw_ban .bn_wz{width:56%;}
.xw_ban .bn_wz h2{font-size:26px; line-height:32px;}
.xw_ban .bn_wz a.mf_ys{width:110px; height:36px; border-radius:36px; font-size:15px; line-height:36px; margin-top:10px;}
.xw_ban .bn_tp{width:44%;}
}

.news{width:100%; padding:60px 0 80px; overflow:hidden;}
.news .row{margin:0;}
.news .dq_wz{color:#6b727b; line-height:26px; margin-bottom:20px;}
.news .dq_wz a{color:#6b727b;}
.news .dq_wz a:hover{color:#f99010;}
.news .xw_zc{width:calc(100% - 390px);}
.news .xw_yc{width:360px; padding-left:40px; border-left:2px solid #f2f1f5;}
.news .xw_lb{width:100%;}
.news .xw_lb ul li{margin:0 0 50px;}
.news .xw_lb .t_p{width:300px; height:176px; border-radius:6px; overflow:hidden;}
.news .xw_lb .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;
transition:all .5s;
-webkit-transition:all .5s;}
.news .xw_lb ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.news .xw_lb .w_z{width:calc(100% - 330px);}
.news .xw_lb .w_z h3{font-size:20px; font-weight:bold; line-height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.news .xw_lb .w_z p{line-height:26px; color:#666; height:52px; margin:10px 0 50px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.news .xw_lb .b_q{color:#6b727b; display:flex; justify-content:space-between;}
.news .xw_lb .x_b span{display:inline-block; margin-left:30px;}
.news .xw_lb .x_b img{display:inline-block; vertical-align:middle; margin-right:7px; margin-top:-2px;}
.news .xw_em{width:100%; border-radius:6px; background-color:#fdfaf5; padding:40px 0; text-align:center;}
.news .xw_em img{max-width:100%; height:auto; display:block; margin:0 auto;}
.news .xw_em h2{font-size:24px; font-weight:bold; color:#333; line-height:32px; margin-top:15px;}
.news .xw_em h3{font-size:18px; color:#666; line-height:26px; margin:6px 0 15px;}
.news .xw_em a.mf_ys{width:180px; height:44px; border-radius:44px; display:inline-block; color:#fff; font-size:18px; line-height:44px; text-align:center;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#f99010;
background-size:0 100%;}
.news .xw_em a.mf_ys:hover{color:#fff; background-size:100% 100%;}
.news .xw_tj{margin-top:40px;}
.news .xw_tj .b_t{font-size:18px; color:#333; line-height:30px;}
.news .xw_tj .b_t img{display:inline-block; vertical-align:middle; margin-right:7px; margin-top:-4px;}
.news .tw_tj ul li{margin:20px 0 0;}
.news .tw_tj .t_p{width:100px; height:66px; border-radius:3px; overflow:hidden;}
.news .tw_tj .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;
transition:all .5s;
-webkit-transition:all .5s;}
.news .tw_tj ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.news .tw_tj .w_z{width:calc(100% - 120px);}
.news .tw_tj .w_z h3{font-size:14px; line-height:22px; height:44px; margin-bottom:5px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.news .tw_tj p{font-size:12px; color:#6b727b;}
.news .lb_tj ul li{margin:0; padding:15px 0 15px 26px; border-bottom:1px solid #f2f1f5; position:relative;}
.news .lb_tj ul li:last-child{padding:15px 0 0 26px; border-bottom:0;}
.news .lb_tj span{width:26px; line-height:30px; text-align:center; color:#9195a3; position:absolute; top:15px; left:0;}
.news .lb_tj p{font-size:12px; color:#6b727b;}
.news .lb_tj .w_z{display:flex; align-items:center;}
.news .lb_tj .w_z a{text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:30px;}
.news .lb_tj .w_z i{width:18px; height:18px; background-color:#f96101; line-height:18px; color:#fff; text-align:center; border-radius:3px; margin-left:5px;}
.news .rm_bq ul{margin:0;}
.news .rm_bq ul li{margin:15px 15px 0 0;}
.news .rm_bq a{height:32px; border-radius:3px; padding:0 15px; display:inline-block; line-height:32px;
background:linear-gradient(#f99010, #f99010) repeat-y;
background:-webkit-linear-gradient(#f99010, #f99010) repeat-y;
background-color:#edf1fb;
background-size:0 100%;}
.news .rm_bq a:hover{color:#fff; background-size:100% 100%;}
.news .xw_nr h1{font-size:32px; font-weight:bold; line-height:40px; color:#333;}
.news .xw_nr .b_q{margin:20px 0 40px; color:#6b727b; line-height:16px; display:flex;}
.news .xw_nr .b_q span{display:inline-block; margin-right:20px;}
.news .xw_nr .b_q span:last-child{padding-left:20px; border-left:1px solid #e6e6e8;}
.news .xw_nr .b_q img{display:inline-block; vertical-align:middle; margin-right:7px; margin-top:-2px;}
.news .xw_nr .n_r{font-size:16px; line-height:28px; color:#333;}
.news .xw_nr .n_r img{max-width: 100%; width: auto !important; height:auto !important; display:block;}
.news .xw_nr .n_r a{color:#f82502;}
.news .xw_nr .a_n{margin-top:40px;}
.news .xw_nr .a_n ul{margin:0;}
.news .xw_nr .a_n ul li{margin:0 15px 10px 0;}
.news .xw_nr .a_n a{height:32px; border:1px solid #f99010; border-radius:3px; padding:0 15px; display:inline-block; line-height:30px; color:#f99010;
background:linear-gradient(#f99010, #f99010) repeat-y;
background:-webkit-linear-gradient(#f99010, #f99010) repeat-y;
background-color:#fff;
background-size:0 100%;}
.news .xw_nr .a_n a:hover{color:#fff; background-size:100% 100%;}
.news .xw_nr .f_y{font-size:16px; line-height:32px; color:#333; margin-top:30px;}
.news .xw_nr .f_y p{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.news .zx_zx{margin-top:40px;}
.news .zx_zx .b_t{font-size:16px; color:#f99010; margin-bottom:15px;}
.news .zx_zx ul{margin:0;}
.news .zx_zx ul li{width:48.5%; padding-left:12px; line-height:30px; position:relative; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.news .zx_zx ul li:after{width:4px; height:4px; border-radius:50%; background-color:#86909c; position:absolute; top:50%; left:0; margin-top:-2px; content:"";}
@media only screen and (max-width:1160px){
.news{padding:40px 0 60px;}
.news .dq_wz{line-height:26px; margin-bottom:20px;}
.news .xw_zc{width:calc(100% - 310px);}
.news .xw_yc{width:280px; padding-left:30px; border-left:1px solid #f2f1f5;}
.news .xw_lb ul li{margin:0 0 35px;}
.news .xw_lb .t_p{width:230px; height:135px;}
.news .xw_lb .w_z{width:calc(100% - 250px);}
.news .xw_lb .w_z h3{font-size:18px; line-height:26px;}
.news .xw_lb .w_z p{line-height:24px; height:48px; margin:6px 0 25px;}
.news .xw_lb .x_b span{margin-left:20px;}
.news .xw_em{padding:25px 0;}
.news .xw_em h2{font-size:20px; line-height:28px; margin-top:10px;}
.news .xw_em h3{font-size:16px; line-height:24px; margin:6px 0 10px;}
.news .xw_em a.mf_ys{width:150px; height:40px; border-radius:40px; font-size:16px; line-height:40px;}
.news .xw_tj{margin-top:30px;}
.news .tw_tj ul li{margin:15px 0 0;}
.news .tw_tj .w_z{width:calc(100% - 115px);}
.news .lb_tj ul li{padding:10px 0 10px 20px;}
.news .lb_tj ul li:last-child{padding:10px 0 0 20px;}
.news .lb_tj span{width:20px; top:10px;}
.news .rm_bq ul li{margin:10px 10px 0 0;}
.news .rm_bq a{height:30px; padding:0 12px; line-height:30px;}
.news .xw_nr h1{font-size:26px; line-height:32px;}
.news .xw_nr .b_q{margin:15px 0 30px;}
.news .xw_nr .b_q span{margin-right:15px;}
.news .xw_nr .b_q span:last-child{padding-left:15px;}
.news .xw_nr .n_r{font-size:15px; line-height:26px;}
.news .xw_nr .a_n{margin-top:30px;}
.news .xw_nr .a_n ul{margin:0;}
.news .xw_nr .a_n ul li{margin:0 10px 10px 0;}
.news .xw_nr .a_n a{height:30px; padding:0 12px; line-height:28px;}
.news .xw_nr .f_y{font-size:15px; line-height:30px;}
.news .zx_zx{margin-top:30px;}
}
@media only screen and (max-width:768px){
.news{padding:30px 0 50px;}
.news .dq_wz{margin-bottom:15px;}
.news .xw_zc{width:100%;}
.news .xw_yc{width:100%; padding-left:0; border-left:0; margin-top:35px;}
}
@media only screen and (max-width:640px){
.news .xw_lb .t_p{width:100%; height:auto; margin-bottom:20px;}
.news .xw_lb .w_z{width:100%;}
.news .xw_nr h1{font-size:22px; line-height:30px;}
.news .xw_nr .n_r{font-size:14px;}
.news .xw_nr .a_n{margin-top:25px;}
.news .xw_nr .f_y{font-size:14px; line-height:28px;}
.news .zx_zx{margin-top:25px;}
}

.sls{width:100%; padding:60px 0 100px; text-align:center; overflow:hidden;}
.sls .sls_tp{width:100%; max-width:540px; margin:0 auto; position:relative;}
.sls .sls_tp img{width:100%; height:auto; display:block;}
.sls .sls_tp h3{width:100%; position:absolute; bottom:90px; left:0; font-size:24px; color:#333; line-height:32px;}
.sls .sls_tp a{width:130px; height:46px; border-radius:46px; display:block; color:#fff; line-height:46px; text-align:center; position:absolute; bottom:0; left:50%; margin-left:-65px;
background:linear-gradient(#0084fd, #0084fd) repeat-y;
background:-webkit-linear-gradient(#0084fd, #0084fd) repeat-y;
background-color:#f99010;
background-size:0 100%;}
.sls .sls_tp a:hover{color:#fff; background-size:100% 100%;}
@media only screen and (max-width:1160px){
.sls{padding:50px 0 80px;}
.sls .sls_tp{max-width:460px;}
.sls .sls_tp h3{bottom:70px; font-size:20px; line-height:28px;}
.sls .sls_tp a{width:116px; height:40px; border-radius:40px; line-height:40px; margin-left:-58px;}
}
@media only screen and (max-width:768px){
.sls{padding:40px 0 60px;}
.sls .sls_tp{width:96%;}
.sls .sls_tp h3{bottom:50px; font-size:16px; line-height:26px;}
.sls .sls_tp a{width:110px; height:36px; border-radius:36px; line-height:36px; margin-left:-55px;}
}

.yema{width:100%; margin-top:50px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 10px; border:1px solid #e2e8f5; border-radius:5px; line-height:38px; text-align:center; display:block;}
.yema ul li:first-child a{border:1px solid transparent;}
.yema ul li:last-child a{border:1px solid transparent;}
.yema ul li a:hover{color:#fff; background-color:#f99010; border:1px solid #f99010;}
.yema ul li a.on{color:#fff; background-color:#f99010; border:1px solid #f99010;}
.yema ul li i{display:inline-block; vertical-align:middle; font-size:17px; font-weight:bold; margin-top:-2px;}
@media only screen and (max-width:1160px){
.yema{margin-top:40px;}
}
@media only screen and (max-width:768px){
.yema{margin-top:25px;}
.yema ul li a{min-width:32px; padding:0 8px; line-height:32px;}
}

.footer{width:100%; background-color:#1f232a; padding-top:65px; font-size:14px; line-height:30px; color:#9fa2ad; position:relative; overflow:hidden;}
.footer a{color:#9fa2ad;}
.footer a:hover{color:#f99010;}
.footer h3{font-size:20px; line-height:30px; color:#fff; margin-bottom:20px; 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:#aaa; position:absolute; top:50%; margin-top:-1px; right:0; 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:#aaa; position:absolute; top:50%; margin-top:-6px; right:5px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer h3 em.on:before{transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.footer .row{margin:0;}
.footer .ft_lg{width:126px;}
.footer .ft_lg img{width:100%; height:auto; display:block;}
.footer .ft_dh{width:44%; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_lx{width:250px;}
.footer .ft_em{display:flex; flex-wrap:wrap; margin-top:20px;}
.footer .ft_em .e_m{width:86px; margin-right:20px;}
.footer .ft_em .e_m img{width:100% !important; height:auto !important; display:block;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}
.footer .ft_em .e_m p{text-align:center; margin-top:5px;} 
.footer .yq_lj{margin:20px 0; text-align:center;}
.footer .yq_lj a{display:inline-block;}
.footer .ft_bq{padding:20px 0; border-top:1px solid #5f636c; text-align:center;}
.footer .ft_bq span{display:inline-block; padding:0 10px;}
@media only screen and (max-width:1160px){
.footer{padding-top:45px; line-height:28px;}
.footer h3{font-size:18px; line-height:26px; margin-bottom:15px;}
.footer .row{margin:0;}
.footer .ft_lg{width:126px;}
.footer .ft_dh{width:46%;}
.footer .ft_lx{width:250px;}
.footer .ft_em .e_m{width:90px; margin-right:15px;}
.footer .yq_lj{margin:15px 0;}
.footer .ft_bq{padding:15px 0;}
.footer .ft_bq span{padding:0 6px;}
}
@media only screen and (max-width:768px){
.footer{padding-top:35px; line-height:22px;}
.footer h3{margin-bottom:0; line-height:38px;}
.footer h3 em{display:block;}
.footer .ft_lg{width:160px; margin:0 auto 20px;}
.footer .ft_dh{width:100%;}
.footer .ft_fl{width:100%; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #555;}
.footer .ft_fl .l_b{display:none;}
.footer .ft_lx{width:100%; text-align:center;}
.footer .ft_lx h3{display:none;}
.footer .ft_lx .w_z{display:none;}
.footer .ft_em{width:195px; margin:20px auto 0;}
.footer .ft_em .e_m:last-child{margin-right:0;}
}
@media only screen and (max-width:640px){
.footer{padding-bottom:70px;}
}

.zx_kf{width:70px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); text-align:center; border-radius:70px; padding:10px; position:fixed; bottom:5%; right:15px; z-index:999;}
.zx_kf a.mf_sy{width:100%; border-radius:70px; padding:20px 0; background:url(../images/sy_bj.jpg) repeat-x center; font-size:14px; text-align:center; color:#fff; line-height:16px; margin-bottom:10px; display:block;}
.zx_kf a.mf_sy:hover{background:#f99010;}
.zx_kf p{font-size:14px; line-height:20px; margin-top:6px; color:#555555;}
.zx_kf ul li{position:relative; padding:10px 0; cursor:pointer;}
.zx_kf .t_b{width:26px; margin:0 auto; position:relative;}
.zx_kf .t_b img{width:100%; height:auto; display:block;}
.zx_kf .tel{width:170px; padding:10px 25px; border-radius:6px; text-align:left; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05); position:absolute; top:50%; margin-top:-35px; right:85px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
transition:all .5s;
-webkit-transition:all .5s;}
.zx_kf ul li:hover .tel{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);}
.zx_kf .tel p{font-size:14px; line-height:26px;}
.zx_kf .tel strong{font-size:14px; line-height:26px; color:#f99010; font-weight:bold; font-weight:normal;}
.zx_kf .ewm{width:140px; padding:15px 10px; border-radius:5px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); position:absolute; top:50%; margin-top:-30px; right:85px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
transition:all .5s;
-webkit-transition:all .5s;}
.zx_kf ul li:hover .ewm{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);}
.zx_kf .ewm img{max-width:100%; width: auto !important; padding: 0 !important; border: none !important; border-radius: 0 !important; height:auto !important; display:block; margin:0 auto;}
.zx_kf .ewm p{font-size:12px; line-height:16px; text-align:center; color:#777; margin-top:6px;}
@media only screen and (max-width:1160px){
.zx_kf{width:56px; box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:56px; padding:5px; bottom:3%; right:10px;}
.zx_kf a.mf_sy{border-radius:56px; padding:15px 0; margin-bottom:6px;}
.zx_kf p{font-size:14px; line-height:20px; margin-top:5px;}
.zx_kf ul li{padding:6px 0;}
.zx_kf .t_b{width:24px;}
.zx_kf .tel{width:150px; padding:6px 15px; top:50%; right:66px;}
.zx_kf .tel p{line-height:26px;}
.zx_kf .ewm{width:120px; padding:10px 6px; right:66px;}
}
@media only screen and (max-width:640px){
.zx_kf{width:100%; border-radius:0; padding:0; bottom:0; right:0; z-index:99999; display:flex;}
.zx_kf a.mf_sy{width:25%; border-radius:0; padding:0; margin-bottom:0; display:flex; align-items:center; justify-content:center;}
.zx_kf p{font-size:14px; line-height:20px; margin-top:6px;}
.zx_kf ul{width:50%; display:flex;}
.zx_kf ul li{width:50%; position:relative; padding:10px 0; cursor:pointer;}
.zx_kf .t_b{width:22px;}
.zx_kf .tel{ display:none !important; width:150px; padding:5px; border-radius:6px; text-align:center; top:auto; bottom:78px; margin-top:0; right:50%; margin-right:-75px;}
.zx_kf .tel strong{font-size:16px;}
.zx_kf .ewm{width:130px; padding:10px; top:auto; bottom:78px; margin-top:0; right:50%; margin-right:-70px;}
}

.zx_kf .fh_top{width:50px; cursor:pointer; position:relative;}
.zx_kf .fh_top img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.zx_kf .fh_top:hover img{opacity:0;}
.zx_kf .fh_top img.d_w{position:absolute; top:0; left:0; opacity:0;}
.zx_kf .fh_top:hover img.d_w{opacity:1;}
@media only screen and (max-width:1160px){
.zx_kf .fh_top{width:46px;}
}
@media only screen and (max-width:640px){
.zx_kf .fh_top{width:25%; background-color:#f7f7f7; display:flex; align-items:center; justify-content:center;}
.zx_kf .fh_top img{max-width:100%; width:auto; display:inline-block;}
.zx_kf .fh_top:hover img{opacity:1;}
.zx_kf .fh_top:hover img.d_w{opacity:0;}
}

.sy_kf{width:440px; padding:60px 0; background:url(../images/kf_bj.jpg) no-repeat top center / cover; border-radius:15px; box-shadow:0 0 15px rgba(0,0,0,.1); position:fixed; top:50%; left:50%; margin:-259px 0 0 -220px; color:#fff; text-align:center; overflow:hidden; z-index:999999; display:none;}
.sy_kf i{position:absolute; top:20px; right:20px; font-size:16px; cursor:pointer;}
.sy_kf h2{font-size:32px; line-height:40px; font-weight:bold; margin-bottom:10px;}
.sy_kf h3{font-size:14px; line-height:22px;}
.sy_kf .ewm{width:220px; padding:10px; margin:30px auto; border:1px solid rgba(255,255,255,.5); border-radius:6px; background-color:rgba(255,255,255,.1);}
.sy_kf .ewm img{width:100% !important; height:auto !important; display:block; border-radius:6px !important; padding:0 !important; border:none;}
.sy_kf .b_y{padding:0 30px; background:url(../images/by_bj.jpg) no-repeat center / cover; border-radius:46px; font-size:18px; line-height:46px; display:inline-block;}
@media only screen and (max-width:1160px){
.sy_kf{width:360px; padding:50px 0; margin:-229px 0 0 -180px;}
.sy_kf i{top:15px; right:15px;}
.sy_kf h2{font-size:28px; line-height:36px;}
.sy_kf .ewm{width:200px; margin:25px auto;}
.sy_kf .b_y{padding:0 25px; border-radius:40px; font-size:16px; line-height:40px;}
}
@media only screen and (max-width:768px){
.sy_kf{width:260px; padding:35px 0; border-radius:5px; margin:-184px 0 0 -130px;}
.sy_kf i{top:10px; right:10px;}
.sy_kf h2{font-size:22px; line-height:30px;}
.sy_kf .ewm{width:160px; margin:20px auto;}
.sy_kf .b_y{padding:0 15px; border-radius:36px; font-size:15px; line-height:36px;}
}

.sy_ys{width:100%; height:100vh; background-color:rgba(0,0,0,.2); position:fixed; top:0; left:0; overflow:hidden; z-index:99999; display:none;}
.sy_ys .ys_nr{width: 700px;/*height:650px;*/background-color:#fff;border-radius:15px;overflow:hidden;position:absolute;top:50%;left:50%;margin: -325px 0 0 -350px;display:flex;flex-wrap:wrap;justify-content:space-between;}
.sy_ys .ys_zc{width:400px; display:none; padding:50px 0; background:url(../images/bd_bj.jpg) no-repeat center / cover; color:#fff; text-align:center;}
.sy_ys .ys_zc h2{font-size:32px; line-height:40px; font-weight:bold; margin-bottom:10px;}
.sy_ys .ys_zc h3{font-size:14px; line-height:22px;}
.sy_ys .ys_zc h4{font-size:20px; line-height:46px; font-weight:bold;}
.sy_ys .zc_lg{width:156px; margin:0 auto 20px;}
.sy_ys .zc_lg img{width:100%; height:auto; display:block;}
.sy_ys .ewm{width:220px; padding:10px; margin:40px auto; border:1px solid rgba(255,255,255,.5); border-radius:6px; background-color:rgba(255,255,255,.1);}
.sy_ys .ewm img{width:100% !important; height:auto !important; padding: 0 !important; display:block; border-radius:6px;}
.sy_ys .ys_yc{width: 100%;padding:40px 70px;position:relative;}
.sy_ys .ys_yc i{position:absolute; top:20px; right:20px; font-size:16px; cursor:pointer;}
.sy_ys .ys_yc ul li{padding-left:15px; position:relative; line-height:40px; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:10px;}
.sy_ys .ys_yc ul li em{position:absolute; top:0; left:0; font-size:18px; color:#ff0000;}
.sy_ys .ys_yc ul li span{width:70px; display:block;}
.sy_ys .ys_yc .n_r{width:calc(100% - 90px); border-radius:3px; border:1px solid #ddd; display:flex; justify-content:space-between;}
.sy_ys .ys_yc .n_r input{width:100%; height:38px; padding:0 10px; line-height:38px; color:#888; display:block;}
.sy_ys .ys_yc .n_r input::placeholder{color:#888;}
.sy_ys .ys_yc .n_r input.q_h{width:calc(100% - 71px); padding-left:15px; position:relative;}
.sy_ys .ys_yc .n_r input.q_z{width:70px;}
.sy_ys .ys_yc .n_r span.h_x{width:1px; height:20px; margin-top:9px; background-color:#ddd; display:block;}
.sy_ys .ys_yc .n_r textarea{width:100%;height:80px;padding:6px 10px;line-height:26px;color: #888;resize:none;}
.sy_ys .ys_yc .n_r textarea::placeholder{color:#888;}
.sy_ys .ys_yc .n_r select{width:100%;height:38px;background:url(../images/xj.png) no-repeat right 20px center;padding:0 10px;line-height:38px;color: #888;appearance:none;-webkit-appearance:none;}
.sy_ys .ys_yc .n_r select option:first-child{display:none;}
.sy_ys .ys_yc .s_r{width:calc(100% - 90px); display:flex; justify-content:space-between;}
.sy_ys .ys_yc .s_r input{width:calc(100% - 130px); height:40px; padding:0 10px; border-radius:3px; border:1px solid #ddd; line-height:38px; color:#555; display:block;}
.sy_ys .ys_yc .y_m{width:120px; border-radius:3px; overflow:hidden;}
.sy_ys .ys_yc .y_m img{width:100%; height:40px; display:block;}
.sy_ys .ys_yc button{width: calc(100% - 90px);margin-left: 90px;height:40px;background-color:#f99010;border-radius:3px; line-height:40px;text-align:center;color:#fff;outline:none;margin-top:15px;transition:all .5s;-webkit-transition:all .5s;}
.sy_ys .ys_yc button:hover{background-color:#f77320;}
.sy_ys .b_t{text-align:center; margin-bottom:25px;}
.sy_ys .b_t h2{font-size:24px; line-height:32px; font-weight:bold; margin-bottom:6px;}
.sy_ys .b_t h2 span{color:#f99010;}
.sy_ys .b_t h3{font-size:14px; line-height:22px; color:#848484;}
.sy_ys .y_d{text-align:center;color: #888;}
.sy_ys .y_d a{text-decoration:underline; color:#888;}
.sy_ys .y_d a:hover{text-decoration:underline !important; color:#f99010}
@media only screen and (max-width:1160px){
    .sy_ys .ys_nr{width:860px; /*height:630px;*/ margin:-315px 0 0 -430px;}
    .sy_ys .ys_zc{width:360px;}
    .sy_ys .ys_zc h2{font-size:26px; line-height:32px;}
    .sy_ys .ys_zc h4{font-size:18px; line-height:36px;}
    .sy_ys .zc_lg{width:136px; margin:0 auto 15px;}
    .sy_ys .ewm{width:200px; margin:30px auto;}
    .sy_ys .ys_yc{width:500px; padding:35px 50px;}
    .sy_ys .ys_yc i{top:15px; right:15px;}
}
@media only screen and (max-width:768px){
    .sy_ys .ys_nr{width:90%; /*height:620px;*/ border-radius:5px; left:5%; margin:-310px 0 0;}
    .sy_ys .ys_zc{display:none;}
    .sy_ys .ys_yc{width:100%; padding:25px 20px;}
    .sy_ys .ys_yc i{top:8px; right:8px;}
    .sy_ys .ys_yc ul li{padding-left:10px;}
    .sy_ys .ys_yc ul li span{width:65px;}
    .sy_ys .ys_yc .n_r{width:calc(100% - 75px);}
    .sy_ys .ys_yc .n_r input.q_h{width:calc(100% - 66px); padding-left:10px;}
    .sy_ys .ys_yc .n_r input.q_z{width:65px;}
    .sy_ys .ys_yc .n_r textarea{width:100%; height:70px; line-height:24px;}
    .sy_ys .ys_yc .s_r{width:calc(100% - 75px);}
    .sy_ys .ys_yc .s_r input{width:calc(100% - 110px);}
    .sy_ys .ys_yc .y_m{width:100px;}
    .sy_ys .ys_yc button{width: calc(100% - 75px);margin-left: 75px;margin-top:5px;}
    .sy_ys .b_t{margin-bottom:20px;}
    .sy_ys .b_t h2{font-size:20px; line-height:28px;}
    .sy_ys .y_d a{display:inline-block;}
}

.form_div_ts{
    display: none;
}

.form_div_ewmimg{
    width: 100%;
    text-align: center;
}
.form_div_ewmimg img{
    width: 200px;
}
.bd_nr_tc{
    position: relative;
}
.bd_nr_tc::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}