@charset "utf-8";

@font-face {
  font-family:"MiSans-Normal";
  src:url("../fonts/MiSans-Normal.otf")format("truetype");
}
@font-face {
  font-family:"MiSans-Medium";
  src:url("../fonts/MiSans-Medium.otf")format("truetype");
}
@font-face {
  font-family:"MiSans-Bold";
  src:url("../fonts/MiSans-Bold.otf")format("truetype");
}

*{padding:0px; margin:0px;}
body{font-size:15px; color:#555; font-family:"MiSans-Normal","Source Han Sans CN","Microsoft YaHei", Arial, Helvetica, sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:15px; border:0; background:none; outline:none; vertical-align:middle; font-family:"MiSans-Normal","Source Han Sans CN","Microsoft YaHei", Arial, Helvetica, sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#000; text-decoration:none;
transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#5881bc; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
.middle{vertical-align:middle; margin-top:-3px; margin-right:5px;}
.ds_il{max-width:100%; height:auto; display:inline-block;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
.mg_my{margin:0;}
::placeholder{color:#999;}
@media only screen and (max-width:1440px){
body{font-size:15px;}
input,select,button,textarea{font-size:15px;}
.container, .container-fluid{padding:0 20px;}
}

@media only screen and (max-width:1260px){
html.on{width:100%; height:100vh; overflow:hidden;}
}

.header{width:100%; position:fixed; top:0; left:0; z-index:9999;}
.header.on{background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05);}
.header:hover{background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05);}
.header .row{margin:0;}
.header .logo{width:220px; position:relative;}
.header .logo img{width:100%; height:auto; display:block;}
.header.on .logo img{opacity:0;}
.header:hover .logo img{opacity:0;}
.header .logo img.d_w{position:absolute; top:0; left:0; opacity:0;}
.header.on .logo img.d_w{opacity:1;}
.header:hover .logo img.d_w{opacity:1;}
.header .an{width:32px; height:22px; margin-left:20px; display:none; position:relative;}
.header .an span{width:32px; height:2px; background-color:#333; display:block; position:absolute;}
.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{position:relative;}
.header .nav #p_r{position:static;}
.header .nav .y_j{position:relative; line-height:100px;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; padding:0 35px; font-size:18px; color:#fff; position:relative;}
.header .nav ul li.on .y_j a{color:#5881bc;}
.header.on .nav .y_j{line-height:80px;}
.header.on .nav .y_j a{color:#000;}
.header.on .nav ul li:hover .y_j a{color:#5881bc;}
.header.on .nav ul li.on .y_j a{color:#5881bc;}
.header:hover .nav .y_j a{color:#000;}
.header:hover .nav ul li:hover .y_j a{color:#5881bc;}
.header:hover .nav ul li.on .y_j a{color:#5881bc;}
.header .nav .e_j{width:180px; padding:10px 0; position:absolute; top:100px; left:50%; margin-left:-90px; z-index:99; opacity:0; visibility:hidden;
transform:translateY(-10px);
-webkit-transform:translateY(-10px);}
.header.on .nav .e_j{top:80px;}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transition:all .4s;
-webkit-transition:all .4s;
transform:translateY(0);
-webkit-transform:translateY(0);}
.header .nav .s_j{width:100%; max-height:0; position:absolute; top:100px; left:0; z-index:-9; overflow:hidden;}
.header.on .nav .s_j{top:80px;}
.header .nav ul li:hover .s_j{padding:30px 0 15px; top:70px; z-index:99; max-height:calc(100vh - 180px);
transition:all .4s;
-webkit-transition:all .4s;}
.header.on .nav ul li:hover .s_j{top:50px;}
.header .nav .ej_lm{width:100%; padding:15px 0; background-color:#fff; border-top:1px solid #eee; position:relative; z-index:9;}
.header .nav .ej_lm ul{margin:0;}
.header .nav .ej_lm ul li{margin-right:40px; font-size:18px; line-height:52px;}
.header .nav .ej_lm img{width:auto; height:52px; display:inline-block; vertical-align:middle;
-webkit-filter:grayscale(100%);
filter:grayscale(100%);
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav .ej_lm ul li:hover img{-webkit-filter:grayscale(0);
filter:grayscale(0);}
.header .nav .ej_lm ul li.on img{-webkit-filter:grayscale(0);
filter:grayscale(0);}
.header .nav .ej_lm img.p_j{height:30px;}
.header .nav .ej_lm ul li.on a{color:#5881bc;}
.header .nav .cp_fl{width:100%; background-color:#ececec; box-shadow:0 0 15px rgba(0,0,0,.06); display:flex; justify-content:space-between;}
.header .nav .row{margin:0 -10px;}
.header .nav .f_l p a{font-size:15px; line-height:40px; color:#555; text-align:center; display:block;}
.header .nav .f_l p a:hover{color:#5881bc;}
.header .nav .cp_mc{width:380px; max-height:calc(100vh - 100px); overflow-y:scroll;}
.header .nav .cp_mc::-webkit-scrollbar{width:6px;}
.header .nav .cp_mc::-webkit-scrollbar-track{background-color:#ddd;}
.header .nav .cp_mc::-webkit-scrollbar-thumb{background-color:#aaa; border-radius:6px;}
.header .nav .cp_mc::-webkit-scrollbar-thumb:hover{background-color:#555;}
.header .nav .cp_mc::-webkit-scrollbar-thumb:active{background-color:#5881bc;}
.header .nav .cp_mc ul{display:block;}
.header .nav .cp_mc ul li{border-bottom:1px solid #ddd; margin:0;}
.header .nav .cp_mc a{display:block; position:relative; padding:15px 20px;}
.header .nav .cp_mc ul li.on a{background-color:#5881bc; color:#fff;}
.header .nav .cp_mc a:after{width:0; height:0; border-top:4px solid transparent; border-bottom:4px solid transparent; border-left:4px solid #999; position:absolute; top:50%; right:15px; margin-top:-4px; content:"";
transition:all .2s;
-webkit-transition:all .2s;}
.header .nav .cp_mc ul li.on a:after{border-left:4px solid #fff;}
.header .nav .cp_tp{width:calc(100% - 380px); padding:50px 0; position:relative;}
.header .nav .cp_tp .t_p{width:100%; height:100%; position:absolute; top:0; left:0; opacity:0; visibility:hidden; overflow:hidden;}
.header .nav .cp_tp .t_p.on{opacity:1; visibility:inherit; position:relative;}
.header .nav .cp_tp img{max-width:660px; max-height:50vh; margin:0 auto; display:block;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav .cp_tp .t_p.on img{transform:translateX(0);
-webkit-transform:translateX(0);}
.header .nav .cp_tp p{font-size:32px; font-weight:bold; color:#000; text-align:center;}
.footer .ft_sj img{width:38px;}
.header .nav .s_b{display:none;}
.header .yc_nr{display:flex; flex-wrap:wrap; align-items:center;}
.header .s_ch{margin-right:20px; line-height:36px; color:#fff; cursor:pointer; display:inline-block;
transition:all .5s;
-webkit-transition:all .5s;}
.header.on .s_ch{color:#555;}
.header:hover .s_ch{color:#555;}
.header .s_ch i{font-size:22px; font-weight:bold; margin-top:-2px; vertical-align:middle; display:inline-block;}
.header .zw_wz a{display:block; color:#fff; font-size:20px; text-align:center; line-height:40px; display:inline-block;}
.header.on .zw_wz a{color:#000;}
.header:hover .zw_wz a{color:#000;}
.header .zw_wz a:hover{color:#5881bc;}
.header .nav_bj{width:100%; background-color:#ececec; box-shadow:0 0 15px rgba(0,0,0,.06); position:absolute; top:100px; left:0;}
.header .nav_bj.on{transition:all .2s;
-webkit-transition:all .2s;}
.header.on .nav_bj{top:80px;}
@media only screen and (max-width:1600px){
.header .nav ul li:hover .s_j{max-height:inherit;}
.header .nav .cp_tp{padding:30px 0;}
.header .nav .cp_tp img{max-width:520px; max-height:46vh;}
}
@media only screen and (max-width:1440px){
.header .logo{width:200px;}
.header .nav .y_j a{padding:0 28px; font-size:17px;}
.header .nav .cp_tp img{max-width:400px; max-height:40vh;}
.header .nav .cp_tp p{font-size:26px;}
.header .s_ch{margin-right:15px;}
.header .zw_wz a{font-size:18px;}
}
@media only screen and (max-width:1260px){
.header{background-color:#fff;}
.header .logo{width:200px; margin:25px 0;}
.header .logo img{opacity:0;}
.header .logo img.d_w{opacity:1;}
.header .an{display:block;}
.header .nav{width:100%; height:calc(100vh - 72px); padding:10px 7% 20px; margin:0; background-color:#ececec; position:fixed; top:72px; 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 #p_r{position:relative; z-index:99;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{display:block; margin:0; width:100%; position:absolute; top:0; right:0; font-size:16px; font-weight:bold; text-align:right; line-height:66px; z-index:1;}
.header .nav .y_j a{font-size:16px; color:#333; line-height:66px; text-shadow:none; padding:0; display:block;}
.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 .y_j a:after{display:none;}
.header .nav .e_j{width:100%; height:calc(100vh - 72px); padding:10px 7% 20px; background-color:#ececec; position:fixed; top:72px; left:auto; right:-100%; z-index:9999; overflow:auto; display:block; opacity:1; visibility:inherit;
transition:all .5s;
-webkit-transition:all .5s;
transform:none;
-webkit-transform:none;}
.header .nav .e_j.on{right:0;}
.header .nav .e_j:after{display:none;}
.header .nav .s_j{width:100%; height:calc(100vh - 72px); box-shadow:none; max-height:inherit; padding:10px 7% 20px; background-color:#ececec; position:fixed; top:72px; left:auto; 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.on .nav .s_j{top:72px;}
.header .nav ul li:hover .s_j{padding:10px 7% 20px; top:72px; max-height:inherit;}
.header.on .nav ul li:hover .s_j{top:72px;}
.header .nav .s_j.on{right:0;}
.header .nav .row{margin:0 -5px;}
.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 .ej_lm{padding:10px 0;}
.header .nav .ej_lm .container{max-width:100%; padding:0 20px;}
.header .nav .ej_lm ul{display:flex;}
.header .nav .ej_lm ul li{width:auto; border-bottom:0;}
.header .nav .cp_mc{width:230px;}
.header .nav .cp_tp{width:calc(100% - 230px);}
.header .nav .cp_tp p{font-size:22px;}
.header .nav .s_b{display:block; line-height:50px;}
.header .nav .s_b i{font-size:16px; font-weight:bold;}
.header .s_ch{margin-right:15px; color:#555;}
.header .zw_wz a{color:#555;}
.header .nav_bj{display:none;}
}
@media only screen and (max-width:992px){
.header .logo{width:180px;}
.header .nav{width:100%; height:calc(100vh - 70px); top:70px;}
.header .nav .e_j{width:100%; height:calc(100vh - 70px); top:70px;}
.header .nav #p_r .e_j{height:calc(100vh - 70px); max-height:calc(100vh - 70px);}
.header .nav .container{padding:0;}
.header .nav .row{margin:0 -10px;}
.header .nav .ej_lm{padding:0; border-radius:5px;}
.header .nav .ej_lm .container{padding:0 15px;}
.header .nav .ej_lm ul li{margin-right:20px; font-size:16px; line-height:46px;}
.header .nav .ej_lm img{height:40px;}
.header .nav .ej_lm img.p_j{height:24px;}
.header .nav .cp_fl{box-shadow:none;}
.header .nav .cp_mc{display:none;}
.header .nav .cp_tp{width:100%; padding:0;}
.header .nav .cp_tp .t_p{height:auto; opacity:1; visibility:inherit; position:relative; top:auto; left:auto;}
.header .nav .cp_tp img{max-width:350px;
transform:translateX(0);
-webkit-transform:translateX(0);}
}
@media only screen and (max-width:640px){
.header .nav .cp_tp img{max-width:70%; margin:0 auto;}
.header .nav .cp_tp p{font-size:20px;}
}

.search{width:100%; padding:100px 0; background-color:rgba(0,0,0,.6); position:fixed; top:100px; left:0; z-index:999; display:none;}
.search.on{top:80px;}
.search .sc_gb{position:absolute;top: 50%;right: 50%;line-height:60px;margin-right: -360px;margin-top: -30px;cursor:pointer;color:#fff;transition:all .5s;-webkit-transition:all .5s;}
.search .sc_gb:hover{transform:rotate(360deg);
  -webkit-transform:rotate(360deg);}
.search .sc_nr{width:620px; border-radius:5px; margin:0 auto; position:relative;}
.search .sc_qy{width:100%; margin:0 auto; display:flex; justify-content:space-between;}
.search input{width:520px; height:60px; padding:0 15px; border-radius:5px; background-color:#fff; font-size:18px; line-height:60px; color:#333;}
.search input::placeholder{color:#999;}
.search button{width:90px; height:60px; border-radius:5px; background-color:#fff; line-height:60px; text-align:center; color:#000; outline:none;
  transition:all .5s;
  -webkit-transition:all .5s;}
.search button:hover{background-color:#5881bc; color:#fff;}
.search button i{font-size:26px; font-weight:bold;}
@media only screen and (max-width:1440px){
  .search{padding:60px 0;}
  .search .sc_gb{line-height:50px;margin-top: -25px;margin-right: -290px;}
  .search .sc_nr{width:520px;}
  .search input{width:430px; height:50px; font-size:16px; line-height:50px;}
  .search button{width:80px; height:50px; line-height:50px;}
  .search button i{font-size:22px;}
}
@media only screen and (max-width:1260px){
  .search{padding:50px 0; top:72px;}
  .search.on{top:72px;}
}
@media only screen and (max-width:992px){
  .search{padding:50px 20px; top:70px;}
  .search.on{top:70px;}
}
@media only screen and (max-width:640px){
  .search .sc_gb{top: 10px;right: 26px;line-height:36px;margin: 0;}
  .search .sc_nr{width:100%;}
  .search input{width:calc(100% - 80px);}
  .search button{width:70px;}
  .search button i{font-size:20px;}
}

.head_h{width:100%; height:72px; overflow:hidden; display:none;}
@media only screen and (max-width:1260px){
.head_h{display:block;}
}
@media only screen and (max-width:992px){
.head_h{height:70px;}
}

.xq_hg{width:100%; height:101px; background-color:#333; position:relative; z-index:9; overflow:hidden;}
@media only screen and (max-width:1260px){
.xq_hg{height:72px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05);}
}

.pc_ban{width:100%; height:100vh; position:relative; overflow:hidden;}
.pc_ban .swiper-button-prev{width:50px; height:50px; top:53%; left:3%; margin-top:-25px;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-button-next{width:50px; height:50px; top:53%; right:3%; margin-top:-25px;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-pagination{bottom:20px;}
.pc_ban .swiper-pagination-bullet{width:10px; height:10px; border-radius:10px; background-color:#fff; opacity:.7; margin:0 5px !important;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-pagination-bullet-active{width:36px; background-color:#5881bc; opacity:1;}
.pc_ban img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
.pc_ban video{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
@media only screen and (max-width:1440px){
.pc_ban .swiper-button-prev{width:40px; height:40px; margin-top:-20px;}
.pc_ban .swiper-button-next{width:40px; height:40px; margin-top:-20px;}
.pc_ban .swiper-pagination{bottom:20px;}
.pc_ban .swiper-pagination-bullet{width:10px; height:10px; border-radius:10px; background-color:#fff; opacity:.7; margin:0 5px !important;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-pagination-bullet-active{width:36px; background-color:#5881bc; opacity:1;}
}
@media only screen and (max-width:1260px){
.pc_ban{height:560px;}
.pc_ban .swiper-button-prev{width:32px; height:32px; top:50%; margin-top:-16px;}
.pc_ban .swiper-button-next{width:32px; height:32px; top:50%; margin-top:-16px;}
}
@media only screen and (max-width:992px){
.pc_ban{height:auto;}
.pc_ban .swiper-pagination{bottom:10px;}
.pc_ban .swiper-pagination-bullet{width:8px; height:8px; border-radius:8px; margin:0 3px !important;}
.pc_ban .swiper-pagination-bullet-active{width:16px;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
}

.sy_cp{width:100%; background-color:#ececec; padding:90px 0; position:relative; overflow:hidden;}
.sy_cp .swiper-button-prev{width:40px; height:40px; left:5%; margin-top:-20px; z-index:999; outline:none;}
.sy_cp .swiper-button-prev img{width:100%; height:auto; display:block;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-button-prev:hover img{-webkit-filter: grayscale(0);
filter: grayscale(0);}
.sy_cp .swiper-button-next{width:40px; height:40px; right:5%; margin-top:-20px; z-index:999; outline:none;}
.sy_cp .swiper-button-next img{width:100%; height:auto; display:block;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-button-next:hover img{-webkit-filter: grayscale(0);
filter: grayscale(0);}
.sy_cp .swiper-slide a{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.sy_cp .t_p{width:60%;}
.sy_cp .t_p img{max-width:100%; height:auto; display:block;}
.sy_cp .w_z{width:35%;}
.sy_cp .w_z h1{font-size:70px; font-family:"MiSans-Bold"; color:#000; margin-bottom:30px;}
.sy_cp .w_z p{font-size:22px; font-family:"MiSans-Medium"; color:#555; margin-bottom:10px;}
.sy_cp .w_z span{display:inline-block; margin-top:60px; color:#999;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .w_z span:hover{color:#5881bc;}
.sy_cp .w_z i{font-size:16px; font-weight:bold; color:#999; display:inline-block; vertical-align:middle; margin-top:-2px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .w_z span:hover i{margin-left:10px; color:#5881bc;}
@media only screen and (max-width:1440px){
.sy_cp{padding:70px 0;}
.sy_cp .swiper-button-prev{width:32px; height:32px; left:3%; margin-top:-16px;}
.sy_cp .swiper-button-next{width:32px; height:32px; right:3%; margin-top:-16px;}
.sy_cp .t_p{width:58%;}
.sy_cp .w_z{width:37%;}
.sy_cp .w_z h1{font-size:60px; margin-bottom:20px;}
.sy_cp .w_z p{font-size:18px;}
}
@media only screen and (max-width:1260px){
.sy_cp{padding:60px 0;}
.sy_cp .swiper-button-prev{width:30px; height:30px; margin-top:-15px;}
.sy_cp .swiper-button-next{width:30px; height:30px; margin-top:-15px;}
.sy_cp .w_z h1{font-size:46px; margin-bottom:15px;}
.sy_cp .w_z p{font-size:17px;}
.sy_cp .w_z span{margin-top:50px;}
}
@media only screen and (max-width:992px){
.sy_cp{padding:50px 0;}
.sy_cp .t_p{width:100%;}
.sy_cp .w_z{width:100%; text-align:center;}
.sy_cp .w_z h1{font-size:36px; margin-bottom:10px;}
.sy_cp .w_z p{font-size:15px; margin-bottom:5px;}
.sy_cp .w_z span{margin-top:20px;}
}
@media only screen and (max-width:640px){
}

.sy_lb{width:100%; position:relative; overflow:hidden;}
.sy_lb .container{position:absolute; top:15%; left:50%;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);}
.sy_lb .lb_bt h1{font-size:90px; font-weight:bold; color:#fff; margin-bottom:50px;}
.sy_lb .lb_bt a{width:180px; height:56px; color:#fff; line-height:52px; text-align:center; font-size:18px; border:2px solid #fff; display:block; opacity:.8;}
.sy_lb .lb_bt a:hover{background-color:#5881bc; border:2px solid #5881bc; color:#fff; opacity:1;}
.sy_lb img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
@media only screen and (max-width:1440px){
.sy_lb .lb_bt h1{font-size:76px; margin-bottom:40px;}
.sy_lb .lb_bt a{width:160px; height:50px; line-height:46px; font-size:16px;}
}
@media only screen and (max-width:1260px){
.sy_lb .lb_bt h1{font-size:56px; margin-bottom:35px;}
.sy_lb .lb_bt a{width:140px; height:46px; line-height:44px; font-size:15px; border:1px solid #fff;}
.sy_lb .lb_bt a:hover{border:1px solid #5881bc;}
}
@media only screen and (max-width:992px){
.sy_lb{height:560px;}
.sy_lb .lb_bt h1{font-size:36px; margin-bottom:25px;}
.sy_lb .lb_bt a{width:120px; height:40px; line-height:38px;}
}
@media only screen and (max-width:640px){
.sy_lb{height:360px;}
}

.sy_px{width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; overflow:hidden;}
.sy_px .px_tp{width:60%;}
.sy_px .px_tp img{width:100%; height:auto; display:block;}
.sy_px .px_wz{width:40%; padding:50px 70px;}
.sy_px .px_wz h1{font-size:70px; font-weight:bold; color:#5881bc;}
.sy_px .px_wz p{font-size:18px; color:#999; margin:10px 0 80px;}
.sy_px .px_wz a{width:180px; height:56px; color:#5881bc; line-height:52px; text-align:center; font-size:18px; border:2px solid #5881bc; display:block;}
.sy_px .px_wz a:hover{background-color:#5881bc; color:#fff;}
@media only screen and (max-width:1440px){
.sy_px .px_wz{padding:30px 50px;}
.sy_px .px_wz h1{font-size:52px;}
.sy_px .px_wz p{font-size:16px; margin:10px 0 60px;}
.sy_px .px_wz a{width:160px; height:50px; line-height:46px; font-size:16px;}
}
@media only screen and (max-width:1260px){
.sy_px .px_tp{width:56%;}
.sy_px .px_wz{width:44%; padding:30px 40px;}
.sy_px .px_wz h1{font-size:44px;}
.sy_px .px_wz p{font-size:16px; margin:10px 0 40px;}
.sy_px .px_wz a{width:140px; height:46px; line-height:44px; font-size:15px; border:1px solid #5881bc;}
}
@media only screen and (max-width:992px){
.sy_px .px_tp{width:100%;}
.sy_px .px_wz{width:100%; padding:30px 20px;}
.sy_px .px_wz h1{font-size:32px;}
.sy_px .px_wz p{font-size:15px; margin:10px 0 25px;}
.sy_px .px_wz a{width:120px; height:40px; line-height:38px;}
}

.swiper-pp{width:100%; overflow:hidden;}
.swiper-pp .swiper-slide{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.swiper-pp .swiper-pagination{width:100%; text-align:left; bottom:5%; padding-left:70px;}
.swiper-pp .pp_tp{width:60%;}
.swiper-pp .pp_tp img{width:100%; height:auto; display:block;}
.swiper-pp .pp_wz{width:40%; padding:50px 70px;}
.swiper-pp .pp_wz h1{font-size:70px; font-weight:bold; color:#5881bc;}
.swiper-pp .pp_wz h2{font-size:40px; font-weight:bold; color:#000; margin-top:20px;}
.swiper-pp .pp_wz p{font-size:32px; font-weight:bold; color:#000; margin:20px 0 40px;}
.swiper-pp .pp_wz a{width:180px; height:56px; color:#5881bc; line-height:52px; text-align:center; font-size:18px; border:2px solid #5881bc; display:block;}
.swiper-pp .pp_wz a:hover{background-color:#5881bc; color:#fff;}
@media only screen and (max-width:1440px){
.swiper-pp .swiper-pagination{padding-left:50px;}
.swiper-pp .pp_wz{padding:30px 50px;}
.swiper-pp .pp_wz h1{font-size:52px;}
.swiper-pp .pp_wz h2{font-size:32px; margin-top:15px;}
.swiper-pp .pp_wz p{font-size:26px; margin:15px 0 30px;}
.swiper-pp .pp_wz a{width:160px; height:50px; line-height:46px; font-size:16px;}
}
@media only screen and (max-width:1260px){
.swiper-pp .swiper-pagination{padding-left:40px;}
.swiper-pp .pp_tp{width:56%;}
.swiper-pp .pp_wz{width:44%; padding:30px 40px;}
.swiper-pp .pp_wz h1{font-size:44px;}
.swiper-pp .pp_wz h2{font-size:26px;}
.swiper-pp .pp_wz p{font-size:22px;}
.swiper-pp .pp_wz a{width:140px; height:46px; line-height:44px; font-size:15px; border:1px solid #5881bc;}
}
@media only screen and (max-width:992px){
.swiper-pp{padding-bottom:40px;}
.swiper-pp .swiper-pagination{width:100%; bottom:20px; padding:0 20px;}
.swiper-pp .swiper-slide{flex-direction:column-reverse;}
.swiper-pp .pp_tp{width:100%;}
.swiper-pp .pp_wz{width:100%; padding:30px 20px;}
.swiper-pp .pp_wz h1{font-size:32px;}
.swiper-pp .pp_wz h2{font-size:22px;}
.swiper-pp .pp_wz p{font-size:18px;}
.swiper-pp .pp_wz a{width:120px; height:40px; line-height:38px;}
}

.ny_ban{width:100%; height:100vh; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative; overflow:hidden;}
@media only screen and (max-width:1260px){
.ny_ban{height:500px;}
}
@media only screen and (max-width:992px){
.ny_ban{height:300px;}
}

.ny_bn{width:100%; height:85vh; 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%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.ny_bn .bn_wz{font-size:90px; font-weight:bold; color:#fff; line-height:100px;}
@media only screen and (max-width:1440px){
.ny_bn{height:450px;}
.ny_bn .bn_wz{font-size:65px; line-height:80px;}
}
@media only screen and (max-width:1260px){
.ny_bn{height:400px;}
.ny_bn .bn_wz{font-size:52px; line-height:66px;}
}
@media only screen and (max-width:992px){
.ny_bn{height:300px;}
.ny_bn .bn_wz{font-size:38px; line-height:46px; text-align:center;}
}

.xw_zs{width:100%; padding:50px 30px 100px; overflow:hidden;}
.xw_zs .xw_dt{width:100%; background-color:#fafafa; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;
transition:all .3s;
-webkit-transition:all .3s;}
.xw_zs .xw_dt:hover{box-shadow:0 0 15px rgba(0,0,0,.2);}
.xw_zs .xw_lb ul{margin:0 -10px;}
.xw_zs .xw_lb ul.list{display:flex; flex-wrap:wrap;}
.xw_zs .xw_lb ul li{width:calc(33.33333333% - 20px); margin:20px 10px 0; background-color:#fafafa;
transition:all .3s;
-webkit-transition:all .3s;}
.xw_zs .xw_lb ul li:hover{box-shadow:0 0 15px rgba(0,0,0,.2);}
.xw_zs .dt_tp{width:66.66666667%; overflow:hidden;}
.xw_zs .dt_wz{width:33.33333333%; padding:30px 60px;}
.xw_zs .dt_wz h1{font-size:36px; line-height:44px; margin-bottom:90px;}
.xw_zs .t_p{width:100%; overflow:hidden;}
.xw_zs .w_z{width:100%; padding:35px 25px;}
.xw_zs .w_z h3{font-size:26px; line-height:30px; margin-bottom:80px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_zs .c_z{width:100%; display:flex; justify-content:space-between; align-items:center;}
.xw_zs span{font-size:20px; color:#aaa; line-height:26px; display:block; margin-bottom:10px;}
.xw_zs .xw_lb ul li span{font-size:16px; margin-bottom:0;}
.xw_zs a.more{width:130px; height:40px; color:#5881bc; line-height:38px; text-align:center; font-size:14px; border:1px solid #5881bc; display:block;}
.xw_zs .xw_dt:hover a.more{background-color:#5881bc; color:#fff;}
.xw_zs .xw_lb ul li:hover a.more{background-color:#5881bc; color:#fff;}
.xw_zs img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.xw_zs .xw_dt:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.xw_zs .xw_lb ul li:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.xw_zs .jiazai{margin-top:50px; text-align:center;}
.xw_zs .jiazai a{width:200px; height:60px; color:#5881bc; line-height:56px; text-align:center; font-size:18px; border:2px solid #5881bc; margin:0 auto; display:block;}
.xw_zs .jiazai a:hover{background-color:#5881bc; color:#fff;}
@media only screen and (max-width:1440px){
.xw_zs{padding:50px 30px 80px;}
.xw_zs .dt_tp{width:60%; overflow:hidden;}
.xw_zs .dt_wz{width:40%; padding:30px 50px;}
.xw_zs .dt_wz h1{font-size:30px; line-height:38px; margin-bottom:60px;}
.xw_zs .w_z{padding:30px 20px;}
.xw_zs .w_z h3{font-size:22px; margin-bottom:50px;}
.xw_zs span{font-size:16px;}
.xw_zs .xw_lb ul li span{font-size:15px;}
.xw_zs a.more{width:110px; height:36px; line-height:34px;}
.xw_zs .jiazai{margin-top:40px;}
.xw_zs .jiazai a{width:160px; height:50px; line-height:46px; font-size:16px;}
}
@media only screen and (max-width:1260px){
.xw_zs{padding:40px 2.5% 80px;}
.xw_zs .dt_wz{padding:25px 30px;}
.xw_zs .dt_wz h1{font-size:22px; line-height:30px; margin-bottom:40px;}
.xw_zs .w_z{padding:10px 15px 15px;}
.xw_zs .w_z h3{font-size:18px; margin-bottom:30px;}
.xw_zs span{font-size:14px;}
.xw_zs .xw_lb ul li span{font-size:14px;}
.xw_zs a.more{width:110px; height:32px; line-height:30px;}
.xw_zs .jiazai{margin-top:35px;}
.xw_zs .jiazai a{width:140px; height:46px; line-height:44px; font-size:15px; border:1px solid #5881bc;}
}
@media only screen and (max-width:640px){
.xw_zs{padding:40px 20px 60px;}
.xw_zs .dt_tp{width:100%;}
.xw_zs .dt_wz{width:100%; padding:15px 20px;}
.xw_zs .dt_wz h1{font-size:18px; line-height:28px; margin-bottom:20px;}
.xw_zs .dt_wz .f_x{width:100%; display:flex; justify-content:space-between; align-items:center; flex-direction:row-reverse;}
.xw_zs .dt_wz .f_x span{margin:0;}
.xw_zs .xw_lb ul{margin:0;}
.xw_zs .xw_lb ul li{width:100%; margin:20px 0 0;}
.xw_zs .w_z{padding:15px 20px}
.xw_zs .w_z h3{font-size:18px; line-height:28px; margin-bottom:20px;}
.xw_zs span{font-size:14px;}
.xw_zs .xw_lb ul li span{font-size:14px;}
.xw_zs a.more{width:110px; height:32px; line-height:30px;}
.xw_zs .jiazai{margin-top:30px;}
.xw_zs .jiazai a{width:120px; height:40px; line-height:38px;}
}

.xw_xq{width:100%; padding:80px 0; background-color:#fff; overflow:hidden; position:relative;}
.xw_xq .container{max-width:1230px;}
.xw_xq .xq_nr .b_t{font-size:36px; color:#000; font-family:"MiSans-Bold"; line-height:46px; text-align:center; margin-bottom:25px;}
.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:18px; line-height:32px; color:#333;}
.xw_xq .xq_nr .n_r img{width:100%; height:auto; display:block;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; line-height:32px; text-transform:uppercase;}
.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:1440px){
.xw_xq{padding:60px 0;}
.xw_xq .xq_nr .b_t{font-size:30px; line-height:36px; margin-bottom:15px;}
.xw_xq .xq_nr .x_x{padding-bottom:20px; margin-bottom:30px;}
.xw_xq .xq_nr .n_r{font-size:16px; line-height:28px;}
.xw_xq .xq_nr .f_y{margin-top:30px; padding-top:25px; line-height:30px;}
}
@media only screen and (max-width:1260px){
.xw_xq .container{max-width:95%;}
.xw_xq .xq_nr .b_t{font-size:24px; line-height:34px; margin-bottom:15px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:26px;}
}
@media only screen and (max-width:992px){
.xw_xq{padding:40px 0 60px;}
.xw_xq .container{max-width:100%;}
.xw_xq .xq_nr .b_t{font-size:22px; line-height:32px;}
}

.fw_zc{width:100%; padding:80px 0; overflow:hidden;}
.fw_zc .fw_bt{font-size:36px; font-family:"MiSans-Bold"; text-align:center; color:#000; margin-bottom:40px;}
.fw_zc .sh_fk{width:100%; padding:50px; background-color:#fafafa;}
.fw_zc .sh_fk .xx_bk{margin-bottom:30px;}
.fw_zc .sh_fk .xx_bk p{margin-top:6px; font-size:14px; color:#777; line-height:26px;}
.fw_zc .sh_fk .b_t{font-size:18px; color:#333; line-height:26px;}
.fw_zc .sh_fk .b_d{display:flex; flex-wrap:wrap; margin:0 -15px;}
.fw_zc .sh_fk input{width:calc(33.33333333% - 30px); height:52px; padding:0 15px; margin:20px 15px 0; border:1px solid #ddd; border-radius:5px; line-height:50px; display:block;}
.fw_zc .sh_fk textarea{width:calc(100% - 30px); height:200px; padding:12px 15px; margin:20px 15px 0; border:1px solid #ddd; border-radius:5px; line-height:26px; display:block; resize:none;}
.fw_zc .sh_fk button{width:200px; height:60px; color:#5881bc; line-height:56px; text-align:center; font-size:18px; border:2px solid #5881bc; margin:50px auto 0; display:block; outline:none;
transition:all .3s;
-webkit-transition:all .3s;}
.fw_zc .sh_fk button:hover{background-color:#5881bc; color:#fff;}
.fw_zc .by_zs ul{margin:0 -10px;}
.fw_zc .by_zs ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px; position:relative;}
.fw_zc .by_zs .t_p{width:100%; overflow:hidden;}
.fw_zc .by_zs .w_z{width:100%; padding:15px; background-color:rgba(0,0,0,.7); position:absolute; bottom:0; left:0;}
.fw_zc .by_zs .w_z h3{font-size:20px; line-height:30px; color:#fff; font-weight:normal; margin-bottom:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.fw_zc .by_zs .c_z{width:100%; display:flex; justify-content:space-between; align-items:center;}
.fw_zc .by_zs span{font-size:14px; color:#fff; line-height:26px; display:block; opacity:.6}
.fw_zc .by_zs span.more{width:90px; height:28px; line-height:26px; border-radius:28px; border:1px solid #fff; text-align:center; opacity:1;
transition:all .3s;
-webkit-transition:all .3s;}
.fw_zc .by_zs ul li:hover span.more{background-color:#5881bc; border:1px solid #5881bc;}
.fw_zc .by_zs img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.fw_zc .by_zs ul li:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
@media only screen and (max-width:1440px){
.fw_zc{padding:60px 0;}
.fw_zc .fw_bt{font-size:30px; margin-bottom:30px;}
.fw_zc .sh_fk{padding:40px;}
.fw_zc .sh_fk .xx_bk{margin-bottom:20px;}
.fw_zc .sh_fk .b_t{font-size:17px;}
.fw_zc .sh_fk .b_d{margin:0 -10px;}
.fw_zc .sh_fk input{width:calc(33.33333333% - 20px); height:46px; margin:20px 10px 0; line-height:44px;}
.fw_zc .sh_fk textarea{width:calc(100% - 20px); height:140px; margin:20px 10px 0;}
.fw_zc .sh_fk button{width:160px; height:50px; line-height:46px; font-size:16px; margin:30px auto 0;}
.fw_zc .by_zs .w_z{padding:10px;}
.fw_zc .by_zs .w_z h3{font-size:16px; line-height:26px; margin-bottom:15px;}
}
@media only screen and (max-width:1260px){
.fw_zc{padding:50px 0;}
.fw_zc .fw_bt{font-size:26px; margin-bottom:25px;}
.fw_zc .sh_fk{padding:30px;}
.fw_zc .sh_fk .xx_bk{margin-bottom:15px;}
.fw_zc .sh_fk .b_t{font-size:16px;}
.fw_zc .sh_fk button{width:140px; height:46px; line-height:44px; font-size:15px; border:1px solid #5881bc; margin:25px auto 0;}
.fw_zc .by_zs ul li{width:calc(50% - 20px);}
}
@media only screen and (max-width:640px){
.fw_zc{padding:40px 0;}
.fw_zc .sh_fk{padding:25px;}
.fw_zc .sh_fk .xx_bk p{font-size:12px; line-height:20px;}
.fw_zc .sh_fk .b_d{margin:0 -6px;}
.fw_zc .sh_fk input{width:calc(50% - 12px); height:46px; line-height:44px; padding:0 12px; margin:15px 6px 0;}
.fw_zc .sh_fk textarea{width:calc(100% - 12px); height:100px; margin:15px 6px 0;}
.fw_zc .sh_fk button{width:120px; height:40px; line-height:38px;}
.fw_zc .by_zs ul{margin:0;}
.fw_zc .by_zs ul li{width:100%; margin:0 0 20px}
}

.qg_lb{width:100%; padding:100px 0; background:url(../images/lb_bj.png) no-repeat bottom center / 100% auto; overflow:hidden;}
.qg_lb .row{margin:0;}
.qg_lb .lb_wz{width:calc(100% - 630px);}
.qg_lb .lb_wz a{width:200px; height:60px; color:#5881bc; line-height:56px; text-align:center; font-size:18px; border:2px solid #5881bc; margin-top:40px; display:block;}
.qg_lb .lb_wz a:hover{background-color:#5881bc; color:#fff;}
.qg_lb .lb_bt{font-size:46px; font-family:"MiSans-Bold"; color:#5881bc;}
.qg_lb .lb_sj{margin:90px 0;}
.qg_lb .lb_sj ul li{width:33.33333333%;}
.qg_lb .lb_sj .s_z{font-size:32px; color:#5881bc;}
.qg_lb .lb_sj .s_z b{font-size:46px; line-height:56px; font-weight:normal; font-family:"MiSans-Bold"; display:inline-block; vertical-align:middle; margin-right:6px; margin-top:-2px;}
.qg_lb .lb_sj .x_j{font-size:20px; line-height:22px; color:#555; margin-top:10px;}
.qg_lb .lb_js{font-size:20px; line-height:36px;}
.qg_lb .lb_ts{margin-top:50px; color:#777;}
.qg_lb .lb_tp{width:600px;}
.qg_lb .lb_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
.qg_lb{padding:80px 0;}
.qg_lb .lb_wz{width:calc(100% - 430px);}
.qg_lb .lb_wz a{width:160px; height:50px; line-height:46px; font-size:16px; margin-top:30px;}
.qg_lb .lb_bt{font-size:36px;}
.qg_lb .lb_sj{margin:50px 0;}
.qg_lb .lb_sj .s_z{font-size:26px;}
.qg_lb .lb_sj .s_z b{font-size:38px; line-height:46px;}
.qg_lb .lb_sj .x_j{font-size:18px;}
.qg_lb .lb_js{font-size:18px; line-height:32px;}
.qg_lb .lb_ts{margin-top:35px;}
.qg_lb .lb_tp{width:400px;}
}
@media only screen and (max-width:1260px){
.qg_lb{padding:60px 0;}
.qg_lb .lb_wz a{width:140px; height:46px; line-height:40px; font-size:15px; border:1px solid #5881bc; margin-top:25px;}
.qg_lb .lb_bt{font-size:30px;}
.qg_lb .lb_sj{margin:30px 0;}
.qg_lb .lb_sj .s_z{font-size:22px;}
.qg_lb .lb_sj .s_z b{font-size:32px; line-height:46px;}
.qg_lb .lb_sj .x_j{font-size:16px; margin-top:6px;}
.qg_lb .lb_js{font-size:16px; line-height:28px;}
.qg_lb .lb_ts{margin-top:20px;}
}
@media only screen and (max-width:640px){
.qg_lb{padding:50px 0;}
.qg_lb .lb_wz{width:100%;}
.qg_lb .lb_wz a{width:120px; height:40px; line-height:38px;}
.qg_lb .lb_bt{font-size:26px;}
.qg_lb .lb_sj{margin:25px 0;}
.qg_lb .lb_sj .s_z{font-size:20px;}
.qg_lb .lb_sj .s_z b{font-size:30px; line-height:40px;}
.qg_lb .lb_sj .x_j{font-size:15px;}
.qg_lb .lb_js{font-size:15px; line-height:26px;}
.qg_lb .lb_tp{width:100%; margin-top:20px;}
}

.fw_gy{width:100%; padding:80px 0; background:#5881bc url(../images/dt.png) no-repeat center; color:#fff; overflow:hidden;}
.fw_gy .container{display:flex; justify-content:center;}
.fw_gy .tel{padding-left:100px; position:relative; display:inline-block;}
.fw_gy .tel img{width:80px; height:auto; display:block; position:absolute; left:0; top:50%; margin-top:-36px;}
.fw_gy .tel p{font-size:20px}
.fw_gy .tel strong{font-size:50px; font-weight:bold; line-height:60px;}
@media only screen and (max-width:1440px){
.fw_gy{padding:60px 0;}
.fw_gy .tel{padding-left:80px;}
.fw_gy .tel img{width:60px; margin-top:-28px;}
.fw_gy .tel p{font-size:16px}
.fw_gy .tel strong{font-size:38px; line-height:50px;}
}
@media only screen and (max-width:1260px){
.fw_gy{padding:50px 0;}
.fw_gy .tel strong{font-size:32px; line-height:44px;}
}
@media only screen and (max-width:640px){
.fw_gy{padding:40px 0;}
.fw_gy .tel{padding-left:60px;}
.fw_gy .tel img{width:50px; margin-top:-23px;}
.fw_gy .tel strong{font-size:28px; line-height:40px;}
}

.pp_md{width:100%; overflow:hidden;}
.pp_md .row{margin:0;}
.pp_md .md_bt{width:100%; padding:15px 50px; border-bottom:1px solid #ddd; font-size:36px; font-weight:bold; color:#000;}
.pp_md .md_qy{width:600px; height:750px; padding:0 50px; position:relative;}
.pp_md .md_ss{display:flex; flex-wrap:wrap; justify-content:space-between;}
.pp_md .md_ss select{width:32%; height:56px; font-size:18px;  border-bottom:2px solid #333;}
.pp_md .md_lb{width:calc(100% - 100px); height:calc(100% - 58px); position:absolute; top:58px; left:50px; overflow-y:scroll;}
.pp_md .md_lb::-webkit-scrollbar{width:6px;}
.pp_md .md_lb::-webkit-scrollbar-track{background-color:#ddd;}
.pp_md .md_lb::-webkit-scrollbar-thumb{background-color:#aaa; border-radius:6px;}
.pp_md .md_lb::-webkit-scrollbar-thumb:hover{background-color:#555;}
.pp_md .md_lb::-webkit-scrollbar-thumb:active{background-color:#5881bc;}
.pp_md .md_lb ul li{padding:25px 0; border-bottom:1px solid #ddd; cursor: pointer;}
.pp_md .md_lb ul li.on h3{
  color: #5881bc;
}
.pp_md .md_lb h3{font-size:20px; color:#000; line-height:28px; margin-bottom:15px;}
.pp_md .md_lb p{line-height:26px; font-size:14px;}
.pp_md .md_dt{width:calc(100% - 600px); height:750px;}
@media only screen and (max-width:1440px){
.pp_md .md_bt{padding:15px 35px; font-size:30px;}
.pp_md .md_qy{width:500px; height:700px; padding:0 35px;}
.pp_md .md_ss select{height:52px; font-size:17px;}
.pp_md .md_lb{width:calc(100% - 70px); height:calc(100% - 56px); top:56px; left:35px;}
.pp_md .md_lb ul li{padding:15px 0;}
.pp_md .md_lb h3{font-size:18px; line-height:26px; margin-bottom:10px;}
.pp_md .md_lb p{line-height:22px;}
.pp_md .md_dt{width:calc(100% - 500px); height:700px;}
}
@media only screen and (max-width:1260px){
.pp_md .md_bt{padding:15px 25px; font-size:26px;}
.pp_md .md_qy{width:400px; height:500px; padding:0 25px;}
.pp_md .md_ss select{height:46px; font-size:16px;}
.pp_md .md_lb{width:calc(100% - 50px); height:calc(100% - 50px); top:50px; left:25px;}
.pp_md .md_lb ul li{padding:10px 0;}
.pp_md .md_lb h3{font-size:16px; margin-bottom:6px;}
.pp_md .md_lb p{line-height:22px; font-size:14px;}
.pp_md .md_dt{width:calc(100% - 400px); height:500px;}
}
@media only screen and (max-width:640px){
.pp_md .md_bt{text-align:center; padding:15px 20px;}
.pp_md .md_qy{width:100%; height:360px; padding:0 20px;}
.pp_md .md_ss select{height:44px; font-size:15px;}
.pp_md .md_lb{width:calc(100% - 40px); height:calc(100% - 70px); top:50px; left:20px;}
.pp_md .md_lb ul li{padding:10px 0;}
.pp_md .md_lb h3{font-size:16px; margin-bottom:6px;}
.pp_md .md_lb p{line-height:22px; font-size:14px;}
.pp_md .md_dt{width:100%; height:360px;}
}

.jx_jm{width:100%; position:relative; overflow:hidden;}
.jx_jm .jm_tp{width:100%; position:absolute; top:38vh; left:0;}
.jx_jm .jm_tp .b_t{margin-bottom:8vh; display:flex; flex-wrap:wrap; align-items:center;}
.jx_jm .jm_tp .b_t img.t_a{width:40.07%; margin-right:5%;}
.jx_jm .jm_tp .b_t img.t_b{width:48.93%;}
.jx_jm .jm_tp .w_z{font-size:1.8vw; color:#fff; line-height:1.4;}
.jx_jm .jm_bt{width:100%; position:absolute; bottom:28vh; left:0;}
.jx_jm .jm_bt .t_p{width:19%;}
.jx_jm .jm_bt .w_z{width:78%; margin-left:3%; font-size:1.2vw; color:#fff; line-height:1.4; margin-bottom:15px;}
.jx_jm .jm_bt .w_z img{width:20%;}
.jx_jm .row{margin:0; align-items:flex-end;}
.jx_jm img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
.jx_jm .jm_tp{width:100%; position:absolute; top:38vh; left:0;}
.jx_jm .jm_bt .t_p{width:17%;}
.jx_jm .jm_bt .w_z{width:80%;}
}
@media only screen and (max-width:1260px){
.jx_jm .jm_tp{top:30vh;}
.jx_jm .jm_tp .w_z{font-size:2vw;}
.jx_jm .jm_bt{bottom:20vh;}
.jx_jm .jm_bt .t_p img{width:100%;}
.jx_jm .jm_bt .w_z{font-size:1.6vw;}
.jx_jm img{width:120%;}
}
@media only screen and (max-width:640px){
.jx_jm{height:100vh;}
.jx_jm .jm_tp{top:10%;}
.jx_jm .jm_tp .b_t{margin-bottom:20px;}
.jx_jm .jm_tp .w_z{font-size:15px;}
.jx_jm .jm_bt{bottom:10%;}
.jx_jm .jm_bt .t_p{width:25%; margin-bottom:20px;}
.jx_jm .jm_bt .w_z{width:100%; margin-left:0; font-size:15px; margin-bottom:0;}
.jx_jm .jm_bt .w_z img{width:25%;}
.jx_jm img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
}

.ab_js{width:100%; padding:100px 0 60px; overflow:hidden;}
.ab_js .js_bt{font-size:36px; font-family:"MiSans-Bold"; color:#000; line-height:46px; margin-bottom:40px;}
.ab_js .js_wz{font-size:20px; line-height:32px; margin-bottom:40px;}
.ab_js .js_wz ul li{margin:10px 0;}
.ab_js .js_wz h1{font-size:20px; font-family:"MiSans-Bold"; line-height:36px; color:#000;}
.ab_js .js_tp{margin-bottom:40px; border-radius:10px; overflow:hidden;}
.ab_js .js_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
.ab_js{padding:70px 0 50px;}
.ab_js .js_bt{font-size:30px; line-height:40px; margin-bottom:20px;}
.ab_js .js_wz{font-size:16px; line-height:28px; margin-bottom:30px;}
.ab_js .js_wz ul li{margin:8px 0;}
.ab_js .js_wz h1{font-size:18px; line-height:32px;}
.ab_js .js_tp{margin-bottom:30px; border-radius:5px;}
}
@media only screen and (max-width:1260px){
.ab_js{padding:50px 0 30px;}
.ab_js .js_bt{font-size:26px; line-height:34px; margin-bottom:15px;}
.ab_js .js_wz{font-size:15px; line-height:26px; margin-bottom:20px;}
.ab_js .js_wz h1{font-size:17px; line-height:28px;}
.ab_js .js_tp{margin-bottom:20px;}
}
@media only screen and (max-width:640px){
.ab_js .js_bt{font-size:24px; line-height:30px;}
}

.gs_pp{width:100%; height:100vh; color:#fff; background-position:center; background-repeat:no-repeat; background-size:cover; overflow:hidden; position:relative;}
.gs_pp .pp_js{width:90%; position:absolute; bottom:6%; left:5%; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;}
.gs_pp .pp_js .x_m{width:20%; font-size:30px;}
.gs_pp .pp_js .x_m strong{font-size:56px;}
.gs_pp .pp_js .j_s{width:35%; font-size:24px; line-height:34px;}
.gs_pp .pp_wz{width:90%; position:absolute; top:10%; left:5%; font-size:56px; font-family:"MiSans-Bold"; line-height:66px;}
.gs_pp .pp_bt{width:90%; position:absolute; top:40%; left:5%;}
.gs_pp .pp_bt h1{font-size:30px; font-family:"MiSans-Bold"; line-height:38px;}
.gs_pp .pp_bt h2{font-size:26px; line-height:32px;}
.gs_pp .pp_yw{width:90%; position:absolute; bottom:10%; left:5%; font-size:38px; font-family:"MiSans-Bold"; letter-spacing:2px; line-height:38px; opacity:.7;}
.gs_pp .pp_dz{width:70%; position:absolute; bottom:6%; left:15%; font-size:24px; line-height:34px; text-align:center;}
.gs_pp .pp_db{width:60%; position:absolute; top:25%; left:20%; font-size:24px; line-height:34px; text-align:center;}
.gs_pp .pp_db .t_b{margin-bottom:15px;}
.gs_pp .pp_db .t_b img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
.gs_pp .pp_js{width:94%; bottom:5%; left:3%;}
.gs_pp .pp_js .x_m{font-size:20px;}
.gs_pp .pp_js .x_m strong{font-size:36px;}
.gs_pp .pp_js .j_s{width:45%; font-size:18px; line-height:28px;}
.gs_pp .pp_wz{width:94%; left:3%; font-size:46px; line-height:52px;}
.gs_pp .pp_bt{width:94%; left:3%;}
.gs_pp .pp_bt h1{font-size:26px; line-height:32px;}
.gs_pp .pp_bt h2{font-size:22px; line-height:28px;}
.gs_pp .pp_yw{width:94%; bottom:8%; left:3%; font-size:30px; line-height:30px;}
.gs_pp .pp_dz{width:80%; bottom:5%; left:10%; font-size:18px; line-height:28px;}
.gs_pp .pp_db{width:50%; left:25%; font-size:20px; line-height:30px;}
}
@media only screen and (max-width:1260px){
.gs_pp{max-height:600px;}
.gs_pp .pp_js .x_m{font-size:18px;}
.gs_pp .pp_js .x_m strong{font-size:32px;}
.gs_pp .pp_js .j_s{width:50%; font-size:16px; line-height:26px;}
.gs_pp .pp_wz{font-size:40px; line-height:50px;}
.gs_pp .pp_yw{font-size:26px;}
.gs_pp .pp_dz{font-size:16px; line-height:26px;}
.gs_pp .pp_db{font-size:18px; line-height:26px;}
}
@media only screen and (max-width:640px){
.gs_pp{max-height:800px;}
.gs_pp .pp_js .x_m{width:100%; font-size:16px; margin-bottom:15px;}
.gs_pp .pp_js .x_m strong{font-size:26px;}
.gs_pp .pp_js .j_s{width:100%; font-size:15px;}
.gs_pp .pp_wz{font-size:28px; line-height:36px;}
.gs_pp .pp_yw{font-size:22px;}
.gs_pp .pp_dz{width:94%; left:3%; font-size:15px;}
.gs_pp .pp_db{width:70%; left:15%;}
}

.xq_ban{width:100%; height:100vh; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative; overflow:hidden;}
@media only screen and (max-width:1260px){
.xq_ban{height:500px;}
}
@media only screen and (max-width:640px){
.xq_ban{height:360px;}
}

.cp_xx{width:100%; padding:80px 0; overflow:hidden;}
.cp_xx .row{margin:0;}
.cp_xx .ys_xz{width:100%; margin-top:20px;}
.cp_xx .ys_xz ul{width:100%; display:flex; justify-content:center;}
.cp_xx .ys_xz ul li{width:26px; height:26px; box-shadow:0 0 6px rgba(0,0,0,.2); border:2px solid #ddd; border-radius:50%; margin:0 10px; cursor:pointer;}
.cp_xx .ys_xz ul li.on{border:2px solid #fff;}
.cp_xx .ys_xz img{width:100%; height:auto; display:block;}
.cp_xx .st_zs{width:60%;}
.cp_xx .cp_st{display:none;}
.cp_xx .cp_st.on{display:block;}
.cp_xx .swiper-st{padding-bottom:25px; display:none}
.cp_xx .swiper-st.on{display:block;}
.cp_xx .swiper-st img{width:100%; height:auto; display:block;}
.cp_xx .swiper-button-prev{width:32px; height:32px; top:50%; left:0; margin-top:-16px;
transition:all .5s;
-webkit-transition:all .5s;}
.cp_xx .swiper-button-next{width:32px; height:32px; top:50%; right:0; margin-top:-16px;
transition:all .5s;
-webkit-transition:all .5s;}
.cp_xx .swiper-pagination{bottom:0;}
.cp_xx .swiper-pagination-bullet{width:8px; height:8px; border-radius:8px; background-color:#777; margin:0 4px !important;
transition:all .5s;
-webkit-transition:all .5s;}
.cp_xx .swiper-pagination-bullet-active{background-color:#5881bc;}
.cp_xx .x_x{width:35%;}
.cp_xx .x_x ul{margin:50px -10px 0;}
.cp_xx .x_x ul li{width:calc(50% - 20px); margin:0 10px 35px;}
.cp_xx .x_x a{width:120px; height:28px; border-radius:3px; border:1px solid #5881bc; line-height:26px; text-align:center; color:#5881bc; display:block;}
.cp_xx .x_x a:hover{background-color:#5881bc; color:#fff;}
.cp_xx .x_x strong{font-size:26px; color:#000; font-family:"MiSans-Bold"; margin-bottom:5px; display:block;}
.cp_xx .m_c{font-size:70px; line-height:80px; font-family:"MiSans-Bold"; color:#000;}
.cp_xx .j_g{font-size:20px; font-family:"MiSans-Bold"; color:#000; margin-top:10px;}
.cp_xx .j_g strong{font-size:28px; color:#5881bc; display:inline-block; vertical-align:bottom; padding:0 10px; margin:0;}
.cp_xx .cp_lx{margin-bottom:30px;}
.cp_xx .cp_lx ul{margin:0;}
.cp_xx .cp_lx ul li{width:130px; margin:0 10px 0 0; background-color:#ececec; font-size:20px; color:#000; line-height:46px; text-align:center; cursor:pointer;}
.cp_xx .cp_lx ul li.on{background-color:#5881bc; color:#fff;}
.cp_xx .zs_fl{display:none;}
.cp_xx .zs_fl.on{display:block;}
@media only screen and (max-width:1440px){
.cp_xx{padding:60px 0;}
.cp_xx .ys_xz{margin-top:15px;}
.cp_xx .ys_xz ul li{width:22px; height:22px; border:1px solid #ddd; margin:0 7px;}
.cp_xx .ys_xz ul li.on{border:1px solid #fff;}
.cp_xx .st_zs{width:55%;}
.cp_xx .swiper-st{padding-bottom:20px;}
.cp_xx .swiper-button-prev{width:28px; height:28px; margin-top:-14px;}
.cp_xx .swiper-button-next{width:28px; height:28px; margin-top:-14px;}
.cp_xx .x_x{width:40%;}
.cp_xx .x_x ul{margin:35px -10px 0;}
.cp_xx .x_x ul li{margin:0 10px 30px;}
.cp_xx .x_x strong{font-size:22px;}
.cp_xx .m_c{font-size:56px; line-height:66px;}
.cp_xx .j_g{font-size:18px;}
.cp_xx .j_g strong{font-size:22px; padding:0 6px;}
.cp_xx .cp_lx{margin-bottom:25px;}
.cp_xx .cp_lx ul{margin:0;}
.cp_xx .cp_lx ul li{width:120px; font-size:18px; line-height:40px; margin:0 10px 0 0;}
}
@media only screen and (max-width:1260px){
.cp_xx .st_zs{width:53%;}
.cp_xx .x_x{width:43%;}
.cp_xx .x_x ul{margin:25px -10px 0;}
.cp_xx .x_x ul li{margin:0 10px 25px;}
.cp_xx .x_x strong{font-size:20px;}
.cp_xx .m_c{font-size:44px; line-height:52px;}
.cp_xx .j_g{font-size:16px;}
.cp_xx .j_g strong{font-size:20px; padding:0 6px;}
.cp_xx .cp_lx{margin-bottom:20px;}
.cp_xx .cp_lx ul{margin:0;}
.cp_xx .cp_lx ul li{width:110px; font-size:16px; line-height:36px; margin:0 8px 0 0;}
}
@media only screen and (max-width:992px){
.cp_xx .st_zs{width:100%;}
.cp_xx .x_x{width:100%; margin-top:25px;}
}
@media only screen and (max-width:640px){
.cp_xx{padding:45px 0;}
.cp_xx .m_c{font-size:38px; line-height:46px;}
.cp_xx .cp_lx ul{margin:0 -5px;}
.cp_xx .cp_lx ul li{width:calc(33.33333333% - 10px); margin:0 5px; font-size:15px;}
}

.xq_cs{width:100%; padding:80px 0; background-color:#ececec; position:relative; overflow:hidden;}
.xq_cs .xq_bt{font-size:46px; font-family:"MiSans-Bold"; text-align:center; color:#000; line-height:56px; margin-bottom:50px;}
.xq_cs .cs_qy{max-width:1280px; margin:0 auto;}
.xq_cs .cs_zs{display:none;}
.xq_cs .cs_zs.on{display:block;}
.xq_cs .hd{margin-bottom:10px;}
.xq_cs .hd ul{margin:0;}
.xq_cs .hd ul li{width:33.33333333%; padding:15px; border-right:3px solid #ececec; background-color:#fff; font-size:18px; font-family:"MiSans-Bold"; color:#333; text-align:center; position:relative; cursor:pointer;}
.xq_cs .hd ul li:last-child{border-right:0;}
.xq_cs .hd ul li.on{background-color:#5881bc; color:#fff;}
.xq_cs .bd ul li{display:flex; justify-content:space-between; padding:20px 0; border-bottom:1px solid #ddd;}
.xq_cs .bd span{color:#333;}
.xq_cs .bd span.h_s{text-align:right;}
@media only screen and (max-width:1440px){
.xq_cs{padding:60px 0;}
.xq_cs .xq_bt{font-size:40px; line-height:50px; margin-bottom:35px;}
.xq_cs .hd ul li{padding:10px; border-right:2px solid #ececec; font-size:17px;}
.xq_cs .bd ul li{padding:15px 0;}
}
@media only screen and (max-width:1260px){
.xq_cs .xq_bt{font-size:32px; line-height:44px; margin-bottom:30px;}
.xq_cs .hd ul li{font-size:16px;}
.xq_cs .bd ul li{padding:12px 0;}
}
@media only screen and (max-width:640px){
.xq_cs{padding:45px 0;}
.xq_cs .xq_bt{font-size:26px; line-height:36px; margin-bottom:25px;}
.xq_cs .hd ul li{padding:10px 5px; font-family:"MiSans-Normal"; font-size:16px; font-weight:normal;}
.xq_cs .bd ul li{font-size:14px;}
.xq_cs .bd span{width:120px;}
.xq_cs .bd span.h_s{width:calc(100% - 130px);}
}

.cp_tc{width:100%; padding:80px 0 60px; overflow:hidden;}
.cp_tc .row{margin:0 -10px;}
.cp_tc .x_j{width:calc(50% - 20px); margin:0 10px;}
.cp_tc ul li{width:calc(50% - 20px); margin:10px; background-color:#000; position:relative; cursor:pointer; overflow:hidden;}
.cp_tc ul li.q_p{width:calc(100% - 20px);}
.cp_tc .t_p{height:220px;
transition:all .5s;
-webkit-transition:all .5s;}
.cp_tc ul li.q_p .t_p{height:340px;}
.cp_tc ul li:hover .t_p{opacity:.6;}
.cp_tc img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
.cp_tc i{position:absolute; top:50%; left:50%; width:32px; height:32px; margin:-16px 0 0 -16px; opacity:0; cursor:pointer;
transition:all .5s;
-webkit-transition:all .5s;}
.cp_tc ul li:hover i{opacity:1;}
@media only screen and (max-width:1440px){
.cp_tc{width:100%; padding:70px 0 60px;}
.cp_tc .row{margin:0 -8px;}
.cp_tc .x_j{width:calc(50% - 16px); margin:0 8px;}
.cp_tc ul li{width:calc(50% - 16px); margin:8px;}
.cp_tc ul li.q_p{width:calc(100% - 16px);}
.cp_tc .t_p{height:190px;}
.cp_tc ul li.q_p .t_p{height:260px;}
.cp_tc ul li:hover .t_p{opacity:.6;}
.cp_tc i{width:28px; height:28px; margin:-14px 0 0 -14px;}
}
@media only screen and (max-width:1260px){
.cp_tc{padding:60px 0 44px;}
}
@media only screen and (max-width:640px){
.cp_tc{padding:40px 0;}
.cp_tc .row{margin:0;}
.cp_tc .x_j{width:100%; margin:0;}
.cp_tc ul{margin:0 -5px;}
.cp_tc ul li{width:calc(50% - 10px); margin:5px;}
.cp_tc ul li.q_p{width:calc(100% - 10px);}
.cp_tc .t_p{height:120px;}
.cp_tc ul li.q_p .t_p{height:180px;}
}

.cp_tj{width:100%; padding:60px 0 50px; background-color:#fafafa; overflow:hidden;}
.cp_tj .tj_bt{font-size:32px; font-family:"MiSans-Bold"; text-align:center; color:#000; line-height:52px; margin-bottom:20px;}
.cp_tj .swiper-cp{position:relative; padding-bottom:30px;}
.cp_tj .swiper-pagination{bottom:0;}
.cp_tj .swiper-pagination-bullet-active{background-color:#5881bc;}
.cp_tj .swiper-button-prev{width:36px; height:36px; left:20px; top:35%; border-radius:50%; background-color:rgba(88,129,188,.9); color:#fff;}
.cp_tj .swiper-button-next{width:36px; height:36px; right:20px; top:35%; border-radius:50%; background-color:rgba(88,129,188,.9); color:#fff;}
.cp_tj .swiper-cp .swiper-slide{background-color:#fff; padding:20px;}
.cp_tj .swiper-slide img{width:100%; height:auto; display:block; margin:0 auto;
transition:all 1s;
-webkit-transition:all 1s;}
.cp_tj .swiper-slide:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.cp_tj .w_z{font-size:18px; line-height:26px; text-align:center; font-family:"MiSans-Bold"; margin-top:15px;}
@media only screen and (max-width:1440px){
.cp_tj{padding:50px 0 40px;}
.cp_tj .tj_bt{font-size:28px; line-height:36px;}
.cp_tj .swiper-cp .swiper-slide{padding:15px;}
.cp_tj .w_z{font-size:17px; margin-top:10px;}
}
@media only screen and (max-width:1260px){
.cp_tj .tj_bt{font-size:22px; line-height:32px;}
.cp_tj .swiper-cp .swiper-slide{padding:10px;}
.cp_tj .swiper-button-prev{display:none;}
.cp_tj .swiper-button-next{display:none;}
.cp_tj .w_z{font-size:16px;}
}
@media only screen and (max-width:992px){
.cp_tj{padding:50px 0 30px;}
.cp_tj .tj_bt{font-size:26px; line-height:34px; margin-bottom:20px;}
}
@media only screen and (max-width:640px){
.cp_tj{padding:40px 0 30px;}
.cp_tj .tj_bt{font-size:22px; line-height:30px;}
}

.tc_tp{width:100%; height:100%; background-color:rgba(255,255,255,.96); position:fixed; top:0; left:0; z-index:99999; display:none;}
.tc_tp .g_b{position:absolute; top:50px; right:50px; cursor:pointer; color:#555;
transition:all .5s;
-webkit-transition:all .5s;}
.tc_tp .g_b:hover{color:#5881bc;
transform:rotate(360deg);
-webkit-transform:rotate(360deg);}
.tc_tp .g_b i{font-size:26px;}
.tc_tp .tp_nr{width:100%; max-width:1000px; position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.tc_tp .tp_nr img{max-width:100%; max-height:80vh; display:block; margin:0 auto;}
@media only screen and (max-width:1400px){
.tc_tp .g_b{top:30px; right:30px;}
.tc_tp .g_b i{font-size:22px;}
.tc_tp .tp_nr{max-width:1000px;}
}
@media only screen and (max-width:1100px){
.tc_tp .g_b{top:50px; right:50px;}
.tc_tp .tp_nr{max-width:86%;}
}
@media only screen and (max-width:768px){
.tc_tp .g_b{top:30px; right:30px;}
.tc_tp .tp_nr{max-width:96%;}
}

.zb_zs{width:100%; padding:50px 30px 100px; overflow:hidden;}
.zb_zs .zb_lm{margin-bottom:40px;}
.zb_zs .zb_lm ul{margin:0; justify-content:center;}
.zb_zs .zb_lm ul li{margin:0 30px; font-size:26px; line-height:36px;}
.zb_zs .zb_lm a{color:#999;}
.zb_zs .zb_lm ul li:hover a{color:#5881bc;}
.zb_zs .zb_lm ul li.on a{color:#5881bc;}
.zb_zs .zb_lb ul.list{display:flex; flex-wrap:wrap; margin:0 -15px;}
.zb_zs .zb_lb ul li{width:calc(33.33333333% - 30px); margin:0 15px 50px;}
.zb_zs span.m_c{width:calc(100% - 150px); font-size:22px; line-height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.zb_zs span.more{width:120px; height:40px; border-radius:5px; color:#5881bc; line-height:38px; text-align:center; font-size:14px; border:1px solid #5881bc; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.zb_zs span.more:hover{background-color:#5881bc; color:#fff;}
.zb_zs img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.zb_zs .zb_lb ul li:hover img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.zb_zs .t_p{overflow:hidden;}
.zb_zs .w_z{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; margin-top:20px;}
.zb_zs .jiazai{margin-top:50px; text-align:center;}
.zb_zs .jiazai a{width:200px; height:60px; color:#5881bc; line-height:56px; text-align:center; font-size:18px; border:2px solid #5881bc; margin:0 auto; display:block;}
.zb_zs .jiazai a:hover{background-color:#5881bc; color:#fff;}
@media only screen and (max-width:1440px){
.zb_zs{padding:50px 30px 80px;}
.zb_zs .zb_lm{margin-bottom:30px;}
.zb_zs .zb_lm ul li{margin:0 25px; font-size:22px; line-height:30px;}
.zb_zs .zb_lb ul li{margin:0 15px 40px;}
.zb_zs span.m_c{font-size:20px;}
.zb_zs .jiazai{margin-top:40px;}
.zb_zs .jiazai a{width:160px; height:50px; line-height:46px; font-size:16px;}
}
@media only screen and (max-width:1260px){
.zb_zs{padding:40px 2.5% 80px;}
.zb_zs .zb_lm ul li{font-size:20px;}
.zb_zs .zb_lb ul.list{margin:0 -10px;}
.zb_zs .zb_lb ul li{width:calc(33.33333333% - 20px); margin:0 10px 35px;}
.zb_zs .jiazai{margin-top:35px;}
.zb_zs .jiazai a{width:140px; height:46px; line-height:44px; font-size:15px; border:1px solid #5881bc;}
}
@media only screen and (max-width:992px){
.zb_zs .zb_lb ul li{width:calc(50% - 20px); margin:0 10px 25px;}
}
@media only screen and (max-width:640px){
.zb_zs{padding:40px 20px 60px;}
.zb_zs .zb_lm ul li{margin:0 15px; font-size:18px; line-height:28px;}
.zb_zs .zb_lb ul.list{margin:0;}
.zb_zs .zb_lb ul li{width:100%; margin:0 0 25px;}
.zb_zs span.m_c{width:calc(100% - 120px); font-size:18px; line-height:28px;}
.zb_zs span.more{width:100px; height:36px; line-height:34px;}
.zb_zs .w_z{margin-top:15px;}
.zb_zs .jiazai{margin-top:30px;}
.zb_zs .jiazai a{width:120px; height:40px; line-height:38px;}
}

.app{width:100%; min-height:100vh; padding:200px 0 100px; background-repeat:no-repeat; background-position:center; background-size:cover; overflow:hidden; display:flex; justify-content:center; align-items:center;}
.app .ewm{width:310px; border-radius:15px; padding:10px; background-color:#fff; margin:0 auto; overflow:hidden;}
.app .ewm img{width:100%; height:auto; display:block;}
.app .b_t{margin:25px 0; font-size:40px; line-height:50px; text-align:center; color:#fff; font-weight:bold;}
.app .w_z{font-size:20px; line-height:30px; color:#fff; text-align:center; opacity:.5;}
@media only screen and (max-width:1440px){
.app{padding:180px 0 100px;}
.app .ewm{width:280px; border-radius:10px;}
.app .b_t{font-size:36px; line-height:44px;}
.app .w_z{font-size:18px; line-height:26px;}
}
@media only screen and (max-width:1260px){
.app{min-height:calc(100vh - 72px); padding:140px 0;}
.app .ewm{width:250px;}
.app .b_t{font-size:32px; line-height:40px;}
.app .w_z{font-size:16px; line-height:24px;}
}
@media only screen and (max-width:640px){
.app .ewm{width:230px; border-radius:5px; padding:6px;}
}

.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; height:40px; background-color:#fafafa; border-radius:50%; line-height:40px; font-size:17px; text-align:center; color:#333; display:block;}
.yema ul li a:hover{color:#fff; background-color:#5881bc;}
.yema ul li a.on{color:#fff; background-color:#5881bc;}
.yema ul li i{display:inline-block; vertical-align:middle; font-weight:bold; font-size:18px; margin-top:-4px;}
@media only screen and (max-width:1440px){
.yema{margin-top:30px;}
.yema ul li a{min-width:38px; height:38px; line-height:38px; font-size:16px;}
.yema ul li i{font-size:17px; margin-top:-2px;}
}
@media only screen and (max-width:1260px){
.yema{margin-top:20px;}
}
@media only screen and (max-width:640px){
.yema ul li a{min-width:32px; height:32px; font-size:13px; line-height:32px;}
}

.footer{width:100%; background-color:#ececec; font-size:14px; line-height:36px; color:#777; position:relative; z-index:99;}
.footer a{color:#777;}
.footer a:hover{color:#5881bc;}
.footer h3{font-size:18px; line-height:26px; color:#333; margin-bottom:15px; position:relative;}
.footer h3 em{width:100%; height:100%; position:absolute; top:0; left:0; display:none;}
.footer h3 em:after{width:12px; height:2px; background-color:#aaa; position:absolute; top:50%; margin-top:-1px; right:5px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer h3 em.on:after{transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);}
.footer h3 em:before{width:2px; height:12px; background-color:#aaa; position:absolute; top:50%; margin-top:-6px; right:10px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer h3 em.on:before{transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.footer img{width:100%; height:auto; display:block;}
.footer .ft_nr{display:flex; flex-wrap:wrap; padding:70px 0;}
.footer .ft_lx{width:280px;}
.footer .ft_lx .l_x{width:100%; position:relative;}
.footer .ft_lx .l_x h4{font-size:16px; line-height:26px; color:#333; margin-bottom:6px;}
.footer .ft_lx .l_x strong{font-size:32px; color:#5881bc; font-weight:normal; font-family:"MiSans-Bold";}
.footer .ft_dh{width:calc(100% - 600px); margin-left:50px; display:flex; flex-wrap:wrap;}
.footer .ft_lg{width:220px;}
.footer .ft_lg img{width:100%; height:auto; display:block;}
.footer .ft_fl{width:20%;}
.footer .ft_fl .l_b a{display:block; line-height:36px;}
.footer .ft_sj{margin-top:30px;}
.footer .ft_sj a{display:inline-block; margin-right:10px; background-color:#999; border-radius:5px; position:relative;}
.footer .ft_sj a.wx:hover{background-color:#6bc839;}
.footer .ft_sj a.xhs:hover{background-color:#ff2e4d;}
.footer .ft_sj a.dy:hover{background-color:#111;}
.footer .ft_sj a:after{width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-top:6px solid #fff; position:absolute; bottom:36px; left:50%; margin-left:-6px; content:""; opacity:0;}
.footer .ft_sj a:hover:after{bottom:30px; opacity:1;
transition:all .2s;
-webkit-transition:all .2s;}
.footer .ft_sj img{width:28px; height:auto; display:block;}
.footer .ft_sj span{width:130px; padding:5px 5px 8px; background-color:#fff; border-radius:3px; position:absolute; bottom:36px; left:50%; margin-left:-65px; color:#777; font-size:12px; line-height:16px; text-align:center; opacity:0; visibility:hidden; overflow:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);}
.footer .ft_sj a:hover span{opacity:1; visibility:inherit;
transition:all .2s;
-webkit-transition:all .2s;
transform:translateY(0);
-webkit-transform:translateY(0);}
.footer .ft_sj span img{width:100%; height:auto; display:block;}
@media (min-width:641px){
.footer .ft_fl .l_b{display:block !important;}
}
@media only screen and (max-width:1440px){
.footer{line-height:32px;}
.footer h3{font-size:17px;}
.footer .ft_nr{padding:55px 0 45px;}
.footer .ft_lx{width:260px;}
.footer .ft_lx .l_x strong{font-size:28px;}
.footer .ft_dh{width:calc(100% - 560px); margin-left:40px;}
.footer .ft_lg{width:200px;}
.footer .ft_fl .l_b a{line-height:32px;}
.footer .ft_sj{margin-top:20px;}
.footer .ft_sj span{width:120px; margin-left:-60px;}
}
@media only screen and (max-width:1260px){
.footer{font-size:13px; line-height:30px;}
.footer h3{font-size:16px;}
.footer .ft_nr{padding:50px 0 40px;}
.footer .ft_lx{width:210px;}
.footer .ft_lx .l_x h4{font-size:15px;}
.footer .ft_lx .l_x strong{font-size:22px;}
.footer .ft_dh{width:calc(100% - 480px); margin-left:20px;}
.footer .ft_lg{width:200px;}
.footer .ft_fl .l_b a{line-height:30px;}
.footer .ft_sj{margin-top:30px;}
.footer .ft_sj a{display:inline-block; margin-right:10px; background-color:#999; border-radius:5px; position:relative;}
.footer .ft_sj a.wx:hover{background-color:#6bc839;}
.footer .ft_sj a.xhs:hover{background-color:#ff2e4d;}
.footer .ft_sj a.dy:hover{background-color:#111;}
.footer .ft_sj a:after{width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-top:6px solid #fff; position:absolute; bottom:36px; left:50%; margin-left:-6px; content:""; opacity:0;}
.footer .ft_sj a:hover:after{bottom:30px; opacity:1;
transition:all .2s;
-webkit-transition:all .2s;}
.footer .ft_sj img{width:28px; height:auto; display:block;}
.footer .ft_sj span{width:130px; padding:5px 5px 8px; background-color:#fff; border-radius:3px; position:absolute; bottom:36px; left:50%; margin-left:-65px; color:#777; font-size:12px; line-height:16px; text-align:center; opacity:0; visibility:hidden; overflow:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);}
.footer .ft_sj a:hover span{opacity:1; visibility:inherit;
transition:all .2s;
-webkit-transition:all .2s;
transform:translateY(0);
-webkit-transform:translateY(0);}
.footer .ft_sj span img{width:100%; height:auto; display:block;}
}
@media only screen and (max-width:992px){
.footer .ft_dh{width:calc(100% - 240px); margin-left:0;}
.footer .ft_lg{width:100%; margin-bottom:30px;}
.footer .ft_lg img{width:200px;}
.footer .ft_sj{margin-top:20px;}
}
@media only screen and (max-width:640px){
.footer h3{font-size:16px; padding:15px 0; margin-bottom:0;}
.footer h3 em{display:block;}
.footer .ft_nr{padding:40px 0;}
.footer .ft_dh{width:100%;}
.footer .ft_fl{width:100%; border-bottom:1px solid #aaa;}
.footer .ft_dh .l_b{display:none; padding-bottom:15px;}
.footer .ft_lg{margin-bottom:20px;}
.footer .ft_lg img{margin:0 auto;}
.footer .ft_lx{width:100%; margin-top:25px; text-align:center;}
.footer .ft_sj{margin-top:10px;}
.footer .ft_lx .s_j a{margin:0 5px;}
.footer .ft_lx .s_j img{width:26px;}
}

.banquan{width:100%; padding:20px 0; border-top:1px solid rgba(0,0,0,.1); background-color:#ececec; font-size:14px; line-height:26px; color:#777; text-align:center; overflow:hidden;}
.banquan span{display:inline-block; margin:0 6px;}
.banquan a{color:#777;}
.banquan a:hover{color:#5881bc;}
@media only screen and (max-width:1440px){
.banquan{padding:15px 0;}
}

.fh_top{width:50px; height:50px; border-radius:50%; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); border-radius:50%; cursor:pointer; text-align:center; line-height:50px; color:#333; display:none; position:fixed; bottom:5%; right:20px; z-index:999999;}
.fh_top:hover{background-color:#5881bc; color:#fff;}
.fh_top i{font-size:26px; margin-left:-2px;}
@media only screen and (max-width:1400px){
.fh_top{width:40px; height:40px; line-height:40px;}
.fh_top i{font-size:22px;}
}
@media only screen and (max-width:1080px){
.fh_top{width:36px; height:36px; line-height:36px;}
}