@charset "utf-8";

*{padding:0px; margin:0px;}
body{font-size:16px; color:#333; font-family:"Microsoft YaHei",Arial,sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:16px; border:0; background:none; outline:none; vertical-align:middle; font-family:"Microsoft YaHei",Arial,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#222; text-decoration:none;
transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#c02121; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
@media only screen and (max-width:1400px){
body{font-size:15px;}
input,select,button,textarea{font-size:15px;}
}
@media only screen and (max-width:1100px){
body{font-size:14px;}
input,select,button,textarea{font-size:14px;}
.container{padding:0 25px;}
}
@media only screen and (max-width:768px){
.container{padding:0 30px;}
}
@media only screen and (max-width:640px){
.container{padding:0 15px;}
}

@media only screen and (max-width:1100px){
html.on{width:100%; height:100vh; overflow:hidden;}
}

.header{width:100%; background-color:#fff; position:fixed; top:0; left:0; z-index:99999;
transition:all .5s;
-webkit-transition:all .5s;}
.header.on{background-color:rgba(255,255,255,.95); box-shadow:0 0 15px rgba(0,0,0,.1);}
.header .row{margin:0; align-items:center; justify-content:space-between; position:relative;}
.header .logo img{width:185px; height:auto; display:block;}
.header .an{height:17px; width:32px; display:none; position:relative;}
.header .an span{width:32px; height:2px; background-color:#333; display:block; position:absolute;
transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; 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; align-items:center; justify-content:space-between;}
.header .nav ul{display:flex;}
.header .nav ul li{position:relative; margin-right:50px;}
.header .nav .y_j{text-align:center; position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:18px; color:#000; line-height:110px; position:relative; z-index:99;}
.header .nav ul li:hover .y_j a{color:#c02121;}
.header .nav ul li.on .y_j a{color:#c02121;}
.header .nav .y_j:after{width:0; height:4px; border-radius:4px; background-color:#c02121; position:absolute; bottom:20px; left:50%; content:"";
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .y_j:after{width:100%;}
.header .nav ul li.on .y_j:after{width:100%;}
.header .nav .e_j{width:200px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); position:absolute; top:110px; left:0; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transition:all .2s;
-webkit-transition:all .2s;
transform:translateY(0);
-webkit-transform:translateY(0);}
.header .nav .f_l{width:100%; position:relative;}
.header .nav .f_l i{position:absolute; top:50%; right:10px; line-height:26px; margin-top:-13px;}
.header .nav .f_l a{padding:15px 25px; border-bottom:1px solid #eee; color:#000; line-height:22px; display:block;}
.header .nav .f_l:last-child a{border-bottom:0;}
.header .nav .f_l a:hover{color:#fff; background-color:#c02121;}
.header .nav .s_b{display:none;}
.header .yy_xz{width:120px; height:36px; border:1px solid #ddd; border-radius:5px; position:relative;}
.header .yy_xz .y_x{display:flex; align-items:center; justify-content:space-between;}
.header .yy_xz .y_x span{padding-left:10px; font-size:12px; line-height:34px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:inline-block;}
.header .yy_xz .y_x i{width:30px; height:35px; padding-top:2px; margin-top:-2px; font-size:20px; line-height:34px; border-left:1px solid #ddd; text-align:center; display:inline-block;}
.header .yy_xz .x_z{width:100%; padding:5px 10px; background-color:#f7f7f7; border:1px solid #ddd; border-radius:5px; position:absolute; top:35px; left:0; display:none;}
.header .yy_xz:hover .x_z{display:block;}
.header .yy_xz .x_z a{display:block; font-size:12px; line-height:32px;}
.header .yy_xz img{width:28px; height:auto; display:inline-block; margin-right:8px; margin-top:-2px;}
@media only screen and (max-width:1400px){
.header .logo img{width:155px;}
.header .nav ul li{margin-right:40px;}
.header .nav .y_j a{font-size:17px; line-height:100px;}
.header .nav .e_j{top:100px;}
.header .nav .f_l a{padding:12px 20px;}
}
@media only screen and (max-width:1100px){
.header{width:100%; left:0; top:0; border-radius:0;}
.header .logo{margin:15px 0;}
.header .logo img{width:132px;}
.header .an{display:block;}
.header .nav{width:100%; display:block; height:calc(100% - 80px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; top:80px; right:-100%; z-index:9999; overflow:auto;
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav.on{right:0;}
.header .nav ul{width:100%; float:none; display:block; margin-bottom:20px;}
.header .nav ul li{width:100%; height:auto; text-align:left; border-bottom:1px solid #ddd; float:none; padding:0; margin:0;}
.header .nav .y_j{min-width:100%; text-align:left;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{display:block; width:60%; position:absolute; top:0; right:0; font-size:16px; font-weight:bold; text-align:right; line-height:60px; z-index:999;}
.header .nav .y_j a{color:#333; font-size:16px; line-height:60px; display:block;}
.header .nav .y_j a:hover{color:#333;}
.header .nav ul li:hover .y_j a{color:#333; background:none;}
.header .nav ul li.on .y_j a{color:#333; background:none;}
.header .nav .e_j{width:100%; height:calc(100% - 80px); padding:20px 5%; box-shadow:none; background-color:#fafafa; opacity:1; position:fixed; top:80px; left:auto; right:-100%; z-index:9999; overflow:auto;
display:block; visibility:inherit;
transition:all .5s;
-webkit-transition:all .5s;
transform:none;
-webkit-transform:none;}
.header .nav .e_j.on{right:0;}
.header .nav .e_j:after{display:none;}
.header .nav .f_l{margin:0; border-bottom:1px solid #ddd;}
.header .nav .f_l i{display:none;}
.header .nav .f_l a{padding:18px 0; background:none; font-size:15px; text-align:left; border-bottom:0; color:#555;}
.header .nav .f_l a:hover{background:none;}
.header .nav .s_b{display:block; line-height:50px;}
.header .nav .s_b i{font-size:16px; font-weight:bold;}
.header .yy_xz{width:100%; height:inherit; border:0; border-radius:none;}
.header .yy_xz .y_x{display:none;}
.header .yy_xz .x_z{width:100%; padding:0; background:none; border:0; border-radius:none; position:relative; top:auto; left:auto; display:flex !important;}
.header .yy_xz .x_z a{display:block; font-size:12px; line-height:32px; margin-right:30px;}
.header .yy_xz img{width:28px; height:auto; display:inline-block; margin-right:8px; margin-top:-2px;}
}
@media only screen and (max-width:640px){
.header .logo img{width:110px;}
.header .logo span{display:none;}
.header .nav{height:calc(100% - 72px); top:72px;}
.header .nav .e_j{height:calc(100% - 72px); top:72px;}
}

.head_h{width:100%; height:110px; background-color:#fff; overflow:hidden;}
@media only screen and (max-width:1400px){
.head_h{height:100px;}
}
@media only screen and (max-width:1100px){
.head_h{height:80px; display:block;}
}
@media only screen and (max-width:640px){
.head_h{height:72px;}
}

.pc_ban{width:100%; height:calc(100vh - 110px); min-height:600px; position:relative; overflow:hidden;}
.pc_ban .swiper-slide{overflow:hidden;}
.pc_ban .swiper-button-prev{width:52px; height:52px; line-height:50px; text-align:center; color:#fff; border-radius:50%; border:1px solid #fff; top:50%; left:3%; margin-top:-26px; opacity:.5;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-button-prev:hover{opacity:1;}
.pc_ban .swiper-button-prev i{transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);}
.pc_ban .swiper-button-next{width:52px; height:52px; line-height:50px; text-align:center; color:#fff; border-radius:50%; border:1px solid #fff; top:50%; right:3%; margin-top:-26px; opacity:.5;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-button-next:hover{opacity:1;}
.pc_ban .swiper-pagination{bottom:20px;}
.pc_ban .swiper-pagination-bullet{width:10px; height:10px; border-radius:10px; opacity:.6;}
.pc_ban .swiper-pagination-bullet-active{width:30px; opacity:1;}
.pc_ban .container{color:#fff; text-align:center; text-shadow:0 0 10px rgba(0,0,0,.3); position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.pc_ban .w_z h1{font-size:44px; font-weight:bold; line-height:56px; margin-bottom:15px;}
.pc_ban .w_z h2{max-width:60%; font-size:28px; font-weight:bold; line-height:36px; margin:0 auto 35px;}
.pc_ban .w_z a{width:140px; height:46px; border-radius:46px; border:1px solid #fff; margin:0 auto; line-height:44px; text-align:center; color:#fff; display:block;}
.pc_ban .w_z a:hover{background-color:#c02121; border:1px solid #c02121;}
.pc_ban .tp_bj{width:100%; height:100%; position:absolute; top:0; left:0; background-position:center; background-repeat:no-repeat; background-size:cover;}
.pc_ban .tp_bj:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.35); content:"";}
.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:1400px){
.pc_ban{height:calc(100vh - 100px);}
.pc_ban i{font-size:20px;}
.pc_ban .swiper-button-prev{width:46px; height:46px; line-height:44px; margin-top:-23px;}
.pc_ban .swiper-button-next{width:46px; height:46px; line-height:44px; margin-top:-23px;}
.pc_ban .w_z h1{font-size:40px; line-height:50px; margin-bottom:10px;}
.pc_ban .w_z h2{font-size:26px; line-height:34px; margin:0 auto 25px;}
.pc_ban .w_z a{width:130px;}
}
@media only screen and (max-width:1100px){
.pc_ban{height:450px; min-height:inherit;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .swiper-pagination{bottom:10px;}
.pc_ban .w_z h1{font-size:34px; line-height:40px; margin-bottom:5px;}
.pc_ban .w_z h2{max-width:80%; font-size:28px; line-height:36px; margin:0 auto 10px;}
.pc_ban .w_z a{width:120px; height:40px; border-radius:40px; line-height:38px;}
}
@media only screen and (max-width:768px){
.pc_ban{height:430px;}
.pc_ban .swiper-pagination{bottom:10px;}
.pc_ban .swiper-pagination-bullet{width:8px; height:8px; border-radius:8px;}
.pc_ban .swiper-pagination-bullet-active{width:20px;}
.pc_ban .w_z h1{font-size:30px; line-height:38px;}
.pc_ban .w_z h2{max-width:100%; font-size:22px; line-height:30px;}
}
@media only screen and (max-width:640px){
.pc_ban{height:290px;}
.pc_ban .w_z h1{font-size:22px; line-height:30px;}
.pc_ban .w_z h2{font-size:16px; font-weight:normal; line-height:22px;}
}
@media only screen and (max-width:440px){
.pc_ban{height:220px;}
.pc_ban .w_z h1{font-size:22px; line-height:30px;}
.pc_ban .w_z h2{font-size:16px; font-weight:normal; line-height:22px;}
}

.sy_bt{text-align:center; margin-bottom:40px;}
.sy_bt h1{font-size:32px; line-height:44px; font-weight:bold; color:#000; margin-bottom:10px;}
.sy_bt p{font-size:16px; line-height:26px; color:#777;}
@media only screen and (max-width:1100px){
.sy_bt{margin-bottom:40px;}
.sy_bt h1{font-size:28px; margin-bottom:6px;}
.sy_bt p{font-size:15px; line-height:22px;}
}
@media only screen and (max-width:768px){
.sy_bt{margin-bottom:30px;}
.sy_bt h1{font-size:26px;}
}

.sy_cp{width:100%; padding:80px 0 50px; overflow:hidden;}
.sy_cp img{width:100%; height:auto; display:block;}
.sy_cp .cp_zs{position:relative; padding-bottom:40px;}
.sy_cp .swiper-button-prev{width:46px; height:46px; line-height:44px; text-align:center; color:#aaa; border-radius:50%; border:1px solid #ddd; top:50%; left:-60px; margin-top:-23px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-button-prev:hover{background-color:#c02121; border:1px solid #c02121; color:#fff;}
.sy_cp .swiper-button-prev i{transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);}
.sy_cp .swiper-button-next{width:46px; height:46px; line-height:44px; text-align:center; color:#aaa; border-radius:50%; border:1px solid #ddd; top:50%; right:-60px; margin-top:-23px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-button-next:hover{background-color:#c02121; border:1px solid #c02121; color:#fff;}
.sy_cp .swiper-pagination{width:100%; bottom:0;}
.sy_cp .swiper-pagination-bullet{width:8px; height:8px; border-radius:8px; background-color:#aaa; margin:0 3px;}
.sy_cp .swiper-pagination-bullet-active{width:20px; background-color:#c02121;}
@media only screen and (max-width:1400px){
.sy_cp{padding:70px 0 40px;}
.sy_cp .cp_zs{padding-bottom:30px;}
}
@media only screen and (max-width:1100px){
.sy_gy{padding:60px 0 30px;}
.sy_cp .swiper-button-prev{display:none;}
.sy_cp .swiper-button-next{display:none;}
}
@media only screen and (max-width:640px){
.sy_cp{padding:50px 0 25px;}
.sy_cp .cp_zs{padding-bottom:25px;}
.sy_cp .swiper-pagination-bullet{width:6px; height:6px; border-radius:6px; margin:0 2px;}
.sy_cp .swiper-pagination-bullet-active{width:6px;}
}

.sy_gy{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.sy_gy.ny_gy{padding:120px 0; position:relative;}
.sy_gy.ny_gy:after{width:calc(50% + 50px); height:calc(100% - 140px); background-color:#fff; position:absolute; top:70px; right:0; content:"";}
.sy_gy.ny_gy .container{position:relative; z-index:99;}
.sy_gy .row{justify-content:space-between; align-items:center; margin: 0;}
.sy_gy .gy_bt{margin-bottom:25px;}
.sy_gy .gy_bt h1{font-size:32px; color:#000;}
.sy_gy .gy_bt h3{font-size:32px; color:#aaa; font-family:"Koulen-Regular";}
.sy_gy .gy_bt h3 span{color:#c02121;}
.sy_gy .gy_wz{width:calc(50% - 20px);}
.sy_gy.ny_gy .gy_wz{margin-left:calc(50% + 20px);}
.sy_gy .gy_wz .w_z{line-height:26px; color:#555; text-align:justify; height:130px; overflow:hidden; display:-webkit-box;
line-clamp:5;
-webkit-line-clamp:5;
-webkit-box-orient:vertical;}
.sy_gy.ny_gy .gy_wz .w_z{height:inherit; display:block;}
.sy_gy .gy_wz a{width:150px; height:46px; border:1px solid #ddd; display:block; margin-top:25px; border-radius:46px; color:#777; line-height:44px; text-align:center;}
.sy_gy .gy_wz a:hover{background-color:#c02121; border:1px solid #c02121; color:#fff;}
.sy_gy .gy_wz i{display:inline-block; vertical-align: middle; margin-left:10px; margin-top:-2px; font-size:20px; color:#777;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_gy .gy_wz a:hover i{margin-left:15px; color:#fff;}
.sy_gy .gy_sp{width:calc(50% - 20px);}
.sy_gy .gy_tp{display:none;}
.sy_gy .gy_dt{width:50%; height:100%; position:absolute; top:0; left:0;}
.sy_gy .gy_dt 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:1400px){
.sy_gy{padding:70px 0;}
.sy_gy.ny_gy{padding:100px 0;}
.sy_gy.ny_gy:after{width:calc(50% + 50px); height:calc(100% - 140px); background-color:#fff; position:absolute; top:70px; right:0; content:"";}
.sy_gy .gy_bt{margin-bottom:20px;}
.sy_gy .gy_bt h1{font-size:28px;}
.sy_gy .gy_bt h3{font-size:28px;}
.sy_gy .gy_wz .w_z{line-height:24px; height:96px;
line-clamp:4;
-webkit-line-clamp:4;}
.sy_gy .gy_wz a{width:130px; margin-top:20px;}
.sy_gy .gy_wz i{margin-left:6px; font-size:18px;}
.sy_gy .gy_wz a:hover i{margin-left:12px;}
}
@media only screen and (max-width:1100px){
.sy_gy{padding:60px 0;}
.sy_gy.ny_gy{padding:60px 0;}
.sy_gy.ny_gy:after{height:calc(100% - 80px); top:40px;}
.sy_gy .gy_wz{width:calc(50% - 15px);}
.sy_gy.ny_gy .gy_wz{width:calc(54% - 20px); margin-left:calc(46% + 20px);}
.sy_gy .gy_wz a{width:120px; height:40px; margin-top:15px; border-radius:40px; line-height:38px;}
.sy_gy .gy_sp{width:calc(50% - 15px);}
}
@media only screen and (max-width:768px){
.sy_gy.ny_gy:after{display:none;}
.sy_gy .gy_wz{width:100%;}
.sy_gy.ny_gy .gy_wz{width:100%; margin-left:0; padding:20px; background-color:#fff;}
.sy_gy .gy_wz .w_z{line-height:24px; height:96px;
line-clamp:4;
-webkit-line-clamp:4;}
.sy_gy .gy_sp{width:100%; margin-bottom:25px;}
.sy_gy .gy_dt{display:none;}
.sy_gy .gy_tp{display:block;}
.sy_gy .gy_tp img{width:100%; height:auto; display:block;}
}
@media only screen and (max-width:640px){
.sy_gy{padding:50px 0;}
.sy_gy.ny_gy{padding:50px 0;}
.sy_gy .gy_wz{width:100%}
.sy_gy .gy_wz .w_z{line-height:22px; height:110px;
line-clamp:5;
-webkit-line-clamp:5;}
.sy_gy .gy_bt{margin-bottom:20px;}
.sy_gy .gy_bt h1{font-size:22px;}
.sy_gy .gy_bt h3{font-size:22px;}
}

.sy_gy .sj_zs{margin-top:35px;}
.sy_gy .sj_zs ul{margin:0; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.sy_gy .sj_zs .s_z{font-size:30px; display: flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.sy_gy .sj_zs .s_z b{font-size:60px; color:#c02121; font-weight:normal; line-height:60px; font-family:"Koulen-Regular"; display:inline-block; vertical-align:middle; margin-right:6px; margin-top:-2px;}
.sy_gy .sj_zs .x_j{color:#999; font-size:15px; line-height:22px;}
.sy_gy .sj_zs .x_j span{color:#000; font-size:18px;}
@media only screen and (max-width:1400px){
.sy_gy .sj_zs{margin-top:25px;}
.sy_gy .sj_zs .s_z{font-size:26px;}
.sy_gy .sj_zs .s_z b{font-size:44px; line-height:46px;}
.sy_gy .sj_zs .x_j{font-size:14px;}
}
@media only screen and (max-width:1100px){
.sy_gy .sj_zs .s_z{font-size:18px;}
.sy_gy .sj_zs .s_z b{font-size:36px; line-height:38px;}
}
@media only screen and (max-width:768px){
.sy_gy .sj_zs .s_z{font-size:16px;}
.sy_gy .sj_zs .s_z b{font-size:30px; line-height: 32px;}
}
@media only screen and (max-width:640px){
.sy_gy .sj_zs .s_z{font-size:16px; text-align:center; display:block;}
.sy_gy .sj_zs .s_z b{font-size:30px; line-height: 30px; margin:0;}
}

.sy_zh{width:100%; padding:80px 0; overflow:hidden;}
.sy_zh .row{margin:0 -10px;}
.sy_zh .zh_lm{width:calc(20% - 20px); margin:0 10px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_zh .zh_lm:hover{transform:translateY(-20px);
-webkit-transform:translateY(-20px);}
.sy_zh .zh_lm a{display:block; position:relative;}
.sy_zh .t_p{overflow:hidden; position:relative;}
.sy_zh .t_p:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.5); content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.sy_zh .zh_lm:hover .t_p:after{opacity:0;}
.sy_zh .t_p img{width:100%; height:auto; display:block;}
.sy_zh .w_z{width:100%; padding:30px 0 40px; font-size:22px; font-weight:bold; color:#fff; text-align:center; position:absolute; left:0; bottom:0;
background-image:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
background-image:linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));}
@media only screen and (max-width:1400px){
.sy_zh{padding:70px 0;}
.sy_zh .row{margin:0 -5px;}
.sy_zh .zh_lm{width:calc(20% - 10px); margin:0 5px;}
.sy_zh .zh_lm:hover{transform:translateY(-15px);
-webkit-transform:translateY(-15px);}
.sy_zh .w_z{padding:20px 0 30px; font-size:20px;}
}
@media only screen and (max-width:768px){
.sy_zh{padding:60px 0;}
.sy_zh .row{overflow-x:scroll; white-space:nowrap; display:block;}
.sy_zh .zh_lm{width:190px; margin:0 20px 0 0; display:inline-block;}
.sy_zh .zh_lm:last-child{margin:0;}
}
@media only screen and (max-width:640px){
.sy_zh{padding:50px 0;}
.sy_zh .zh_lm{width:180px; margin:0 10px 0 0;}
.sy_zh .zh_lm:last-child{margin:0;}
}

.sy_hz{width:100%; padding:70px 0 40px; background-color:#f7f7f7; overflow:hidden;}
.sy_hz .hz_zs{position:relative; overflow:hidden; margin-bottom:30px;}
.sy_hz .hz_zs:before{width:160px; height:100%; position:absolute; top:0; left:0; content:""; z-index:9;
background-image:-webkit-linear-gradient(left, #f7f7f7, rgba(247,247,247,0));
background-image:linear-gradient(left, #f7f7f7, rgba(247,247,247,0));}
.sy_hz .hz_zs:after{width:160px; height:100%; position:absolute; top:0; right:0; content:""; z-index:9;
background-image:-webkit-linear-gradient(left, rgba(247,247,247,0), #f7f7f7);
background-image:linear-gradient(left, rgba(247,247,247,0), #f7f7f7);}
.sy_hz .hz_zs ul li{width:15%; border:1px solid #ddd; margin-right:25px; overflow:hidden;}
.sy_hz .hz_zs img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1400px){
.sy_hz{padding:70px 0 50px;}
.sy_hz .hz_zs{margin-bottom:20px;}
.sy_hz .hz_zs ul li{margin-right:20px;}
}
@media only screen and (max-width:1100px){
.sy_hz{padding:60px 0 40px;}
}
@media only screen and (max-width:768px){
.sy_hz{padding:50px 0 35px;}
.sy_hz .hz_zs{margin-bottom:15px;}
}
@media only screen and (max-width:640px){
.sy_hz .hz_zs ul li{width:130px; margin-right:10px;}
}

.ny_ban{width:100%; height:560px; background-color:#000; background-position:center; background-repeat:no-repeat; background-size:cover; overflow:hidden; position:relative;}
.ny_ban .container{position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.ny_ban .container h1{font-size:46px; font-weight:bold; color:#fff;}
@media only screen and (max-width:1400px){
.ny_ban{height:400px;}
.ny_ban .container h1{font-size:40px;}
}
@media only screen and (max-width:1100px){
.ny_ban{height:320px;}
.ny_ban .container{top:50%;}
.ny_ban .container h1{font-size:30px;}
}
@media only screen and (max-width:768px){
.ny_ban{height:220px;}
.ny_ban .container h1{font-size:26px;}
}
@media only screen and (max-width:640px){
.ny_ban{height:150px;}
.ny_ban .container h1{font-size:22px;}
}

.gs_tp{width:100%; padding:60px 0 80px; background-color:#f7f7f7; overflow:hidden;}
.gs_tp .tp_bt{font-size:38px; font-weight:bold; text-align:center; color:#000;}
.gs_tp em{width:100px; height:6px; border-radius:6px; background-color:#c02121; margin:15px auto 35px; display:block;}
.gs_tp .tp_lb ul{margin:0 -10px;}
.gs_tp .tp_lb ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px; position:relative; cursor:pointer;}
.gs_tp .hb_lb ul li{width:calc(20% - 30px); border:1px solid #ddd; margin:0 15px 30px; position:relative; cursor:pointer;}
.gs_tp .t_p{overflow:hidden;}
.gs_tp .t_p img{width:100%; height:100%; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.gs_tp ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
@media only screen and (max-width:1400px){
.gs_tp .tp_bt{font-size:34px;}
.gs_tp em{margin:15px auto 25px;}
.gs_tp .hb_lb ul{margin:0 -10px;}
.gs_tp .hb_lb ul li{width:calc(20% - 20px); margin:0 10px 20px;}
}
@media only screen and (max-width:1100px){
.gs_tp{padding:50px 0 70px;}
.gs_tp .tp_bt{font-size:28px;}
.gs_tp em{width:80px; height:5px; border-radius:5px;}
.gs_tp .hb_lb ul li{width:calc(25% - 20px);}
}
@media only screen and (max-width:768px){
.gs_tp{padding:40px 0 50px;}
.gs_tp .tp_lb ul li{width:calc(50% - 20px);}
.gs_tp .hb_lb ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px;}
}
@media only screen and (max-width:640px){
.gs_tp{padding:40px 0 50px;}
.gs_tp .tp_bt{font-size:22px;}
.gs_tp em{width:60px; height:4px; border-radius:4px;}
.gs_tp .tp_lb ul{margin:0;}
.gs_tp .tp_lb ul li{width:100%; margin:0 0 15px;}
.gs_tp .hb_lb ul{margin:0 -5px;}
.gs_tp .hb_lb ul li{width:calc(50% - 10px); margin:0 5px 10px;}
}

.cp_lb{width:100%; padding:70px 0; overflow:hidden;}
.cp_lb ul li{width:calc(33.33333333% - 30px); margin:0 15px 30px; border:1px solid #eee; background-color:#f9fafa;}
.cp_lb .t_p{overflow:hidden;}
.cp_lb .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.cp_lb ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.cp_lb .w_z{padding:40px 30px; text-align:center;}
.cp_lb .w_z h3{font-size:26px; font-weight:bold; color:#000; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.cp_lb .w_z p{line-height:26px; color:#555; height:52px; margin:10px 0 20px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.cp_lb .w_z span{width:130px; height:46px; border:1px solid #aaa; line-height:44px; color:#555; text-align:center; display:inline-block;
transition:all .5s;
-webkit-transition:all .5s;}
.cp_lb ul li:hover .w_z span{background-color:#c02121; border:1px solid #c02121; color:#fff;}
@media only screen and (max-width:1400px){
.cp_lb{padding:60px 0;}
.cp_lb ul{margin:0 -10px;}
.cp_lb ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px;}
.cp_lb .w_z{padding:30px 25px;}
.cp_lb .w_z h3{font-size:22px;}
.cp_lb .w_z p{line-height:24px; height:48px; margin:10px 0 20px;}
.cp_lb .w_z span{width:120px; height:40px; line-height:38px;}
}
@media only screen and (max-width:1100px){
.cp_lb{padding:50px 0;}
.cp_lb .w_z{padding:25px 20px;}
}
@media only screen and (max-width:768px){
.cp_lb ul li{width:calc(50% - 20px);}
}
@media only screen and (max-width:640px){
.cp_lb{padding:40px 0;}
.cp_lb ul{margin:0;}
.cp_lb ul li{width:100%; margin:0 0 20px;}
.cp_lb .w_z h3{font-size:20px;}
}

.th_zh{width:100%; padding:80px 0; overflow:hidden;}
.th_zh .th_js{width:100%; padding:35px; background-color:#f7f7f7; margin-bottom:50px;}
.th_zh .th_js .row{margin:0; align-items:center; justify-content:space-between;}
.th_zh .js_wz{width:calc(50% - 20px);}
.th_zh .js_wz .b_t{display:inline-block; font-size:38px; font-weight:bold; color:#000; padding-bottom:20px; margin-bottom:30px; position:relative;}
.th_zh .js_wz .b_t:after{width:100%; height:6px; border-radius:6px; background-color:#c02121; position:absolute; bottom:0; left:0; content:"";}
.th_zh .js_wz .w_z{line-height:28px; color:#555; margin-bottom:20px;}
.th_zh .js_wz ul li{margin:10px 0; line-height:28px; color:#555; padding-left:20px; position:relative;}
.th_zh .js_wz ul li:after{width:8px; height:8px; border-radius:50%; background-color:#c02121; position:absolute; top:10px; left:0; content:"";}
.th_zh .js_tp{width:calc(50% - 20px);}
.th_zh .js_tp img{width:100%; height:auto; display:block;}
.th_zh .th_cs .hd ul{margin:0;}
.th_zh .th_cs .hd ul li{min-width:260px; height:70px; padding:0 25px; background-color:#eee; font-size:22px; font-weight:bold; line-height:70px; text-align:center; color:#000; margin-right:15px; cursor:pointer;
transition:all .5s;
-webkit-transition:all .5s;}
.th_zh .th_cs .hd ul li.on{background-color:#c02121; color:#fff;}
.th_zh .th_cs .bd{border:1px solid #eee; border-radius:0 0 5px 5px; padding:35px;}
.th_zh .th_cs .w_z{line-height:26px;}
.th_zh .th_cs .t_p img{width:100%; height:auto; display:block;}
.th_zh .th_cs .b_t{display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; margin-bottom:10px;}
.th_zh .th_cs .b_t span{font-size:18px; font-weight:bold; color:#000;}
.th_zh .th_cs .b_t i{color:#999;}
.th_zh .th_cs table{text-align:center; border:1px solid #ddd;}
.th_zh .th_cs table th{width:16.66666667%; padding:15px 10px;}
.th_zh .th_cs table td{padding:15px 10px;}
.th_zh .th_cs table tr:nth-child(odd){background-color:#f2f2f2;}
@media only screen and (max-width:1400px){
.th_zh{padding:60px 0;}
.th_zh .th_js{padding:30px; margin-bottom:40px;}
.th_zh .js_wz .b_t{font-size:32px; margin-bottom:25px;}
.th_zh .th_cs .hd ul li{min-width:220px; height:60px; font-size:20px; line-height:60px;}
.th_zh .th_cs .bd{padding:30px;}
}
@media only screen and (max-width:1100px){
.th_zh{padding:50px 0;}
.th_zh .th_js{padding:25px; margin-bottom:35px;}
.th_zh .js_wz .b_t{font-size:28px; margin-bottom:20px;}
.th_zh .th_cs .hd ul li{min-width:200px; height:50px; font-size:18px; line-height:50px;}
.th_zh .th_cs .bd{padding:25px;}
}
@media only screen and (max-width:768px){
.th_zh .row{margin:0; flex-direction:column-reverse;}
.th_zh .js_wz{width:100%;}
.th_zh .js_tp{width:100%; margin-bottom:25px;}
.th_zh .th_cs .hd ul{flex-direction:row;}
.th_zh .th_cs table th{padding:10px 5px;}
.th_zh .th_cs table td{padding:10px 5px;}
}
@media only screen and (max-width:640px){
.th_zh{padding:50px 0;}
.th_zh .row{justify-content:space-between;}
.th_zh .th_js{padding:0; margin-bottom:20px; background:none;}
.th_zh .th_cs .hd ul li{width:100%; min-width:inherit; padding:0; height:44px; font-size:16px; font-weight:normal; line-height:44px; margin:0 0 10px;}
.th_zh .th_cs .bd{padding:15px;}
.th_zh .th_cs .b_t span{font-size:15px;}
}

.th_jl{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.th_jl .jl_bt{font-size:38px; font-weight:bold; text-align:center; color:#000; margin-bottom:30px;}
.th_jl .jl_nr ul{margin:0 -10px;}
.th_jl .jl_nr ul li{width:calc(25% - 20px); margin:0 10px;}
.th_jl .jl_nr img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1400px){
.th_jl{padding:60px 0;}
.th_jl .jl_bt{font-size:32px;}
}
@media only screen and (max-width:1100px){
.th_jl{padding:50px 0;}
.th_jl .jl_bt{font-size:28px; margin-bottom:25px;}
}
@media only screen and (max-width:768px){
.th_jl .jl_nr ul{margin:0 -5px;}
.th_jl .jl_nr ul li{width:calc(25% - 10px); margin:0 5px;}
}
@media only screen and (max-width:640px){
.th_jl{padding:40px 0 30px;}
.th_jl .jl_nr ul li{width:calc(50% - 10px); margin:0 5px 10px;}
}

.swiper-yy{width:100%; height:560px; position:relative; overflow:hidden;}
.swiper-yy .swiper-button-prev{width:52px; height:52px; line-height:50px; text-align:center; color:#fff; border-radius:50%; border:1px solid #fff; top:50%; left:3%; margin-top:-26px; opacity:.5;
transition:all .5s;
-webkit-transition:all .5s;}
.swiper-yy .swiper-button-prev:hover{opacity:1;}
.swiper-yy .swiper-button-prev i{transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);}
.swiper-yy .swiper-button-next{width:52px; height:52px; line-height:50px; text-align:center; color:#fff; border-radius:50%; border:1px solid #fff; top:50%; right:3%; margin-top:-26px; opacity:.5;
transition:all .5s;
-webkit-transition:all .5s;}
.swiper-yy .swiper-button-next:hover{opacity:1;}
.swiper-yy .swiper-pagination{bottom:20px;}
.swiper-yy .swiper-pagination-bullet{width:10px; height:10px; border-radius:10px; opacity:.6;}
.swiper-yy .swiper-pagination-bullet-active{width:30px; opacity:1;}
.swiper-yy .container{color:#fff; text-shadow:0 0 10px rgba(0,0,0,.3); position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.swiper-yy .w_z{font-size:46px; font-weight:bold;}
.swiper-yy .tp_bj{width:100%; height:100%; position:absolute; top:0; left:0; background-position:center; background-repeat:no-repeat; background-size:cover;}
.swiper-yy .tp_bj:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.35); content:"";}
@media only screen and (max-width:1400px){
.swiper-yy{height:400px;}
.swiper-yy .swiper-button-prev{width:46px; height:46px; line-height:44px; margin-top:-23px;}
.swiper-yy .swiper-button-next{width:46px; height:46px; line-height:44px; margin-top:-23px;}
.swiper-yy .w_z{font-size:36px; padding-left:20px;}
}
@media only screen and (max-width:1100px){
.swiper-yy{height:320px;}
.swiper-yy .swiper-button-prev{display:none;}
.swiper-yy .swiper-button-next{display:none;}
.swiper-yy .w_z{font-size:30px; padding-left:0;}
}
@media only screen and (max-width:768px){
.swiper-yy{height:220px;}
.swiper-yy .swiper-pagination{bottom:10px;}
.swiper-yy .swiper-pagination-bullet{width:8px; height:8px; border-radius:8px;}
.swiper-yy .swiper-pagination-bullet-active{width:20px;}
.swiper-yy .w_z{font-size:26px;}
}
@media only screen and (max-width:640px){
.swiper-yy{height:150px;}
.swiper-yy .w_z{font-size:22px;}
}

.yy_lb{width:100%; padding:90px 0; overflow:hidden;}
.yy_lb .row{margin:0 -10px;}
.yy_lb .yy_hy{width:calc(20% - 20px); margin:0 10px;
transition:all .5s;
-webkit-transition:all .5s;}
.yy_lb .yy_hy:hover{transform:translateY(-20px);
-webkit-transform:translateY(-20px);}
.yy_lb .yy_hy a{display:block; position:relative;}
.yy_lb .t_p{overflow:hidden; position:relative;}
.yy_lb .t_p:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.6); content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.yy_lb .yy_hy:hover .t_p:after{opacity:.3;}
.yy_lb .t_p img{width:100%; height:auto; display:block;}
.yy_lb .w_z{width:100%; font-size:22px; font-weight:bold; color:#fff; text-align:center; position:absolute; left:0; top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);}
.yy_lb .t_b{width:70px; margin:0 auto 10px;}
.yy_lb .t_b img{width:100%; height:auto; display:block;}
.yy_lb .t_c{display:none;}
@media only screen and (max-width:1400px){
.yy_lb{padding:80px 0;}
.yy_lb .w_z{font-size:20px;}
.yy_lb .t_b{width:60px;}
}
@media only screen and (max-width:1100px){
.yy_lb{padding:70px 0;}
.yy_lb .row{margin:0 -5px;}
.yy_lb .yy_hy{width:calc(20% - 10px); margin:0 5px;}
}
@media only screen and (max-width:768px){
.yy_lb{padding:60px 0;}
.yy_lb .yy_hy{width:calc(33.33333333% - 10px); margin:0 5px 10px;}
.yy_lb .yy_hy:hover{transform:none;
-webkit-transform:none;}
}
@media only screen and (max-width:640px){
.yy_lb{padding:40px 0;}
.yy_lb .yy_hy{width:calc(50% - 10px);}
}

.tc_yy{width:100%; height:100vh; background-color:rgba(0,0,0,.5); position:fixed; top:0; left:0; z-index:999999; overflow:hidden; display:none;}
.tc_yy .container{position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.tc_yy .yy_nr{width:100%; padding:50px; background-color:#fff; position:relative; overflow:hidden;}
.tc_yy .yy_nr i{position:absolute; top:20px; right:20px; width:32px; height:32px; border-radius:50%; border:1px solid #aaa; font-size:18px; text-align:center; line-height:30px; color:#777; cursor:pointer; display:inline-block;
transition:all .5s;
-webkit-transition:all .5s;}
.tc_yy .yy_nr i:hover{border:1px solid #c02121; color:#c02121;
transform:rotate(180deg);
-webkit-transform:rotate(180deg);}
.tc_yy .yy_nr .row{margin:0; justify-content:space-between;}
.tc_yy .yy_tp{width:470px;}
.tc_yy .yy_tp img{width:100%; height:auto; display:block;}
.tc_yy .yy_wz{width:calc(100% - 500px); padding-left:30px; border-left:1px solid #ddd;}
.tc_yy .yy_wz .b_t{font-size:30px; font-weight:bold; color:#000; line-height:36px; margin-bottom:15px;}
.tc_yy .yy_wz .n_r{line-height:28px; color:#555; margin-bottom:10px;}
.tc_yy .yy_wz .y_s{margin:10px 0; line-height:28px; color:#555; padding-left:20px; position:relative;}
.tc_yy .yy_wz .y_s:after{width:8px; height:8px; border-radius:50%; background-color:#c02121; position:absolute; top:10px; left:0; content:"";}
.tc_yy .yy_wz .t_c{margin-top:20px;}
.tc_yy .yy_wz .t_c img{max-width:100%; height:auto; display:block;}
@media only screen and (max-width:1400px){
.tc_yy .yy_nr{padding:40px;}
.tc_yy .yy_nr i{top:15px; right:15px; width:30px; height:30px; font-size:17px; line-height:28px;}
.tc_yy .yy_tp{width:450px;}
.tc_yy .yy_wz{width:calc(100% - 475px); padding-left:25px;}
.tc_yy .yy_wz .b_t{font-size:26px; line-height:32px;}
.tc_yy .yy_wz .y_s{margin:6px 0;}
.tc_yy .yy_wz .t_c{margin-top:15px;}
}
@media only screen and (max-width:1100px){
.tc_yy .yy_nr{padding:30px;}
.tc_yy .yy_tp{width:400px;}
.tc_yy .yy_wz{width:calc(100% - 420px); padding-left:20px;}
.tc_yy .yy_wz .b_t{font-size:22px; line-height:30px;}
.tc_yy .yy_wz .y_s{margin:5px 0;}
}
@media only screen and (max-width:768px){
.tc_yy .yy_nr{padding:20px;}
.tc_yy .yy_tp{width:300px;}
.tc_yy .yy_wz{width:calc(100% - 320px);}
}
@media only screen and (max-width:640px){
.tc_yy .yy_nr{padding:15px;}
.tc_yy .yy_tp{width:100%; margin-bottom:15px;}
.tc_yy .yy_wz{width:100%; padding-left:0; border-left:0;}
.tc_yy .yy_wz .b_t{font-size:20px; line-height:26px; margin-bottom:10px;}
.tc_yy .yy_wz .y_s{line-height:22px;}
}

.jc_sb{width:100%; padding:60px 0 80px; background-color:#f7f7f7; overflow:hidden;}
.jc_sb .sb_bt{font-size:38px; font-weight:bold; text-align:center; color:#000;}
.jc_sb em{width:100px; height:6px; border-radius:6px; background-color:#c02121; margin:15px auto 35px; display:block;}
.jc_sb .sb_lb ul{margin:0 -10px;}
.jc_sb .sb_lb ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px; position:relative; cursor:pointer;}
.jc_sb .sb_lb .t_p{position:relative; overflow:hidden;}
.jc_sb .sb_lb .t_p img{width:100%; height:100%; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.jc_sb .sb_lb ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.jc_sb .sb_lb .w_z{width:100%; padding:15px; background-color:rgba(0,0,0,.5); line-height:26px; color:#fff; text-align:center; position:absolute; bottom:0; left:0;
transition:all .5s;
-webkit-transition:all .5s;}
.jc_sb .sb_lb ul li:hover .w_z{background-color:rgba(192,33,33,.7);}
@media only screen and (max-width:1400px){
.jc_sb .sb_bt{font-size:34px;}
.jc_sb em{margin:15px auto 25px;}
}
@media only screen and (max-width:1100px){
.jc_sb{padding:50px 0 70px;}
.jc_sb .sb_bt{font-size:28px;}
.jc_sb em{width:80px; height:5px; border-radius:5px;}
.jc_sb .sb_lb .w_z{padding:10px;}
}
@media only screen and (max-width:768px){
.jc_sb{padding:40px 0 50px;}
.jc_sb .sb_lb ul li{width:calc(50% - 20px);}
}
@media only screen and (max-width:640px){
.jc_sb{padding:40px 0 50px;}
.jc_sb .sb_bt{font-size:22px;}
.jc_sb em{width:60px; height:4px; border-radius:4px;}
.jc_sb .sb_lb ul{margin:0;}
.jc_sb .sb_lb ul li{width:100%; margin:0 0 15px;}
}

.big_img{width:100%; height:100%; background-color:rgba(0,0,0,.7); position:fixed; top:0; left:0; z-index:-1; opacity:0; overflow:hidden;}
.big_img i.icon-guanbi1{position:absolute; top:40px; right:40px; width:32px; height:32px; border-radius:50%; border:1px solid #fff; font-size:18px; text-align:center; line-height:30px; color:#fff; opacity:.6; cursor:pointer; display:inline-block; z-index:99;
transition:all .5s;
-webkit-transition:all .5s;}
.big_img i.icon-guanbi1:hover{opacity:1;
transform:rotate(180deg);
-webkit-transform:rotate(180deg);}
.big_img .swiper-tc{width:100%; height:100%;}
.big_img .swiper-slide{width:100%; height:100vh;}
.big_img .swiper-slide img{max-width:100%; max-height:80%; display:block;}
.big_img .swiper-pagination{width:100%; left:0; bottom:30px;}
.big_img .swiper-pagination-bullet{margin:0 5px;}
.big_img .swiper-button-prev{width:52px; height:52px; line-height:50px; text-align:center; color:#fff; border-radius:50%; border:1px solid #fff; top:50%; left:3%; margin-top:-26px; opacity:.5;
transition:all .5s;
-webkit-transition:all .5s;}
.big_img .swiper-button-prev:hover{opacity:1;}
.big_img .swiper-button-prev i{transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);}
.big_img .swiper-button-next{width:52px; height:52px; line-height:50px; text-align:center; color:#fff; border-radius:50%; border:1px solid #fff; top:50%; right:3%; margin-top:-26px; opacity:.5;
transition:all .5s;
-webkit-transition:all .5s;}
.big_img .swiper-button-next:hover{opacity:1;}
.big_img .cell{width:100%; height:100vh; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
@media only screen and (max-width:1100px){
.big_img i.icon-guanbi1{top:25px; right:25px; width:30px; height:30px; font-size:17px; line-height:28px;}
.big_img .swiper-slide img{max-width:80%; max-height:80%; display:block;}
.big_img .swiper-pagination{width:100%; left:0; bottom:20px;}
.big_img .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; margin:0 3px;}
.big_img .swiper-button-prev{display:none;}
.big_img .swiper-button-next{display:none;}
.big_img .cell{width:100%; height:100vh; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
}
@media only screen and (max-width:768px){
.big_img .swiper-slide img{max-width:100%; max-height:80%; display:block;}
}

.jc_zs{width:100%; min-height:837px; padding:60px 0; background-color:#f7f7f7; overflow:hidden;}
.jc_zs .sb_zs{position:relative;}
.jc_zs .sb_zs.fix{width:100%; height:100vh; background-color:rgba(0,0,0,.7); position:fixed; top:0; left:0; z-index:999999;}
.jc_zs .sb_zs i.icon-guanbi1{position:absolute; top:40px; right:40px; width:32px; height:32px; border-radius:50%; border:1px solid #fff; font-size:18px; text-align:center; line-height:30px; color:#fff; opacity:.6; cursor:pointer; display:none; z-index:99;
transition:all .5s;
-webkit-transition:all .5s;}
.jc_zs .sb_zs.fix i.icon-guanbi1{display:block;}
.jc_zs .sb_zs i.icon-guanbi1:hover{opacity:1;
transform:rotate(180deg);
-webkit-transform:rotate(180deg);}
.jc_zs .swiper-zs{padding:15px 0 50px;}
.jc_zs .sb_zs.fix .swiper-zs{width:100%; height:100vh; padding:0;}
.jc_zs .swiper-slide{width:33%; box-shadow:0 0 15px rgba(0,0,0,.2); position:relative;}
.jc_zs .sb_zs.fix .swiper-slide{width:100%; box-shadow:none;}
.jc_zs .swiper-slide:after{width:100%; height:100%; background-color:rgba(0,0,0,.4); position:absolute; top:0; left:0; content:""; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.jc_zs .swiper-slide.swiper-slide-active:hover:after{opacity:1;}
.jc_zs .sb_zs.fix .swiper-slide.swiper-slide-active:hover:after{opacity:0;}
.jc_zs .swiper-slide i.f_d{width:50px; height:50px; background:url(../images/fd.svg) no-repeat center / cover; position:absolute; top:50%; left:50%; margin:-25px 0 0 -25px; opacity:0; z-index:99; cursor:pointer;
transition:all .5s;
-webkit-transition:all .5s;}
.jc_zs .swiper-slide.swiper-slide-active:hover i.f_d{opacity:1;}
.jc_zs .sb_zs.fix .swiper-slide.swiper-slide-active:hover i.f_d{opacity:0;}
.jc_zs .swiper-slide .t_p{overflow:hidden;}
.jc_zs .sb_zs.fix .swiper-slide .t_p{width:100%; height:100vh; display:flex; justify-content:center; align-items:center;}
.jc_zs .swiper-slide img{width:100%; height:auto; display:block;}
.jc_zs .sb_zs.fix .swiper-slide img{width:auto; max-width:100%; max-height:80vh; margin:0 auto;}
.jc_zs .swiper-button-prev{width:52px; height:52px; line-height:50px; text-align:center; color:#555; border-radius:50%; border:1px solid #ddd; top:50%; left:0; margin-top:-26px;
transition:all .5s;
-webkit-transition:all .5s;}
.jc_zs .sb_zs.fix .swiper-button-prev{left:3%; color:#fff; border:1px solid #fff;}
.jc_zs .swiper-button-prev:hover{background-color:#c02121; border:1px solid #c02121; color:#fff;}
.jc_zs .sb_zs.fix .swiper-button-prev:hover{border:1px solid #c02121;}
.jc_zs .swiper-button-prev i{transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);}
.jc_zs .swiper-button-next{width:52px; height:52px; line-height:50px; text-align:center; color:#555; border-radius:50%; border:1px solid #ddd; top:50%; right:0; margin-top:-26px;
transition:all .5s;
-webkit-transition:all .5s;}
.jc_zs .sb_zs.fix .swiper-button-next{right:3%; color:#fff; border:1px solid #fff;}
.jc_zs .swiper-button-next:hover{background-color:#c02121; border:1px solid #c02121; color:#fff;}
.jc_zs .sb_zs.fix .swiper-button-next:hover{border:1px solid #c02121;}
.jc_zs .swiper-pagination{bottom:0;}
.jc_zs .sb_zs.fix .swiper-pagination{bottom:20px;}
.jc_zs .swiper-pagination-bullet{width:10px; height:10px; border-radius:50%; background-color:#aaa; opacity:.6;}
.jc_zs .sb_zs.fix .swiper-pagination-bullet{background-color:#fff;}
.jc_zs .swiper-pagination-bullet-active{background-color:#c02121; opacity:1;}
.jc_zs .sb_zs.fix .swiper-pagination-bullet-active{background-color:#c02121;}
@media only screen and (max-width:1400px){
.jc_zs{min-height:753px; padding:50px 0;}
.jc_zs .swiper-slide{width:35%;}
.jc_zs .swiper-button-prev{width:46px; height:46px; line-height:44px; margin-top:-23px;}
.jc_zs .swiper-button-next{width:46px; height:46px; line-height:44px; margin-top:-23px;}
}
@media only screen and (max-width:1100px){
.jc_zs{min-height:650px; padding:40px 0;}
.jc_zs .sb_zs i.icon-guanbi1{top:25px; right:25px; width:30px; height:30px; font-size:17px; line-height:28px;}
.jc_zs .swiper-slide{width:40%;}
.jc_zs .swiper-button-prev{display:none;}
.jc_zs .swiper-button-next{display:none;}
}
@media only screen and (max-width:768px){
.jc_zs{min-height:650px; padding:50px 0;}
.jc_zs .swiper-slide{width:56%;}
.jc_zs .sb_zs.fix .swiper-pagination{bottom:10px;}
.jc_zs .swiper-pagination-bullet{width:8px; height:8px; margin:0 3px !important;}
}
@media only screen and (max-width:640px){
.jc_zs{min-height:653px; padding:40px 0;}
.jc_zs .swiper-slide{width:100%;}
}

.lx_fs{width:100%; padding:100px 0; overflow:hidden;}
.lx_fs .row{margin:0; justify-content:space-between;}
.lx_fs .lx_bt{margin-bottom:35px;}
.lx_fs .lx_bt h1{font-size:38px; color:#000; font-weight:bold; margin-bottom:5px;}
.lx_fs .lx_bt h3{font-size:28px; color:#aaa; font-family:"Koulen-Regular";}
.lx_fs .lx_bt span{color:#c02121;}
.lx_fs .lx_xx{width:48.5%;}
.lx_fs .xx_nr{margin-bottom:50px;}
.lx_fs .xx_nr:last-child{margin-bottom:0;}
.lx_fs .xx_nr h3{font-size:22px; font-weight:bold; line-height:30px; color:#000; margin-bottom:15px; position:relative; cursor:pointer;}
.lx_fs .xx_nr p{line-height:32px;}
.lx_fs .lx_bd{width:48.5%;}
.lx_fs .bd_nr ul{margin:0 -10px;}
.lx_fs .bd_nr ul li{width:calc(50% - 20px); margin:0 10px 20px;}
.lx_fs .bd_nr ul li:nth-last-child(2){width:calc(100% - 20px);}
.lx_fs .bd_nr ul li:last-child{width:calc(100% - 20px); margin:0 10px;}
.lx_fs .bd_nr input{width:100%; padding:0 15px; background-color:#f7f7f7; line-height:52px; color:#000; display:block;}
.lx_fs .bd_nr textarea{width:100%; height:140px; background-color:#f7f7f7; padding:13px 15px; line-height:26px; resize:none;}
.lx_fs .bd_nr button{width:150px; height:52px; background-color:#c02121; color:#fff; text-align:center; display:block; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.lx_fs .bd_nr button:hover{background-color:#8c0707;}
@media only screen and (max-width:1400px){
.lx_fs{padding:80px 0;}
.lx_fs .lx_bt{margin-bottom:30px;}
.lx_fs .lx_bt h1{font-size:32px;}
.lx_fs .lx_bt h3{font-size:22px;}
.lx_fs .xx_nr{margin-bottom:35px;}
.lx_fs .xx_nr h3{font-size:20px; margin-bottom:10px;}
.lx_fs .xx_nr p{line-height:28px;}
.lx_fs .bd_nr textarea{height:114px;}
.lx_fs .bd_nr button{width:140px; height:46px;}
}
@media only screen and (max-width:1100px){
.lx_fs{padding:60px 0;}
.lx_fs .lx_bt h1{font-size:28px;}
}
@media only screen and (max-width:768px){
.lx_fs{padding:50px 0;}
.lx_fs .lx_bt h1{font-size:26px;}
}
@media only screen and (max-width:640px){
.lx_fs{padding:40px 0;}
.lx_fs .lx_bt{margin-bottom:20px;}
.lx_fs .lx_bt h1{font-size:22px;}
.lx_fs .lx_xx{width:100%;}
.lx_fs .xx_nr{margin-bottom:30px;}
.lx_fs .xx_nr:last-child{margin-bottom:30px;}
.lx_fs .lx_bd{width:100%;}
.lx_fs .bd_nr ul{margin:0;}
.lx_fs .bd_nr ul li{width:100%; margin:0 0 15px;}
.lx_fs .bd_nr ul li:nth-last-child(2){width:100%;}
.lx_fs .bd_nr ul li:last-child{width:100%; margin:0;}
}

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

.footer{width:100%; background-color:#02193d; font-size:15px; line-height:30px; color:rgba(255,255,255,.6); overflow:hidden;}
.footer .row{margin:0; justify-content:space-between;}
.footer a{color:rgba(255,255,255,.6);}
.footer a:hover{color:#c02121;}
.footer h3{font-size:22px; font-weight:bold; line-height:30px; color:#fff; margin-bottom:15px;}
.footer em{width:22px; height:4px; border-radius:4px; background-color:#fff; margin-bottom:20px; display:block;}
.footer .ft_tp{border-bottom:1px solid rgba(255,255,255,.1); padding:30px 0;}
.footer .ft_lg{width:148px;}
.footer .ft_lg img{width:100%; height:auto; display:block;}
.footer .ft_lm ul li{margin-left:50px; line-height:56px;}
.footer .ft_xx{padding:60px 0;}
.footer .ft_lx{width:calc(50% - 200px);}
.footer .ft_em{width:250px;}
.footer .ft_em .e_m{width:110px;}
.footer .ft_em img{width:100%; height:auto; display:block;}
.footer .ft_em p{margin-top:5px; text-align:center;}
@media only screen and (max-width:1100px){
.footer{font-size:14px; line-height:26px;}
.footer h3{font-size:17px; margin-bottom:15px;}
.footer .ft_tp{padding:20px 0;}
.footer .ft_lg{width:120px;}
.footer .ft_xx{padding:40px 0;}
.footer .ft_lx{width:calc(50% - 130px);}
.footer .ft_em{width:220px;}
.footer .ft_em .e_m{width:100px;}
}
@media only screen and (max-width:768px){
.footer .ft_lm ul li{margin-left:25px; line-height:46px;}
.footer .ft_xx{padding:35px 0;}
.footer .ft_lx{width:calc(50% - 120px);}
.footer .ft_em{width:180px;}
.footer .ft_em .e_m{width:80px;}
}
@media only screen and (max-width:640px){
.footer h3{font-size:16px; line-height:32px; margin-bottom:0;}
.footer .ft_lg{margin:0 auto;}
.footer .ft_lm{display:none;}
.footer .ft_lx{width:100%; margin-right:0; padding-bottom:30px; margin-bottom:20px; border-bottom:1px solid rgba(255,255,255,.1);}
.footer .ft_xx{padding:20px 0;}
.footer .ft_em{width:220px; margin:10px auto 0;}
.footer .ft_em .e_m{width:100px;}
}

.banquan{width:100%; border-top:1px solid rgba(255,255,255,.1); padding:25px 0; overflow:hidden;}
.banquan span{display:inline-block; margin-right:15px;}
@media only screen and (max-width:1100px){
.banquan{padding:20px 0;}
}
@media only screen and (max-width:768px){
.banquan{padding:15px 0;}
}
@media only screen and (max-width:640px){
.banquan{padding:20px 0 84px; margin-top:0; text-align:center;}
.banquan .z_c{width:100%;}
.banquan .y_c{width:100%;}
.banquan span{margin:0 8px;}
}

.zx_kf{width:60px; position:fixed; bottom:5%; right:20px; z-index:999;}
.zx_kf .kf_zs{background-color:#c02121; color:#fff; text-align:center; border-radius:10px; padding:5px 0;}
.zx_kf .kf_zs a{color:#fff;}
.zx_kf .kf_zs p{font-size:14px; line-height:16px; color:#fff;}
.zx_kf .kf_zs ul li{position:relative; padding:10px 0; cursor:pointer;}
.zx_kf .kf_zs ul li:after{width:30px; height:1px; background-color:rgba(255,255,255,.5); position:absolute; bottom:0; left:50%; margin-left:-15px; content:"";}
.zx_kf .kf_zs ul li:last-child:after{display:none;}
.zx_kf .kf_zs i{font-size:20px; color:#fff;}
.zx_kf.e_n .kf_zs i{line-height:46px;}
.zx_kf .kf_zs img{width:auto; height:20px; display:block; margin:0 auto 5px;}
.zx_kf .tel{width:180px; padding:10px 20px; border-radius:5px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); position:absolute; top:50%; margin-top:-55px; right:76px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
transition:all .5s;
-webkit-transition:all .5s;}
.zx_kf .kf_zs ul li:hover .tel{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);}
.zx_kf .tel p{font-size:14px; line-height:26px; text-align:left; color:#777;}
.zx_kf .tel span{font-size:20px; line-height:30px; color:#c02121;}
.zx_kf .ewm{width:140px; padding:10px; border-radius:5px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); position:absolute; top:50%; margin-top:-85px; right:76px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
transition:all .5s;
-webkit-transition:all .5s;}
.zx_kf .kf_zs ul li:hover .ewm{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);}
.zx_kf .ewm img{width:100%; height:auto; display:block;}
.zx_kf .ewm p{font-size:14px; line-height:22px; text-align:center; color:#777; margin-top:5px;}
@media only screen and (max-width:1400px){
.zx_kf{width:52px; right:20px;}
.zx_kf .kf_zs{border-radius:52px; padding:7px 0}
.zx_kf .kf_zs p{font-size:13px;}
.zx_kf .kf_zs ul li{padding:7px 0;}
.zx_kf .kf_zs ul li:after{width:26px; margin-left:-13px;}
.zx_kf .kf_zs i{font-size:18px;}
.zx_kf .tel{right:62px;}
.zx_kf .ewm{width:120px; padding:8px; margin-top:-72px; right:62px;}
.zx_kf .ewm p{font-size:13px; line-height:20px;}
}
@media only screen and (max-width:768px){
.zx_kf{bottom:30%; right:5px;}
}
@media only screen and (max-width:640px){
.zx_kf{display:none;}
}

.zx_kf .fh_top{width:50px; height:50px; border-radius:50%; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); border-radius:50px; cursor:pointer; text-align:center; line-height:50px; color:#333; margin:15px auto 0; display:none;}
.zx_kf .fh_top:hover{background-color:#c02121; color:#fff;}
.zx_kf .fh_top i{font-size:26px; margin-left:-2px;}
@media only screen and (max-width:1400px){
.zx_kf .fh_top{width:40px;}
.zx_kf .fh_top i{font-size:22px;}
}
@media only screen and (max-width:768px){
.zx_kf .fh_top{width:36px;}
}

.sj_kf{display:none;}
@media only screen and (max-width:640px){
.sj_kf{width:100%; background-color:#c02121; position:fixed; bottom:0; left:0; z-index:9999; display:block;}
.sj_kf ul{display:flex; flex-wrap:wrap;}
.sj_kf ul li{width:25%; border-right:1px solid rgba(255,255,255,.3);}
.sj_kf a{display:block; padding:10px 0; text-align:center; color:#fff;}
.sj_kf i{font-size:20px; line-height:22px; display:inline-block;}
.sj_kf i.icon-home{font-size:18px;}
.sj_kf p{font-size:13px; line-height:22px;}
}

.gz_ewm{width:100%; height:100%; position:fixed; top:0; left:0; z-index:99999; background-color:rgba(0,0,0,.6); display:none;}
.gz_ewm .ewm{width:180px; padding:10px; border-radius:5px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.gz_ewm .ewm img{width:100%; height:auto; display:block;}
.gz_ewm .ewm p{font-size:14px; line-height:22px; text-align:center; color:#777; margin-top:5px;}
.gz_ewm .g_b{position:absolute; top:-30px; right:-30px; cursor:pointer; color:#eee;}
.gz_ewm .g_b i{font-size:22px;}
@media (min-width:641px){
.gz_ewm{display:none !important;}
}