@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:"PingFang SC","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:"PingFang SC","Microsoft YaHei","微软雅黑",Arial,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#555; text-decoration:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#182f73; 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;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-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:110px; position:relative;}
.header .logo img{width:100%; height:auto; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-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;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-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);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .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:80px;}
.header:hover .nav .y_j a{color:#333;}
.header:hover .nav ul li:hover .y_j a{color:#182f73;}
.header:hover .nav ul li.on .y_j a{color:#182f73;}
.header.on .nav .y_j a{color:#333;}
.header.on .nav ul li:hover .y_j a{color:#182f73;}
.header.on .nav ul li.on .y_j a{color:#182f73;}
.header .nav .y_j:after{width:0; height:4px; background-color:#182f73; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-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:80px; left:50%; margin-left:-70px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transition:all .2s;
-o-transition:all .2s;
-ms-transition:all .2s;
-moz-transition:all .2s;
-webkit-transition:all .2s;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-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:#eee; color:#182f73;}
.header .nav .s_b{display:none;}
@media only screen and (max-width:1200px){
.header .nav .y_j:after{height:3px;}
}
@media only screen and (max-width:992px){
.header .nav ul li{margin-left:40px;}
}
@media only screen and (max-width:768px){
.header .logo{margin:20px 0;}
.header .an{display:block;}
.header .nav{width:100%; height:calc(100% - 77px); 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;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav.on{right:0;}
.header .nav ul{width:100%; float:none; display:block;}
.header .nav ul li{width:100%; height:auto; text-align:left; border-bottom:1px solid #ddd; float:none; padding:0; margin:0;}
.header .nav .y_j: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% - 77px); 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;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-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;}
}

.head_zp{width:100%; position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.head_zp:hover{background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05);}
.head_zp.on{background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05);}
.head_zp .row{margin:0;}
.head_zp .logo{position:relative; margin:21px 0;}
.head_zp .logo img{width:110px; height:auto; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.head_zp:hover .logo img{opacity:0;}
.head_zp.on .logo img{opacity:0;}
.head_zp .logo img.d_w{position:absolute; top:0; left:0; opacity:0;}
.head_zp:hover .logo img.d_w{opacity:1;}
.head_zp.on .logo img.d_w{opacity:1;}
.head_zp .an{width:36px; height:22px; display:none; position:relative;}
.head_zp .an span{width:36px; height:2px; background-color:#fff; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.head_zp:hover .an span{background-color:#333;}
.head_zp.on .an span{background-color:#333;}
.head_zp .an span.a1{top:0; left:0;}
.head_zp .an span.a2{top:10px; left:0;}
.head_zp .an span.a3{top:20px; left:0;}
.head_zp .an.n span.a2{display:none;}
.head_zp .an.n span.a1{top:10px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.head_zp .an.n span.a3{top:10px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.head_zp .nav{display:inline-block;}
.head_zp .nav ul{display:flex;}
.head_zp .nav ul li{margin-left:80px; position:relative;}
.head_zp .nav ul li a{display:inline-block; font-size:16px; color:#fff; line-height:50px;}
.head_zp:hover .nav ul li a{color:#555;}
.head_zp.on .nav ul li a{color:#555;}
.head_zp:hover .nav ul li:hover a{color:#182f73;}
.head_zp.on .nav ul li:hover a{color:#182f73;}
.head_zp:hover .nav ul li.active a{color:#182f73;}
.head_zp.on .nav ul li.active a{color:#182f73;}
.head_zp .nav ul li:after{width:0; height:2px; background-color:#fff; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.head_zp:hover .nav ul li:after{background-color:#182f73;}
.head_zp.on .nav ul li:after{background-color:#182f73;}
.head_zp .nav ul li:hover:after{width:100%;}
.head_zp .nav ul li.active:after{width:100%;}
.head_zp .zw_ss{width:100%; height:46px; border-radius:23px; background-color:#f7f7f7; margin-bottom:21px; display:none; justify-content:space-between; overflow:hidden;}
.head_zp.on .zw_ss{display:flex;}
.head_zp .zw_ss input{width:calc(100% - 80px); height:46px; padding-left:25px; font-size:15px; line-height:46px; color:#333; display:block;}
.head_zp .zw_ss button{width:80px; height:46px; line-height:46px; color:#182f73; text-align:center; outline:none; cursor:pointer; display:block;}
.head_zp .zw_ss button i{font-size:26px;}
@media only screen and (max-width:1200px){
.head_zp .nav ul li{margin-left:50px;}
.head_zp .zw_ss{height:40px; border-radius:20px;}
.head_zp .zw_ss input{width:calc(100% - 70px); height:40px; padding-left:25px; font-size:14px; line-height:40px;}
.head_zp .zw_ss button{width:70px; height:40px; line-height:40px;}
.head_zp .zw_ss button i{font-size:22px;}
}
@media only screen and (max-width:640px){
.head_zp .row{justify-content:space-between;}
.head_zp .an{display:block;}
.head_zp .nav{width:100%; height:calc(100% - 77px); 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;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.head_zp .nav.on{right:0;}
.head_zp .nav ul{width:100%; display:block;}
.head_zp .nav ul li{width:100%; margin:0; border-bottom:1px solid #ddd;}
.head_zp .nav ul li a{font-size:15px; line-height:66px; display:block;}
.head_zp .nav ul li:after{display:none;}
}

.zp_gd{width:100%; height:79px; background-color:#f7f7f7; overflow:hidden;}

.banner{width:100%; height:100vh; background-color:#000; position:relative; z-index:9;}
.banner video{width:100%; height:100%; position:absolute; top:0; left:0; display:block;
object-fit:cover;
object-position:top center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.banner .container{position:absolute; top:50%; left:50%; margin-top:45px; z-index:99; text-align:center; color:#fff;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.banner .container h1{font-size:46px; font-weight:bold; line-height:56px; margin-bottom:15px;}
.banner .container h3{font-size:30px; line-height:40px;}
@media only screen and (max-width:1200px){
.banner .container h1{font-size:38px; line-height:46px; margin-bottom:10px;}
.banner .container h3{font-size:22px; line-height:32px;}
}
@media only screen and (max-width:768px){
.banner .container h1{font-size:28px; line-height:36px; padding:0 15%;}
.banner .container h3{font-size:16px; line-height:26px;}
}

.gy_bt{margin-bottom:50px; color:#fff; text-align:center;}
.gy_bt h1{font-size:38px; font-weight:bold; line-height:50px; margin-bottom:10px;}
.gy_bt h4{font-size:16px; line-height:26px; opacity:.7;}
@media only screen and (max-width:1200px){
.gy_bt{margin-bottom:40px;}
.gy_bt h1{font-size:32px; line-height:40px;}
.gy_bt h4{font-size:15px;}
}
@media only screen and (max-width:768px){
.gy_bt{margin-bottom:35px;}
.gy_bt h1{font-size:22px; line-height:30px; margin-bottom:5px;}
.gy_bt h4{font-size:14px;}
}

.sy_gy{width:100%; padding:120px 0; background:#0a0e19 url(../images/gy_bj.jpg) no-repeat center / cover fixed; overflow:hidden;}
.sy_gy .gy_sp{width:100%; height:560px; position:relative;}
.sy_gy .gy_sp:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.5); content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_gy .gy_sp:hover:after{background-color:rgba(0,0,0,.1);}
.sy_gy .gy_sp i{font-size:60px; color:#fff; cursor:pointer; position:absolute; top:50%; left:50%; z-index:9; opacity:.8;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_gy .gy_sp:hover i{opacity:1;}
.sy_gy .gy_sp img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.sy_gy .gy_sp .vd_nr{display:none;}
@media only screen and (max-width:1200px){
.sy_gy{padding:80px 0; background:#0a0e19 url(../images/gy_bj.jpg) no-repeat center / cover;}
.sy_gy .gy_sp{height:450px;}
.sy_gy .gy_sp i{font-size:50px;}
}
@media only screen and (max-width:768px){
.sy_gy{padding:70px 0;}
.sy_gy .gy_sp{height:32vh;}
.sy_gy .gy_sp i{font-size:40px;}
}

.sy_hb{width:100%; padding:120px 0 100px; overflow:hidden;}
.sy_hb .gy_bt{color:#000;}
.sy_hb .hb_lb ul{margin:0 -10px;}
.sy_hb .hb_lb ul li{width:20%; padding:0 10px; margin-bottom:20px;}
.sy_hb .hb_lb img{width:100%; height:auto; display:block; border:1px solid #eee;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_hb .hb_lb ul li:hover img{opacity:.8;}
@media only screen and (max-width:1200px){
.sy_hb{padding:80px 0 70px;}
.sy_hb .hb_lb ul{margin:0 -5px;}
.sy_hb .hb_lb ul li{padding:0 5px; margin-bottom:10px;}
}
@media only screen and (max-width:768px){
.sy_hb{padding:60px 0;}
.sy_hb .hb_lb ul li{width:25%;}
}
@media only screen and (max-width:480px){
.sy_hb .hb_lb ul{margin:0 -3px;}
.sy_hb .hb_lb ul li{padding:0 3px; margin-bottom:6px;}
}

.ny_ban{width:100%; height:100vh; background-color:#000; position:relative; z-index:9;}
.ny_ban:before{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.3); z-index:1;}
.ny_ban:after{width:100%; height:50%; position:absolute; bottom:0; left:0; content:""; z-index:2;
background-image:-webkit-linear-gradient(top, rgba(36,43,69,0), #242b45);
background-image:-moz-linear-gradient(top, rgba(36,43,69,0), #242b45);
background-image:-ms-linear-gradient(top, rgba(36,43,69,0), #242b45);
background-image:-o-linear-gradient(top, rgba(36,43,69,0), #242b45);
background-image:linear-gradient(top, rgba(36,43,69,0), #242b45);}
.ny_ban video{width:100%; height:100%; position:absolute; top:0; left:0; display:block;
object-fit:cover;
object-position:top center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.ny_ban .container{max-width:960px; position:absolute; top:50%; left:50%; z-index:99; text-align:center; color:#fff;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%));
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.ny_ban .container h1{font-size:46px; font-weight:bold; line-height:56px; margin-bottom:15px;}
.ny_ban .container h3{font-size:16px; line-height:30px;}
@media only screen and (max-width:1200px){
.ny_ban .container h1{font-size:38px; line-height:46px;}
.ny_ban .container h3{font-size:15px; line-height:28px;}
}
@media only screen and (max-width:768px){
.ny_ban{height:75vh;}
.ny_ban .container h1{font-size:22px; line-height:32px;}
.ny_ban .container h3{font-size:14px; line-height:24px;}
}

.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:50%; left:50%; margin-top:25px; z-index:99;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%); 
-moz-transform:translate(-50%,-50%); 
-ms-transform:translate(-50%,-50%); 
-o-transform:translate(-50%,-50%);}
.ny_bn .w_z{color:#fff; text-shadow:0 0 15px rgba(0,0,0,.1); padding-left:50%;}
.ny_bn .w_z h3{font-size:44px; font-weight:bold; line-height:54px; margin-bottom:15px;}
.ny_bn .w_z h4{font-size:20px; 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:28px; line-height:32px;}
.ny_bn .w_z h4{font-size:15px; line-height:24px;}
}

.zp_bn{width:100%; height:100vh; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative; overflow:hidden;}
.zp_bn .container{position:absolute; top:50%; left:50%; margin-top:25px; z-index:99;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%); 
-moz-transform:translate(-50%,-50%); 
-ms-transform:translate(-50%,-50%); 
-o-transform:translate(-50%,-50%);}
.zp_bn .w_z{color:#fff; text-align:center; text-shadow:0 0 15px rgba(0,0,0,.1);}
.zp_bn .w_z h3{font-size:56px; font-weight:bold; line-height:66px; margin-bottom:25px;}
.zp_bn .w_z h4{font-size:26px; line-height:36px;}
.zp_bn .w_z h4 em{width:70px; height:2px; background-color:#fff; display:inline-block; vertical-align:middle; margin:-2px 15px 0; opacity:.5;}
@media only screen and (max-width:1200px){
.zp_bn{height:500px;}
.zp_bn .w_z h3{font-size:40px; line-height:50px; margin-bottom:15px;}
.zp_bn .w_z h4{font-size:20px; line-height:30px;}
.zp_bn .w_z h4 em{width:50px;}
}
@media only screen and (max-width:768px){
.zp_bn{height:65vh;}
.zp_bn .w_z h3{font-size:32px; line-height:40px; margin-bottom:10px;}
.zp_bn .w_z h4{font-size:16px; line-height:26px;}
.zp_bn .w_z h4 em{width:30px;}
}

.xw_lm{width:100%; background-color:#fff; text-align:center; overflow:hidden;}
.xw_lm ul li{width:20%;}
.xw_lm ul li a{display:inline-block; font-size:17px; line-height:80px; position:relative;}
.xw_lm ul li a:hover{color:#182f73;}
.xw_lm ul li a.on{color:#182f73;}
.xw_lm ul li a:after{width:0; height:4px; background-color:#182f73; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.xw_lm ul li a:hover:after{width:100%;}
.xw_lm ul li a.on:after{width:100%;}
@media only screen and (max-width:1200px){
.xw_lm ul li a{font-size:16px; line-height:60px;}
.xw_lm ul li a:after{height:3px;}
}
@media only screen and (max-width:768px){
.xw_lm ul li a{font-size:15px; line-height:50px;}
.xw_lm ul li a:after{height:2px;}
}

.gy_lm{width:100%; background-color:#fff; text-align:center; position:relative;}
.gy_lm.zd{box-shadow:0 0 15px rgba(0,0,0,.05); position:fixed; top:0; left:0; z-index:99999;}
.gy_lm .dh_an{display:none; width:100%; height:100%; position:absolute; top:0; left:0; padding-left:calc(50% + 36px); z-index:99; text-align:left; line-height:60px;}
.gy_lm .dh_an i{font-size:16px; color:#182f73;}
.gy_lm ul li{width:16.6666666667%;}
.gy_lm ul li a{display:inline-block; font-size:17px; line-height:80px; position:relative;}
.gy_lm ul li a:hover{color:#182f73;}
.gy_lm ul li.active a{color:#182f73;}
.gy_lm ul li a:after{width:0; height:4px; background-color:#182f73; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_lm ul li a:hover:after{width:100%;}
.gy_lm ul li.active a:after{width:100%;}
.gy_lm .ej_lm{display:none;}
@media only screen and (max-width:1200px){
.gy_lm ul li a{font-size:16px; line-height:60px;}
.gy_lm ul li a:after{height:3px;}
}
@media only screen and (max-width:768px){
.gy_lm .dh_an{display:block;}
.gy_lm ul li{width:100px; display:none;}
.gy_lm ul li.active{display:inline-block;}
.gy_lm ul li a{font-size:14px;}
.gy_lm ul li a:hover{color:#333;}
.gy_lm ul li a:after{height:2px;}
.gy_lm ul li a:hover:after{width:0;}
.gy_lm .ej_lm{width:140px; padding:0 10px; background-color:#fff; border-radius:0 0 15px 15px; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:60px; left:50%; margin-left:-70px; z-index:9999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_lm .ej_lm.on{display:block;}
.gy_lm .ej_lm ul li{width:100%; border-top:1px solid #eee; padding:8px 0; display:block;}
.gy_lm .ej_lm a{font-size:13px; color:#333; line-height:34px; text-align:center; display:block;}
.gy_lm .s_q{text-align:center; color:#182f73; line-height:50px; display:block;}
.gy_lm .s_q i{margin-left:10px; font-size:14px; display:inline-block; vertical-align:middle; margin-top:-2px;}
}

.lm_gd{width:100%; height:0;}
.lm_gd.gd{height:80px;}
@media only screen and (max-width:1200px){
.lm_gd.gd{height:60px;}	
}

.sw_hz{width:100%; padding:50px 0 120px; background:url(../images/sw_bj.jpg) no-repeat top center / cover; overflow:hidden;}
.sw_hz .hz_bd{width:100%; padding:50px; background-color:rgba(255,255,255,.05); border-radius:3px;}
.sw_hz .hz_bd ul{margin:0 -25px;}
.sw_hz .hz_bd ul li{width:calc(50% - 50px); margin:0 25px; margin-bottom:40px;}
.sw_hz .hz_bd ul li:last-child{width:100%;}
.sw_hz .hz_bd span{display:block; font-size:15px; color:#fff; margin-bottom:10px;}
.sw_hz .hz_bd .t_x{position:relative;}
.sw_hz .hz_bd .t_x i{width:50px; position:absolute; top:0; left:0; text-align:center; color:#182f73; line-height:56px;}
.sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:26px;}
.sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:20px;}
.sw_hz .hz_bd .t_x input{width:100%; height:56px; border-radius:3px; padding:0 15px 0 50px; background-color:#fff; color:#333; line-height:56px; display:block;}
.sw_hz .hz_bd .t_x textarea{width:100%; height:160px; border-radius:3px; padding:15px 15px 15px 50px; background-color:#fff; color:#333; line-height:26px; display:block; resize:none;}
.sw_hz .hz_bd button{width:150px; height:56px; background-color:#16389b; border-radius:3px; margin:0 auto; font-size:17px; line-height:56px; text-align:center; color:#fff; outline:none; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sw_hz .hz_bd button:hover{background-color:#182f73;}
@media only screen and (max-width:1200px){
.sw_hz{padding:30px 0 80px;}
.sw_hz .hz_bd{padding:40px;}
.sw_hz .hz_bd ul{margin:0 -15px;}
.sw_hz .hz_bd ul li{width:calc(50% - 30px); margin:0 15px; margin-bottom:30px;}
.sw_hz .hz_bd span{font-size:14px;}
.sw_hz .hz_bd .t_x i{font-size:20px; line-height:50px;}
.sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:24px;}
.sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:18px;}
.sw_hz .hz_bd .t_x input{height:50px; line-height:50px;}
.sw_hz .hz_bd .t_x textarea{height:134px; padding:12px 15px 12px 50px;}
.sw_hz .hz_bd button{width:130px; height:46px; font-size:16px; line-height:46px;}
}
@media only screen and (max-width:768px){
.sw_hz{padding:20px 0 70px;}
.sw_hz .hz_bd{padding:30px;}
.sw_hz .hz_bd ul{margin:0;}
.sw_hz .hz_bd ul li{width:100%; margin:0; margin-bottom:20px;}
.sw_hz .hz_bd .t_x textarea{height:108px;}
}

.xw_zx{width:100%; padding:80px 0; position:relative; background-color:#f7f7f7; overflow:hidden;}
.xw_zx .xw_lb ul li{margin-bottom:30px; padding:20px; background-color:#fff; 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;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-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);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-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:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_zx .w_z h3 a{color:#000;}
.xw_zx .w_z h3 a:hover{color:#182f73;}
.xw_zx .w_z span{color:#aaa;}
.xw_zx .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;
-moz-line-clamp:3;
-ms-line-clamp:3;
-o-line-clamp:3;
-webkit-box-orient:vertical;}
@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:768px){
.xw_zx{padding:40px 0 60px;}
.xw_zx .t_p{width:100%; height:auto;}
.xw_zx .w_z{width:100%; margin-top:15px;}
.xw_zx .w_z h3{font-size:18px; 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;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-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;}
}

.scroll-floor{width:100%; overflow:hidden;}

.gs_bt{text-align:center; margin-bottom:50px;}
.gs_bt h3{font-size:30px; font-weight:bold; color:#000; line-height:40px;}
.gs_bt h4{font-size:16px; color:#aaa; text-transform:uppercase; line-height:26px;}
@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{padding:90px 0; background-color:#f7f7f7;}
.gs_js .gs_wz{width:46%;}
.gs_js .gs_wz h3{font-size:30px; font-weight:bold; color:#000; line-height:40px;}
.gs_js .gs_wz h4{font-size:16px; color:#aaa; text-transform:uppercase; line-height:26px;}
.gs_js .gs_wz .w_z{font-size:15px; line-height:32px; text-align:justify; margin-top:35px;}
.gs_js .gs_tp{width:46%;}
.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:50px 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_wh{padding:80px 0;}
.gs_wh .zc_nr{width:45%; position:relative;}
.gs_wh .zc_nr img{width:100%; height:100%; display:block; position:absolute; top:0; left:0;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.gs_wh .zc_nr:after{width:100%; height:100%; background-color:#000; position:absolute; top:0; left:0; content:""; opacity:0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_wh .zc_nr:hover:after{opacity:.5;}
.gs_wh .yc_nr{width:55%;}
.gs_wh .yc_xx{position:relative;}
.gs_wh .yc_xx img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.gs_wh .yc_xx:after{width:100%; height:100%; background-color:#000; position:absolute; top:0; left:0; content:""; opacity:0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_wh .yc_xx:hover:after{opacity:.5;}
.gs_wh .w_z{width:100%; padding:45px 30px 25px; color:#fff; position:absolute; bottom:0; left:0; z-index:99;
background-image:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
background-image:-moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
background-image:-ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
background-image:-o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
background-image:linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_wh .yc_xx:hover .w_z{background:none; bottom:50%; text-align:center;
transform:translateY(50%);
-webkit-transform:translateY(50%);
-moz-transform:translateY(50%);
-ms-transform:translateY(50%);
-o-transform:translateY(50%);}
.gs_wh .zc_nr:hover .w_z{background:none; bottom:50%; text-align:center;
transform:translateY(50%);
-webkit-transform:translateY(50%);
-moz-transform:translateY(50%);
-ms-transform:translateY(50%);
-o-transform:translateY(50%);}
.gs_wh .w_z h3{font-size:20px; font-weight:bold; line-height:28px;} 
.gs_wh .w_z h4{font-size:13px; text-transform:uppercase; font-weight:bold; line-height:22px; opacity:.5;}
.gs_wh .w_z p{margin-top:10px; font-size:16px; line-height:26px; display:none;}
.gs_wh .yc_xx:hover .w_z p{display:block;}
.gs_wh .zc_nr:hover .w_z p{display:block;}
@media only screen and (max-width:1200px){
.gs_wh{padding:60px 0;}
}
@media only screen and (max-width:768px){
.gs_wh{padding:50px 0;}
.gs_wh .zc_nr{width:100%; height:25vh;}
.gs_wh .zc_nr img{width:100%; height:100%; display:block; position:relative; top:auto; left:auto;}
.gs_wh .zc_nr:after{width:100%; height:100%; background-color:#000; position:absolute; top:0; left:0; content:""; opacity:0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_wh .zc_nr:hover:after{opacity:.5;}
.gs_wh .yc_nr{width:100%;}
.gs_wh .yc_xx{height:25vh;}
.gs_wh .w_z{padding:35px 20px 25px;}
.gs_wh .w_z h3{font-size:18px; line-height:26px;} 
.gs_wh .w_z p{margin-top:6px; font-size:14px; line-height:22px;}
}

.gs_ry{padding:80px 0 70px; background-color:#f7f7f7;}
.gs_ry .ry_zs{position:relative;}
.gs_ry .ry_zs .swiper-ry{padding-bottom:40px;}
.gs_ry .ry_zs .swiper-slide{padding:15px; background-color:#fff;}
.gs_ry .ry_zs .swiper-button-prev{width:40px; height:40px; border-radius:50%; background:#fff url(../images/zj1.png) no-repeat center / 30px 30px; left:-55px; margin-top:-20px;}
.gs_ry .ry_zs .swiper-button-next{width:40px; height:40px; border-radius:50%; background:#fff url(../images/yj1.png) no-repeat center / 30px 30px; right:-55px; margin-top:-20px;}
.gs_ry .ry_zs .swiper-pagination{bottom:0;}
.gs_ry .ry_zs .t_p{width:100%; overflow:hidden;}
.gs_ry .ry_zs .t_p img{width:100%; height:auto; display:block;}
.gs_ry .ry_zs .w_z{font-size:16px; color:#777; line-height:30px; text-align:center; margin-top:15px;}
@media only screen and (max-width:1200px){
.gs_ry{padding:60px 0 50px;}
.gs_ry .ry_zs .swiper-ry{padding-bottom:30px;}
.gs_ry .ry_zs .swiper-button-prev{display:none;}
.gs_ry .ry_zs .swiper-button-next{display:none;}
.gs_ry .ry_zs .w_z{font-size:15px; line-height:26px; margin-top:10px;}
}
@media only screen and (max-width:1200px){
.gs_ry{padding:50px 0 40px;}
.gs_ry .ry_zs .swiper-slide{padding:10px;}
.gs_ry .ry_zs .w_z{font-size:14px;}
}

.gs_lc{padding:80px 0;}
.gs_lc .lc_zs{position:relative; overflow:hidden;}
.gs_lc .lc_zs:after{width:1px; height:100%; background-color:#eee; position:absolute; top:0; left:210px; content:""; z-index:-1;}
.gs_lc .lc_sj{width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:40px;}
.gs_lc .lc_nf{width:160px; font-size:26px; color:#333; line-height:36px; text-align:right; position:relative;}
.gs_lc .lc_nf:after{width:12px; height:12px; border-radius:50%; background-color:#182f73; position:absolute; top:12px; right:-56px; content:"";}
.gs_lc .lc_yf{width:calc(100% - 220px); font-size:15px; line-height:26px; padding:5px 0;}
.gs_lc .lc_yf ul li{display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:30px;}
.gs_lc .lc_yf .y_f{width:80px; text-align:right;}
.gs_lc .lc_yf .s_j{width:calc(100% - 120px);}
@media only screen and (max-width:1200px){
.gs_lc{padding:60px 0;}
.gs_lc .lc_zs:after{left:130px;}
.gs_lc .lc_sj{width:100%; margin-bottom:20px;}
.gs_lc .lc_nf{width:100px; font-size:22px; line-height:32px;}
.gs_lc .lc_nf:after{width:10px; height:10px; top:11px; right:-35px;}
.gs_lc .lc_yf{width:calc(100% - 150px); font-size:14px; line-height:22px;}
.gs_lc .lc_yf ul li{margin-bottom:20px;}
.gs_lc .lc_yf .y_f{width:70px;}
.gs_lc .lc_yf .s_j{width:calc(100% - 100px);}
}
@media only screen and (max-width:768px){
.gs_lc{padding:50px 0;}
.gs_lc .lc_zs:after{left:100px;}
.gs_lc .lc_sj{width:100%; margin-bottom:20px;}
.gs_lc .lc_nf{width:80px; font-size:16px; line-height:30px;}
.gs_lc .lc_nf:after{width:10px; height:10px; top:11px; right:-25px;}
.gs_lc .lc_yf{width:calc(100% - 100px); font-size:14px; line-height:22px;}
.gs_lc .lc_yf ul li{margin-bottom:20px;}
.gs_lc .lc_yf .y_f{width:100%; padding-left:15px; text-align:left;}
.gs_lc .lc_yf .s_j{width:100%; padding-left:15px;}
}

.gs_hb{padding:80px 0; background-color:#f7f7f7;}
.gs_hb .hb_lb ul{margin:0 -10px;}
.gs_hb .hb_lb ul li{width:20%; padding:0 10px; margin-bottom:20px;}
.gs_hb .hb_lb img{width:100%; height:auto; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_hb .hb_lb ul li:hover img{opacity:.8;}
@media only screen and (max-width:1200px){
.gs_hb{padding:60px 0;}
.gs_hb .hb_lb ul{margin:0 -5px;}
.gs_hb .hb_lb ul li{padding:0 5px; margin-bottom:10px;}
}
@media only screen and (max-width:768px){
.gs_hb{padding:50px 0;}
.gs_hb .hb_lb ul li{width:25%;}
}
@media only screen and (max-width:480px){
.gs_hb .hb_lb ul{margin:0 -3px;}
.gs_hb .hb_lb ul li{padding:0 3px; margin-bottom:6px;}
}

.gs_lx{padding:90px 0;}
.gs_lx .lx_wz{width:40%;}
.gs_lx .lx_wz h3{font-size:30px; font-weight:bold; color:#000; line-height:40px;}
.gs_lx .lx_wz h4{font-size:16px; color:#aaa; text-transform:uppercase; line-height:26px; margin-bottom:35px;}
.gs_lx .lx_wz ul li{font-size:16px; line-height:30px; margin-top:10px; padding-left:50px; position:relative;}
.gs_lx .lx_wz ul li i{width:40px; position:absolute; top:0; left:0; font-size:20px; color:#ccc; text-align:center; line-height:30px;}
.gs_lx .lx_wz ul li i.icon-dizhi1{font-size:24px;}
.gs_lx .lx_wz ul li i.icon-dianhua{font-size:24px;}
.gs_lx .lx_tp{width:52%;}
.gs_lx .lx_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1200px){
.gs_lx{padding:60px 0;}
.gs_lx .lx_wz{width:44%;}
.gs_lx .lx_wz h3{font-size:26px; line-height:36px;}
.gs_lx .lx_wz h4{font-size:15px; margin-bottom:30px;}
.gs_lx .lx_wz ul li{font-size:15px; line-height:28px; padding-left:35px;}
.gs_lx .lx_wz ul li i{width:30px; font-size:18px; line-height:28px;}
.gs_lx .lx_wz ul li i.icon-dizhi1{font-size:22px;}
.gs_lx .lx_wz ul li i.icon-dianhua{font-size:22px;}
.gs_lx .lx_tp{width:50%;}
}
@media only screen and (max-width:640px){
.gs_lx{padding:50px 0;}
.gs_lx .lx_wz{width:100%;}
.gs_lx .lx_wz h3{font-size:22px; line-height:32px; text-align:center;}
.gs_lx .lx_wz h4{font-size:14px; margin-bottom:20px; text-align:center;}
.gs_lx .lx_wz ul li{font-size:14px; line-height:26px;}
.gs_lx .lx_tp{width:100%; margin-bottom:25px;}
}

.rz_zw{padding:80px 0 70px; background-color:#f7f7f7;}
.rz_zw .zw_fl{width:calc(33.3333333333% - 30px); margin:0 15px 30px; background-color:#242b45; background-position:center; background-repeat:no-repeat; background-size:cover; padding:35px 30px; position:relative;}
.rz_zw .zw_fl:after{width:100%; height:100%; position:absolute; top:0; left:0; content:"";
background-image:-webkit-linear-gradient(left, rgba(36,43,69,0), rgba(36,43,69,1));
background-image:-moz-linear-gradient(left, rgba(36,43,69,0), rgba(36,43,69,1));
background-image:-ms-linear-gradient(left, rgba(36,43,69,0), rgba(36,43,69,1));
background-image:-o-linear-gradient(left, rgba(36,43,69,0), rgba(36,43,69,1));
background-image:linear-gradient(left, rgba(36,43,69,0), rgba(36,43,69,1));}
.rz_zw .zw_fl h3{font-size:26px; line-height:32px; font-weight:bold; margin-bottom:10px;}
.rz_zw .zw_fl p{font-size:16px; line-height:26px;}
.rz_zw .zw_fl p em{padding:0 5px;}
.rz_zw .zw_fl i{font-size:26px; line-height:30px; position:absolute; top:50%; right:-10px; margin-top:-15px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.rz_zw .zw_fl:hover i{right:0;}
.rz_zw .zw_fl a{color:#fff; display:block; position:relative; z-index:99;}
@media only screen and (max-width:1200px){
.rz_zw{padding:60px 0 50px;}
.rz_zw .row{margin:0 -10px;}
.rz_zw .zw_fl{width:calc(33.3333333333% - 20px); margin:0 10px 20px; padding:30px 25px;}
.rz_zw .zw_fl h3{font-size:22px; line-height:30px; margin-bottom:5px;}
.rz_zw .zw_fl p{font-size:15px; line-height:22px;}
.rz_zw .zw_fl i{font-size:20px; line-height:26px; margin-top:-13px;}
}
@media only screen and (max-width:640px){
.rz_zw{padding:50px 0 40px;}
.rz_zw .row{margin:0;}
.rz_zw .zw_fl{width:100%; margin:0 0 20px;}
.rz_zw .zw_fl h3{font-size:22px; line-height:30px; margin-bottom:5px;}
.rz_zw .zw_fl p{font-size:15px; line-height:22px;}
.rz_zw .zw_fl i{font-size:20px; line-height:26px; margin-top:-13px;}
}

.zp_lc{padding:90px 0; background:url(../images/lc_bj.jpg) no-repeat center / cover; overflow:hidden;}
.zp_lc .gs_bt h3{color:#fff;}
.zp_lc .gs_bt h4{color:#fff;}
.zp_lc .lc_lb ul li{width:15%; text-align:center; color:#fff;}
.zp_lc .lc_lb .t_b{width:110px; height:110px; border-radius:50%; border:2px solid #fff; background-color:rgba(255,255,255,.1); margin:0 auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zp_lc .lc_lb ul li:hover .t_b{transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-ms-transform:rotateY(180deg);
-o-transform:rotateY(180deg);}
.zp_lc .lc_lb .t_b img{width:100%; height:auto; display:block;}
.zp_lc .lc_lb .w_z h3{font-size:16px; line-height:26px; text-transform:uppercase; margin:15px 0 10px;}
.zp_lc .lc_lb .w_z p{line-height:26px;}
@media only screen and (max-width:1200px){
.zp_lc{padding:70px 0;}
.zp_lc .lc_lb .t_b{width:90px; height:90px;}
.zp_lc .lc_lb .w_z h3{font-size:15px; margin:15px 0 5px;}
.zp_lc .lc_lb .w_z p{line-height:22px;}
}
@media only screen and (max-width:640px){
.zp_lc{padding:60px 0 40px;}
.zp_lc .lc_lb ul li{width:30%; margin-bottom:20px;}
.zp_lc .lc_lb .t_b{width:70px; height:70px;}
}

.zp_lb{width:100%; padding:40px 0 60px; background-color:#f7f7f7; overflow:hidden;}
.zp_lb .zc_lb{width:calc(100% - 290px); padding:25px 25px 50px; background-color:#fff;}
.zp_lb .zp_bt{font-size:20px; line-height:26px; color:#000; margin-bottom:50px;}
.zp_lb .zp_sx{margin-bottom:50px;}
.zp_lb .zp_sx h3{font-size:18px; line-height:26px; margin-bottom:15px;}
.zp_lb .ss_zw{width:100%; height:52px; border:1px solid #dadce5; border-radius:3px; margin-bottom:20px; display:flex; justify-content:space-between; overflow:hidden;}
.zp_lb .ss_zw input{width:calc(100% - 120px); height:50px; padding:0 15px; font-size:15px; line-height:50px; color:#333; display:block;}
.zp_lb .ss_zw button{width:120px; height:50px; background-color:#182f73; font-size:15px; line-height:50px; color:#fff; text-align:center; outline:none; cursor:pointer; display:block;}
.zp_lb .ss_zw button i{font-size:20px; display:inline-block; vertical-align:middle; margin-right:5px;}
.zp_lb .zp_sx .x_z{width:calc(33.3333333333% - 30px); height:52px; border:1px solid #dadce5; border-radius:3px; margin:0 15px; padding:0 15px; font-size:14px; line-height:50px; position:relative; z-index:99;}
.zp_lb .zp_sx .x_z input{width:100%; height:50px; font-size:15px; line-height:50px; display:block;}
.zp_lb .zp_sx .x_z i{position:absolute; right:10px; top:0; line-height:50px;}
.zp_lb .zp_sx .x_z .e_j{width:100%; max-height:164px; padding:10px 0; box-shadow:0 5px 10px #eee; background-color:#fff; position:absolute; top:52px; left:0; display:none; overflow:auto !important;}
.zp_lb .zp_sx .x_z .e_j span{line-height:36px; padding:0 15px; display:block; cursor:pointer;}
.zp_lb .zp_sx .x_z .e_j span:hover{background-color:#f7f8fa; color:#182f73;}
.zp_lb .gw_lb ul li{padding-bottom:25px; margin-bottom:25px; border-bottom:1px solid #f7f8fa;}
.zp_lb .gw_lb a{display:block; position:relative;}
.zp_lb .gw_lb h3{font-size:18px; line-height:26px; margin-bottom:10px;}
.zp_lb .gw_lb h3 i{width:20px; height:20px; border-radius:3px; background-color:#ff3300; font-size:12px; text-align:center; color:#fff; line-height:20px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
.zp_lb .gw_lb p{line-height:26px; color:#989cb2;}
.zp_lb .gw_lb i.icon-zuojiantou{font-size:20px; line-height:28px; color:#ccc; position:absolute; top:50%; right:0; margin-top:-14px;}
.zp_lb .zp_xq .s_j{line-height:26px; color:#989cb2}
.zp_lb .zp_xq .b_t{font-size:26px; line-height:36px; color:#000; font-weight:bold; margin:10px 0 20px;}
.zp_lb .zp_xq .b_t i{width:26px; height:26px; border-radius:3px; background-color:#ff3300; font-size:16px; text-align:center; color:#fff; line-height:26px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:8px;}
.zp_lb .zp_xq .t_j{padding-bottom:30px; margin-bottom:40px; border-bottom:1px solid #eee;}
.zp_lb .zp_xq .t_j ul{margin:0 -10px;}
.zp_lb .zp_xq .t_j ul li{width:calc(33.33333333% - 20px); margin:0 10px 10px;}
.zp_lb .zp_xq .t_j ul li span{color:#989cb2;}
.zp_lb .zp_xq .x_q{line-height:30px;}
.zp_lb .zp_xq .x_q strong{font-size:17px; color:#333;}
.zp_lb .zp_xq .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; line-height:32px;}
.zp_lb .yc_tj{width:260px;}
.zp_lb .tj_zw{width:100%; padding:25px; background-color:#fff;}
.zp_lb .tj_zw h3{font-size:18px; line-height:26px; color:#000; margin-bottom:16px;}
.zp_lb .tj_zw ul li{display:block; line-height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.zp_lb .tj_zw ul li i{width:20px; height:20px; border-radius:3px; background-color:#ff3300; font-size:12px; text-align:center; color:#fff; line-height:20px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
@media only screen and (max-width:1200px){
.zp_lb{padding:30px 0 50px;}
.zp_lb .zc_lb{width:calc(100% - 260px); padding:20px 20px 40px;}
.zp_lb .zp_bt{font-size:18px; margin-bottom:35px;}
.zp_lb .zp_sx{margin-bottom:35px;}
.zp_lb .zp_sx h3{font-size:16px; margin-bottom:10px;}
.zp_lb .ss_zw{height:46px; margin-bottom:15px;}
.zp_lb .ss_zw input{height:44px; padding:0 12px; font-size:14px; line-height:44px;}
.zp_lb .ss_zw button{height:44px; font-size:14px; line-height:44px;}
.zp_lb .zp_sx .row{margin:0 -10px;}
.zp_lb .zp_sx .x_z{width:calc(33.3333333333% - 20px); height:46px; margin:0 10px; padding:0 10px; line-height:44px;}
.zp_lb .zp_sx .x_z input{height:44px; font-size:14px; line-height:44px;}
.zp_lb .zp_sx .x_z i{line-height:44px;}
.zp_lb .zp_sx .x_z .e_j{top:46px;}
.zp_lb .zp_sx .x_z .e_j span{line-height:32px; padding:0 10px;}
.zp_lb .gw_lb ul li{padding-bottom:20px; margin-bottom:20px;}
.zp_lb .gw_lb h3{font-size:17px;}
.zp_lb .gw_lb p{font-size:13px; line-height:22px;}
.zp_lb .gw_lb i.icon-zuojiantou{font-size:18px;}
.zp_lb .zp_xq .b_t{font-size:24px; line-height:32px; margin:10px 0 15px;}
.zp_lb .zp_xq .b_t i{width:22px; height:22px; font-size:15px; line-height:22px; margin-right:5px;}
.zp_lb .zp_xq .t_j{padding-bottom:20px; margin-bottom:30px;}
.zp_lb .zp_xq .x_q{line-height:28px;}
.zp_lb .zp_xq .x_q strong{font-size:16px;}
.zp_lb .zp_xq .f_y{margin-top:30px; padding-top:20px;}
.zp_lb .yc_tj{width:240px;}
.zp_lb .tj_zw{padding:20px;}
.zp_lb .tj_zw h3{font-size:17px; margin-bottom:10px;}
}
@media only screen and (max-width:768px){
.zp_lb{padding:30px 0 50px;}
.zp_lb .zc_lb{width:100%; padding:0; background:none;}
.zp_lb .zp_bt{font-size:18px; margin-bottom:25px;}
.zp_lb .zp_sx{margin-bottom:15px;}
.zp_lb .zp_sx h3{font-size:15px; margin-bottom:10px;}
.zp_lb .zp_sx .row{margin:0;}
.zp_lb .zp_sx .x_z{width:100%; margin:0 0 15px; padding:0 10px;}
.zp_lb .gw_lb ul li{padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd;}
.zp_lb .gw_lb h3{font-size:16px;}
.zp_lb .gw_lb p{font-size:12px; line-height:22px;}
.zp_lb .gw_lb p span{display:inline-block;}
.zp_lb .zp_xq .b_t{font-size:22px;}
.zp_lb .zp_xq .t_j ul li{width:calc(50% - 20px);}
.zp_lb .zp_xq .x_q{line-height:26px;}
.zp_lb .zp_xq .x_q strong{font-size:15px;}
.zp_lb .yc_tj{display:none;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:36px; padding:0 12px; border-radius:2px; background-color:#fff; line-height:36px; text-align:center; color:#999; display:block;}
.yema.zp_ym ul li a{background-color:#f7f8fa;}
.yema ul li a:hover{background-color:#182f73; color:#fff;}
.yema ul li a.on{background-color:#182f73; color:#fff;}

.tc_sp{width:100%; height:100%; background-color:rgba(0,0,0,.7); position:fixed; top:0; left:0; z-index:99999; display:none;}
.tc_sp .g_b{position:absolute; top:50px; right:50px; cursor:pointer; color:#eee;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.tc_sp .g_b:hover{color:#3498cc;
transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);}
.tc_sp .g_b i{font-size:26px;}
.tc_sp .vd_nr{width:100%; max-width:1200px; padding:0 15px; position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.tc_sp .vd_nr video{width:100%; height:auto; display:block;}
@media only screen and (max-width:768px){
.tc_sp .g_b{top:15px; right:15px;}
}

.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:#182f73; display:inline-block; vertical-align:middle; margin-top:-4px;}
@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;}
}

.footer{width:100%; background-color:#e7e7e7; line-height:26px; color:#555; position:relative; z-index:101;}
.footer a{color:#555;}
.footer a:hover{color:#182f73;}
.footer p{margin-bottom:6px;}
.footer .container{position:relative; z-index:999;}
.footer .ft_dh{border-bottom:1px solid #ccc; 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:#000; 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;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh h3 em.on:after{transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-moz-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;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh h3 em.on:before{transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.footer .ft_lx{width:340px;}
.footer .ft_lm{width:calc(100% - 550px); display:flex; flex-wrap:wrap;}
.footer .ft_lm .cp_fl{width:33.33333333333%;}
.footer .ft_em{width:110px;}
.footer .ft_em img{max-width:110px; height:auto; display:block; margin-top:6px;}
.footer .banquan{padding:30px 0; line-height:22px;}
.footer .banquan span{display:inline-block; margin-right:12px;}
@media only screen and (max-width:1200px){
.footer{line-height:24px;}
.footer .ft_dh{padding:55px 0;}
.footer .ft_dh h3{font-size:17px;}
.footer .ft_lx{width:300px;}
.footer .ft_lm{width:calc(100% - 400px);}
.footer .ft_em{width:100px;}
.footer .ft_em img{max-width:100px;}
.footer .banquan{padding:25px 0;}
}
@media only screen and (max-width:768px){
.footer .ft_dh{padding:15px 0 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%; border-bottom:1px solid #ddd;}
.footer .ft_lx .f_s{padding-bottom:15px;}
.footer .ft_lm{width:100%;}
.footer .ft_lm .cp_fl{width:100%; border-bottom:1px solid #ddd;}
.footer .ft_em{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%;}
}