@charset "utf-8";

@font-face {
  font-family:"Montserrat-Regular";
  src:url("../fonts/Montserrat-Regular.woff2")format("woff2"),
      url("../fonts/Montserrat-Regular.woff")format("woff"),
      url("../fonts/Montserrat-Regular.ttf")format("truetype"),
      url("../fonts/Montserrat-Regular.eot")format("embedded-opentype"),
      url("../fonts/Montserrat-Regular.svg")format("svg"),
      url("../fonts/Montserrat-Regular.otf")format("opentype");
  font-weight:normal;
  font-style:normal;
}

*{padding:0px; margin:0px;}
body{font-size:15px; color:#555; font-family:"PingFang SC","Source Han Sans CN","Microsoft YaHei",Arial,Tahoma,sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:15px; border:0; background:none; outline:none; vertical-align:middle; font-family:"PingFang SC","Source Han Sans CN","Microsoft YaHei",Arial,Tahoma,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#000; text-decoration:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#3c75fe; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background-color:#000;}
::-webkit-scrollbar-thumb{background-color:#aaa;}
::-webkit-scrollbar-thumb:hover{background-color:#5b5b5b;}
::-webkit-scrollbar-thumb:active{background-color:#3c75fe;}
@media only screen and (max-width:1024px){
body{font-size:14px;}
input,select,button,textarea{font-size:14px;}
input,textarea{-webkit-appearance:none; border-radius:0;}
}

@media only screen and (max-width:1024px){
html.on{width:100%; height:100%; position:fixed; top:0; left:0; overflow:hidden;}
}

body{background-position:center; background-attachment:fixed; background-repeat:no-repeat; background-size:cover;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
@media only screen and (max-width:1024px){
body.on{transform:translateX(-60%);
-webkit-transform:translateX(-60%);
-moz-transform:translateX(-60%);
-ms-transform:translateX(-60%);
-o-transform:translateX(-60%);}
}

@media only screen and (max-width:1024px){
.sj_bj{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0; content:""; z-index:99999; display:none;}
}

.header{width:100%; position:fixed; top:0; left:0; z-index:9999999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on{box-shadow:0 0 10px rgba(0,0,0,.2); background-color:rgba(255,255,255,1);}
.header .logo{width:90px; margin:30px 0; float:left; position:relative;}
.header .logo img{width:auto; max-height:34px; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .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 .an{position:absolute; top:50%; margin-top:-12px; right:15px; height:22px; width:36px; display:none;}
.header .an span{width:36px; height:2px; background-color:#fff; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .an span{background-color:#555;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:10px; left:0;}
.header .an span.a3{top:20px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav{float:right;}
.header .nav ul li{margin-left:80px; float:left; position:relative;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:block; font-size:16px; color:#fff; line-height:92px;}
.header.on .y_j a{color:#333;}
.header.on .nav ul li:hover .y_j a{color:#3b73f9;}
.header .nav .e_j{width:150px; border:1px solid #eee; border-bottom:0; background-color:#fff; position:absolute; left:50%; margin-left:-75px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .nav .e_j a{line-height:44px; text-align:center; color:#777; border-bottom:1px solid #eee; display:block; position:relative;}
.header .nav .e_j a:hover{color:#3b73f9;}
@media only screen and (max-width:1024px){
.header{padding:0;}
.header .an{display:block;}
.header .nav{width:60%; height:100%; padding:10px 5% 0; margin:0; background-color:#141414; height:100%; position:fixed; top:0; right:-60%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul{width:100%; float:none;}
.header .nav ul li{width:100%; height:auto; line-height:50px; text-align:left; border-bottom:1px solid rgba(255,255,255,.1); float:none; padding:5px 0; margin:0;}
.header .nav .y_j i{display:block; width:50%; height:56px; background:url(../images/xjt.png) no-repeat right center; position:absolute; top:0; right:10px; z-index:99;}
.header .nav .y_j a{font-size:18px; line-height:56px; color:#fff;}
.header .nav ul li:hover .y_j a{color:#fff;}
.header .nav ul li.on .y_j a{color:#fff;}
.header .nav .e_j{width:100%; background:none; border:0; box-shadow:none; position:relative; left:auto; top:auto; padding:5px 0; margin-left:0; opacity:1; visibility:inherit; display:none;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transition:none;
-o-transition:none;
-ms-transition:none;
-moz-transition:none;
-webkit-transition:none;}
.header .nav ul li:hover .e_j{transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;}
.header .nav .e_j a{line-height:40px; text-align:left; color:#ddd; padding:0 10px; border-bottom:0;}
}
@media only screen and (max-width:640px){
.header{position:relative; top:auto; left:auto;}
.header .logo{margin:20px 0;}
.header .logo img{opacity:0;}
.header .logo img.d_w{opacity:1;}
.header .an span{background-color:#555;}
}

.pc_ban{width:100%; height:100vh; min-height:600px; position:relative; overflow:hidden;}
.pc_ban .swiper-slide{overflow:hidden;}
.pc_ban .swiper-button-prev{width:40px; height:40px; background:url(../images/ban_l.png) no-repeat center; left:0; margin-top:-20px; opacity:0;
background-size:40px 40px;
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-ms-background-size:40px 40px;
-o-background-size:40px 40px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-prev{left:5%; opacity:.8;}
.pc_ban .swiper-button-next{width:40px; height:40px; background:url(../images/ban_r.png) no-repeat center; right:0; margin-top:-20px; opacity:0;
background-size:40px 40px;
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-ms-background-size:40px 40px;
-o-background-size:40px 40px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-next{right:5%; opacity:.8;}
.pc_ban .swiper-pagination{bottom:10px; display:none;}
.pc_ban .swiper-pagination-bullet{width:8px; height:8px; margin:0 4px !important;}
.pc_ban .sw_bg{width:100%; height:100%; position:absolute; top:0; left:0;
transform:scale(1.05);
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-transform:scale(1.05);
transition:all 10s;
-o-transition:all 10s;
-ms-transition:all 10s;
-moz-transition:all 10s;
-webkit-transition:all 10s;}
.pc_ban .swiper-slide-active .sw_bg{transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);}
.pc_ban .container{position:absolute; top:50%; left:50%; z-index:9999;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.pc_ban .w_z{text-align:center; color:#fff; font-size:64px; line-height:80px; font-weight:bold; position:relative; z-index:9;}
.pc_ban .x_j{width:18px; position:absolute; bottom:25px; left:50%; margin-left:-8px; color:#fff; z-index:999; cursor:pointer;
animation:tiao ease-in-out .5s infinite alternate;
-webkit-animation:tiao ease-in-out .5s infinite alternate;
-moz-animation:tiao ease-in-out .5s infinite alternate;
-ms-animation:tiao ease-in-out .5s infinite alternate;
-o-animation:tiao ease-in-out .5s infinite alternate;}
.pc_ban .x_t img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1024px){
.pc_ban{height:460px; min-height:inherit;}
.pc_ban .container{width:100%; top:50%;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .swiper-pagination{display:block;}
.pc_ban .w_z{font-size:50px; line-height:70px;}
.pc_ban .x_j{display:none;}
}
@media only screen and (max-width:640px){
.pc_ban{height:260px;}
.pc_ban .w_z{font-size:32px; line-height:50px;}
}

@keyframes tiao{
0%{transform:translateY(0)}
100%{transform:translateY(-15px);}
}

@-webkit-keyframes tiao{
0%{-webkit-transform:translateY(0)}
100%{-webkit-transform:translateY(-15px);}
}

@-moz-keyframes tiao{
0%{-moz-transform:translateY(0)}
100%{-moz-transform:translateY(-15px);}
}

@-ms-keyframes tiao{
0%{-ms-transform:translateY(0)}
100%{-ms-transform:translateY(-15px);}
}

@-o-keyframes tiao{
0%{-o-transform:translateY(0)}
100%{-o-transform:translateY(-15px);}
}

.gy_bt{margin-bottom:50px; text-align:center; z-index:99;}
.gy_bt h3{font-size:38px; color:#333; line-height:46px; margin-bottom:10px;}
.gy_bt em{width:44px; height:2px; background-color:#3c75fe; display:block; margin:0 auto;}
@media only screen and (max-width:1024px){
.gy_bt{margin-bottom:40px;}
.gy_bt h3{font-size:32px; line-height:40px;}
}
@media only screen and (max-width:640px){
.gy_bt{margin-bottom:30px;}
.gy_bt h3{font-size:26px; line-height:34px;}
}

.sy_fw{width:100%; padding:70px 0; overflow:hidden;}
.sy_fw .fw_nr ul{margin:0;}
.sy_fw .fw_nr ul li{flex:1; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_fw .fw_nr ul li.on{flex:1 1 57%;}
.sy_fw .fw_nr .t_p{height:70vh; overflow:hidden; position:relative;}
.sy_fw .fw_nr .t_p:after{width:100%; height:100%; content:""; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.2);}
.sy_fw .fw_nr ul li.on .t_p:after{background-color:rgba(60,117,254,.9);}
.sy_fw .fw_nr .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:left center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.sy_fw .fw_nr .w_z{width:76%; position:absolute; top:50%; left:50%; color:#fff;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.sy_fw .fw_nr .w_z h2{font-size:28px; font-weight:bold; line-height:32px; margin-bottom:25px; display:none;}
.sy_fw .fw_nr ul li.on .w_z h2{display:block;}
.sy_fw .fw_nr .w_z h3{width:20px; margin:0 auto; font-size:20px; line-height:28px;}
.sy_fw .fw_nr ul li.on .w_z h3{display:none;}
.sy_fw .fw_nr .w_z p{line-height:26px; display:none;}
.sy_fw .fw_nr ul li.on .w_z p{display:block;}
.sy_fw .fw_nr .w_z a{width:140px; height:46px; border:1px solid #fff; text-align:center; line-height:44px; color:#fff; display:block; margin-top:30px; display:none;}
.sy_fw .fw_nr ul li.on .w_z a{display:block;}
.sy_fw .fw_nr .w_z a:hover{background-color:#fff; color:#3c75fe;}
@media only screen and (max-width:1024px){
.sy_fw{padding:60px 0;}
.sy_fw .fw_nr ul li.on{flex:1 1 50%;}
.sy_fw .fw_nr .t_p{height:70vh;}
.sy_fw .fw_nr .w_z{width:86%;}
}
@media only screen and (max-width:640px){
.sy_fw{padding:50px 0;}
.sy_fw .fw_nr ul li{flex:1 1 100%;}
.sy_fw .fw_nr ul li.on{flex:1 1 100%;}
.sy_fw .fw_nr .t_p{height:70px;}
.sy_fw .fw_nr ul li.on .t_p{height:60vh;}
.sy_fw .fw_nr .t_p img{object-position:center;}
.sy_fw .fw_nr .w_z{width:90%;}
.sy_fw .fw_nr .w_z h2{font-size:24px; line-height:30px; margin-bottom:20px;}
.sy_fw .fw_nr .w_z h3{width:100%; font-size:18px; line-height:26px;}
.sy_fw .fw_nr .w_z p{line-height:22px;}
.sy_fw .fw_nr .w_z a{width:120px; height:40px; line-height:38px; margin-top:20px;}
}

.sy_gy{width:100%; padding-bottom:10px; overflow:hidden; position:relative;}
.sy_gy .gy_wz{width:100%; padding:180px 0 270px; border-bottom:0px solid #3c75fe; background:url(../images/a1.jpg) no-repeat center / cover; text-align:center; line-height:28px; color:#fff;}
.sy_gy .gy_wz .w_z{max-width:996px; margin:0 auto;}
.sy_gy .gy_wz .w_z a{width:160px; height:46px; border:1px solid #fff; line-height:44px; color:#fff; display:block; margin:30px auto 0;}
.sy_gy .gy_wz .w_z a:hover{background-color:#3c75fe; border:1px solid #3c75fe;}
.sy_gy .wrap{width:90%; margin:-90px auto 0; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,.1);}
.sy_gy .wrap ul{margin:0;}
.sy_gy .wrap ul li{padding:0; border-right:1px solid #eee;}
.sy_gy .wrap ul li:last-child{border-right:0;}
.sy_gy .wrap .n_r{padding:40px 0; text-align:center; font-family:"Montserrat-Regular";}
.sy_gy .wrap .s_z{font-size:50px; color:#3c75fe;}
.sy_gy .wrap .s_z b{padding-right:5px; font-weight:normal;}
.sy_gy .wrap p{font-size:16px;}
@media only screen and (max-width:1024px){
.sy_gy .gy_wz{padding:80px 0 140px; border-bottom:0px solid #3c75fe; line-height:26px;}
.sy_gy .gy_wz .w_z{max-width:100%; width:80%;}
.sy_gy .gy_wz .w_z a{width:140px; height:40px; line-height:38px; margin:20px auto 0;}
.sy_gy .wrap{margin:-60px auto 0;}
.sy_gy .wrap .n_r{padding:20px 0;}
.sy_gy .wrap .s_z{font-size:38px;}
.sy_gy .wrap p{font-size:15px;}
}
@media only screen and (max-width:640px){
.sy_gy .gy_wz{padding:60px 0 156px; border-bottom:0px solid #3c75fe; line-height:22px;}
.sy_gy .gy_wz .w_z{width:90%;}
.sy_gy .gy_wz .w_z a{width:120px;}
.sy_gy .wrap{margin:-96px auto 0;}
.sy_gy .wrap ul li{border-bottom:1px solid #eee;}
.sy_gy .wrap ul li:nth-child(2n){border-right:0;}
.sy_gy .wrap ul li:nth-last-child(2){border-bottom:0;}
.sy_gy .wrap ul li:last-child{border-bottom:0;}
.sy_gy .wrap .n_r{padding:15px 0;}
.sy_gy .wrap .s_z{font-size:30px;}
.sy_gy .wrap p{font-size:14px;}
}

.sy_xw{width:100%; padding:70px 0; overflow:hidden;}
.sy_xw .t_p{overflow:hidden;height: 455px;}
.sy_xw .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.sy_xw .x_w .t_p img{height:100%;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.sy_xw .tw_nr:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_xw .x_w ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_xw .tw_nr .w_z{padding:30px; border:1px solid #ddd; border-top:0;}
.sy_xw .w_z h3{font-size:24px; font-weight:bold; line-height:30px; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .x_w .w_z h3{font-size:20px;}
.sy_xw .tw_nr:hover .w_z a{color:#3c75fe;}
.sy_xw .x_w ul li:hover .w_z a{color:#3c75fe;}
.sy_xw .w_z p{height:52px; line-height:26px; color:#888; margin-bottom:25px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.sy_xw .x_w .w_z p{height:48px; font-size:14px; line-height:24px; margin-bottom:35px;}
.sy_xw .w_z span{float:left; line-height:26px;}
.sy_xw .x_w .w_z span{margin-bottom:7px;}
.sy_xw .w_z a.x_q{float:right; line-height:26px; color:#3c75fe;}
.sy_xw .x_w .row{margin:0; justify-content:space-between;}
.sy_xw .x_w .t_p{width:35%; flex:0 0 35%;height:162px;overflow: hidden;}
.sy_xw .x_w .w_z{width:65%; flex:0 0 65%; padding-left:25px;}
.sy_xw .x_w ul li{margin-bottom:34px; padding-bottom:34px; border-bottom:1px solid #ddd;}
.sy_xw a.more{width:160px; height:46px; border:1px solid #333; line-height:44px; color:#333; text-align:center; display:block; margin:20px auto 0;}
.sy_xw a.more:hover{background-color:#3c75fe; border:1px solid #3c75fe; color:#fff;}
@media (min-width:1200px){
.sy_xw .tw_nr .w_z{padding:25px;}
.sy_xw .w_z p{height:48px; line-height:24px;}
.sy_xw .x_w .w_z p{margin-bottom:16px;}
.sy_xw .x_w ul li{margin-bottom:30px; padding-bottom:30px;}
}
@media (min-width:1500px){
.sy_xw .tw_nr .w_z{padding:30px;}
.sy_xw .w_z p{height:52px; line-height:26px; margin-bottom:25px;}
.sy_xw .x_w .w_z p{height:48px; font-size:14px; line-height:24px; margin-bottom:35px;}
.sy_xw .x_w .w_z span{margin-bottom:7px;}
.sy_xw .x_w ul li{margin-bottom:34px; padding-bottom:34px;}
}
@media only screen and (max-width:1500px){
.sy_xw .t_p {height: 389px;}
.sy_xw .x_w .t_p {height: 142px;}
}
@media only screen and (max-width:1280px){
.sy_xw .t_p {height: 389px;}
.sy_xw .x_w .t_p {height: 142px;}
.sy_xw .x_w .w_z p {margin-bottom:21px;}
}
@media only screen and (max-width:1200px){
  .sy_xw .t_p {height: 396px;}
  .sy_xw .t_p img{width: 100%; height: 100%; object-fit: cover;}
}
@media only screen and (max-width:1024px){
.sy_xw{padding:60px 0;}
.sy_xw .t_p {height: 300px;}
.sy_xw .tw_nr .w_z{padding:30px 25px;}
.sy_xw .w_z h3{margin-bottom:6px;}
.sy_xw .w_z p{height:48px; line-height:24px;}
.sy_xw .x_w .w_z p{margin-bottom:10px;}
.sy_xw .x_w ul li{margin-bottom:20px; padding-bottom:20px;}
.sy_xw .x_w .t_p {height: 131px;}
.sy_xw .t_p img{width: 100%; height: auto;}
}
@media only screen and (max-width:991px){
.sy_xw .t_p {height: auto;}
.sy_xw .x_w .t_p {height: auto;}
.sy_xw .tw_nr .w_z{margin-bottom: 20px;}
}
@media only screen and (max-width:768px){
.sy_xw .tw_nr{margin-bottom:35px;}
.sy_xw .tw_nr .w_z{padding:25px;margin-bottom: 0;}
.sy_xw .w_z h3{margin-bottom:10px;}
.sy_xw .x_w .w_z p{margin-bottom:25px;}
.sy_xw .x_w ul li{margin-bottom:30px; padding-bottom:30px;}
}
@media only screen and (max-width:640px){
.sy_xw{padding:50px 0;}
.sy_xw .tw_nr{margin-bottom:25px;}
.sy_xw .tw_nr .w_z{padding:20px;}
.sy_xw .w_z h3{font-size:20px; line-height:26px; margin-bottom:6px;}
.sy_xw .x_w .w_z h3{font-size:18px;}
.sy_xw .w_z p{height:44px; line-height:22px; margin-bottom:15px;}
.sy_xw .x_w .w_z p{height:22px; font-size:13px; line-height:22px; margin-bottom:10px;}
.sy_xw .x_w .w_z{padding-left:15px;}
.sy_xw .x_w ul li{margin-bottom:20px; padding-bottom:20px;}
.sy_xw a.more{width:120px; height:40px; line-height:38px;}
}

.sy_hz{width:100%; padding-bottom:50px; overflow:hidden;}
.sy_hz .hz_lb ul{margin:0 -10px;}
.sy_hz .hz_lb ul li{padding:0 10px;}
.sy_hz .hz_lb img{width:100%; height:auto; border:1px solid #ddd; margin-bottom:20px; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_hz .hz_lb img:hover{box-shadow:0 0 10px #ddd;}
@media only screen and (max-width:640px){
.sy_hz .hz_lb ul{margin:0 -5px;}
.sy_hz .hz_lb ul li{padding:0 5px;}
.sy_hz .hz_lb img{margin-bottom:10px;}
}

.footer{width:100%; padding:60px 0; background-color:#333; color:#ddd;}
.footer .row{justify-content:space-between; margin:0;}
.footer .ft_lx{width:20%; flex:0 0 20%; position:relative;}
.footer .ft_lg{width:90px;}
.footer .ft_lg img{width:100%; height:auto; display:block;}
.footer .ft_gz{position:absolute; bottom:-2px; left:0;}
.footer .ft_gz span{line-height:30px; color:#fff; display:inline-block; vertical-align:middle;}
.footer .ft_gz .g_z{width:30px; height:30px; display:inline-block; margin-right:15px; vertical-align:middle; position:relative;}
.footer .ft_gz .g_z img{width:100%; height:auto; display:block;}
.footer .ft_gz .g_z .ewm{width:120px; padding:5px; border-radius:5px; background-color:#fff; border:1px solid #ccc; position:absolute; bottom:40px; left:50%; margin-left:-60px; opacity:0; visibility:hidden;
transform:translateY(-10px);
-webkit-transform:translateY(-10px);
-moz-transform:translateY(-10px);
-ms-transform:translateY(-10px);
-o-transform:translateY(-10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_gz .g_z:hover .ewm{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.footer .ft_gz .g_z .ewm:before{width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-top:8px solid #fff; content:""; position:absolute; bottom:-8px; left:50%; margin-left:-10px;}
.footer .ft_nr{width:75%; flex:0 0 75%;}
.footer .ft_dh{float:right;}
.footer .ft_dh ul li{float:left; margin-left:120px;}
.footer .ft_dh h3{font-size:18px; font-weight:bold; color:#fff; line-height:28px; margin-bottom:6px;}
.footer .ft_dh .l_m a{display:block; color:#ddd; line-height:36px;}
.footer .ft_dh .l_m a:hover{color:#fff;}
.footer .ft_xx{margin-top:20px; text-align:right; line-height:26px;}
.footer .ft_xx span{display:inline-block; margin-left:10px;}
.footer .ft_xx img{width:18px; display:inline-block; margin-right:5px;}
@media only screen and (max-width:1024px){
.footer{padding:40px 0;}
.footer .ft_dh ul li{margin-left:50px;}
}
@media only screen and (max-width:640px){
.footer{padding:40px 0 25px; text-align:center; font-size:13px;}
.footer .ft_lx{width:100%; flex:0 0 100%;}
.footer .ft_lg{margin:0 auto;}
.footer .ft_gz{position:relative; bottom:auto; left:auto; margin:30px 0;}
.footer .ft_nr{width:100%; flex:0 0 100%;}
.footer .ft_dh{float:none; margin-bottom:25px;}
.footer .ft_dh ul li{width:25%; margin-left:0;}
.footer .ft_dh h3{font-size:16px; line-height:26px;}
.footer .ft_dh .l_m a{line-height:32px;}
.footer .ft_xx{margin-top:0; text-align:center;}
.footer .ft_xx span{margin:0 5px;}
.footer .ft_xx img{width:14px;}
}

.fh_top{width:50px; height:50px; background-color:#3c75fe; border-radius:50%; position:fixed; right:10px; bottom:20px; z-index:99999; display:none; cursor:pointer;}
.fh_top:hover{background-color:#0736a5;}
.fh_top img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1024px){
.fh_top{width:44px; height:44px; right:10px; bottom:120px;}
}
@media only screen and (max-width:640px){
.fh_top{width:40px; height:40px; bottom:60px;}
}









/*04-08*/
.zhfoot{background: #0a1633;padding-bottom: 0;}
.zhfoot .ft_lx{position: relative;}
.zhfoot .ft_lx .ft_tips{color: rgba(255,255,255,.4); line-height: 30px;margin-top: 20px;}
.zhfoot .ft_lx .ft_gs{color: rgba(255,255,255,.4); line-height: 30px;}
.zhfoot .ft_lx .ft_tel a{color: rgba(255,255,255,.4); line-height: 30px;}
.zhfoot .ft_dh h3{font-size: 14px;}
.zhfoot .ft_dh .l_m a{font-size: 14px; color:rgba(255,255,255,.4);}
.zhfoot .ft_dh .l_m a:hover{font-size: 14px; color: rgba(255,255,255,1);}
.zhfoot .ft_xx{width: 100%; text-align: left; color: rgba(255,255,255,.2);margin-top: 60px;}
.zhfoot .ft_xx span,.zhfoot .ft_xx span a{margin-left: 0; line-height: 76px;}
.zhfoot .ft_xx span a{color: rgba(255,255,255,.4);}
.zhfoot .ft_xx span:hover,.zhfoot .ft_xx span:hover a{color: rgba(255,255,255,1);}
.zhfoot .ft_gz .g_z{ bottom: auto;font-size: 0; width: 24px; height: 24px;margin-right: 20px; cursor: pointer;}
.zhfoot .ft_gz{bottom: auto;margin-top: 30px;}
.zhfoot .ft_dh ul li{margin-left: 80px;}
.zhfoot .ft_gz{font-size: 0; position: relative; z-index: 9;}
.zhfoot .ft_gz span{display: block; width: 24px;height: 24px;float: left;}
.zhfoot .ft_gz span a{display: block; height: 100%;}
.zhfoot .ft_gz .g_z:first-child span{background: url(../images/wb.png) no-repeat center / cover; transition: background 0.3s;}
.zhfoot .ft_gz .g_z:hover:first-child span{background: url(../images/wb2.png) no-repeat center / cover; transition: background 0.3s;}
.zhfoot .ft_gz .g_z:nth-child(2) span{background: url(../images/wx.png) no-repeat center / cover; transition: background 0.3s;}
.zhfoot .ft_gz .g_z:hover:nth-child(2) span{background: url(../images/wx2.png) no-repeat center / cover; transition: background 0.3s;}
.zhfoot .ft_gz .g_z:last-child{margin-right: 0;}
.sy_xw .t_p a{display: block; height: 100%;}
.sy_xw .t_p a img{width: 100%; height: 100%; object-fit: cover;}
.float_model{
	position: fixed;
	right: 0;
	z-index: 99;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    transform:translate(0%,-50%);
}
#myfirstchart{
	height: 400px;
}
.float_model .win{
	width: 140px;
	height: 140px;
	font-size: 0;
	position: absolute;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
	top: 5px;
	right: -142px;
	border-radius: 0px;
	transition: right .3s;
	z-index: -1;
}
.float_model .win em{
	width: 140px;
	height: 140px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.float_model .win em img{
  max-width: 100%;
  height: auto;
}
.float_model .wechat span:hover + .win{
	right: 60px;
	transition: right .3s;
}
.float_model li{
	width: 44px;
	height: 44px;
	font-size: 0;
	text-align: center;
	background: #1965db;
	color: #fff;
	border-radius: 0;
	margin: 4px 0;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.float_model .refer{
	font-size: 14px;
	line-height: 44px;
}
.float_model li span{
	display: table-cell;
	vertical-align: middle;
	width: 44px;
	height: 44px;
	font-size: 0;
	text-align: center;
}
#model_contact{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	background: #fff;
	z-index: 99999999999;
	right: -311px;
	box-shadow: 0 0 11px rgba(230,235,244,0.56);
}
#model_contact .or{
	font-size: 30px;
	color: #9ea8b7;
	font-weight: bold;
	font-family: 'montserrat';
	text-align: center;
	margin-bottom: 40px;
	margin-top: 35px;
}
#model_contact .target{
	width: 150px;
	height: 38px;
	text-indent: 63px;
	font-size: 14px;
	color: #1965db;
	background: url(/themes/PC/public/shiyebu/images/model_comm.png) no-repeat 35px center;
	margin: 0 auto;
	display: block;
	border: 1px solid #1965db;
	line-height: 38px;
	border-radius: 4px;
}
#model_contact .close{
	background: url(/themes/PC/public/shiyebu/images/model_close.png) no-repeat center;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 22px;
	right: 22px;
	cursor: pointer;
	z-index: 999;
}
#model_contact .tel_img{
	font-size: 0;
	text-align: center;
	/* padding-top: 135px; */
}
#model_contact .model_cen{
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    transform:translate(0%,-50%);
}
#model_contact p{
	font-size: 15px;
	color: #9ea8b7;
	text-align: center;
	margin-top: 35px;
}
#model_contact h2{
	font-size: 30px;
	color: #1965db;
	font-family: 'montserrat';
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
#model_contact form{
	margin: 0 32px;
	border-top: 1px solid #dbe0e8;
	padding-top: 55px;
	margin-top: 55px;
}
#model_contact form em{
	font-size: 20px;
	color: #0b1732;
	font-weight: bold;
}
#model_contact form ul{
	padding-top: 25px;
}
#model_contact form li{
	margin-bottom: 20px;
}
#model_contact form input,
#model_contact form textarea{
	width: 100%;
	height: 38px;
	border: 1px solid #c3cad9;
	border-radius: 4px;
	font-size: 14px;
	color: #9ea8b7;
	padding: 0 15px;
	box-sizing: border-box;
}
#model_contact form textarea{
	height: 98px;
	line-height: 24px;
	padding: 8px 15px;
}
#model_contact form input[type="button"]{
	background: #1965db;
	color: #fff;
	border-color: #1965db;
	cursor: pointer;
}
.fh_top{
	display: none !important;
}
@media only screen and (max-width: 1440px){
	#model_contact p{
		margin-top: 15px;
	}
	#model_contact .or{
		margin: 0;
		margin-bottom: 5px;
	}
	#model_contact form{
		padding-top: 20px;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1200px){
	.sy_xw .t_p{
		height: 300px;
	}
	.sy_xw .x_w ul li{
		margin-bottom: 15px;
    	padding-bottom: 15px;
	}
}
@media only screen and (max-width: 1024px){
	.zhfoot .ft_dh ul li{margin-left: 80px;}
}
@media screen and (min-width:640px) and (max-width:880px){
.zhfoot .ft_lx,.zhfoot .ft_nr{width: auto;}
.zhfoot .ft_lx{flex: 0 0 30%;}
.zhfoot .ft_nr{flex: 0 0 70%;}
}
@media only screen and (max-width: 640px){
.zhfoot .ft_dh ul li{
	width: calc(100% / 3);
	margin: 0;
}
.zhfoot .ft_xx{
	margin-top: 0;
}
.zhfoot .ft_xx span{
	display: block;
	text-align: center;
	line-height: 26px;
	padding-bottom: 25px;
}
}
.sy_xw .x_w .w_z h3 a {
	color: #333;
}