@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:"Microsoft YaHei",Arial,Tahoma,sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:14px; border:0; background:none; outline:none; vertical-align:middle; font-family:"Microsoft YaHei",Arial,Tahoma,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#000; text-decoration:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#c1272d; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background-color:#000;}
::-webkit-scrollbar-thumb{background-color:#aaa;}
::-webkit-scrollbar-thumb:hover{background-color:#5b5b5b;}
::-webkit-scrollbar-thumb:active{background-color:#c1272d;}
@media only screen and (max-width:1024px){
body{font-size:13px;}
input,select,button,textarea{font-size:13px;}
input,textarea{-webkit-appearance:none; border-radius:0;}
}

@media only screen and (max-width:1024px){
html.on{width:100%; height:100%; position:fixed; top:0; left:0; overflow:hidden;}
}

body{background-position:center; background-attachment:fixed; background-repeat:no-repeat; background-size:cover;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
@media only screen and (max-width:1024px){
body.on{transform:translateX(-60%);
-webkit-transform:translateX(-60%);
-moz-transform:translateX(-60%);
-ms-transform:translateX(-60%);
-o-transform:translateX(-60%);}
}

@media only screen and (max-width:1024px){
.sj_bj{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0; content:""; z-index:99999; display:none;}
}

.header{width:100%; padding:0 5%; background-color:#fff; position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on{box-shadow:0 0 10px #ddd; background-color:rgba(255,255,255,.9);}
.header .logo{width:277px; float:left; margin:15px 0;}
.header .logo img{width:100%; height:auto; display:block;}
.header .tel{height:90px; font-size:17px; font-weight:bold; line-height:90px; text-align:center; color:#c1272d; float:left; display: flex}
.header .tel i{font-weight:normal; vertical-align:middle; font-size:21px; margin-right:5px; display: block}

.header .tel .you{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
}
.header .tel .you h5{
    font-size: 15px;
    font-weight: bold;
}
.header .s_ch{height:90px; font-weight:bold; line-height:90px; text-align:center; color:#555; margin-left:30px; float:right; cursor:pointer; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch i{font-size:20px;}
.header .s_nr{width:300px; position:absolute; top:90px; right:-14px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch:hover .s_nr{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .s_nr .s_s{width:100%; padding-left:5px; background-color:#c1272d; position:relative;}
.header .s_nr .s_s:hover{background-color:#a21e18;}
.header .s_nr .s_s:before{width:0; height:0; border-right:10px solid transparent; border-left:10px solid transparent; border-bottom:8px solid #c1272d; content:""; position:absolute; top:-6px; right:10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_nr .s_s:hover:before{border-bottom:8px solid #a21e18;}
.header .s_nr .s_s input{width:235px; height:50px; padding:0 10px; line-height:50px; color:#fff; float:left;}
.header .s_nr .s_s input::placeholder{color:rgba(255,255,255,.6);}
.header .s_nr .s_s button{width:50px; height:50px; font-weight:bold; line-height:50px; text-align:center; color:#fff; float:right; outline:none;}
.header .s_nr .s_s button i{font-size:20px;}
.header .s_nr .k_j{width:100%; margin-top:1px; background-color:#fff; padding:15px 5px; border-radius:3px; opacity:0;
transition:all 0s .3s;
-o-transition:all 0s .3s;
-ms-transition:all 0s .3s;
-moz-transition:all 0s .3s;
-webkit-transition:all 0s .3s;}
.header .s_ch:hover .s_nr .k_j{opacity:1;}
.header .s_ch .k_j a{display:block; font-size:13px; text-indent:10px; line-height:36px; font-weight:normal; text-align:left; color:#777;}
.header .s_ch .k_j a:hover{background-color:#f7f7f7; color:#c1272d;}
.header .an{position:absolute; top:50%; margin-top:-12px; right:15px; height:22px; width:30px; display:none;}
.header .an span{width:30px; height:2px; 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:10px; left:0;}
.header .an span.a3{top:20px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav{float:right;}
.header .nav ul{float:left;}
.header .nav ul li{margin-right:35px; float:left; position:relative;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:16px; text-transform:uppercase; line-height:90px;}
.header .nav ul li:hover .y_j a{color:#c1272d;}
.header .nav ul li.on .y_j a{color:#c1272d;}
.header .nav .e_j{width:170px; border:1px solid #ccc; border-bottom:0; background-color:#fff; position:absolute; left:-15px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .nav .e_j:before{width:0; height:0; border-right:10px solid transparent; border-left:10px solid transparent; border-bottom:8px solid #ccc; content:""; position:absolute; top:-8px; left:32px;}
.header .nav .e_j a{line-height:44px; color:#777; border-bottom:1px solid #ccc; padding:0 15px; display:block; position:relative;}
.header .nav .e_j a:hover{color:#c1272d;}
@media only screen and (max-width:1024px){
.header{padding:0;}
.header .logo{width:251px;}
.header .tel{height:50px; text-align:left; line-height:50px; margin-left:0; float:none;}
.header .s_ch{height:50px;line-height:50px; margin-left:0; float:none;}
.header .s_ch i{display:none;}
.header .s_nr{width:100%; position:relative; top:auto; right:auto; opacity:1; visibility:inherit;
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 .s_ch:hover .s_nr{opacity:1; visibility:inherit;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;}
.header .s_nr .s_s{padding-left:0; padding-right:30px; background:none; border-top:1px solid rgba(255,255,255,.1); border-bottom:1px solid rgba(255,255,255,.1); position:relative;}
.header .s_nr .s_s:hover{background:none;}
.header .s_nr .s_s:before{display:none;}
.header .s_nr .s_s input{width:100%; padding:0; float:none;}
.header .s_nr .s_s button{width:30px; float:none; position:absolute; top:0; right:0;}
.header .s_nr .s_s button i{display:block;}
.header .s_nr .k_j{display:none;}
.header .an{display:block; right:39px;}
.header .nav{width:60%; height:100%; padding:10px 5% 0; margin:0; background-color:#141414; height:100%; position:fixed; top:0; right:-60%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul{width:100%; float:none;}
.header .nav ul li{width:100%; height:auto; line-height:50px; text-align:left; border-bottom:1px solid rgba(255,255,255,.1); float:none; padding:5px 0; margin:0;}
.header .nav ul li:after{display:none;}
.header .nav .y_j i{display:block; width:50%; padding-right:10px; position:absolute; top:0; right:0; font-size:14px; text-align:right; color:#fff; line-height:50px; z-index:99;}
.header .nav .y_j a{font-size:16px; line-height:50px; color:#fff;}
.header .nav ul li:hover .y_j a{color:#fff;}
.header .nav ul li.on .y_j a{color:#fff;}
.header .nav .e_j{width:100%; background:none; border:0; box-shadow:none; position:relative; left:auto; top:auto; padding:5px 0; margin-left:0; opacity:1; visibility:inherit; display:none;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transition:none;
-o-transition:none;
-ms-transition:none;
-moz-transition:none;
-webkit-transition:none;}
.header .nav ul li:hover .e_j{transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;}
.header .nav .e_j a{line-height:40px; text-align:left; color:#ddd; padding:0 10px; border-bottom:0;}
}
@media only screen and (max-width:640px){
.header .logo{width:230px; margin:17px 0;}
.header .an{right:15px;}
}

.head_h{width:100%; height:90px; background-color:#fff; overflow:hidden;}
@media only screen and (max-width:1024px){
.head_h{height:84px;}
}

.pc_ban{width:100%; height:calc(100vh - 90px); min-height:600px; position:relative; overflow:hidden;}
.pc_ban .swiper-slide{overflow:hidden;}
.pc_ban .swiper-slide:after{width:100%; height:100%; content:""; position:absolute; top:0; left:0; z-index:2; opacity:.5; background-color:#000;}
.pc_ban .swiper-button-prev{width:40px; height:40px; background:url(../images/ban_l.png) no-repeat center; top:55%; left:0; margin-top:-20px; opacity:0;
background-size:40px 40px;
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-ms-background-size:40px 40px;
-o-background-size:40px 40px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-prev{left:90px; opacity:.8;}
.pc_ban .swiper-button-next{width:40px; height:40px; background:url(../images/ban_r.png) no-repeat center; top:55%; right:0; margin-top:-20px; opacity:0;
background-size:40px 40px;
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-ms-background-size:40px 40px;
-o-background-size:40px 40px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-next{right:90px; opacity:.8;}
.pc_ban .sw_bg{width:100%; height:100%; position:absolute; top:0; left:0;
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transition:all 5s;
-o-transition:all 5s;
-ms-transition:all 5s;
-moz-transition:all 5s;
-webkit-transition:all 5s;}
.pc_ban .swiper-slide-active .sw_bg{transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);}
.pc_ban .container{position:absolute; top:50%; left:50%; z-index:9999;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.pc_ban .w_z{text-align:center; color:#fff;}
.pc_ban .w_z h1{font-size:70px; letter-spacing:3px; line-height:80px; font-weight:bold; margin:15px 0 60px;}
.pc_ban .w_z h3{font-size:22px; letter-spacing:2px; line-height:36px;}
.pc_ban .m_r{width:150px; height:44px; border:2px solid #fff; border-radius:22px; margin:0 auto; position:relative; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .m_r:hover{border:2px solid #c1272d;}
.pc_ban .m_r .bg{width:100%; height:100%; position:absolute; left:0; top:0; transition:transform 340ms ease-in-out; background-color:#c1272d; transform-origin:right center; transform:scaleX(0);}
.pc_ban .m_r:hover .bg{transform:scaleX(1); transform-origin:left center;}
.pc_ban .m_r a{font-size:16px; line-height:40px; color:#fff; text-align:center; display:block; position:relative; z-index:9;}


@media only screen and (max-width:1024px){
.pc_ban{height:400px; min-height:inherit;}
.pc_ban .container{width:100%; top:50%;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .swiper-pagination{bottom:10px;}
.pc_ban .swiper-pagination-bullet{width:8px; height:8px; margin:0 4px !important;}
.pc_ban .w_z h1{font-size:50px; letter-spacing:1px; line-height:64px; margin:10px 0 40px;}
.pc_ban .w_z h3{letter-spacing:0;}
.pc_ban .m_r{width:130px;}
}
@media only screen and (max-width:640px){
.pc_ban{height:260px;}
.pc_ban .w_z h1{font-size:26px; letter-spacing:0; line-height:38px; margin:0 0 20px;}
.pc_ban .w_z h3{font-size:16px; line-height:28px;}
.pc_ban .m_r{width:110px; height:32px; border:1px solid #fff; border-radius:16px;}
.pc_ban .m_r:hover{border:1px solid #c1272d;}
.pc_ban .m_r a{font-size:15px; line-height:30px;}
}

.gy_bt{position:relative; margin-bottom:60px; text-align:center; z-index:99;}
.gy_bt h3{font-size:36px; font-weight:bold; line-height:40px; color:#000; margin-bottom:25px;}
.gy_bt h4{font-size:15px; line-height:26px; color:#777;}
.gy_bt>span{font-size:52px; font-weight:bold; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color:#f2f2f2; position:absolute; top:-10px; left:0; z-index:-1; width:100%;}
.gy_bt:after{width:160px; height:10px; border-radius:5px; background-color:#f8dcdd; content:""; position:absolute; bottom:0px; left:50%; margin-left:-80px; z-index:-1;}
@media only screen and (max-width:1024px){
.gy_bt{margin-bottom:40px;}
.gy_bt h3{font-size:30px; line-height:36px; margin-bottom:15px;}
.gy_bt h4{font-size:14px; line-height:24px;}
.gy_bt span{font-size:40px; top:-15px;}
.gy_bt:after{width:120px; height:6px; margin-left:-60px;}
}
@media only screen and (max-width:640px){
.gy_bt{margin-bottom:30px;}
.gy_bt h3{font-size:24px; line-height:30px; margin-bottom:10px;}
.gy_bt span{font-size:30px; top:-5px;}
.gy_bt:after{width:100px; margin-left:-50px;}
}

.sy_yw{width:100%; padding:90px 0; position:relative; overflow:hidden;}
.sy_yw .yw_nr{background-color:#333; padding:80px 20px; text-align:center; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_yw .yw_nr:hover{background-color:#c1272d; box-shadow:0 15px 30px #d8eefe;
transform:translateY(-15px);
-webkit-transform:translateY(-15px);
-moz-transform:translateY(-15px);
-ms-transform:translateY(-15px);
-o-transform:translateY(-15px);}
.sy_yw .yw_nr:after{width:calc(100% - 30px); height:calc(100% - 30px); position:absolute; top:15px; left:15px; border:1px solid rgba(255,255,255,.5); content:"";}
.sy_yw .yw_nr .t_p{width:100%; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover; position:absolute; top:0; left:0; opacity:.3;}
.sy_yw .yw_nr .t_b{width:100px; margin:0 auto 20px; position:relative; z-index:1;}
.sy_yw .yw_nr .t_b img{width:100%; height:auto; display:block;}
.sy_yw .yw_nr .w_z{position:relative; z-index:1;}
.sy_yw .yw_nr .w_z h3{font-size:20px; font-weight:bold; color:#fff; line-height:30px;}
.sy_yw .yw_nr .w_z em{width:30px; height:3px; margin:10px auto; background-color:#fff; display:block;}
.sy_yw .yw_nr .w_z p{font-size:12px; color:#fff; line-height:24px; text-transform:uppercase;}
@media only screen and (max-width:1024px){
.sy_yw{padding:60px 0 40px;}
.sy_yw .row{margin:0 -10px;}
.sy_yw .col-6{padding:0 10px;}
.sy_yw .yw_nr{padding:30px 15px; margin-bottom:20px;}
.sy_yw .yw_nr .t_b{width:80px; margin:0 auto 10px;}
.sy_yw .yw_nr .w_z h3{font-size:18px; color:#fff; line-height:28px;}
}
@media only screen and (max-width:640px){
.sy_yw{padding:40px 0 30px;}
.sy_yw .yw_nr{padding:25px 10px;}
.sy_yw .row{margin:0 -5px;}
.sy_yw .col-6{padding:0 5px;}
.sy_yw .yw_nr{padding:25px 5px; margin-bottom:10px;}
.sy_yw .yw_nr .t_b{width:70px; margin:0 auto;}
.sy_yw .yw_nr .w_z em{margin:5px auto;}
}

.sy_al{width:100%; padding:100px 0 30px;  overflow:hidden;}
.sy_al .container-fluid{padding:0;}
.sy_al .row{margin:0;}
/*.sy_al .col-6{padding:0;}*/
.sy_al .gy_bt{position:relative; padding:0 15px; margin-bottom:60px; text-align:center; z-index:99;}
.sy_al .gy_bt h3{color:#c1272d;}
.sy_al .gy_bt h4{color:rgba(255,255,255,.8);}
.sy_al .gy_bt span{opacity:.1;}
.sy_al .gy_bt:after{opacity:.2;}
.sy_al .hd{text-align:center; margin-bottom:50px;}
.sy_al .hd ul li{min-width:150px; background-color:rgba(50,50,50,.5); display:inline-block; margin:0 6px; border-radius:5px; font-size:16px; line-height:44px; color:#fff; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_al .hd ul li.on{background-color:#c1272d;}
.sy_al .n_r{position:relative;}
.sy_al .n_r:after{width:100%; height:0; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_al .n_r:hover:after{height:100%;}
.sy_al .t_p{overflow:hidden; position:relative;
    height: 330px;
}
.sy_al .t_p img{width:100%; height:auto;
    display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;

    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;
}
.sy_al .n_r:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_al .w_z{width:100%; font-size:20px; text-align:center; line-height:26px; color:#fff; text-align:center; position:absolute; top:70%; left:0; margin-top:-13px; opacity:0; z-index:9;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_al .n_r:hover .w_z{top:50%; opacity:1;}

@media only screen and (max-width:1200px){

    .sy_al .t_p {
      
        height: 250px;
    }
}


@media only screen and (max-width:1024px){
.sy_al{padding:60px 0 0; background:url(../images/al_bj.jpg) no-repeat center / cover;}
.sy_al .gy_bt{margin-bottom:40px;}
.sy_al .hd{margin-bottom:20px;}
.sy_al .hd ul li{min-width:160px; margin:0 10px 15px; line-height:50px;}
.sy_al .n_r{box-shadow:0 8px 15px 0 rgba(95,125,158,.2);}
}
@media only screen and (max-width:640px){
.sy_al{padding:40px 0 30px;}
.sy_al .hd{margin-bottom:20px;}
.sy_al .hd ul li{min-width:120px; margin:0 2px 10px; font-size:15px; line-height:40px;}
.sy_al .n_r{box-shadow:0 5px 10px 0 rgba(95,125,158,.1);}
}

.sy_ys{width:100%; padding:100px 0;  overflow:hidden;}
.sy_ys .ys_zs{position:relative;}
.sy_ys .ys_zs img{width:400px; height:auto; display:block;}
.sy_ys .ys_zs .b_h{width:182px; position:absolute; top:50%; left:230px;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);}
.sy_ys .ys_zs .b_h img{width:100%; height:auto;}
.sy_ys .ys_zs .w_z{position:absolute; left:370px; top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);}
.sy_ys .ys_zs .w_z ul li{margin:50px 0; font-size:18px; font-weight:bold; line-height:36px;}
.sy_ys .ys_zs .w_z ul li:nth-child(2n){margin-left:22px;}
.sy_ys .ys_zs .w_z span{width:36px; height:36px; background-color:#c1272d; border-radius:50%; font-size:18px; line-height:36px; color:#fff; text-align:center; margin-right:10px; display:inline-block; vertical-align:middle;}
@media only screen and (max-width:1024px){
.sy_ys{padding:60px 0;}
.sy_ys .ys_zs img{width:300px;}
.sy_ys .ys_zs .b_h{width:132px; left:180px;}
.sy_ys .ys_zs .w_z{left:270px;}
}
@media only screen and (max-width:640px){
.sy_ys{padding:40px 0;}
.sy_ys .container{padding:0 15px 0 0;}
.sy_ys .ys_zs img{width:140px;}
.sy_ys .ys_zs .b_h{width:70px; left:76px;}
.sy_ys .ys_zs .w_z{left:112px; top:60%;}
.sy_ys .ys_zs .w_z ul li{margin:10px 0; min-height:48px; padding-left:32px; font-size:14px; font-weight:normal; line-height:24px; position:relative;}
.sy_ys .ys_zs .w_z ul li:nth-child(2n){margin-left:22px;}
.sy_ys .ys_zs .w_z span{width:24px; height:24px; font-size:15px; line-height:24px; margin-right:0; display:block; position:absolute; top:0; left:0;}
}

.sy_gy{width:100%; padding:120px 0;  overflow:hidden; position:relative;}
.sy_gy .row{display:flex; align-items:center; justify-content:space-between;}
.sy_gy:after{width:49%; height:100%; content:""; position:absolute; top:0; right:0; background:url(../images/gy_bg.jpg) no-repeat right center / 50% auto fixed;}
.sy_gy .b_t{margin-bottom:25px;}
.sy_gy .b_t h3{font-size:36px; font-weight:bold; line-height:40px; color:#c1272d; margin-bottom:10px;}
.sy_gy .b_t p{font-size:16px; line-height:26px; color:#777;}
.sy_gy .t_p{position:relative;}
.sy_gy .t_p img{width:100%; height:auto; display:block;}
.sy_gy .wrap{width:100%; padding:30px; position:absolute; bottom:0; left:0;}
.sy_gy .wrap .s_z{font-size:22px; text-align:center; color:#fff;}
.sy_gy .wrap .s_z b{font-size:40px; font-weight:bold; font-family:Arial,Helvetica,sans-serif; padding-right:5px;}
.sy_gy .wrap em{display:block; width:32px; height:4px; background-color:#349a46; margin:0 auto 15px;}
.sy_gy .wrap p{text-align:center; font-size:14px; color:#fff;}
.sy_gy .w_z{font-size:15px; line-height:26px; color:#555;}
.sy_gy .m_r{width:150px; height:46px; border:1px solid #c1272d; border-radius:5px; margin-top:30px; margin-right:30px; position:relative; overflow:hidden; float:left;}
.sy_gy .m_r .bg{width:100%; height:100%; position:absolute; left:0; top:0; transition:transform 340ms ease-in-out; background-color:#c1272d; transform-origin:right center; transform:scaleX(0);}
.sy_gy .m_r:hover .bg{transform:scaleX(1); transform-origin:left center;}
.sy_gy .m_r a{font-size:16px; line-height:44px; color:#c1272d; text-align:center; display:block; position:relative; z-index:9;}
.sy_gy .m_r:hover a{color:#fff;}
@media only screen and (max-width:1024px){
.sy_gy{padding:60px 0; background:url(../images/gy_bj.jpg) no-repeat center / cover;}
.sy_gy:after{display:none;}
.sy_gy .b_t{margin-bottom:20px;}
.sy_gy .b_t h3{font-size:30px; line-height:38px; margin-bottom:5px;}
.sy_gy .b_t p{font-size:18px;}
.sy_gy .w_z{padding-right:0;}
.sy_gy .m_r{width:130px; height:40px; margin-top:20px; margin-right:20px;}
.sy_gy .m_r a{font-size:15px; line-height:38px;}
}
@media only screen and (max-width:768px){
.sy_gy{text-align:center;}
.sy_gy .m_r{margin:20px 10px 40px; display:inline-block; float:none;}
.sy_gy .m_r a{font-size:15px; line-height:38px;}
}
@media only screen and (max-width:640px){
.sy_gy{padding:40px 0;}
.sy_gy .b_t{margin-bottom:30px;}
.sy_gy .b_t h3{font-size:26px; line-height:32px;}
.sy_gy .b_t p{font-size:16px;}
.sy_gy .w_z{font-size:14px; line-height:26px;}
}

.sy_xw{width:100%; padding:100px 0 80px; overflow:hidden;}
.sy_xw .t_p{overflow:hidden;    max-height: 272px;}
.sy_xw .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.sy_xw .tw_nr:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_xw .w_z h3{font-size:18px; font-weight:bold; line-height:28px; margin-bottom:6px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .tw_nr:hover .w_z a{color:#c1272d;}
.sy_xw .x_w ul li:hover .w_z a{color:#c1272d;}
.sy_xw .tw_nr{background-color:#f7f7f7; padding:25px 20px;}
.sy_xw .tw_nr .w_z{margin-top:15px;}
.sy_xw .tw_nr .w_z .s_j{font-size:18px; margin-bottom:5px;}
.sy_xw .tw_nr .w_z p{line-height:24px; height:48px; color:#888; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.sy_xw .x_w .row{margin:0 -30px; display:flex; align-items:center; justify-content:space-between;}
.sy_xw .x_w .col-3{padding:0 30px;}
.sy_xw .x_w .col-9{padding:0 30px; border-left:1px solid #ddd;}
.sy_xw .x_w .r_q{text-align:center; color:#777; line-height:24px;}
.sy_xw .x_w .r_q strong{font-size:20px; color:#333; display:block; line-height:32px;}
.sy_xw .x_w ul li{margin-bottom:26px; padding:25px 30px; background-color:#f7f7f7;}
.sy_xw .x_w .w_z p{line-height:24px; height:48px; color:#888; 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){
.sy_xw{padding:60px 0 40px;}
.sy_xw .row{margin:0 -10px;}
.sy_xw .col-12{padding:0 10px;}
.sy_xw .tw_nr{padding:20px 15px;}
.sy_xw .tw_nr .w_z{margin-top:13px;}
.sy_xw .x_w .row{margin:0 -15px;}
.sy_xw .x_w .col-3{padding:0 15px;}
.sy_xw .x_w .col-9{padding:0 15px;}
.sy_xw .x_w ul li{margin-bottom:20px; padding:16px 15px;}
}
@media only screen and (max-width:768px){
.sy_xw{padding:60px 0;}
.sy_xw .x_w .row{margin:0 -30px;}
.sy_xw .x_w .col-3{padding:0 30px;}
.sy_xw .x_w .col-9{padding:0 30px;}
.sy_xw .x_w ul li{margin-bottom:0; margin-top:20px; padding:20px 15px;}
}
@media only screen and (max-width:640px){
.sy_xw{padding:40px 0;}
.sy_xw .x_w .row{margin:0 -15px;}
.sy_xw .x_w .col-3{padding:0 15px;}
.sy_xw .x_w .col-9{padding:0 15px;}
.sy_xw .x_w ul li{padding:16px 10px;}
}

.sy_hz{width:100%; background-color:#f7f7f7; padding:70px 0 50px; overflow:hidden;}
.sy_hz .hz_zs{position:relative;}
.sy_hz .hz_zs .swiper-button-prev{width:35px; height:35px; background:url(../images/zj1.png) no-repeat center; left:-45px; margin-top:-17px; opacity:.6;
background-size:35px 35px;
-webkit-background-size:35px 35px;
-moz-background-size:35px 35px;
-ms-background-size:35px 35px;
-o-background-size:35px 35px;}
.sy_hz .hz_zs .swiper-button-next{width:35px; height:35px; background:url(../images/yj1.png) no-repeat center; right:-45px; margin-top:-17px; opacity:.6;
background-size:35px 35px;
-webkit-background-size:35px 35px;
-moz-background-size:35px 35px;
-ms-background-size:35px 35px;
-o-background-size:35px 35px;}
.sy_hz .hz_zs .swiper-pagination{bottom:0; display:none;}
.sy_hz .hz_zs .swiper-pagination-bullet{width:8px; height:8px; background-color:#aaa; margin:0 5px;}
.sy_hz .hz_zs .swiper-pagination-bullet-active{background-color:#c1272d;}
.sy_hz .hz_zs img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1024px){
.sy_hz{padding:60px 0 40px;}
.sy_hz .hz_zs .swiper-kh{padding-bottom:30px;}
.sy_hz .hz_zs .swiper-button-prev{display:none;}
.sy_hz .hz_zs .swiper-button-next{display:none;}
.sy_hz .hz_zs .swiper-pagination{display:block;}
}
@media only screen and (max-width:640px){
.sy_hz{padding:40px 0 20px;}
}

.ny_ban{width:100%; height:400px; background-position:top center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden; z-index:99;}
.ny_ban:after{width:100%; height:100%; content:''; position:absolute; top:0; left:0; display:block; z-index:2; opacity:.5; background-color:#000;}
.ny_ban .container{position:absolute; top:50%; left:50%; color:#fff; z-index:99;
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 .w_z{position:relative; text-align:center;}
.ny_ban .w_z h3{font-size:36px; line-height:46px; margin-bottom:10px;}
.ny_ban .w_z h4{font-size:18px; line-height:30px;}
@media only screen and (max-width:1024px) {
.ny_ban{height:380px;}
.ny_ban .container{width:100%; top:50%;}
.ny_ban .w_z h3{font-size:32px; line-height:40px;}
.ny_ban .w_z h4{font-size:16px; line-height:28px;}
}
@media only screen and (max-width:640px) {
.ny_ban{height:200px;}
.ny_ban .w_z h3{font-size:22px; line-height:32px;}
.ny_ban .w_z h4{font-size:14px; line-height:24px;}
}

.ny_bt{text-align:center; margin-bottom:40px;}
.ny_bt h3{font-size:28px; font-weight:bold; color:#000;}
.ny_bt p{font-size:16px; margin-top:10px;}
.ny_bt em{width:60px; height:4px; background-color:#c1272d; display:block; margin:20px auto 0;}
@media only screen and (max-width:1024px){
.ny_bt{margin-bottom:30px;}
.ny_bt h3{font-size:26px; line-height:36px;}
.ny_bt p{font-size:14px;}
.ny_bt em{width:50px; height:2px; margin:20px auto 0;}
}
@media only screen and (max-width:640px){
.ny_bt h3{font-size:22px; line-height:32px;}
.ny_bt p{font-size:13px; margin-top:6px;}
}

.ny_po{width:100%; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1); line-height:66px; position:relative;}
.ny_po .lm_lb{float:left;}
.ny_po .lm_lb ul li{float:left; margin-right:40px;}
.ny_po .lm_lb a{font-size:16px; color:#333; display:block; position:relative;}
.ny_po .lm_lb ul li:hover a{color:#c1272d;}
.ny_po .lm_lb ul li.on a{color:#c1272d;}
.ny_po .lm_lb a:after{width:0; height:2px; background-color:#c1272d; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_po .lm_lb ul li:hover a:after{width:100%;}
.ny_po .lm_lb ul li.on a:after{width:100%;}
.ny_po .lm_wz{float:right;}
.ny_po .lm_wz i{font-size:16px; margin-right:5px; vertical-align:middle;}
.ny_po .lm_wz a{color:#555;}
.ny_po .lm_wz a:hover{color:#c1272d;}
.ny_po i.icon-jiahao{width:100%; height:56px; line-height:56px; position:absolute; top:0; left:0; padding:0 15px; text-align:right; display:none;}
@media only screen and (max-width:640px) {
.ny_po{display:none;}
}

.gs_js{width:100%; padding:80px 0; overflow:hidden;}
.gs_js .js_bt{margin-bottom:60px; text-align:center;}
.gs_js .js_bt h3{font-size:40px; line-height:50px; color:#333; margin-bottom:10px;}
.gs_js .js_bt p{font-size:18px; font-family:Arial, Helvetica, sans-serif; color:#777; text-transform:uppercase;}
.gs_js .js_nr{width:100%; border:1px solid #ddd; border-bottom:3px solid #c1272d; padding:35px; text-align:center; line-height:28px; font-size:15px;}
@media only screen and (max-width:1024px) {
.gs_js{padding:60px 0;}
.gs_js .js_bt{margin-bottom:40px;}
.gs_js .js_bt h3{font-size:32px; line-height:40px;}
.gs_js .js_bt p{font-size:16px;}
.gs_js .js_nr{padding:20px; line-height:26px; font-size:14px;}
}
@media only screen and (max-width:640px) {
.gs_js{padding:40px 0;}
.gs_js .js_bt{margin-bottom:35px;}
.gs_js .js_bt h3{font-size:26px; line-height:32px;}
}

.gs_sj{width:100%; padding:100px 0; background:url(../images/sj_bj.jpg) no-repeat center / cover; text-align:center; overflow:hidden;}
.gs_sj .wrap .s_z{font-size:36px; text-align:center; color:#fff;}
.gs_sj .wrap .s_z b{font-size:100px; font-weight:bold; font-family:Arial,Helvetica,sans-serif; padding-right:5px;}
.gs_sj .wrap em{display:block; width:32px; height:4px; background-color:#349a46; margin:0 auto 15px;}
.gs_sj .wrap p{text-align:center; font-size:22px; color:#fff;}
@media only screen and (max-width:1024px) {
.gs_sj{padding:70px 0;}
.gs_sj .wrap .s_z{font-size:30px;}
.gs_sj .wrap .s_z b{font-size:70px;}
.gs_sj .wrap em{margin:0 auto 10px;}
.gs_sj .wrap p{font-size:18px;}
}
@media only screen and (max-width:640px) {
.gs_sj{padding:50px 0;}
.gs_sj .wrap .s_z{font-size:22px;}
.gs_sj .wrap .s_z b{font-size:40px;}
.gs_sj .wrap p{font-size:16px;}
}

.gs_wh{width:100%; padding-top:80px; overflow:hidden;}
.gs_wh .wh_bt{margin-bottom:60px; text-align:center;}
.gs_wh .wh_bt h3{font-size:32px; line-height:40px; color:#333; margin-bottom:10px;}
.gs_wh .wh_bt p{font-size:18px; font-family:Arial, Helvetica, sans-serif; color:#777; text-transform:uppercase;}
.gs_wh .wh_nr{padding:80px 0; background-color:#f7f7f7;}
/* .gs_wh .wh_nr:nth-child(odd){background:none;} */
.gs_wh .wh_nr .row{margin:0 -25px; display:flex; align-items:center; justify-content:space-between;}
.gs_wh .wh_nr .col-12{padding:0 25px;}
.gs_wh .wh_nr .t_p img{width:100%; height:auto; display:block;}
.gs_wh .wh_nr .w_z h3{font-size:24px; line-height:32px; color:#000; margin-bottom:30px;}
.gs_wh .wh_nr .w_z p{line-height:26px; color:#777;}
@media only screen and (max-width:1024px) {
.gs_wh{padding-top:60px;}
.gs_wh .wh_bt{margin-bottom:40px;}
.gs_wh .wh_bt h3{font-size:26px; line-height:32px;}
.gs_wh .wh_bt p{font-size:16px;}
.gs_wh .wh_nr{padding:50px 0;}
.gs_wh .wh_nr .row{margin:0 -15px;}
.gs_wh .wh_nr .col-12{padding:0 15px;}
.gs_wh .wh_nr .w_z h3{font-size:22px; line-height:30px; margin-bottom:20px;}
}
@media only screen and (max-width:640px) {
.gs_wh{padding-top:40px;}
.gs_wh .wh_bt{margin-bottom:35px;}
.gs_wh .wh_nr{padding:40px 0;}
.gs_wh .wh_nr .row{flex-direction:column-reverse;}
.gs_wh .wh_nr:nth-child(odd) .row{flex-direction:column;}
.gs_wh .wh_nr .t_p{margin-bottom:30px;}
}

.gs_lc{width:100%; padding:80px 0; overflow:hidden;}
.gs_lc .lc_bt{margin-bottom:60px; text-align:center;}
.gs_lc .lc_bt h3{font-size:32px; line-height:40px; color:#333; margin-bottom:10px;}
.gs_lc .lc_bt p{font-size:18px; font-family:Arial, Helvetica, sans-serif; color:#777; text-transform:uppercase;}
.gs_lc .fz_lc{position:relative;}
.gs_lc .swiper-sj{position:relative;}
.gs_lc .swiper-sj:after{width:100%; height:1px; background:url(../images/hx.png) no-repeat center / 100% 1px; content:""; position:absolute; top:5px; left:0;}
.gs_lc .swiper-button-prev{width:38px; height:38px; border:1px solid #aaa; border-radius:50%; background:url(../images/zj1.png) no-repeat center; left:-60px; margin-top:-19px;
background-size:100% 100%;
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
-ms-background-size:100% 100%;
-o-background-size:100% 100%;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_lc .swiper-button-prev:hover{background:#c1272d url(../images/zj.png) no-repeat center; border:1px solid #c1272d;
background-size:100% 100%;
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
-ms-background-size:100% 100%;
-o-background-size:100% 100%;}
.gs_lc .swiper-button-next{width:38px; height:38px; border:1px solid #aaa; border-radius:50%; background:url(../images/yj1.png) no-repeat center; right:-60px; margin-top:-19px;
background-size:100% 100%;
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
-ms-background-size:100% 100%;
-o-background-size:100% 100%;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_lc .swiper-button-next:hover{background:#c1272d url(../images/yj.png) no-repeat center; border:1px solid #c1272d;
background-size:100% 100%;
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
-ms-background-size:100% 100%;
-o-background-size:100% 100%;}
.gs_lc .swiper-slide em{width:11px; height:11px; border-radius:50%; background-color:#aaa; display:block; margin:0 auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_lc .swiper-slide.swiper-slide-active em{background-color:#c1272d;}
.gs_lc .swiper-slide strong{margin:15px 0; font-size:26px; text-align:center; line-height:36px; color:#333; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_lc .swiper-slide.swiper-slide-active strong{color:#c1272d;}
.gs_lc .swiper-slide .w_z h4{font-size:18px; font-weight:bold; color:#333; margin-bottom:15px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_lc .swiper-slide .w_z p{line-height:24px; color:#777;}
.gs_lc .t_p{overflow:hidden; margin-bottom:20px;
    height: 300px;
}
.gs_lc .t_p img{width:100%; height:auto; display:block;
    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;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.gs_lc .swiper-slide: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) {
.gs_lc{padding:60px 0;}
.gs_lc .lc_bt{margin-bottom:40px;}
.gs_lc .lc_bt h3{font-size:26px; line-height:32px;}
.gs_lc .lc_bt p{font-size:16px;}
.gs_lc .swiper-button-prev{display:none;}
.gs_lc .swiper-button-next{display:none;}
.gs_lc .swiper-slide strong{font-size:22px; line-height:32px;}
.gs_lc .t_p{margin-bottom:15px;}
}
@media only screen and (max-width:640px) {
.gs_lc{padding:40px 0;}
.gs_lc .lc_bt{margin-bottom:20px;}
}

.gs_ry{width:100%; padding:80px 0 50px; background-color:#f7f7f7; overflow:hidden;}
.gs_ry .ry_bt{margin-bottom:60px; text-align:center;}
.gs_ry .ry_bt h3{font-size:32px; line-height:40px; color:#333; margin-bottom:10px;}
.gs_ry .ry_bt p{font-size:18px; font-family:Arial, Helvetica, sans-serif; color:#777; text-transform:uppercase;}
.gs_ry .t_p{
    height: 186px;
}
.gs_ry .t_p img{width:100%; height:auto; display:block;
    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;
}
.gs_ry .w_z{padding:15px 0; border-bottom:1px solid #ddd; text-align:center; font-size:15px; line-height:26px; margin-bottom:30px;}
@media only screen and (max-width:1024px) {
.gs_ry{padding:50px 0 30px;}
.gs_ry .ry_bt{margin-bottom:40px;}
.gs_ry .ry_bt h3{font-size:26px; line-height:32px;}
.gs_ry .ry_bt p{font-size:16px;}
.gs_ry .w_z{padding:10px 0; font-size:14px; line-height:24px; margin-bottom:20px;}
}
@media only screen and (max-width:640px) {
.gs_ry{padding:40px 0 20px;}
.gs_ry .ry_bt{margin-bottom:30px;}
}

.ny_nr{width:100%; padding:60px 0; overflow:hidden;}
@media only screen and (max-width:1024px){
.ny_nr{padding:50px 0;}
}
@media only screen and (max-width:640px){
.ny_nr{padding:40px 0;}
}

.ny_nr .al_lb .n_r{box-shadow:0px 5px 10px 0px rgba(95,125,158,.1); margin-bottom:20px;}
.ny_nr .al_lb .t_p{overflow:hidden;
    height: 250px;}
.ny_nr .al_lb .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;
    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_nr .al_lb .n_r:hover .t_p img{transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);}
.ny_nr .al_lb .w_z{padding:20px 10px; text-align:center;}
.ny_nr .al_lb .w_z h3{font-size:18px; line-height:30px;}
.ny_nr .al_lb .w_z p{line-height:24px; color:#999;}


@media only screen and (max-width:1024px){
.ny_nr .al_lb .row{margin:0 -10px;}
.ny_nr .al_lb .col-12{padding:0 10px;}
}

.ny_nr .xw_lb ul li{border-bottom:1px dotted #ddd; padding-bottom:30px; margin-bottom:30px;}
.ny_nr .xw_lb .row{margin:0 -25px;}
.ny_nr .xw_lb .col-12{padding:0 25px;}
.ny_nr .xw_lb .t_p{overflow:hidden;}
.ny_nr .xw_lb .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.ny_nr .xw_lb 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);}
.ny_nr .xw_lb .r_q{width:80px; border-radius:5px; box-shadow:0 0 15px rgba(95,125,158,.1); position:absolute; top:0; right:0; text-align:center; overflow:hidden;}
.ny_nr .xw_lb .r_q span{font-size:20px; line-height:32px; color:#fff; display:block; background-color:#c1272d;}
.ny_nr .xw_lb .r_q i{font-size:16px; color:#333; line-height:32px;}
.ny_nr .xw_lb .w_z{padding-right:120px; position:relative;}
.ny_nr .xw_lb .w_z h3{font-size:18px; font-weight:bold; line-height:32px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .xw_lb .w_z p{line-height:26px; color:#777; height:52px; margin-top:10px; margin-bottom:35px; 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;}
.ny_nr .xw_lb .w_z a.x_q{width:120px; height:38px; border:1px solid #c1272d; font-size:15px; text-align:center; line-height:36px; color:#c1272d; display:inline-block;}
.ny_nr .xw_lb .w_z a.x_q:hover{background-color:#c1272d; color:#fff;}
@media only screen and (max-width:1024px){
.ny_nr .xw_lb .row{margin:0 -15px;}
.ny_nr .xw_lb .col-12{padding:0 15px;}
.ny_nr .xw_lb .w_z{padding-right:100px;}
.ny_nr .xw_lb .w_z p{margin-bottom:20px;}
}
@media only screen and (max-width:640px){
.ny_nr .xw_lb ul li{border-bottom:0; padding-bottom:0; margin-bottom:30px;}
.ny_nr .xw_lb .r_q{top:-90px; right:10px; background-color:#fff;}
.ny_nr .xw_lb .w_z{padding-right:0;}
.ny_nr .xw_lb .w_z h3{margin-top:15px;}
}

.ny_nr .lx_wm{box-shadow:0 0 20px #ddd; margin:50px 0;}
.ny_nr .lx_wm .n_r{padding:30px;}
.ny_nr .lx_wm .n_r h3{font-size:20px; font-weight:bold; line-height:32px; color:#c1272d;}
.ny_nr .lx_wm .n_r h4{font-size:14px; line-height:24px; color:#888; text-transform:uppercase; margin-bottom:10px;}
.ny_nr .lx_wm .l_x{margin:20px 0 10px; line-height:28px;}
.ny_nr .lx_wm .l_x h5{font-size:18px; color:#000; font-weight:bold;}
.ny_nr .lx_wm .l_x h5 em{font-size:16px; color:#999; padding-left:15px;}
.ny_nr .lx_wm .l_x strong{font-size:16px;}
.ny_nr .lx_wm .w_z{font-size:14px; line-height:26px; padding-left:150px; position:relative;}
.ny_nr .lx_wm .t_p{width:120px; border:1px solid #ddd; position:absolute; top:6px; left:0;}
.ny_nr .lx_wm .t_p img{width:100%; height:auto; display:block;}
.ny_nr .lx_wm .l_y input{width:100%; height:47px; font-size:14px; line-height:46px; border-bottom:1px solid #ddd; display:block;}
.ny_nr .lx_wm .l_y textarea{width:100%; height:72px; padding:10px 0; font-size:14px; line-height:26px; border-bottom:1px solid #ddd; display:block; resize:none;}
.ny_nr .lx_wm .l_y button{width:120px; height:36px; background-color:#c1272d; margin-top:15px; margin-right:15px; font-size:15px; line-height:36px; text-align:center; color:#fff; float:left; outline:none;}
.ny_nr .lx_wm .l_y button.c_z{background-color:#aaa;}
@media only screen and (max-width:1024px){
.ny_nr .lx_wm{margin:20px 0;}
.ny_nr .lx_wm .n_r{padding:30px 20px;}
.ny_nr .lx_wm .n_r h3{font-size:18px; line-height:28px;}
.ny_nr .lx_wm .l_x{margin:20px 0 10px; line-height:28px;}
.ny_nr .lx_wm .l_x h5{font-size:18px; color:#000; font-weight:bold;}
.ny_nr .lx_wm .l_x h5 em{font-size:16px; color:#999; padding-left:15px;}
.ny_nr .lx_wm .l_x strong{font-size:16px;}
.ny_nr .lx_wm .w_z{padding-left:0;}
.ny_nr .lx_wm .t_p{width:110px; top:100%; margin-top:10px;}
.ny_nr .lx_wm .l_y button{margin-top:20px;}
}
@media only screen and (max-width:640px){
.ny_nr .lx_wm{box-shadow:none; margin:0;}
.ny_nr .lx_wm .col-md-6{background:none !important;}
.ny_nr .lx_wm .col-md-6:first-child{margin-bottom:30px;}
.ny_nr .lx_wm .n_r{padding:0;}
.ny_nr .lx_wm .w_z{padding-bottom:130px;}
.ny_nr .lx_wm .t_p{top:auto; bottom:0;}
}

.lx_dt .map{width:100%; height:480px;}
@media only screen and (max-width:1024px){
.lx_dt .map{height:300px;}
}

.yema{margin-top:30px; text-align:center;}
/* .yema ul li{display:inline-block; margin:2px;}
.yema ul li a{min-width:36px; padding:0 15px; border-radius:2px; border:1px solid #ddd; font-size:14px; line-height:36px; text-align:center; color:#333; display:inline-block;}
.yema ul li a:hover{background-color:#c1272d; border:1px solid #c1272d; color:#fff;}
.yema ul li a.on{background-color:#c1272d; border:1px solid #c1272d; color:#fff;} */
.yema .current-page{
    background-color:#c1272d; border:1px solid #c1272d; color:#fff;
}
.yema a{display:inline-block; margin:2px;}
.yema span{min-width:36px; padding:0 15px; border-radius:2px; border:1px solid #ddd; font-size:14px; line-height:36px; text-align:center; color:#333; display:inline-block;}
.yema a{min-width:36px; padding:0 15px; border-radius:2px; border:1px solid #ddd; font-size:14px; line-height:36px; text-align:center; color:#333; display:inline-block;}
.yema a:hover{background-color:#c1272d; border:1px solid #c1272d; color:#fff;}
.yema a.on{background-color:#c1272d; border:1px solid #c1272d; color:#fff;}
@media only screen and (max-width:640px){
.yema{margin-top:10px;}
.yema ul li{display:none;}
.yema ul li:first-child{display:inline-block;}
.yema ul li:nth-child(2){display:inline-block;}
.yema ul li:last-child{display:inline-block;}
.yema ul li:nth-last-child(2){display:inline-block;}
.yema ul li a{min-width:30px; height:30px; font-size:12px; line-height:28px;}
}

.footer{width:100%; padding:50px 0; background-color:#2b2b2b; font-size:13px; color:#aaa;}
.footer h3{font-size:18px; color:#ddd; line-height:32px; margin-bottom:10px;}
.footer p{line-height:30px;}
.footer a{color:#aaa;}
.footer a:hover{color:#fff;}
.footer .ft_lx{margin-right:50px; min-height:192px; border-right:1px dotted #4b4b4b;}
.footer .tel{padding-left:60px; font-size:15px; line-height:26px; margin:10px 0; position:relative; }
.footer .tel i{position:absolute; top:3px; left:0; font-size:46px; line-height:52px; color:#fff; }
.footer .tel strong{display:block; font-size:26px; color:#c1272d;}
.footer .ft_dh ul li{float:left;}
.footer .l_m{line-height:30px;}
.footer .l_m a{color:#aaa; display:block;}
.footer .l_m a:hover{color:#fff;}
.footer .ewm img{max-width:110px; height:auto; display:block;}
.footer .ewm p{font-size:12px; margin-top:8px;}
@media only screen and (max-width:1024px){
.footer{padding:40px 0;}
.footer .ft_lx{margin-right:0;}
.footer .tel{padding-left:55px; font-size:14px; line-height:24px; margin:8px 0;}
.footer .tel i{top:2px; font-size:40px; line-height:46px;}
.footer .tel strong{font-size:24px;}
}
@media only screen and (max-width:768px){
.footer .ft_lx{border-right:0; margin-bottom:20px;}
}
@media only screen and (max-width:640px){
.footer{text-align:center; padding:30px 0;}
.footer p{line-height:26px;}
.footer .ft_lx{text-align:center; margin-right:0; min-height:inherit; border-right:0; margin-bottom:0;}
.footer .tel{padding:0; font-size:16px; line-height:28px; margin-bottom:20px;}
.footer .tel i{display:none;}
.footer .tel strong{font-size:28px; line-height:32px;}
.footer .ft_dh ul li{display:none;}
}

.banquan{width:100%; padding:20px 0; background-color:#1b1b1b; text-align:center; line-height:26px; color:#aaa;}
.banquan a{color:#aaa;}
.banquan span{padding:0 6px;}
@media only screen and (max-width:640px){
.banquan{padding:20px 0 70px;}
.banquan span{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:1024px){
.e_m .n_r{width:230px; padding:15px;}
.e_m .n_r p{font-size:15px;}
}

.pc_kf{width:70px; position:fixed; text-align:center; right:10px; bottom:5%; z-index:99999;}
.pc_kf .nr{width:70px; height:70px; padding:13px 0 7px; border-bottom:0; border-radius:3px; margin-bottom:4px; background-color:#c1272d; position:relative;}
.pc_kf .nr.w_x{display:none;}
.pc_kf .ewm{width:120px; padding:10px; border-radius:5px; background-color:#fff; border:1px solid #ccc; position:absolute; top:50%; right:86px; opacity:0; visibility:hidden;
transform:translate(-10px,-50%);
-webkit-transform:translate(-10px,-50%);
-moz-transform:translate(-10px,-50%);
-ms-transform:translate(-10px,-50%);
-o-transform:translate(-10px,-50%);
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:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.pc_kf .ewm:before{width:0; height:0; border-top:10px solid transparent; border-bottom:10px solid transparent; border-left:8px solid #ccc; content:""; position:absolute; top:50%; right:-8px; margin-top:-10px;}
.pc_kf .ewm:after{width:0; height:0; border-top:10px solid transparent; border-bottom:10px solid transparent; border-left:8px solid #fff; content:""; position:absolute; top:50%; right:-7px; margin-top:-10px;}
.pc_kf .ewm img{max-width:100%; height:auto; display:block; margin:0 auto;}
.pc_kf .ewm p{font-size:12px; line-height:22px; margin-top:6px;}
.pc_kf .ewm .q_q ul li{font-size:12px; line-height:24px;}
.pc_kf .nr a{display:block; color:#fff;}
.pc_kf .nr p{font-size:13px; line-height:24px;}
.pc_kf .nr i{font-size:20px; line-height:26px; color:#fff;}
.pc_kf .nr i.icon-zixun2{font-size:26px;}
.pc_kf .nr i.icon-aui-icon-qq{font-size:28px;}
.pc_kf .nr i.icon-weixin{font-size:28px;}
.pc_kf .nr a:hover i{color:#fff !important;}
.pc_kf .fh{width:70px; height:70px; padding:13px 0 7px; border-radius:3px; text-align:center; color:#fff; background-color:#c1272d; cursor:pointer; overflow:hidden;}
.pc_kf .fh i{font-size:30px; font-weight:bold; line-height:26px;}
.pc_kf .fh p{font-size:13px; line-height:24px;}
.pc_kf .tl{width:230px; margin-right:-160px;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.pc_kf .tl:hover{margin-right:0;}

/*.pc_kf .tel{width:160px; border-left:1px solid #fff; margin-top:4px; font-size:18px; line-height:36px; font-weight:bold;
    color:#fff; font-family:Arial, Helvetica, sans-serif; position:absolute; top:13px; right:0;}*/
@media only screen and (max-width:1024px){
.pc_kf{right:0; bottom:10px;}
.pc_kf .nr .ewm{display:none;}
}
@media only screen and (max-width:640px){
.pc_kf{width:100%; right:0; bottom:0;}
.pc_kf .nr{width:25%; height:50px; float:left; padding:0; border-right:0; border-radius:0; border-right:1px solid rgba(255,255,255,.2); margin-bottom:0;}
.pc_kf .nr:first-child{border-left:0;}
.pc_kf .nr.p_c{display:none;}
.pc_kf .nr.w_x{display:block;}
.pc_kf .nr p{display:none;}
.pc_kf .tel{display:none;}
.pc_kf .nr i{font-size:18px; line-height:52px;}
.pc_kf .nr a:hover i{color:#2d3c90;}
.pc_kf .fh{width:25%; height:50px; float:left; padding:0; border-radius:0;}
.pc_kf .fh i{font-size:36px; line-height:50px;}

}

.gs_wh .aa_bb .wh_nr:nth-child(2n) .row {
   
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    
    flex-direction: row-reverse;
}
.gs_wh .wh_nr:nth-child(2n) {
  
    background: none;
}

/* 产品内页 */

.ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
    max-width: 100%;
}

.ny_nr .xw_xq .xq_fy {
    text-align: center;
    padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
    font-size: 24px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
    display: block;
    border-bottom: dashed 1px #cccccc;
    line-height: 56px;
    font-size: 14px;
    color: #666;
}
.pc_kf .nr:hover .hahah {
    opacity: 1;
    visibility: inherit;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.pc_kf .hahah{
    width: 150px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 50%;
    right: 86px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-10px,-50%);
    -webkit-transform: translate(-10px,-50%);
    -moz-transform: translate(-10px,-50%);
    -ms-transform: translate(-10px,-50%);
    -o-transform: translate(-10px,-50%);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .hahah:before{

    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #fff;
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -10px;

}
.pc_kf .hahah a{
    color: #333;
    font-size: 15px;
}
@media only screen and (max-width:640px) {
    .ny_nr .xw_xq {
        padding: 20px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_tl {
        font-size: 22px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc {
        padding: 15px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc .right {
        text-align: center;
    }
    .ny_nr .xw_xq .xq_fy {
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_fy a {
        margin: 0px 10px;
        padding: 10px 15px;
    }
    .ny_nr .xw_xq .xq_rt {
        margin-top: 15px;
    }
    .ny_nr .xw_xq .xq_rt .rt_bt {
        font-size: 20px;
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_rt .rt_lb li a {
        line-height: 40px;
    }
    .pc_kf .hahah{
        display: none;
    }
}