@charset "utf-8";

*{padding:0px; margin:0px;}
body{font-size:13px; color:#555; font-family:"PingFang SC","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:13px; border:0; background:none; outline:none; vertical-align:middle; font-family:"PingFang SC","Microsoft YaHei",Arial,Tahoma,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#222; text-decoration:none;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
a:hover{color:#E10509; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
div{max-height:99999999999999999999999999px;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
.mg_my{margin:0;}
::placeholder{color:#999;}
@media only screen and (max-width:1440px){
input,textarea{-webkit-appearance:none; border-radius:0;}
}

@media only screen and (max-width:1279px){
html.on{width:100%; height:100vh; overflow:hidden;}
}

@media only screen and (max-width:1279px){
.sj_bj{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:fixed; top:0; left:0; content:""; z-index:99999; display:none;}
}

.header{width:100%; position:fixed; top:10%; left:50%; z-index:9999999;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.header.on{width: 100%; top: 50px; background: #fff;border-radius: 0px;}
.header.on .logo{ background: none;}
.header.gn{width: 100%; top: 50px; background: #fff;border-radius: 0px;}
.head_h{ display: none;}
.head_h.on{ display: block; height: 100px;}
.header .container{max-width:1500px;}
.header.on .container{ max-width: 1230px;}
.header.gn .container{ max-width: 1230px;}
.header .row{margin:0; align-items:center; justify-content:space-between; position:relative;}
.header .logo{ position:relative; background-color: #fff;width: 20%;text-align: center;padding: 10px 0px;-webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}
.header .logo img{max-width:100%; height:auto; display:inline-block;}
.header .an{position:absolute; top:50%; margin-top:-8px; right:0; height:17px; width:32px; display:none;}
.header .an span{width:32px; height:2px; background-color:#000; 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{line-height:36px; color:#fff; cursor:pointer; display:inline-block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch i{font-weight:bold;}
.header .nav{display:flex; align-items:center; justify-content:space-between;background:rgba(18,55,136,.9); width: 80%; padding: 0px 100px;-webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}
.header .nav.zn{background:#fff;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-right:50px; position:relative;}
.header .nav .y_j{position:relative;}
.header .nav .y_j:after{width:0; height:2px; position:absolute; left:0; bottom:0; background-color:#fff; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .y_j:after{width:100%;}
.header .nav ul li.on .y_j:after{width:100%;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:15px; color:#fff; line-height:100px;}
.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:260px; padding:20px; background-color:#2c2b2c; position:absolute; top:100px; left:-20px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transition:all .2s;
-o-transition:all .2s;
-ms-transition:all .2s;
-moz-transition:all .2s;
-webkit-transition:all .2s;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .nav .f_l{width:100%; margin:5px 0;}
.header .nav .f_l a{font-size:14px; color:#fff; line-height:28px; display:block;}
.header .nav .f_l a:hover{color:#E10509;}
.header .nav .s_b{display:none;}
.header.on .logo{ width: 150px;}
.header.on .nav ul li{ margin-right: 40px;}
.header.on .nav ul li.on .y_j a{ color: #1E1E1E;}
.header.on .nav ul li:hover .y_j a{ color: #1E1E1E;}
.header.on .nav .y_j a{ color: #1E1E1E;}
.header.on .nav .y_j:after{ background-color: #1E1E1E;}
.header.on .s_ch{color: #1E1E1E;}
.header.gn .logo{ width: 150px;}
.header.gn .nav{ background: #fff;}
.header.gn .nav ul li{ margin-right: 40px;}
.header.gn .nav ul li.on .y_j a{ color: #1E1E1E;}
.header.gn .nav ul li:hover .y_j a{ color: #1E1E1E;}
.header.gn .nav .y_j a{ color: #1E1E1E;}
.header.gn .nav .y_j:after{ background-color: #1E1E1E;}
.header.gn .s_ch{color: #1E1E1E;}
@media only screen and (max-width:1440px){
.header .nav ul li{margin-right:35px;}
}
@media only screen and (max-width:1279px){
.header .container{max-width:100%;}
.header .logo{margin:20px 0;}
.header .an{display:block;}
.header .nav{width:70%; display:block; height:calc(100% - 90px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; bottom:-29px; right:-70%; 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.on{right:-1px;}
.header .nav ul{width:100%; float:none; display:block; margin-bottom:20px;}
.header .nav ul li{width:100%; height:auto; text-align:left; border-bottom:1px solid #ddd; float:none; padding:0; margin:0;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{display:block; width:100%; padding-right:10px; position:absolute; top:0; right:0; font-size:16px; font-weight:bold; text-align:right; line-height:60px; z-index:99;}
.header .nav .y_j a{color:#333; line-height:60px; display:block;}
.header .nav .y_j a:hover{color:#333;}
.header .nav ul li:hover .y_j a{color:#333;}
.header .nav ul li.on .y_j a{color:#333;}
.header .nav .e_j{width:70%; height:calc(100% - 90px); padding:20px 5%; background-color:#fafafa; opacity:1; position:fixed; top:auto; left:auto; bottom:-29px; right:-70%; z-index:9999; overflow:auto;
display:block; visibility:inherit;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;}
.header .nav .e_j.on{right:0;}
.header .nav .e_j:after{display:none;}
.header .nav .f_l a{font-size:15px; text-align:left; color:#555; line-height:60px; border-bottom:1px solid #ddd;}
.header .nav .s_b{display:block; line-height:44px;}
.header .nav .s_b i{font-size:16px; font-weight:bold;}
}
@media only screen and (max-width:640px){
.header{width:100%; top: auto; left: auto; transform: none;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        -o-transform:none; background: #fff; border-radius: 0px;}
.header.gn{top: 0px;}
.head_h{ display: block; height: 103px;}
.header .logo{width:100px;}
.header.on .logo {
        width: 100px;
    }
.header.gn .logo {
        width: 100px;
    }
.header .s_ch{margin-left:0;}
.header .nav{height:calc(100% - 73px); text-align:center;}
.header .nav .e_j{height:calc(100% - 73px);}
.header .nav .f_l a{font-size:14px; line-height:50px;}
.header.on{ top: 0px;}
}

.search{width:100%; height:calc(100vh - 90px); background-color:rgba(0,0,0,.8); position:fixed; top:0px; left:0; z-index:9999999999; display:none;}
.search .sc_bj{width:100%; padding:100px 0; background-color:#fff; position:relative;}
.search .sc_gb{position:absolute; top:25px; right:calc(10% + 15px); cursor:pointer; color:#999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb:hover{color:#ffc32d;
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:28px;}
.search .sc_nr{width:500px; border-bottom:1px solid #eee; margin:0 auto;}
.search input{width:400px; height:80px; font-size:16px; line-height:80px; color:#555; float:left;}
.search input::placeholder{color:#aaa;}
.search button{height:80px; line-height:80px; text-align:center; color:#000; float:right; outline:none;}
.search button i{font-size:26px; font-weight:bold;}
@media only screen and (max-width:640px){
.search .sc_bj{padding:80px 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); position:relative; overflow:hidden;}
.pc_ban .swiper-button-prev{width:40px; height:40px; border:1px solid rgba(255,255,255,.3); border-radius:50%; background:url(../images/zj.png) no-repeat center / 32px 32px; left:0; margin-top:-20px; opacity:0; z-index:99;
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:2%; opacity:1;}
.pc_ban:hover .swiper-button-prev:hover{border:1px solid #fff;}
.pc_ban .swiper-button-next{width:40px; height:40px; border:1px solid rgba(255,255,255,.3); border-radius:50%; background:url(../images/yj.png) no-repeat center / 32px 32px; right:0; margin-top:-20px; opacity:0; z-index:99;
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:2%; opacity:1;}
.pc_ban:hover .swiper-button-next:hover{border:1px solid #fff;}
.pc_ban .swiper-pagination{bottom:20px;}
.pc_ban .swiper-pagination-bullet{width:23px; height:5px; border-radius:3px; background-color:#fff; opacity:.3; margin:0 5px !important;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .swiper-pagination-bullet-active{width:46px; opacity:1; background-color:#133B92;}
.pc_ban .swiper-slide{overflow:hidden;}
.pc_ban .swiper-slide:before{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.1); z-index:2;}
.pc_ban .bn_bj{width:100%; height:100%; position:absolute; top:0; left:0; background-position:center; background-repeat:no-repeat; background-size:cover;
transform:scale(1.15);
-webkit-transform:scale(1.15);
-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-o-transform:scale(1.15);
transition:all 10s;
-o-transition:all 10s;
-ms-transition:all 10s;
-moz-transition:all 10s;
-webkit-transition:all 10s;}
.pc_ban .swiper-slide-active .bn_bj{transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);}
.pc_ban .container{max-width:70%; position:absolute; top:50%; left:50%; z-index:99; 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%);}
.pc_ban .container.con_bg{top:30%;}
.pc_ban .bn_wz{width:70%;}
.pc_ban .bn_wz h1{font-size:46px; font-weight:bold; text-shadow:0 0 15px rgba(0,0,0,.2); line-height:46px; margin-bottom:20px;}
.pc_ban .bn_wz h3{font-size:30px; line-height:26px; text-shadow:0 0 15px rgba(0,0,0,.2); margin-bottom: 30px;}
.pc_ban .bn_wz a{width:160px; height:50px; background-color:#E10509; border-radius:10px; font-size:16px; line-height:44px; text-align:center; color:#fff; display:inline-block; margin-top:35px; position:relative; text-transform: uppercase;border: none;}
.pc_ban .bn_wz a.on{ background: none; border: solid 1px #fff; margin-left: 20px;}
.pc_ban .bn_wz a:hover{background-color:#E10509;border: solid 1px #E10509;}
@media only screen and (max-width:1440px){
.pc_ban .bn_wz h1{font-size:30px; line-height:40px;}
.pc_ban .bn_wz h3{font-size:18px; line-height:28px; margin-bottom:10px;}
}
@media only screen and (max-width:1279px){
.pc_ban{height:70vh;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .container{max-width:100%;}
.pc_ban .bn_wz{width:60%;}
.pc_ban .bn_wz h1{font-size:26px; line-height:32px;}
.pc_ban .bn_wz h3{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:992px){
.pc_ban{height:50vh;}
.pc_ban .bn_wz{margin:0 auto; text-align:center;}
.pc_ban .bn_wz a{width:130px; height:36px; line-height:36px; border-radius:18px;}
.pc_ban .bn_wz a:before{display:none;}
.pc_ban .bn_wz a:after{display:none;}
}
@media only screen and (max-width:640px){
.pc_ban{height:40vh;}
.pc_ban .swiper-pagination{bottom:10px;}
.pc_ban .swiper-pagination-bullet{width:20px; height:3px;}
.pc_ban .swiper-pagination-bullet-active{width:30px;}
.pc_ban .container.con_bg{top:50%;}
.pc_ban .bn_wz{width:90%;}
.pc_ban .bn_wz h1{font-size:20px; line-height:22px;}
.pc_ban .bn_wz h3{font-size:13px; line-height:20px;}
.pc_ban .bn_wz a{width:110px; height:32px; border-radius:16px; font-size:13px; line-height:32px; margin:15px auto 0;}
}

.sy_cp{ width: 100%; padding: 90px 0px 0px 0px; background: url("../images/cp_bj.jpg") no-repeat top center / cover;}
.cp_bt{ width: 100%; overflow: hidden; margin-bottom: 50px;}
.cp_bt .w_z p{ color: #1E1E1E; font-size: 40px; text-transform: uppercase;font-weight: bold;}
.cp_bt .w_z span{ display: block; color: #959595; font-size: 14px; text-transform: uppercase;font-weight: bold;}
.cp_bt .l_b{ width: 100%; overflow: hidden; margin-top: 20px;}
.cp_bt .l_b ul{width: 100%; overflow: hidden; display: flex;flex-direction: row;flex-wrap: nowrap; justify-content: flex-end;align-content: space-between;}
.cp_bt .l_b ul li{ margin-right: 10px;}
.cp_bt .l_b ul li a{
    display: block;
    padding: 10px 5px;
    border: solid 1px #D2D2D2;
    border-radius:5px;
    color: #636363;
    font-size: 14px;
}
.cp_bt .l_b ul li a:hover{background-color: #133B92; color: #fff;}
.cp_bt .l_b ul li a.on{ border: none; background-color: #E10509; color: #fff; padding: 10px 15px;}
.cp_bt .l_b ul li a.on i{ font-size: 14px;}
@media only screen and (max-width:640px){
    .sy_cp{ padding: 30px 0px;}
    .cp_bt{ margin-bottom: 20px;}
    .cp_bt .w_z p{ font-size: 30px;}
    .cp_bt .w_z span{ font-size: 12px;}
    .cp_bt .l_b{ margin-top: 15px;}
    .cp_bt .l_b ul{ justify-content: flex-end;}
    .cp_bt .l_b ul li{ margin:0px 5px;}
    .cp_bt .l_b ul li a{
        display: none;
    }
    .cp_bt .l_b ul li a.on{ display: block;}
    .cp_bt .l_b ul li a.on i{ font-size: 12px;}
}

.cp_nr{ width: 100%; position: relative; padding-bottom: 70px;}
.cp_nr .swiper-ry{padding-bottom:60px;}
.cp_nr .swiper-button-prev{width:50px; height:50px; border-radius:50%; background:#fff url(../images/cp_l.png) no-repeat center / 50px 50px; left:-110px; margin-top:-90px; outline: none;}
.cp_nr .swiper-button-prev:hover{background:#fff url(../images/cp_la.png) no-repeat center / 50px 50px;}
.cp_nr .swiper-button-next{width:50px; height:50px; border-radius:50%; background:#fff url(../images/cp_r.png) no-repeat center / 50px 50px; right:-110px; margin-top:-90px;outline: none;}
.cp_nr .swiper-button-next:hover{background:#fff url(../images/cp_ra.png) no-repeat center / 50px 50px;}
.cp_nr .swiper-pagination{bottom:0;}
.cp_nr .t_p{width:100%; overflow:hidden;-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;}
.cp_nr .t_p img{width:100%; height:auto; display:block;}
.cp_nr .w_z{font-size:16px; color:#1E1E1E; line-height:70px; text-align:center; background-color: #fff;-webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;}
.cp_nr .swiper-pagination-bullet-active{ background-color:#133B92;}
@media only screen and (max-width:1200px){
    .cp_nr .swiper-slide{padding:10px;}
    .cp_nr .swiper-ry {
        padding-bottom: 30px;
    }
    .cp_nr .w_z{font-size:12px;line-height: 30px;}
    .cp_nr .swiper-button-prev{ display: none;}
    .cp_nr .swiper-button-next{ display: none;}
}
@media only screen and (max-width:640px){
    .cp_nr {
        padding-bottom: 30px;
    }
}

.sy_al{ width: 100%; overflow: hidden;}
.sy_al .al_tp{ width: 100%; overflow: hidden; background: url("../images/al_tp.jpg") no-repeat top center / cover; padding: 60px 0px;}
.sy_al .al_tp p{ color: #FFFFFF; font-size: 40px; text-align: center; text-transform: uppercase; margin-bottom: 10px;font-weight: bold;}
.sy_al .al_tp span{ display: block; color: #FEFEFE; font-size: 16px; text-align: center;text-transform: uppercase;font-weight: bold;}
.sy_al .al_bt{ width: 100%; overflow: hidden; display: flex;}
.sy_al .al_bt .al_zc{ width: 50%; padding-right: 10px;}
.sy_al .al_bt .al_yc{ width: 50%; padding-left: 10px;}
.sy_al .al_bt .al_zc .zc_nr{ width: 100%; overflow: hidden; position: relative;}
.sy_al .al_bt .al_zc .zc_nr img{ display: block; height: auto; width: 100%;}
.sy_al .al_bt .al_zc .zc_nr .swiper-button-prev{width:100px; height:80px;background:#fff url(../images/al_l.jpg) no-repeat top center;outline: none;bottom: 0px; top: auto;right: 100px; left: auto;}
.sy_al .al_bt .al_zc .zc_nr .swiper-button-prev:hover{background:#fff url(../images/al_la.jpg) no-repeat top center;}
.sy_al .al_bt .al_zc .zc_nr .swiper-button-next{width:100px; height:80px;background:#fff url(../images/al_r.jpg) no-repeat top center;outline: none;right: 0px;bottom: 0px; top: auto;}
.sy_al .al_bt .al_zc .zc_nr .swiper-button-next:hover{background:#fff url(../images/al_ra.jpg) no-repeat top center;}
.sy_al .al_bt .al_zc .zc_nr .swiper-pagination{ display: none;}

.sy_al .al_bt .al_yc .yc_nr{ width: 100%; overflow: hidden;}
.sy_al .al_bt .al_yc .yc_nr .top{ width: 100%; overflow: hidden; background: url("../images/al_bj.jpg") no-repeat top center / cover; padding: 90px 0px 140px 75px; margin-bottom: 13px;}
.sy_al .al_bt .al_yc .yc_nr .top p{ color: #FFFFFF; font-size: 32px; margin-bottom: 20px;}
.sy_al .al_bt .al_yc .yc_nr .top ul li{ padding-left: 25px; color: #FFFFFF; font-size: 18px; margin-bottom: 20px; background: url("../images/yd.png") no-repeat left;}
.sy_al .al_bt .al_yc .yc_nr .bottom{ display: flex; width: 100%; overflow: hidden;}
.sy_al .al_bt .al_yc .yc_nr .bottom .z_c{ padding-right: 5px; width: 50%; overflow: hidden;}
.sy_al .al_bt .al_yc .yc_nr .bottom .y_c{ padding-left: 5px; width: 50%; overflow: hidden;}
.sy_al .al_bt .al_yc .yc_nr .bottom img{ display: block; width: 100%; height: auto;}
@media only screen and (max-width:640px){
    .sy_al .al_tp{ padding: 30px 0px;}
    .sy_al .al_tp p{ font-size: 30px;margin-bottom: 5px;}
    .sy_al .al_tp span{ font-size: 14px;}
    .sy_al .al_bt{ width: 100%; overflow: hidden; display: block;}
    .sy_al .al_bt .al_zc{ width: 100%; padding-right: 0px; margin-bottom: 20px;}
    .sy_al .al_bt .al_yc{ width: 100%; padding-left: 0px;}
    .sy_al .al_bt .al_zc .zc_nr{ padding: 15px;}
    .sy_al .al_bt .al_zc .zc_nr .swiper-al{ padding-bottom: 30px;}
    .sy_al .al_bt .al_zc .zc_nr .swiper-button-prev{display: none;}
    .sy_al .al_bt .al_zc .zc_nr .swiper-button-next{display: none;}
    .sy_al .al_bt .al_zc .zc_nr .swiper-pagination{ display: block; bottom: -3px;}
    .sy_al .al_bt .al_zc .zc_nr .swiper-pagination-bullet-active{ background:#133B92;}

    .sy_al .al_bt .al_yc .yc_nr .top{  padding: 30px 0px 100px 20px; margin-bottom: 15px;}
    .sy_al .al_bt .al_yc .yc_nr .top p{ font-size: 26px; margin-bottom: 15px;}
    .sy_al .al_bt .al_yc .yc_nr .top ul li{ padding-left: 20px; font-size: 14px; margin-bottom: 15px;}
    .sy_al .al_bt .al_yc .yc_nr .bottom{ display: block; padding: 15px;}
    .sy_al .al_bt .al_yc .yc_nr .bottom .z_c{ padding-right: 0px; width: 100%; margin-bottom: 15px;}
    .sy_al .al_bt .al_yc .yc_nr .bottom .y_c{ padding-left: 0px; width: 100%;}
}

.sy_gy{ width: 100%; overflow: hidden; padding: 100px 0px 50px 0px; background: url("../images/gy_zc.png") no-repeat left top; position: relative;}
.sy_gy .gy_yc .b_t{ margin-bottom: 40px;}
.sy_gy .gy_yc .b_t p{ color: #1E1E1E; font-size: 40px;text-transform: uppercase;font-weight: bold;}
.sy_gy .gy_yc .b_t span{ display: block; color: #959595; font-size: 16px; font-weight: bold;}
.sy_gy .gy_yc .w_z span{ display: block; color: #1E1E1E; font-weight: bold; font-size: 22px; text-transform: uppercase; margin-bottom: 15px;}
.sy_gy .gy_yc .w_z p{ color: #323232; font-size: 16px; line-height: 28px; word-break: break-all; padding-right: 10px;}
.sy_gy .gy_yc .w_z a{ display: block; width: 160px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 16px; font-weight: bold;border-radius:5px; background: #E10509; margin-top: 30px;}
.sy_gy .t_p img{ display: block; width: 100%; height: auto;}
.sy_ry{ width: 82%; background: url("../images/sy_bj.png") no-repeat top center / cover; padding: 30px 0px 30px 70px;-webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; margin-bottom: 90px; float: right;}
.sy_ry ul{ display: flex;}
.sy_ry ul li{ width: 25%; background: url("../images/xian.png") no-repeat right;}
.sy_ry ul li:last-child{background: none;}
.sy_ry .w_z .t_p{ margin-bottom: 15px; text-align: center;}
.sy_ry .w_z .t_p img{ max-width: 100%; height: auto; display: inline-block; border: solid 1px #fff;border-radius:50%;}
.sy_ry .w_z .n_r{ text-align: center; color: #FFFFFF; font-size: 20px; text-transform: uppercase;}
@media only screen and (max-width:640px){
    .sy_gy{  padding: 30px 0px;}
    .sy_gy .gy_yc{ margin-bottom: 15px;}
    .sy_gy .gy_yc .b_t{ margin-bottom: 20px;}
    .sy_gy .gy_yc .b_t p{ font-size: 30px;}
    .sy_gy .gy_yc .b_t span{ font-size: 14px;}
    .sy_gy .gy_yc .w_z span{ font-size: 16px;}
    .sy_gy .gy_yc .w_z p{ font-size: 13px; line-height: 26px; padding-right: 0px;}
    .sy_gy .gy_yc .w_z a{ width: 140px; height: 40px; line-height: 40px; font-size: 14px; margin-top: 20px;}
    .sy_ry{ width: 100%;padding: 30px 0px; margin-bottom: 30px; float: none;border-radius: 0px;}
    .sy_ry ul{ display: flex;justify-content: center;flex-wrap: nowrap;}
    .sy_ry ul li{ width: 30%;}
    .sy_ry .w_z .n_r{  font-size: 14px;}
}
.sy_xw{ width: 100%; overflow: hidden; padding: 90px 0px; background: url("../images/xw_bj.jpg") no-repeat top center / cover;}
.sy_xw .xw_bt{ display: flex;justify-content:space-between; margin-bottom: 50px;}
.sy_xw .xw_bt .b_t p{ color: #1E1E1E; font-size: 40px; font-weight: bold;text-transform: uppercase;}
.sy_xw .xw_bt .b_t span{ display: block; color: #959595; font-size: 16px; text-transform: uppercase;}
.sy_xw .xw_bt .m_r a{ display: block; width: 160px; height: 50px; line-height: 50px; color: #fff; text-align: center;background: #133B93; font-weight: bold; font-size: 16px; border-radius: 5px; margin-top: 20px;}
.sy_xw .nr_tp{ display: flex;}
.sy_xw .nr_tp .tp_zc{ background-color: #fff; padding: 15px 30px 15px 30px; width: 50%;border-bottom: solid 1px #EDEDED;}
.sy_xw .nr_tp .tp_zc .r_q{ margin-bottom: 15px;}
.sy_xw .nr_tp .tp_zc .r_q p{ color: #323232; font-size: 24px; font-weight: bold;}
.sy_xw .nr_tp .tp_zc .r_q span{ display: block; color: #636363; font-size: 16px; font-weight: bold;}
.sy_xw .nr_tp .tp_zc .b_t{ margin-bottom: 20px;}
.sy_xw .nr_tp .tp_zc .b_t a{ color: #1E1E1E; font-size: 18px;}
.sy_xw .nr_tp .tp_zc .m_s{ color: #636363; font-size: 16px; line-height: 26px; margin-bottom: 20px;}
.sy_xw .nr_tp .tp_zc .m_r a{ color: #1E1E1E; font-size: 16px; text-transform: uppercase;}
.sy_xw .nr_tp .tp_yc{ width: 50%; overflow: hidden;}
.sy_xw .nr_tp .tp_yc img{ height: auto; display: block; max-width: 100%;}
.sy_xw .nr_tp .tp_zc:hover{background: #133B93;}
.sy_xw .nr_tp .tp_zc:hover .r_q p{ color: #fff;}
.sy_xw .nr_tp .tp_zc:hover .r_q span{ color: #fff;}
.sy_xw .nr_tp .tp_zc:hover .b_t a{ color: #fff;}
.sy_xw .nr_tp .tp_zc:hover .m_s{ color: #fff;}
.sy_xw .nr_tp .tp_zc:hover .m_r a{ color: #fff;}
.sy_xw .nr_bt .col-md-4{ background: #fff; border-right: solid 1px #EDEDED;}
.sy_xw .nr_bt .col-md-4:last-child{ border-right: none;}
.sy_xw .nr_bt .xw_wz{ padding: 20px 15px 35px 15px;}
.sy_xw .nr_bt .xw_wz .r_q{ margin-bottom: 15px;}
.sy_xw .nr_bt .xw_wz .r_q p{ color: #323232; font-size: 22px; font-weight: bold;}
.sy_xw .nr_bt .xw_wz .r_q span{ display: block; color: #636363; font-size: 15px; font-weight: bold;}
.sy_xw .nr_bt .xw_wz .b_t{ margin-bottom: 20px;}
.sy_xw .nr_bt .xw_wz .b_t a{ color: #1E1E1E; font-size: 16px;}
.sy_xw .nr_bt .xw_wz .m_s{ color: #636363; font-size: 14px; line-height: 26px; margin-bottom: 20px;}
.sy_xw .nr_bt .xw_wz .m_r a{ color: #1E1E1E; font-size: 16px; text-transform: uppercase;}
.sy_xw .nr_bt .col-md-4:hover{ background: #133B93;}
.sy_xw .nr_bt .col-md-4:hover .r_q p{ color: #fff;}
.sy_xw .nr_bt .col-md-4:hover .r_q span{ color: #fff;}
.sy_xw .nr_bt .col-md-4:hover .b_t a{ color: #fff;}
.sy_xw .nr_bt .col-md-4:hover .m_r a{ color: #fff;}
.sy_xw .nr_bt .col-md-4:hover .m_s{color: #fff;}
@media only screen and (max-width:640px){
    .sy_xw{ padding: 30px 0px;}
    .sy_xw .xw_bt{ margin-bottom: 20px;}
    .sy_xw .xw_bt .b_t p{ font-size: 30px;}
    .sy_xw .xw_bt .b_t span{ font-size: 14px;}
    .sy_xw .xw_bt .m_r a{ width: 140px; height: 40px; line-height: 40px;  font-size: 14px; margin-top: 10px;}
    .sy_xw .nr_tp{ display: block;}
    .sy_xw .nr_tp .tp_zc{  padding: 20px 15px 20px 15px; width: 100%; margin-bottom: 15px;}
    .sy_xw .nr_tp .tp_zc .r_q{ margin-bottom: 10px;}
    .sy_xw .nr_tp .tp_zc .r_q p{font-size: 20px;}
    .sy_xw .nr_tp .tp_zc .r_q span{ font-size: 14px;}
    .sy_xw .nr_tp .tp_zc .b_t{ margin-bottom: 15px;}
    .sy_xw .nr_tp .tp_zc .b_t a{font-size: 16px;}
    .sy_xw .nr_tp .tp_zc .m_s{ font-size: 13px; line-height: 24px; margin-bottom: 15px;}
    .sy_xw .nr_tp .tp_zc .m_r a{ font-size: 13px;}
    .sy_xw .nr_tp .tp_yc{ width: 100%; margin-bottom: 15px;}
    .sy_xw .nr_bt .col-md-4{ background: none; border-right: none; padding: 0px;}
    .sy_xw .nr_bt .xw_wz{ padding: 20px 15px 35px 15px; background: #fff; margin-bottom: 15px;}
    .sy_xw .nr_bt .xw_wz .r_q{ margin-bottom: 10px;}
    .sy_xw .nr_bt .xw_wz .r_q p{ font-size: 18px; }
    .sy_xw .nr_bt .xw_wz .r_q span{  font-size: 13px; }
    .sy_xw .nr_bt .xw_wz .b_t{ margin-bottom: 15px;}
    .sy_xw .nr_bt .xw_wz .b_t a{ font-size: 14px;}
    .sy_xw .nr_bt .xw_wz .m_s{ font-size: 13px; line-height: 24px; margin-bottom: 15px;}
    .sy_xw .nr_bt .xw_wz .m_r a{ font-size: 14px;}
}

.ny_ban{width:100%; height:460px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden; z-index:99;}
.ny_ban .container{position:absolute; top:50%; left:50%; color:#fff; z-index:99;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);}
.ny_ban .w_z{position:relative;}
.ny_ban.ce_tc .w_z{text-align:center;}
.ny_ban .w_z h3{font-size:52px; font-weight:bold; line-height:44px; margin-bottom:10px; text-transform: uppercase;}
@media only screen and (max-width:1279px) {
    .ny_ban{height:280px;}
    .ny_ban .container{width:100%;}
    .ny_ban .w_z h3{font-size:28px; line-height:36px;}
    .ny_ban .w_z h4{font-size:14px; line-height:24px;}
}
@media only screen and (max-width:640px) {
    .ny_ban{height:180px;}
    .ny_ban .w_z{text-align:center;}
    .ny_ban .w_z h3{font-size:20px; line-height:28px; margin-bottom:6px;}
    .ny_ban .w_z h4{font-size:12px; line-height:22px;}
}
.ny_wz{ width: 100%; overflow: hidden; padding: 35px 0px;}
.ny_wz .container{ display: flex;}
.ny_wz i{ margin-right: 10px;}
.ny_wz span{ display: flex; margin: 7px 10px 0px 10px;}
.ny_wz a{ display: flex; color: #323232; font-size: 16px; margin-top: 5px;}
@media only screen and (max-width:640px) {
    .ny_wz{padding: 30px 0px;}
    .ny_wz span{ margin: 3px 10px 0px 10px;}
    .ny_wz a{  font-size: 14px;}
}
.ny_cf{ width: 100%; overflow: hidden;}
.ny_cf .cf_nr{ width: 100%; overflow: hidden; display: flex;justify-content: center;flex-wrap:nowrap;position: relative; padding-bottom: 90px;}
.ny_cf .cf_nr .cf_fl{ margin: 0px 3px; }
.ny_cf .cf_nr .cf_fl a{ display: block; border: solid 1px #D0D0D0; border-radius: 5px; padding: 5px 7px; color: #636363; font-size: 15px;}
.ny_cf .cf_nr .cf_fl a.on{ color: #fff; background: #133B93;}
.ny_cf .cf_nr .cf_fl a:hover{ color: #fff; background: #133B93;}
.ny_cf .cf_nr .cf_fl ul{ display: flex;flex-wrap:wrap; justify-content: center;}
.ny_cf .cf_nr .cf_fl .s_j{ position: absolute; top: 45px; left: 0px; width: 100%;}
.ny_cf .cf_nr .cf_fl .s_j li{background: url("../images/da.png") no-repeat left; padding-left: 15px;}
.ny_cf .cf_nr .cf_fl .s_j a{ border: none; color: #636363; font-size: 15px; display: block; margin-right: 5px;}
.ny_cf .cf_nr .cf_fl .s_j a:hover{ color: #fff;}
@media only screen and (max-width:640px) {
    .ny_cf{ margin-bottom: 0px;}
    .ny_cf .cf_nr{  padding-bottom: 70px;}
    .ny_cf .cf_nr .cf_fl a{  padding: 5px 5px;  font-size: 14px;}
    .ny_cf .cf_nr .cf_fl .s_j{ position: absolute; top: 60px;}
    .ny_cf .cf_nr .cf_fl .s_j li{ line-height: 12px;}
    .ny_cf .cf_nr .cf_fl .s_j a{ font-size: 13px; }
}

.ny_cp{ width: 100%; overflow: hidden; margin-bottom: 50px;}
.ny_cp .n_r{ overflow: hidden; width: 100%; margin-bottom: 20px;box-shadow:0 0 10px #aaa; border-radius: 5px;}
.ny_cp .n_r .t_p img{ width: 100%; height: auto; display: block;}
.ny_cp .n_r .w_z{ background-color: #fff; text-align: center; padding: 25px 10px;}
.ny_cp .n_r .w_z a{ color: #1E1E1E; font-size: 16px;}
@media only screen and (max-width:640px) {
    .ny_cp{margin-bottom: 30px;}
    .ny_cp .n_r .w_z{ padding: 10px 5px; min-height: 70px;}
    .ny_cp .n_r .w_z a{ font-size: 13px;}
}
.ny_ys{ width: 100%; overflow: hidden;background: url("../images/cp_bj.jpg") no-repeat top center / cover; padding: 90px 0px;}
.ny_ys .ys_bt{ text-align: center; color: #1E1E1E; font-size: 30px; font-weight: bold; margin-bottom: 50px; text-transform: uppercase;}
.ny_ys .ys_nr .n_r{ margin-bottom: 20px; display: flex; background: #fff; border-radius: 5px; padding: 10px 15px;}
.ny_ys .ys_nr .n_r .t_p img{  display: block;}
.ny_ys .ys_nr .n_r .w_z{ margin-left: 25px;}
.ny_ys .ys_nr .n_r .w_z p{ color: #1E1E1E; font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.ny_ys .ys_nr .n_r .w_z span{ display: block; color: #636363; font-size: 16px;}
@media only screen and (max-width:640px) {
    .ny_ys{ padding: 50px 0px;}
    .ny_ys .ys_bt{ font-size: 20px; margin-bottom: 20px;}
    .ny_ys .ys_nr .n_r{ margin-bottom: 15px;}
    .ny_ys .ys_nr .n_r .w_z{ margin-left: 20px;}
    .ny_ys .ys_nr .n_r .w_z p{ font-size: 16px;}
    .ny_ys .ys_nr .n_r .w_z span{font-size: 14px;}
}

.ny_fw{ width: 100%; overflow: hidden; padding: 90px 0px; background: url("../images/fw_bj.png") no-repeat top center / cover;}
.ny_fw .fw_bt{text-align: center; color: #1E1E1E; font-size: 30px; font-weight: bold; margin-bottom: 50px; text-transform: uppercase;}
.ny_fw .nr_tp{ margin-bottom: 50px;}
.ny_fw .nr_tp ul{ display: flex; justify-content: space-between;align-items:center;}
.ny_fw .nr_tp ul li{ padding: 5px; position: relative;}
.ny_fw .nr_tp ul li img{ width: 80px; height: 80px; border: solid 2px #133B93; border-radius: 50%;transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;}
.ny_fw .nr_tp ul li img.on{ display: none;transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;}
.ny_fw .nr_tp ul li img.gn{ display: block;transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;}
.ny_fw .nr_tp ul li:after{ content: url("../images/jian.png"); position: absolute;top: 40px; left: 90px;}
.ny_fw .nr_tp ul li:last-child:after{ content: none;}
.ny_fw .nr_tp ul li:hover img.gn{ display: none;}
.ny_fw .nr_tp ul li:hover img.on{ display: block;}
.ny_fw .nr_tp ul li:hover img{ background: #133B93;}
.ny_fw .nr_bt.gn{ display: none;}
.ny_fw .nr_bt .w_z{ margin-top: 70px;}
.ny_fw .nr_bt .w_z span{ display: block; color: #1E1E1E; font-size: 28px; font-weight: bold; margin-bottom: 30px;}
.ny_fw .nr_bt .w_z p{ color: #636363; font-size: 20px; line-height: 38px;}
@media only screen and (max-width:640px) {
    .ny_fw{ padding: 50px 0px;}
    .ny_fw .fw_bt{font-size: 20px; margin-bottom: 20px;}
    .ny_fw .nr_tp{ display: none;}
    .ny_fw .nr_bt .n_r{ margin-bottom: 15px;}
    .ny_fw .nr_bt .w_z{ margin-top: 0px; margin-bottom: 15px;}
    .ny_fw .nr_bt .w_z span{ font-size: 20px; margin-bottom: 20px;}
    .ny_fw .nr_bt .w_z p{ font-size: 14px; line-height: 30px;}
    .ny_fw .nr_bt.gn{ display: block;}
    .ny_fw .nr_bt.on{ display: none;}
}

.ny_gy{ width: 100%; overflow: hidden;}
.ny_bt{text-align: center; color: #1E1E1E; font-size: 30px; font-weight: bold; margin-bottom: 50px; text-transform: uppercase;}
.gs_js{ width: 100%; overflow: hidden; background: url("../images/n_bj.png") no-repeat bottom right; padding-bottom: 150px;}
.gs_js .b_t{ margin-bottom: 20px; color: #1E1E1E; font-size: 26px; font-weight: bold;text-transform: capitalize;}
.gs_js .n_r p{ color: #323232; font-size: 16px; line-height: 38px;}
.gs_js .n_r img{ max-width: 100%; height: auto;}
.gs_ls{ width: 100%; overflow: hidden; padding:70px 0px; background: url("../images/n_gbj.png") no-repeat top center / cover;}
.gs_ls .z_c .b_t{ color: #1E1E1E; font-size: 26px; font-weight: bold; margin-bottom: 30px;}
.gs_ls .z_c ul li{ color: #323232; font-size: 16px; line-height: 30px; margin-bottom: 20px; word-break: break-all; padding-right: 30px; padding-left: 15px; background: url("../images/gy_j.png") no-repeat 0px 12px;}
.gs_ls .t_p{ width: 100%; overflow: hidden;}
.gs_ls .t_p img{ width: 100%; height: auto;display: block;}
.gs_pz{ width: 100%;overflow: hidden; padding: 90px 0px;}
.gs_pz .b_t{ color: #1E1E1E; font-size: 26px; font-weight: bold; text-align: center; text-transform: uppercase; margin-bottom: 50px;}
.gs_pz .n_r{ margin-bottom: 20px; border-bottom: solid 1px #EDEDED; padding-bottom: 15px;}
.gs_pz .n_r .t_p{ width: 100%; overflow: hidden; margin-bottom: 15px;}
.gs_pz .n_r .t_p img{ width: 100%; height: auto; display: block;}
.gs_pz .n_r .w_z{ margin-top: 20px;}
.gs_pz .n_r .w_z span{ display: block; color: #1E1E1E; font-size: 22px; font-weight: bold; margin-bottom: 20px;}
.gs_pz .n_r .w_z p{ color: #323232; font-size: 14px; line-height: 28px; word-break: break-word; }
@media only screen and (max-width:640px) {
    .ny_bt{ font-size: 24px; margin-bottom: 20px;}
    .gs_js{  background: none; padding-bottom: 20px;}
    .gs_js .b_t{ font-size: 18px;}
    .gs_js .n_r p{ font-size: 13px; line-height: 28px;}
    .gs_ls{ padding:30px 0px; background: none;}
    .gs_ls .z_c .b_t{ font-size: 20px; margin-bottom: 20px;}
    .gs_ls .z_c ul li{ font-size: 13px; line-height: 26px; padding-right: 0px; margin-bottom: 15px;background: url("../images/gy_j.png") no-repeat 0px 10px;}
    .gs_pz{ padding: 30px 0px;}
    .gs_pz .b_t{ font-size: 20px; margin-bottom: 20px;}
    .gs_pz .n_r .w_z{ margin-top: 0px;}
    .gs_pz .n_r .w_z span{ font-size: 16px;}
    .gs_pz .n_r .w_z p{ font-size: 13px; line-height: 26px;}
}
.ny_lx{width:100%; padding:70px 0 90px; background-color:#fafafa; overflow:hidden;}
.ny_lx .row{margin:0; justify-content:space-between;}
.ny_lx .lx_bt{font-size:36px; color:#000; line-height:44px; margin-bottom:50px;}
.ny_lx .lx_fs{width:35%;}
.ny_lx .lx_fs strong{font-size:30px; font-weight:normal; line-height:40px; color:#FD0619; margin-bottom:40px; display:block;}
.ny_lx .lx_fs h2{margin-bottom:8px; font-size:18px; color:#aaa;}
.ny_lx .lx_fs p{font-size:18px; color:#000; line-height:26px; margin-bottom:40px;}
.ny_lx .lx_fs p a{color:#000;}
.ny_lx .lx_fs p a:hover{color:#133B93;}
.ny_lx .lx_bd{width:55%;}
.ny_lx .lx_bd h2{margin-bottom:8px; font-size:18px; color:#aaa;}
.ny_lx .lx_bd p{font-size:18px; color:#000; line-height:26px;}
.ny_lx .lx_bd .l_y{margin-top:50px;}
.ny_lx .lx_bd .l_y em{display:block; color:#777; line-height:24px;}
.ny_lx .lx_bd .l_y input.w_z{width:100%; height:52px; padding:0 15px; margin:6px 0 20px; border:1px solid #eee; background:#fff; color:#000; border-radius:3px; line-height:50px; display:block;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.ny_lx .lx_bd .l_y input.w_z:focus{border:1px solid #999;}
.ny_lx .lx_bd .l_y textarea{width:100%; min-height:100px; padding:12px 15px; margin:6px 0 20px; border:1px solid #eee; background:#fff; color:#000; line-height:22px; border-radius:3px; resize:none; display:block;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.ny_lx .lx_bd .l_y textarea:focus{border:1px solid #999;}
.ny_lx .lx_bd .l_y button{width:160px; height:52px; background-color:#133B93; border-radius:3px; font-size:16px; line-height:52px; color:#fff; outline:none;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.ny_lx .lx_bd .l_y button:hover{background-color:#133B93;}
@media only screen and (max-width:1366px){
    .ny_lx{padding:50px 0 70px;}
    .ny_lx .container{max-width:90%;}
    .ny_lx .lx_bt{font-size:30px; line-height:36px; margin-bottom:30px;}
    .ny_lx .lx_fs{width:45%;}
    .ny_lx .lx_fs strong{font-size:26px; line-height:32px; margin-bottom:30px;}
    .ny_lx .lx_fs h2{font-size:17px;}
    .ny_lx .lx_fs p{font-size:16px; line-height:24px; margin-bottom:30px;}
    .ny_lx .lx_bd{width:50%;}
    .ny_lx .lx_bd h2{font-size:17px;}
    .ny_lx .lx_bd p{font-size:16px; line-height:24px;}
    .ny_lx .lx_bd .l_y{margin-top:30px;}
    .ny_lx .lx_bd .l_y input.w_z{height:46px; line-height:44px; margin:6px 0 15px;}
    .ny_lx .lx_bd .l_y textarea{min-height:78px;}
    .ny_lx .lx_bd .l_y button{width:150px; height:46px; line-height:46px;}
}
@media only screen and (max-width:1080px){
    .ny_lx{padding:40px 0 60px;}
    .ny_lx .container{max-width:100%;}
    .ny_lx .lx_bt{font-size:26px; line-height:32px;}
    .ny_lx .lx_fs{width:46%;}
    .ny_lx .lx_fs strong{font-size:22px;}
    .ny_lx .lx_fs h2{font-size:16px;}
    .ny_lx .lx_fs p{font-size:15px;}
    .ny_lx .lx_bd h2{font-size:16px;}
    .ny_lx .lx_bd p{font-size:15px;}
}
@media only screen and (max-width:640px){
    .ny_lx .lx_fs{width:100%; margin-bottom:30px;}
    .ny_lx .lx_bd{width:100%;}
}

.ny_xw{width:100%; padding:70px 0; overflow:hidden;}
.ny_xw .xw_lb ul li{padding:25px; box-shadow:0 0 20px #eee; margin-bottom:40px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_xw .xw_lb .t_p{width:30%; overflow:hidden;}
.ny_xw .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_xw .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_xw .xw_lb .w_z{width:67%;}
.ny_xw .xw_lb .w_z h3{font-size:22px; font-weight:bold; line-height:36px; margin-top:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_xw .xw_lb .w_z p{line-height:26px; color:#777; height:104px; margin-top:10px; overflow:hidden; display:-webkit-box;
    line-clamp:4;
    -webkit-line-clamp:4;
    -moz-line-clamp:4;
    -ms-line-clamp:4;
    -o-line-clamp:4;
    -webkit-box-orient:vertical;}
.ny_xw .xw_lb .x_x{padding-top:20px; border-top:1px solid #ddd; margin-top:40px; line-height:32px;}
.ny_xw .xw_lb .x_x span{float:left; margin-right:30px; color:#999;}
.ny_xw .xw_lb .x_x span i{font-size:14px; margin-right:5px; vertical-align:middle;}
.ny_xw .xw_lb .x_x span i.icon-liulan{font-size:16px;}
.ny_xw .xw_lb .x_x a.x_q{color:#133B93; float:right;}
.ny_xw .xw_lb .x_x a.x_q i{margin-left:15px; vertical-align:middle; font-size:16px;}
.ny_xw .cp_lb ul{margin:0 -15px;}
.ny_xw .cp_lb ul li{width:calc(33.3333333333333% - 30px); margin:0 15px 30px;}
.ny_xw .cp_lb .n_r{border:1px solid #eee; padding:20px;}
.ny_xw .cp_lb .t_p img{width:100%; height:auto; display:block;}
.ny_xw .cp_lb .w_z{margin-top:20px; font-size:17px; font-weight:bold; line-height:26px; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:1024px){
    .ny_xw{padding:50px 0;}
    .ny_xw .xw_lb ul li{padding:20px; margin-bottom:30px;}
    .ny_xw .xw_lb .w_z h3{font-size:20px; line-height:32px; margin-top:5px;}
    .ny_xw .xw_lb .w_z p{line-height:22px; height:88px; margin-top:8px;}
    .ny_xw .xw_lb .x_x{padding-top:15px; margin-top:20px; line-height:26px;}
    .ny_xw .xw_lb .x_x span{margin-right:15px;}
    .ny_xw .xw_lb .x_x span i{font-size:13px;}
    .ny_xw .xw_lb .x_x span i.icon-liulan{font-size:15px;}
    .ny_xw .xw_lb .x_x a.x_q i{margin-left:10px; font-size:14px;}
    .ny_xw .cp_lb ul{margin:0 -10px;}
    .ny_xw .cp_lb ul li{width:calc(33.3333333333333% - 20px); margin:0 10px 20px;}
    .ny_xw .cp_lb .n_r{padding:15px;}
    .ny_xw .cp_lb .w_z{margin-top:10px; font-size:16px;}
}
@media only screen and (max-width:992px){
    .ny_xw .xw_lb .w_z p{height:44px;
        line-clamp:2;
        -webkit-line-clamp:2;
        -moz-line-clamp:2;
        -ms-line-clamp:2;
        -o-line-clamp:2;}
    .ny_xw .cp_lb ul li{width:calc(50% - 20px);}
}
@media only screen and (max-width:640px){
    .ny_xw{padding:40px 0;}
    .ny_xw .xw_lb ul li{padding:0 0 25px; margin-bottom:25px; border-bottom:1px solid #eee; box-shadow:none;}
    .ny_xw .xw_lb .t_p{width:35%;}
    .ny_xw .xw_lb .w_z{width:62%;}
    .ny_xw .xw_lb .w_z h3{font-size:16px; line-height:22px; height:66px; margin:0 0 10px; text-overflow:initial; white-space:initial; display:-webkit-box;
        line-clamp:3;
        -webkit-line-clamp:3;
        -moz-line-clamp:3;
        -ms-line-clamp:3;
        -o-line-clamp:3;
        -webkit-box-orient:vertical;}
    .ny_xw .xw_lb .w_z p{display:none;}
    .ny_xw .xw_lb .x_x{padding-top:0; margin-top:0; line-height:22px; border-top:0;}
    .ny_xw .xw_lb .x_x span:nth-child(2){display:none;}
    .ny_xw .cp_lb ul{margin:0;}
    .ny_xw .cp_lb ul li{width:100%; margin:0 0 20px;}
    .ny_xw .cp_lb .w_z{font-size:15px;}
}


.xw_xq{width:100%; padding:60px 0; overflow:hidden; position:relative;}
.xw_xq .container{max-width:1200px;}
.xw_xq .xq_nr .b_t{font-size:26px; line-height:36px; font-weight:bold; color:#000; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:20px; border-bottom:1px solid #eee; margin-bottom:35px;}
.xw_xq .xq_nr .x_x span{margin-right:20px; display:inline-block;}
.xw_xq .xq_nr .n_r{line-height:28px;}
.xw_xq .xq_nr .n_r strong{font-size:17px; color:#000; text-align:center; line-height:26px; display:block;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; line-height:32px;}
@media only screen and (max-width:1279px){
.xw_xq{padding:50px 0;}
.xw_xq .container{max-width:100%;}
.xw_xq .xq_nr .b_t{font-size:22px; line-height:30px; margin-bottom:15px;}
.xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
.xw_xq .xq_nr .n_r{line-height:22px;}
.xw_xq .xq_nr .f_y{margin-top:25px; padding-top:20px; line-height:26px;}
}
@media only screen and (max-width:640px){
.xw_xq{padding:40px 0;}
}


.footer{width:100%; padding:60px 0; background: url("../images/sy_db.jpg") no-repeat top center / cover; line-height:26px; color:#D7D7D7; overflow:hidden;}
.footer .row{margin:0; justify-content:space-between;}
.footer a{color:#D7D7D7;}
.footer a:hover{color:#D7D7D7;}
.footer h3{font-size:16px; line-height:26px; color:#ddd; margin-bottom:8px; position:relative;}
.footer h3 em{width:100%; height:100%; position:absolute; top:0; left:0; display:none;}
.footer h3 em:after{width:12px; height:2px; background-color:#aaa; position:absolute; top:50%; margin-top:-1px; right:0; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer h3 em.on:after{transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);}
.footer h3 em:before{width:2px; height:12px; background-color:#aaa; position:absolute; top:50%; margin-top:-6px; right:5px; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer h3 em.on:before{transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.footer .ft_fl{max-width:20%; margin-top: 80px;}
.footer .ft_lx{max-width:400%;}
.footer .ft_lx strong{font-size:22px; font-weight:normal; line-height:40px; color:#FD0619; margin-bottom:10px; display:block;}
.footer .ft_lx ul{ display: flex; margin-top: 20px;}
.footer .ft_lx ul li{ margin-right: 15px;}
.footer .ft_lx ul li a{ display: block; width: 35px; height: 35px; border: solid 1px #B8B8B7;border-radius: 50%; text-align: center; line-height: 35px;}
@media only screen and (max-width:992px){
.footer .ft_lx{display:none;}
.footer .ft_fl{max-width:31%;}
}
@media only screen and (max-width:640px){
.footer{padding:35px 0 20px}
.footer h3{font-size:14px; line-height:32px; margin-bottom:0;}
.footer h3 em{display:block;}
.footer .ft_fl{max-width:100%; width:100%; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #222; margin-top: 0px;}
.footer .ft_fl a{font-size:13px; line-height:28px;}
.footer .ft_fl .l_b{display:none;}
}

.banquan{width:100%; padding:25px 0; background-color:#090909; text-align:center; color:#777; line-height:26px; overflow:hidden;}

.pc_kf{width:60px; position:fixed; right:0; bottom:250px; z-index:999;}
.pc_kf .nr{width:60px; padding:10px; height:60px; border-radius:5px 0 0 5px; background-color:#363535; text-align:center; margin-bottom:6px; cursor:pointer; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr:hover{background-color:#133B93;}
.pc_kf .nr:last-child{margin-bottom:0;}
.pc_kf .nr img{width:100%; height:auto; display:block;}
.pc_kf .ewm{width:120px; padding:5px; border-radius:5px; box-shadow:0 2px 20px 0 rgba(0,2,33,.1); background-color:#fff; position:absolute; top:-2px; right:70px; opacity:0; visibility:hidden;
transform:translateX(-10px);
-webkit-transform:translateX(-10px);
-moz-transform:translateX(-10px);
-ms-transform:translateX(-10px);
-o-transform:translateX(-10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .ewm.tel{width:250px; padding:10px 20px;}
.pc_kf .nr:hover .ewm{opacity:1; visibility:inherit;
transform:translateX(0);
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-ms-transform:translateX(0);
-o-transform:translateX(0);}
.pc_kf .ewm img{width:100%;}
.pc_kf .ewm p{font-size:16px; line-height:26px; color:#333; text-align:left; padding-left:36px; background:url(../images/dh.png) no-repeat left top;}
.pc_kf .ewm strong{color:#133B93; font-weight:normal; font-size:17px;}
@media only screen and (max-width:640px){
.pc_kf{display:none;}
}

.fh_top{width:44px; height:44px; border-radius:50%; background-color:#363535; border-radius:50%; position:fixed; bottom:18px; right:11px; cursor:pointer; overflow:hidden; z-index:999; display:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.fh_top:hover{background-color:#133B93;}
.fh_top img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.fh_top{width:36px; height:36px; bottom:18px; right:11px;}
}

.bj_xq{width:100%; height:100vh; background-color:rgba(0,0,0,.7); position:fixed; top:0; left:0; z-index:9999999; backdrop-filter:blur(1px); -webkit-backdrop-filter:blur(1px);display:none;}
.bj_xq .bj_nr{width:1200px; position:absolute; top:50%; left:50%; margin-left:-600px; margin-top:-272px; background-color:#fff; display:flex; flex=wrap:wrap;}
.bj_xq .bj_nr .bj_bd{width:50%; padding:45px;}
.bj_xq .bj_nr .bj_tp{width:50%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.bj_xq .bj_nr .b_t{font-size:26px; font-weight:bold; line-height:36px; color:#000;}
.bj_xq .bj_nr .x_b{font-size:15px; line-height:26px; color:#777; margin-bottom:15px;}
.bj_xq .bj_nr .b_d ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.bj_xq .bj_nr .b_d ul li{width:48%; position:relative;}
.bj_xq .bj_nr .b_d ul li.q_b{width:100%;}
.bj_xq .bj_nr .b_d input{width:100%; height:61px; border-bottom:1px solid #eee; font-size:15px; line-height:60px; color:#333; display:block;}
.bj_xq .bj_nr .b_d input::placeholder{color:#999;}
.bj_xq .bj_nr .b_d textarea{width:100%; height:122px; padding-top:17px; border-bottom:1px solid #eee; font-size:15px; line-height:26px; color:#333; resize:none; display:block;}
.bj_xq .bj_nr .b_d textarea::placeholder{color:#999;}
.bj_xq .bj_nr .b_d button{width:160px; height:52px; background-color:#133B93; font-size:16px; line-height:50px; color:#fff; margin-top:20px; margin-right:20px; outline:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.bj_xq .bj_nr .b_d button:hover{background-color:#133B93;}
.bj_xq .bj_nr .g_b{position:absolute; top:40px; right:40px; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.bj_xq .bj_nr .g_b:hover{transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);}
.bj_xq .bj_nr .g_b i{font-size:26px; color:#ccc;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.bj_xq .bj_nr .g_b:hover i{color:#1b1b1b;}
@media only screen and (max-width:1279px){
.bj_xq .bj_nr{width:80%; left:10%; margin-left:0; margin-top:-216px;}
.bj_xq .bj_nr .bj_bd{padding:30px 25px;}
.bj_xq .bj_nr .b_t{font-size:22px; line-height:30px;}
.bj_xq .bj_nr .x_b{font-size:14px; line-height:22px;}
.bj_xq .bj_nr .b_d ul li{width:48%; margin-top:10px;}
.bj_xq .bj_nr .b_d input{height:45px; line-height:44px;}
.bj_xq .bj_nr .b_d textarea{height:77px;}
.bj_xq .bj_nr .b_d button{width:120px; height:38px; font-size:14px; line-height:38px;}
.bj_xq .bj_nr .g_b{top:10px; right:10px;}
.bj_xq .bj_nr .g_b i{font-size:22px;}
}
@media only screen and (max-width:992px){
.bj_xq .bj_nr{width:90%; left:5%;}
}
@media only screen and (max-width: 640px){
.bj_xq .bj_nr{margin-top:-236px;}
.bj_xq .bj_nr .bj_tp{display:none;}
.bj_xq .bj_nr .bj_bd{width:100%;}
.bj_xq .bj_nr .b_d ul li{width:100%;}
}
.yema{margin-top:30px; text-align:center;}
.yema .pagination{ justify-content: center;}
.yema ul li{display:inline-block; margin:0 6px;}
.yema ul li a{ padding: 10px 15px; border:1px solid #eee; font-size:14px; line-height:38px; text-align:center; color:#333; display:block;}
.yema ul li a:hover{background-color:#133B93; border:1px solid #133B93; color:#fff;}
.yema ul li a.on{background-color:#133B93; border:1px solid #133B93; color:#fff;}
.yema ul li i{font-size:16px; line-height:36px; font-weight:bold; vertical-align:middle; margin-top:-2px; display:inline-block;}
@media only screen and (max-width:640px){
    .yema{margin-top:10px;}
    .yema ul li{margin:0 4px;}
    .yema ul li a{width:34px; height:34px; line-height:32px;}
    .yema ul li i{font-size:15px; line-height:30px;}
}