@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:15px; color:#555; text-align:justify; font-family:"PingFang SC","Source Han Sans CN","Microsoft YaHei",Arial,Tahoma,sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:15px; border:0; background:none; outline:none; vertical-align:middle; font-family:"PingFang SC","Source Han Sans CN","Microsoft YaHei",Arial,Tahoma,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#222; text-decoration:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#d6000f; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
@media only screen and (max-width:1024px){
body{font-size:14px;}
input,select,button,textarea{font-size:14px;}
input,textarea{-webkit-appearance:none; border-radius:0;}
}

.container-w{width:95%; margin:0 auto; position:relative;}
@media only screen and (max-width:1024px){
.container-w{width:100%;}
}

.header{width:100%; padding-left:15px; background-color:#fff; position:relative; top:0; left:0; z-index:9999;}
.header.on{position:fixed; top:0; left:0; box-shadow:0 0 15px #ddd;
-webkit-animation:zhiding 1s ease;
-moz-animation:zhiding 1s ease;
-ms-animation:zhiding 1s ease;
-o-animation:zhiding 1s ease;
animation:zhiding 1s ease;}
.header .logo{width:140px; float:left; margin:20px 0 20px 2.5%; position:relative;}
.header .logo img{width:100%; height:auto; display:block;}
.header .an{position:absolute; top:50%; margin-top:-8px; right:15px; height:17px; width:32px; display:none;}
.header .an span{width:32px; height:1px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .s_ch{float:right; width:76px; height:76px; line-height:76px; color:#000; text-align:center; cursor:pointer;}
.header .s_ch i{font-size:22px; font-weight:bold;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch:hover i{color:#d6000f;}
.header .nav{float:right;}
.header .nav .y_y{float:left; height:26px; margin-top:25px; margin-left:35px; border:1px solid #ddd; border-radius:5px; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav .y_y:hover{border:1px solid #000;}
.header .nav .y_y a{display:inline-block; width:30px; height:24px; font-size:14px; line-height:24px; color:#888; text-align:center; vertical-align:top;}
.header .nav .y_y:hover a{color:#000;}
.header .nav .y_y a.on{color:#fff; background-color:#000;}
.header .nav .z_t{float:left; height:26px; margin-top:25px; margin-left:35px; border:1px solid #ddd; border-radius:5px; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav .z_t:hover{border:1px solid #000;}
.header .nav .z_t img{width:100%; height:auto; display:block; opacity:.6;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav .z_t:hover img{opacity:1;}
.header .nav ul{float:left;}
.header .nav ul li{margin-left:50px; float:left; position:relative;}
.header .nav ul li:after{width:4px; height:4px; border-radius:50%; background-color:#aaa; content:""; position:absolute; top:50%; margin-top:-2px; left:-25px;}
.header .nav ul li:first-child:after{display:none;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:block; font-size:16px; color:#888; text-transform:uppercase; line-height:76px;}
.header .nav ul li:hover .y_j a{color:#d6000f;}
.header .nav ul li.on .y_j a{color:#d6000f;}
.header .nav .e_j{width:160px; background-color:#fff; position:absolute; left:50%; margin-left:-80px; opacity:0; visibility:hidden; box-shadow:0 5px 10px #ddd;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .nav .e_j a{font-size:14px; line-height:44px; text-align:center; border-bottom:1px solid #bbb; display:block; position:relative;}
.header .nav .e_j a:last-child{border-bottom:0;}
.header .nav .e_j a:hover{color:#fff; background-color:#535353;}
.header .nav .e_j a:after{width:7px; height:100%; background-color:#d6000f; position:absolute; right:0; top:0; content:""; opacity:0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav .e_j a:hover:after{opacity:1;}
@media (min-width:1025px){
    .header .nav{display: block  !important;}
}
@media only screen and (max-width:1024px){
.header{padding:0 15px}
.header.on{position:relative; top:auto; left:auto;
-webkit-animation:none;
-moz-animation:none;
-ms-animation:none;
-o-animation:none;
animation:none;}
.header .logo{margin:20px 0;}
.header .an{display:block;}
.header .s_ch{margin-right:40px; width:46px; line-height:82px;}
.header .s_ch i{font-size:24px; font-weight:lighter;}
.header .nav{width:100%; height:calc(100vh - 76px); border-top:1px solid #ddd; padding:15px 5% 25px; margin:0; background-color:#fff; position:absolute; top:76px; left:0; z-index:9999; overflow-y:auto !important; display:none; box-shadow:0 10px 10px #ddd;}
.header .nav .y_y{height:32px; margin-top:25px; margin-left:0;}
.header .nav .y_y a{width:44px; height:30px; line-height:30px;}
.header .nav .z_t{height:32px; margin-left:25px;}
.header .nav .z_t img{margin-top:3px;}
.header .nav ul{width:100%; float:none;}
.header .nav ul li{width:100%; height:auto; line-height:50px; text-align:left; border-bottom:1px solid #ddd; float:none; margin:0;}
.header .nav ul li:after{display:none;}
.header .nav .y_j i{display:block; width:100%; padding-right:10px; position:absolute; top:0; right:0; text-align:right; line-height:50px; z-index:99;}
.header .nav .y_j a{font-size:16px; color:#666; line-height:50px;}
.header .nav ul li:hover .y_j a{color:#666;}
.header .nav .e_j{width:100%; background:none; box-shadow:none; position:relative; left:auto; top:auto; padding:0 10px 20px; margin-left:0; opacity:1; visibility:inherit; display:none;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transition:none;
-o-transition:none;
-ms-transition:none;
-moz-transition:none;
-webkit-transition:none;}
.header .nav ul li:hover .e_j{transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;}
.header .nav .e_j a{font-size:14px; line-height:32px; color:#aaa; text-align:left; border-bottom:0;}
}

@-webkit-keyframes zhiding {
from{-webkit-transform:translateY(-100%);}
to{-webkit-transform:translateY(0);}
}
@-moz-keyframes zhiding {
from{-moz-transform:translateY(-100%);}
to{-moz-transform:translateY(0);}
}
@-ms-keyframes zhiding {
from{-ms-transform:translateY(-100%);}
to{-ms-transform:translateY(0);}
}
@-o-keyframes zhiding {
from{-o-transform:translateY(-100%);}
to{-o-transform:translateY(0);}
}
@keyframes zhiding {
from{transform:translateY(-100%);}
to{transform:translateY(0);}
}

.search{width:100%; height:100%; background-color:rgba(0,0,0,.8); position:fixed; top:0; left:0; z-index:9999; display:none;}
.search .sc_bj{width:100%; padding:150px 0; background-color:#fff; position:relative;}
.search .sc_gb{position:absolute; top:50px; right:50px; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb:hover{transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);}
.search .sc_gb i{font-size:36px; color:#555;}
.search .sc_nr{width:500px; border-bottom:1px solid #ddd; margin:0 auto;}
.search input{width:430px; height:60px; font-size:16px; line-height:60px; color:#555; float:left;}
.search input::placeholder{color:#aaa;}
.search button{width:70px; 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:640px){
.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 - 76px); position:relative; overflow:hidden;}
.pc_ban .swiper-slide{overflow:hidden;}
.pc_ban .swiper-button-prev{width:46px; height:46px; border:1px solid #fff; background:rgba(0,0,0,.4) url(../images/ban_l.png) no-repeat center; top:50%; left:2.5%; margin-top:-23px; opacity:.2;
background-size:44px 44px;
-webkit-background-size:44px 44px;
-moz-background-size:44px 44px;
-ms-background-size:44px 44px;
-o-background-size:44px 44px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-prev{opacity:.7;}
.pc_ban .swiper-button-next{width:46px; height:46px; border:1px solid #fff; background:rgba(0,0,0,.4) url(../images/ban_r.png) no-repeat center; top:50%; right:2.5%; margin-top:-23px; opacity:.2;
background-size:44px 44px;
-webkit-background-size:44px 44px;
-moz-background-size:44px 44px;
-ms-background-size:44px 44px;
-o-background-size:44px 44px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-next{opacity:.7;}
.pc_ban img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center top;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.pc_ban .w_z{width:40%; max-width:550px; min-width:500px; padding:30px; background-color:rgba(0,0,0,.5); color:#fff; position:absolute; bottom:10%; left:5%;}
.pc_ban .w_z h2{font-size:26px; line-height:32px; margin-bottom:10px;}
.pc_ban .w_z p{line-height:22px; height:44px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
@media only screen and (max-width:1024px){
.pc_ban{height:460px;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .swiper-pagination{bottom:5px;}
.pc_ban .w_z{padding:15px;}
.pc_ban .w_z h2{font-size:22px; line-height:30px;}
}
@media only screen and (max-width:640px){
.pc_ban{height:300px;}
.pc_ban .swiper-pagination{bottom:3px;}
.pc_ban .swiper-pagination-bullet{width:20px; margin:0 2px !important;}
.pc_ban .w_z{width:90%; max-width:90%; min-width:90%; padding:12px; color:#fff; position:absolute; bottom:10%; left:5%;}
.pc_ban .w_z h2{font-size:20px; line-height:28px; margin-bottom:0;}
.pc_ban .w_z p{height:22px;
line-clamp:1;
-webkit-line-clamp:1;
-moz-line-clamp:1;
-ms-line-clamp:1;
-o-line-clamp:1;}
}

.sy_bt{margin-bottom:30px;}
.sy_bt .b_t{font-size:28px; font-weight:bold; color:#000; float:left;}
.sy_bt .b_t span{display:inline-block; font-size:20px; text-transform:uppercase; color:#888; font-weight:normal; vertical-align:bottom; margin-left:5px;}
.sy_bt .m_r{width:82px; height:32px; border-radius:16px; border:1px solid #333; position:relative; overflow:hidden; float:right;}
.sy_bt .m_r .bg{width:100%; height:100%; position:absolute; left:0; top:0; background-color:#333;
transition:transform 340ms ease-in-out;
transform-origin:right center;
transform:scaleX(0);}
.sy_bt .m_r:hover .bg{transform:scaleX(1); transform-origin:left center;}
.sy_bt .m_r a{line-height:30px; color:#333; text-align:center; display:block; position:relative; z-index:9;}
.sy_bt .m_r:hover a{color:#fff;}
.sy_bt .m_r i{margin-left:5px; font-size:14px;}
@media only screen and (max-width:1024px){
.sy_bt{margin-bottom:20px;}
.sy_bt .b_t{font-size:24px;}
.sy_bt .b_t span{font-size:18px;}
.sy_bt .m_r{width:66px; height:26px; border-radius:13px; margin-top:5px;}
.sy_bt .m_r a{line-height:24px;}
}
@media only screen and (max-width:640px){
.sy_bt{margin-bottom:15px;}
.sy_bt .b_t{font-size:20px;}
.sy_bt .b_t span{font-size:16px;}
.sy_bt .m_r{width:70px; height:22px; border-radius:11px; font-size:13px;}
.sy_bt .m_r a{line-height:20px;}
}

.sy_xm{width:100%; padding-top:60px; overflow:hidden;}
.sy_xm ul{margin:0 -5px;}
.sy_xm ul li{padding:0 5px;}
.sy_xm ul li.x_t{width:28%;}
.sy_xm ul li.z_t{width:44%;}
.sy_xm ul li.s_t{width:22%;}
.sy_xm ul li.d_t{width:56%;}
.sy_xm ul li.f_t{float:right;}
.sy_xm .n_r{position:relative; overflow:hidden; margin-bottom:10px; height: 440px;}
.sy_xm .t_p{ width: 100%; height: 100%; overflow: hidden;}
.sy_xm .t_p .t_p_img{width:100%; height:100%; display:block; background-size: cover !important;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.sy_xm .n_r:hover .t_p .t_p_img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_xm .w_z{width:100%; padding:50px 25px 25px; position:absolute; bottom:-100%; left:0; color:#fff;
background-image:-webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:-moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:-ms-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:-o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_xm .n_r:hover .w_z{bottom:0;}
.sy_xm .w_z h3{font-size:22px; font-weight:bold; line-height:30px; margin-bottom:5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xm .w_z p{line-height:24px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

@media only screen and (max-width:1199px){

    .sy_xm .n_r{ height: 260px;

    }
}


@media only screen and (max-width:1024px){
.sy_xm{padding-top:40px;}
.sy_xm ul li.x_t{width:50%;}
.sy_xm ul li.z_t{width:100%;}
.sy_xm ul li.s_t{width:50%;}
.sy_xm ul li.d_t{width:100%;}
.sy_xm .w_z{padding:35px 15px 15px;}
.sy_xm .w_z h3{font-size:20px; line-height:28px;}
.sy_xm .w_z p{line-height:22px;}	
}
@media only screen and (max-width:640px){
.sy_xm{padding-top:35px;}
.sy_xm .w_z{padding:25px 10px 10px;}
.sy_xm .w_z h3{font-size:18px; line-height:26px;}
.sy_xm .w_z p{line-height:20px;}	
}

@media only screen and (max-width:576px){

    .sy_xm .n_r{ height: 260px;

    }
}

.sy_xw{width:100%; padding:30px 0 60px; overflow:hidden;}
.sy_xw ul{margin:0 -25px;}
.sy_xw ul li{padding:0 25px;}
.sy_xw .t_p{overflow:hidden; height: 370px; margin-bottom:15px;}
.sy_xw .t_p .t_p_img{width:100%; height: 100%; display:block; background-size: cover !important;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.sy_xw .n_r:hover .t_p .t_p_img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_xw .w_z h3{font-size:22px; font-weight:bold; color:#000; line-height:30px; margin-bottom:5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .n_r:hover .w_z h3{color:#d6000f;}
.sy_xw .w_z p{line-height:24px; height:48px; color:#777; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}

@media only screen and (max-width:1199px){

    .sy_xw .t_p{ height: 260px;

    }
}

@media only screen and (max-width:1024px){
.sy_xw ul{margin:0 -10px;}
.sy_xw ul li{padding:0 10px;}
.sy_xw .w_z h3{font-size:20px; line-height:28px;}
.sy_xw .w_z p{line-height:22px; height:44px;}
}
@media only screen and (max-width:640px){
.sy_xw{padding:20px 0 40px;}
.sy_xw .n_r{margin-bottom:20px;}
.sy_xw .w_z h3{font-size:18px; line-height:26px;}
}

.ny_ban{width:100%; position:relative; overflow:hidden;}
.ny_ban:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.4);}
.ny_ban img{width:100%; height:auto; display:block;}
.ny_ban .container{position:absolute; top:50%; left:50%; z-index:99; text-align:center; color:#fff;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%); 
-moz-transform:translate(-50%,-50%); 
-ms-transform:translate(-50%,-50%); 
-o-transform:translate(-50%,-50%);}
.ny_ban h3{font-size:32px; font-weight:bold; margin-bottom:15px;}
.ny_ban p{font-size:18px; text-transform:uppercase; opacity:.5;}
@media only screen and (max-width:1024px){
.ny_ban{height:300px;}
.ny_ban img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center top;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.ny_ban .container{top:53%;}
.ny_ban h3{font-size:25px; margin-bottom:10px;}
.ny_ban p{font-size:16px;}
}
@media only screen and (max-width:640px){
.ny_ban{height:250px;}
.ny_ban h3{font-size:20px; margin-bottom:10px;}
.ny_ban p{font-size:14px; line-height:20px;}
}

.ny_lm{width:100%; height:76px; background-color:#eaeaea; line-height:76px; color:#aaa; position:relative; z-index:99;}
.ny_lm .b_t{font-size:26px; font-weight:bold; color:#000; float:left; padding-left:20px; position:relative;}
.ny_lm .b_t span{display:inline-block; font-size:18px; line-height:28px; text-transform:uppercase; color:#888; font-weight:normal; vertical-align:middle; margin-left:5px;}
.ny_lm .b_t:after{width:5px; height:26px; position:absolute; top:50%; margin-top:-13px; left:0; content:""; background-color:#d6000f;}
.ny_lm .l_m{float:right;}
.ny_lm .l_m ul li{float:left; margin-right:40px; position:relative;}
.ny_lm .l_m ul li a{font-size:16px; color:#777; display:block;}
.ny_lm .l_m ul li:after{width:0; height:2px; background-color:#d6000f; content:""; position:absolute; bottom:0; left:0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_lm .l_m ul li:hover a{color:#d6000f;}
.ny_lm .l_m ul li:hover:after{width:100%;}
.ny_lm .l_m ul li.on a{color:#d6000f;}
.ny_lm .l_m ul li.on:after{width:100%;}
@media only screen and (max-width:1024px){
.ny_lm{height:66px; line-height:66px;}
.ny_lm .b_t{font-size:20px; padding-left:15px;}
.ny_lm .b_t span{font-size:15px;}
.ny_lm .b_t:after{width:3px; height:22px; margin-top:-11px;}
.ny_lm .l_m ul li{margin-right:20px;}
.ny_lm .l_m ul li a{font-size:15px;}
}
@media only screen and (max-width:640px){
.ny_lm{height:inherit; line-height:56px; border-bottom:1px solid #ddd;}
.ny_lm .container-fluid{padding:0;}
.ny_lm .b_t{font-size:18px; float:none; padding:0 15px 0 30px;}
.ny_lm .b_t span{font-size:14px;}
.ny_lm .b_t:after{height:18px; margin-top:-9px; left:15px;}
.ny_lm .l_m{float:none; background-color:#fff; padding:0 15px;}
.ny_lm .l_m ul li{margin-right:0; width:25%;}
.ny_lm .l_m ul li a{font-size:15px;}
}

.zp_ss{float:right; margin-top:14px;}
.zp_ss .j_g{width:100%; height:46px; font-size:16px; font-weight:bold; color:#000; line-height:46px; display:block;}
.zp_ss .x_z{width:170px; height:48px; border:1px solid #ddd; background-color:#fff; border-radius:5px; padding:0 15px; font-size:14px; line-height:46px; float:left; margin-right:20px; position:relative;}
.zp_ss .x_z i{position:absolute; right:20px; top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);}
.zp_ss .x_z .e_j{position:absolute; top:48px; left:0; width:100%;/* height:308px; */border:1px solid #ddd; border-radius:5px; padding:10px 15px; box-shadow:0 5px 10px #eee; background-color:#fff; position:absolute; display:none; overflow-y:auto !important;}
.zp_ss .x_z .e_j a{font-size:15px; line-height:36px; color:#aaa; display:block;}
.zp_ss .x_z .e_j a:hover{color:#d6000f;}
.zp_ss .s_s{width:220px; float:left; border:1px solid #ddd; background-color:#fff; border-radius:5px; overflow:hidden;}
.zp_ss .s_s input{width:80%; height:46px; padding:0 10px; line-height:46px; display:block; float:left;}
.zp_ss button{width:20%; height:46px; color:#000; line-height:46px; float:right;}
.zp_ss button i{vertical-align:middle; font-size:18px; font-weight:bold;}
@media only screen and (max-width:1024px){
.zp_ss{float:right; margin-top:12px;}
.zp_ss .j_g{height:40px; font-size:15px; line-height:40px; display:block;}
.zp_ss .x_z{width:120px; height:42px; padding:0 10px; line-height:40px; margin-right:15px;}
.zp_ss .x_z i{right:10px;}
.zp_ss .x_z .e_j{top:42px; height:268px; padding:10px;}
.zp_ss .x_z .e_j a{font-size:14px; line-height:32px;}
.zp_ss .s_s{width:180px;}
.zp_ss .s_s input{height:40px; line-height:40px;}
.zp_ss button{height:40px; line-height:40px;}
.zp_ss button i{font-size:16px;}
}
@media only screen and (max-width:640px){
.zp_ss{float:none; padding:20px 0; margin-top:0; background-color:#fff;}
.zp_ss .x_z{width:46%; margin:0 2%;}
.zp_ss .s_s{width:96%; margin:10px 2% 0;}
}

.ny_bt{margin-bottom:50px;}
.ny_bt h3{font-size:26px; font-weight:bold; color:#000; line-height:36px;}
.ny_bt h4{font-size:16px; line-height:26px; color:#777;}
.ny_bt em{width:50px; height:4px; background-color:#d6000f; display:block; margin-top:15px;}
@media only screen and (max-width:1024px){
.ny_bt{margin-bottom:35px;}
.ny_bt h3{font-size:22px; line-height:32px;}
.ny_bt h4{font-size:15px; line-height:24px;}
.ny_bt em{width:40px; height:3px; margin-top:10px;}
}

.gs_js{width:100%; padding:150px 0; color:#fff; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed; overflow:hidden;}
.gs_js .ny_bt h3{color:#fff; text-align:center;}
.gs_js .ny_bt h4{color:#fff; text-align:center;}
.gs_js .ny_bt em{margin:15px auto 0;}
.gs_js .js_wz{max-width:1300px; margin:0 auto; font-size:16px; line-height:32px;}
.gs_js .jg_tp img{max-width:100%; height:auto; display:block; margin:0 auto;}
@media only screen and (max-width:1024px){
.gs_js{padding:80px 0; background-attachment:scroll;}
.gs_js .ny_bt h3{text-align:left;}
.gs_js .ny_bt h4{text-align:left;}
.gs_js .ny_bt em{margin:15px 0 0;}
.gs_js .js_wz{max-width:100%; font-size:15px; line-height:28px;}
.gs_js .jg_tp{padding:0 15px;}
}
@media only screen and (max-width:640px){
.gs_js{padding:50px 0;}
.gs_js .js_wz{font-size:15px; line-height:28px;}
}

.js_zs{width:100%; padding:60px 0; background-color:#f7f7f7; overflow:hidden;}
.js_zs:nth-child(odd){background-color:#fff;}
.js_zs .row{margin:0 -30px; display:flex; align-items:center; justify-content:space-between;}
.js_zs .col-12{padding:0 30px;}
.js_zs .w_z{font-size:16px; line-height:30px;}
.js_zs .t_p img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1024px){
.js_zs .w_z{font-size:15px; line-height:28px; margin-bottom:30px;}
}
@media only screen and (max-width:640px){
.js_zs{padding:50px 0;}
}

.qy_wh{width:100%; padding:120px 0; text-align:center; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed; overflow:hidden;}
.qy_wh .ny_bt em{margin:15px auto 0;}
.qy_wh .wh_by{margin-bottom:50px; font-size:20px; color:#000; line-height:30px;}
.qy_wh .wh_nr{max-width:1160px; margin:0 auto;}
.qy_wh .row{margin:0 -2%;}
.qy_wh .w_h{margin:0 2%; width:29.3333333333333%; flex:0 0 29.3333333333333%; background-color:#fff;}
.qy_wh .w_z{line-height:24px; padding:25px;}
.qy_wh .w_z h5{font-size:20px; line-height:30px; font-weight:bold; color:#000; margin-bottom:15px;}
.qy_wh .t_p img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1024px){
.qy_wh{padding:60px 0; background-attachment:scroll;}
.qy_wh .wh_by{margin-bottom:30px; font-size:18px; line-height:28px;}
.qy_wh .wh_nr{max-width:100%;}
.qy_wh .row{margin:0 -1%;}
.qy_wh .w_h{margin:0 1%; width:31.3333333333333%; flex:0 0 31.3333333333333%;}
.qy_wh .w_z{padding:15px;}
.qy_wh .w_z h5{font-size:18px; line-height:28px; margin-bottom:10px;}
}
@media only screen and (max-width:640px){
.qy_wh{padding:50px 0 20px;}
.qy_wh .row{margin:0;}
.qy_wh .w_h{margin:0 0 30px; width:100%; flex:0 0 100%;}
}

.zl_hz{width:100%; padding:80px 0; overflow:hidden;}
.zl_hz .row{margin:0; background-color:#f7f7f7;}
.zl_hz .w_z{width:30%; flex:0 0 30%; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.zl_hz .n_r{width:100%; padding:30px; position:absolute; top:50%; left:0; color:#fff;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);}
.zl_hz .n_r h3{font-size:46px; font-weight:bold; line-height:56px;}
.zl_hz .n_r h4{font-size:20px; line-height:28px; margin-bottom:15px;}
.zl_hz .n_r p{line-height:24px;}
.zl_hz .n_r em{width:40px; height:5px; display:block; margin:15px 0; background-color:#d6000f;}
.zl_hz .t_p{width:70%; flex:0 0 70%; padding:30px;}
.zl_hz .t_p ul{background:none; margin:0 -10px;}
.zl_hz .t_p ul li{width:14.2857143%; padding:0 10px; margin:10px 0; float:left;}
.zl_hz .t_p ul li img{width:100%; height:auto; border:1px solid #ddd; display:block;}
@media only screen and (max-width:1024px){
.zl_hz{padding:60px 0;}
.zl_hz .w_z{width:100%; flex:0 0 100%;}
.zl_hz .n_r{width:100%; padding:25px; position:relative; top:auto; left:auto;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;}
.zl_hz .t_p{width:100%; flex:0 0 100%; padding:25px;}
.zl_hz .t_p ul{margin:0 -5px;}
.zl_hz .t_p ul li{padding:0 5px; margin:5px 0;}
}
@media only screen and (max-width:640px){
.zl_hz{padding:50px 0;}
.zl_hz .n_r{padding:20px;}
.zl_hz .n_r h3{font-size:40px; line-height:50px;}
.zl_hz .t_p{padding:20px;}
.zl_hz .t_p ul li{width:20%;}
}

.hx_td{width:100%; padding:80px 0; overflow:hidden;}
.hx_td ul li{width:20%; padding:0 15px; margin-bottom:30px;}
.hx_td ul li .t_p{ height:340px; overflow: hidden; }

@media only screen and (max-width:1199px){
.hx_td ul li .t_p{
    height: auto;
}
}
.hx_td .w_z{margin-top:15px;}
.hx_td .w_z h3{font-size:22px; color:#000; font-weight:bold; line-height:32px; margin-bottom:5px;}
.hx_td .w_z h3 span{font-size:15px; color:#777; text-transform:uppercase; font-weight:normal; padding-left:10px;}
.hx_td .w_z p{line-height:24px;}
.hx_td .t_p img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1024px){
.hx_td{padding:60px 0;}
.hx_td ul{margin:0 -10px;}
.hx_td ul li{width:33.3333333333333%; padding:0 10px;}
.hx_td .w_z{margin-top:15px;}
.hx_td .w_z h3{font-size:20px; line-height:30px;}
.hx_td .w_z h3 span{font-size:14px;}
}
@media only screen and (max-width:640px){
.hx_td{padding:50px 0;}
.hx_td ul li{width:50%;}
}

.xm_fl{width:100%; padding:60px 0 50px; overflow:hidden;}
.xm_fl ul{margin:0 -5px;}
.xm_fl ul li{padding:0 5px; width: 28%; height: 440px; overflow: hidden; margin-bottom: 10px;
transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
}
.xm_fl ul li:nth-child(3){ width: 44%;}
.xm_fl ul li:nth-child(4){ width: 44%;}

.xm_fl ul li:nth-child(9){ width: 44%;}
.xm_fl ul li:nth-child(10){ width: 44%;}


/* .xm_fl ul li.x_t{width:28%;}
.xm_fl ul li.d_t{width:44%;}
.xm_fl ul li.f_t{float:right;} */
.xm_fl .n_r{position:relative; overflow:hidden; margin-bottom:10px; height: 100%;}
.xm_fl .t_p{ height: 100%; width: 100%; }
.xm_fl .t_p .t_p_img{width:100%; height:100%; display:block; background-size: cover !important;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.xm_fl ul li:hover .t_p .t_p_img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.xm_fl .w_z{width:100%; padding:40px 25px 25px; position:absolute; bottom:0; left:0; color:#fff;
background-image:-webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:-moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:-ms-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:-o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.xm_fl ul li:hover .w_z{background-image:-webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
background-image:-moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
background-image:-ms-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
background-image:-o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));}
.xm_fl .w_z h3{font-size:24px; font-weight:bold; line-height:34px; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xm_fl .w_z p{line-height:24px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

@media only screen and (max-width:1199px){
	
	.xm_fl ul li{ height: 260px;
	
	}
}

@media only screen and (max-width:1024px){
.xm_fl{padding:40px 0;}
.xm_fl ul li{width:50%;}
.xm_fl ul li:nth-child(3){width:100%;}
.xm_fl ul li:nth-child(4){width:100%;}
.xm_fl ul li:nth-child(9){width:100%;}
.xm_fl ul li:nth-child(10){width:100%;}
/* .xm_fl ul li.x_t{width:50%;}
.xm_fl ul li.d_t{width:100%;} */
.xm_fl .w_z{padding:35px 15px 15px;}
.xm_fl .w_z h3{font-size:20px; line-height:28px;}
.xm_fl .w_z p{line-height:22px;}	
}
@media only screen and (max-width:640px){
.xm_fl{padding:35px 0;}
.xm_fl .w_z{padding:25px 10px 10px;}
.xm_fl .w_z h3{font-size:18px; line-height:26px;}
.xm_fl .w_z p{line-height:20px;}	
}


@media only screen and (max-width:576px){
	
	.xm_fl ul li{ height: 200px;
	
	}
}

.xm_lb{width:100%; padding:60px 0 40px; overflow:hidden;}
.xm_lb .xm_bt{font-size:26px; font-weight:bold; color:#000; padding-left:20px; position:relative; margin-bottom:25px;}
.xm_lb .xm_bt span{display:inline-block; font-size:18px; text-transform:uppercase; color:#888; font-weight:normal; vertical-align:middle; margin-left:5px;}
.xm_lb .xm_bt:after{width:5px; height:26px; position:absolute; top:50%; margin-top:-13px; left:0; content:""; background-color:#d6000f;}
.xm_lb ul{margin:0 -5px;}
.xm_lb ul li{padding:0 5px;}
.xm_lb .n_r{position:relative; overflow:hidden; margin-bottom:10px;}
.xm_lb .t_p{ width: 100%; position: relative;}
.xm_lb .t_p .t_p_img{width:100%; height:400px; display:block;
    background-size: cover !important;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.xm_lb ul li:hover .t_p .t_p_img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.xm_lb .w_z{width:100%; padding:40px 25px 25px; position:absolute; bottom:0; left:0; color:#fff;
background-image:-webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:-moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:-ms-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:-o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.xm_lb ul li:hover .w_z{background-image:-webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
background-image:-moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
background-image:-ms-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
background-image:-o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));}
.xm_lb .w_z h3{font-size:24px; font-weight:bold; line-height:34px; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xm_lb .w_z p{line-height:24px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:1024px){
.xm_lb{padding:40px 0;}
.xm_lb .xm_bt{font-size:24px;}
.xm_lb .xm_bt span{font-size:18px;}
.xm_lb .w_z{padding:35px 15px 15px;}
.xm_lb .w_z h3{font-size:20px; line-height:28px;}
.xm_lb .w_z p{line-height:22px;}	
}
@media only screen and (max-width:640px){
.xm_lb{padding:35px 0;}
.xm_lb .xm_bt{font-size:20px;}
.xm_lb .xm_bt span{font-size:16px;}
.xm_lb .w_z{padding:25px 10px 10px;}
.xm_lb .w_z h3{font-size:18px; line-height:26px;}
.xm_lb .w_z p{line-height:20px;}	
}

.xq_dt img{width:100%; height:auto; display:block;}

.xq_xx{width:100%; padding:60px 0 35px; margin-bottom:50px; border-bottom:1px solid #ddd; overflow:hidden;}
.xq_xx .xq_mc{max-width:40%; float:left;}
.xq_xx .xq_mc h3{font-size:32px; color:#000; font-weight:bold; line-height:40px;}
.xq_xx .xq_mc span{font-size:22px; color:#333; line-height:32px;}
.xq_xx .xq_sx{max-width:60%; float:right; margin-top:15px; font-size:18px; color:#333; line-height:28px; text-align:right;}
@media only screen and (max-width:1024px){
.xq_xx{padding:50px 0 30px; margin-bottom:40px;}
.xq_xx .xq_mc h3{font-size:30px; line-height:38px;}
.xq_xx .xq_mc span{font-size:20px; line-height:30px;}
.xq_xx .xq_sx{margin-top:10px; font-size:16px; line-height:26px;}
}
@media only screen and (max-width:640px){
.xq_xx{padding:40px 0 25px; margin-bottom:30px;}
.xq_xx .xq_mc{max-width:100%; float:none;}
.xq_xx .xq_mc h3{font-size:26px; line-height:34px;}
.xq_xx .xq_mc span{font-size:16px; line-height:26px;}
.xq_xx .xq_sx{max-width:100%; float:none; margin-top:25px; font-size:16px; line-height:26px; text-align:left;}
}

.xq_js{width:100%; margin-bottom:40px; overflow:hidden;}
.xq_js .j_s{font-size:16px; line-height:26px;}

.xq_tj{max-width:250px;}
.xq_tj h3{font-size:22px; font-weight:bold; color:#000; margin-bottom:15px;}
.xq_tj h4{font-size:18px; font-weight:bold; color:#000; margin-bottom:5px;}
.xq_tj p{font-size:14px; color:#777;}
.xq_tj ul li{margin-bottom:20px;}
.xq_tj ul li img{ width: 100%;}
.xq_tj .t_p{overflow:hidden; margin-bottom:10px;}
.xq_tj .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.xq_tj ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
@media only screen and (max-width:1024px){
.xq_tj{display:none;}
}

span.x_g{display:block; margin-top:10px; font-size:14px; line-height:22px;}

.xw_zx{width:100%; padding-top:60px; overflow:hidden;}
.xw_zx ul{margin:0 -25px;}
.xw_zx ul li{padding:0 25px;}
.xw_zx .n_r{margin-bottom:50px;}
.xw_zx .t_p{overflow:hidden; margin-bottom:15px;
    width: 100%; position: relative;

}
.xw_zx .t_p .t_p_img{width:100%; height:305px; display:block;
    background-size: cover !important;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.xw_zx .n_r:hover .t_p .t_p_img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.xw_zx .w_z h3{font-size:22px; font-weight:bold; color:#000; line-height:30px; margin-bottom:5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_zx .n_r:hover .w_z h3{color:#d6000f;}
.xw_zx .w_z p{line-height:24px; height:48px; color:#777; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.xw_zx .s_j{position:absolute; bottom:25px; right:25px; line-height:24px;}
.xw_zx .s_j i{font-size:16px; vertical-align:middle;}
@media only screen and (max-width:1024px){
.xw_zx{padding-top:50px;}
.xw_zx ul{margin:0 -10px;}
.xw_zx ul li{padding:0 10px;}
.xw_zx .n_r{margin-bottom:20px;}
.xw_zx .w_z h3{font-size:20px; line-height:28px;}
.xw_zx .w_z p{line-height:22px; height:44px;}

    .xw_zx .t_p .t_p_img{ height: 200px;}
}
@media only screen and (max-width:640px){
.xw_zx{padding-top:40px;}
.xw_zx .w_z h3{font-size:18px; line-height:26px;}
    .xw_zx .t_p .t_p_img{ height: 250px;}
}

.yw_fw{width:100%; padding:80px 0; overflow:hidden;}
.yw_fw:nth-child(odd){background-color:#f7f7f7;}
.yw_fw .row{margin:0;}
.yw_fw .fw_bt{text-align:center;}
.yw_fw .fw_bt h3{font-size:36px; font-weight:bold; color:#000; line-height:46px;}
.yw_fw .fw_bt h4{font-size:20px; line-height:30px; color:#777;}
.yw_fw .fw_bt em{width:50px; height:4px; background-color:#d6000f; display:block; margin:15px auto;}
.yw_fw .w_z{width:27%; flex:0 0 27%; background-color:#f7f7f7; padding:60px 35px;}
.yw_fw:nth-child(odd) .w_z{background-color:#fff;}
.yw_fw .w_z h3{font-size:26px; font-weight:bold; color:#000; line-height:34px;}
.yw_fw .w_z h4{font-size:16px; line-height:26px; color:#777;}
.yw_fw .w_z em{width:50px; height:4px; background-color:#d6000f; display:block; margin:15px 0 50px;}
.yw_fw .w_z p{line-height:28px; color:#777;}
.yw_fw .t_p{width:73%; flex:0 0 73%;}
.yw_fw .t_p img{width:100%; height:auto; display:block;}
.yw_fw .js_zx ul li{width:31.3333333333333333%; flex:0 0 31.3333333333333333%; margin:2% 1% 0; background-color:#fff;}
.yw_fw .js_zx .t img{width:100%; height:auto; display:block;}
.yw_fw .js_zx .w{padding:30px 30px 50px;}
.yw_fw .js_zx .w h3{font-size:22px; font-weight:bold; color:#000; line-height:32px; margin-bottom:10px;}
.yw_fw .js_zx .w p{line-height:24px; color:#777;}
@media only screen and (max-width:1024px){
.yw_fw{padding:60px 0;}
.yw_fw .fw_bt h3{font-size:30px; line-height:40px;}
.yw_fw .fw_bt h4{font-size:18px; line-height:28px;}
.yw_fw .w_z{width:100%; flex:0 0 100%; padding:35px;}
.yw_fw .w_z h3{font-size:22px; line-height:32px;}
.yw_fw .w_z h4{font-size:15px;}
.yw_fw .w_z em{margin:15px 0 35px;}
.yw_fw .w_z p{line-height:26px;}
.yw_fw .t_p{width:100%; flex:0 0 100%;}
.yw_fw .js_zx ul li{width:48%; flex:0 0 48%; margin:2% 1% 0;}
.yw_fw .js_zx .w{padding:20px 20px 40px;}
.yw_fw .js_zx .w h3{font-size:20px; line-height:30px;}
}
@media only screen and (max-width:640px){
.yw_fw{padding:50px 0;}
.yw_fw .fw_bt h3{font-size:26px; line-height:36px;}
.yw_fw .fw_bt h4{font-size:16px; line-height:26px;}
.yw_fw .w_z{padding:20px;}
.yw_fw .w_z h3{font-size:20px; line-height:30px;}
.yw_fw .js_zx ul li{width:100%; flex:0 0 100%; margin:20px 0 0;}
.yw_fw .js_zx .w{padding:15px 15px 30px;}
.yw_fw .js_zx .w h3{font-size:18px; line-height:28px;}
}

.qg_gs{width:100%; padding:60px 0 70px; overflow:hidden;}
.qg_gs .hd ul{margin:0 -1%;}
.qg_gs .hd ul li{width:12.2857143%; padding:15px 10px; margin:10px 1%; background-color:#f7f7f7; flex:0 0 12.2857143%; font-size:22px; line-height:26px; text-align:center; font-weight:bold; color:#000; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.qg_gs .hd ul li span{font-size:16px; text-transform:uppercase; color:#999; font-weight:normal; display:block; line-height:20px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.qg_gs .hd ul li.on{background-color:#d6000f; color:#fff;}
.qg_gs .hd ul li.on span{color:#fff;}
.qg_gs .bd{margin-top:50px; padding:0 100px;}
.qg_gs .bd .row{margin:0 -1.5%;}
.qg_gs .bd .t_p{width:47%; margin:0 1.5%; flex:0 0 47%;}
.qg_gs .bd .t_p img{width:100%; height:auto; display:block;}
.qg_gs .bd .w_z{width:47%; margin:0 1.5%; flex:0 0 47%; background-color:#f7f7f7; padding:50px;}
.qg_gs .bd .w_z h3{font-size:26px; font-weight:bold; color:#000; line-height:34px; padding-left:20px; position:relative; margin-bottom:10px;}
.qg_gs .bd .w_z h3:after{width:5px; height:26px; content:""; background-color:#d6000f; position:absolute; top:50%; margin-top:-13px; left:0;}
.qg_gs .bd .w_z p{font-size:16px; line-height:32px; color:#777;}
.qg_gs a.prev{width:36px; height:36px; background:url(../images/z_j.png) no-repeat center; position:absolute; top:70%; left:30px; margin-top:-23px; display:block;}
.qg_gs a.next{width:36px; height:36px; background:url(../images/y_j.png) no-repeat center; position:absolute; top:70%; right:30px; margin-top:-23px; display:block;}
@media only screen and (max-width:1024px){
.qg_gs{padding:50px 0 60px;}
.qg_gs .hd ul{margin:0 -1%;}
.qg_gs .hd ul li{width:18%; flex:0 0 18%; font-size:20px;}
.qg_gs .hd ul li span{font-size:14px;}
.qg_gs .bd{margin-top:30px; padding:0;}
.qg_gs .bd .row{margin:0;}
.qg_gs .bd .t_p{width:100%; margin:0; flex:0 0 100%;}
.qg_gs .bd .w_z{width:100%; margin:0; flex:0 0 100%; padding:30px;}
.qg_gs .bd .w_z h3{font-size:22px; line-height:32px; padding-left:15px;}
.qg_gs .bd .w_z h3:after{width:3px; height:22px; margin-top:-11px;}
.qg_gs .bd .w_z p{font-size:15px; line-height:28px;}
.qg_gs a.prev{display:none;}
.qg_gs a.next{display:none;}
}
@media only screen and (max-width:640px){
.qg_gs{padding:40px 0 50px;}
.qg_gs .hd ul{margin:0 -1%;}
.qg_gs .hd ul li{width:31.3333333333333%; flex:0 0 31.3333333333333%; margin:5px 1% 0; padding:10px; font-size:18px;}
.qg_gs .hd ul li span{font-size:12px;}
.qg_gs .bd .w_z{padding:20px;}
.qg_gs .bd .w_z h3{font-size:20px; line-height:30px;}
.qg_gs .bd .w_z p{font-size:14px; line-height:26px;}
}

.zx_ly{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.zx_ly .ly_bt{font-size:26px; font-weight:bold; color:#000; padding-left:20px; position:relative; margin-bottom:50px;}
.zx_ly .ly_bt span{display:inline-block; font-size:18px; text-transform:uppercase; color:#888; font-weight:normal; vertical-align:middle; margin-left:5px;}
.zx_ly .ly_bt:after{width:5px; height:26px; position:absolute; top:50%; margin-top:-13px; left:0; content:""; background-color:#d6000f;}
.zx_ly .row{margin:0 -40px;}
.zx_ly .col-12{padding:0 40px;}
.zx_ly input{width:100%; display:block; padding:0 25px; background-color:#fff; border-radius:34px; border:1px solid #e4e4e4; font-size:18px; color:#555; line-height:66px; margin-bottom:40px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly input:focus{border:1px solid #555;}
.zx_ly textarea{width:100%; height:284px; display:block; padding:17px 25px; background-color:#fff; border-radius:15px; border:1px solid #e4e4e4; font-size:18px; color:#555; line-height:32px; resize:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly textarea:focus{border-bottom:1px solid #aaa;}
.zx_ly button{width:200px; height:68px; border-radius:34px; background-color:#3d3d3d; font-size:18px; line-height:68px; text-align:center; color:#fff;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly button:hover{background-color:#d6000f;}
@media only screen and (max-width:1024px){
.zx_ly{padding:60px 0;}
.zx_ly .ly_bt{font-size:22px; padding-left:15px; margin-bottom:35px;}
.zx_ly .ly_bt span{font-size:16px;}
.zx_ly .ly_bt:after{width:3px; height:22px; margin-top:-11px;}
.zx_ly .row{margin:0 -10px;}
.zx_ly .col-12{padding:0 10px;}
.zx_ly input{padding:0 20px; margin-top:20px; margin-bottom:0; font-size:16px;}
.zx_ly textarea{height:200px; padding:12px 20px; font-size:16px; line-height:26px;}
.zx_ly button{display:block; margin:20px auto 0;}
}
@media only screen and (max-width:640px){
.zx_ly{padding:50px 0;}
.zx_ly .ly_bt{font-size:20px;}
.zx_ly .ly_bt span{font-size:15px;}
.zx_ly input{padding:0 15px; border-radius:5px; font-size:15px; line-height:46px;}
.zx_ly textarea{height:150px; padding:10px 15px; border-radius:5px; font-size:15px; line-height:26px;}
.zx_ly button{width:100%; height:46px; border-radius:5px; line-height:46px;}
}

.yema{padding-top:50px; border-top:1px solid #ddd; text-align:center; margin-bottom:70px;}
.yema ul li{display:inline-block; margin:3px;}
.yema ul li a{min-width:38px; height:38px; padding:0 10px; border-radius:3px; background-color:#fff; border:1px solid #ddd; font-size:15px; line-height:36px; text-align:center; color:#333; display:block; overflow:hidden;}
.yema ul li a:hover{background-color:#d6000f; border:1px solid #d6000f; color:#fff;}
.yema ul li.on a{background-color:#d6000f; border:1px solid #d6000f; color:#fff;}
@media only screen and (max-width:640px){
.yema{padding-top:40px; margin-bottom:50px;}
.yema ul li{display:none;}
.yema ul li:first-child{display:inline-block;}
.yema ul li:last-child{display:inline-block;}
.yema ul li a{padding:0 20px;}
}

.footer{width:100%; padding:50px 0; background-color:#222; font-size:14px; color:#999;}
.footer h3{font-size:18px; line-height:32px; color:#ddd; margin-bottom:10px;}
.footer em{width:22px; height:3px; margin-bottom:15px; background-color:#4a4a4a; display:block;}
.footer .ft_lx{margin-right:50px; min-height:190px; border-right:1px solid #666;}
.footer .ft_lx img{max-width:140px; height:auto; display:block;}
.footer .ft_lx h4{margin:25px 0 6px; font-size:14px; color:#919090; line-height:24px;}
.footer .ft_lx .d_y{max-width:300px;}
.footer .ft_lx input{width:65%; height:36px; float:left; padding:0 10px; border:1px solid #595959; background-color:#333; font-size:13px; color:#fff; line-height:34px;}
.footer .ft_lx button{width:25%; height:36px; float:left; background-color:#595959; font-size:14px; line-height:36px; color:#fff; text-align:center; outline:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_lx button:hover{background-color:#e62028;}
.footer .s_j{margin-top:15px;}
.footer .s_j a{display:inline-block; width:32px; height:32px; border-radius:50% !important; border:1px solid #666; color:#aaa; line-height:30px !important; text-align:center; margin-right:10px; vertical-align:middle;}
.footer .s_j a:hover{background-color:#e62028; border:1px solid #e62028; color:#fff;}
.footer .s_j i.icon-aui-icon-qq{font-size:22px;  line-height:32px;}
.footer .s_j i.icon-weixin{font-size:16px; line-height:32px;}
.footer .s_j i.icon-weibo{font-size:20px;  line-height:32px;}
.footer .ft_xx input{width:100%; height:36px; float:left; padding:0 10px; border:1px solid #595959; font-size:13px; color:#fff; line-height:34px; display:block; margin-bottom:10px;}
.footer .ft_xx textarea{width:100%; height:82px; float:left; background: none !important; padding:5px 10px; border:1px solid #595959; font-size:13px; color:#fff; line-height:24px; display:block; margin-bottom:10px; resize:none;}
.footer .ft_xx button{width:120px; height:36px; background-color:#595959; font-size:14px; line-height:36px; color:#fff; text-align:center; outline:none; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_xx button:hover{background-color:#d6000f;}
.footer .ft_dh ul li{float:left; width:50%;}
.footer .ft_dh ul li a{line-height:30px; color:#999;}
.footer .ft_dh ul li a:hover{color:#ddd;}
.footer .ft_em img{max-width:100%; height:auto; display:block; margin:0 auto;}
.footer .ft_em p{margin-top:10px; text-align:center;}
.footer .ft_yl{margin-top:30px; color:#595959;}
.footer .ft_yl span{color:#ddd;}
.footer .ft_yl a{display:inline-block; color:#999; padding:0 10px;}
.footer .ft_yl a:hover{color:#ddd;}
@media only screen and (max-width:1024px){
.footer .ft_lx{margin-right:0; min-height:inherit; border-right:0; margin-bottom:30px;}
.footer .ft_lx .d_y{max-width:400px;}
.footer .ft_em{margin-top:20px;}
}
@media only screen and (max-width:640px){
.footer{padding:35px 0; text-align:center;}
.footer .ft_lx{margin:0; min-height:inherit; border-right:0;}
.footer .ft_lx img{margin:0 auto;}
.footer .ft_lx h4{margin:15px 0; font-size:14px; line-height:22px;}
.footer .ft_lx .d_y{max-width:90%; margin:0 auto;}
.footer .ft_lx input{height:44px; padding:0 10px; line-height:42px;}
.footer .ft_lx button{width:35%; height:44px; font-size:16px; line-height:44px;}
.footer .s_j{margin-top:30px;}
.footer .s_j a{width:40px; height:40px; line-height:38px; margin:0 5px;}
.footer .s_j i.icon-aui-icon-qq{font-size:28px;}
.footer .s_j i.icon-weixin{font-size:20px; line-height:40px;}
.footer .s_j i.icon-weibo{font-size:28px;}
.footer .ft_xx{display:none;}
.footer .ft_dh{display:none;}
.footer .ft_em{display:none;}
}

.banquan{width:100%; padding:25px 0; background-color:#1c1c1c; font-size:14px; text-align:center; line-height:26px; color:#666;}
.banquan .b_q{float:left;}
.banquan .z_c{float:right;}
.banquan span{padding-right:6px;}
.banquan a{color:#666;}
.banquan a:hover{color:#ccc;}
@media only screen and (max-width:640px){
.banquan{margin-bottom:56px; padding:15px 0; font-size:13px; line-height:22px;}
.banquan .b_q{float:none;}
.banquan .z_c{float:none;}
.banquan span{padding-right:0; display:inline-block;}
}

.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.9); z-index:99999; display:none;}
.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.e_m .n_r img{width:100%; height:auto; display:block;}
.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}
@media only screen and (max-width:640px){
.e_m .n_r{width:200px; padding:10px;}
.e_m .n_r p{font-size:14px;}
}

.pc_kf{width:50px; position:fixed; right:0; bottom:10%; z-index:99999;}
.pc_kf .nr{width:50px; height:50px; border:1px solid #ddd; border-bottom:0; background-color:#fff; position:relative;}
.pc_kf .ewm{width:240px; padding:10px; background-color:#fff; box-shadow:0 5px 10px rgba(95,125,158,.2); position:absolute; top:0; right:60px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr:hover .ewm{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.pc_kf .ewm img{width:90px; height:auto; display:block; float:left;}
.pc_kf .w_z{width:120px; float:left; margin-left:10px;}
.pc_kf .w_z h3{font-size:16px; font-weight:bold; color:#333; line-height:28px;}
.pc_kf .w_z p{font-size:13px; line-height:22px;}
.pc_kf .nr a{display:block; text-align:center; line-height:50px;}
.pc_kf .nr i{color:#777; font-size:20px;}
.pc_kf .nr i.icon-zixun2{font-size:26px;}
.pc_kf .nr a:hover i{color:#d6000f;}
.pc_kf .fh{width:50px; height:50px; border:1px solid #ddd; background-color:#fff; text-align:center; line-height:50px; color:#777; cursor:pointer; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .fh:hover{border:1px solid #d6000f; background-color:#d6000f; color:#fff;}
.pc_kf .fh i{font-size:40px;}
@media only screen and (max-width:640px){
.pc_kf{width:100%; right:0; top:auto; margin-top:0; bottom:0;}
.pc_kf .nr{width:25%; height:56px; float:left; padding:0; border-right:0;}
.pc_kf .nr:first-child{border-left:0;}
.pc_kf .nr p{display:none;}
.pc_kf .nr .ewm{display:none;}
.pc_kf .tel{display:none;}
.pc_kf .nr i{line-height:56px;}
.pc_kf .fh{width:25%; height:56px; float:left; padding:0;}
.pc_kf .fh i{line-height:56px;}
}

.search-pagination{ width:100%; margin:auto; margin-top:40px; margin-bottom: 60px; border-top: 1px solid #ddd; padding-top: 60px;}
.search-pagination .pagination{ width: 100%; text-align: center; display: block;}
.search-pagination .pagination>li{ margin: 0 5px; display: inline-block; }
.search-pagination .pagination>li a{ float: none; color: #555; border-radius: 5px; border: solid 1px #e7e7e7; padding: 5px 12px; }
.search-pagination .pagination>li a:hover{ background-color:#d6000f;     border-color: #d6000f; color: #fff;}
.search-pagination .pagination>li.active{ background:#d6000f;}
.search-pagination .pagination>li.active a{ color:#fff; background-color:#d6000f;     border-color: #d6000f;}

.search-page .search-pagination > .pagination > li > a{ margin: 0 !important;}