@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}
img{border:none;}
li{list-style:none;}
a{color:#000; text-decoration:none;
transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#2d348d; 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:1100px){
body{font-size:13px;}
input,select,button,textarea{font-size:13px;}
.container, .container-fluid{padding:0 35px;}
}
@media only screen and (max-width:640px){
.container, .container-fluid{padding:0 20px;}
}

@media only screen and (max-width:1100px){
html.on{width:100%; height:100vh; overflow:hidden;}
}

@media only screen and (max-width:1100px){
.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;
-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:170px;}
.header .logo img{width:100%; height:auto; display:block;}
.header .an{position:absolute; top:50%; margin-top:-12px; right:35px; height:22px; width:32px; display:none;}
.header .an span{width:32px; height:2px; background-color:#333; display:block; position:absolute;
transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:10px; left:0;}
.header .an span.a3{top:20px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav{display:inline-block;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-left:60px; position:relative;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:17px; color:#333; text-transform:uppercase; line-height:80px;}
.header .nav ul li:hover .y_j a{color:#2d348d;}
.header .nav ul li.on .y_j a{color:#2d348d;}
.header .nav .y_j:after{width:0; height:2px; background-color:#2d348d; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .y_j:after{width:100%;}
.header .nav ul li.on .y_j:after{width:100%;}
.header .nav .e_j{width:130px; padding:15px 10px 10px; border-radius:0 0 5
2300px 5px; box-shadow:0 0 20px rgba(0,0,0,.05); background-color:#fff; position:absolute; top:80px; left:50%; margin-left:-65px; display:none;}
.header .nav ul li:hover .e_j{display:block;}
.header .nav .row{margin:0;}
.header .nav .f_l p{margin-bottom:5px;}
.header .nav .f_l p:last-child{margin-bottom:0;}
.header .nav .f_l p a{line-height:28px; color:#777; text-align:center; display:block;}
.header .nav .f_l p a:hover{color:#2d348d;}
.header .nav .s_b{display:none;}
@media only screen and (max-width:1360px){
.header .nav ul li{margin-right:40px;}
}
@media only screen and (max-width:1199px){
.header .nav ul li{margin-right:30px;}
}
@media only screen and (max-width:1100px){
.header .logo{margin:15px 0;}
.header .an{display:block;}
.header .nav{width:70%; height:calc(100% - 90px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; bottom:0; right:-70%; z-index:9999; overflow:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav.on{right:0;}
.header .nav ul{width:100%; float:none; display:block;}
.header .nav ul li{width:100%; height:auto; text-align:left; border-bottom:1px solid #ddd; float:none; padding:0; margin:0;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{display:block; width:50%; 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{font-size:15px; 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% - 90px); padding:10px 5% 20px; box-shadow:none; background-color:#fafafa; position:fixed; top:auto; left:auto; bottom:0; right:-70%; z-index:9999; overflow:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav .e_j.on{right:0;}
.header .nav .e_j:after{display:none;}
.header .nav .f_l{width:100%; padding:0; margin-bottom:0;}
.header .nav .f_l p{margin:0;}
.header .nav .f_l p a{font-size:15px; line-height:60px; color:#555; text-align:left; border-bottom:1px solid #ddd;}
.header .nav .f_l p 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 .an{right:20px;}
.header .logo{width:150px;}
.header .nav{width:100%; height:calc(100% - 83px); right:-100%;}
.header .nav .e_j{width:100%; height:calc(100% - 83px); right:-100%;}
.header .nav .y_j i{line-height:50px;}
.header .nav .y_j a{line-height:50px;}
.header .nav .f_l p a{line-height:50px;}
}

.head_h{width:100%; height:80px; background-color:#fff; overflow:hidden;}
@media only screen and (max-width:1100px){
.head_h{height:90px;}
}
@media only screen and (max-width:640px){
.head_h{height:83px;}
}

.banner{width:100%; position:relative; z-index:9;}
.banner img{width:100%; height:auto; display:block;}
.banner .container{position:absolute; top:50%; left:50%; z-index:99;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.banner .w_z h3{font-size:36px; font-weight:bold; line-height:50px; color:#2d348d; margin-bottom:10px;}
.banner .w_z p{font-size:22px; font-weight:bold; color:#333; line-height:32px;}
@media only screen and (max-width:1100px){
.banner .w_z h3{font-size:28px; line-height:36px;}
.banner .w_z p{font-size:18px; line-height:26px;}
}
@media only screen and (max-width:992px){
.banner .w_z h3{font-size:26px; line-height:34px;}
.banner .w_z p{font-size:16px; font-weight:normal; line-height:24px;}
}
@media only screen and (max-width:640px){
.banner{display:none;}
}

.sj_ban{display:none;}
@media only screen and (max-width:640px){
.sj_ban{width:100%; position:relative; display:block;}
.sj_ban img{width:100%; height:auto; display:block;}
.sj_ban .container{width:100%; position:absolute; top:10%; left:0; text-align:center;}
.sj_ban .w_z h3{font-size:26px; font-weight:bold; line-height:36px; color:#2d348d; margin-bottom:10px;}
.sj_ban .w_z p{font-size:17px; font-weight:bold; line-height:24px;}
}

.gy_bt{margin-bottom:40px; text-align:center; position:relative; z-index:99;}
.gy_bt h3{font-size:32px; line-height:44px; font-weight:bold; color:#2d348d;}
.gy_bt p{font-size:18px; line-height:30px; text-transform:uppercase; color:#aaa;}
.gy_bt em{width:50px; height:2px; background-color:#2d348d; display:inline-block; vertical-align:middle; margin:-2px 15px 0;}
@media only screen and (max-width:1100px){
.gy_bt{margin-bottom:30px;}
.gy_bt h3{font-size:26px; line-height:36px; margin-bottom:6px;}
.gy_bt p{font-size:15px; line-height:26px;}
.gy_bt em{width:50px; margin:-2px 10px 0;}
}
@media only screen and (max-width:992px){
.gy_bt h3{font-size:24px; line-height:30px;}
.gy_bt p{margin:0 auto; font-size:14px; line-height:24px;}
}

.gy_nr{width:100%; margin-bottom:30px; position:relative;}
@media only screen and (max-width:1100px){
.gy_nr{margin-bottom:20px;}
}

.gy_tp{overflow:hidden; position:relative;}
.gy_tp img{width:100%; height:100%; display:block;}

.sy_gy{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden; position:relative;}
.sy_gy .bt_lm{margin-bottom:30px;}
.sy_gy .bt_lm h3{font-size:30px; line-height:40px; font-weight:bold; color:#2d348d;}
.sy_gy .bt_lm em{width:60px; height:4px; border-radius:2px; background-color:#2d348d; display:block; margin-bottom:15px;}
.sy_gy .row{margin:0; justify-content:space-between; align-items:center;}
.sy_gy .gy_wz{width:45%; position:relative;}
.sy_gy .gy_wz .wz_nr{color:#999; line-height:30px;}
.sy_gy .gy_wz a.m_r{display:inline-block; width:120px; height:44px; border-radius:5px; border:1px solid #2d348d; text-align:center; color:#2d348d; line-height:42px;}
.sy_gy .gy_wz a.m_r:hover{background-color:#2d348d; color:#fff;}
.sy_gy .wrap{width:100%; margin:25px 0;}
.sy_gy .wrap ul li{width:50%;}
.sy_gy .wrap .s_z{font-size:16px; color:#2b2b2b;}
.sy_gy .wrap .s_z em{font-size:26px; font-weight:bold;}
.sy_gy .wrap .s_z b{font-size:32px; font-weight:bold; padding-right:10px; position:relative;}
.sy_gy .wrap p{color:#999;}
.sy_gy .gy_tp{width:49%; border-radius:10px; box-shadow:0 0 15px rgba(0,0,0,.1);}
.sy_gy .gy_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1100px){
.sy_gy{padding:60px 0;}
.sy_gy .bt_lm h3{font-size:24px; line-height:34px;}
.sy_gy .bt_lm em{width:50px; height:3px; margin-bottom:10px;}
.sy_gy .gy_wz{width:46%;}
.sy_gy .gy_wz .wz_nr{margin-bottom:20px; font-size:14px; line-height:26px;}
.sy_gy .gy_wz a.m_r{width:100px; height:34px; line-height:32px;}
.sy_gy .wrap{margin:20px 0;}
.sy_gy .wrap .s_z{font-size:14px;}
.sy_gy .wrap .s_z em{font-size:20px;}
.sy_gy .wrap .s_z b{font-size:28px; padding-right:6px;}
.sy_gy .gy_tp{width:50%;}
}
@media only screen and (max-width:992px){
.sy_gy{padding:50px 0;}
.sy_gy .gy_wz{width:100%;}
.sy_gy .gy_wz .wz_nr{line-height:24px;}
.sy_gy .wrap .s_z em{font-size:17px;}
.sy_gy .wrap .s_z b{font-size:24px;}
.sy_gy .gy_tp{width:100%; margin-top:30px;}
}
@media only screen and (max-width:640px){
.sy_gy{padding:40px 0;}
.sy_gy .bt_lm{margin-bottom:20px;}
.sy_gy .bt_lm h3{font-size:20px; line-height:30px;}
.sy_gy .bt_lm em{width:40px;}
.sy_gy .wrap .s_z em{font-size:16px;}
.sy_gy .wrap .s_z b{font-size:22px;}
.sy_gy .gy_tp{margin-top:30px;}
}

.sy_fw{width:100%; padding:80px 0; overflow:hidden;}
.sy_fw .fw_zs{position:relative;}
.sy_fw .fw_zs ul li{width:calc(25% - 30px); margin:0 15px; background-color:#f7f7f7; padding:35px 15px 20px; position:relative; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_fw .fw_zs ul li:hover{background-color:#13227a;}
.sy_fw .fw_zs ul li:nth-child(2):hover{background-color:#c361b4;}
.sy_fw .fw_zs ul li:nth-child(3):hover{background-color:#1eb06d;}
.sy_fw .fw_zs ul li:last-child:hover{background-color:#dbb03a;}
.sy_fw .fw_zs .t_b{width:90px; height:90px; background-color:#13227a; background-position:bottom center; background-repeat:no-repeat; background-size:cover; border-radius:50%; margin:0 auto 20px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_fw .fw_zs ul li:nth-child(2) .t_b{background-color:#c361b4;}
.sy_fw .fw_zs ul li:nth-child(3) .t_b{background-color:#1eb06d;}
.sy_fw .fw_zs ul li:last-child .t_b{background-color:#dbb03a;}
.sy_fw .fw_zs ul li:hover .t_b{background-color:#fff; background-position:top center;}
.sy_fw .fw_zs .w_z{text-align:center; margin-bottom:15px;}
.sy_fw .fw_zs .w_z h3{font-size:20px; font-weight:bold; line-height:28px; color:#333;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_fw .fw_zs ul li:hover .w_z h3{color:#fff;}
.sy_fw .fw_zs .w_z h4{font-size:12px; line-height:22px; color:#aaa; text-transform:uppercase;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_fw .fw_zs ul li:hover .w_z h4{color:#fff;}
.sy_fw .fw_zs .n_r{font-size:14px; line-height:22px; color:#777; padding:0 10px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_fw .fw_zs ul li:hover .n_r{color:#fff;}
.sy_fw .fw_zs .n_r .row{margin:0;}
.sy_fw .fw_zs .n_r .l_m{width:50%;}
@media only screen and (max-width:1100px){
.sy_fw{padding:60px 0;}
.sy_fw .fw_zs ul{margin:0 -10px;}
.sy_fw .fw_zs ul li{width:calc(25% - 20px); margin:0 10px; padding:30px 10px 20px;}
.sy_fw .fw_zs .t_b{width:70px; height:70px; margin:0 auto 10px}
.sy_fw .fw_zs .w_z{margin-bottom:10px;}
.sy_fw .fw_zs .w_z h3{font-size:18px; line-height:26px;}
.sy_fw .fw_zs .n_r{font-size:13px; padding:0;}
}
@media only screen and (max-width:992px){
.sy_fw{padding:60px 0 40px;}
.sy_fw .fw_zs ul li{width:calc(50% - 20px); margin:0 10px 20px;}
.sy_fw .fw_zs .n_r{padding:0 10px;}
}
@media only screen and (max-width:640px){
.sy_fw{padding:40px 0;}
.sy_fw .fw_zs ul{margin:0;}
.sy_fw .fw_zs ul li{width:100%; margin:0 0 20px;}
}

.ny_ban{width:100%; height:360px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden; z-index:99;}
.ny_ban .container{position:absolute; top:50%; left:50%; color:#fff; z-index:99;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%);}
.ny_ban .w_z{position:relative;}
.ny_ban .w_z h3{font-size:30px; font-weight:bold; line-height:44px; margin-bottom:10px;}
.ny_ban .w_z h4{font-size:18px; line-height:28px;}
@media only screen and (max-width:1100px) {
.ny_ban{height:260px;}
.ny_ban .container{width:100%;}
.ny_ban .w_z h3{font-size:24px; line-height:32px;}
.ny_ban .w_z h4{font-size:15px; line-height:26px;}
}
@media only screen and (max-width:640px) {
.ny_ban{height:180px; text-align:center;}
.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:70px; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1); line-height:70px; color:#999; position:relative; z-index:999;}
.ny_lm .dq_wz a{color:#999;}
.ny_lm .dq_wz a:hover{color:#2d348d;}
.ny_lm .dq_wz span{color:#555;}
.ny_lm .dq_wz i{font-size:18px; display:inline-block; margin-right:3px; vertical-align:middle; margin-top:-2px;}
@media only screen and (max-width:1100px) {
.ny_lm{height:60px; line-height:60px;}
}
@media only screen and (max-width:640px) {
.ny_lm{height:50px; line-height:50px;}
}

.ny_lx{width:100%; padding:80px 0; overflow:hidden;}
.ny_lx .b_t{margin-bottom:35px;}
.ny_lx .b_t h3{font-size:26px; font-weight:bold; color:#000; line-height:36px; margin-bottom:5px;}
.ny_lx .b_t p{color:#aaa; line-height:26px;}
.ny_lx .lx_nr{width:500px;}
.ny_lx .lx_nr .x_x ul li{margin-top:40px; font-size:16px; line-height:32px; color:#333; padding-left:30px; position:relative;}
.ny_lx .lx_nr .x_x i{width:30px; position:absolute; top:0; left:0; color:#999; text-align:center; display:inline-block;}
.ny_lx .lx_nr .x_x i.icon-youxiang1{font-size:18px;}
.ny_lx .lx_nr .x_x i.icon-dianhua4{font-size:18px;}
.ny_lx .lx_bd{width:calc(100% - 550px);}
.ny_lx .lx_bd .b_d ul li{width:45%; position:relative;}
.ny_lx .lx_bd .b_d ul li.q_b{width:100%;}
.ny_lx .lx_bd .b_d input{width:100%; height:61px; border-bottom:1px solid #eee; line-height:60px; color:#333; display:block;}
.ny_lx .lx_bd .b_d input::placeholder{color:#999;}
.ny_lx .lx_bd .b_d textarea{width:100%; height:110px; padding-top:13px; border-bottom:1px solid #eee; line-height:24px; color:#333; resize:none; display:block;}
.ny_lx .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_lx .lx_bd .b_d button{width:140px; height:46px; background-color:#2d348d; font-size:15px; line-height:46px; color:#fff; margin-top:30px; margin-right:15px; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_lx .lx_bd .b_d button:hover{background-color:#0c1152;}
.ny_lx .lx_bd .b_d button.c_z{background-color:#888;}
.ny_lx .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
@media only screen and (max-width:1100px){
.ny_lx{padding:60px 0;}
.ny_lx .b_t{margin-bottom:30px;}
.ny_lx .b_t h3{font-size:20px; line-height:28px;}
.ny_lx .b_t p{color:#aaa; line-height:24px;}
.ny_lx .lx_nr{width:360px;}
.ny_lx .lx_nr .x_x ul li{margin-top:30px; font-size:15px; line-height:28px;}
.ny_lx .lx_bd{width:calc(100% - 400px);}
.ny_lx .lx_bd .b_d ul li{width:47%; position:relative;}
.ny_lx .lx_bd .b_d input{height:53px; line-height:52px;}
.ny_lx .lx_bd .b_d textarea{line-height:24px;}
.ny_lx .lx_bd .b_d button{width:120px; height:38px; line-height:38px; margin-top:15px;}
}
@media only screen and (max-width:992px){
.ny_lx{padding:40px 0;}
.ny_lx .b_t{margin-bottom:15px;}
.ny_lx .b_t h3{font-size:18px; line-height:26px;}
.ny_lx .lx_nr{width:100%; margin-bottom:35px;}
.ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:26px;}
.ny_lx .lx_bd{width:100%;}
.ny_lx .lx_bd .b_d ul li{width:100%;}
.ny_lx .lx_bd .b_d input{height:53px; line-height:52px;}
.ny_lx .lx_bd .b_d textarea{line-height:24px;}
.ny_lx .lx_bd .b_d button{width:120px; height:38px; line-height:38px; margin-top:15px;}
}

.ny_nr{width:100%; padding:60px 0 80px; overflow:hidden;}
.ny_nr .al_lb ul li{width:calc(33.33333333% - 30px); margin:0 15px 30px;}
.ny_nr .al_lb .gy_nr{background-color:#f7f7f7; margin-bottom:0;}
.ny_nr .al_lb .gy_wz{padding:20px;}
.ny_nr .al_lb .gy_wz h3{font-size:18px; line-height:26px; margin-bottom:8px; font-weight:bold; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .al_lb .gy_wz p{line-height:24px; color:#888; height:48px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.ny_nr .xw_lb ul li{margin-bottom:35px; padding-bottom:35px; border-bottom:1px solid #eee; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_nr .xw_lb .t_p{width:300px; overflow:hidden;}
.ny_nr .xw_lb .t_p img{width:100%; height:auto; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;
transition:all 1s;
-webkit-transition:all 1s;}
.ny_nr .xw_lb .xw_lb ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.ny_nr .xw_lb .w_z{width:calc(100% - 330px);}
.ny_nr .xw_lb .w_z h3{font-size:20px; line-height:36px; font-weight:bold; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .xw_lb .w_z h3 a{color:#000;}
.ny_nr .xw_lb .w_z h3 a:hover{color:#182f73;}
.ny_nr .xw_lb .w_z span{color:#aaa;}
.ny_nr .xw_lb .w_z p{line-height:26px; color:#777; margin-top:15px; height:78px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;}
@media only screen and (max-width:1100px){
.ny_nr{padding:50px 0 60px;}
.ny_nr .al_lb ul{margin:0 -10px;}
.ny_nr .al_lb ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px;}
.ny_nr .al_lb .gy_wz{padding:15px;}
.ny_nr .xw_lb ul li{margin-bottom:25px; padding-bottom:25px;}
.ny_nr .xw_lb .t_p{width:260px;}
.ny_nr .xw_lb .w_z{width:calc(100% - 280px);}
.ny_nr .xw_lb .w_z p{line-height:24px; margin-top:10px; height:72px;}
}
@media only screen and (max-width:1100px){
.ny_nr .al_lb ul li{width:calc(50% - 20px);}
}
@media only screen and (max-width:640px){
.ny_nr{padding:40px 0;}
.ny_nr .al_lb ul{margin:0;}
.ny_nr .al_lb ul li{width:100%; margin:0 0 20px;}
.ny_nr .xw_lb .t_p{width:100%;}
.ny_nr .xw_lb .w_z{width:100%; margin-top:15px;}
.ny_nr .xw_lb .w_z h3{font-size:18px; line-height:26px; margin-bottom:5px;}
.ny_nr .xw_lb .w_z p{line-height:22px; margin-top:5px; height:44px;
line-clamp:2;
-webkit-line-clamp:2;}
}

.ab_nr{width:100%; padding:80px 0; overflow:hidden;}
.ab_nr .gs_js{width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.ab_nr .gs_js .gs_wz{width:46%; font-size:16px; line-height:34px; text-align:justify; color:#777;}
.ab_nr .gs_js .gs_wz h3{font-size:26px; color:#333; font-weight:bold; line-height:30px; margin-bottom:30px;}
.ab_nr .gs_js .gs_tp{width:46%;}
.ab_nr .gs_js .gs_tp img{width:100%; display:block; margin:0 auto;}
@media only screen and (max-width:1100px){
.ab_nr{padding:60px 0;}
.ab_nr .gs_js .gs_wz{width:55%; font-size:14px; line-height:24px;}
.ab_nr .gs_js .gs_wz h3{font-size:22px; line-height:28px; margin-bottom:20px;}
.ab_nr .gs_js .gs_tp{width:40%;}
}
@media only screen and (max-width:992px){
.ab_nr{padding:45px 0;}
.ab_nr .gs_js .gs_wz{width:100%; line-height:26px; margin:15px 0;}
.ab_nr .gs_js .gs_tp{width:100%; margin:20px 0;}
}
@media only screen and (max-width:640px){
.ab_nr{padding:40px 0;}
.ab_nr .gs_js .gs_wz h3{font-size:17px; line-height:26px; text-align:center; margin-bottom:15px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#2d348d; border:1px solid #2d348d; color:#fff;}
.yema ul li a.on{background-color:#2d348d; border:1px solid #2d348d; color:#fff;}
@media only screen and (max-width:1440px){
.yema{margin-top:20px;}
.yema ul li a{min-width:36px; padding:0 10px; font-size:14px; line-height:34px;}
}
@media only screen and (max-width:992px){
.yema{margin-top:10px;}
.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-color:#2b2b2b; font-size:14px; line-height:26px; color:#aaa;}
.footer a{color:#aaa;}
.footer a:hover{color:#fff;}
.footer a.on{color:#fff; text-decoration:underline !important;}
.footer p{margin-bottom:6px;}
.footer .ft_dh{border-bottom:1px solid rgba(255,255,255,.1); padding:50px 0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_dh h3{font-size:16px; line-height:28px; margin-bottom:15px; color:#fff; position:relative;}
.footer .ft_dh h3 em{width:100%; height:100%; position:absolute; top:0; left:0; display:none;}
.footer .ft_dh h3 em:after{width:12px; height:2px; background-color:#5b5b5b; position:absolute; top:50%; margin-top:-1px; right:5px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh h3 em.on:after{transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);}
.footer .ft_dh h3 em:before{width:2px; height:12px; background-color:#5b5b5b; position:absolute; top:50%; margin-top:-6px; right:10px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh h3 em.on:before{transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.footer .ft_dh h3 a.d_l{font-size:18px; line-height:28px; color:#fff; font-weight:bold;}
.footer .ft_lx{width:25%; margin-right:5%;}
.footer .ft_lm{width:calc(65% - 300px); display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_lm .cp_fl{width:40%;}
.footer .ft_em{width:220px;}
.footer .ft_em .e_m{width:100px; margin-right:20px; float:left;}
.footer .ft_em .e_m:last-child{margin-right:0;}
.footer .ft_em img{max-width:100px; height:auto; display:block; margin:6px 0;}
.footer .ft_em p{text-align:center;}
.footer .banquan{padding:20px 0; line-height:22px; text-align:center;}
.footer .banquan span{display:inline-block; margin-right:12px;}
@media only screen and (max-width:1100px){
.footer .ft_dh{padding:40px 0;}
.footer .ft_dh h3 a.d_l{font-size:17px;}
.footer .ft_lx h3{margin-top:0;}
.footer .ft_lm .cp_fl{width:auto;}
.footer .ft_em{width:190px;}
.footer .ft_em .e_m{width:90px; margin-right:10px;}
.footer .ft_em img{max-width:90px;}
}
@media only screen and (max-width:992px){
.footer{padding-top:20px;}
.footer .ft_dh{padding:10px 0;}
.footer .ft_dh h3{font-size:14px; padding:15px 0; margin:0;}
.footer .ft_dh h3 em{display:block;}
.footer .ft_dh h3 a.d_l{font-size:16px; font-weight:normal;}
.footer .ft_lx{width:100%; border-bottom:1px solid #3b3b3b; margin-right:0;}
.footer .ft_lx .l_x{margin-bottom:20px;}
.footer .ft_lm{width:100%;}
.footer .ft_lm .cp_fl{width:100%; border-bottom:1px solid #3b3b3b;}
.footer .ft_em{width:100%;}
.footer .ft_dh .l_b{display:none; padding-bottom:10px;}
.footer .banquan{padding:25px 0; text-align:center;}
.footer .banquan .z_c{width:100%;}
.footer .banquan .y_c{width:100%;}
}

.pc_kf{position:fixed; right:0; bottom:20%; z-index:99999;}
.pc_kf .nr{width:50px; padding:10px 0; border-radius:5px; background-image:linear-gradient(0deg,#fff,#f3f5f8); border:2px solid #fff; box-shadow:0 0 10px 0 rgba(55,99,170,.1); text-align:center; margin-top:10px; cursor:pointer; position:relative; float:right;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr img{width:26px; height:auto; display:inline-block;}
.pc_kf .nr p{font-size:12px; line-height:20px; margin-top:6px;}
.pc_kf .ewm{width:120px; padding:5px; border-radius:5px; box-shadow:0 0 10px 0 rgba(55,99,170,.1); background-color:#fff; position:absolute; top:50%; right:70px; opacity:0; visibility:hidden; z-index:99;
transform:translate(-10px,-50%);
-webkit-transform:translate(-10px,-50%);
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%);}
.pc_kf .ewm img{width:100%;}
.pc_kf .tel{width:170px; padding:10px 20px; border-radius:5px; box-shadow:0 0 10px 0 rgba(55,99,170,.1); background-color:#fff;}
.pc_kf .tel p{font-size:16px; line-height:26px; color:#333; text-align:left; margin:0;}
.pc_kf .tel strong{color:#2d348d; font-size:18px;}
@media only screen and (max-width:992px){
.pc_kf{display:none;}
}

.fh_top{width:38px; height:38px; border-radius:50%; background-image:linear-gradient(0deg,#fff,#f3f5f8); border:2px solid #fff; box-shadow:0 0 15px 0 rgba(55,99,170,.2); border-radius:50%; position:fixed; bottom:18px; right:13px; cursor:pointer; text-align:center; line-height:38px; overflow:hidden; z-index:99999; display:none;}
.fh_top i{font-size:26px; color:#2d348d; display:inline-block; vertical-align:middle; margin-top:-6px;}
@media only screen and (max-width:768px){
.fh_top{width:40px; height:40px; bottom:18px; right:10px; line-height:40px;}
.fh_top i{font-size:26px; margin-top:-4px;}
}

.xw_xq{width:100%; padding:80px 0 160px; overflow:hidden; position:relative;}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
    .xw_xq{padding:3rem 0 7rem;}
    .xw_xq .xq_nr .b_t{font-size:2rem; line-height:3rem; margin-bottom:1.5rem;}
    .xw_xq .xq_nr .x_x{padding-bottom:2.5rem; margin-bottom:2.5rem;}
    .xw_xq .xq_nr .n_r{font-size:1.4rem; line-height:2.6rem;}
    .xw_xq .xq_nr .f_y{margin-top:3rem; padding-top:2rem; font-size:1.4rem;}
}

.zl_xz{width:100%; padding:80px 0; position:relative; overflow:hidden;}
.zl_xz .zl_lb ul li{margin-bottom:20px;}
.zl_xz .zl_lb a{background-color:#f5f5f5; border-radius:5px; padding:20px 25px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.zl_xz .zl_lb a:hover{background-color:#2d348d; color:#fff;}
.zl_xz .zl_lb .b_t{width:calc(100% - 180px); font-size:18px; line-height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; position:relative;}
.zl_xz .zl_lb .b_t img{max-width:26px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:6px;
transition:all .5s;
-webkit-transition:all .5s;}
.zl_xz .zl_lb a:hover .b_t img{opacity:0;}
.zl_xz .zl_lb .b_t img.d_w{position:absolute; top:5px; left:0; opacity:0;}
.zl_xz .zl_lb a:hover .b_t img.d_w{opacity:1;}
.zl_xz .zl_lb span i{font-size:16px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:6px;}
@media only screen and (max-width:1200px){
.zl_xz{padding:60px 0;}
}
@media only screen and (max-width:640px){
.zl_xz{padding:50px 0;}
.zl_xz .zl_lb ul li{margin-bottom:15px;}
.zl_xz .zl_lb a{padding:15px 20px;}
.zl_xz .zl_lb .b_t{width:100%; font-size:16px;}
.zl_xz .zl_lb .b_t img{max-width:22px;}
.zl_xz .zl_lb span{margin-left:28px; margin-top:10px;}
}