@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#333; text-align:justify; font-family:"Microsoft YaHei",Arial;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:14px; border:0; background:none; outline:none; vertical-align:middle; font-family:"Microsoft YaHei",Arial;}
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:#dd0010; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
@media only screen and (max-width:1279px){
    .container{padding:0 25px;}
    input,textarea{-webkit-appearance:none; border-radius:0;}
}
@media only screen and (max-width:640px){
    .container{padding:0 20px;}
}
@media only screen and (max-width:375px){
    .container{padding:0 15px;}
}

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

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

.header{width:100%; background-color:#fff; position:fixed; top:0; left:0; z-index:99999;
    transition:all .5s;
    -webkit-transition:all .5s;}
.header.on{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{width:341px; position:relative;}
.header .logo img{width:100%; height:auto; display:block;}
.header .an{position:absolute; top:50%; margin-top:-8px; right:0; height:17px; width:32px; display:none;}
.header .an span{width:32px; height:2px; background-color:#333; display:block; position:absolute;
    transition:all .5s;
    -webkit-transition:all .5s;}
.header.on .an span{background-color:#555;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top: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 .s_ch{line-height:36px; color:#333; cursor:pointer; display:inline-block;
    transition:all .5s;
    -webkit-transition:all .5s;}
.header .s_ch i{font-weight:bold;}
.header .nav{display:flex; align-items:center; justify-content:space-between;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-right:50px; position:relative;}
.header .nav .y_j{position:relative;}
.header .nav .y_j:after{width:0; height:2px; position:absolute; left:0; bottom:0; background-color:#dd0010; 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 .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:18px; color:#333; text-transform:uppercase; line-height:100px;}
.header .nav ul li:hover .y_j a{color:#dd0010;}
.header .nav ul li.on .y_j a{color:#dd0010;}
.header .nav .e_j{width:200px; border-radius:0 0 5px 5px; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05); position:absolute; top:100px; left:50%; margin-left:-100px; 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 a{font-size:16px; text-align:center; color:#555; line-height:55px; display:block;}
.header .nav .f_l a:hover{background-color:#dd0010; color:#fff;}
.header .nav .s_b{display:none;}
@media only screen and (max-width:1600px){
    .header .nav ul li{margin-right:35px;}
}
@media only screen and (max-width:1440px){
    .header .nav ul li{margin-right:30px;}
    .header .nav .y_j a{font-size:17px;}
}
@media only screen and (max-width:1360px){
    .header .logo{width:300px;}
    .header .nav ul li{margin-right:25px;}
}
@media only screen and (max-width:1279px){
    .header .logo{width:270px; margin:20px 0;}
    .header .an{display:block;}
    .header .nav{width:70%; display:block; height:calc(100% - 80px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; bottom:0; right:-70%; 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:after{display:none;}
    .header .nav .y_j i{display:block; width:50%; padding-right:10px; position:absolute; top:0; right:0; font-size:16px; font-weight:bold; text-align:right; line-height:60px; z-index:99;}
    .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;}
    .header .nav ul li.on .y_j a{color:#333;}
    .header .nav .e_j{width:70%; height:calc(100% - 80px); box-shadow:none; margin-left:0; padding:10px 5% 20px; background-color:#fafafa; opacity:1; position:fixed; top:auto; left:auto; bottom:0; right:-70%; 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 .e_j.d_s{width:70%; margin-left:0; padding:10px 5% 20px;}
    .header .nav .f_l{width:100%; padding:0; margin-bottom:0;}
    .header .nav .f_l a{font-size:16px; text-align:left; color:#555; line-height:60px; border-bottom:1px solid #ddd;}
    .header .nav .s_b{display:block; line-height:44px;}
    .header .nav .s_b i{font-size:16px; font-weight:bold;}
}
@media only screen and (max-width:320px){
    .header .logo{width:220px; margin:20px 0;}
    .header .nav{height:calc(100% - 72px); text-align:center;}
    .header .nav .e_j{height:calc(100% - 72px);}
    .header .nav .y_j a{font-size:14px; line-height:50px;}
    .header .nav .f_l a{font-size:14px; line-height:50px;}
}

.head_h{width:100%; height:100px; overflow:hidden;}
@media only screen and (max-width:1279px){
    .head_h{height:80px;}
}
@media only screen and (max-width:320px){
    .head_h{height:72px;}
}

.search{width:100%; height:calc(100vh - 100px); background-color:rgba(0,0,0,.8); position:fixed; top:100px; left:0; z-index:9999999999; display:none;}
.search .sc_bj{width:100%; padding:150px 0; background-color:#fafafa; position:relative;}
.search .sc_gb{position:absolute; top:25px; right:25px; cursor:pointer; color:#999;
    transition:all .5s;
    -webkit-transition:all .5s;}
.search .sc_gb:hover{color:#dd0010;
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg);}
.search .sc_gb i{font-size:28px;}
.search .sc_nr{width:500px; border-bottom:1px solid #ddd; margin:0 auto;}
.search input{width:430px; height:60px; line-height:60px; color:#555; float:left;}
.search input::placeholder{color:#aaa;}
.search button{height:60px; line-height:60px; text-align:center; color:#000; float:right; outline:none;}
.search button i{font-weight:bold;}
@media only screen and (max-width:1279px){
    .search{height:100vh; top:0;}
    .search .sc_bj{padding:100px 0;}
    .search .sc_gb{top:20px; right:20px;}
    .search .sc_gb i{font-size:26px; font-weight:lighter;}
    .search .sc_nr{width:90%;}
    .search input{width:85%; font-size:15px;}
    .search button{width:15%;}
    .search button i{font-size:24px; font-weight:lighter;}
}

.pc_ban{width:100%; height:calc(100vh - 100px); position:relative; overflow:hidden;}
.pc_ban .tt_xw{width:100%; position:absolute; bottom:20px; left:0; z-index:999;}
.pc_ban .xw_nr{width:70%; border-radius:10px; overflow:hidden; display:flex; flex-wrap:wrap; justify-content:space-between;}
.pc_ban .xw_nr .b_t{width:100px; height:100px; font-size:22px; line-height:28px; font-weight:bold; color:#fff; display:flex; justify-content:center; align-items:center;
    background-image:-webkit-linear-gradient(-120deg, #bbd820, #0b9340);
    background-image:linear-gradient(-120deg, #bbd820, #0b9340);}
.pc_ban .xw_nr .n_r{width:calc(100% - 100px); padding:30px 80px 30px 40px; position:relative;
    background-image:-webkit-linear-gradient(left, rgba(178,0,4,.8), rgba(243,137,0,.7));
    background-image:linear-gradient(left, rgba(178,0,4,.8), rgba(243,137,0,.7));}
.pc_ban .xw_nr .n_r i{width:32px; height:32px; background-color:rgba(255,255,255,.3); text-align:center; line-height:32px; color:#fff; border-radius:50%; display:block; position:absolute; right:30px; top:50%; margin-top:-16px;}
.pc_ban .xw_nr .bd ul li{font-size:18px; font-weight:bold; line-height:40px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.pc_ban .xw_nr .bd a{color:#fff;}
@media only screen and (max-width:1440px){
    .pc_ban .xw_nr .b_t{width:90px; height:90px; font-size:20px;}
    .pc_ban .xw_nr .n_r{width:calc(100% - 90px); padding:25px 80px 25px 40px;}
    .pc_ban .xw_nr .bd ul li{font-size:17px;}
}
@media only screen and (max-width:1279px){
    .pc_ban{height:500px;}
}
@media only screen and (max-width:768px){
    .pc_ban{height:400px;}
    .pc_ban .xw_nr .b_t{width:70px; height:70px; font-size:16px; line-height:22px;}
    .pc_ban .xw_nr .n_r{width:calc(100% - 70px); padding:15px 50px 15px 20px;}
    .pc_ban .xw_nr .n_r i{width:26px; height:26px; line-height:26px; font-size:18px; margin-top:-13px; right:20px;}
    .pc_ban .xw_nr .bd ul li{font-size:16px; font-weight:normal;}
}
@media only screen and (max-width:640px){
    .pc_ban{height:auto;}
    .pc_ban .tt_xw{position:relative; bottom:auto; left:auto; margin-top:20px;}
    .pc_ban .xw_nr{width:100%; border-radius:5px;}
    .pc_ban .xw_nr .b_t{width:60px; height:60px; font-size:15px; font-weight:normal; line-height:22px;}
    .pc_ban .xw_nr .n_r{width:calc(100% - 60px); padding:15px 40px 15px 15px;}
    .pc_ban .xw_nr .n_r i{width:22px; height:22px; line-height:20px; font-size:16px; margin-top:-11px; right:15px;}
    .pc_ban .xw_nr .bd ul li{font-size:14px; line-height:30px; font-weight:normal;}
}

.swiper-ban{width:100%; height:calc(100vh - 100px); position:relative; overflow:hidden;}
.ny_nr .swiper-ban{height:788px;}
.swiper-ban .swiper-button-prev{width:45px; height:45px; background:url(../images/btn_l.png) no-repeat center / 45px 45px; top:50%; left:0; margin-top:-18px; opacity:0; z-index:99;
    transition:all .5s;
    -webkit-transition:all .5s;}
.swiper-ban:hover .swiper-button-prev{left:4%; opacity:.5;}
.swiper-ban .swiper-button-prev:hover{opacity:1;}
.swiper-ban .swiper-button-next{width:45px; height:45px; background:url(../images/btn_r.png) no-repeat center / 45px 45px; top:50%; right:0; margin-top:-18px; opacity:0; z-index:99;
    transition:all .5s;
    -webkit-transition:all .5s;}
.swiper-ban:hover .swiper-button-next{right:4%; opacity:.5;}
.swiper-ban .swiper-button-next:hover{opacity:1;}
.swiper-ban .swiper-pagination-bullet{width:20px; height:10px; border-radius:6px; background-color:#fff; opacity:.8;
    transition:all .5s;
    -webkit-transition:all .5s;}
.swiper-ban .swiper-pagination-bullet-active{width:40px; opacity:1;}
.swiper-ban .swiper-slide{overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.swiper-ban .wz_con{position:absolute; top:50%; left:50%; z-index:99; color:#fff; text-align:right;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);}
.ny_nr .swiper-ban .wz_con{text-align:center;}
.swiper-ban .bn_wz h1{font-size:80px; font-weight:bold; line-height:120px;letter-spacing:5px;}
.swiper-ban .bn_wz .small{font-size:50px; font-weight:bold; line-height:60px;}
.swiper-ban .bn_wz .small02{font-size:65px; font-weight:bold; line-height:90px;}
.ny_nr .swiper-ban .bn_wz h1{font-size:32px; line-height:40px;}
.swiper-ban .bn_wz h3{font-size:36px; font-weight:bold; line-height:36px; color:rgba(255,255,255,1); margin-bottom:15px;}
.ny_nr .swiper-ban .bn_wz h3{font-size:22px; line-height:32px;}
.swiper-ban .pagination{position:absolute; bottom:35px; left:50%; z-index:99; font-size:18px; font-weight:bold; line-height:50px; color:#fff;
    transform:translateX(-56%);
    -webkit-transform:translateX(-50%);}
.swiper-ban .swiper-pagination{padding:0 15px; text-align:right;}
.ny_nr .swiper-ban .swiper-pagination{text-align:center;}
@media only screen and (max-width:1440px){
    .swiper-ban .bn_wz h1{font-size:80px; line-height:120px;}
	.swiper-ban .bn_wz .small02{font-size:65px; line-height:90px;}
    .swiper-ban .bn_wz h3{font-size:36px; line-height:36px; margin-bottom:10px;}
    .swiper-ban .pagination{bottom:25px;}
}
@media only screen and (max-width:1360px){
    .swiper-ban .bn_wz h1{font-size:65px; line-height:100px;}
    .swiper-ban .bn_wz h3{font-size:30px; line-height:36px;}
}
@media only screen and (max-width:1279px){
    .swiper-ban{height:500px;}
    .ny_nr .swiper-ban{height:320px;}
    .swiper-ban .swiper-button-prev{display:none;}
    .swiper-ban .swiper-button-next{display:none;}
    .swiper-ban .container{width:100%;}
    .swiper-ban .bn_wz h1{font-size:60px; line-height:96px;}
	.swiper-ban .bn_wz .small02{font-size:50px; line-height:80px;}
    .ny_nr .swiper-ban .bn_wz h1{font-size:22px; line-height:32px;}
    .swiper-ban .bn_wz h3{font-size:26px; font-weight:normal; line-height:36px;}
    .ny_nr .swiper-ban .bn_wz h3{font-size:16px; font-weight:normal; line-height:30px;}
    .swiper-ban .swiper-pagination-bullet{width:16px; height:5px; margin:0 3px !important;}
    .swiper-ban .swiper-pagination-bullet-active{width:30px;}
}
@media only screen and (max-width:768px){
    .swiper-ban{height:400px;}
    .swiper-ban .wz_con{margin-top:-30px;}
    .swiper-ban .bn_wz h1{font-size:45px; line-height:60px;}
	.swiper-ban .bn_wz .small02{font-size:35px; line-height:60px;}
    .swiper-ban .bn_wz h3{font-size:22px;}
    .swiper-ban .pagination{bottom:15px;}
}
@media only screen and (max-width:640px){
    .swiper-ban{height:36vh;}
    .ny_nr .swiper-ban{height:260px;}
    .swiper-ban .wz_con{margin-top:0;}
    .swiper-ban .bn_wz{text-align:center;}
    .swiper-ban .bn_wz h1{font-size:40px; line-height:60px;letter-spacing: 2px;}
	.swiper-ban .bn_wz .small{font-size:20px;line-height:30px;}
    .ny_nr .swiper-ban .bn_wz h1{font-size:18px; line-height:28px;}
    .swiper-ban .bn_wz h3{font-size:14px; line-height:24px;}
    .ny_nr .swiper-ban .bn_wz h3{font-size:14px; line-height:24px;}
    .swiper-ban .pagination{bottom:55px;}
    .swiper-ban .swiper-pagination{width:100%; text-align:center;}
}

.gy_bt{width:100%; margin-bottom:35px; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; position:relative;}
.gy_bt .b_t{font-size:32px; font-weight:bold; color:#000; line-height:44px; display:flex; flex-wrap:wrap;}
.gy_bt .hd ul{margin:0;}
.gy_bt .hd ul li{margin-left:50px; font-size:18px; line-height:44px; color:#888; font-weight:normal; cursor:pointer; position:relative;}
.gy_bt .hd ul li.on{color:#dd0010;}
.gy_bt .hd ul li:after{width:0; height:2px; position:absolute; bottom:0; left:0; content:""; background-color:#dd0010;}
.gy_bt .hd ul li.on:after{width:100%;}
.gy_bt a{width:100px; height:32px; border-radius:16px; border:1px solid #ddd; line-height:30px; text-align:center;}
.gy_bt a:hover{background-color:#59aa31; border:1px solid #59aa31; color:#fff;}
@media only screen and (max-width:1440px){
    .gy_bt{margin-bottom:35px;}
    .gy_bt .b_t{font-size:26px; line-height:40px;}
    .gy_bt .hd ul li{margin-left:40px; font-size:16px; line-height:40px;}
    .gy_bt a{width:100px; height:32px; border-radius:16px; border:1px solid #ddd; line-height:30px; text-align:center;}
    .gy_bt a:hover{background-color:#59aa31; border:1px solid #59aa31; color:#fff;}
}
@media only screen and (max-width:1279px){
    .gy_bt{margin-bottom:30px;}
    .gy_bt .b_t{font-size:22px; line-height:36px;}
    .gy_bt .hd ul li{margin-left:35px; font-size:15px; line-height:36px;}
    .gy_bt a{width:90px; height:30px; border-radius:15px; line-height:28px;}
}
@media only screen and (max-width:640px){
    .gy_bt .b_t{width:100%; font-size:20px; line-height:32px;}
    .gy_bt .hd{width:100%; margin-top:10px;}
    .gy_bt .hd ul{margin:0 -10px;}
    .gy_bt .hd ul li{width:calc(25% - 20px); margin:0 10px; text-align:center; font-size:15px; line-height:36px;}
    .gy_bt a{position:absolute; top:1px; right:0;}
}

.sy_xw{width:100%; padding:80px 0; overflow:hidden;}
.sy_xw .tw_zs{width:calc(34% - 30px); margin:0 15px; background-color:#f7f8fc;}
.sy_xw .tw_lb{width:calc(32% - 30px); margin:0 15px;}
.sy_xw .tw_lb ul li{padding-bottom:20px; margin:0 0 20px; border-bottom:1px solid #ddd;}
.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:46%;}
.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);}
.tw_zs .t_p{height:282px;}
.sy_xw .tw_zs img{height:100%;}
.sy_xw .w_z{padding:15px 25px; font-size:15px; color:#777; line-height:28px;}
.sy_xw .tw_lb .w_z{width:54%; padding:0 0 0 20px;}
.sy_xw .w_z h3{font-size:18px; font-weight:bold; line-height:30px; height:60px; margin:5px 0 10px; overflow:hidden; display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;}
.sy_xw .w_z h4{font-size:17px; line-height:30px; height:60px; margin-bottom:15px; 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:#59aa31;}
.sy_xw a.m_r i{margin-left:10px; margin-top:-2px; font-size:18px; display:inline-block; vertical-align:middle;}
.sy_xw .xw_zs ul li{width:calc(33% - 30px); margin:0 15px 30px; background-color:#f7f8fc; padding:25px;}
.sy_xw .xw_zs h3{width:100%; font-size:22px; line-height:32px; font-weight:bold; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .xw_zs p{color:#777;width:100%; font-size:15px; line-height:26px; height:52px; margin-top:10px; margin-bottom:15px; overflow:hidden; display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;}
.sy_xw .xw_zs span{width:100%; color:#999; display:inline-block;}
@media only screen and (max-width:1440px){
.tw_zs .t_p{height:258px;}
    .sy_xw{padding:60px 0;}
    .sy_xw .w_z{padding:10px 25px; font-size:14px; line-height:26px;}
    .sy_xw .w_z h3{font-size:17px; line-height:28px; height:56px;}
    .sy_xw .w_z h4{font-size:16px; line-height:28px; height:56px;}
    .sy_xw a.m_r{font-size:14px;}
    .sy_xw .xw_zs ul li{padding:15px 25px;}
    .sy_xw .xw_zs h3{font-size:20px; line-height:28px;}
    .sy_xw .xw_zs p{font-size:14px; line-height:24px; height:48px; margin-top:6px; margin-bottom:10px;}
}
@media only screen and (max-width:1279px){
.tw_zs .t_p{height:240px;}
    .sy_xw{padding:50px 0;}
    .sy_xw .row{margin:0 -10px;}
    .sy_xw .tw_zs{width:calc(34% - 20px); margin:0 10px;}
    .sy_xw .tw_lb{width:calc(32% - 20px); margin:0 10px;}
    .sy_xw .w_z{padding:10px 20px; font-size:14px; line-height:24px;}
    .sy_xw .w_z h3{line-height:26px; height:52px;}
    .sy_xw .w_z h4{font-size:15px; line-height:22px; height:44px; margin-bottom:10px;}
    .sy_xw a.m_r{font-size:14px;}
    .sy_xw a.m_r i{font-size:16px;}
    .sy_xw .xw_zs ul li{width:calc(50% - 30px); margin:0 15px 30px; background-color:#f7f8fc; padding:25px;}
}
@media only screen and (max-width:820px){
.tw_zs .t_p{height:160px;}
}
@media only screen and (max-width:768px){
.tw_zs .t_p{height:240px;}
    .sy_xw .tw_zs{width:calc(50% - 20px); margin:0 10px;}
    .sy_xw .tw_lb{display:none;}
    .sy_xw .xw_zs ul{margin:0 -10px;}
    .sy_xw .xw_zs ul li{width:calc(50% - 20px); margin:0 10px 20px; padding:15px;}
    .sy_xw .xw_zs h3{font-size:17px; line-height:26px;}
    .sy_xw .xw_zs p{font-size:14px; line-height:22px; height:44px; margin-top:5px; margin-bottom:5px;}
}
@media only screen and (max-width:640px){
    .sy_xw{padding:30px 0 20px;}
    .sy_xw .tw_zs{width:calc(100% - 20px); margin:0 10px 20px; background:none; display:flex;}
    .sy_xw .t_p{width:46%;height:110px;}
    .sy_xw .tw_zs img{height:100%;}
    .sy_xw .w_z{width:54%; padding:0 0 0 10px;}
    .sy_xw .w_z h3{font-size:15px; font-weight:normal; line-height:26px; height:52px;}
    .sy_xw .w_z h4{font-size:17px; line-height:30px; height:60px; margin-bottom:15px; overflow:hidden; display:-webkit-box;
        line-clamp:2;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;}
    .sy_xw .xw_zs{width:100%;}
    .sy_xw .xw_zs ul li{width:calc(100% - 20px); border-bottom:1px solid #eee; padding:0; padding-bottom:10px; margin:0 10px 10px; background:none;}
    .sy_xw .xw_zs ul li:last-child{border-bottom:0; margin:0 10px;}
    .sy_xw .xw_zs h3{font-size:15px; font-weight:normal; line-height:26px;}
    .sy_xw .xw_zs p{font-size:14px; line-height:22px; height:22px; margin-top:5px; margin-bottom:5px;
        line-clamp:1;
        -webkit-line-clamp:1;}
}

.sy_zt{width:100%; padding:80px 0; background-color:#f7f8fc; overflow:hidden;}
.sy_zt .swiper-button-prev{width:30px; height:50px; border-radius:0 5px 5px 0; background:rgba(0,0,0,.6) url(../images/zj.png) no-repeat center / 30px 30px; left:0; margin-top:-25px; z-index:99;opacity: 0;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_zt .swiper-button-prev:hover{background-color:rgba(89,170,49,.8);}
.sy_zt .swiper-button-next{width:30px; height:50px; border-radius:5px 0 0 5px; background:rgba(0,0,0,.6) url(../images/yj.png) no-repeat center / 30px 30px; right:0; margin-top:-25px; z-index:99;opacity: 0;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_zt .swiper-button-next:hover{background-color:rgba(89,170,49,.8);}
.sy_zt .swiper-pagination{display:none; bottom:0;}
.sy_zt .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; background-color:#aaa;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_zt .swiper-pagination-bullet-active{background-color:#59aa31;}
.sy_zt .swiper-slide{overflow:hidden;}
.sy_zt img{
    width:100%;
    display:block;
    object-fit:cover;
    object-position:center;
    -webkit-user-select:none;
    user-select:none;
    transition:all 1s;
    -webkit-transition:all 1s;}
.sy_zt .swiper-slide:hover img{transform:scale(1.05);
    -webkit-transform:scale(1.05);}
@media only screen and (max-width:1440px){
    .sy_zt{padding:60px 0;}
}
@media only screen and (max-width:1279px){
    .sy_zt{padding:50px 0;}
}
@media only screen and (max-width:640px){
    .sy_zt{padding:30px 0 20px;}
    .sy_zt .swiper-zt{padding-bottom:30px;}
    .sy_zt .swiper-button-prev{display:none;}
    .sy_zt .swiper-button-next{display:none;}
    .sy_zt .swiper-pagination{display:block;}
}

.sy_vd{width:100%; padding:80px 0; overflow:hidden;}
.sy_vd .video{width:100%; overflow:hidden; position:relative;}
.sy_vd .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_vd .vd_bj{width:100%; cursor:pointer; position:relative; z-index:9;}
.sy_vd .vd_bj.on{opacity:0; z-index:-9;}
.sy_vd .vd_bj:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.3);}
.sy_vd .vd_bj img{width:100%; height:auto; display:block;}
.sy_vd .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:1440px){
    .sy_vd{padding:60px 0;}
}
@media only screen and (max-width:1279px){
    .sy_vd{padding:50px 0;}
}
@media only screen and (max-width:640px){
    .sy_vd{padding:30px 0;}
}

.sy_cy{width:100%; padding-bottom:60px; position:relative; overflow:hidden;}
.sy_cy:after{width:100%; height:40%; position:absolute; bottom:0; left:0; z-index:-1; content:""; background:url(../images/cy_bj.jpg) no-repeat center / cover;}
.sy_cy .cy_zs{position:relative;}
.sy_cy .swiper-cy{overflow:initial !important; padding-bottom:50px;}
.sy_cy .swiper-button-prev{width:40px; height:40px; border:1px solid #ddd; border-radius:50%; background:#fff url(../images/zj1.png) no-repeat center / 38px 38px; left:-90px; margin-top:-20px; z-index:99; outline:none;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_cy .swiper-button-prev:hover{border:1px solid #59aa31; background:#59aa31 url(../images/zj.png) no-repeat center / 38px 38px;}
.sy_cy .swiper-button-next{width:40px; height:40px; border:1px solid #ddd; border-radius:50%; background:#fff url(../images/yj1.png) no-repeat center / 38px 38px; right:-90px; margin-top:-20px; z-index:99; outline:none;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_cy .swiper-button-next:hover{border:1px solid #59aa31; background:#59aa31 url(../images/yj.png) no-repeat center / 38px 38px;}
.sy_cy .swiper-pagination-progressbar{top:auto; bottom:0; background-color:rgba(255,255,255,.3);}
.sy_cy .swiper-pagination-progressbar-fill{background-color:#fff;}
.sy_cy .swiper-slide{background-color:#000; position:relative; overflow:hidden;}
.sy_cy .swiper-slide img{width:100%; height:100%; display:block; opacity:.5;
    object-fit:cover;
    object-position:center;
    -webkit-user-select:none;
    user-select:none;
    transition:all 1s;
    -webkit-transition:all 1s;}
.sy_cy .swiper-slide:hover img{transform:scale(1.05);
    -webkit-transform:scale(1.05);}
.sy_cy .w_z{width:80%; height:70%; position:absolute; top:15%; left:10%;}
.sy_cy .w_z h3{font-size:32px; line-height:44px; color:#fff; font-weight:bold;}
.sy_cy .w_z h4{font-size:18px; line-height:26px; color:#fff; /* text-transform:uppercase;*/ font-weight:bold; opacity:.5;}
.sy_cy .w_z i{width:36px; height:36px; padding-left:3px; border:1px solid rgba(255,255,255,.6); background-color:rgba(255,255,255,.1); text-align:center; line-height:34px; color:#fff; border-radius:50%; display:block; position:absolute; left:0; bottom:0;}
@media only screen and (max-width:1440px){
    .sy_cy{padding-bottom:40px;}
    .sy_cy .swiper-cy{padding-bottom:40px;}
    .sy_cy .swiper-button-prev{width:36px; height:36px; background:#fff url(../images/zj1.png) no-repeat center / 34px 34px; left:-50px; margin-top:-18px;}
    .sy_cy .swiper-button-prev:hover{background:#59aa31 url(../images/zj.png) no-repeat center / 34px 34px;}
    .sy_cy .swiper-button-next{width:36px; height:36px; background:#fff url(../images/yj1.png) no-repeat center / 34px 34px; right:-50px; margin-top:-18px;}
    .sy_cy .swiper-button-next:hover{background:#59aa31 url(../images/yj.png) no-repeat center / 34px 34px;}
    .sy_cy .w_z h3{font-size:26px; line-height:36px;}
    .sy_cy .w_z h4{font-size:16px; line-height:24px;}
    .sy_cy .w_z i{width:32px; height:32px; line-height:30px; font-size:18px;}
}
@media only screen and (max-width:1279px){
    .sy_cy .swiper-button-prev{display:none;}
    .sy_cy .swiper-button-next{display:none;}
    .sy_cy .w_z h3{font-size:22px; line-height:32px;}
    .sy_cy .w_z h4{font-size:14px; line-height:22px;}
    .sy_cy .w_z i{width:30px; height:30px; line-height:28px; font-size:16px;}
}
@media only screen and (max-width:768px){
    .sy_cy .w_z h3{font-size:20px; line-height:30px;}
    .sy_cy .w_z h4{font-size:14px;}
}
@media only screen and (max-width:640px){
    .sy_cy .swiper-slide{width:70%;}
}

.sy_wh{width:100%; padding:80px 0; background-color:#f7f8fc; overflow:hidden;}
.sy_wh .wh_tp{width:calc(56% - 30px); margin:10px 15px;}
.sy_wh .wh_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;}
.sy_wh .wh_nr{width:calc(44% - 30px); margin:0 15px;}
.sy_wh .wh_nr ul li{width:calc(50% - 30px); margin:14px 15px; padding:20px 30px; background-color:#fff;cursor: pointer;}
.sy_wh .wh_nr h3{font-size:18px; line-height:28px; color:#333;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_wh .wh_nr ul li:hover h3{color:#dd0010;}
.sy_wh .wh_nr h4{font-size:16px; line-height:26px; color:#aaa; font-weight:bold;}
.sy_wh .wh_nr em{width:15px; height:4px; background-color:#ddd; margin-top:20px; display:inline-block;
    transition:all 1s;
    -webkit-transition:all 1s;}
.sy_wh .wh_nr ul li:hover em{width:50px; background-color:#dd0010;}
.qy_wh .wh_nr{width:calc(24% - 30px);}
.qy_wh .wh_nr ul li{width: 100%;}
.qy_wh .wh_tp{width:calc(76% - 30px);}
.qy_wh{background-color:#fff;padding: 0;}
.qy_wh .wh_tp p{font-size: 16px;line-height: 36px;}
.qy_wh .wh_tp img{height: auto;margin-bottom: 15px;}

@media only screen and (max-width:1440px){
    .sy_wh{padding:60px 0;}
    .sy_wh .wh_tp{margin:5px 15px;}
    .sy_wh .wh_nr ul li{margin:10px 15px; padding:15px 20px;}
    .sy_wh .wh_nr h3{font-size:17px; line-height:26px;}
    .sy_wh .wh_nr h4{font-size:14px; line-height:28px;}
    .sy_wh .wh_nr em{width:10px; height:3px; margin-top:15px;}
    .sy_wh .wh_nr ul li:hover em{width:40px; background-color:#dd0010;}
}
@media only screen and (max-width:1279px){
    .sy_wh{padding:50px 0;}
    .sy_wh .row{margin:0 -10px;}
    .sy_wh .wh_tp{width:calc(34% - 20px); margin:5px 10px;}
    .sy_wh .wh_nr{width:calc(66% - 20px); margin:0 10px;}
    .sy_wh .wh_nr ul li{width:calc(50% - 20px);}
    .sy_wh .wh_nr ul li{margin:5px 10px; padding:10px 15px;}
    .sy_wh .wh_nr h3{font-size:16px;}
    .qy_wh .wh_tp p{font-size: 14px;line-height: 28px;}
    .sy_wh .wh_nr h4{font-size:13px;}
    .sy_wh .wh_nr em{margin-top:10px;}
    .sy_wh .wh_nr ul li:hover em{width:30px;}
	.qy_wh .wh_nr{width:calc(24% - 30px);}
.qy_wh .wh_nr ul li{width: 100%;}
.qy_wh .wh_tp{width:calc(76% - 30px);}

}
@media only screen and (max-width:768px){
    .sy_wh .row{margin:0 -7px;}
    .sy_wh .wh_tp{width:calc(34% - 14px); margin:5px 7px;}
    .sy_wh .wh_nr{width:calc(66% - 14px); margin:0 7px;}
    .sy_wh .wh_nr ul li{width:calc(50% - 14px); margin:5px 7px;}
	.qy_wh .wh_nr{width:calc(38% - 10px);}
    .qy_wh .wh_tp{width:calc(62% - 10px);}
	.qy_wh .wh_tp p{font-size: 12px;line-height: 24px;}


}
@media only screen and (max-width:640px){
    .sy_wh{padding:30px 0 40px;}
    .sy_wh .row{margin:0;}
    .sy_wh .wh_tp{width:100%; height:200px; margin:0;}
    .sy_wh .wh_nr{width:100%; margin:0;}
	    .qy_wh .wh_nr{width:calc(38% - 10px);}
    .qy_wh .wh_tp{width:calc(62% - 10px);height:auto;}
	.qy_wh .wh_nr h3{font-size: 12px;line-height: 24px;}
	.qy_wh .wh_nr h4{font-size: 12px;line-height: 14px;}
    .sy_wh .wh_nr ul li{width:100%; margin:0;padding: 4px 36px 4px 0;}
}
.ny_ban{width:100%; height:500px; background-position:left; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden;}
.ny_ban:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.1);}
.ny_ban .container{position:absolute; left:50%; top:58%; z-index:99; color:#fff;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);}
.ny_ban h1{font-size:38px; font-weight:bold; letter-spacing:2px; margin-bottom:15px;}
.ny_ban h2{font-size:22px; font-weight:bold; text-transform:uppercase; color:rgba(255,255,255,.4);}
@media only screen and (max-width:1440px){
    .ny_ban{height:400px;}
    .ny_ban h1{font-size:32px; margin-bottom:10px;}
    .ny_ban h2{font-size:20px;}
}
@media only screen and (max-width:1360px){
    .ny_ban{height:350px;}
    .ny_ban h1{font-size:28px;}
    .ny_ban h2{font-size:18px;}
}
@media only screen and (max-width:1279px){
    .ny_ban{height:300px;}
    .ny_ban h1{font-size:26px; margin-bottom:10px;}
    .ny_ban h2{font-size:16px;}
}
@media only screen and (max-width:640px){
    .ny_ban{height:160px; text-align:center;}
    .ny_ban h1{font-size:20px; margin-bottom:10px;}
    .ny_ban h2{font-size:14px; line-height:22px;}
}

.ny_ej{width:100%; margin-top:-80px; position:relative; z-index:99;}
.ny_ej .ej_lm{width:100%; padding:20px; border-radius:10px 10px 0 0; background-color:rgba(0,0,0,.2); overflow-x:auto;}
.ny_ej .ej_lm ul{display:flex; white-space:nowrap;}
.ny_ej .ej_lm ul li{margin-right:10px; min-width:130px; height:40px;}
.ny_ej .ej_lm ul li a{display:block; border-radius:20px; padding:0 15px; font-size:18px; line-height:40px; color:rgba(255,255,255,.8); text-align:center;}
.ny_ej .ej_lm ul li a:hover{background-color:#59aa31; color:#fff;}
.ny_ej .ej_lm ul li.on a{background-color:#59aa31; color:#fff;}
@media only screen and (max-width:1440px){
    .ny_ej{margin-top:-66px;}
    .ny_ej .ej_lm{padding:15px 20px;}
    .ny_ej .ej_lm ul li{min-width:120px; height:36px;}
    .ny_ej .ej_lm ul li a{border-radius:18px; padding:0 10px; font-size:16px; line-height:36px;}
}
@media only screen and (max-width:1279px){
    .ny_ej{margin-top:-60px;}
    .ny_ej .ej_lm ul li{min-width:auto; height:30px;}
    .ny_ej .ej_lm ul li a{border-radius:15px; padding:0 15px; font-size:16px; line-height:30px;}
}
@media only screen and (max-width:640px){
    .ny_ej{display:none;}
}

.ny_nr{width:100%; padding:40px 0 50px; overflow:hidden;}
.ny_nr .ny_bt{width:100%; text-align:center; margin-bottom:50px;}
.ny_nr .ny_bt h3{font-size:32px; font-weight:bold; line-height:44px; color:#333; margin-bottom:10px;}
.ny_nr .ny_bt em{width:86px; height:6px; border-radius:6px; display:inline-block;
    background-image:-webkit-linear-gradient(left, #b20004, #59aa31);
    background-image:linear-gradient(left, #b20004, #59aa31);}
.ny_nr .gs_gk{width:100%; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.ny_nr .cp_gk{width:100%; margin-bottom:80px; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.ny_nr .cp_gk:nth-child(odd){flex-direction:row-reverse;}
.ny_nr .cp_gk:last-child{margin-bottom:0;}
.ny_nr .gs_tp{width:47.6%;}
.ny_nr .gs_tp img{width:100%; height:auto; display:block;}
.ny_nr .gs_wz{width:47.6%; font-size:17px; line-height:32px;}
.ny_nr .gs_wz .b_t{font-size:26px; font-weight:bold; line-height:36px; color:#59aa31; margin-bottom:20px; padding-left:30px; position:relative;}
.ny_nr .gs_wz .b_t:after{width:14px; height:14px; background-color:#59aa31; position:absolute; top:50%; left:5px; margin-top:-5px; content:"";
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);}
.ny_nr .jg_tp{width:100%; overflow:hidden;}
.ny_nr .jg_tp img{width:100%; height:auto; display:block;}
.ny_nr .zz_lb ul{margin:0 -10px;}
.ny_nr .zz_lb ul li{width:calc(25% - 20px); margin:0 10px 30px; position:relative;}
.ny_nr .zz_lb a{display:block; border:4px solid #ddd; overflow:hidden;}
.ny_nr .zz_lb img{width:100%; height:auto; display:block;}
.ny_nr .zz_lb .rcaption{width:100%; margin-top:10px; font-size:16px; line-height:32px; text-align:center; cursor:pointer;}
.ny_nr .ld_zs{text-align:center;}
.ny_nr .ld_zs ul{/* justify-content:center;*/}
.ny_nr .ld_zs .row{display:block; }
.ny_nr .ld_zs ul li{
    float: left;
    width: 28%;
    margin: 0 2% 70px;
    padding: 4% 1% 4% 3%;
    border-left: 6px solid #ae181f;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
	border-radius: 15px;
}
.ny_nr .ld_zs img{width:100%; max-width:200px; height:auto; display:block; margin:0 auto 10px;}
.ny_nr .ld_zs h3{font-size:24px; color:#333; /* font-weight:bold;*/ line-height:30px;text-align: left;margin-bottom: 20px;}
.ny_nr .ld_zs p{font-size:18px; line-height:26px; color:#777;text-align: left;}
.ny_nr .vd_lb ul{margin:0 -10px;}
.ny_nr .vd_lb ul li{width:calc(25% - 20px); margin:0 10px 20px; position:relative;}
.ny_nr .vd_lb .t_p{position:relative; overflow:hidden; cursor:pointer;height:76%;}
.ny_nr .vd_lb .t_p:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.3);}
.ny_nr .vd_lb .t_p img{width:100%; height:100%; display:block;}
.ny_nr .vd_lb .t_p i{position:absolute; top:50%; left:50%; z-index:9; font-size:40px; color:#fff;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);}
.ny_nr .vd_nr{display:none;}
.ny_nr .video{width:100%; margin-bottom:30px; overflow:hidden; position:relative;}
.ny_nr .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;}
.ny_nr .vd_lb h4{
	font-size: 26px;
    margin: 25px 0;
    border-left: 5px solid #dd0010;
    padding-left: 10px;
    height: 26px;
    line-height: 23px;
}
.ny_nr .vd_lb p{font-size: 17px;text-align: center;line-height: 24px;margin-top: 8px}
.ny_nr .vd_bj{width:100%; cursor:pointer; position:relative; z-index:9;}
.ny_nr .vd_bj.on{opacity:0; z-index:-9;}
.ny_nr .vd_bj:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.3);}
.ny_nr .vd_bj img{width:100%; height:auto; display:block;}
.ny_nr .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%);}
.ny_nr .gg_lb ul li{padding-right:130px; line-height:80px; border-bottom:1px solid #eee; position:relative;}
.ny_nr .gg_lb a{width:100%; padding-left:15px; font-size:17px; font-weight:bold; display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; position:relative;}
.ny_nr .gg_lb a:after{width:8px; height:8px; border-radius:50%; background-color:#aaa; position:absolute; left:0; top:50%; margin-top:-4px; content:"";}
.ny_nr .gg_lb a:hover:after{background-color:#dd0010;}
.ny_nr .gg_lb span{display:block; position:absolute; top:0; right:0; font-size:16px; color:#777;}
.ny_nr .lx_nr{display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_nr .lx_mp{width:68%; /* background-position:center; background-repeat:no-repeat; */}
.ny_nr .lx_xx{width:32%; padding:70px 40px; background-color:#fff;}
.ny_nr .lx_xx ul li{margin:5px 0; padding-left:32px; line-height:50px; position:relative;}
.ny_nr .lx_xx img.t_b{width:22px; height:auto; display:block; position:absolute; left:0; top:15px;}
.ny_nr .lx_xx .w_m{width:110px; display:inline-block; margin-right:25px;}
.ny_nr .lx_xx .w_m img{width:100%; padding:4px; border:1px solid #ddd; display:block;}
.ny_nr .lx_xx .w_m p{margin-top:5px; text-align:center; line-height:26px;}
.ny_nr .tj_xw{margin:0 -15px 50px; justify-content:space-between;}
.ny_nr .tj_nr{width:calc(50% - 30px); margin:0 15px;}
.ny_nr .tj_nr a{position:relative; display:block; overflow:hidden;}
.ny_nr .tj_nr img{width:100%; height:370px; display:block;
    object-fit:cover;
    object-position:center;
    -webkit-user-select:none;
    user-select:none;
    transition:all 1s;
    -webkit-transition:all 1s;}
.ny_nr .tj_nr:hover img{transform:scale(1.05);
    -webkit-transform:scale(1.05);}
.ny_nr .tj_nr .w_z{width:100%; padding:50px 30px 30px; color:#fff; position:absolute; bottom:0; left:0; align-items:center; justify-content:space-between;
    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));}
.ny_nr .tj_nr .w_z h3{font-size:22px; font-weight:bold; line-height:30px; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .tj_nr .w_z span i{font-size:16px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
.ny_nr .xw_lb ul li{width:100%; padding-bottom:35px; padding-top:35px; border-bottom:1px solid #eee; display:flex; flex-wrap:wrap; justify-content:space-between;padding-left: 30px;}
.ny_nr .xw_lb ul li:hover{background: #f7f7f7;}
.ny_nr .xw_lb .t_p{width:27%; 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 img{transform:scale(1.05);
    -webkit-transform:scale(1.05);}
.ny_nr .xw_lb .w_z{width:70%;}
.ny_nr .xw_lb h3{width:100%; font-size:24px; line-height:36px; font-weight:bold; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .xw_lb p{width:100%; font-size:15px; line-height:26px; height:78px; margin-top:10px; margin-bottom:25px; overflow:hidden; display:-webkit-box;
    line-clamp:3;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;}
.ny_nr .xw_lb span{width:100%; color:#999; display:inline-block;}
.ny_nr .xw_lb span i{font-size:16px; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:3px;}
.ny_nr .xw_lb a.m_r{display:inline-block; border-radius:19px; border:1px solid #59aa31; padding:0 25px; font-size:14px; color:#59aa31; line-height:38px;}
.ny_nr .xw_lb ul li:hover a.m_r{background-color:#59aa31; border:1px solid #59aa31; color:#fff;}
.ny_nr .xw_lb 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:1440px){
    .ny_nr{padding:40px 0 80px;}
    .ny_nr .ny_bt{margin-bottom:40px;}
    .ny_nr .ny_bt h3{font-size:28px; line-height:38px;}
    .ny_nr .ny_bt em{width:80px; height:5px; border-radius:5px;}
    .ny_nr .cp_gk{margin-bottom:60px;}
    .ny_nr .gs_tp{width:48.5%;}
    .ny_nr .gs_wz{width:48.5%; font-size:15px; line-height:26px;}
    .ny_nr .gs_wz .b_t{font-size:22px; line-height:32px; margin-bottom:15px; padding-left:25px;}
    .ny_nr .gs_wz .b_t:after{width:10px; height:10px;}
    .ny_nr .ld_zs h3{font-size:22px; line-height:28px;}
    .ny_nr .ld_zs p{font-size:16px;}
    .ny_nr .gg_lb ul li{padding-right:130px; line-height:80px;}
    .ny_nr .gg_lb a{font-size:18px; font-weight:normal;}
    .ny_nr .gg_lb a:after{width:6px; height:6px; margin-top:-3px;}
    .ny_nr .gg_lb span{font-size:14px;}
    .ny_nr .lx_xx{padding:20px;}
    .ny_nr .lx_xx .w_m{width:100px; margin-right:20px;}
    .ny_nr .tj_xw{margin:0 0 40px;}
    .ny_nr .tj_nr .w_z{padding:40px 20px 20px;}
    .ny_nr .tj_nr .w_z h3{font-size:20px; margin-bottom:5px;}
    .ny_nr .tj_nr .w_z span i{font-size:15px; margin-right:3px;}
    .ny_nr .xw_lb ul li{padding-bottom:30px; padding-top::30px;}
    .ny_nr .xw_lb h3{font-size:20px; line-height:30px; margin-bottom:10px;}
    .ny_nr .xw_lb p{font-size:14px; line-height:24px; height:72px; margin-bottom:15px;}
    .ny_nr .xw_lb span i{font-size:15px;}
    .ny_nr .xw_lb a.m_r{border-radius:17px; padding:0 15px; line-height:32px;}
}
@media only screen and (max-width:1279px){
    .ny_nr{padding:50px 0 70px;}
    .ny_nr .ny_bt{margin-bottom:20px;}
    .ny_nr .ny_bt h3{font-size:24px; line-height:34px;}
    .ny_nr .ny_bt em{width:70px;}
    .ny_nr .cp_gk{margin-bottom:50px;}
    .ny_nr .gs_tp{width:49%;}
    .ny_nr .gs_wz{width:49%; font-size:14px; line-height:26px;}
    .ny_nr .gs_wz .b_t{font-size:20px; line-height:30px; margin-bottom:10px;}
    .ny_nr .zz_lb ul li{width:calc(33.33333333% - 20px); margin:0 10px 15px;}
    .ny_nr .zz_lb .rcaption{font-size:15px; line-height:28px;}
    .ny_nr .ld_zs ul li{width:47%;margin: 0 1% 40px;padding: 5% 1% 5% 2%;}
    .ny_nr .ld_zs p{font-size:18px; line-height:25px;}
    .ny_nr .vd_lb ul{margin:0 -7px;}
    .ny_nr .vd_lb ul li{width:calc(25% - 14px); margin:0 7px 14px;}
    .ny_nr .vd_lb .t_p i{font-size:32px;}
    .ny_nr .video{margin-bottom:20px;}
    .ny_nr .lx_mp{width:53%;}
    .ny_nr .lx_xx{width:45%; padding:10px 20px;}
    .ny_nr .lx_xx ul li{padding-left:25px; line-height:30px;}
    .ny_nr .lx_xx img.t_b{width:18px; top:6px;}
    .ny_nr .lx_xx .w_m{width:90px; margin-right:15px;}
    .ny_nr .lx_xx .w_m img{padding:0;}
    .ny_nr .lx_xx .w_m p{line-height:22px;}
    .ny_nr .tj_xw{margin:0 -10px 35px;}
    .ny_nr .tj_nr{width:calc(50% - 20px); margin:0 10px;}
    .ny_nr .tj_nr .w_z{padding:30px 15px 15px;}
    .ny_nr .tj_nr .w_z h3{font-size:18px; line-height:26px;}
    .ny_nr .tj_nr .w_z span i{font-size:14px;}
    .ny_nr .xw_lb ul li{padding-bottom:25px; padding-top:25px;}
    .ny_nr .xw_lb .t_p{width:30%;}
    .ny_nr .xw_lb .w_z{width:67%;}
    .ny_nr .xw_lb h3{font-size:18px; line-height:28px;}
    .ny_nr .xw_lb p{height:48px;line-clamp:2;-webkit-line-clamp:2;}
	.ny_nr .vd_lb p{font-size: 15px;text-align: center;line-height: 20px;margin-top: 8px}
}
@media only screen and (max-width:768px){
    .ny_nr{padding:40px 0 50px;}
    .ny_nr .ny_bt h3{font-size:22px; line-height:32px;}
    .ny_nr .ny_bt em{width:60px;}
    .ny_nr .cp_gk{margin-bottom:40px;}
    .ny_nr .gs_tp{width:100%; margin-bottom:25px;}
    .ny_nr .gs_wz{width:100%;}
    .ny_nr .ld_zs ul li{width:100%;margin: 0 0 30px;}
    .ny_nr .ld_zs p{font-size:16px; line-height:22px;}
    .ny_nr .vd_lb ul li{width:calc(50% - 14px);}
    .ny_nr .lx_mp{width:100%; height:320px;}
    .ny_nr .lx_xx{width:100%; padding:20px; margin-top:15px;}
    .ny_nr .tj_nr img {width: 100%;height: 100%;}
    .ny_nr .ld_zs h3{font-size:18px; line-height:28px;}
    .ny_nr .ld_zs p{font-size:15px;}
	.ny_nr .vd_lb p{font-size: 15px;text-align: center;line-height: 20px;margin-top: 8px}
	.ny_nr .vd_lb h4{
	font-size: 20px;
    margin: 20px 0;
    border-left: 5px solid #dd0010;
    padding-left: 10px;
    height: 20px;
    line-height: 19px;}
}
@media only screen and (max-width:640px){
    .ny_nr{padding:15px 0;}
    .ny_nr .ny_bt h3{font-size:20px; line-height:30px; margin-bottom:5px;}
    .ny_nr .gs_wz .b_t{font-size:18px; line-height:28px;}
    .ny_nr .ld_zs ul li{width:90%; margin:0 6% 20px;padding: 5% 1% 5% 8%;}
    .ny_nr .zz_lb ul{margin:0 -7px;}
    .ny_nr .zz_lb ul li{width:calc(50% - 14px); margin:0 7px 14px;}
    .ny_nr .gg_lb ul li{padding-right:0; line-height:32px; padding-bottom:10px; margin-bottom:10px;}
    .ny_nr .gg_lb a{font-size:15px;}
    .ny_nr .gg_lb span{position:relative; top:auto; right:auto; font-size:14px; padding-left:15px;}
    .ny_nr .lx_mp{height:200px;}
    .ny_nr .tj_xw{margin:0;}
    .ny_nr .tj_nr{width:100%; margin:0 0 25px;}
    .ny_nr .tj_nr .w_z h3{font-size:17px;}
    .ny_nr .tj_nr img {width: 100%;height: 100%;}
    .ny_nr .xw_lb ul li{padding-bottom:25px; padding-top:25px;}
    .ny_nr .xw_lb .t_p{width:100%;}
    .ny_nr .xw_lb .w_z{width:100%; margin-top:10px;}
    .ny_nr .xw_lb h3{font-size:17px; line-height:26px;}
    .ny_nr .xw_lb p{line-height:22px; height:44px;
        line-clamp:2;
        -webkit-line-clamp:2;}
}

.gs_sj{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.gs_sj .wrap ul li{width:calc(25% - 30px); margin:0 15px; padding:40px 20px; background-color:#fff; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.gs_sj .wrap .t_b{width:34%;}
.gs_sj .wrap .t_b img{width:100%; height:auto; display:block;}
.gs_sj .wrap .w_z{width:60%;}
.gs_sj .wrap .w_z p{font-size:16px; line-height:28px; color:#999; margin-bottom:10px;}
.gs_sj .wrap .s_z{display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.gs_sj .wrap .s_z b{font-size:44px; line-height:54px; color:#dd0010; font-weight:bold; display:inline-block;}
.gs_sj .wrap .s_z span{font-size:16px; line-height:34px; display:inline-block;}
@media only screen and (max-width:1440px){
    .gs_sj{padding:60px 0;}
    .gs_sj .wrap ul{margin:0 -10px;}
    .gs_sj .wrap ul li{width:calc(25% - 20px); margin:0 10px; padding:25px 20px;}
    .gs_sj .wrap .t_b{width:28%;}
    .gs_sj .wrap .w_z{width:66%;}
    .gs_sj .wrap .w_z p{font-size:14px; line-height:26px; margin-bottom:8px;}
    .gs_sj .wrap .s_z b{font-size:30px; line-height:40px;}
    .gs_sj .wrap .s_z span{font-size:14px; line-height:28px;}
}
@media only screen and (max-width:1279px){
    .gs_sj{padding:50px 0;}
    .gs_sj .wrap ul li{padding:20px 15px;}
    .gs_sj .wrap .s_z b{font-size:24px; line-height:36px;}
}
@media only screen and (max-width:768px){
    .gs_sj{padding:50px 0;}
    .gs_sj .wrap ul li{width:calc(50% - 20px); margin:10px;}
    .gs_sj .wrap .t_b{width:20%;}
    .gs_sj .wrap .w_z{width:76%;}
}
@media only screen and (max-width:640px){
    .gs_sj{padding:30px 0;}
    .gs_sj .wrap ul{margin:0 -4px;}
    .gs_sj .wrap ul li{width:calc(50% - 14px); margin:7px;}
    .gs_sj .wrap .w_z p{font-size:13px; line-height:24px; margin-bottom:0;}
    .gs_sj .wrap .s_z b{font-size:22px; line-height:32px;}
    .gs_sj .wrap .s_z span{font-size:13px; line-height:24px;}
}

.tc_sp{width:100%; height:100%; background-color:rgba(0,0,0,.9); position:fixed; top:0; left:0; z-index:99999; display:none;}
.tc_sp .g_b{position:absolute; top:40px; right:40px; width:36px; height:36px; text-align:center; cursor:pointer;}
.tc_sp .g_b i{color:#fff; line-height:36px; display:inline-block;
    transition:all .5s;
    -webkit-transition:all .5s;}
.tc_sp .g_b:hover i{transform:rotate(180deg);
    -webkit-transform:rotate(180deg);}
.tc_sp .vd_nr{width:100%; max-width:1200px; padding:0 15px; position:absolute; top:50%; left:50%;
    transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);}
.tc_sp .vd_nr video{width:100%; height:auto; display:block;}
@media only screen and (max-width:1279px){
    .tc_sp .vd_nr{width:90%;}
}
@media only screen and (max-width:640px){
    .tc_sp .g_b{top:15px; right:15px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:36px; height:36px; padding:0 12px; border-radius:2px; background-color:#f4f4f5; line-height:36px; text-align:center; color:#555; display:block;}
.yema ul li a:hover{background-color:#dd0010; color:#fff;}
.yema ul li a.on{background-color:#dd0010; color:#fff;}
.yema ul li i{font-size:18px; font-weight:bold; display:inline-block; vertical-align:middle; margin-top:-2px;}
@media only screen and (max-width:640px){
    .yema ul li:first-child{display:none;}
    .yema ul li:last-child{display:none;}
    .yema ul li a{min-width:32px; height:32px; padding:0 10px; line-height:32px;}
    .yema ul li i{font-size:16px;}
}

.footer{width:100%; font-size:14px; line-height:26px; color:#fff;
    background-image:-webkit-linear-gradient(120deg, #b20004, #f38900);
    background-image:linear-gradient(120deg, #b20004, #f38900);}
.footer a{color:#fff; line-height:30px;}
.footer .container{position:relative; z-index:999;}
.footer .ft_nr{border-bottom:1px solid rgba(255,255,255,.1); padding:60px 0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_nr h3{font-size:18px; font-weight:bold; line-height:30px; margin-bottom:10px; color:#fff; position:relative;}
.footer .ft_nr h3 em{width:100%; height:100%; position:absolute; top:0; left:0; display:none;}
.footer .ft_nr h3 em:after{width:12px; height:2px; background-color:#fff; position:absolute; top:50%; margin-top:-1px; right:5px; content:"";
    transition:all .5s;
    -webkit-transition:all .5s;}
.footer .ft_nr h3 em.on:after{transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);}
.footer .ft_nr h3 em:before{width:2px; height:12px; background-color:#fff; position:absolute; top:50%; margin-top:-6px; right:10px; content:"";
    transition:all .5s;
    -webkit-transition:all .5s;}
.footer .ft_nr h3 em.on:before{transform:rotate(135deg);
    -webkit-transform:rotate(135deg);}
.footer .ft_lm{width:calc(100% - 240px); display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .lm_fl{width:14.2857143%;}
.footer .ft_em{width:240px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_em img{max-width:100px; height:auto; display:block;}
.footer .ft_em p{margin-top:5px; text-align:center;}
.footer .banquan{padding:20px 0; line-height:22px;}
.footer .banquan .row{margin:0; justify-content:space-between;}
.footer .banquan span{display:inline-block; margin-right:12px;}
@media only screen and (max-width:1440px){
    .footer{font-size:13px;}
    .footer .ft_nr{padding:50px 0;}
    .footer .ft_nr h3{font-size:17px;}
    .footer .banquan{padding:15px 0;}
}
@media only screen and (max-width:1279px){
    .footer{line-height:24px;}
    .footer .ft_lm{width:calc(100% - 120px);}
    .footer .lm_fl{width:auto;}
    .footer .ft_em{width:90px;}
    .footer .ft_em img{max-width:90px;}
    .footer .banquan{padding:25px 0;}
}
@media only screen and (max-width:640px){
    .footer{font-size:13px; line-height:24px;}
    .footer .ft_nr{padding:15px 0;}
    .footer .ft_nr h3{font-size:17px;}
    .footer .ft_nr h3 em{display:block;}
    .footer .ft_lm{width:100%;}
    .footer .lm_fl{width:100%; padding-bottom:5px; margin-bottom:10px; border-bottom:1px solid rgba(255,255,255,.2);}
    .footer .lm_fl .l_b{display:none;}
    .footer .lm_fl .l_b p{width:50%;float:left;}
    .footer .ft_em{width:100%; justify-content:center;padding-top: 8px;}
    .footer .ft_em .e_m{margin:0 10px;}
    .footer .banquan{text-align:center; padding:10px 0;}
    .footer .banquan .z_c{width:100%;}
    .footer .banquan .y_c{width:100%;}
}

.fh_top{width:44px; height:44px; border-radius:50%; background-image:linear-gradient(0deg,#fff,#f3f5f8); border:2px solid #fff; box-shadow:8px 8px 20px 0 rgba(55,99,170,.1); border-radius:50%; position:fixed; bottom:18px; right:11px; cursor:pointer; overflow:hidden; z-index:99999; display:none;}
.fh_top img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
}
.bottom{width: 100%;height: 441px;border: 0;}

.news-detail{width: 100%;margin: 0 auto;}
.detail-title h5 {
    font-size: 15px;
    color: #999;
    line-height: 30px;
}
.detail-title h1 {
    font-size: 36px;
    color: #000;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}
.detail-title p {
    border-bottom: 1px solid #b3b3b3;
    color: #999;
    line-height: 20px;
    text-align: center;
    height: 50px;
}
.detail-cont{margin: 40px 0;}
.detail-cont p {
    line-height:36px;
    font-size: 18px;text-indent: 2em;
    margin-bottom: 10px;
}
.detail-cont img{display: block;margin:20px auto;}
.ny_nr .xcjz img{width: 800px;margin: 0 auto;}

.yema ul li a.current {background-color:#dd0010; color:#fff;}
.btn{margin:0;padding:0}


.gsld{}

.searchbg {
    background: fixed -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(20%, #fff));
    background: fixed -webkit-linear-gradient(#ededed 0%, #fff 20%);
    background: fixed -o-linear-gradient(#ededed 0%, #fff 20%);
    background: fixed linear-gradient(#ededed 0%, #fff 20%);
    padding-top: 0 !important;
}
.web-search{
    width: 1000px;
    margin: 0 auto;
}
.web-search-header {
    position: relative;
}

.web-search-header .title {
    padding: 20vh 0 15vh;
    text-align: center;
}

.web-search-header .title .logo {
    height: 90px;
}

.web-search-header .searchBar {
    position: relative;
    padding-right: 20%;
}

.web-search-header .searchBar input {
    width: 100%;
    height: 5rem;
    padding: 1rem 2rem;
    border: none;
    font-size: 1.125rem;
    vertical-align: top;
    background-color: #f2f2f2;
    border-radius: 25px 0 0 25px;
}

.web-search-header .searchBar button {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 5rem;
    border: none;
    text-align: center;
    background: #59aa31;
    color: #fff;
    font-size: 1.875rem;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 0 25px 25px 0;
	outline: none;
}

.web-search-header .searchBar button img {
    height: 2rem;
}

.web-search-header .searchBar button:hover {
    /* background: #98151b; */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.web-search-header .searchBar button * {
    vertical-align: middle;
}

.web-search-header .count {
    padding: 2rem 1rem 1.25rem;
    border-bottom: 2px solid #e6e6e6;
    line-height: 1.35;
    color: #1a1a1a;
}

.web-search-header .count span {
    color: #b20004;
}

.web-search-result .web-paging {
    padding: 4rem 0;
}

.web-search-list {
    padding-top: 2.5rem;
    min-height: 15rem;
}

.web-search-list > li {
    display: block;
}

.web-search-item {
    display: block;
    padding: 2rem 1.25rem;
    border-bottom: 1px solid #e6e6e6;
    /*background: #fafafa;*/
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    color: #000;
}

.web-search-item:hover {
    background: #f2f2f2;
}

.web-search-item:hover h3 {
    color: #b20004;
    letter-spacing: 1px;
}

.web-search-item span {
    color: #b20004;
}

.web-search-item h3 {
    font-size: 1.25rem;
    color: #000;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.web-search-item p {
    margin-top: 1em;
    color: #4c4c4c;
    font-size: 0.875rem;
}

.web-search-item em {
    margin-right: 2rem;
    color: #999;
}

.web-paging {
    text-align: center;
}
.web-paging a {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 .2rem;
    border: 1px solid #e6e6e6;
    color: #999;
    line-height: 2.5rem;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.web-paging a:first-of-type,
.web-paging a:last-of-type {
    font-family: "宋体";
    font-weight: bold;
}
.web-paging a:hover {
    color: #b20004;
    border-color: #b20004;
    font-size: 18px;
}
.web-paging a.active {
    background-color: #b20004;
    border-color: #b20004;
    color: #fff;
}
/***移动端***/
@media screen and (max-width: 992px) {
.news-detail{width:100%;}
	.detail-cont p {
    line-height: 28px;
    font-size: 15px;
	text-indent:0em;
	}
	.detail-title h1 {
    font-size: 18px;
    line-height: 30px;}
	
	.web-search{width:100%;}
    .web-search-header .title {
        padding: 6vh 0 5vh;
    }
.web-search-item h3 {
    font-size: 1rem;
}
    .web-search-header .title .logo {
        height: 48px;
    }
.web-search-header .searchBar {
    transform: scale(0.8);
}
    .web-search-header .searchBar input {
        height: 4rem;
        padding: 1rem 15px;
    }

    .web-search-header .searchBar button {
        height: 4rem;
        font-size: 1.5rem;
    }
	.web-search-header .searchBar button span{display:none;}
    .web-search-header .searchBar button img {
        height: 1.5rem;
    }

    .web-search-header .count {
        padding: 2rem 15px 1.25rem;
    }

    .web-search-result .web-paging {
        padding: 2rem 0;
    }

    .web-search-list {
        padding-top: 0;
    }

    .web-search-item {
        padding: 1.5rem 15px;
    }
}
/*公开目录*/
.gk_bg{background-color: #fafafa;padding: 40px 40px 80px 150px;}
.ny_bt div{
    display: inline-block;
    margin: 0 30px;
}
.ny_bt .on{
    background-position: bottom;
    background-size: 60% 4px;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, #b20004, #59aa31);
    color: red;
}
.ny_bt .on a h3{color: #b20004}
.gk_lb h4 {
    font-size: 22px;
    margin: 30px 0;
    border-left: 5px solid #dd0010;
    padding-left: 10px;
    height: 26px;
    line-height: 23px;
}
.gk_lb li {
    float: left;
    font-size: 18px;
    margin: 0 30px;
}