@charset "utf-8";

*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:Source Han Sans CN,PingFangSC,PingFang SC-Semibold,Hiragino Sans GB,Microsoft YaHei;}
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:Source Han Sans CN,PingFangSC,PingFang SC-Semibold,Hiragino Sans GB,Microsoft YaHei;}
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:#2891b8; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
.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:6px;}
::-webkit-scrollbar-track{background-color:#eee;}
::-webkit-scrollbar-thumb{background-color:#aaa; border-radius:6px;}
::-webkit-scrollbar-thumb:hover{background-color:#2891b8;}
::-webkit-scrollbar-thumb:active{background-color:#2891b8;}

@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;background: #FFFFFF;
transition:all .5s;
-webkit-transition:all .5s;box-shadow: 0 0 20px rgba(0,0,0,.05);}
.header .row{margin:0;}
.header .logo{width:160px; position:relative;}
.header .logo img{width:100%; height:auto; display:block;}
.header .an{width:36px; height:22px; display:none; position:relative;}
.header .an span{width:36px; height:2px; background-color:#000000; 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:flex; flex-wrap:wrap; align-items:center;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-right:40px; position:relative;}
.header .nav #p_r{position:static;}
.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:#000; line-height:86px;}
.header .nav .y_j:after{width:0; height:3px; background-color:#fff; 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:120px; padding:10px 0; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05); position:absolute; top:86px; left:50%; opacity:0; visibility:hidden;
transform:translate(-50%,10px);
-webkit-transform:translate(-50%,10px);}
.header .nav #p_r .e_j{width:100%; max-height:calc(100vh - 86px); padding:50px 0 20px; left:50%; margin-left:0; overflow:hidden; overflow-y:overlay;}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transition:all .2s;
-webkit-transition:all .2s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);}
.header .nav .row{margin:0;}
.header .nav .f_l p a{font-size:14px; line-height:40px; color:#555; text-align:center; display:block;}
.header .nav .f_l p a:hover{background-color:#fafafa; color:#2891b8;}
.header .nav .cp_xl{width:calc(33.33333333% - 30px); margin:0 15px 30px;}
.header .nav .cp_xl .t_p{width:100%; background-color:#f7f7f7; text-align:center;}
.header .nav .cp_xl .t_p img{width:auto; height:180px; display:inline-block;transition:all 1s;
-webkit-transition:all 1s;}
.header .nav .cp_xl .t_p:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.header .nav .cp_xl .b_t{font-size:18px; margin:15px 0;}
.header .nav .cp_xl ul{display:block;}
.header .nav .cp_xl ul li{width:100%; position:relative; padding-left:15px; margin:5px 0; font-size:14px; line-height:20px;}
.header .nav .cp_xl ul li:after{width:6px; height:6px; background-color:#ddd; border-radius:50%; position:absolute; top:12px; left:0; content:"";}
.header .nav .cp_xl ul li a{color:#777; line-height:30px;}
.header .nav .cp_xl ul li a:hover{color:#2891b8;}
.header .nav .s_b{display:none;}
.header .yc_nr{display:flex; flex-wrap:wrap; align-items:center;}
.header .s_ch{line-height:36px; color:#fff; cursor:pointer; display:inline-block; margin-right:30px;
transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch i{font-weight:bold; margin-top:-2px; vertical-align:middle; display:inline-block;}
.header .yy_qh{position:relative;}
.header .yy_qh span.x_z{border:2px solid #000; border-radius:32px; padding:0 15px; font-size:15px; color:#000; line-height:32px; display:inline-block; cursor:pointer;
transition:all .5s;
-webkit-transition:all .5s;}
.header .yy_qh span.x_z i{font-size:14px; color:#000; display:inline-block; vertical-align:middle; margin-left:5px; margin-top:-3px;}
.header .yy_qh .x_l{width:120px; padding:10px 20px; background-color:#fff; box-shadow:0 0 1px rgba(0,0,0,.05); position:absolute; top:60px; left:50%; margin-left:-60px; opacity:0; visibility:hidden; display:inline-block;
transform:translateY(10px);
-webkit-transform:translateY(10px);
transition:all .5s;
-webkit-transition:all .5s;}
.header .yy_qh:hover .x_l{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);}
.header .yy_qh .x_l a{display:block; line-height:32px;}
.header .yy_qh .x_l img{width:auto; height:14px; display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-2px;}
@media only screen and (max-width:1024px){
.header .logo{margin:20px 0;}
.header .an{display:block;}
.header .nav{width:100%; height:calc(100vh - 78px); padding:10px 5% 20px; margin:0; background-color:#f7f7f7; 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:80%; 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:16px; 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 .row{margin:0 -10px;}
.header .nav .e_j{width:100%; height:calc(100vh - 78px); padding:10px 5% 20px; background-color:#f7f7f7; 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 #p_r .e_j{max-width:100%; height:calc(100vh - 78px); max-height:calc(100vh - 78px); padding:10px 5% 20px; left:auto; margin-left:0;
transform:none;
-webkit-transform:none;}
.header .nav .e_j.on{right:0;transform: none !important;
    -webkit-transform: none !important;}
.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:16px; line-height:66px; color:#333; text-align:left; border-bottom:1px solid #ddd;}
.header .nav .f_l p a:hover{color:#333;}
.header .nav .cp_xl{width:calc(33.33333333% - 20px); margin:0 10px 20px;}
.header .nav .cp_xl ul li{border-bottom:0;}
.header .nav .cp_xl .t_p{background-color:#fff;}
.header .nav .cp_xl .t_p img{height:150px;}
.header .nav .s_b{display:block; line-height:50px;}
.header .nav .s_b i{font-size:16px; font-weight:bold;}
.header .s_ch{color:#555;}
.header .yy_qh span.x_z{color:#555; border:1px solid #ddd;}
.header .yy_qh span.x_z i{color:#aaa;}
.header .yy_qh .x_l{top:34px;}
}
@media only screen and (max-width:640px){
.header .logo{width:100px;}
.header .nav{width:100%; height:calc(100vh - 90px);}
.header .nav .e_j{width:100%; height:calc(100vh - 90px);transform: none !important;
    -webkit-transform: none !important;}
.header .nav #p_r .e_j{height:calc(100vh - 90px); max-height:calc(100vh - 90px);}
.header .nav .container{padding:0;}
.header .nav .row{margin:0;}
.header .nav .cp_xl{width:100%; margin:0 0 20px;}
}

.search{width:100%; padding:50px 0; background-color:rgba(16,23,36,.8); position:fixed; top:86px; left:0; z-index:9999999999; display:none;}
.search .sc_gb{position:absolute; top:15px; right:calc(10% + 15px); cursor:pointer; color:#aaa;
transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb:hover{color:#fff;
transform:rotate(360deg);
-webkit-transform:rotate(360deg);}
.search .sc_gb i{font-size:22px;}
.search .sc_nr{width:500px; padding-left:20px; background-color:#fff; border-radius:25px; margin:0 auto; display:flex; justify-content:space-between; overflow:hidden;}
.search input{width:380px; height:50px; font-size:15px; line-height:50px; color:#333;}
.search input::placeholder{color:#999;}
.search button{width:80px; height:50px; line-height:50px; text-align:center; color:#000; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.search button:hover{color:#2891b8;}
.search button i{font-weight:bold;}
@media only screen and (max-width:1080px){
.search{height:calc(100vh - 86px); top:86px;}
.search .sc_bj{padding:80px 0;}
}
@media only screen and (max-width:640px){
.search{height:calc(100vh - 70px); top:70px;}
.search .sc_bj{padding:60px 0;}
.search .sc_gb{top:20px; right:20px;}
.search .sc_gb i{font-size:26px; font-weight:lighter;}
.search .sc_nr{width:90%;}
.search input{width:85%; font-size:15px;}
.search button{width:15%;}
.search button i{font-size:24px; font-weight:lighter;}
}

.head_h{width:100%; height:86px; overflow:hidden;}

.cp_hd{width:100%; height:86px; background-color:#101724; overflow:hidden;}

.pc_ban{width:100%; height:92vh; position:relative; overflow:hidden;}
.pc_ban .swiper-button-prev{width:50px; height:50px; border-radius:50%; border:1px solid rgba(255,255,255,.5); background:url(../images/zj.png) no-repeat center / 40px 40px; left:0; margin-top:-25px; opacity:0; z-index:99;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-prev{left:2%; opacity:1;}
.pc_ban:hover .swiper-button-prev:hover{background-color:rgba(255,255,255,.1);}
.pc_ban .swiper-button-next{width:50px; height:50px; border-radius:50%; border:1px solid rgba(255,255,255,.5); background:url(../images/yj.png) no-repeat center / 40px 40px; right:0; margin-top:-25px; opacity:0; z-index:99;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-next{right:2%; opacity:1;}
.pc_ban:hover .swiper-button-next:hover{background-color:rgba(255,255,255,.1);}
.pc_ban .swiper-pagination{bottom:20px;}
.pc_ban .swiper-pagination-bullet{width:10px; height:10px; border-radius:10px; background-color:#fff; opacity:.6; margin:0 5px !important;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-pagination-bullet-active{width:36px; opacity:1;}
.pc_ban .swiper-slide{overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.pc_ban .container{position:absolute; top:50%; left:50%; z-index:99; text-shadow:0 0 2px rgba(0,0,0,.3); color:#fff;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.pc_ban .bn_wz{width:100%; margin:0 auto;}
.pc_ban .bn_wz h1{font-size:46px; line-height:52px; margin-bottom:25px;}
.pc_ban .bn_wz h3{font-size:20px; line-height:30px;}
.pc_ban .bn_wz a{width:150px; height:50px; background-color:#2891b8; border-radius:3px; font-size:18px; line-height:50px; text-align:center; color:#fff; display:inline-block; margin-top:60px; position:relative;}
.pc_ban .bn_wz a:hover{background-color:rgba(255,255,255,.1);}
@media only screen and (max-width:1330px){
.pc_ban{height:350px;}
.pc_ban .bn_wz h1{font-size:26px; line-height:36px; margin-bottom:6px;}
.pc_ban .bn_wz h3{font-size:18px; line-height:26px;}
.pc_ban .bn_wz a{width:100px; height:32px; border-radius:16px; font-size:14px; line-height:30px; margin-top:15px;}
}
@media only screen and (max-width:1279px){
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .container{width:100%;}
}
@media only screen and (max-width:992px){
.pc_ban{height:300px;}
.pc_ban .bn_wz h1{font-size:22px; line-height:30px;}
.pc_ban .bn_wz h3{font-size:14px; line-height:24px;}
.pc_ban .bn_wz a{width:90px; height:30px; border-radius:15px; font-size:13px; line-height:28px;}
}
@media only screen and (max-width:640px){
.pc_ban{height:220px;}
.pc_ban .bn_wz{width:70%;}
.pc_ban .bn_wz h1{font-size:18px; line-height:26px;}
.pc_ban .bn_wz h3{font-size:13px; line-height:20px;}
.pc_ban .bn_wz a{width:80px; height:28px; border-radius:15px; font-size:12px; line-height:26px;}
}



.xw_xq{width:100%; padding:80px 0; background-color:#fafafa; overflow:hidden; position:relative;}
.xw_xq .xq_nr{padding:40px; background-color:#fff;}
.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:1300px){
.xw_xq{padding:138px 0 60px;}
.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:992px){
.xw_xq{padding:128px 0 50px;}
.xw_xq .xq_nr{padding:25px 20px;}
.xw_xq .xq_nr .b_t{font-size:22px; line-height:32px;}
}

.gy_bt{margin-bottom:50px; text-align:center;}
.gy_bt h1{font-size:40px; font-weight:bold; color:#000; line-height:46px; margin-bottom:10px;}
.gy_bt p{font-size:16px; color:#999; line-height:26px;}
.gy_bt.on h1{color: #FFFFFF;}
.gy_bt.on p{color: #FFFFFF;}
@media only screen and (max-width:1080px){
    .gy_bt{margin-bottom:35px;}
    .gy_bt h1{font-size:32px; line-height:40px; margin-bottom:6px;}
    .gy_bt p{font-size:14px; line-height:24px;}
}
@media only screen and (max-width:768px){
    .gy_bt{margin-bottom:30px;}
    .gy_bt h1{font-size:26px; line-height:36px;}
    .gy_bt p{font-size:13px; line-height:22px;}
}

a.more{width:130px; height:44px; background-color:#fff; border-radius:3px; font-size:16px; line-height:44px; color:#000; text-align:center; display:inline-block;}
a.more:hover{background-color:#2891b8; color:#fff;}
@media only screen and (max-width:1080px){
    a.more{width:110px; height:36px; font-size:15px; line-height:36px;}
}
@media only screen and (max-width:768px){
    a.more{width:100px; height:32px; font-size:14px; line-height:32px;}
}

.sy_bt{text-align:center; margin-bottom:60px;}
.sy_bt h1{font-size:38px; font-weight:bold; color:#000; line-height:46px;}
.sy_bt h3{font-size:20px; color:#555; line-height:30px; font-family:Arial; text-transform:uppercase; margin-bottom:5px;}
.sy_bt h3 em{width:60px; height:2px; border-radius:2px; display:inline-block; vertical-align:middle; background-color:#ddd; margin:-2px 15px 0;}
@media only screen and (max-width:1200px){
    .sy_bt{margin-bottom:45px;}
    .sy_bt h1{font-size:32px; line-height:40px;}
    .sy_bt h3{font-size:16px; line-height:28px;}
    .sy_bt h3 em{width:40px; margin:-2px 10px 0;}
}
@media only screen and (max-width:640px){
    .sy_bt{margin-bottom:35px;}
    .sy_bt h1{font-size:26px; line-height:36px;}
    .sy_bt h3{font-size:15px; line-height:26px;}
    .sy_bt h3 em{width:30px; margin:-2px 6px 0;}
}

.sy_cp{width:100%; padding:70px 0 50px; overflow:hidden;}
.sy_cp .cp_zs{width:100%; position:relative;}
.sy_cp .cp_zs ul{margin:0 -10px;}
.sy_cp .cp_zs ul li{width:calc(25% - 20px); border:1px solid #eee; background-color:#fff; border-radius:3px; padding:30px 20px 20px; margin:0 10px 20px;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_cp .cp_zs ul li:hover{transform:translateY(-10px);
    -webkit-transform:translateY(-10px);}
.sy_cp .cp_zs .t_p{width:86%; margin:0 auto;}
.sy_cp .cp_zs .t_p img{width:100%; height:auto; display:block; margin:0 auto;
    transition:all 1s;
    -webkit-transition:all 1s;}
.sy_cp .cp_zs ul li:hover .t_p img{transform:scale(1.05);
    -webkit-transform:scale(1.05);}
.sy_cp .cp_zs .w_z{width:100%; text-align:center; margin-bottom:20px;}
.sy_cp .cp_zs h3{font-size:24px; line-height:32px; color:#000; margin:10px 0 15px; font-weight:bold; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_cp .cp_zs .n_r{font-size:15px; line-height:26px; color:#777; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_cp .cp_zs span{width:120px; height:36px; background-color:#222; border-radius:18px; font-size:15px; line-height:36px; color:#fff; display:inline-block;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_cp .cp_zs ul li:hover span{background-color:#2891b8;}
@media only screen and (max-width:1080px){
    .sy_cp{padding:50px 0 40px;}
    .sy_cp .cp_zs ul{margin:0 -5px;}
    .sy_cp .cp_zs ul li{width:calc(25% - 10px); padding:20px 10px 15px; margin:0 5px 10px;}
    .sy_cp .cp_zs .w_z{margin-bottom:15px;}
    .sy_cp .cp_zs h3{font-size:20px; line-height:30px; margin:6px 0 10px;}
    .sy_cp .cp_zs .n_r{font-size:14px; line-height:24px;}
    .sy_cp .cp_zs span{width:100px; height:30px; border-radius:15px; font-size:14px; line-height:30px;}
}
@media only screen and (max-width:768px){
    .sy_cp{padding:40px 0 30px;}
    .sy_cp .cp_zs ul li{width:calc(50% - 10px);}
    .sy_cp .cp_zs h3{font-size:17px; line-height:26px; margin:4px 0 6px;}
    .sy_cp .cp_zs .n_r{font-size:13px; line-height:22px;}
    .sy_cp .cp_zs span{width:90px; height:28px; border-radius:14px; font-size:13px; line-height:28px;}
}

.sy_al{width:100%; padding:70px 0 50px; background:url(../images/cp_bj.jpg) no-repeat center / cover; overflow:hidden;}
.sy_al .al_zs{position:relative;}
.sy_al .al_zs ul{margin:0 -10px;}
.sy_al .al_zs ul li{width:calc(25% - 20px); background-color:#000; margin:0 10px 20px; position:relative;}
.sy_al .al_zs .t_p{width:100%; overflow:hidden;}
.sy_al .al_zs .t_p img{width:100%; height:auto; display:block; opacity:.5;
    transition:all 1s;
    -webkit-transition:all 1s;}
.sy_al .al_zs ul li:hover .t_p img{opacity:1;
    transform:scale(1.05);
    -webkit-transform:scale(1.05);}
.sy_al .al_zs .w_z{width:100%; color:#fff; text-align:center; text-shadow:0 0 20px rgba(0,0,0,.5); position:absolute; bottom:30px; left:0;}
.sy_al .al_zs .w_z h3{font-size:22px; line-height:36px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_al .al_zs .w_z h4{font-size:14px; font-weight:normal; text-transform:uppercase; line-height:22px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_al .al_zs .w_z em{width:20px; height:4px; border-radius:4px; background-color:rgba(255,255,255,.3); margin:5px 0 10px; display:inline-block;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_al .al_zs ul li:hover .w_z em{background-color:#2891b8;}
@media only screen and (max-width:1080px){
    .sy_al{padding:50px 0 40px;}
    .sy_al .al_zs ul{margin:0 -5px;}
    .sy_al .al_zs ul li{width:calc(25% - 10px); margin:0 5px 10px;}
    .sy_al .al_zs .w_z{bottom:20px;}
    .sy_al .al_zs .w_z h3{font-size:18px; line-height:28px;}
    .sy_al .al_zs .w_z h4{font-size:12px; line-height:20px;}
    .sy_al .al_zs .w_z em{margin:4px 0;}
}
@media only screen and (max-width:768px){
    .sy_al{padding:40px 0 30px;}
    .sy_al .al_zs ul li{width:calc(50% - 10px);}
    .sy_al .al_zs .w_z{bottom:15px;}
    .sy_al .al_zs .w_z h3{font-size:17px; line-height:26px;}
}

.sy_gy{width:100%; padding:100px 0; overflow:hidden;}
.sy_gy .row{margin:0; align-items:center; justify-content:space-between;}
.sy_gy .sy_bt{text-align:left; margin-bottom:40px;}
.sy_gy .gy_wz{width:47%; font-size:16px; color:#777; line-height:36px;}
.sy_gy .gy_tp{width:47%;}
.sy_gy .gy_tp img{width:100%; height:100%; display:block;
    object-fit:cover;
    object-position:center;
    -webkit-user-select:none;
    user-select:none;}
.sy_gy .yj_zs{margin-top:60px;}
.sy_gy .yj_zs ul{margin:0 -20px; align-items:normal;}
.sy_gy .yj_zs ul li{width:calc(33.33333333% - 40px); margin:0 20px; padding:25px; border-radius:5px; box-shadow:0 0 15px rgba(0,0,0,.05); display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.sy_gy .yj_zs .t_b{width:90px; height:90px; border-radius:50%; background-color:#2891b8;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_gy .yj_zs ul li:hover .t_b{background-color:#2891b8;}
.sy_gy .yj_zs .t_b img{width:100%; height:auto; display:block;}
.sy_gy .yj_zs .w_z{width:calc(100% - 115px);}
.sy_gy .yj_zs .w_z h3{font-size:22px; color:#000; font-weight:bold; margin-bottom:10px;}
.sy_gy .yj_zs .w_z p{font-size:14px; line-height:22px; color:#777;}
@media only screen and (max-width:1200px){
    .sy_gy{padding:70px 0;}
    .sy_gy .row{align-items:normal;}
    .sy_gy .sy_bt{margin-bottom:30px;}
    .sy_gy .gy_wz{width:48%; font-size:15px;line-height:32px;}
    .sy_gy .gy_tp{width:48%;}
    .sy_gy .yj_zs{margin-top:40px;}
    .sy_gy .yj_zs ul{margin:0 -10px; align-items:normal;}
    .sy_gy .yj_zs ul li{width:calc(33.33333333% - 20px); margin:0 10px; padding:25px 20px;}
    .sy_gy .yj_zs .t_b{width:70px; height:70px;}
    .sy_gy .yj_zs .w_z{width:calc(100% - 85px);}
    .sy_gy .yj_zs .w_z h3{font-size:20px; margin-bottom:8px;}
    .sy_gy .yj_zs .w_z p{font-size:15px;}
}
@media only screen and (max-width:992px){
    .sy_gy .yj_zs ul li{display:block;}
    .sy_gy .yj_zs .t_b{margin:0 auto;}
    .sy_gy .yj_zs .w_z{width:100%; text-align:center; margin-top:10px;}
}
@media only screen and (max-width:640px){
    .sy_gy{padding:50px 0 30px;}
    .sy_gy .sy_bt{margin-bottom:25px;}
    .sy_gy .gy_wz{width:100%; font-size:14px;line-height:26px;}
    .sy_gy .gy_tp{width:100%; margin-top:25px;}
    .sy_gy .yj_zs ul{margin:0;}
    .sy_gy .yj_zs ul li{width:100%; margin:0 0 20px; display:flex;}
    .sy_gy .yj_zs .t_b{margin:0;}
    .sy_gy .yj_zs .w_z{width:calc(100% - 85px); text-align:left; margin-top:0;}
}

.sy_fw{width:100%; padding:100px 0; background-color:#232d35; overflow:hidden;}
.sy_fw .sy_bt h1{color:#fff;}
.sy_fw .sy_bt h3{color:#fff;}
.sy_fw .sy_bt h3 em{opacity:.3;}
.sy_fw .fw_zs{display:flex; margin:0 -10px;}
.sy_fw .fw_nr{flex:1; height:440px; background-color:#fff; margin:0 10px; position:relative; overflow:hidden;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_fw .fw_nr:hover{flex:1 1 45%;}
.sy_fw .fw_nr .w_z{width:100%; position:absolute; padding:0 20px; left:0; bottom:10%;}
.sy_fw .fw_nr .w_z strong{font-size:50px; color:#fff; line-height:60px;}
.sy_fw .fw_nr .w_z h1{font-size:22px; color:#fff; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_fw .fw_nr img{min-height:100%; display:block;
    object-fit:cover;
    object-position:top left;
    -webkit-user-select:none;
    user-select:none;}
@media only screen and (max-width:1200px){
    .sy_fw{padding:70px 0;}
    .sy_fw .fw_zs{padding:0; margin:0 -10px;}
    .sy_fw .fw_nr{height:360px;}
    .sy_fw .fw_nr:hover{flex:1 1 45%;}
    .sy_fw .fw_nr .w_z{padding:0 15px;}
    .sy_fw .fw_nr .w_z strong{font-size:40px; line-height:50px;}
    .sy_fw .fw_nr .w_z h1{font-size:18px;}
}
@media only screen and (max-width:992px){
    .sy_fw .fw_zs{flex-wrap:wrap;}
    .sy_fw .fw_nr{flex:none; width:calc(50% - 20px); height:200px; margin:0 10px 20px;}
    .sy_fw .fw_nr:hover{flex:none;}
    .sy_fw .fw_nr .w_z{padding:0 25px;}
    .sy_fw .fw_nr img{height:100%;}
}
@media only screen and (max-width:640px){
    .sy_fw{padding:50px 0 30px;}
    .sy_fw .fw_nr{height:150px;}
    .sy_fw .fw_nr .w_z{padding:0 15px;}
    .sy_fw .fw_nr .w_z strong{font-size:32px; line-height:40px;}
    .sy_fw .fw_nr .w_z h1{font-size:15px;}
}

.sy_xw{width:100%; padding:70px 0; background-color:#f7f7f7; overflow:hidden;}
.sy_xw .row{margin:0 -10px;}
.sy_xw .xw_nr{width:calc(25% - 20px); background-color:#fff; padding:13px; margin:0 10px; position:relative;}
.sy_xw .xw_nr h3{font-size:18px; font-weight:bold; line-height:26px; margin-bottom:10px; overflow:hidden; display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;}
.sy_xw .xw_nr h3 a{color:#000;}
.sy_xw .xw_nr:hover h3 a{color:#2891b8;}
.sy_xw .xw_nr p{font-size:13px; line-height:20px; color:#999; height:40px; margin-bottom:20px; overflow:hidden; display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;}
.sy_xw .xw_nr i{font-size:16px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-left:5px;}
.sy_xw .xw_nr em{display:inline-block; padding:5px 10px 5px 20px; border-radius:0 5px 0 0; position:absolute; left:0; bottom:0; color:#fff; background-color:rgba(0,0,0,.5);}
.sy_xw .xw_nr em:after{width:6px; height:6px; border-radius:50%; background-color:#fff; position:absolute; top:50%; margin-top:-3px; left:8px; content:"";}
.sy_xw .xw_nr .t_p{margin-bottom:10px; overflow:hidden; position:relative;}
.sy_xw .xw_nr .t_p img{width:100%; height:auto; display:block;
    transition:all 1s;
    -webkit-transition:all 1s;}
.sy_xw .xw_nr:hover .t_p img{transform:scale(1.05);
    -webkit-transform:scale(1.05);}
@media only screen and (max-width:1080px){
    .sy_xw{padding:50px 0;}
    .sy_xw .row{margin:0 -5px;}
    .sy_xw .xw_nr{width:calc(25% - 10px); padding:8px; margin:0 5px;}
    .sy_xw .xw_nr h3{font-size:17px; line-height:24px; margin-bottom:6px;}
    .sy_xw .xw_nr h3 a{font-size:17px;}
    .sy_xw .xw_nr p{font-size:12px; margin-bottom:15px;}
    .sy_xw .xw_nr a{font-size:13px;}
    .sy_xw .xw_nr i{font-size:15px; margin-left:3px;}
}
@media only screen and (max-width:768px){
    .sy_xw{padding:40px 0 20px; background-color:#fff;}
    .sy_xw .row{margin:0;}
    .sy_xw .xw_nr{width:100%; background:none; padding:0; margin-bottom:20px; padding-left:38%; position:relative;}
    .sy_xw .xw_nr .t_p{width:36%; height:100%; position:absolute; top:0; left:0;}
    .sy_xw .xw_nr .t_p img{width:100%; height:100%; display:block;
        object-fit:cover;
        object-position:center;
        -webkit-user-select:none;
        user-select:none;}
    .sy_xw .xw_nr h3{font-size:16px; font-weight:normal; margin-bottom:4px;
        line-clamp:1;
        -webkit-line-clamp:1;}
    .sy_xw .xw_nr h3 a{font-size:16px;}
    .sy_xw .xw_nr p{font-size:12px; line-height:20px; height:40px; margin-bottom:5px;}
    .sy_xw .xw_nr i{margin-top:0;}
}

.ny_ban{width:100%; height:400px; background-color:#000; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative; overflow:hidden;}
.ny_ban .container{position:absolute; margin-top:38px; top:50%; left:50%; z-index:99;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);}
.ny_ban .w_z{position:relative; text-align:center;}
.ny_ban .w_z h3{font-size:36px; line-height:44px; color:#fff; margin-bottom:10px;}
.ny_ban .w_z h4{font-size:18px; color:rgba(255,255,255,.7); line-height:28px;}
@media only screen and (max-width:1080px){
    .ny_ban{height:320px;}
    .ny_ban .container{margin-top:0;}
    .ny_ban .w_z h3{font-size:32px; line-height:38px;}
    .ny_ban .w_z h4{font-size:16px; line-height:28px;}
}
@media only screen and (max-width:768px){
    .ny_ban{height:220px;}
    .ny_ban .w_z{width:85%; margin:0 auto;}
    .ny_ban .w_z h3{font-size:20px; line-height:30px;}
    .ny_ban .w_z h4{font-size:13px; line-height:22px;}
}

.ny_gy{width:100%; padding:80px 0; overflow:hidden;}
.ny_gy .gy_wz{width:48%;}
.ny_gy .gy_wz .w_z{font-size:16px; line-height:32px; color:#333; text-align:justify;}
.ny_gy .gy_tp{width:48%; border-radius:10px; overflow:hidden;}
.ny_gy .gy_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1080px){
    .ny_gy{padding:50px 0;}
    .ny_gy .gy_wz{width:48.5%;}
    .ny_gy .gy_wz .w_z{font-size:14px; line-height:26px;}
    .ny_gy .gy_tp{width:48.5%;}
}
@media only screen and (max-width:768px){
    .ny_gy{padding:40px 0;}
    .ny_gy .gy_wz{width:100%; margin-bottom:30px;}
    .ny_gy .gy_tp{width:100%;}
}

.gs_ys{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.gs_ys .ys_nr{width:calc(25% - 30px); margin:0 15px; padding:35px 20px 20px; background-color:#fff; text-align:center;}
.gs_ys .ys_nr h3{font-size:20px; color:#000; margin-bottom:10px;}
.gs_ys .t_b{width:70px; height:70px; border-radius:50%; background-color:#2891b8; margin:0 auto 15px;}
.gs_ys .t_b img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1080px){
    .gs_ys{padding:50px 0;}
    .gs_ys .row{margin:0 -10px;}
    .gs_ys .ys_nr{width:calc(25% - 20px); margin:0 10px; padding:30px 15px 20px;}
    .gs_ys .ys_nr h3{font-size:18px;}
    .gs_ys .t_b{width:60px; height:60px; margin:0 auto 10px;}
}
@media only screen and (max-width:768px){
    .ny_gy{padding:40px 0 30px;}
    .gs_ys .row{margin:0 -5px;}
    .gs_ys .ys_nr{width:calc(50% - 10px); margin:0 5px 10px; padding:25px 10px 15px;}
    .gs_ys .ys_nr h3{font-size:17px;}
    .gs_ys .ys_nr p{font-size:13px; line-height:22px;}
    .gs_ys .t_b{width:56px; height:56px;}
}

.ny_nr{width:100%; padding:60px 0 80px; overflow:hidden;}
.ny_nr .zc_lm{width:280px;}
.ny_nr .lm_nr{padding:25px 20px; border:1px solid #eee;}
.ny_nr .zc_lm h3{font-size:22px; color:#000; line-height:25px; border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px;}
.ny_nr .zc_lm ul li{margin-bottom:20px; border-bottom:1px solid #eee;}
.ny_nr .zc_lm ul li a.y_j{font-size:16px; text-indent:20px; line-height:28px; padding-bottom:20px; display:block; border-radius:3px; position:relative;}
.ny_nr .zc_lm ul li:hover a.y_j{color:#000; text-indent:30px;}
.ny_nr .zc_lm ul li.on a.y_j{color:#000; text-indent:30px;}
.ny_nr .zc_lm ul li a.y_j:after{width:6px; height:6px; border-radius:50%; background-color:#d6dce0; content:""; position:absolute; top:11px; left:0;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ny_nr .zc_lm ul li:hover a.y_j:after{background-color:#000;}
.ny_nr .zc_lm ul li.on a.y_j:after{background-color:#000;}
.ny_nr .zc_lm a.e_j{display:block; padding-bottom:20px; font-size:16px; line-height:28px; position:relative; color:#000;}
.ny_nr .zc_lm i{position:absolute; top:0; right:15px; display:block; font-size:15px; line-height:28px; color:#000; text-align:center;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ny_nr .zc_lm ul li:hover i{transform:rotate(90deg);
    -webkit-transform:rotate(90deg);}
.ny_nr .zc_lm ul li.on i{color:#000;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);}
.ny_nr .zc_lm .s_j{padding-bottom:20px; display:none;}
.ny_nr .zc_lm .s_j p{margin-bottom:2px;}
.ny_nr .zc_lm .s_j p a{font-size:13px; text-indent:20px; line-height:36px; color:#555; display:block; position:relative; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .zc_lm .s_j p a:hover{background-color:#f6f7f8; color:#000; text-indent:25px;}
.ny_nr .zc_lm .s_j p.on a{background-color:#f6f7f8; color:#000; text-indent:25px;}
.ny_nr .zc_lm .s_j p a:after{width:4px; height:4px; border-radius:50%; background-color:#d6dce0; content:""; position:absolute; top:16px; left:10px;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ny_nr .zc_lm .s_j p a:hover:after{background-color:#000;}
.ny_nr .zc_lm .s_j p.on a:after{background-color:#000;}
.ny_nr .yc_nr{width:calc(100% - 310px);}
.ny_nr .ny_ss{width:360px; height:46px; border:1px solid #ddd; margin-bottom:35px; border-radius:5px; display:flex; overflow:hidden;}
.ny_nr .ny_ss input{width:250px; height:44px; padding:0 10px; line-height:44px; display:block;}
.ny_nr .ny_ss button{width:108px; height:44px; text-align:center; background-color:#555; color:#fff; text-align:center; line-height:44px; display:block; outline:none;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ny_nr .ny_ss button:hover{background-color:#000;}
.ny_nr .ny_ss button i{display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
.ny_nr .zl_xz{width:100%;}
.ny_nr .zl_xz ul li{border-bottom:1px dotted #ddd; padding-bottom:20px; margin-bottom:20px; position:relative;}
.ny_nr .zl_xz .m_c{font-size:16px; line-height:22px; padding-left:15px; padding-right:30px;}
.ny_nr .zl_xz .m_c:after{width:6px; height:6px; border-radius:50%; position:absolute; top:8px; left:0; content:""; background-color:#d6dce0;}
.ny_nr .zl_xz a.x_z{position:absolute; top:0; right:0; line-height:26px;}
.ny_nr .zl_xz a.x_z i{font-size:28px;}
.ny_nr .cp_lb{width:100%; position:relative;}
.ny_nr .cp_lb ul{margin:0 -10px;}
.ny_nr .cp_lb ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px; border:1px solid #eee; padding:10px; overflow:hidden; position:relative;}
.ny_nr .cp_lb .t_p img{width:100%; height:auto; display:block;
    transition:all 1s;
    -webkit-transition:all 1s;}
.ny_nr .cp_lb ul li:hover .t_p img{transform:scale(1.05);
    -webkit-transform:scale(1.05);}
.ny_nr .cp_lb .w_z{width:100%; padding:10px; text-align:center;}
.ny_nr .cp_lb h3{font-size:18px; line-height:30px; color:#000; font-weight:bold; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ny_nr .cp_lb ul li:hover h3{color:#2891b8;}
.ny_nr .cp_lb span{width:110px; height:32px; background-color:#eee; border-radius:16px; font-size:13px; line-height:32px; color:#000; display:inline-block;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ny_nr .cp_lb span:hover{background-color:#2891b8; color:#fff;}
@media only screen and (max-width:1080px){
    .ny_nr{padding:40px 0 60px;}
    .ny_nr .ny_bt{margin-bottom:20px; padding:15px; font-size:22px; line-height:26px;}
    .ny_nr .zc_lm{width:230px;}
    .ny_nr .lm_nr{padding:20px 15px;}
    .ny_nr .zc_lm h3{font-size:18px; line-height:20px; padding-bottom:15px; margin-bottom:15px;}
    .ny_nr .zc_lm ul li{margin-bottom:15px;}
    .ny_nr .zc_lm ul li a.y_j{font-size:14px; text-indent:15px; line-height:26px; padding-bottom:15px;}
    .ny_nr .zc_lm ul li:hover a.y_j{text-indent:20px;}
    .ny_nr .zc_lm ul li.on a.y_j{text-indent:20px;}
    .ny_nr .zc_lm ul li a.y_j:after{top:10px;}
    .ny_nr .zc_lm a.e_j{padding-bottom:15px; font-size:14px; line-height:26px;}
    .ny_nr .zc_lm i{right:10px; line-height:26px;}
    .ny_nr .zc_lm .s_j{padding-bottom:15px;}
    .ny_nr .zc_lm .s_j p a{line-height:32px;}
    .ny_nr .zc_lm .s_j p.on a{text-indent:20px;}
    .ny_nr .zc_lm .s_j p a:after{top:14px; left:5px;}
    .ny_nr .yc_nr{width:calc(100% - 250px);}
    .ny_nr .ny_ss{width:320px; margin-bottom:25px;}
    .ny_nr .ny_ss input{width:230px;}
    .ny_nr .ny_ss button{width:88px;}
    .ny_nr .zl_xz .m_c{font-size:15px;}
    .ny_nr .zl_xz a.x_z i{font-size:24px;}
    .ny_nr .cp_lb ul{margin:0 -5px;}
    .ny_nr .cp_lb ul li{width:calc(33.33333333% - 10px); margin:0 5px 10px; padding:5px 10px;}
    .ny_nr .cp_lb .w_z{padding:5px;}
}
@media only screen and (max-width:768px){
    .ny_nr .zc_lm{display:none;}
    .ny_nr .yc_nr{width:100%;}
    .ny_nr .ny_ss{width:100%; margin-bottom:25px;}
    .ny_nr .ny_ss input{width:calc(100% - 110px);}
    .ny_nr .ny_ss button{width:110px; font-size:15px;}
    .ny_nr .zl_xz .m_c{font-size:14px;}
    .ny_nr .cp_lb ul{margin:0 -5px;}
    .ny_nr .cp_lb ul li{width:calc(50% - 10px); margin:0 5px 10px; padding:10px 15px;}
    .ny_nr .cp_lb h3{font-size:15px; font-weight:normal; line-height:26px;}
    .ny_nr .cp_lb .n_r{margin-bottom:10px;}
}

.xw_zx{width:100%; padding:80px 0; position:relative; overflow:hidden;}
.xw_zx .xw_lb ul li{width:calc(33.33333333% - 30px); border-radius:3px; margin:0 15px 30px; background-color:#fff; box-shadow:0 0 20px rgba(0,0,0,.05); overflow:hidden;}
.xw_zx .t_p{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:100%; padding:20px; font-size:16px; text-align:center;}
.xw_zx .w_z h3{font-size:20px; font-weight:bold; text-align:left; line-height:28px; height:56px; margin-bottom:10px; overflow:hidden; display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;}
.xw_zx .xw_lb ul li:hover .w_z h3 a{color:#2891b8;}
.xw_zx .w_z p{font-size:14px; text-align:left; color:#aaa; line-height:22px; height:44px; margin-bottom:30px; overflow:hidden; display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;}
.xw_zx .w_z span{color:#aaa; font-size:13px; line-height:26px; text-align:left; display:block;}
.xw_zx .w_z span i{font-size:14px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
.xw_zx .j_s{padding:20px;}
.xw_zx .j_s h3{font-size:20px; font-weight:bold; line-height:28px; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_zx .j_s p{font-size:14px; color:#aaa; line-height:22px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:1080px){
    .xw_zx{padding:50px 0;}
    .xw_zx .xw_lb ul{margin:0 -10px;}
    .xw_zx .xw_lb ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px;}
    .xw_zx .w_z{padding:15px; font-size:15px;}
    .xw_zx .w_z h3{font-size:18px; height:28px;
        line-clamp:1;
        -webkit-line-clamp:1;}
    .xw_zx .w_z p{margin-bottom:20px;}
    .xw_zx .j_s{padding:15px;}
    .xw_zx .j_s h3{font-size:18px;}
}
@media only screen and (max-width:768px){
    .xw_zx .xw_lb ul li{width:calc(50% - 20px);}
}
@media only screen and (max-width:640px){
    .xw_zx .xw_lb ul li{width:calc(100% - 20px);}
}

.xw_xq{width:100%; padding:80px 0; background-color:#fafafa; overflow:hidden; position:relative;}
.xw_xq .xq_nr{padding:40px; background-color:#fff;}
.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:1080px){
    .xw_xq{padding:50px 0;}
    .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;}
    .xw_xq .xq_nr{padding:25px 20px;}
    .xw_xq .xq_nr .b_t{font-size:22px; line-height:32px;}
}

.cp_xq{width:100%; padding:80px 0; background-color:#fafafa; overflow:hidden;}
.cp_xq .tp_zs{width:44%; position:relative; padding-left:78px;}
.cp_xq .tp_zs img{width:100%; height:auto; display:block;}
.cp_xq .swiper-xt{width:68px; height:100%; position:absolute; top:0; left:0;}
.cp_xq .swiper-xt .swiper-slide{height:68px !important; background-color:#fff; padding:0; border:1px solid #eee; cursor:pointer;}
.cp_xq .swiper-xt img{width:100%; height:100%; display:block;
    object-fit:contain;
    object-position:center;
    -webkit-user-select:none;
    user-select:none;}
.cp_xq .swiper-xt .swiper-slide.on{border:1px solid #2891b8;}
.cp_xq .swiper-xt .swiper-button-prev{width:100%; height:6px; background:none; top:0; left:0; margin:0; z-index:99;}
.cp_xq .swiper-xt .swiper-button-prev:before{content:""; border:6px solid transparent; border-bottom-color:#000; line-height:0; height:0; width:0; position:absolute; left:50%; top:0; margin-left:-6px;}
.cp_xq .swiper-xt .swiper-button-next{width:100%; height:6px; background:none; top:auto; right:auto; bottom:0; left:0; margin:0; z-index:99;}
.cp_xq .swiper-xt .swiper-button-next:before{content:""; border:6px solid transparent; border-top-color:#000; line-height:0; height:0; width:0; position:absolute; left:50%; bottom:0; margin-left:-6px;}
.cp_xq .zs_dt{width:100%; border:1px solid #eee; background-color:#fff; position:relative;}
.cp_xq .xx_cs{width:52%;}
.cp_xq .xx_cs .m_c{font-size:32px; font-weight:bold; color:#333; line-height:44px; margin-bottom:20px;}
.cp_xq .xx_cs .w_z ul{margin-left:20px;}
.cp_xq .xx_cs .w_z ul li{list-style:disc; color:#333; line-height:26px; margin-bottom:10px;}
.cp_xq .xx_cs .a_n{margin-top:20px;}
.cp_xq .xx_cs .a_n a{min-width:120px; display:inline-block; font-size:15px; line-height:42px; text-align:center; color:#fff; padding:0 20px; border-radius:3px;}
.cp_xq .xx_cs .a_n a.g_w{border:1px solid #2891b8; margin-right:15px; color:#2891b8; line-height:40px;}
.cp_xq .xx_cs .a_n a.g_w:hover{background-color:#2891b8; color:#fff;}
.cp_xq .xx_cs .a_n a.j_s{background-color:#2891b8;}
.cp_xq .xx_cs .a_n a.j_s:hover{background-color:#2891b8;}
@media only screen and (max-width:1080px){
    .cp_xq{padding:50px 0;}
    .cp_xq .xx_cs .m_c{font-size:26px; line-height:34px; margin-bottom:15px;}
    .cp_xq .xx_cs .a_n a{min-width:110px; line-height:36px; padding:0 15px;}
    .cp_xq .xx_cs .a_n a.g_w{line-height:34px; margin-right:10px;}
}
@media only screen and (max-width:768px){
    .cp_xq{padding:40px 0;}
    .cp_xq .tp_zs{width:100%; padding-left:68px;}
    .cp_xq .swiper-xt{width:48px;}
    .cp_xq .swiper-xt .swiper-slide{height:48px !important;}
    .cp_xq .zs_dt{padding:30px 0;}
    .cp_xq .xx_cs{width:100%; margin-top:30px;}
    .cp_xq .xx_cs .m_c{font-size:22px; line-height:30px;}
    .cp_xq .xx_cs .w_z ul li{line-height:24px; margin-bottom:5px;}
    .cp_xq .xx_cs .a_n a{line-height:36px; padding:0 10px;}
}

.cp_js{width:100%; padding:80px 0; overflow:hidden;}
.cp_js .hd{width:100%; margin-bottom:30px; border-bottom:1px solid #ddd;}
.cp_js .hd ul{display:flex;}
.cp_js .hd ul li{width:126px; height:46px; font-size:16px; line-height:46px; text-align:center; margin-right:10px;}
.cp_js .hd ul li a{display:block; background-color:#f7f7f7; color:#333;}
.cp_js .hd ul li.on a{background-color:#000; color:#fff;}
.cp_js .js_nr .b_t{font-size:22px; font-weight:bold; color:#000; line-height:32px; margin-bottom:20px;}
.cp_js .js_nr .n_r{line-height:26px; margin-bottom:35px;}
.cp_js .js_nr .n_r img{width:100%; height:auto;}
.cp_js .js_nr table{border:1px solid #eee;}
.cp_js .js_nr td{padding:15px; width:35%;}
.cp_js .js_nr td:nth-child(odd){background-color:#fafafa; width:15%;}
@media only screen and (max-width:1080px){
    .cp_js{padding:50px 0;}
}
@media only screen and (max-width:768px){
    .cp_js{padding:40px 0;}
    .cp_js .hd ul{margin:0 -2px;}
    .cp_js .hd ul li{width:calc(25% - 4px); height:40px; font-size:14px; line-height:40px; margin:0 2px;}
    .cp_js .js_nr .b_t{font-size:18px; line-height:28px; margin-bottom:10px;}
}

.ny_lx{width:100%; padding:80px 0; position:relative; overflow:hidden;}
.ny_lx:after{width:50%; height:100%; background-color:#fafafa; position:absolute; top:0; right:0; content:""; z-index:-1;}
.ny_lx .b_t{margin-bottom:35px;}
.ny_lx .b_t h3{font-size:24px; font-weight:bold; color:#000; line-height:34px; margin-bottom:5px;}
.ny_lx .b_t p{color:#aaa; line-height:26px; text-transform:uppercase;}
.ny_lx .lx_nr{width:44%;}
.ny_lx .lx_nr .x_b{font-size:16px; color:#999; margin-bottom:5px;}
.ny_lx .lx_nr .n_r{line-height:32px; margin-top:20px;}
.ny_lx .lx_nr .x_x strong{font-size:32px; color:#2891b8; display:block;}
.ny_lx .lx_nr .g_z{display:flex;}
.ny_lx .lx_nr .w_m{width:120px; margin-right:20px; margin-top:20px;}
.ny_lx .lx_nr .w_m:last-child{margin-bottom:0;}
.ny_lx .lx_nr .w_m img{width:100%; height:auto; display:block; border:1px solid #ddd;}
.ny_lx .lx_nr .w_m p{margin-top:5px; text-align:center;}
.ny_lx .lx_bd{width:44%;}
.ny_lx .lx_bd .b_d ul li{width:calc(50% - 10px); margin-bottom:20px; position:relative;}
.ny_lx .lx_bd .b_d ul li.q_b{width:100%;}
.ny_lx .lx_bd .b_d input{width:100%; height:56px; padding:0 15px; background-color:#fff; line-height:56px; color:#333; display:block;}
.ny_lx .lx_bd .b_d input::placeholder{color:#999;}
.ny_lx .lx_bd .b_d textarea{width:100%; height:134px; padding:15px; background-color:#fff; line-height:26px; 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:#2891b8; font-size:15px; line-height:46px; color:#fff; margin-right:20px; outline:none;
    transition:all .5s;
    -webkit-transition:all .5s;}
.ny_lx .lx_bd .b_d button:hover{background-color:#2891b8;}
.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:1080px){
    .ny_lx{padding:50px 0;}
    .ny_lx .b_t{margin-bottom:25px;}
    .ny_lx .b_t h3{font-size:20px; line-height:30px;}
    .ny_lx .lx_nr{width:46%;}
    .ny_lx .lx_nr .x_b{font-size:15px;}
    .ny_lx .lx_nr .n_r{line-height:28px; margin-top:15px;}
    .ny_lx .lx_nr .x_x strong{font-size:28px;}
    .ny_lx .lx_nr .w_m{width:100px; margin-right:15px; margin-top:15px;}
    .ny_lx .lx_bd{width:46%;}
    .ny_lx .lx_bd .b_d ul li{width:calc(50% - 7px); margin-bottom:14px;}
    .ny_lx .lx_bd .b_d input{height:50px; line-height:50px;}
    .ny_lx .lx_bd .b_d textarea{height:109px; padding:10px 15px;}
    .ny_lx .lx_bd .b_d button{width:110px; height:40px; font-size:14px; line-height:40px; margin-right:15px;}
}
@media only screen and (max-width:768px){
    .ny_lx{padding:40px 0;}
    .ny_lx:after{display:none;}
    .ny_lx .b_t{margin-bottom:15px;}
    .ny_lx .lx_nr{width:100%; margin-bottom:50px;}
    .ny_lx .lx_bd{width:100%;}
    .ny_lx .lx_bd .b_d ul li{width:100%;}
    .ny_lx .lx_bd .b_d input{background-color:#f7f7f7;}
    .ny_lx .lx_bd .b_d textarea{background-color:#f7f7f7;}
}

.yema{width:100%; margin-top:35px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 10px; background-color:#fafafa; border-radius:5px; line-height:40px; font-size:15px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{color:#fff; background-color:#2891b8;}
.yema ul li a.on{color:#fff; background-color:#2891b8;}
@media only screen and (max-width:768px){
    .yema ul li a{min-width:32px; padding:0 8px; font-size:13px; line-height:32px;}
}

.fh_top{width:40px; height:40px; 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:10px; cursor:pointer; text-align:center; overflow:hidden; z-index:99999; display:none;}
.fh_top i{font-size:30px; color:#2891b8; 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:url(../images/ft_bj.jpg) no-repeat center / cover; line-height:28px; color:rgba(255,255,255,.6); position:relative; z-index:101;}
.footer a{color:rgba(255,255,255,.6);}
.footer a:hover{color:#fff;}
.footer p{margin-bottom:6px;}
.footer .container{position:relative; z-index:999;}
.footer .ft_dh{border-bottom:1px solid rgba(255,255,255,.2); padding:80px 0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_dh h3{font-size:18px; line-height:26px; 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);
    -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;
    -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:30%; margin-right:4%;}
.footer .ft_lm{width:calc(66% - 200px); display:flex; flex-wrap:wrap;}
.footer .ft_lm .cp_fl{width:30%;}
.footer .ft_lm .cp_fl:first-child{width:40%;}
.footer .ft_em{width:120px;}
.footer .ft_em img{max-width:120px; height:auto; display:block; margin-top:8px;}
.footer .banquan{padding:30px 0;}
.footer .banquan span{display:inline-block; margin-right:15px;}
@media only screen and (max-width:1080px){
    .footer{line-height:24px;}
    .footer .ft_dh{padding:55px 0;}
    .footer .ft_dh h3{font-size:17px;}
    .footer .ft_lx{width:280px; margin-right:0;}
    .footer .ft_lm{width:calc(100% - 440px);}
    .footer .ft_em{width:90px;}
    .footer .ft_em img{max-width:90px;}
    .footer .banquan{padding:25px 0;}
}
@media only screen and (max-width:768px){
    .footer .ft_dh{padding:15px 0 0; font-size:13px; line-height:22px;}
    .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.6px; line-height:2.6px; padding:0; margin-bottom:0;}
    .footer .ft_lx{width:100%; border-bottom:1px solid rgba(255,255,255,.15);}
    .footer .ft_lx .f_s{padding-bottom:15px;}
    .footer .ft_lm{width:100%;}
    .footer .ft_lm .cp_fl{width:100%; border-bottom:1px solid rgba(255,255,255,.15);}
    .footer .ft_lm .cp_fl:first-child{width:100%;}
    .footer .ft_em{width:100%;}
    .footer .ft_dh .l_b{display:none; padding-bottom:15px;}
    .footer .banquan{padding:20px 0; text-align:center; font-size:13px; line-height:22px;}
    .footer .banquan .z_c{width:100%;}
    .footer .banquan .y_c{width:100%;}
}

.pc_kf{width:50px; position:fixed; right:5px; bottom:20%; z-index:99999;}
.pc_kf .nr{width:50px; padding:12px 0; border-radius:5px; background-color:#2891b8; text-align:center; margin-bottom:6px; cursor:pointer; position:relative;
    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:100px; padding:5px; border-radius:3px; box-shadow:0 0 10px 0 rgba(55,99,170,.1); background-color:#fff; position:absolute; top:0; right:56px; opacity:0; visibility:hidden; z-index:99;transition:all .5s;
    -webkit-transition:all .5s;}
.pc_kf .ewm.tel{width:170px; padding:10px 15px;}
.pc_kf .nr:hover .ewm{opacity:1; visibility:inherit;}
.pc_kf .ewm img{width:100%;}
.pc_kf .ewm p{font-size:14px; line-height:22px; color:#333; text-align:left; margin:0;}
.pc_kf .ewm strong{color:#2891b8; font-size:18px;}
@media only screen and (max-width:1080px){
    .pc_kf{right:0; display: none;}
}
@media only screen and (max-width:768px){
    .pc_kf{width:100%; border-top:1px solid #ddd; right:0; bottom:0;}
    .pc_kf .nr{width:33.33333333333%; padding:10px 0; height:66px; border:0; border-radius:0; border-right:1px solid #eee; margin-bottom:0;}
    .pc_kf .nr:hover{border:0; border-right:1px solid #eee; background-color:#fff; color:#333;}
    .pc_kf .nr img{width:26px;}
    .pc_kf .nr p{font-size:13px;}
    .pc_kf .ewm{width:100%; height:100vh; padding:0; border-radius:0; box-shadow:none; background-color:rgba(0,0,0,.7); position:fixed; top:0; right:0; opacity:1; visibility:inherit; display:none; justify-content:center; align-items:center;
        transform:none;
        -webkit-transform:none;
        transition:none;
        -webkit-transition:none;}
    .pc_kf .nr:hover .ewm{transform:none;
        -webkit-transform:none;}
    .pc_kf .nr a{width:100%; height:100%; position:absolute; top:0; left:0; z-index:9;}
    .pc_kf .ewm img{width:200px; height:200px; position:absolute; top:50%; left:50%; margin:-100px 0 0 -100px;}
}

.m_r{width:140px; height:44px; margin-top:35px; border-radius:5px; border:1px solid #2891b8; position:relative; overflow:hidden; display:inline-block;
    transition:all .5s;
    -webkit-transition:all .5s;}
.m_r .bg{width:100%; height:100%; position:absolute; left:0; top:0; background-color:#2891b8;
    transition:transform 340ms ease-in-out;
    transform-origin:right center;
    transform:scaleX(0);}
.m_r:hover .bg{transform:scaleX(1); transform-origin:left center;}
.m_r a{font-size:16px; line-height:42px; color:#2891b8; text-transform:uppercase; text-align:center; display:block; position:relative; z-index:9;}
.m_r:hover a{color:#fff;}
.m_r i{font-size:16px; display:inline-block; vertical-align:middle; margin-left:8px; margin-top:-2px;}
@media only screen and (max-width:1200px){
    .m_r{width:120px; height:40px; margin-top:20px; border-radius:3px;}
    .m_r a{font-size:15px; line-height:38px;}
    .m_r i{font-size:15px; margin-left:5px;}
}
@media only screen and (max-width:640px){
    .m_r{width:110px; height:36px; margin-top:15px;}
    .m_r a{font-size:14px; line-height:34px;}
    .m_r i{font-size:14px;}
}

.cp_js .js_nr img{max-width: 100%;height: auto;display: block;}