@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:15px; color:#555; font-family:"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:"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;
-webkit-transition:all .5s;}
a:hover{color:#e5212b; 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:1100px){
body{font-size:14px;}
input,select,button,textarea{font-size:14px;}
}
@media only screen and (max-width:992px){
.container, .container-fluid{padding:0 35px;}
}
@media only screen and (max-width:640px){
.container, .container-fluid{padding:0 20px;}
}
@media only screen and (max-width:320px){
.container, .container-fluid{padding:0 15px;}
}

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

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

.top{width:100%; height:56px; background-color:#f7f7f7; position:relative; z-index:1000;}
.top:before{width:50px; height:56px; background:url(../images/xt.png) no-repeat center / cover; position:absolute; top:0; right:40%; content:"";}
.top:after{width:40%; height:56px; background-color:#e5212b; position:absolute; top:0; right:0; content:"";}
.top .container{position:relative; z-index:10;}
.top .tp_wz{line-height:56px; color:#777;}
.top .tp_tl{line-height:56px; color:#fff;}
.top .tp_tl strong{font-size:22px; font-weight:bold; display:inline-block; vertical-align:middle; margin-top:-2px;}
.top .tp_tl i{display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
@media only screen and (max-width:1100px){
.top{height:46px;}
.top:before{height:46px;}
.top:after{height:46px;}
.top .tp_wz{line-height:46px;}
.top .tp_tl{line-height:46px;}
.top .tp_tl strong{font-size:18px;}
}
@media only screen and (max-width:640px){
.top{display:none;}
}

.header{width:100%; background-color:#fff; position:relative; z-index:9999;
transition:all .5s;
-webkit-transition:all .5s;}
.header.on{background-color:rgba(255,255,255,.98); box-shadow:0 0 15px rgba(0,0,0,.1); position:fixed; top:0; left:0;}
.header .logo{width:258px;}
.header .logo img{width:100%; height:auto; display:block;}
.header .an{width:32px; height:22px; 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: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 .s_ch{height:100px;  line-height:100px; text-align:center; color:#555; cursor:pointer; position:relative; margin-right:30px;
transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch i{font-weight:bold;}
.header .s_nr{width:320px; background-color:#f7f7f7; position:absolute; top:100px; right:-34px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch:hover .s_nr{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);}
.header .s_nr input{width:260px; height:56px; padding:0 15px; line-height:56px; color:#333; float:left;}
.header .s_nr input::placeholder{color:#aaa;}
.header .s_nr button{width:60px; height:56px; line-height:56px; text-align:center; color:#e5212b; float:right; outline:none;}
.header .s_nr button i{font-weight:bold;}
.header .nav{display:inline-block;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-right:50px; position:relative;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:block; font-size:18px; color:#333; line-height:100px;}
.header .nav ul li:hover .y_j a{color:#e5212b;}
.header .nav ul li.on .y_j a{color:#e5212b;}
.header .nav .y_j:after{width:0; height:2px; background-color:#e5212b; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .y_j:after{width:100%;}
.header .nav ul li.on .y_j:after{width:100%;}
.header .nav .e_j{width:180px; padding:20px 15px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); position:absolute; top:100px; left:50%; margin-left:-90px; display:none;}
.header .nav ul li:hover .e_j{display:block;}
.header .nav .row{margin:0;}
.header .nav .f_l p{margin-bottom:15px;}
.header .nav .f_l p:last-child{margin-bottom:0;}
.header .nav .f_l p a{font-size:14px; line-height:22px; text-align:center; color:#777; display:block;}
.header .nav .f_l p a:hover{color:#e5212b;}
.header .nav .s_b{display:none;}
@media only screen and (max-width:1360px){
.header .nav ul li{margin-right:40px;}
}
@media only screen and (max-width:1199px){
.header .nav ul li{margin-right:30px;}
}
@media only screen and (max-width:1100px){
.header .logo{width:208px; margin:25px 0;}
.header .an{display:block;}
.header .s_ch{height:46px; line-height:46px; margin-right:0; margin:20px 0 15px;}
.header .s_ch i{display:none;}
.header .s_nr{width:100%; padding-left:0; background-color:#f7f7f7; position:relative; top:auto; right:auto; opacity:1; visibility:inherit;
transform:none;
-webkit-transform:none;}
.header .s_nr:hover{background-color:#f7f7f7;}
.header .s_ch:hover .s_nr{opacity:1; visibility:inherit;
transform:none;
-webkit-transform:none;}
.header .s_nr:before{display:none;}
.header .s_nr input{width:80%; height:46px; padding:0 10px; line-height:46px; color:#333; float:left;}
.header .s_nr input::placeholder{color:#999;}
.header .s_nr button{width:20%; height:46px; line-height:46px; color:#333;}
.header .s_nr button i{display:inline-block;}
.header .nav{width:70%; height:calc(100% - 131px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; bottom:0; right:-70%; z-index:9999; overflow:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.header.on .nav{height:calc(100% - 85px);}
.header .nav.on{right:0;}
.header .nav ul{width:100%; float:none; display:block;}
.header .nav ul li{width:100%; height:auto; text-align:left; border-bottom:1px solid #ddd; float:none; padding:0; margin:0;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{display:block; width:50%; padding-right:10px; position:absolute; top:0; right:0; font-size:16px; text-align:right; line-height:60px; z-index:99;}
.header .nav .y_j a{font-size:15px; color:#333; line-height:60px;}
.header .nav .y_j a:hover{color:#333;}
.header .nav ul li:hover .y_j a{color:#333;}
.header .nav ul li.on .y_j a{color:#333;}
.header .nav .e_j{width:70%; height:calc(100% - 131px); padding:10px 5% 20px; box-shadow:none; background-color:#fafafa; position:fixed; top:auto; left:auto; bottom:0; right:-70%; z-index:9999; overflow:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.header.on .nav .e_j{height:calc(100% - 85px);}
.header .nav .e_j.on{right:0;}
.header .nav .e_j:after{display:none;}
.header .nav .f_l{width:100%; padding:0; margin-bottom:0;}
.header .nav .f_l p{margin:0;}
.header .nav .f_l p a{font-size:15px; line-height:60px; color:#555; text-align:left; border-bottom:1px solid #ddd;}
.header .nav .f_l p a:hover{color:#555;}
.header .nav .s_b{display:block; line-height:50px;}
.header .nav .s_b i{font-size:16px;}
}
@media only screen and (max-width:640px){
.header{background-color:#fff; position:fixed; top:0; left:0;}
.header .logo{width:190px; margin:20px 0;}
.header .nav{width:100%; height:calc(100% - 72px); right:-100%;}
.header.on .nav{height:calc(100% - 72px);}
.header .nav .e_j{width:100%; height:calc(100% - 72px); right:-100%;}
.header.on .nav .e_j{height:calc(100% - 72px);}
}

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

.swiper-ban{width:100%; height:calc(100vh - 156px); min-height:650px; background-color:#000; position:relative; overflow:hidden;}
.swiper-ban .swiper-button-prev{width:50px; height:50px; border-radius:50%; background:rgba(0,0,0,.3) url(../images/ban_l.png) no-repeat center / 32px 32px; left:3%; top:50%; margin-top:-25px; z-index:99; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.swiper-ban .swiper-button-prev:hover{background-color:rgba(229,33,43,.8);}
.swiper-ban .swiper-button-next{width:50px; height:50px; border-radius:50%; background:rgba(0,0,0,.3) url(../images/ban_r.png) no-repeat center / 32px 32px; right:3%; top:50%; margin-top:-25px; z-index:99; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.swiper-ban .swiper-button-next:hover{background-color:rgba(229,33,43,.8);}
.swiper-ban .swiper-slide{overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.swiper-ban img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
.swiper-ban .bn_wz i{font-size:16px; display:inline-block; vertical-align:middle; margin-left:6px; margin-top:-2px;}
.swiper-ban .swiper-pagination{bottom:35px;}
.swiper-ban .swiper-pagination-bullet{width:10px; height:10px; border-radius:10px; background-color:#fff; margin:0 6px !important;
transition:all .5s;
-webkit-transition:all .5s;}
.swiper-ban .swiper-pagination-bullet-active{width:30px; opacity:1;}
@media only screen and (max-width:1100px){
.swiper-ban{height:inherit; min-height:inherit;}
.swiper-ban .swiper-button-prev{width:40px; height:40px; background:url(../images/ban_l.png) no-repeat center / 26px 26px;}
.swiper-ban .swiper-button-next{width:40px; height:40px; background:url(../images/ban_r.png) no-repeat center / 26px 26px;}
.swiper-ban .bn_wz{max-width:800px;}
.swiper-ban .bn_wz h1{font-size:28px; line-height:38px;}
.swiper-ban .bn_wz h3{font-size:20px; line-height:26px;}
.swiper-ban .bn_wz a.a_n{width:140px; height:40px; font-size:15px; line-height:40px;}
.swiper-ban .bn_wz i{font-size:15px;}
.swiper-ban .swiper-pagination{bottom:20px;}
}
@media only screen and (max-width:992px){
.swiper-ban .swiper-button-prev{display:none;}
.swiper-ban .swiper-button-next{display:none;}
.swiper-ban .bn_wz h1{font-size:22px; line-height:32px;}
.swiper-ban .bn_wz h3{font-size:17px;}
.swiper-ban .bn_wz a.a_n{width:130px; height:36px; font-size:14px; line-height:36px;}
.swiper-ban .bn_wz a.s_p i{font-size:60px;}
}

.gy_bt{margin-bottom:50px; text-align:left; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; position:relative; z-index:99;}
.gy_bt h3{font-size:36px; line-height:44px; font-weight:bold; color:#000;}
.gy_bt span{color:#e5212b;}
.gy_bt p{font-size:18px; line-height:26px; color:#777; margin-top:5px;}
.gy_bt a{width:140px; height:44px; background-color:#f2f2f2; border-radius:22px; font-size:16px; line-height:44px; color:#333; text-align:center; display:block;}
.gy_bt a:hover{background-color:#e5212b; color:#fff;}
@media only screen and (max-width:1100px){
.gy_bt{margin-bottom:45px;}
.gy_bt h3{font-size:26px; line-height:36px;}
.gy_bt p{font-size:16px; margin-top:0;}
.gy_bt a{width:120px; height:40px; border-radius:20px; font-size:15px; line-height:40px;}
}
@media only screen and (max-width:992px){
.gy_bt{margin-bottom:30px; display:block; text-align:center;}
.gy_bt h3{font-size:22px;}
.gy_bt p{font-size:14px;}
.gy_bt a{width:100px; height:32px; border-radius:16px; font-size:14px; line-height:32px; margin-top:10px; display:inline-block;}
}

.gy_nr{width:100%; margin-bottom:30px; position:relative;}
@media only screen and (max-width:1100px){
.gy_nr{margin-bottom:20px;}
}

.gy_tp{overflow:hidden; position:relative;}
.gy_tp img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;
transition:all 1s;
-webkit-transition:all 1s;}
.gy_nr:hover .gy_tp img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.t_j ul li:hover .gy_tp img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.tj_cp .swiper-slide:hover .gy_tp img{transform:scale(1.05);
-webkit-transform:scale(1.05);}

.sy_cp{width:100%; padding:90px 0; overflow:hidden;}
.sy_cp .cp_zs{position:relative;}
.sy_cp .swiper-slide{background:url(../images/cp_bj.jpg) no-repeat center / cover;}
.sy_cp .swiper-slide a{display:block; padding:20px; position:relative;}
.sy_cp .swiper-slide a:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(229,33,43,.6); opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-slide:hover a:after{opacity:1;}
.sy_cp .swiper-button-prev{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/hz_l.png) no-repeat center; left:-70px; margin-top:-22px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-button-prev:hover{background:#e5212b url(../images/hz_l1.png) no-repeat center; border:1px solid #e5212b;}
.sy_cp .swiper-button-next{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/hz_r.png) no-repeat center; right:-70px; margin-top:-22px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-button-next:hover{background:#e5212b url(../images/hz_r1.png) no-repeat center; border:1px solid #e5212b;}
.sy_cp .swiper-pagination{bottom:0; display:none;}
.sy_cp .t_p{overflow:hidden;}
.sy_cp .t_p img{width:100%; height:auto; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-slide:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.sy_cp .w_z{width:100%; padding:0 26px; position:absolute; top:55%; left:0; margin-top:-66px; line-height:24px; color:#fff; opacity:0; z-index:10;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_cp .swiper-slide:hover .w_z{top:50%; opacity:1;}
.sy_cp .w_z h3{font-size:20px; font-weight:bold; line-height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_cp .w_z p{height:48px; margin:10px 0 15px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.sy_cp .w_z span{display:inline-block; border:1px solid #fff; border-radius:3px; padding:0 10px; line-height:30px;}
@media only screen and (max-width:1100px){
.sy_cp{padding:60px 0 30px;}
.sy_cp .swiper-cp{padding-bottom:40px;}
.sy_cp .swiper-pagination{display:block;}
.sy_cp .swiper-button-prev{display:none;}
.sy_cp .swiper-button-next{display:none;}
.sy_cp .w_z{padding:0 15px; margin-top:-59px; line-height:22px;}
.sy_cp .w_z h3{font-size:18px; line-height:28px;}
.sy_cp .w_z p{height:44px; margin:8px 0 10px;}
.sy_cp .w_z span{line-height:26px;}
}
@media only screen and (max-width:640px){
.sy_cp{padding:40px 0 20px;}
.sy_cp .swiper-cp{padding-bottom:30px;}
.sy_cp .w_z h3{font-size:17px;}
}

.sy_gy{width:100%; padding-top:90px; background:url(../images/gy_bj.jpg) no-repeat center / cover; overflow:hidden; position:relative;}
.sy_gy:after{width:100%; height:100px; background-color:#fff; position:absolute; bottom:0; left:0; content:"";}
.sy_gy .container{position:relative; z-index:10;}
.sy_gy .gy_bt{margin-bottom:35px;}
.sy_gy .row{margin:0; justify-content:space-between; align-items:center;}
.sy_gy .gy_wz{width:48%; position:relative;}
.sy_gy .gy_wz .wz_nr{margin-bottom:25px; color:#555; font-size:16px; line-height:30px; overflow:hidden; display:-webkit-box;
line-clamp:6;
-webkit-line-clamp:6;
-webkit-box-orient:vertical;}
.sy_gy .gy_wz a{width:140px; height:44px; background-color:#fff; border-radius:22px; font-size:16px; line-height:44px; color:#333; text-align:center; display:block;}
.sy_gy .gy_wz a:hover{background-color:#e5212b; color:#fff;}
.sy_gy .gy_tp{width:48%; border:10px solid #fff; box-shadow:0 0 15px rgba(0,0,0,.1); overflow:hidden;}
.sy_gy .video{width:100%; overflow:hidden; position:relative;}
.sy_gy .video video{width:100%; height:100%; display:block; position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;}
.sy_gy .vd_bj{width:100%; cursor:pointer; position:relative; z-index:9;}
.sy_gy .vd_bj.on{opacity:0; z-index:-9;}
.sy_gy .vd_bj:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.3);}
.sy_gy .vd_bj img{width:100%; height:auto; display:block;}
.sy_gy .vd_bj i{position:absolute; top:50%; left:50%; z-index:9; font-size:56px; color:#fff;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
@media only screen and (max-width:1100px){
.sy_gy{padding-top:60px;}
.sy_gy:after{height:60px;}
.sy_gy .gy_bt{margin-bottom:20px;}
.sy_gy .gy_wz .wz_nr{font-size:15px; line-height:28px; margin-bottom:15px;
line-clamp:3;
-webkit-line-clamp:3;}
.sy_gy .gy_wz a{width:120px; height:40px; border-radius:20px; font-size:15px; line-height:40px;}
}
@media only screen and (max-width:640px){
.sy_gy{padding-top:40px;}
.sy_gy:after{height:100px;}
.sy_gy .gy_wz{width:100%;}
.sy_gy .gy_wz .wz_nr{line-clamp:5; font-size:14px; line-height:28px;
-webkit-line-clamp:5;}
.sy_gy .gy_wz a{width:100px; height:32px; border-radius:16px; font-size:14px; line-height:32px; margin:0 auto;}
.sy_gy .gy_tp{width:100%; margin-top:30px;}
}

.wrap{margin-top:60px;}
.wrap ul.row{margin:0 -15px;}
.wrap ul li{width:calc(25% - 30px); padding:35px 15px; background:url(../images/sj_bj.jpg) no-repeat center / cover; margin:0 15px; text-align:center;}
.wrap .s_z{font-size:20px; color:#fff;}
.wrap .s_z em{font-size:26px; display:inline-block; vertical-align:middle; margin-top:-4px;}
.wrap .s_z span{font-size:46px; font-weight:bold; margin-right:6px; display:inline-block;}
.wrap p{font-size:18px; color:#fff;}
@media only screen and (max-width:1100px){
.wrap{margin-top:50px;}
.wrap ul.row{margin:0 -10px;}
.wrap ul li{width:calc(25% - 20px); padding:25px 10px; margin:0 10px;}
.wrap .s_z{font-size:14px;}
.wrap .s_z em{font-size:17px;}
.wrap .s_z span{font-size:28px;}
.wrap p{font-size:16px;}
}
@media only screen and (max-width:640px){
.wrap{margin-top:10px;}
.wrap ul li{width:calc(50% - 20px); margin:20px 10px 0;}
.wrap .s_z{font-size:14px;}
.wrap .s_z em{font-size:17px;}
.wrap .s_z span{font-size:28px;}
.wrap p{font-size:16px;}
}

.sy_zs{width:100%; padding:90px 0; background:url(../images/zs_bj.jpg) no-repeat center / cover; overflow:hidden;}
.sy_zs .zs_zs{position:relative;}
.sy_zs .swiper-button-prev{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/hz_l.png) no-repeat center; left:-70px; margin-top:-22px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_zs .swiper-button-prev:hover{background:#e5212b url(../images/hz_l1.png) no-repeat center; border:1px solid #e5212b;}
.sy_zs .swiper-button-next{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/hz_r.png) no-repeat center; right:-70px; margin-top:-22px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_zs .swiper-button-next:hover{background:#e5212b url(../images/hz_r1.png) no-repeat center; border:1px solid #e5212b;}
.sy_zs .swiper-pagination{bottom:0; display:none;}
.sy_zs img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1100px){
.sy_zs{padding:60px 0 30px;}
.sy_zs .swiper-zs{padding-bottom:40px;}
.sy_zs .swiper-pagination{display:block;}
.sy_zs .swiper-button-prev{display:none;}
.sy_zs .swiper-button-next{display:none;}
}
@media only screen and (max-width:640px){
.sy_zs{padding:40px 0 20px;}
.sy_zs .swiper-zs{padding-bottom:30px;}
}

.sy_ys{width:100%; padding:120px 0; background:url(../images/ys_bj.jpg) no-repeat center / cover fixed; overflow:hidden;}
.sy_ys .gy_bt .b_t{width:100%; text-align:center;}
.sy_ys .gy_bt .b_t h3{color:#fff;}
.sy_ys .gy_bt .b_t p{color:rgba(255,255,255,.6);}
.sy_ys .ys_zs{text-align:center; line-height:22px; color:#777;}
.sy_ys .ys_zs ul{margin:0 -20px;}
.sy_ys .ys_zs ul li{width:calc(33.33333333% - 40px); margin:0 20px; padding:50px 30px 35px; background:url(../images/ys.jpg) no-repeat center / cover;}
.sy_ys .ys_zs .t_b{width:90px; height:90px; border-radius:50%; background-color:#e5212b; margin:0 auto 20px;}
.sy_ys .ys_zs .t_b img{width:100%; height:auto; display:block;}
.sy_ys .ys_zs .w_z h4{font-size:22px; font-weight:bold; color:#000; line-height:28px; margin-bottom:15px;}
.sy_ys .ys_zs .w_z p{font-size:16px; line-height:28px; color:#777;}
@media only screen and (max-width:1100px){
.sy_ys{padding:80px 0; background-attachment:scroll;}
.sy_ys .ys_zs ul{margin:0 -10px;}
.sy_ys .ys_zs ul li{width:calc(33.33333333% - 20px); margin:0 10px; padding:30px 15px 25px;}
.sy_ys .ys_zs .t_b{width:80px; height:80px; margin:0 auto 15px;}
.sy_ys .ys_zs .w_z h4{font-size:20px;}
.sy_ys .ys_zs .w_z p{font-size:15px; line-height:26px; color:#777;}
}
@media only screen and (max-width:640px){
.sy_ys{padding:50px 0;}
.sy_ys .ys_zs ul{margin:0;}
.sy_ys .ys_zs ul li{width:100%; margin:10px 0;}
.sy_ys .ys_zs .t_b{width:60px; height:60px;}
.sy_ys .ys_zs .w_z h4{font-size:18px;}
.sy_ys .ys_zs .w_z p{font-size:14px; line-height:22px;}
}

.sy_xw{width:100%; padding:80px 0; overflow:hidden;}
.sy_xw .tw_zs{width:calc(50% - 30px); margin:0 15px; background-color:#f7f7f7;}
.sy_xw .tw_lb{width:calc(50% - 30px); margin:0 15px;}
.sy_xw .tw_lb ul li{padding-bottom:25px; margin:0 0 25px; border-bottom:1px solid #eee;}
.sy_xw .tw_lb ul li:last-child{margin-bottom:0; padding-bottom:0; border-bottom:0;}
.sy_xw .t_p{overflow:hidden;}
.sy_xw .tw_lb .t_p{width:36%;}
.sy_xw .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.sy_xw .tw_zs:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.sy_xw .tw_lb ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.sy_xw .w_z{padding:15px 25px; font-size:15px; color:#777; line-height:28px;}
.sy_xw .tw_lb .w_z{width:64%; padding:0 0 0 20px;}
.sy_xw .w_z h3{font-size:22px; line-height:30px; margin:5px 0 10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .w_z h4{font-size:20px; line-height:26px; height:52px; margin-bottom:10px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.sy_xw .w_z p{line-height:22px; height:44px; margin-bottom:10px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.sy_xw a.m_r{display:inline-block; font-size:15px; color:#777;}
.sy_xw a.m_r:hover{color:#e5212b;}
.sy_xw a.m_r i{margin-left:10px; margin-top:-2px; font-size:18px; display:inline-block; vertical-align:middle;}
@media only screen and (max-width:1100px){
.sy_xw{padding:60px 0;}
.sy_xw .row{margin:0 -10px;}
.sy_xw .tw_zs{width:calc(44% - 20px); margin:0 10px;}
.sy_xw .tw_lb{width:calc(54% - 20px); margin:0 10px;}
.sy_xw .tw_lb ul li{padding-bottom:15px; margin:0 0 15px;}
.sy_xw .w_z{padding:10px 20px; font-size:14px; line-height:24px;}
.sy_xw .w_z h3{font-size:20px; line-height:26px;}
.sy_xw .w_z h4{font-size:18px; line-height:22px; height:22px;
line-clamp:1;
-webkit-line-clamp:1;}
}
@media only screen and (max-width:992px){
.sy_xw .row{margin:0;}
.sy_xw .tw_zs{width:100%; margin:0;}
.sy_xw .tw_lb{width:100%; margin:0;}
.sy_xw .tw_lb ul li{margin:25px 0 0; padding-bottom:25px;}
}
@media only screen and (max-width:640px){
.sy_xw{padding:40px 0;}
.sy_xw .tw_lb{margin-top:25px;}
.sy_xw .tw_lb ul li{margin:0 0 15px; padding-bottom:10px;}
.sy_xw .w_z{padding:10px 15px; font-size:14px; line-height:26px;}
.sy_xw .w_z h3{font-size:17px; line-height:24px;}
.sy_xw .w_z h4{font-size:16px;}
.sy_xw .w_z span{display:none;}
}

.ny_ban{width:100%; height:460px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden; z-index:99;}
.ny_ban .container{position:absolute; top:50%; left:50%; color:#fff; z-index:99;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%);}
.ny_ban .w_z{position:relative;}
.ny_ban .w_z h3{font-size:36px; font-weight:bold; line-height:46px; margin-bottom:10px;}
.ny_ban .w_z h4{font-size:20px; text-transform:uppercase; line-height:30px;}
@media only screen and (max-width:1100px) {
.ny_ban{height:260px;}
.ny_ban .container{width:100%;}
.ny_ban .w_z h3{font-size:24px; line-height:32px; margin-bottom:5px;}
.ny_ban .w_z h4{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:640px) {
.ny_ban{height:180px; text-align:center;}
.ny_ban .w_z h3{font-size:20px; line-height:30px; margin-bottom:5px;}
.ny_ban .w_z h4{font-size:14px; line-height:22px;}
}

.gs_bt{text-align:center; margin-bottom:50px;}
.gs_bt h3{font-size:32px; font-weight:bold; color:#e5212b; line-height:44px; margin-bottom:5px;}
.gs_bt h4{font-size:18px; color:#aaa; text-transform:uppercase; line-height:28px;}
@media only screen and (max-width:1100px){
.gs_bt{margin-bottom:40px;}
.gs_bt h3{font-size:26px; line-height:36px;}
.gs_bt h4{font-size:15px; line-height:26px;}	
}
@media only screen and (max-width:640px){
.gs_bt{margin-bottom:35px;}
.gs_bt h3{font-size:22px; line-height:32px;}
.gs_bt h4{font-size:14px; line-height:22px;}	
}

.gs_js{width:100%; padding:80px 0; overflow:hidden;}
.gs_js .gs_wz{width:48%;}
.gs_js .gs_wz h3{font-size:32px; font-weight:bold; color:#e5212b; line-height:44px; margin-bottom:5px;}
.gs_js .gs_wz h4{font-size:18px; color:#aaa; text-transform:uppercase; line-height:28px;}
.gs_js .gs_wz .w_z{font-size:15px; line-height:32px; text-align:justify; margin-top:35px;}
.gs_js .gs_tp{width:48%;}
.gs_js .gs_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1100px){
.gs_js{padding:60px 0;}
.gs_js .gs_wz{width:100%;}
.gs_js .gs_wz h3{font-size:26px; line-height:36px; text-align:center;}
.gs_js .gs_wz h4{font-size:15px; text-align:center;}
.gs_js .gs_wz .w_z{font-size:14px; line-height:28px; margin-top:25px;}
.gs_js .gs_tp{width:100%; margin-top:20px;}
}
@media only screen and (max-width:640px){
.gs_js{padding:50px 0;}
.gs_js .gs_wz h3{font-size:22px; line-height:32px; text-align:center;}
.gs_js .gs_wz h4{font-size:14px; text-align:center;}
.gs_js .gs_wz .w_z{font-size:14px; line-height:28px; margin-top:20px;}
}

.gs_jg{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.gs_jg img{max-width:100%; height:auto; display:block; margin:0 auto;}
@media only screen and (max-width:1100px){
.gs_jg{padding:60px 0;}
}
@media only screen and (max-width:640px){
.gs_jg{padding:50px 0;}
}

.gs_xs{width:100%; padding:80px 0; overflow:hidden;}
.gs_xs img{max-width:100%; height:auto; display:block; margin:0 auto;}
@media only screen and (max-width:1100px){
.gs_xs{padding:60px 0;}
}
@media only screen and (max-width:640px){
.gs_xs{padding:50px 0;}
}

.ny_lm{width:100%; height:70px; box-shadow:0 0 20px 0px rgba(95,125,158,.1); line-height:70px; color:#999; position:relative; z-index:999; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_lm i{font-size:16px; display:inline-block; vertical-align:middle; margin-right:10px; margin-top:-2px;}
.ny_lm .y_c li{margin-left:30px;}
@media only screen and (max-width:1100px) {
.ny_lm{height:56px; line-height:56px;}
}

.ny_nr{width:100%; padding:60px 0 80px; overflow:hidden;}
.ny_nr .ny_bt{font-size:22px; line-height:80px; color:#e5212b; margin-bottom:30px; border-bottom:1px solid #ddd;}
.ny_nr .cp_zh{display:flex; flex-wrap:wrap; margin:0 -15px;}
.ny_nr .cp_lm{width:calc(25% - 30px); margin:0 15px;}
.ny_nr .cp_lm h3{padding:25px 20px; background-color:#e5212b; font-size:20px; font-weight:bold; line-height:30px; color:#fff;}
.ny_nr .cp_lm .l_m{border:1px solid #ddd; border-top:0; border-bottom:0;}
.ny_nr .cp_lm ul li{padding:20px; border-bottom:1px solid #d6dce0;}
.ny_nr .cp_lm a.e_j{display:block; font-size:16px; line-height:28px; position:relative; color:#000;}
.ny_nr .cp_lm a.e_j:hover{color:#e5212b;}
.ny_nr .cp_lm ul li.on a.e_j{color:#e5212b;}
.ny_nr .cp_lm i{position:absolute; top:0; right:0; display:block; font-size:16px; line-height:28px; color:#000; text-align:center;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .cp_lm ul li:hover i{color:#df0615;
transform:rotate(90deg);
-webkit-transform:rotate(90deg);}
.ny_nr .cp_lm ul li.on i{color:#df0615;
transform:rotate(90deg);
-webkit-transform:rotate(90deg);}
.ny_nr .cp_lm .s_j{padding-top:10px; display:none;}
.ny_nr .cp_lm .s_j p{margin-bottom:2px;}
.ny_nr .cp_lm .s_j p a{font-size:14px; text-indent:25px; line-height:40px; color:#555; display:block; position:relative; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .cp_lm .s_j p a:hover{background-color:#f6f7f8; color:#df0615; text-indent:30px;}
.ny_nr .cp_lm .s_j p.on a{background-color:#f6f7f8; color:#df0615; text-indent:30px;}
.ny_nr .cp_lm .s_j p a:after{width:4px; height:4px; border-radius:50%; background-color:#d6dce0; content:""; position:absolute; top:18px; left:10px;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .cp_lm .s_j p a:hover:after{background-color:#df0615;}
.ny_nr .cp_lm .s_j p.on a:after{background-color:#df0615;}
.ny_nr .lm_lb .gy_wz{line-height:22px; color:#555; margin-top:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .cp_lb{width:calc(75% - 30px); margin:0 15px;}
.ny_nr .cp_lb ul.row li{width:calc(33.33333333333333% - 30px); margin:0 15px 30px; padding:10px; border:1px solid #eee;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .cp_lb ul.row li:hover{border:1px solid #e5212b;}
.ny_nr .cp_lb .gy_nr{margin:0;}
.ny_nr .cp_lb .gy_tp{background:url(../images/cp_bj.jpg) no-repeat center / cover;}
.ny_nr .cp_lb .gy_wz{width:100%; padding:10px 10px 0;}
.ny_nr .cp_lb .gy_wz h3{font-size:20px; line-height:30px; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .cp_lb .gy_wz p{color:#aaa;}
.ny_nr .cp_lb .gy_wz p i{margin-left:10px; margin-top:-2px; font-size:18px; display:inline-block; vertical-align:middle;}
.ny_nr .xw_lb ul li{width:calc(33.33333333% - 30px); margin:0 15px 30px; border:1px solid #eee;}
.ny_nr .xw_lb .t_p{overflow:hidden;}
.ny_nr .xw_lb .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
user-select:none;
transition:all 1s;
-webkit-transition:all 1s;}
.ny_nr .xw_lb ul li:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);}
.ny_nr .xw_lb .w_z{padding:20px;}
.ny_nr .xw_lb .w_z h3{font-size:22px; line-height:32px; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .xw_lb .w_z p{line-height:22px; color:#777; height:44px; margin-bottom:20px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.ny_nr .xw_lb .w_z span{color:#aaa;}
.ny_nr .ly_bt{margin-bottom:20px;}
.ny_nr .ly_bt ul li{width:calc(50% - 30px); margin:0 15px 20px;}
.ny_nr .ly_bt ul li:nth-last-child(2){width:calc(100% - 30px);}
.ny_nr .ly_bt ul li:last-child{width:calc(100% - 30px);}
.ny_nr .ly_bt input{width:100%; height:52px; padding:0 15px; border:1px solid #eee; border-radius:3px; line-height:50px; display:block;}
.ny_nr .ly_bt textarea{width:100%; height:100px; padding:10px 15px; border:1px solid #eee; border-radius:3px; line-height:26px; display:block; outline:none;}
.ny_nr .ly_bt button{width:140px; height:52px; border-radius:3px; background-color:#e5212b; font-size:18px; line-height:52px; text-align:center; color:#fff; outline:none; display:block; margin:0 auto;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .ly_bt button:hover{background-color:#e5212b;}
.ny_nr .tj_cp{position:relative;}
.ny_nr .tj_cp .gy_tp{background:url(../images/cp_bj.jpg) no-repeat center / cover;}
.ny_nr .tj_cp .gy_wz{font-size:20px; line-height:22px; color:#555; text-align:center; margin-top:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .tj_cp .swiper-button-prev{width:24px; height:44px; background:#f7f7f7 url(../images/hz_l.png) no-repeat center; left:-44px; margin-top:-22px;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .tj_cp .swiper-button-prev:hover{background:#e5212b url(../images/hz_l1.png) no-repeat center;}
.ny_nr .tj_cp .swiper-button-next{width:24px; height:44px; background:#f7f7f7 url(../images/hz_r.png) no-repeat center; right:-44px; margin-top:-22px;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .tj_cp .swiper-button-next:hover{background:#e5212b url(../images/hz_r1.png) no-repeat center;}
.ny_nr .tj_cp .swiper-pagination{bottom:0; display:none;}
@media only screen and (max-width:1100px) {
.ny_nr{padding:45px 0 60px;}
.ny_nr .ny_bt{font-size:20px; line-height:50px; padding-bottom:6px; margin-bottom:20px;}
.ny_nr .cp_zh{margin:0 -10px;}
.ny_nr .cp_lm{width:calc(25% - 20px); margin:0 10px;}
.ny_nr .lm_lb{margin-bottom:15px;}
.ny_nr .lm_lb h3{padding:20px 15px; font-size:18px; line-height:28px;}
.ny_nr .lm_lb ul li{padding:15px;}
.ny_nr .lm_lb .l_m a{font-size:15px;}
.ny_nr .lm_lb .t_j{padding:10px;}
.ny_nr .lm_lb .t_j ul li{padding:5px;}
.ny_nr .gs_wz{width:calc(75% - 20px); margin:0 10px;}
.ny_nr .gs_wz .w_z{font-size:16px; line-height:30px;}
.ny_nr .cp_lb{width:calc(75% - 20px); margin:0 10px;}
.ny_nr .cp_lb ul.row{margin:0 -8px;}
.ny_nr .cp_lb ul.row li{width:calc(33.33333333333333% - 16px); margin:0 8px 16px; padding:5px;}
.ny_nr .cp_lb .gy_wz{padding:5px 5px 0;}
.ny_nr .cp_lb .gy_wz h3{font-size:18px; line-height:26px;}
.ny_nr .xw_lb ul{margin:0 -8px;}
.ny_nr .xw_lb ul li{width:calc(33.33333333% - 16px); margin:0 8px 16px;}
.ny_nr .xw_lb .w_z{padding:10px;}
.ny_nr .xw_lb .w_z h3{font-size:18px; line-height:26px; margin-bottom:10px;}
.ny_nr .xw_lb .w_z p{margin-bottom:10px;}
.ny_nr .ly_bt ul{margin:0 -8px;}
.ny_nr .ly_bt ul li{width:calc(50% - 16px); margin:0 8px 16px;}
.ny_nr .ly_bt ul li:nth-last-child(2){width:calc(100% - 16px);}
.ny_nr .ly_bt ul li:last-child{width:calc(100% - 16px);}
.ny_nr .ly_bt button{width:130px; height:44px; font-size:16px; line-height:44px;}
.ny_nr .tj_cp .gy_wz{font-size:18px; margin-top:10px;}
.ny_nr .tj_cp .swiper-tj{padding-bottom:40px;}
.ny_nr .tj_cp .swiper-button-prev{display:none;}
.ny_nr .tj_cp .swiper-button-next{display:none;}
.ny_nr .tj_cp .swiper-pagination{display:block;}
}
@media only screen and (max-width:992px) {
.ny_nr{padding:40px 0 60px;}
.ny_nr .cp_zh{margin:0 -10px;}
.ny_nr .cp_lm{width:calc(33.33333333% - 20px); margin:0 10px;}
.ny_nr .cp_lb{width:calc(66.66666666% - 20px); margin:0 10px;}
.ny_nr .cp_lb ul.row li{width:calc(50% - 16px);}
}
@media only screen and (max-width:640px) {
.ny_nr{padding:20px 0 60px;}
.ny_nr .cp_zh{margin:0;}
.ny_nr .cp_lm{display:none;}
.ny_nr .gs_wz{width:100%; margin:0;}
.ny_nr .cp_lb{width:100%; margin:0;}
.ny_nr .cp_lb ul.row{margin:0 -5px;}
.ny_nr .cp_lb ul.row li{width:calc(50% - 10px); margin:0 5px 10px; padding:5px;}
.ny_nr .cp_lb .gy_wz{padding:5px 5px 0;}
.ny_nr .cp_lb .gy_wz h3{font-size:16px; line-height:26px;}
.ny_nr .ny_xw{width:100%; margin:0;}
.ny_nr .xw_lb ul{margin:0;}
.ny_nr .xw_lb ul li{width:100%; margin:0 0 25px;}
.ny_nr .xw_lb .w_z h3{font-size:17px;}
.ny_nr .tj_cp .gy_wz{font-size:16px;}
}

.cp_xq{width:calc(75% - 30px); margin:0 15px;}
.cp_xq .cp_zs{margin-bottom:35px;}
.cp_xq .cp_zs .row{margin:0 -20px;}
.cp_xq .cp_zs .col-12{padding:0 20px;}
.cp_xq .cp_xt{padding:0 30px; position:relative;}
.cp_xq .cp_xt .swiper-button-prev{width:13px; height:24px; background:url(../images/hz_l.png) no-repeat center; top:50%; left:0; margin-top:-12px;
background-size:13px 24px;
-webkit-background-size:13px 24px;}
.cp_xq .cp_xt .swiper-button-next{width:13px; height:24px; background:url(../images/hz_r.png) no-repeat center; top:50%; right:0; margin-top:-12px;
background-size:13px 24px;
-webkit-background-size:13px 24px;}
.cp_xq .cp_dt{border:1px solid #eee;}
.cp_xq .cp_dt img{width:100%; height:auto; display:block;}
.cp_xq .cp_js a{display:inline-block; min-width:150px; padding:0 25px; border-radius:3px; background-color:#e5212b; text-align:center; line-height:50px; color:#fff;}
.cp_xq .cp_js a:hover{background-color:#ae1b23;}
.cp_xq .cp_js a + a{background-color:#eee; color:#555; margin-left:6px;}
.cp_xq .cp_js a + a:hover{color:#fff;}
.cp_xq .cp_js .m_c{font-size:26px; font-weight:bold; line-height:32px; color:#000;}
.cp_xq .cp_js .j_s{line-height:26px; color:#777; border-bottom:1px solid #eee; border-top:1px solid #eee; padding:20px 0; margin:30px 0;}
.cp_xq .cp_cs .b_t{margin-bottom:35px; border-bottom:1px solid #ddd;}
.cp_xq .cp_cs .b_t span{min-width:160px; display:inline-block; padding:0 20px; background-color:#e5212b; font-size:18px; line-height:50px; text-align:center; color:#fff;}
.cp_xq .cp_cs .z_s{margin-bottom:35px; line-height:30px;}
.cp_xq .cp_cs .z_s h3{font-size:20px; font-weight:bold; color:#e5212b; margin-bottom:20px;}
.cp_xq .cp_cs .z_s img{max-width:100%; height:auto; display:block;}
@media only screen and (max-width:1100px){
.cp_xq{width:calc(75% - 20px); margin:0 10px;}
.cp_xq .cp_zs{margin-bottom:30px;}
.cp_xq .cp_zs .row{margin:0 -15px;}
.cp_xq .cp_zs .col-12{padding:0 15px;}
.cp_xq .cp_xt{padding:0 20px;}
.cp_xq .cp_js .m_c{font-size:22px; line-height:28px;}
.cp_xq .cp_js .j_s{padding:15px 0; margin:20px 0;}
.cp_xq .cp_js a{min-width:120px; padding:0 15px; line-height:40px;}
.cp_xq .cp_cs .b_t{margin-bottom:25px;}
.cp_xq .cp_cs .b_t span{font-size:16px; line-height:40px;}
}
@media only screen and (max-width:992px){
.cp_xq{width:calc(66.66666666% - 20px);}
.cp_xq .cp_js{margin-top:30px;}
}
@media only screen and (max-width:640px){
.cp_xq{width:100%; margin:0;}
.cp_xq .cp_js{margin-top:30px;}
.cp_xq .cp_js .m_c{font-size:20px;}
.cp_xq .cp_js .j_s{margin:15px 0;}
}

.gallery-cpzs{margin-top:20px;}
.gallery-cpzs .swiper-slide{border:1px solid #e7e7e7; cursor:pointer;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;}
.gallery-cpzs .swiper-slide.active{border:1px solid #e5212b;}
.gallery-cpzs .swiper-slide img{width:100%; height:auto; display:block;}

.ny_lx{width:100%; padding:80px 0; overflow:hidden;}
.ny_lx .b_t{margin-bottom:35px; font-size:26px; font-weight:bold; color:#000; line-height:36px;}
.ny_lx .lx_nr{width:440px;}
.ny_lx .lx_nr .x_x ul li{margin-top:30px; font-size:16px; line-height:32px; color:#333; padding-left:30px; position:relative;}
.ny_lx .lx_nr .x_x i{width:30px; position:absolute; top:0; left:0; color:#999; text-align:center; display:inline-block;}
.ny_lx .lx_nr .x_x i.icon-youxiang1{font-size:18px;}
.ny_lx .lx_nr .x_x i.icon-dianhua4{font-size:18px;}
.ny_lx .lx_bd{width:calc(100% - 500px);}
.ny_lx .lx_bd .b_d ul li{width:45%; position:relative;}
.ny_lx .lx_bd .b_d ul li.q_b{width:100%;}
.ny_lx .lx_bd .b_d input{width:100%; height:71px; border-bottom:1px solid #eee; line-height:70px; color:#333; display:block;}
.ny_lx .lx_bd .b_d input::placeholder{color:#999;}
.ny_lx .lx_bd .b_d textarea{width:100%; height:86px; padding-top:13px; border-bottom:1px solid #eee; line-height:24px; color:#333; resize:none; display:block;}
.ny_lx .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_lx .lx_bd .b_d button{width:140px; height:46px; border-radius:5px; background-color:#e5212b; font-size:15px; line-height:46px; color:#fff; margin-top:40px; margin-right:15px; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_lx .lx_bd .b_d button:hover{background-color:#ae1b23;}
.ny_lx .lx_bd .b_d button.c_z{background-color:#888;}
.ny_lx .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
.ny_lx .lx_mp{width:100%; height:400px; margin-top:50px;}
@media only screen and (max-width:1100px){
.ny_lx{padding:50px 0;}
.ny_lx .b_t{margin-bottom:25px; font-size:22px; line-height:28px;}
.ny_lx .lx_nr{width:300px;}
.ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:22px;}
.ny_lx .lx_bd{width:calc(100% - 340px);}
.ny_lx .lx_bd .b_d ul li{width:47%; position:relative;}
.ny_lx .lx_bd .b_d input{height:53px; line-height:52px;}
.ny_lx .lx_bd .b_d textarea{line-height:24px;}
.ny_lx .lx_bd .b_d button{width:120px; height:38px; line-height:38px; margin-top:15px;}
.ny_lx .lx_mp{height:350px;}
}
@media only screen and (max-width:640px){
.ny_lx{padding:40px 0;}
.ny_lx .b_t{margin-bottom:15px; font-size:18px; line-height:26px;}
.ny_lx .lx_nr{width:100%; margin-bottom:35px;}
.ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:26px;}
.ny_lx .lx_bd{width:100%;}
.ny_lx .lx_bd .b_d ul li{width:100%;}
.ny_lx .lx_mp{height:230px; margin-top:40px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.cp_zh .yema{margin-top:10px;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#e5212b; border:1px solid #e5212b; color:#fff;}
.yema ul li a.on{background-color:#e5212b; border:1px solid #e5212b; color:#fff;}
@media only screen and (max-width:1440px){
.yema{margin-top:20px;}
.yema ul li a{min-width:36px; padding:0 10px; font-size:14px; line-height:34px;}
}
@media only screen and (max-width:992px){
.yema{margin-top:10px;}
.yema ul li a{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}
@media only screen and (max-width:320px){
.yema ul li{margin:0 1px;}
.yema ul li a{padding:0 6px;}
}

.footer{width:100%; background:url(../images/ft_bj.jpg) no-repeat center / cover; line-height:1.6; color:rgba(255,255,255,.6);}
.footer a{color:rgba(255,255,255,.6);}
.footer a:hover{color:#fff;}
.footer p{margin-bottom:10px;}
.footer h3{font-size:20px; font-weight:bold; line-height:28px; margin-bottom:15px; color:#eee; 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:rgba(255,255,255,.6); 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:rgba(255,255,255,.6); 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 .ft_dh{border-bottom:1px solid rgba(255,255,255,.2); padding:70px 0 50px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_lx{width:30%;}
.footer .ft_lm{width:calc(70% - 260px); display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_lm .cp_fl{width:30%;}
.footer .ft_em{width:110px;}
.footer .ft_em img{width:100%; height:auto; display:block;}
.footer .ft_em p{margin-top:10px; text-align:center;}
.footer .banquan{padding:20px 0; text-align:center; line-height:22px;}
.footer .banquan span{display:inline-block; margin:0 5px;}
@media only screen and (max-width:1100px){
.footer p{margin-bottom:10px;}
.footer h3{font-size:18px; line-height:26px; margin-bottom:10px;}
.footer .ft_dh{padding:60px 0 40px;}
.footer .ft_lx{width:28%;}
.footer .ft_lm{width:calc(72% - 300px);}
.footer .ft_em{width:100px;}
.footer .ft_em p{margin-top:6px;}
.footer .banquan{padding:20px 0; text-align:center; line-height:22px;}
.footer .banquan span{display:inline-block; margin:0 5px;}
}
@media only screen and (max-width:1100px){
  .footer .ft_lm{width:calc(72% - 220px);}  
}
@media only screen and (max-width:640px){
.footer{background:#e5212b;}
.footer h3{font-size:16px; font-weight:normal; padding:10px 0; margin-top:5px; margin-bottom:5px;}
.footer h3 em{display:block;}
.footer .ft_dh{padding:30px 0 20px;}
.footer .ft_lx{width:100%; border-bottom:1px solid rgba(255,255,255,.2);}
.footer .ft_lx .l_x{margin-bottom:20px;}
.footer .ft_lm{width:100%;}
.footer .ft_lm .cp_fl{width:100%; border-bottom:1px solid rgba(255,255,255,.2);}
.footer .ft_lm .cp_fl:last-child{width:100%;}
.footer .ft_em{margin:30px auto 0;}
.footer .ft_dh .l_b{display:none; padding-bottom:10px;}
.footer .banquan{padding:20px 0; text-align:center;}
}

.fh_top{width:44px; height:44px; border-radius:50%; background-image:linear-gradient(0deg,#fff,#f3f5f8); border:2px solid #fff; box-shadow:0 0 15px 0 rgba(55,99,170,.2); border-radius:50%; position:fixed; bottom:18px; right:13px; cursor:pointer; text-align:center; line-height:44px; overflow:hidden; z-index:99999; display:none;}
.fh_top i{font-size:30px; color:#e5212b; display:inline-block; vertical-align:middle; margin-top:-4px;}
@media only screen and (max-width:1100px){
.fh_top{width:36px; height:36px; bottom:18px; right:10px; line-height:36px;}
.fh_top i{font-size:26px; margin-top:-4px;}
}

.jg_zs .t_p{width: 100%;height:340px; overflow:hidden; margin-bottom: 20px;}
.jg_zs .t_p img{width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center top;
    -webkit-user-select:none;
    user-select:none;
    transition:all 5s;
    -webkit-transition:all 5s;
}
.jg_zs .t_p:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.xs_zs .t_p{width: 100%;height:340px; overflow:hidden; margin-bottom: 20px;}
.xs_zs .t_p img{width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center top;
    -webkit-user-select:none;
    user-select:none;
    transition:all 5s;
    -webkit-transition:all 5s;
}
.xs_zs .t_p:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.xw_xq{width:100%; overflow:hidden; position:relative;}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
    .xw_xq .xq_nr .b_t{font-size:2rem; line-height:3rem; margin-bottom:1.5rem;}
    .xw_xq .xq_nr .x_x{padding-bottom:2.5rem; margin-bottom:2.5rem;}
    .xw_xq .xq_nr .n_r{font-size:1.4rem; line-height:2.6rem;}
    .xw_xq .xq_nr .f_y{margin-top:3rem; padding-top:2rem; font-size:1.4rem;}
}

.header .language{ height:98px; font-size:17px; text-align:center; line-height:98px; color:#333; cursor:pointer; position:relative; z-index:9;
    transition:all .5s;
    -webkit-transition:all .5s;}
.header .language .l_m i{display:inline-block; vertical-align:middle; margin-top:-2px; margin-left:10px; font-size:18px;}
.header .language .x_l{width:150px; padding-top:8px; position:absolute; top:90px; left:50%; margin-left:-75px; display:none;}
.header .language .x_l:before{width:0; height:0; border-right:10px solid transparent; border-left:10px solid transparent; border-bottom:8px solid #284176; content:""; position:absolute; top:0; left:50%; margin-left:-10px;}
.header .language .x_l ul{padding:10px 15px; background-color:#284176; float:none;display: block;}
.header .language .x_l ul li{margin:0; float:none;}
.header .language .x_l ul li a{font-size:14px; text-align:center; color:#fff; line-height:32px; display:block;}
.header .language .x_l ul li a:hover{color:#e5212b;}
@media only screen and (max-width:640px){
    .header .language{display: none;}
}