@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:"Microsoft YaHei",Arial,sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:14px; border:0; background:none; outline:none; vertical-align:middle; font-family:"Microsoft YaHei",Arial,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#555; text-decoration:none;
transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#2d348e; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
.middle{vertical-align:middle; margin-top:-3px; margin-right:5px;}
.ds_il{max-width:100%; height:auto; display:inline-block;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
.mg_my{margin:0;}
::placeholder{color:#999;}
::-webkit-scrollbar{width:0;}
@media only screen and (max-width:768px){
body{font-size:13px;}
input,select,button,textarea{font-size:13px;}
.container, .container-fluid{padding:0 20px;}
}

@media only screen and (max-width:768px){
html.on{width:100%; height:100vh; overflow:hidden;}
}

.header{width:100%; position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-webkit-transition:all .5s;}
.header:hover{background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05);}
.header.on{background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05);}
.header.yc{z-index:-1; opacity:0;}
.header .row{margin:0;}
.header .logo{width:217px; position:relative;}
.header .logo img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.header:hover .logo img{opacity:0;}
.header.on .logo img{opacity:0;}
.header .logo img.d_w{position:absolute; top:0; left:0; opacity:0;}
.header:hover .logo img.d_w{opacity:1;}
.header.on .logo img.d_w{opacity:1;}
.header .an{width:36px; height:22px; display:none; position:relative;}
.header .an span{width:36px; height:2px; background-color:#fff; display:block; position:absolute;
transition:all .5s;
-webkit-transition:all .5s;}
.header:hover .an span{background-color:#333;}
.header.on .an span{background-color:#333;}
.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:16px; color:#fff; line-height:100px;}
.header:hover .nav .y_j a{color:#333;}
.header:hover .nav ul li:hover .y_j a{color:#2d348e;}
.header:hover .nav ul li.on .y_j a{color:#2d348e;}
.header.on .nav .y_j a{color:#333;}
.header.on .nav ul li:hover .y_j a{color:#2d348e;}
.header.on .nav ul li.on .y_j a{color:#2d348e;}
.header .nav .y_j:after{width:0; height:4px; background-color:#2d348e; 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.on .nav ul li.on .y_j:after{width:100%;}
.header .nav .e_j{width:140px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05); position:absolute; top:100px; left:50%; margin-left:-70px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transition:all .2s;
-webkit-transition:all .2s;
transform:translateY(0);
-webkit-transform:translateY(0);}
.header .nav .row{margin:0;}
.header .nav .f_l p a{font-size:14px; line-height:46px; color:#555; text-align:center; display:block;}
.header .nav .f_l p a:hover{background-color:#2d348e; color:#fff;}
.header .nav .s_b{display:none;}
@media only screen and (max-width:1200px){
.header .nav ul li{margin-left:40px;}
.header .nav .y_j:after{height:3px;}
}
@media only screen and (max-width:768px){
.header .logo{width:180px; margin:15px 0;}
.header .an{display:block;}
.header .nav{width:100%; height:calc(100% - 80px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; bottom:0; right:-100%; z-index:9999; overflow:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav.on{right:0;}
.header .nav ul{width:100%; float:none; display:block;}
.header .nav ul li{width:100%; height:auto; text-align:left; border-bottom:1px solid #ddd; float:none; padding:0; margin:0;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{display:block; width:100%; padding-right:10px; position:absolute; top:0; right:0; font-size:16px; font-weight:bold; text-align:right; line-height:66px; z-index:99;}
.header .nav .y_j a{font-size:15px; color:#333; line-height:66px; text-shadow:none;}
.header .nav .y_j a:hover{color:#333;}
.header .nav ul li:hover .y_j a{color:#333;}
.header .nav ul li.on .y_j a{color:#333;}
.header .nav .e_j{width:100%; height:calc(100% - 80px); padding:10px 5% 20px; background-color:#fafafa; position:fixed; top:auto; left:auto; bottom:0; right:-100%; z-index:9999; overflow:auto; display:block; opacity:1; visibility:inherit;
transition:all .5s;
-webkit-transition:all .5s;
transform:none;
-webkit-transform:none;}
.header .nav .e_j.on{right:0;}
.header .nav .e_j:after{display:none;}
.header .nav .f_l{width:100%; padding:0; margin-bottom:0;}
.header .nav .f_l p{margin:0;}
.header .nav .f_l p a{font-size:15px; line-height:66px; color:#333; text-align:left; border-bottom:1px solid #ddd;}
.header .nav .f_l p a:hover{color:#333;}
.header .nav .s_b{display:block; line-height:50px;}
.header .nav .s_b i{font-size:16px; font-weight:bold;}
}

.banner{width:100%; height:100vh; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; z-index:9;}
.banner .container{position:absolute; top:50%; left:50%; margin-top:45px; z-index:99; color:#fff;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.banner .w_z{font-size:46px; font-weight:bold; line-height:60px;}
@media only screen and (max-width:1200px){
.banner .w_z{font-size:38px; line-height:46px;}
}
@media only screen and (max-width:768px){
.banner{height:400px;}
.banner .w_z{font-size:26px; text-align:center; line-height:38px;}
}

.t_l{position:fixed; top:55%; right:0; background-color:#e99107; border-radius:5px 0 0 5px; padding:15px 20px; font-size:16px; line-height:26px; color:#fff; z-index:999;}
.t_l strong{font-size:24px; line-height:32px; display:block;}
@media only screen and (max-width:1200px){
.t_l{top:55%; padding:10px 15px; font-size:15px; line-height:22px;}
.t_l strong{font-size:20px; line-height:30px;}
}
@media only screen and (max-width:640px){
.t_l{width:100%; top:auto; bottom:0; position:fixed; border-radius:0; padding:10px 15px; font-size:15px; line-height:22px; text-align:center;}
.t_l strong{font-size:20px; line-height:30px; display:inline-block;}
}

.gy_bt{margin-bottom:50px; text-align:center;}
.gy_bt h1{font-size:36px; font-weight:bold; color:#2d348d; line-height:50px;}
.gy_bt h2{font-size:50px; font-weight:bold; line-height:60px; text-transform:uppercase; color:#dedede;}
.gy_bt em{width:50px; height:6px; border-radius:6px; background-color:#2d348e; display:block; margin:20px auto 0;}
@media only screen and (max-width:1200px){
.gy_bt{margin-bottom:40px;}
.gy_bt h1{font-size:28px; line-height:38px;}
.gy_bt h2{font-size:40px; line-height:50px; }
.gy_bt em{width:44px; height:5px; border-radius:5px; margin:15px auto 0;}
}
@media only screen and (max-width:768px){
.gy_bt{margin-bottom:35px;}
.gy_bt h1{font-size:22px; line-height:30px;}
.gy_bt h2{font-size:30px; line-height:40px; }
}

.sy_fw{width:100%; padding:100px 0 80px; overflow:hidden;}
.sy_fw .fw_lb ul{margin:0 -10px;}
.sy_fw .fw_lb ul li{width:calc(25% - 20px); padding:35px 10px 25px; margin:0 10px 20px; text-align:center; background-color:#555cbf;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_fw .fw_lb ul li:hover{background-color:#2d348e;
transform:translateY(-10px);
-webkit-transform:translateY(-10px);}
.sy_fw .fw_lb ul li:nth-child(2){background-color:#2d348e;}
.sy_fw .fw_lb ul li:nth-child(2):hover{background-color:#555cbf;}
.sy_fw .fw_lb ul li:nth-child(4){background-color:#2d348e;}
.sy_fw .fw_lb ul li:nth-child(4):hover{background-color:#555cbf;}
.sy_fw .fw_lb ul li:nth-child(5){background-color:#2d348e;}
.sy_fw .fw_lb ul li:nth-child(5):hover{background-color:#555cbf;}
.sy_fw .fw_lb ul li:nth-child(7){background-color:#2d348e;}
.sy_fw .fw_lb ul li:nth-child(7):hover{background-color:#555cbf;}
.sy_fw .fw_lb .t_b{width:80px; margin:0 auto 15px;}
.sy_fw .fw_lb .t_b img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_fw .fw_lb ul li:hover .t_b img{transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);}
.sy_fw .fw_lb .w_z{font-size:17px; font-weight:bold; line-height:26px; color:#fff;margin-bottom:10px;}
.sy_fw .fw_lb .m_s{color:#ffffff;font-size:14px;}
@media only screen and (max-width:1200px){
.sy_fw{padding:70px 0 60px;}
.sy_fw .fw_lb ul{margin:0 -5px;}
.sy_fw .fw_lb ul li{width:calc(25% - 10px); padding:30px 5px 20px; margin:0 5px 10px;}
.sy_fw .fw_lb .t_b{width:60px; margin:0 auto 15px;}
.sy_fw .fw_lb .w_z{font-size:16px; font-weight:normal;}
}
@media only screen and (max-width:640px){
.sy_fw{padding:60px 0 50px;}
.sy_fw .fw_lb ul{margin:0 -5px;}
.sy_fw .fw_lb ul li{width:calc(50% - 10px); padding:25px 5px 20px;}
.sy_fw .fw_lb .t_b{width:50px; margin:0 auto 10px;}
.sy_fw .fw_lb .w_z{font-size:14px; font-weight:normal;}
}

.sy_ys{width:100%; padding:100px 0; background-color:#f7f7f7; overflow:hidden;}
.sy_ys .ys_lb ul{margin:0 -10px;}
.sy_ys .ys_lb ul li{width:calc(20% - 20px); padding:35px 15px 25px; margin:0 10px; text-align:center; background-color:#fff;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .ys_lb ul li:hover{background-color:#2d348e; color:#fff;}
.sy_ys .ys_lb .t_b{width:80px; height:80px; border:1px solid #2d348e; border-radius:50%; margin:0 auto; background-position:top center; background-repeat:no-repeat; background-size:cover;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .ys_lb ul li:hover .t_b{border:1px solid #fff; background-position:bottom center;}
.sy_ys .ys_lb h3{font-size:20px; font-weight:bold; color:#2d348e; margin:15px 0;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .ys_lb ul li:hover h3{color:#fff;}
@media only screen and (max-width:1200px){
.sy_ys{padding:70px 0;}
.sy_ys .ys_lb ul{margin:0 -5px;}
.sy_ys .ys_lb ul li{width:calc(20% - 10px); padding:30px 10px 20px; margin:0 5px;}
.sy_ys .ys_lb .t_b{width:60px; height:60px;}
.sy_ys .ys_lb h3{font-size:18px; margin:12px 0;}
}
@media only screen and (max-width:640px){
.sy_ys{padding:60px 0 50px;}
.sy_ys .ys_lb ul{margin:0 -5px;}
.sy_ys .ys_lb ul li{width:calc(50% - 10px); padding:25px 10px 20px; margin:0 5px 10px;}
.sy_ys .ys_lb ul li:last-child{width:calc(100% - 10px);}
.sy_ys .ys_lb .t_b{width:50px; height:50px;}
}

.ny_bn{width:100%; height:560px; background-color:#000; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative; overflow:hidden;}
.ny_bn .container{position:absolute; top:60%; left:50%; margin-top:25px; z-index:99;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%);}
.ny_bn .w_z{color:#fff; text-shadow:0 0 15px rgba(0,0,0,.1);}
.ny_bn .w_z h3{font-size:40px; font-weight:bold; line-height:50px; margin-bottom:5px;}
.ny_bn .w_z h4{font-size:22px; text-transform:uppercase; line-height:30px;}
@media only screen and (max-width:1200px){
.ny_bn{height:440px;}
.ny_bn .w_z h3{font-size:36px; line-height:44px; margin-bottom:10px;}
.ny_bn .w_z h4{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:768px){
.ny_bn{height:320px;}
.ny_bn .w_z{padding:0; text-align:center;}
.ny_bn .w_z h3{font-size:22px; line-height:30px;}
.ny_bn .w_z h4{font-size:14px; line-height:22px;}
}

.ej_lm{width:100%; background-color:#f7f7f7; overflow:hidden;}
.ej_lm ul li{margin-right:45px; font-size:18px; font-weight:bold; line-height:80px; position:relative;}
.ej_lm ul li:after{width:0; height:4px; background-color:#2d348e; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.ej_lm ul li:hover:after{width:100%;}
.ej_lm ul li.on:after{width:100%;}
.ej_lm ul li a{display:block;}
.ej_lm ul li.on a{color:#2d348e;}
@media only screen and (max-width:640px){
.ej_lm{display:none;}
}

.zc_nr{width:100%; padding:80px 0; overflow:hidden;}
.zc_nr .lc_nr img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1200px){
.zc_nr{padding:60px 0;}
}
@media only screen and (max-width:640px){
.zc_nr{padding:50px 0;}
}

.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:#2d348e; 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;}
}

.xw_zx{width:100%; padding:80px 0; position:relative; overflow:hidden;}
.xw_zx .xw_lb ul li{margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #eee; display:flex; flex-wrap:wrap; justify-content:space-between;}
.xw_zx .t_p{width:300px; height:184px; overflow:hidden;}
.xw_zx .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;
transition:all 1s;
-webkit-transition:all 1s;}
.xw_zx .xw_lb ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.xw_zx .w_z{width:calc(100% - 330px);}
.xw_zx .w_z h3{font-size:20px; line-height:36px; font-weight:bold; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_zx .w_z h3 a{color:#000;}
.xw_zx .w_z h3 a:hover{color:#2d348e;}
.xw_zx .w_z span{color:#aaa;}
.xw_zx .w_z p{font-size:15px; line-height:26px; color:#777; height:78px; margin-bottom:20px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;}
.xw_zx .c_z{display:flex; justify-content:space-between; align-items:center;}
.xw_zx .c_z a{color:#2d348e;}
.xw_zx .c_z i{font-size:16px; display:inline-block; vertical-align:middle; margin-left:6px; margin-top:-2px;
transition:all .5s;
-webkit-transition:all .5s;}
.xw_zx .c_z a:hover i{margin-left:15px;}
@media only screen and (max-width:1200px){
.xw_zx{padding:60px 0;}
.xw_zx .xw_lb ul li{margin-bottom:25px;}
.xw_zx .t_p{width:260px; height:160px;}
.xw_zx .w_z{width:calc(100% - 280px);}
.xw_zx .w_z p{line-height:24px; margin-top:10px; height:72px;}
}
@media only screen and (max-width:640px){
.xw_zx{padding:50px 0;}
.xw_zx .t_p{width:100%; height:auto;}
.xw_zx .w_z{width:100%; margin-top:15px;}
.xw_zx .w_z h3{font-size:17px; line-height:26px; margin-bottom:5px;}
.xw_zx .w_z p{line-height:22px; margin-top:5px; height:44px;
line-clamp:2;
-webkit-line-clamp:2;}
}

.xw_xq{width:100%; padding:80px 0 100px; background-color:#fff; 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:1200px){
.xw_xq{padding:60px 0 80px;}
.xw_xq .xq_nr .b_t{font-size:24px; line-height:34px; margin-bottom:15px;}
.xw_xq .xq_nr .x_x{padding-bottom:25px; margin-bottom:30px;}
.xw_xq .xq_nr .n_r{font-size:14px; line-height:28px;}
.xw_xq .xq_nr .f_y{margin-top:30px; padding-top:20px; font-size:14px;}
}
@media only screen and (max-width:768px){
.xw_xq{padding:40px 0 60px;}
.xw_xq .xq_nr .b_t{font-size:22px; line-height:32px;}
}

.gs_bt{text-align:center; margin-bottom:50px;}
.gs_bt h3{font-size:28px; font-weight:bold; color:#2d348e; line-height:38px; margin-bottom:5px;}
.gs_bt h4{font-size:36px; font-weight:bold; color:#aaa; text-transform:uppercase; line-height:46px;}
.gs_bt em{width:50px; height:6px; border-radius:6px; background-color:#2d348e; display:block; margin:20px auto 0;}
@media only screen and (max-width:1200px){
.gs_bt{margin-bottom:40px;}
.gs_bt h3{font-size:26px; line-height:36px;}
.gs_bt h4{font-size:15px; line-height:26px;}	
}
@media only screen and (max-width:768px){
.gs_bt{margin-bottom:35px;}
.gs_bt h3{font-size:22px; line-height:32px;}
.gs_bt h4{font-size:14px; line-height:22px;}	
}

.gs_js{width:100%; padding:90px 0; overflow:hidden;}
.gs_js .gs_bt{text-align:left;}
.gs_js .gs_bt em{margin:20px 0 0;}
.gs_js .gs_wz{width:62.5%;}
.gs_js .gs_wz .w_z{font-size:16px; line-height:36px; text-align:justify;}
.gs_js .gs_tp{width:30%;}
.gs_js .gs_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1200px){
.gs_js{padding:70px 0;}
.gs_js .gs_wz{width:47%;}
.gs_js .gs_wz h3{font-size:26px; line-height:36px;}
.gs_js .gs_wz h4{font-size:15px;}
.gs_js .gs_wz .w_z{font-size:14px; line-height:28px; margin-top:25px;}
.gs_js .gs_tp{width:47%;}
}
@media only screen and (max-width:768px){
.gs_js{padding:60px 0;}
.gs_js .gs_bt em{margin:20px auto 0;}
.gs_js .gs_wz{width:100%;}
.gs_js .gs_wz h3{font-size:22px; line-height:32px; text-align:center;}
.gs_js .gs_wz h4{font-size:14px; text-align:center;}
.gs_js .gs_wz .w_z{font-size:14px; line-height:28px; margin-top:20px;}
.gs_js .gs_tp{width:100%; margin-top:20px;}
}

.gs_lx{width:100%; padding:90px 0; background-color:#f7f7f7; overflow:hidden;}
.gs_lx .row{background-color:#fff;}
.gs_lx .lx_wz{width:50%; padding:35px;}
.gs_lx .lx_wz .lx_xx{width:calc(100% - 100px);}
.gs_lx .lx_wz .lx_em{width:90px;}
.gs_lx .lx_wz .lx_em .e_m{margin:20px 0;}
.gs_lx .lx_wz .lx_em img{width:100%; height:auto; display:block; border:1px solid #eee;}
.gs_lx .lx_wz .lx_em p{margin-top:5px; text-align:center;}
.gs_lx .lx_wz h3{font-size:22px; color:#000; line-height:32px; font-weight:bold;}
.gs_lx .lx_wz h4{font-size:14px; line-height:22px; color:#999;}
.gs_lx .lx_wz .tel{margin:25px 0 10px; padding-left:70px; background:url(../images/tel1.png) no-repeat left center;}
.gs_lx .lx_wz .tel strong{font-size:28px; color:#2d348d;}
.gs_lx .lx_wz ul{margin-top:25px;}
.gs_lx .lx_wz ul li{font-size:15px; line-height:26px; margin-top:5px; position:relative;}
.gs_lx .lx_tp{width:50%; background-repeat:no-repeat; background-size:cover; background-position:center;}
@media only screen and (max-width:1200px){
.gs_lx{padding:70px 0;}
.gs_lx .lx_wz{padding:35px 20px;}
.gs_lx .lx_wz .lx_xx{width:calc(100% - 110px);}
}
@media only screen and (max-width:768px){
.gs_lx{padding:60px 0;}
.gs_lx .lx_wz{width:100%;}
.gs_lx .lx_wz ul li{font-size:14px; line-height:26px;}
.gs_lx .lx_tp{width:100%; height:300px;}
}
@media only screen and (max-width:640px){
.gs_lx .lx_wz .lx_xx{width:100%;}
.gs_lx .lx_wz h3{font-size:20px; line-height:30px;}
.gs_lx .lx_wz h4{font-size:12px;}
.gs_lx .lx_wz .lx_em{width:100%; margin-top:20px; display:flex;}
.gs_lx .lx_wz .lx_em .e_m{width:90px; margin:0 20px 0 0;}
.gs_lx .lx_tp{height:200px;}
}

.yema{width:100%; margin-top:50px; text-align:center; position:relative;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{width:50px; height:50px; border-radius:50%; border:1px solid #ddd; font-size:15px; line-height:50px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#2d348e; border:1px solid #2d348e; color:#fff;}
.yema ul li.active a{background-color:#2d348e; border:1px solid #2d348e; color:#fff;}
.yema a.s_y{display:inline-block; font-size:15px; line-height:44px; position:absolute; top:0; left:0;}
.yema a.s_y i{font-size:16px; display:inline-block; vertical-align:middle; margin-right:6px; margin-top:-2px;
transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
transition:all .5s;
-webkit-transition:all .5s;}
.yema a.s_y:hover i{margin-right:15px;}
.yema a.x_y{display:inline-block; font-size:15px; line-height:44px; position:absolute; top:0; right:0;}
.yema a.x_y i{font-size:16px; display:inline-block; vertical-align:middle; margin-left:6px; margin-top:-2px;
transition:all .5s;
-webkit-transition:all .5s;}
.yema a.x_y:hover i{margin-left:15px;}
@media only screen and (max-width:640px){
.yema{margin-top:30px;}
.yema ul li a{width:32px; height:32px; font-size:14px; line-height:30px;}
.yema ul li:last-child{display:none;}
.yema a.s_y{font-size:14px; line-height:32px;}
.yema a.s_y i{display:none;}
.yema a.x_y{font-size:14px; line-height:32px;}
.yema a.x_y i{display:none;}
}

.fh_top{width:44px; height:44px; border-radius:50%; background-image:linear-gradient(0deg,#fff,#f3f5f8); border:2px solid #fff; box-shadow:0 0 15px 0 rgba(55,99,170,.2); border-radius:50%; position:fixed; bottom:18px; right:15px; cursor:pointer; text-align:center; line-height:44px; overflow:hidden; z-index:99999; display:none;}
.fh_top i{font-size:30px; color:#2d348e; display:inline-block; vertical-align:middle; margin-top:-4px;}
@media only screen and (max-width:640px){
.fh_top{width:40px; height:40px; bottom:60px; right:10px; line-height:40px;}
.fh_top i{font-size:26px; margin-top:-4px;}
}

.footer{width:100%; background-color:#1c222a; line-height:26px; color:#a8b0bb; position:relative; z-index:101;}
.footer a{color:#a8b0bb;}
.footer a:hover{color:#fff;}
.footer p{margin-bottom:6px;}
.footer strong{font-size:28px; color:#fff;}
.footer .container{position:relative; z-index:999;}
.footer .tel{margin-bottom:10px; padding-left:70px; background:url(../images/tel.png) no-repeat left center;}
.footer .ft_dh{padding:70px 0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_dh h3{font-size:18px; line-height:28px; margin-bottom:15px; color:#fff; position:relative;}
.footer .ft_dh h3 em{width:100%; height:100%; position:absolute; top:0; left:0; display:none;}
.footer .ft_dh h3 em:after{width:12px; height:2px; background-color:#aaa; position:absolute; top:50%; margin-top:-1px; right:5px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh h3 em.on:after{transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);}
.footer .ft_dh h3 em:before{width:2px; height:12px; background-color:#aaa; position:absolute; top:50%; margin-top:-6px; right:10px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh h3 em.on:before{transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.footer .ft_lx{width:30%;}
.footer .ft_lx .f_s{margin-top:20px;}
.footer .cp_fl{width:calc(70% - 300px);}
.footer .cp_fl .l_b{display:flex; flex-wrap:wrap;}
.footer .cp_fl .l_b p{width:50%;}
.footer .ft_em{width:200px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_em .e_m{width:90px; text-align:center;}
.footer .ft_em p{margin-top:6px; margin-bottom:0;}
.footer .ft_em img{max-width:90px; height:auto; display:block;}
.footer .banquan{width:100%; background-color:#151a22; padding:30px 0; text-align:center; line-height:22px;}
.footer .banquan span{display:inline-block; margin:0 6px;}
@media only screen and (max-width:1200px){
.footer{line-height:24px;}
.footer .ft_dh{padding:50px 0;}
.footer .ft_dh h3{font-size:17px;}
.footer .banquan{padding:25px 0;}
}
@media only screen and (max-width:992px){
.footer .ft_lx{width:calc(100% - 230px);}
.footer .cp_fl{display:none;}
}
@media only screen and (max-width:640px){
.footer{margin-bottom:50px;}
.footer .ft_dh{padding:35px 0;}
.footer .ft_dh h3{font-size:16px; line-height:28px; padding:10px 0; margin:5px 0;}
.footer .ft_dh h3 em{display:block;}
.footer .ft_dh h3 a.d_l{font-size:1.6rem; line-height:2.6rem; padding:0; margin-bottom:0;}
.footer .ft_lx{width:100%;}
.footer .ft_lx .f_s{padding-bottom:15px;}
.footer .ft_lm{width:100%;}
.footer .ft_dh .l_b{display:none; padding-bottom:15px;}
.footer .banquan{padding:20px 0; text-align:center;}
.footer .banquan .z_c{width:100%;}
.footer .banquan .y_c{width:100%;}
}