@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:15px; color:#555; font-family: "微软雅黑", Arial, Helvetica, sans-serif }
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:15px; border:0; background:none; outline:none; vertical-align:middle; font-family: "微软雅黑", Arial, Helvetica, 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:#2d3845; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
@media only screen and (max-width:1440px){
body{font-size:14px;}
input,select,button,textarea{font-size:14px;}
input,textarea{-webkit-appearance:none; border-radius:0;}
}
@media only screen and (max-width:1279px){
.container{padding:0 25px;}
}
@media only screen and (max-width:640px){
.container{padding:0 20px;}
}
@media only screen and (max-width:375px){
.container{padding:0 15px;}
}

@media only screen and (max-width:1279px){
html.on{width:100%; height:100vh; overflow:hidden;}
}

@media only screen and (max-width:1279px){
.sj_bj{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:fixed; top:0; left:0; content:""; z-index:99999; display:none;}
}

.header{width:100%; position:fixed; top:0; left:0; z-index:9999999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.xw_hd{background-color:#fff !important; box-shadow:0 0 15px #ddd;}
.header.on{background-color:#fff !important; box-shadow:0 0 15px #ddd;}
.header .row{margin:0; align-items:center; justify-content:space-between; position:relative;}
.header .logo{width:120px; position:relative;}
.header .logo img{width:100%; height:auto; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.xw_hd .logo img{opacity:0;}
.heade.on .logo img{opacity:0;}
.header .logo img.d_w{position:absolute; top:0; left:0; opacity:0;}
.header.xw_hd .logo img.d_w{opacity:1;}
.header.on .logo img.d_w{opacity:1;}
.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:#fff; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .an span{background-color:#555;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
transform:rotate(45deg);
-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 .d_l{margin-left:30px; padding-left:30px; position:relative; display:inline-block;}
.header .d_l:after{width:1px; height:16px; position:absolute; top:9px; left:0; content:""; background-color:#fff;}
.header.xw_hd .d_l:after{background-color:#aaa;}
.header.on .d_l:after{background-color:#aaa;}
.header .d_l a{display:inline-block; border:1px solid #fff; border-radius:17px; padding:0 15px; font-size:14px; line-height:32px; color:#fff;}
.header .d_l a:hover{background-color:#2d3845; border:1px solid #2d3845; color:#fff;}
.header .d_l i{display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-3px; font-size:16px;}
.header.xw_hd .d_l a{color:#555; border:1px solid #ddd;}
.header.xw_hd .d_l a:hover{background-color:#2d3845; border:1px solid #2d3845; color:#fff;}
.header.on .d_l a{color:#555; border:1px solid #ddd;}
.header.on .d_l a:hover{background-color:#2d3845; border:1px solid #2d3845; color:#fff;}
.header .g_w{margin-left:30px; display:inline-block;}
.header .g_w a{line-height:36px; color:#fff;}
.header.xw_hd .g_w a{color:#555;}
.header.xw_hd .g_w a:hover{color:#2d3845;}
.header.on .g_w a{color:#555;}
.header.on .g_w a:hover{color:#2d3845;}
.header .s_ch{line-height:36px; color:#fff; cursor:pointer; margin-left:30px; display:inline-block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.xw_hd .s_ch{color:#555;}
.header.xw_hd .s_ch:hover{color:#2d3845;}
.header.on .s_ch{color:#555;}
.header.on .s_ch:hover{color:#2d3845;}
.header .s_ch i{font-weight:bold;}
.header .e_wm{line-height:36px; color:#fff; cursor:pointer; position:relative; display:inline-block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.xw_hd .e_wm{color:#555;}
.header.xw_hd .e_wm:hover{color:#2d3845;}
.header.on .e_wm{color:#555;}
.header.on .e_wm:hover{color:#2d3845;}
.header .e_wm i{font-size:20px; font-weight:lighter;}
.header .e_wm .w_m{width:110px; padding:4px; border:1px solid #fff; background-color:#fff; position:absolute; top:56px; left:50%; margin-left:-55px; 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 .2s;
-o-transition:all .2s;
-ms-transition:all .2s;
-moz-transition:all .2s;
-webkit-transition:all .2s;}
.header.xw_hd .e_wm .w_m{border:1px solid #ddd;}
.header.on .e_wm .w_m{border:1px solid #ddd;}
.header .e_wm:hover .w_m{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .e_wm .w_m img{width:100%; height:auto; display:block;}
.header .e_wm .w_m:before{width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:8px solid #fff; content:""; position:absolute; top:-8px; left:50%; margin-left:-10px;}
.header.xw_hd .e_wm .w_m:before{border-bottom:8px solid #ddd;}
.header.on .e_wm .w_m:before{border-bottom:8px solid #ddd;}
.header .nav{display:flex; align-items:center; justify-content:space-between;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-right:50px; position:relative;}
.header .nav .y_j{position:relative;}
.header .nav .y_j a.xs{ display:block}
.header .nav .y_j a.yc{ display:none}

.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 .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:15px; color:#fff; text-transform:uppercase; line-height:22px;padding: 35px 0}
.header.xw_hd .nav .y_j a{color:#555;}
.header.xw_hd .nav ul li:hover .y_j a{color:#2d3845;}

.header.xw_hd .nav ul li.on .y_j a{color:#2d3845;}
.header.on .nav .y_j a{color:#555;}
.header.on .nav ul li:hover .y_j a{color:#2d3845;}
.header.on .nav ul li.on .y_j a{color:#2d3845;}
.header .nav .e_j{width:400px; padding:30px 20px 10px; border-radius:5px; background-color:rgba(0,0,0,.3); position:absolute; top:92px; left:50%; margin-left:-200px; opacity:0; visibility:hidden;
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);}
.header.xw_hd .nav .e_j{background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05);}
.header.on .nav .e_j{background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.05);}
.header .nav .e_j.d_s{width:460px; margin-left:-230px; padding:20px 20px 30px;}
.header .nav .e_j.x_p{width:160px; margin-left:-80px; padding:15px 0;}
.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 .row{align-items:normal;}
.header .nav .f_l{width:33.3333333333%; padding:0 15px; margin-bottom:20px;}
.header .nav .e_j.d_s .f_l{width:50%; margin-bottom:0;}
.header .nav .e_j.x_p .f_l{width:100%; margin-bottom:0;}
.header .nav .f_l a{font-size:14px; text-align:center; color:#fff; line-height:32px; display:block;}
.header.xw_hd .nav .f_l a{color:#555;}
.header.on .nav .f_l a{color:#555;}
.header .nav .f_l a:hover{color:#fafafa;}
.header.on .nav .f_l a:hover{color:#2d3845;}
.header .nav .e_j.x_p f_l a{margin:5px 0;}
.header .nav .t_b{width:46px; height:46px; border-radius:50%; border:1px solid #fff; background-position:bottom center; background-repeat:no-repeat; background-size:cover; margin:0 auto 5px; display:block;
transition:all .2s;
-o-transition:all .2s;
-ms-transition:all .2s;
-moz-transition:all .2s;
-webkit-transition:all .2s;}
.header.xw_hd .nav .t_b{border:1px solid #ddd; background-position:top center;}
.header.on .nav .t_b{border:1px solid #ddd; background-position:top center;}
.header .nav .f_l a:hover .t_b{border:1px solid #2d3845; background-color:#2d3845; background-position:bottom center;}
.header .nav .f_l h3{border-bottom:1px solid rgba(255,255,255,.3); padding-left:15px; padding-bottom:10px; margin-bottom:10px; position:relative;}
.header.xw_hd .nav .f_l h3{border-bottom:1px solid #eee;}
.header.on .nav .f_l h3{border-bottom:1px solid #eee;}
.header .nav .f_l h3:after{width:5px; height:16px; border-radius:2px; position:absolute; top:10px; left:0; content:"";
background:#2d3845}
.header .nav .f_l h3 a{font-size:16px; line-height:36px; color:#fff; text-align:left;}
.header .nav .f_l h3 a:hover{color:#2d3845;}
.header .nav .f_l h3 i{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; display:none;}
.header .nav .f_l p a{line-height:30px; text-indent:15px; text-align:left;}
.header .nav .s_b{display:none;}
@media only screen and (max-width:1440px){
.header .g_w{margin-left:25px;}
.header .s_ch{margin-left:25px;}
.header .d_l{margin-left:25px; padding-left:25px;}
.header .nav ul li{margin-right:35px;}
}
@media only screen and (max-width:1279px){
.header.sj{background-color:#fff !important; box-shadow:0 0 15px #ddd;}
.header .logo{width:70px; margin:20px 0;}
.header.sj .logo img{opacity:0;}
.header.sj .logo img.d_w{opacity:1;}
.header .an{display:block;}
.header.xw_hd .an span{background-color:#555;}
.header.sj .an span{background-color:#555;}
.header .nav{width:100%; display:block; height:calc(100% - 73px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; bottom:0; right:-100%; 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:0;}
.header .nav ul{width:100%; float:none; display:block; margin-bottom:20px;}
.header .nav ul li{width:100%; height:auto; text-align:left; border-bottom:1px solid #ddd; float:none; padding:0; margin:0;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{display:block; width:50%; padding-right:10px; position:absolute; top:0; right:0; font-size:16px; font-weight:bold; text-align:right; line-height:60px; z-index:99;}
.header .nav .y_j a{color:#333;display:block; padding:10px 0}
.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:100%; height:calc(100% - 73px); padding:20px 5%; background-color:#fafafa; opacity:1; position:fixed; top:auto; left:auto; bottom:0; right:-100%; 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 .e_j.d_s{width:100%; margin-left:0; padding:10px 5% 20px;}
.header .nav .e_j.x_p{width:100%; margin-left:0; padding:10px 5% 20px;}
.header .nav .f_l{width:100%; padding:0; margin-bottom:0;}
.header .nav .e_j.d_s .f_l{width:100%;}
.header .nav .f_l a{font-size:15px; text-align:left; color:#555; line-height:60px; border-bottom:1px solid #ddd;}
.header .nav .e_j.x_p f_l a{margin:0;}
.header .nav .t_b{display:none;}
.header .nav .f_l h3{padding-left:15px; padding-bottom:0; margin-bottom:0; border-bottom:1px solid #ddd;}
.header.xw_hd .nav .f_l h3{border-bottom:1px solid #ddd;}
.header.on .nav .f_l h3{border-bottom:1px solid #ddd;}
.header .nav .f_l h3:after{top:50%; margin-top:-8px;}
.header .nav .f_l h3 a{font-size:16px; line-height:60px; color:#333; border-bottom:0;}
.header .nav .f_l p a{line-height:60px;}
.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 .logo{width:60px;}
.header .g_w{margin:0 25px;}
.header .s_ch{margin-left:0;}
.header .d_l{margin:10px 0 0; padding:0;}
.header .d_l:after{display:none;}
.header .nav{height:calc(100% - 69px); text-align:center;}
.header .nav .e_j{height:calc(100% - 69px);}
.header .nav .f_l a{font-size:14px; line-height:50px;}
.header .nav .f_l h3 a{font-size:15px; line-height:50px;}
.header .nav .f_l p a{font-size:14px; line-height:50px;}
.header .e_wm{ color:#555}
.header .g_w a {
  line-height: 36px;
  color: #555;
}
.header .s_ch{ color:#555}
}

.xw_head{width:100%; height:92px; display:block;}
@media only screen and (max-width:1279px){
.xw_head{height:78px;}
}

/*@media only screen and (max-width:1279px){
.head_h{height:78px;}
}*/

.search{width:100%; height:100%; background-color:rgba(0,0,0,.8); position:fixed; top:0; left:0; z-index:9999999999; display:none;}
.search .sc_bj{width:100%; padding:150px 0; background-color:#fff; position:relative;}
.search .sc_gb{position:absolute; top:25px; right:25px; 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:#2d3845;
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 #ddd; margin:0 auto;}
.search input{width:430px; height:60px; line-height:60px; color:#555; float:left;}
.search input::placeholder{color:#aaa;}
.search button{height:60px; line-height:60px; text-align:center; color:#000; float:right; outline:none;}
.search button i{font-weight:bold;}
@media only screen and (max-width:640px){
.search .sc_bj{padding:100px 0;}
.search .sc_gb{top:20px; right:20px;}
.search .sc_gb i{font-size:26px; font-weight:lighter;}
.search .sc_nr{width:90%;}
.search input{width:85%; font-size:15px;}
.search button{width:15%;}
.search button i{font-size:24px; font-weight:lighter;}
}

.pc_ban{width:100%; height:100vh; position:relative; overflow:hidden;}
.pc_ban .swiper-slide:after{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; left:0; bottom:0; content:"";}
.pc_ban .swiper-button-prev{width:40px; height:40px; background:url(../images/ban_l.png) no-repeat center; 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:2%; opacity:.8;}
.pc_ban .swiper-button-next{width:40px; height:40px; background:url(../images/ban_r.png) no-repeat center; 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:2%; opacity:.8;}
.pc_ban .swiper-pagination-bullet{width:40px; height:3px; border-radius:0;}
.pc_ban .swiper-pagination{bottom:20px;}
.pc_ban .container{position:absolute; top:55%; left:50%; 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%);color: #fff;}
.pc_ban .bn_wz h1{font-size:42px; font-weight:bold; line-height:52px;}
.pc_ban .bn_wz h3{font-size:28px; line-height:36px; margin-bottom:15px;}
.pc_ban .bn_wz a{width:32px; height:32px; border:1px solid #fff; border-radius:50%; display:inline-block; margin-top:50px; position:relative;}
.pc_ban .bn_wz a:before{width:6px; height:6px; border-radius:50%; background-color:#fff; position:absolute; top:50%; left:50%; margin:-3px 0 0 -3px; content:"";
animation:da 1s infinite;
-webkit-animation:da 1s infinite;
-moz-animation:da 1s infinite;
-ms-animation:da 1s infinite;
-o-animation:da 1s infinite;}
.pc_ban .bn_wz a:after{width:6px; height:6px; border-radius:50%; background-color:#fff; position:absolute; top:50%; left:50%; margin:-3px 0 0 -3px; content:"";}
.pc_ban .bn_wz a span{width:66px; font-size:16px; line-height:32px; color:#fff; position:absolute; left:42px; top:0; display:block;}
@media only screen and (max-width:992px){
.pc_ban{ 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:30px; height:2px;}
.pc_ban .w_z{width:100%;}
.pc_ban .w_z h2{font-size:22px; font-weight:normal; line-height:32px;}
.pc_ban .bn_wz h1{font-size:32px; font-weight:bold; line-height:52px;}

.pc_ban .w_z p{font-size:16px; letter-spacing:1px; line-height:26px;}
.pc_ban .w_z .n_r{width:130px; height:44px; margin:30px auto 0;}
.pc_ban .w_z .n_r a{font-size:14px; line-height:40px;}
}
@media only screen and (max-width:640px){
.pc_ban .w_z h2{font-size:20px; font-weight:bold; line-height:28px;}
.pc_ban .w_z p{font-size:14px; line-height:24px; margin-top:8px;}
.pc_ban .w_z .n_r{display:none;}
}




.ny_ban{width:100%; height:55vh; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden;}
.ny_ban:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.2);}
.ny_ban .container{position:absolute; left:50%; bottom:25%; z-index:99; color:#fff;
transform:translateX(-50%); 
-webkit-transform:translateX(-50%); 
-moz-transform:translateX(-50%); 
-ms-transform:translateX(-50%); 
-o-transform:translateX(-50%);}
.ny_ban h3{font-size:38px; font-weight:bold; margin-bottom:15px;}
.ny_ban p{font-size:22px; opacity:.5;}
@media only screen and (max-width:1440px){
.ny_ban .container{bottom:15%;}
.ny_ban h3{font-size:32px; margin-bottom:10px;}
.ny_ban p{font-size:20px;}
}
@media only screen and (max-width:1279px){
.ny_ban{height:300px;}
.ny_ban h3{font-size:26px; margin-bottom:10px;}
.ny_ban p{font-size:16px;}
}
@media only screen and (max-width:640px){
.ny_ban{height:250px;}
.ny_ban .container{bottom:12%;}
.ny_ban h3{font-size:18px; margin-bottom:10px;}
.ny_ban p{font-size:13px; line-height:20px;}
}

.fa_ban{width:100%; height:40vh; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden;}
.fa_ban:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.2);}
.fa_ban .container{position:absolute; left:50%; top:55%; z-index:99; text-align:center; color:#fff;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%); 
-moz-transform:translate(-50%,-50%); 
-ms-transform:translate(-50%,-50%); 
-o-transform:translate(-50%,-50%);}
.fa_ban h3{font-size:38px; font-weight:bold; margin-bottom:15px;}
.fa_ban p{font-size:16px; opacity:.5; text-transform:uppercase; letter-spacing:2PX}
.fa_ban .j_t{position:absolute; bottom:5%; left:50%; margin-left:-18px; z-index:99;}
.fa_ban .j_t a{width:36px; height:36px; border-radius:50%; border:1px solid #fff; background:url(../images/sj.png) no-repeat center / cover; overflow:hidden; display:block;
animation:tiao ease-in-out 1s infinite alternate;
-webkit-animation:tiao ease-in-out 1s infinite alternate;
-moz-animation:tiao ease-in-out 1s infinite alternate;
-ms-animation:tiao ease-in-out 1s infinite alternate;
-o-animation:tiao ease-in-out 1s infinite alternate;}
@media only screen and (max-width:1440px){
.fa_ban{height:55vh;}
.fa_ban h3{font-size:32px; margin-bottom:10px;}
.fa_ban p{font-size:20px;}
.fa_ban .j_t{bottom:4%; margin-left:-16px;}
.fa_ban .j_t a{width:32px; height:32px;}
}
@media only screen and (max-width:1279px){
.fa_ban{height:300px;}
.fa_ban h3{font-size:26px; margin-bottom:10px;}
.fa_ban p{font-size:16px;}
}
@media only screen and (max-width:640px){
.fa_ban{height:200px;}
.fa_ban h3{font-size:18px; margin-bottom:10px;}
.fa_ban p{font-size:13px; line-height:20px;}
.fa_ban .j_t{display:none;}
}

@keyframes tiao{
0%{transform:translateY(0)}
100%{transform:translateY(-15px);}
}

@-webkit-keyframes tiao{
0%{-webkit-transform:translateY(0)}
100%{-webkit-transform:translateY(-15px);}
}

@-moz-keyframes tiao{
0%{-moz-transform:translateY(0)}
100%{-moz-transform:translateY(-15px);}
}

@-ms-keyframes tiao{
0%{-ms-transform:translateY(0)}
100%{-ms-transform:translateY(-15px);}
}

@-o-keyframes tiao{
0%{-o-transform:translateY(0)}
100%{-o-transform:translateY(-15px);}
}

.xq_lm{width:100%; padding:20px 0; background-color:#f2f2f2; border-bottom:1px solid #eee; position:relative; z-index:999;}
.xq_lm.on{position:fixed; top:92px; left:0;}
.xq_lm .row{margin:0; align-items:center; justify-content:space-between;}
.xq_lm .lm_mc ul{display:flex; justify-content:space-between;}
.xq_lm .lm_mc ul li{margin-left:10px;}
.xq_lm .lm_mc ul li a{ padding:0 20px; display:block; font-size:15px; text-align:center; color:#777; line-height:40px; border-radius:3px;}
.xq_lm .lm_mc ul li.on a{background-color:#2d3845; color:#fff;}
.xq_lm .dq_wz{font-size:14px; line-height:26px; color:#777;}
.xq_lm .dq_wz i{display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-2px; font-size:20px;}
.xq_lm .dq_wz a{color:#777;}
.xq_lm .dq_wz a:hover{color:#2d3845;}
.xq_lm .dq_wz span{color:#000;}
@media only screen and (max-width:1440px){
.xq_lm{padding:20px 0;}
.xq_lm .lm_mc ul li{margin-right:15px;}
.xq_lm .lm_mc ul li a{width:100px; font-size:15px; line-height:40px;}
}
@media only screen and (max-width:1279px){
.xq_lm.on{top:73px;}
}
@media only screen and (max-width:992px){
.xq_lm{padding:15px 0;}
.xq_lm .lm_mc{width:100%;}
.xq_lm .lm_mc ul{justify-content:center;}
.xq_lm .lm_mc ul li{margin:0 5px;}
.xq_lm .lm_mc ul li a{width:110px; font-size:15px; line-height:40px;}
.xq_lm .dq_wz{display:none;}
}
@media only screen and (max-width:640px){
.xq_lm{padding:12px 0;}
.xq_lm.on{top:69px;}
.xq_lm .lm_mc{width:100%; overflow:auto;}
.xq_lm .lm_mc::-webkit-scrollbar{display:none}
.xq_lm .lm_mc ul{justify-content:normal; white-space:nowrap;}
.xq_lm .lm_mc ul li{margin:0 5px 0 0;}
.xq_lm .lm_mc ul li a{width:100px; font-size:14px; line-height:36px;}
}

.xq_hd{width:100%; height:88px; overflow:hidden; display:none;}
.xq_hd.on{display:block;}
@media only screen and (max-width:1440px){
.xq_hd{height:81px;}
}
@media only screen and (max-width:1279px){
.xq_hd{height:71px;}
}
@media only screen and (max-width:640px){
.xq_hd{height:61px;}
}

.fa_bt{text-align:center; margin-bottom:50px;}
.fa_bt h3{font-size:28px; font-weight:bold; color:#000; line-height:36px; margin-bottom:15px;}
.fa_bt em{width:50px; height:4px; border-radius:3px; background-color:#2d3845; display:block; margin:0 auto;}
@media only screen and (max-width:1440px){
.fa_bt{margin-bottom:40px;}
.fa_bt h3{font-size:32px; line-height:40px; margin-bottom:10px;}
.fa_bt em{width:50px; height:4px; border-radius:2px;}
}
@media only screen and (max-width:1279px){
.fa_bt h3{font-size:28px; line-height:36px;}
}
@media only screen and (max-width:640px){
.fa_bt{margin-bottom:35px;}
.fa_bt h3{font-size:24px; line-height:32px;}
.fa_bt em{width:40px; height:3px;}
}

.fa_js{width:100%; padding:100px 0; overflow:hidden;}
.fa_js .container{max-width:1080px;}
.fa_js .fa_wz{font-size:16px; line-height:32px; text-align:center;}
.fa_js .fa_ys{margin-top:50px;}
.fa_js .fa_ys ul{margin:0 -35px;}
.fa_js .fa_ys ul li{width:calc(33.33333333% - 70px); margin:0 35px; text-align:center;}
.fa_js .fa_ys .t_b{width:90px; height:90px; border:2px solid #333; border-radius:5px; margin:0 auto 15px;}
.fa_js .fa_ys .t_b img{width:100%; height:auto; display:block;}
.fa_js .fa_ys h4{font-size:22px; font-weight:bold; color:#000; line-height:30px; margin-bottom:10px;}
.fa_js .fa_ys p{font-size:16px; line-height:26px; color:#777;}
.fa_js .fa_td{margin-top:50px;}
.fa_js .fa_td ul{margin:0 -15px;}
.fa_js .fa_td ul li{width:calc(33.33333333% - 30px); padding:40px 20px; margin:0 15px; border-top:5px solid #2d3845; background-color:#f7f7f7;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.fa_js .fa_td ul li:hover{box-shadow:0 0 20px rgba(0,0,0,.05); background-color:#fff;}
.fa_js .fa_td h4{font-size:22px; font-weight:bold; color:#000; line-height:30px; margin-bottom:20px;}
.fa_js .fa_td p{font-size:15px; line-height:26px; color:#777;}
@media only screen and (max-width:1440px){
.fa_js{padding:70px 0;}
.fa_js .fa_wz{font-size:15px; line-height:30px;}
.fa_js .fa_ys{margin-top:40px;}
.fa_js .fa_ys ul{margin:0 -25px;}
.fa_js .fa_ys ul li{width:calc(33.33333333% - 50px); margin:0 25px;}
.fa_js .fa_ys .t_b{width:80px; height:80px;}
.fa_js .fa_ys h4{font-size:20px;}
.fa_js .fa_ys p{font-size:15px;}
.fa_js .fa_td{margin-top:40px;}
.fa_js .fa_td ul{margin:0 -10px;}
.fa_js .fa_td ul li{width:calc(33.33333333% - 20px); padding:40px 15px; margin:0 10px; border-top:3px solid #2d3845;}
.fa_js .fa_td h4{font-size:20px; margin-bottom:10px;}
.fa_js .fa_td p{font-size:14px; line-height:22px;}
}
@media only screen and (max-width:640px){
.fa_js{padding:50px 0 25px;}
.fa_js .fa_wz{font-size:14px; line-height:26px;}
.fa_js .fa_ys{margin-top:30px;}
.fa_js .fa_ys ul{margin:0;}
.fa_js .fa_ys ul li{width:100%; margin:0 0 25px;}
.fa_js .fa_ys .t_b{width:70px; height:70px;}
.fa_js .fa_ys h4{font-size:18px; margin-bottom:5px;}
.fa_js .fa_ys p{font-size:14px;}
.fa_js .fa_td{margin-top:30px;}
.fa_js .fa_td ul{margin:0;}
.fa_js .fa_td ul li{width:100%; padding:30px 15px; margin:0 0 25px;}
.fa_js .fa_td h4{font-size:18px;}
}

.fa_tl{width:100%; padding:100px 0; background-color:#f7f7f7; overflow:hidden;}
.fa_tl .row{margin:0; align-items:center; justify-content:space-between;}
.fa_tl .w_z{width:46%;}
.fa_tl .w_z h3{font-size:38px; font-weight:bold; line-height:46px; color:#000; margin:10px 0 20px;}
.fa_tl .w_z h4{font-size:20px; color:#555; line-height:32px;}
.fa_tl .w_z p{line-height:26px;}
.fa_tl .w_z a{width:140px; height:44px; background-color:#2d3845; line-height:44px; text-align:center; color:#fff; display:block; margin-top:20px;}
.fa_tl .t_p{width:46%;}
.fa_tl .t_p img{width:100%; height:auto; display:block;}
.fa_tl .nr_qy img{max-width:100%; display:block; margin:0 auto;}
@media only screen and (max-width:1440px){
.fa_tl{padding:70px 0;}
.fa_tl .w_z{width:47%;}
.fa_tl .w_z h3{font-size:28px; line-height:38px;}
.fa_tl .w_z h4{font-size:18px; line-height:28px;}
.fa_tl .w_z a{width:120px; height:40px; line-height:40px;}
.fa_tl .t_p{width:47%;}
}
@media only screen and (max-width:640px){
.fa_tl{padding:40px 0;}
.fa_tl:nth-child(odd) .row{flex-direction:column-reverse;}
.fa_tl .w_z{width:100%; margin:10px 0;}
.fa_tl .w_z h3{font-size:22px; line-height:30px; margin:8px 0 15px;}
.fa_tl .w_z h4{font-size:16px; line-height:26px;}
.fa_tl .w_z p{line-height:24px;}
.fa_tl .w_z a{width:100px; height:38px; line-height:38px; margin-top:15px;}
.fa_tl .t_p{width:100%; margin:10px 0;}
}

.fa_hx{width:100%; padding-top:100px; overflow:hidden;}
.fa_hx .gn_js{width:100%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.fa_hx .gn_js .row{margin:0;}
.fa_hx .gn_js .hd{width:180px; padding:15px 0; background-color:rgba(255,255,255,.05);}
.fa_hx .gn_js .hd ul li{font-size:16px; line-height:50px; padding:0 15px; color:#fff; margin:10px 0; cursor:pointer; position:relative;}
.fa_hx .gn_js .hd ul li span{display:inline-block; position:relative; z-index:9;}
.fa_hx .gn_js .hd ul li.on:after{width:110%; height:100%; border-radius:0 25px 25px 0; position:absolute; top:0; left:0; background-color:#2d3845; content:"";}
.fa_hx .gn_js .bd{width:calc(100% - 180px); padding:100px 0 100px 60px;}
.fa_hx .gn_js .n_r{width:100%; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.fa_hx .gn_js .w_z{width:40%; color:#fff;}
.fa_hx .gn_js .w_z h3{font-size:26px; font-weight:bold; line-height:36px;}
.fa_hx .gn_js .w_z em{width:36px; height:4px; border-radius:2px; background-color:#fff; display:block; margin:15px 0 30px;}
.fa_hx .gn_js .w_z p{line-height:26px; margin-bottom:25px;}
.fa_hx .gn_js .w_z a{display:inline-block; margin-right:20px; width:120px; height:38px; border:1px solid #fff; border-radius:19px; font-size:15px; line-height:36px; color:#fff; text-align:center;}
.fa_hx .gn_js .w_z a:hover{background-color:#fff; color:#2d3845;}
.fa_hx .gn_js .w_z a.lx_hq{background-color:#fff; color:#2d3845;}
.fa_hx .gn_js .w_z a.lx_hq:hover{background-color:#2d3845; border:1px solid #2d3845; color:#fff;}
.fa_hx .gn_js .t_p{width:52%;}
.fa_hx .gn_js .t_p img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
.fa_hx{padding-top:70px;}
.fa_hx .gn_js .hd{width:150px;}
.fa_hx .gn_js .hd ul li{font-size:15px; line-height:46px;}
.fa_hx .gn_js .hd ul li.on:after{border-radius:0 23px 23px 0;}
.fa_hx .gn_js .bd{width:calc(100% - 150px); padding:70px 0 70px 50px;}
.fa_hx .gn_js .w_z{width:46%;}
.fa_hx .gn_js .w_z h3{font-size:22px; line-height:32px;}
.fa_hx .gn_js .w_z em{margin:15px 0 25px;}
.fa_hx .gn_js .w_z p{line-height:24px; margin-bottom:20px;}
.fa_hx .gn_js .w_z a{margin-right:15px; width:110px; height:34px; border-radius:17px; font-size:14px; line-height:32px;}
.fa_hx .gn_js .t_p{width:50%;}
}
@media only screen and (max-width:1024px){
.fa_hx .gn_js .w_z a{margin-right:10px; width:100px;}
}
@media only screen and (max-width:640px){
.fa_hx{padding-top:50px;}
.fa_hx .gn_js .hd{width:100%; padding:25px 0; background:none; overflow:auto;}
.fa_hx .gn_js .hd::-webkit-scrollbar{display:none}
.fa_hx .gn_js .hd ul{display:flex; white-space:nowrap;}
.fa_hx .gn_js .hd ul li{font-size:15px; text-align:center; line-height:38px; color:#fff; display:inline-block;}
.fa_hx .gn_js .hd ul li span{min-width:76px; padding:0 10px; display:block;}
.fa_hx .gn_js .hd ul li.on:after{width:100%; height:100%; border-radius:19px;}
.fa_hx .gn_js .bd{width:100%; padding:0 0 50px;}
.fa_hx .gn_js .n_r{flex-direction:column-reverse;}
.fa_hx .gn_js .w_z{width:100%;}
.fa_hx .gn_js .w_z h3{font-size:20px; line-height:30px;}
.fa_hx .gn_js .t_p{width:100%; margin-bottom:35px;}
}


.fa_jz{width:100%; padding:80px 0; overflow:hidden;}
.fa_jz .jz_zs ul{margin:0 -15px;}
.fa_jz .jz_zs ul li{width:calc(20% - 30px); padding:40px 20px 30px; background-color:#fff; box-shadow:0 0 20px rgba(0,0,0,.05); margin:0 15px; text-align:center;}
.fa_jz .jz_zs .t_b{width:86px; height:86px;  margin:0 auto 25px;}
.fa_jz .jz_zs .t_b img{width:100%; height:auto; display:block;}
.fa_jz .jz_zs h4{font-size:18px; font-weight:bold; color:#000; line-height:30px; margin-bottom:15px; letter-spacing:1px}
.fa_jz .jz_zs p{font-size:15px; line-height:26px; color:#777; text-align:left;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:3;}
@media only screen and (max-width:1440px){
.fa_jz{padding:70px 0;}
.fa_jz .jz_zs ul{margin:0 -15px;}
.fa_jz .jz_zs ul li{width:calc(33.33333333% - 30px); padding:50px 20px; margin:0 15px;}
.fa_jz .jz_zs .t_b{width:80px; height:80px;}
.fa_jz .jz_zs h4{font-size:20px; margin-bottom:10px;}
.fa_jz .jz_zs p{font-size:14px; line-height:22px;}
}
@media only screen and (max-width:640px){
.fa_jz{padding:50px 0 25px;}
.fa_jz .jz_zs ul{margin:0;}
.fa_jz .jz_zs ul li{width:100%; padding:35px 15px; margin:0 0 25px;}
.fa_jz .jz_zs .t_b{width:70px; height:70px;}
.fa_jz .jz_zs h4{font-size:18px; margin-bottom:6px;}
}


.fa_jz1{width:100%; padding:80px 0; overflow:hidden; background:#f7f7f7}
.fa_jz1 .jz_zs ul{margin:0 -15px;}
.fa_jz1 .jz_zs ul li{width:calc(25% - 30px); padding:40px 30px; background-color:#fff; box-shadow:0 0 20px rgba(0,0,0,.05); margin:0 15px; text-align:center;}
.fa_jz1 .jz_zs .t_b{width:86px; height:86px;margin:0 auto 25px;}
.fa_jz1 .jz_zs .t_b img{width:100%; height:auto; display:block;}
.fa_jz1 .jz_zs h4{font-size:22px; font-weight:bold; color:#000; line-height:30px; margin-bottom:15px; letter-spacing:1px}
.fa_jz1 .jz_zs p{font-size:16px; line-height:26px; color:#777;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:3;}
@media only screen and (max-width:1440px){
.fa_jz1{padding:70px 0;}
.fa_jz1 .jz_zs ul{margin:0 -15px;}
.fa_jz1 .jz_zs ul li{width:calc(33.33333333% - 30px); padding:50px 20px; margin:0 15px;}
.fa_jz1 .jz_zs .t_b{width:80px; height:80px;}
.fa_jz1 .jz_zs h4{font-size:20px; margin-bottom:10px;}
.fa_jz1 .jz_zs p{font-size:14px; line-height:22px;}
}
@media only screen and (max-width:640px){
.fa_jz1{padding:50px 0 25px;}
.fa_jz1 .jz_zs ul{margin:0;}
.fa_jz1 .jz_zs ul li{width:100%; padding:35px 15px; margin:0 0 25px;}
.fa_jz1 .jz_zs .t_b{width:70px; height:70px;}
.fa_jz1 .jz_zs h4{font-size:18px; margin-bottom:6px;}
}





.fa_hb{width:100%; padding:100px 0 80px; overflow:hidden;}
.fa_hb .swiper-kh .swiper-slide img{width:100%; height:auto; border:1px solid #ddd; margin-bottom:30px; display:block;}
.fa_hb .swiper-kh{padding-bottom:20px;}
.fa_hb .swiper-pagination{bottom:0;}
@media only screen and (max-width:1440px){
.fa_hb{padding:70px 0 50px;}
.fa_hb .swiper-kh .swiper-slide img{margin-bottom:20px;}
}
@media only screen and (max-width:640px){
.fa_hb{padding:50px 0 30px;}
.fa_hb .swiper-kh .swiper-slide img{margin-bottom:10px;}
}
.lhfx{ padding:0 70px}
.swiper-yy{width:100%; height:60vh; position:relative; overflow:hidden;}
.swiper-yy .swiper-slide{background-position:center; background-repeat:no-repeat; background-size:cover;}
.swiper-yy .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;}
.swiper-yy:hover .swiper-button-prev{left:1%; opacity:1;}
.swiper-yy:hover .swiper-button-prev:hover{border:1px solid #fff;}
.swiper-yy .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;}
.swiper-yy:hover .swiper-button-next{right:1%; opacity:1;}
.swiper-yy:hover .swiper-button-next:hover{border:1px solid #fff;}
.swiper-yy .swiper-pagination{bottom:20px;}
.swiper-yy .swiper-pagination-bullet{width:20px; height:5px; border-radius:3px; background-color:#fff; opacity:.3;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.swiper-yy .swiper-pagination-bullet-active{width:40px; opacity:1;}
.swiper-yy .container{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%);}
.swiper-yy .bn_wz{ width:70%; background:rgba(255,255,255,.8); padding:50px; margin:0 auto}
.swiper-yy .bn_wz h1{font-size:30px;  line-height:40px; margin-bottom:20px; color:#c8a972}
.swiper-yy .bn_wz p{line-height:28px; font-size:15px; color:#333}
@media only screen and (max-width:1440px){
.swiper-yy{height:500px;}
.swiper-yy .bn_wz{margin-left:55%; width:45%;}
.swiper-yy .bn_wz h1{font-size:28px; line-height:38px; margin-bottom:15px;}
.swiper-yy .bn_wz p{line-height:24px;}
}
@media only screen and (max-width:640px){
.swiper-yy{height:300px;}
.swiper-yy .swiper-slide:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.4); content:"";}
.swiper-yy .bn_wz{margin-left:0%; width:100%; padding:20px}
.swiper-yy .bn_wz h1{font-size:20px; line-height:30px; margin-bottom:10px;}
.swiper-yy .bn_wz p{font-size:13px; line-height:22px; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:5;}
}

.gs_bt{margin-bottom:30px;}
.gs_bt h3{font-size:26px; font-weight:bold; color:#000; line-height:36px; margin-bottom:8px;}
.gs_bt h4{font-size:16px; font-weight:500; text-transform:uppercase; line-height:30px; color:#666;}
@media only screen and (max-width:1440px){
.gs_bt{margin-bottom:40px;}
.gs_bt h3{font-size:28px; line-height:36px; margin-bottom:6px;}
.gs_bt h4{font-size:18px; line-height:26px;}
}
@media only screen and (max-width:640px){
.gs_bt{margin-bottom:10px;}
.gs_bt h3{font-size:18px; line-height:24px;}
.gs_bt h4{font-size:12px; line-height:24px;}
}

.gs_js{width:100%; padding:60px 0;overflow:hidden;background: url(../images/bg1.jpg) bottom center no-repeat;}
.gs_js .gs_bt {
  text-align: center;
}
.gs_js .row{margin:0; justify-content:space-between; align-items:center;}
.gs_js .js_nr{width:100%;}
.gs_js .nr_wz{line-height:36px; float:left;  width:55%; font-size:16px; text-align:justify}
.gs_js .nr_tu{line-height:30px; float: right; width:40%; overflow:hidden }

.gs_js .js_sj{width:100%; height:auto; text-align:center; color:#fff; margin-top:20px}
.gs_js .js_sj ul{display:flex; flex-wrap:wrap; justify-content:space-between; width:95%; margin:0 auto 10px}
.gs_js .js_sj ul li{width:217px; background:url(../images/home3_3.png) no-repeat center bottom ;  font-size:20px; height:190px}
.gs_js .js_sj ul li:nth-child(2n){background:url(../images/home3_4.png) no-repeat center bottom ;margin-left:-120px}

.gs_js .js_sj img{max-width:80px; height:auto; display:block; margin:0 auto;}
.gs_js .js_sj p{ font-weight:bold; margin-top:108px}
.gs_js .js_sj h1{ font-weight:bold; margin-top:68px; font-size:20px}
.gs_js .js_sj h2{ font-weight:bold; margin-top:88px; font-size:20px; line-height:30px}

@media only screen and (max-width:1440px){
.gs_js{padding:80px 0;}
.gs_js .nr_wz{line-height:32px; font-size:15px}
.gs_js .js_sj{padding:30px 40px;}
.gs_js .js_sj ul li{width:45%; margin:15px 0;}
.gs_js .js_sj img{max-width:70px;}
.gs_js .js_sj p{line-height:24px;}
.gs_js .js_sj .s_z b{font-size:32px;}
}
@media only screen and (max-width:992px){
.gs_js .js_nr{width:100%;}
.gs_js .js_sj{width:100%; margin-top:30px;}
}
@media only screen and (max-width:640px){
.gs_js{padding:20px 0;}

.gs_js .nr_wz{line-height:28px;width:100%; font-size:14px; float:none; margin-bottom:20px}
.gs_js .nr_tu{line-height:30px; float: none; width:100%;}

.gs_js .js_sj{padding:30px 25px;}
.gs_js .js_sj ul li{width:47%;}
.gs_js .js_sj img{max-width:60px;}
.gs_js .js_sj .s_z b{font-size:26px;}
}

.gs_wh{width:100%; padding:100px 0 70px; overflow:hidden;}
.gs_wh .row{margin:0; justify-content:space-between;}
.gs_wh .gs_bt h3{text-align:center}
.gs_wh .gs_bt h4{text-align:center}
.gs_wh .wh_nr{width:100%;  color:#fff;}
.gs_wh .wh_lb ul li{padding:20px 0; border-top:1px solid rgba(255,255,255,.1); font-size:16px; line-height:26px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.gs_wh .wh_lb span.b_t{width:140px; display:inline-block;}
.gs_wh .wh_lb span.n_r{width:calc(100% - 160px); display:inline-block;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
@media only screen and (max-width:1440px){
.gs_wh{padding:80px 0 50px;}
.gs_wh .wh_lb ul li{padding:30px 0; font-size:15px;}
.gs_wh .wh_lb span.b_t{width:120px;}
.gs_wh .wh_lb span.n_r{width:calc(100% - 150px);}
}
@media only screen and (max-width:992px){
.gs_wh .wh_nr{width:100%; margin-left:0;}
}
@media only screen and (max-width:640px){
.gs_wh{padding:50px 0 20px;}
.gs_wh .wh_lb ul li{font-size:14px;}
.gs_wh .wh_lb span.b_t{width:80px;}
.gs_wh .wh_lb span.n_r{width:calc(100% - 100px);}
}

.gs_lc{width:100%; padding:100px 0; overflow:hidden;}
.gs_lc .ny_bt{text-align:left;}
.gs_lc .fz_lc{position:relative;}
.gs_lc .fz_lc:after{width:100%; height:1px; background-color:#eee; position:absolute; top:5px; left:0; content:"";}
.gs_lc .fz_lc .swiper-sj{position:relative;}
.gs_lc .fz_lc .swiper-button-prev{width:38px; height:38px; border:1px solid #aaa; border-radius:50%; background:url(../images/zj1.png) no-repeat center / cover; left:auto; right:50px; top:-120px; margin-top:0; outline:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_lc .fz_lc .swiper-button-prev:hover{background:#2d3845 url(../images/zj.png) no-repeat center / cover; border:1px solid #2d3845;}
.gs_lc .fz_lc .swiper-button-next{width:38px; height:38px; border:1px solid #aaa; border-radius:50%; background:url(../images/yj1.png) no-repeat center / cover; right:0; top:-120px; margin-top:0;
outline:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_lc .fz_lc .swiper-button-next:hover{background:#2d3845 url(../images/yj.png) no-repeat center / cover; border:1px solid #2d3845;}
.gs_lc .fz_lc .swiper-slide em{width:11px; height:11px; border-radius:50%; background-color:#2d3845; display:block;}
.gs_lc .fz_lc .swiper-slide strong{margin:15px 0; font-size:26px; font-weight:bold; line-height:36px; color:#000; display:block;}
.gs_lc .fz_lc .w_z{font-size:14px; line-height:26px; color:#999;}
@media only screen and (max-width:1440px){
.gs_lc{padding:80px 0;}
.gs_lc .fz_lc:after{width:100%; height:1px; background-color:#eee; position:absolute; top:5px; left:0; content:"";}
.gs_lc .fz_lc .swiper-button-prev{top:-90px;}
.gs_lc .fz_lc .swiper-button-next{top:-90px;}
.gs_lc .fz_lc .swiper-slide strong{font-size:22px; line-height:32px;}
}
@media only screen and (max-width:1024px){
.gs_lc{padding:60px 0;}
.gs_lc .fz_lc .swiper-button-prev{width:32px; height:32px; left:auto; right:40px; top:-90px;}
.gs_lc .fz_lc .swiper-button-next{width:32px; height:32px; right:0; top:-90px;}
.gs_lc .fz_lc .swiper-slide strong{font-size:22px; line-height:32px;}
.gs_lc .fz_lc .w_z{line-height:24px;}
}
@media only screen and (max-width:640px){
.gs_lc{padding:50px 0;}
.gs_lc .fz_lc .swiper-button-prev{top:-70px;}
.gs_lc .fz_lc .swiper-button-next{top:-70px;}
}
.gs_zz{width:100%; padding:100px 0 ;  overflow:hidden;}
.gs_zz img{ width:100%}
.gs_ry{width:100%;  overflow:hidden; background:#fafafa; padding:60px 0 40px}
.gs_ry .gs_bt {
  text-align: center;
}
.gs_ry .container{position:relative;}
.gs_ry .hd{position:absolute; right:0; top:30px;}
.gs_ry .hd ul li{display:inline-block; margin-right:40px; font-size:18px; line-height:28px; color:#999; padding-bottom:15px; position:relative; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; }
.gs_ry .hd ul li:hover{color:#2d3845;}
.gs_ry .hd ul li.on{color:#2d3845;}
.gs_ry .hd ul li:after{width:0; height:4px; background-color:#2d3845; 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;}
.gs_ry .hd ul li:hover:after{width:100%;}
.gs_ry .hd ul li.on:after{width:100%;}
.gs_ry .swiper-zs{padding-bottom:40px;  }
.gs_ry .swiper-slide{border: 1px solid #f2f2f2;; padding:15px 15px ;background:#fff}
.gs_ry .swiper-pagination{bottom:0;}
.gs_ry .t_p img{width:100%; height:auto; display:block;}
.gs_ry .w_z{margin-top:25px; padding-top:15px; border-top:1px solid #f2f2f2; text-align:center; line-height:26px;}
@media only screen and (max-width:1440px){
.gs_ry{padding:80px 0 40px;}
.gs_ry .hd{position:relative; right:auto; top:auto; margin-bottom:25px;}
.gs_ry .hd ul li{margin-right:30px; font-size:16px;}
.gs_ry .swiper-zs{padding-bottom:40px;}
.gs_ry .swiper-slide{padding:20px 15px 15px;}
.gs_ry .w_z{margin-top:15px; padding-top:10px;}
}
@media only screen and (max-width:640px){
.gs_ry{padding:20px 0;}
.gs_ry .swiper-slide{padding:10px 5px 5px;}
.gs_ry .w_z{margin-top:10px; padding-top:5px;}
}

.gs_hz{width:100%; padding:60px 0 ; overflow:hidden;  }
.gs_hz .gs_bt{text-align:center;}
.gs_hz ul{border-bottom:1px solid #f2f2f2; margin:0;}
.gs_hz ul li{width:15.8%; border :1px solid #f2f2f2; margin-right:1%}
.gs_hz ul li:nth-child(6n){margin-right:0; }
.gs_hz ul li img{width:100%; height:auto; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_hz ul li:hover img{box-shadow:0 0 15px #bbb; position:relative; z-index:99;}
@media only screen and (max-width:1440px){
.gs_hz{padding:70px 0;}
}
@media only screen and (max-width:992px){
.gs_hz ul li{width:33.33333333%; border-top:1px solid #f2f2f2;}
}
@media only screen and (max-width:640px){
.gs_hz{padding:20px 0;}
.gs_hz ul li{width:32%; border :1px solid #f2f2f2; margin-right:2%; margin-bottom:2%}
.gs_hz ul li:nth-child(3n){margin-right:0; }

}


.rc_zp{width:100%; padding:80px 0; letter-spacing:1px; overflow:hidden;}
.rc_zp .ts{font-size:15px; line-height:26px; color:#888; text-align:center; margin-top:20px; margin-bottom:20px;}
.rc_zp .ts a{color:#2d3845;}
.rc_zp .jr_lm{border:1px solid #e7e7e7; overflow:hidden; margin-bottom:10px; background:#fff}
.rc_zp .jr_lm.jt{border: 1px solid #c8a972;}
.rc_zp .jr_bt{padding:10px 20px; height:60px; font-size:14px; line-height:40px; color:#555; overflow:hidden; cursor:pointer; position:relative;}
.rc_zp .jr_bt:hover{background-color:#f7f7f7;}
.rc_zp .jr_bt.on{background-color:#f7f7f7;}
.rc_zp .jr_bt i{position:absolute; top:50%; right:15px; font-size:15px;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.rc_zp .jr_bt.on i{transform:translate(0,-50%) rotate(180deg);
-webkit-transform:translate(0,-50%) rotate(180deg);
-moz-transform:translate(0,-50%) rotate(180deg);
-ms-transform:translate(0,-50%) rotate(180deg);
-o-transform:translate(0,-50%) rotate(180deg);}
.rc_zp .jr_lm.jt .jr_bt{background-color:#c8a972; color:#fff; padding:0 20px; line-height:60px;}
.rc_zp .jr_bt span{float:left; width:33.333333%; text-align:center;}
.rc_zp .jr_bt span.s_40{text-align:left;}
.rc_zp .jr_nr{background-color:#fff; padding:30px 25px 10px; font-size:14px; line-height:32px; margin-bottom:3px; display:none; position:relative;}
.rc_zp .jr_nr .lm{color:#c8a972;}
.rc_zp .jr_nr .js{margin-bottom:20px;}
.rc_zp .jr_nr a.wy_yp{width:110px; height:36px; position:absolute; top:30px; right:35px; background-color:#2d3845; font-size:15px; line-height:36px; color:#fff; text-align:center; display:block;}
.rc_zp .jr_nr a.wy_yp i{padding-left:5px;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.rc_zp .jr_nr a.wy_yp:hover i{padding-left:15px;}
@media only screen and (max-width:992px){
.rc_zp{padding:35px 0;}
.rc_zp .ts{font-size:13px; line-height:24px; margin-bottom:10px;margin-top:0px;}
.rc_zp .jr_bt{padding:5px 20px; height:50px;}
.rc_zp .jr_lm.jt .jr_bt{padding:5px 20px; line-height:40px;}
.rc_zp .jr_nr{padding:20px; font-size:12px; line-height:22px;}
.rc_zp .jr_nr .lm{margin-bottom:10px;}
.rc_zp .jr_nr a.wy_yp{width:100px; height:30px; top:10px; right:25px; font-size:14px; line-height:30px;}
.rc_zp .jr_nr a.wy_yp:hover i{padding-left:10px;}
}
@media only screen and (max-width:992px){
.rc_zp{padding:20px 0;}

.rc_zp .ts{font-size:12px; line-height:22px;}
.rc_zp .jr_bt{padding:5px 15px; height:40px; line-height:30px;}
.rc_zp .jr_lm.jt .jr_bt{padding:5px 15px; line-height:30px;}
.rc_zp .jr_nr{padding:10px 15px; font-size:12px; line-height:22px;}
.rc_zp .jr_nr .lm{margin-bottom:10px;}
.rc_zp .jr_nr a.wy_yp{width:90px; height:26px; position:relative; top:auto; right:auto; font-size:13px; line-height:26px; margin-left:15px;}
}



.ny_ln{width:100%; padding:20px 0; text-align:center; position:relative; z-index:999;box-shadow: 0px 8px 20px 0px rgb(95 125 158 / 10%); background:#fff}
.ny_ln .lm_nr ul li{margin:0 10px; display:inline-block;}
.ny_ln .lm_nr ul li a{min-width:120px; height:40px; padding:0 15px; border-radius:20px; background-color:#f7f7f7; font-size:15px; line-height:40px; color:#555; display:block;}
.ny_ln .lm_nr ul li:hover a{background-color:#c8a972 ; color:#fff;}
.ny_ln .lm_nr ul li.on a{background-color:#c8a972 ; color:#fff;}
@media only screen and (max-width:640px){
.ny_ln{width:100%; padding:15px 0 5px; text-align:center; position:relative; z-index:999;box-shadow: 0px 8px 20px 0px rgb(95 125 158 / 10%);}

.ny_ln .lm_nr ul li{margin:0 2px 8px; display:inline-block;}

.ny_ln .lm_nr ul li a{min-width:100px; height:32px; padding:0 10px; border-radius:15px; background-color:#f7f7f7; font-size:13px; line-height:32px; color:#555; display:block;}

}


.ny_lm{margin-bottom:50px;}
.ny_lm ul li{display:inline-block; margin-right:40px;}
.ny_lm ul li a{font-size:18px; line-height:28px; color:#999; padding-bottom:15px; display:block; position:relative;}
.ny_lm ul li a:hover{color:#000;}
.ny_lm ul li.on a{color:#000;}
.ny_lm ul li a:after{width:0; height:4px; background-color:#2d3845; 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_lm ul li a:hover:after{width:100%;}
.ny_lm ul li.on a:after{width:100%;}
.ny_lm ul li a:before{width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; content:""; position:absolute; top:43px; left:50%; margin-left:-10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_lm ul li a:hover:before{border-top:8px solid #2d3845;}
.ny_lm ul li.on a:before{border-top:8px solid #2d3845;}
@media only screen and (max-width:1440px){
.ny_lm{margin-bottom:30px;}
.ny_lm ul li{margin-right:30px;}
.ny_lm ul li a{font-size:16px; line-height:26px; padding-bottom:10px;}
.ny_lm ul li a:after{height:2px;}
.ny_lm ul li a:before{border-left:8px solid transparent; border-right:8px solid transparent; top:36px; margin-left:-8px;}
.ny_lm ul li a:hover:before{border-top:6px solid #2d3845;}
.ny_lm ul li.on a:before{border-top:6px solid #2d3845;}
}
@media only screen and (max-width:992px){
.ny_lm{margin-bottom:10px;}
.ny_lm ul li{margin-right:20px; margin-bottom:20px;}
.ny_lm ul li a{font-size:15px; padding-bottom:5px;}
.ny_lm ul li a:before{top:31px;}
}
.px_js .j_s{  margin:0 60px ; font-size:16px; line-height:36px; text-align:left; color:#555; margin-bottom:30px; padding:0 60px;padding: 35px;
background-color: #fafafa;}
.px_js table{width:1180px; margin:0 auto; border-collapse:collapse;}
.px_js td{border:1px solid rgba(15,94,173,.5); padding:15px 25px; font-size:16px; line-height:28px; color:#555; }
.px_js td.l_m{width:155px; padding:15px 0; text-align:center; color:#333; background-color:#eef6fe;font-weight:400}
.l_f{float:left;}
.r_t{float:right;}

.gy_con{ margin-top:0px}
.gy_con .gy_bt{ width:160px; margin:0 auto; background:#2d3845; text-align:center; line-height:45px; color:#fff; font-size:24px;border-radius:8px; font-weight:bold;}
.fz_lc{width:100%; padding:0 0 30px; overflow:hidden; position:relative;}
.fz_lc .fz_wd{position:relative;}
.fz_lc .fz_wd:before{width:1px; height:100%; background-color:#ddd; content:""; position:absolute; top:0; left:50%; margin-left:-1px;}
.fz_lc .row{margin:0 -25px; display:flex; align-items:center; justify-content:space-between;}
.fz_lc .col-12{padding:0 25px;}
.fz_lc .j_z{padding:60px 0 30px; position:relative;}
.fz_lc .y_q{width:26px; height:26px; border-radius:50%; position:absolute; top:55px; left:50%; margin-left:-13px;}
.fz_lc .y_q span{width:20px; height:20px; border-radius:50%; background-color:#2d3845; margin:3px auto; display:block; position:relative; z-index:1;}
.fz_lc .y_q:after{width:26px; height:26px; content:""; border-radius:100%; background:rgba(240,130,0,.5); position:absolute; top:0; left:0;
animation:gq 2.5s ease-out infinite;
-webkit-animation:gq 2.5s ease-out infinite;
-moz-animation:gq 2.5s ease-out infinite;
-ms-animation:gq 2.5s ease-out infinite;
-o-animation:gq 2.5s ease-out infinite;}
.fz_lc .t_p img{width:100%; height:auto; display:block;border-radius:10px}
.fz_lc .b_t1{font-size:20px; color:#2d3845; line-height:60px; text-indent:20px; text-align:right; font-weight:bold}
.fz_lc .w_z1{border:1px dotted #ccc; padding:20px; font-size:16px; color:#333; line-height:30px;text-align:right; width:64%; margin-left:36%;border-radius: 10px;  }

.fz_lc .b_t{font-size:20px; color:#2d3845; line-height:60px; text-indent:20px; font-weight:bold}
.fz_lc .w_z{border:1px dotted #ccc; padding:20px; font-size:16px; color:#333; line-height:30px; width:64%;border-radius: 10px; }
@media only screen and (max-width:990px){
.fz_lc{padding:60px 0 60px 25px;}
.fz_lc .container:before{left:0; margin-left:0;}
.fz_lc .row{margin:0 -15px;}
.fz_lc .col-12{padding:0 15px;}
.fz_lc .j_z{padding:30px 0;}
.fz_lc .j_z:nth-child(2n) .row{flex-direction:column-reverse;}
.fz_lc .y_q{top:30px; left:-43px; margin-left:0;}
.fz_lc .b_t{font-size:26px; line-height:30px; text-indent:0; margin-bottom:20px;}
.fz_lc .w_z{border:1px dotted #ddd; padding:20px; font-size:16px; color:#777; line-height:28px; margin-bottom:30px;}
.px_js .j_s{  margin:0 auto ; font-size:14px; line-height:28px; text-align:left; color:#555; margin-bottom:0px; padding:10px 15px}

}

@-webkit-keyframes gq{
0%{opacity:1;}
100%{opacity:0; -webkit-transform:scale(1.2);}
}
@-moz-keyframes gq{
0%{opacity:1;}
100%{opacity:0; -moz-transform:scale(1.2);}
}
@-ms-keyframes gq{
0%{opacity:1;}
100%{opacity:0; -ms-transform:scale(1.2);}
}
@-o-keyframes gq{
0%{opacity:1;}
100%{opacity:0; -o-transform:scale(1.2);}
}
@keyframes gq{
0%{opacity:1;}
100%{opacity:0; transform:scale(1.2);}
}



.ny_nr{width:100%; padding:80px 0 100px; overflow:hidden;}
.ny_nr .yy_lb ul li{width:100%; margin-bottom:50px; background-color:#f5f7f9; padding:50px; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.ny_nr .yy_lb .t_p{width:46%; box-shadow:0 0 20px rgba(0,0,0,.1);}
.ny_nr .yy_lb .t_p img{width:100%; height:auto; display:block;}
.ny_nr .yy_lb .w_z{width:46%;}
.ny_nr .yy_lb .w_z h3{font-size:30px; font-weight:bold; line-height:40px; color:#000;}
.ny_nr .yy_lb .w_z p{color:#999; line-height:26px; margin:25px 0;}
.ny_nr .yy_lb .w_z a{width:160px; height:52px; background-color:#0d439f; line-height:52px; text-align:center; color:#fff; display:block;}
.ny_nr .yy_lb .w_z a:hover{background-color:#01307e;}
.ny_nr .yy_lb .w_z a img{width:34px; margin-left:10px; display:inline-block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .yy_lb .w_z a:hover img{margin-left:20px;}
.ny_nr .fa_lb ul{margin:0; justify-content:space-between;}
.ny_nr .fa_lb ul li{width:48%; margin-bottom:50px;}
.ny_nr .al_lb{height:auto; overflow:hidden; padding-bottom:50px}
.ny_nr .al_lb ul{margin:0 -15px; }
.ny_nr .al_lb ul li{width:calc(33.33% - 30px); margin:0 15px 30px;}
.ny_nr .fa_nr{transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;box-shadow: 0px 8px 20px 0px rgba(95,125,158,.1);}
.ny_nr .cp_lb .fa_nr{border:1px solid #ddd;}
.ny_nr .fa_nr:hover{box-shadow:0 0 20px rgba(0,0,0,.1);
transform:translateY(-10px);
-webkit-transform:translateY(-10px);
-moz-transform:translateY(-10px);
-ms-transform:translateY(-10px);
-o-transform:translateY(-10px);}
.ny_nr .fa_nr .t_p{overflow:hidden; background-color:#000; position:relative;}
.ny_nr .fa_nr .t_p span{width:140px; height:40px; border:1px solid #fff; border-radius:22px; font-size:15px; line-height:38px; text-align:center; color:#fff; position:absolute; top:50%; left:50%; margin:-20px 0 0 -70px; opacity:0; z-index:999; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .fa_nr:hover .t_p span{opacity:1;}
.ny_nr .fa_nr:hover .t_p span:hover{border:1px solid #c8a972; background-color:#2d3845;}
.ny_nr .fa_nr .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;}
.ny_nr .fa_nr:hover .t_p img{opacity:.4;
transform:scale(1.05);
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-transform:scale(1.05);}
.ny_nr .fa_nr .w_z{padding:20px; background-color:#fff; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .fa_nr:hover .w_z{background-color:#fff;}
.ny_nr .fa_nr .w_z:after{width:0; height:4px; background-color:#c8a972; 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_nr .fa_nr:hover .w_z:after{width:100%;}
.ny_nr .fa_nr .w_z h3{font-size:18px; font-weight:bold; line-height:36px; text-align:left}
.ny_nr .fa_nr .w_z p{font-size:14px; line-height:26px; color:#999; height: auto; 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_nr{width:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_nr .xw_nr .t_p{width:30%; overflow:hidden;}
.ny_nr .xw_nr .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;}
.ny_nr .xw_nr:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-transform:scale(1.05);}
.ny_nr .xw_nr .w_z{width:66%; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_nr .xw_nr .w_z h3{font-size:18px; line-height:36px; font-weight:500; margin-bottom:20px; 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_nr .w_z p{font-size:15px; line-height:26px; color:#999; height:78px; margin-bottom:25px; overflow:hidden; 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_nr .xw_nr .w_z a.m_r{display:inline-block; border-radius:3px; border:1px solid #ddd; padding:0 25px; font-size:14px; line-height:38px;}
.ny_nr .xw_nr:hover .w_z a.m_r{background-color:#c8a972; border:1px solid #c8a972; color:#fff;}
.ny_nr .xw_nr .w_z .l_m{width:calc(100% - 170px);}
.ny_nr .xw_nr .w_z .r_q{width:120px;}
.ny_nr .xw_nr .w_z .r_l{width:100%; background-color:#f7f7f7; border-radius:5px; padding:25px 0; font-size:16px; text-align:center; font-weight:bold;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .xw_nr:hover .w_z .r_l{color:#2d3845;}
.ny_nr .xw_nr .w_z .r_q strong{font-size:36px; line-height:46px; display:block;}
.ny_nr .tj_xw{width:100%; padding-bottom:50px; margin-bottom:50px; border-bottom:1px solid #eee; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_nr .tj_xw .xw_nr{width:48%;}
.ny_nr .tj_xw .xw_nr .t_p{width:100%;}
.ny_nr .tj_xw .xw_nr .w_z{width:100%; padding:50px 30px 30px; position:absolute; bottom:0; left:0; align-items:center; justify-content:space-between;
background-image:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
background-image:-moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
background-image:-ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
background-image:-o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
background-image:linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));}
.ny_nr .tj_xw .xw_nr .w_z h3{height:30px; font-size:20px; line-height:30px; color:#fff; margin-bottom:10px;
line-clamp:1;
-webkit-line-clamp:1;
-moz-line-clamp:1;
-ms-line-clamp:1;
-o-line-clamp:1;}
.ny_nr .tj_xw .xw_nr .w_z p{font-size:14px; line-height:22px; color:#fff; height:22px; margin-bottom:0;
line-clamp:1;
-webkit-line-clamp:1;
-moz-line-clamp:1;
-ms-line-clamp:1;
-o-line-clamp:1;}
.ny_nr .tj_xw .xw_nr .w_z .l_m{width:calc(100% - 140px);}
.ny_nr .tj_xw .xw_nr .w_z .r_q{width:100px;}
.ny_nr .tj_xw .xw_nr .w_z .r_l{padding:0; background:none; color:#fff;}
.ny_nr .ny_xw { height:auto; overflow:hidden; padding-bottom:50px}
.ny_nr .ny_xw ul li{padding-bottom:30px; border-bottom:#ccc 1px dotted; margin-bottom:30px}
.ny_nr .xw_xq{display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_nr .xq_zc{width:calc(100% - 320px);}
.ny_nr .xq_zc .b_t{font-size:26px; line-height:36px; font-weight:bold; color:#000; margin-bottom:20px;}
.ny_nr .xq_zc .x_x{display:flex; flex-wrap:wrap; justify-content:space-between; padding-bottom:20px; border-bottom:1px solid #eee; margin-bottom:35px;}
.ny_nr .xq_zc .x_x .z_c span{margin-right:20px; display:inline-block;}
.ny_nr .xq_zc .x_x .y_c a{display:inline-block; margin-left:15px; color:#2d3845;}
.ny_nr .xq_zc .n_r{line-height:30px;}
.ny_nr .xq_zc .n_r strong{font-size:18px; color:#000; line-height:28px;}
.ny_nr .xq_zc .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.ny_nr .xq_zc .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; line-height:32px;}
.ny_nr .xq_yc{width:260px;}
.ny_nr .xq_yc h3{font-size:18px; font-weight:bold; line-height:28px; color:#000; padding-bottom:10px; margin-bottom:20px; border-bottom:1px solid #eee;}
.ny_nr .xq_yc .t_j ul li{margin-bottom:25px;}
.ny_nr .xq_yc .t_j ul li a{font-size:15px; line-height:24px; margin-bottom:10px; display:block; 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 .xq_yc .t_j ul li span{font-size:14px; color:#999;}
.ny_nr .xq_yc .b_q ul li{float:left; margin:0 10px 10px 0;}
.ny_nr .xq_yc .b_q ul li a{display:block; border:1px solid #ddd; font-size:14px; color:#777; line-height:32px; padding:0 10px; border-radius:3px;}
.ny_nr .xq_yc .b_q ul li a:hover{background-color:#2d3845; border:1px solid #2d3845; color:#fff;}
.ny_nr .sb_xq{display:flex; flex-wrap:wrap; justify-content:space-between; position:relative;}
.ny_nr .zc_lm{width:260px; max-height:calc(100vh - 92px); overflow:auto;}
.ny_nr .zc_lm::-webkit-scrollbar{display:none}
.ny_nr .zc_lm.on{position:fixed; top:92px;}
.ny_nr .zc_lm.on_a{position:absolute; bottom:0;}
.ny_nr .zc_lm h3{font-size:22px; font-weight:bold; color:#333; line-height:44px; margin-bottom:20px; padding-left:15px; position:relative;}
.ny_nr .zc_lm h3:after{width:5px; height:22px; border-radius:3px; position:absolute; top:50%; left:0; margin-top:-10px; content:""; background-color:#2d3845;}
.ny_nr .zc_lm ul li{margin-bottom:15px; padding-left:15px;}
.ny_nr .zc_lm a.y_j{display:block; border-bottom:1px solid #eee; padding-bottom:15px; font-size:16px; line-height:28px; position:relative; color:#000;}
.ny_nr .zc_lm ul li.on a.y_j{color:#2d3845;}
.ny_nr .zc_lm i{position:absolute; top:0; right:15px; display:block; font-size:16px; line-height:28px; color:#000; text-align:center;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .zc_lm ul li:hover a.y_j i{transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);}
.ny_nr .zc_lm ul li.on a.y_j i{color:#2d3845;
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);}
.ny_nr .zc_lm .s_j.o a.x_l i{color:#2d3845;
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);}
.ny_nr .zc_lm .e_j{padding-top:15px; display:none; border-bottom:1px solid #eee}
.ny_nr .zc_lm .s_j{padding-bottom:10px;}
.ny_nr .zc_lm .s_j a.x_l{display:block; padding-left:15px; font-size:15px; line-height:32px; position:relative; color:#000; margin-bottom:5px;}
.ny_nr .zc_lm .s_j.o a.x_l{color:#2d3845;}
.ny_nr .zc_lm .f_l{display:none;}
.ny_nr .zc_lm .f_l p{margin-bottom:2px; padding-left:15px;}
.ny_nr .zc_lm .f_l p a{font-size:13px; text-indent:30px; line-height:40px; color:#555; display:block; position:relative; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .zc_lm .f_l p a:hover{background-color:#f6f7f8; color:#2d3845;}
.ny_nr .zc_lm .f_l p.on a{background-color:#f6f7f8; color:#2d3845;}
.ny_nr .zc_lm .f_l p a:after{width:6px; height:6px; border-radius:50%; background-color:#d6dce0; content:""; position:absolute; top:50%; margin-top:-3px; left:15px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .zc_lm .f_l p a:hover:after{background-color:#2d3845;}
.ny_nr .zc_lm .f_l p.on a:after{background-color:#2d3845;}
.ny_nr .yc_nr{width:calc(100% - 260px); border-left:1px solid #eee; padding-left:50px; min-height:600px; padding-bottom:50px;}
.ny_nr .yc_nr.on{margin-left:260px;}
.ny_nr .yy_xq{margin-bottom:50px;}
.ny_nr .yy_xq:last-child{margin-bottom:0;}
.ny_nr .yy_xq .row{margin:0 -20px;}
.ny_nr .yy_xq .b_t{font-size:26px; font-weight:bold; line-height:40px; color:#000; margin-bottom:15px;}
.ny_nr .yy_xq .l_m{border-bottom:1px solid #eee; margin-bottom:25px;}
.ny_nr .yy_xq .l_m span{display:inline-block; min-width:130px; height:46px; background-color:#2d3845; padding:0 20px; font-size:18px; line-height:46px; text-align:center; color:#fff; font-weight:bold;}
.ny_nr .yy_xq .j_s{line-height:28px; border-bottom:1px solid #eee;padding-bottom:20px;margin-bottom:20px;}
.ny_nr .yy_xq .w_z{line-height:26px;}
.ny_nr .yy_xq .w_z img{max-width:100%;}
.ny_nr .yy_xq .w_z strong{font-size:18px; line-height:32px; font-weight:bold; color:#000; display:inline-block; margin-bottom:6px;}
.ny_nr .yy_xq .w_z ul li{margin-bottom:8px;}
.ny_nr .yy_xq .w_z ul li span{color:#999;}
.ny_nr .yy_xq .c_z{margin-top:20px;}
.ny_nr .yy_xq .c_z a{display:inline-block; margin-right:20px; width:126px; height:46px; border:1px solid #2d3845; background-color:#2d3845; border-radius:3px; font-size:15px; line-height:44px; color:#fff; text-align:center;}
.ny_nr .yy_xq .c_z a:hover{border:1px solid #05439a; background-color:#05439a;}
.ny_nr .yy_xq .c_z a.lx_hq{background-color:#fff; color:#2d3845;}
.ny_nr .yy_xq .c_z a.lx_hq:hover{border:1px solid #05439a; background-color:#05439a; color:#fff;}
.ny_nr .yy_xq table{border:1px solid #eee; border-collapse:collapse;}
.ny_nr .yy_xq table tr:nth-child(2n){background-color:#f7f7f7;}
.ny_nr .yy_xq table td{padding:15px; line-height:1.6; color:#777;}
.ny_nr .yy_xq table td:first-child{width:16%; color:#333; text-align:center;}
.ny_nr .yy_xq .cp_dt{width:calc(46% - 40px); margin:0 20px;}
.ny_nr .yy_xq .cp_dt img{width:100%; height:auto; border:1px solid #ddd; display:block;}
.ny_nr .yy_xq .cp_cs{width:calc(54% - 40px); margin:0 20px;}
@media only screen and (max-width:1440px){
.ny_nr{padding:65px 0 85px;}
.ny_nr .yy_lb ul li{margin-bottom:40px; padding:40px;}
.ny_nr .yy_lb .w_z h3{font-size:26px; line-height:36px;}
.ny_nr .yy_lb .w_z p{line-height:24px; margin:20px 0;}
.ny_nr .yy_lb .w_z a{width:140px; height:44px; line-height:44px;}
.ny_nr .yy_lb .w_z a img{width:28px;}
.ny_nr .fa_lb ul li{margin-bottom:40px;}
.ny_nr .al_lb{height:auto; overflow:hidden; padding-bottom:0px}
.ny_nr .al_lb ul{margin:0 -15px;}
.ny_nr .al_lb ul li{width:calc(33.333333333% - 30px); margin:0 15px 30px;}
.ny_nr .fa_nr .w_z{padding:30px 30px 40px;}
.ny_nr .al_lb .fa_nr .w_z{padding:20px;}
.ny_nr .fa_nr .w_z h3{font-size:16px; line-height:28px; margin-bottom:8px;}
.ny_nr .xw_nr .w_z h3{font-size:22px; line-height:32px; margin-bottom:15px;}
.ny_nr .xw_nr .w_z p{font-size:14px; line-height:26px; height:52px; margin-bottom:20px;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;}
.ny_nr .xw_nr .w_z .l_m{width:calc(100% - 150px);}
.ny_nr .tj_xw{padding-bottom:40px; margin-bottom:40px;}
.ny_nr .tj_xw .xw_nr{width:48.5%;}
.ny_nr .tj_xw .xw_nr .w_z{padding:40px 25px 25px;}
.ny_nr .tj_xw .xw_nr .w_z h3{font-size:20px; margin-bottom:5px;}
.ny_nr .tj_xw .xw_nr .w_z .l_m{width:calc(100% - 120px);}
.ny_nr .ny_xw ul li{padding-bottom:40px;}
.ny_nr .xq_zc{width:calc(100% - 280px);}
.ny_nr .xq_zc .b_t{font-size:24px; line-height:34px;}
.ny_nr .xq_zc .x_x{margin-bottom:30px;}
.ny_nr .xq_zc .n_r{line-height:28px;}
.ny_nr .xq_zc .f_y{margin-top:30px; padding-top:25px;}
.ny_nr .xq_yc{width:250px;}
.ny_nr .xq_yc .t_j ul li{margin-bottom:20px;}
.ny_nr .yy_xq{margin-bottom:35px;}
.ny_nr .yy_xq:last-child{margin-bottom:0;}
.ny_nr .yy_xq .row{margin:0 -20px;}
.ny_nr .yy_xq .b_t{font-size:22px; line-height:32px; margin-bottom:10px;}
.ny_nr .yy_xq .l_m{margin-bottom:20px;}
.ny_nr .yy_xq .l_m span{min-width:120px; height:40px; padding:0 15px; font-size:17px; line-height:40px;}
.ny_nr .yy_xq .j_s{line-height:26px; padding-bottom:15px;margin-bottom:15px;}
.ny_nr .yy_xq .w_z{line-height:24px;}
.ny_nr .yy_xq .w_z strong{font-size:17px; line-height:28px;}
.ny_nr .yy_xq .c_z{margin-top:15px;}
.ny_nr .yy_xq .c_z a{margin-right:15px; width:115px; height:40px; font-size:14px; line-height:38px;}
.ny_nr .yy_xq table td{padding:10px;}
.ny_nr .yy_xq .cp_dt{width:calc(46% - 40px); margin:0 20px;}
.ny_nr .yy_xq .cp_dt img{width:100%; height:auto; border:1px solid #ddd; display:block;}
.ny_nr .yy_xq .cp_cs{width:calc(54% - 40px); margin:0 20px;}
}
@media only screen and (max-width:1024px){
.ny_nr .yy_xq .cp_dt{width:calc(100% - 40px); margin:0 20px 30px;}
.ny_nr .yy_xq .cp_cs{width:calc(100% - 40px); margin:0 20px;}
}
@media only screen and (max-width:992px){
.ny_nr{padding:20px 0 20px;}
.ny_nr .al_lb ul li{width:calc(50% - 30px);}
.ny_nr .ny_xw { height:auto; overflow:hidden; padding-bottom:0px; margin-top:10px}

.ny_nr .xw_nr .w_z h3{font-size:18px; line-height:28px; margin-bottom:10px;
line-clamp:1;
-webkit-line-clamp:1;
-moz-line-clamp:1;
-ms-line-clamp:1;
-o-line-clamp:1;}
.ny_nr .xw_nr .w_z p{font-size:14px; line-height:22px; height:44px; margin-bottom:15px;}
.ny_nr .xw_nr .w_z .l_m{width:calc(100% - 120px);}
.ny_nr .xw_nr .w_z .r_q{width:100px;}
.ny_nr .xw_nr .w_z .r_l{padding:15px 0; font-size:14px;}
.ny_nr .xw_nr .w_z .r_q strong{font-size:26px; line-height:32px;}
.ny_nr .xw_nr .w_z a.m_r{padding:0 15px; line-height:32px;}
.ny_nr .tj_xw{padding-bottom:0; margin-bottom:30px;}
.ny_nr .tj_xw .xw_nr{width:100%; margin-bottom:30px;}
.ny_nr .ny_xw ul li{padding-bottom:10px; margin-bottom:15px}
.ny_nr .xq_zc{width:100%;}
.ny_nr .xq_zc .b_t{font-size:22px; line-height:32px;}
.ny_nr .xq_yc{display:none;}
.ny_nr .zc_lm{display:none;}
.ny_nr .yc_nr{width:100%; border:0; padding:0;}
.ny_nr .yc_nr.on{margin:0;}
}
@media only screen and (max-width:640px){
.ny_nr{padding:20px 0 20px;}
.ny_nr .yy_lb ul li{padding:30px; margin-bottom:25px;}
.ny_nr .yy_lb .t_p{width:100%; margin-bottom:25px;}
.ny_nr .yy_lb .w_z{width:100%;}
.ny_nr .yy_lb .w_z h3{font-size:20px; line-height:30px;}
.ny_nr .yy_lb .w_z p{line-height:22px; margin:10px 0 15px;}
.ny_nr .yy_lb .w_z a{width:120px; height:38px; line-height:38px;}
.ny_nr .yy_lb .w_z a img{width:25px;}
.ny_nr .fa_lb ul li{width:100%; margin-bottom:10px;}
.ny_nr .al_lb ul{margin:0;}
.ny_nr .al_lb ul li{width:100%; margin:0 0 30px;}
.ny_nr .xw_nr .t_p{width:40%;}
.ny_nr .xw_nr .w_z{width:56%;}
.ny_nr .xw_nr .w_z h3{font-size:16px; font-weight:normal; line-height:26px; margin-bottom:0;}
.ny_nr .xw_nr .w_z p{font-size:13px; line-height:20px; height: auto; margin-bottom:6px;}
.ny_nr .xw_nr .w_z .l_m{width:100%;}
.ny_nr .xw_nr .w_z .r_q{display:none;}
.ny_nr .xw_nr .w_z a.m_r{border-radius:0; border:0; padding:0; font-size:13px; line-height:22px;}
.ny_nr .tj_xw .xw_nr .w_z{padding:30px 15px 15px;}
.ny_nr .tj_xw .xw_nr .w_z .l_m{width:100%;}
.ny_nr .tj_xw .xw_nr .w_z h3{font-size:16px; font-weight:normal; line-height:26px; margin-bottom:0;}
.ny_nr .xq_zc .b_t{font-size:20px; line-height:30px;}
.ny_nr .xq_zc .x_x{margin-bottom:20px;}
.ny_nr .xq_zc .x_x .y_c{margin-top:5px;}
.ny_nr .xq_zc .x_x .y_c a{margin:0 7px 0 0;}
.ny_nr .ny_xw ul li{padding-bottom:15px;}
.ny_nr .yy_xq .b_t{font-size:20px; line-height:30px;}
}

.ny_lx{width:100%; padding:80px 0; overflow:hidden;}
.ny_lx .row{margin:0; justify-content:space-between;}
.ny_lx .lx_nr{width:40%;}
.ny_lx .lx_nr .b_t{margin-bottom:50px;}
.ny_lx .lx_nr .b_t h3{font-size:34px; color:#000; font-weight:bold; line-height:40px; margin-bottom:6px;}
.ny_lx .lx_nr .b_t h4{font-size:22px; color:#777; font-weight:bold; text-transform:uppercase; line-height:30px;}
.ny_lx .lx_nr .x_x ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_lx .lx_nr .x_x ul li{width:100%; margin-bottom:10px; font-size:13px; line-height:28px; color:#999; padding-left:30px; position:relative;}
.ny_lx .lx_nr .x_x p{font-size:15px; color:#666; line-height:30px;}
.ny_lx .lx_nr .x_x h1{font-size:16px; color:#000; line-height:30px;}
.ny_lx .lx_nr .x_x i{width:30px; position:absolute; top:0; left:0; font-size:18px; color:#999; text-align:center; display:inline-block;}
.ny_lx .lx_nr .e_m ul{display:flex; flex-wrap:wrap; margin:0 -20px;}
.ny_lx .lx_nr .e_m{ margin-top:10px; margin-left:30px}
.ny_lx .lx_nr .e_m ul li{width:calc(25% - 40px); margin:0 20px; text-align:center;}
.ny_lx .lx_nr .e_m img{width:100%; height:auto; padding:5px; display:block; border:1px solid #ddd;}
.ny_lx .lx_nr .e_m p{margin-top:10px; font-size:13px; line-height:22px;}
.ny_lx .lx_dt{width:54%; box-shadow:0 0 20px rgba(0,0,0,.1);}
@media only screen and (max-width:1440px){
.ny_lx{padding:70px 0;}
.ny_lx .lx_nr{width:48%;}
.ny_lx .lx_nr .b_t{margin-bottom:30px;}
.ny_lx .lx_nr .b_t h3{font-size:26px; line-height:34px;}
.ny_lx .lx_nr .b_t h4{font-size:18px; line-height:26px;}
.ny_lx .lx_nr .x_x ul li{width:48%; margin-bottom:25px; font-size:13px; line-height:26px;}
.ny_lx .lx_nr .x_x font{font-size:15px; line-height:26px;}
.ny_lx .lx_nr .x_x strong{font-size:18px; line-height:28px;}
.ny_lx .lx_nr .e_m ul{margin:0 -15px;}
.ny_lx .lx_nr .e_m ul li{width:calc(25% - 30px); margin:0 15px;}
.ny_lx .lx_dt{width:48%;}
}
@media only screen and (max-width:992px){
.ny_lx .lx_nr{width:100%;}
.ny_lx .lx_dt{width:100%; height:380px; margin-top:40px; box-shadow:none;}
}
@media only screen and (max-width:640px){
.ny_lx{padding:20px 0;}
.ny_lx .lx_nr .b_t{margin-bottom:15px;}
.ny_lx .lx_nr .b_t h3{font-size:18px; line-height:24px;}
.ny_lx .lx_nr .b_t h4{font-size:14px; line-height:26px;}

.ny_lx .lx_nr .x_x ul li{width:100%; margin-bottom:10px}
.ny_lx .lx_nr .e_m{padding:0 30px;}
.ny_lx .lx_nr .e_m ul li{width:calc(50% - 30px);}
.ny_lx .lx_dt{height:250px; margin-top:30px;}
.ny_lx .lx_nr .x_x strong{font-size:14px; color:#000; font-weight:bold; line-height:30px;}

}

.ny_bd{width:100%; padding:60px 0 ;  overflow:hidden; background:#fafafa}
.ny_bd .lx_bd .row{margin:0; background-color:#fff; justify-content:space-between;}
.ny_bd .lx_bd .b_t{text-align:center; margin-bottom:50px;}
.ny_bd .lx_bd .b_t h3{font-size:34px; color:#000; font-weight:bold; line-height:40px; margin-bottom:6px;}
.ny_bd .lx_bd .b_t h4{font-size:16px; color:#777; line-height:26px;}
.ny_bd .lx_bd .t_p{width:40%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.ny_bd .lx_bd .b_d{width:60%; padding:30px 50px 70px;}
.ny_bd .lx_bd .b_d ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_bd .lx_bd .b_d ul li{width:45%; margin-top:20px; position:relative;}
.ny_bd .lx_bd .b_d ul li.q_b{width:100%;}
.ny_bd .lx_bd .b_d input{width:100%; height:61px; border-bottom:1px solid #eee; font-size:15px; line-height:60px; color:#333; display:block;}
.ny_bd .lx_bd .b_d input::placeholder{color:#999;}
.ny_bd .lx_bd .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;}
.ny_bd .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_bd .lx_bd .b_d button{width:160px; height:50px; background-color:#c8a972; 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;}
.ny_bd .lx_bd .b_d button.c_z{background-color:#888;}
.ny_bd .lx_bd .b_d button:hover{background-color:#05439a;}
.ny_bd .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
@media only screen and (max-width:1440px){
.ny_bd{padding:70px 0;}
.ny_bd .lx_bd .b_t{margin-bottom:40px;}
.ny_bd .lx_bd .b_t h3{font-size:26px; line-height:32px;}
.ny_bd .lx_bd .b_d{padding:20px 30px 40px;}
.ny_bd .lx_bd .b_d ul li{width:47%; margin-top:10px;}
.ny_bd .lx_bd .b_d input{height:51px; font-size:14px; line-height:50px;}
.ny_bd .lx_bd .b_d textarea{height:99px; padding-top:10px; font-size:14px; line-height:22px;}
.ny_bd .lx_bd .b_d button{width:140px; height:46px; font-size:15px; line-height:46px; margin-top:15px; margin-right:15px;}
}
@media only screen and (max-width:640px){
.ny_bd{padding:20px 0;}
.ny_bd .lx_bd .b_t{margin-bottom:30px;}
.ny_bd .lx_bd .b_t h3{font-size:18px; line-height:30px; padding:0 30px;}
.ny_bd .lx_bd .b_t h4{font-size:14px; line-height:22px;}
.ny_bd .lx_bd .t_p{display:none;}
.ny_bd .lx_bd .b_d{width:100%;}
.ny_bd .lx_bd .b_d ul li{width:100%;}
.ny_bd .lx_bd .b_d button{width:120px; height:36px; font-size:14px; line-height:36px; margin-top:15px; margin-right:15px;}

}

.yema{width:100%;  text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:16px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#2d3845; border:1px solid #2d3845; color:#fff;}
.yema ul li a.on{background-color:#2d3845; border:1px solid #2d3845; color:#fff;}
@media only screen and (max-width:1440px){
.yema{padding-top:40px; margin-top:20px;}
.yema ul li a{min-width:36px; padding:0 10px; font-size:14px; line-height:34px;}
}
@media only screen and (max-width:1024px){
.yema{margin-top:20px;}
}
@media only screen and (max-width:992px){
		.yema{padding-top:0; margin-top:10px;}

.yema{margin-top:10px;}
.yema ul li{margin:0 2px;}
.yema ul li:first-child(2){display:none;}
.yema ul li:last-child(2){display:none;}
.yema ul li a{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}
@media only screen and (max-width:320px){
	.yema{padding-top:0; margin-top:10px;}

.yema ul li{margin:0 1px;}
.yema ul li a{padding:0 6px;}
}

.sy_foot{width:100%; padding:20px 0; border-top:1px solid rgba(255,255,255,.06); font-size:13px; line-height:26px; color:rgba(255,255,255,.6); position:fixed; bottom:0; left:0; z-index:999;}
.sy_foot .row{margin:0; align-items:center; justify-content:space-between;}
.sy_foot span{display:inline-block; margin-right:12px;}
.sy_foot .y_c span{display:inline-block; margin-left:12px;}
.sy_foot .y_c i{ font-size:16px; margin-right:5px}
@media only screen and (max-width:1440px){
.sy_foot{padding:15px 0; font-size:12px; line-height:24px;}
}
@media only screen and (max-width:640px){
.sy_foot{padding:13px 0; font-size:12px; line-height:20px;}
.sy_foot{text-align:center;}
.sy_foot span{margin:0 6px;}
.sy_foot a{margin:0 6px;}
.sy_foot .z_c{width:100%;}
.sy_foot .y_c{width:100%;}
}



.footer{width:100%; font-size:14px; line-height:26px; color:rgba(255,255,255,.7); position:relative; z-index:101; height:auto; overflow:hidden; background:#2d3845 url(../images/footer-bj.png) no-repeat right bottom; padding-top:50px}
.footer a{color:rgba(255,255,255,.7);}
.footer a:hover{color:#fff;}
.footer p{margin-bottom:6px;}
.footer .container{ }
.footer em{ background:#fff; width:30px; height:2px; display:block; margin-bottom:20px}
.footer .ft_dh{border-bottom:1px solid rgba(255,255,255,.2); padding:0 0 30px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_dh h3{font-size:18px; line-height:28px; margin-bottom:15px; color:#fff; position:relative; font-weight:bold}
.footer .ft_dh h3 em{width:100%; height:100%; position:absolute; top:0; left:0; display:none;}
.footer .ft_dh h3 em:after{width:12px; height:2px; background-color:#fff; position:absolute; top:50%; margin-top:-1px; right:5px; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh h3 em.on:after{transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);}
.footer .ft_dh h3 em:before{width:2px; height:12px; background-color:#fff; position:absolute; top:50%; margin-top:-6px; right:10px; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_dh 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_dh h3 a.d_l{font-size:18px; color:#fff; line-height:28px; font-weight:bold;}
.footer .ft_lx{width:37%;}
.footer .ft_lx .f_s p{padding-left:40px; position:relative;}
.footer .ft_lx .f_s p span{position:absolute; top:0; left:0;}
.footer .ft_lm{width:calc(58% - 160px); display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_lm .cp_fl{width:25%;}
.footer .ft_em{width:110px;}
.footer .ft_em img{max-width:110px; height:auto; display:block; margin-top:6px;}
.footer .banquan{padding:20px 15px; text-transform:uppercase; line-height:22px; height:auto; overflow:hidden}
.footer .banquan span{display:inline-block; margin-right:12px;}
.footer .banquan .z_c{ float:left}
.footer .banquan .y_c { float:right}
.footer .banquan .row{ display:block}
@media only screen and (max-width:640px){
.footer{font-size:1.1rem; line-height:2.2rem; padding-top:10px; background:#2d3845 url(../images/footer-bj1.png) no-repeat right bottom; }
.footer p{margin-bottom:0;}

.footer .ft_dh{padding:10px 0;}
.footer .ft_dh h3{font-size:1.3rem; line-height:30px; padding:10px 0; margin-top:0; margin-bottom:0;}
.footer .ft_dh h3 em{display:block;}
.footer .ft_dh h3 a.d_l{font-size:18px; line-height:26px; padding:0; margin-bottom:0;}
.footer .ft_lx{width:100%; border-bottom:0 solid #1960ca;}
.footer .ft_lx .f_s{padding-bottom:10px;}
.footer .ft_lx .f_s p{padding-left:40px; position:relative; font-size:14px}

.footer .ft_lm{width:100%; display:none }
.footer .ft_lm .cp_fl{width:100%; border-bottom:1px solid #1960ca;}
.footer .ft_em{width:100%; display:none}
.footer .ft_dh .l_b{display:none; padding-bottom:1.5rem;}
.footer .banquan{padding:15px 0; text-align:center; line-height:26px; font-size:14px}
.footer .banquan .z_c{width:100%;}
.footer .banquan .y_c{width:100%;}
.footer .wave{top:-8rem;}
.footer em{ margin-bottom:10px  }

}


.bq_xx{width:100%; padding:20px 0;   font-size:13px; line-height:26px; color:#64717f;}
.bq_xx span{display:inline-block; margin-right:12px;}
.bq_xx a{color:#64717f; display:inline-block; margin-left:20px;}
.bq_xx a:hover{color:#fff;}
@media only screen and (max-width:1440px){
.bq_xx{padding:20px 0;}
.bq_xx a{margin-left:15px;}
}
@media only screen and (max-width:992px){
.bq_xx{padding:15px 0; line-height:24px;}
.bq_xx span{margin:0 6px;}
.bq_xx a{margin:0 6px;}
.bq_xx .z_c{width:100%;}
.bq_xx .y_c{width:100%;}
}

.ft_fh{text-align:center; line-height:34px; position:fixed; right:30px; bottom:5%; display:none; z-index:99;}
.ft_fh a{width:36px; height:36px; border-radius:50%; border:1px solid rgba(116,132,150,.5); color:#9faebe; display:block;}
.ft_fh a:hover{border:1px solid #c8a972; background-color:#c8a972; color:#fff;}
@media only screen and (max-width:640px){
.ft_fh{right:10px; bottom:5%;}
}

.gs_td{width:100%; padding:100px 0 ;  overflow:hidden; position:relative;}
.gs_td .td_zs{position:relative;}
.gs_td .swiper-td{padding-bottom:40px;}
.gs_td .swiper-slide{border-radius:5px; overflow:hidden; background-color:#f7f7f7; height:auto; position:relative;}
.gs_td .swiper-button-prev{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/z_j.png) no-repeat center / 26px 26px; left:-69px; margin-top:-32px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_td .swiper-button-prev:hover{border:1px solid #2d3845; background:#2d3845 url(../images/ban_l.png) no-repeat center / 26px 26px;}
.gs_td .swiper-button-next{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/y_j.png) no-repeat center / 26px 26px; right:-69px; margin-top:-32px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gs_td .swiper-button-next:hover{border:1px solid #2d3845; background:#2d3845 url(../images/ban_r.png) no-repeat center / 26px 26px;}
.gs_td .swiper-pagination{bottom:0;}
.gs_td .swiper-pagination-bullet{width:8px; height:8px; background-color:#000;}
.gs_td .swiper-pagination-bullet-active{background-color:#2d3845;}
.gs_td .swiper-slide img{width:100%; height:auto; display:block;}
.gs_td .x_m{width:100%; padding:10px 20px; background-color:rgba(0,0,0,.2); position:absolute; bottom:0; left:0; font-size:18px; line-height:26px; color:#fff;
  text-align:center}
.gs_td .x_m span{font-size:14px;}
.gs_td .x_x{width:100%; padding-top:10px; margin-top:8px; border-top:1px solid rgba(255,255,255,.3); font-size:14px; line-height:22px; display:none;}
.gs_td .swiper-slide:hover .x_x{display:block;}
@media only screen and (max-width:640px){
.gs_td{padding:20px 0 ; margin-top:0; z-index:100;}
.gs_td .swiper-td{padding-bottom:3rem;}
.gs_td .swiper-slide{width:70%;}
.gs_td .swiper-button-prev{display:none;}
.gs_td .swiper-button-next{display:none;}
.gs_td .swiper-pagination-bullet{width:8px; height:8px;}
.gs_td .x_m{padding:.8rem 1.2rem; font-size:1.6rem; line-height:2.6rem;}
.gs_td .x_m span{font-size:1.3rem;}
.gs_td .x_x{padding-top:.8rem; margin-top:.8rem; font-size:1.3rem; line-height:2.2rem;}
}

.fa_cp{width:100%; padding:80px 0 60px; overflow:hidden;}
.fa_cp .nr_qy img{max-width:100%; margin:0 auto;}
.fa_cp .cp_zs{padding:0 56px; position:relative;}
.fa_cp .cp_zs .swiper-button-prev{width:38px; height:38px; border:1px solid #aaa; border-radius:3px; background:url(../images/zj1.png) no-repeat center / cover; left:0; margin-top:-19px; outline:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.fa_cp .cp_zs .swiper-button-prev:hover{background:#2d3845 url(../images/zj.png) no-repeat center / cover; border:1px solid #2d3845;}
.fa_cp .cp_zs .swiper-button-next{width:38px; height:38px; border:1px solid #aaa; border-radius:3px; background:url(../images/yj1.png) no-repeat center / cover; right:0; margin-top:-19px; outline:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.fa_cp .cp_zs .swiper-button-next:hover{background:#2d3845 url(../images/yj.png) no-repeat center / cover; border:1px solid #2d3845;}
.fa_cp .cp_zs .swiper-pagination{display:none;}
.fa_cp .swiper-slide{margin-bottom:0; border:1px solid #ddd;}
.fa_cp .gy_tp img{width:100%; height:auto; display:block;}
.fa_cp .gy_wz{padding:15px 10px; background-color:#f7f7f7; text-align:center;}
.fa_cp .gy_wz h3{font-size:16px; line-height:26px; font-weight:bold; margin-bottom:5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.fa_cp .gy_wz p{font-size:14px; color:#777; line-height:22px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:1440px){
.fa_cp{padding:70px 0 50px;}
.fa_cp .cp_zs{padding:0}
.fa_cp .cp_zs .swiper-zt{padding-bottom:40px;}
.fa_cp .cp_zs .swiper-button-prev{display:none;}
.fa_cp .cp_zs .swiper-button-next{display:none;}
.fa_cp .cp_zs .swiper-pagination{bottom:0; display:block;}
.fa_cp .gy_wz{padding:20px 15px;}
.fa_cp .gy_wz h3{font-size:18px;}
}
@media only screen and (max-width:1024px){
.fa_cp{padding:60px 0 40px;}
.fa_cp .gy_nr{padding:15px; box-shadow:none;}
}
@media only screen and (max-width:992px){
.fa_cp{padding:20px 0 20px;}
.fa_cp .cp_zs .swiper-slide{width:70%;}
.fa_cp .gy_wz h3{font-size:17px;}
}



.fa_al{width:100%; padding:60px  ; overflow:hidden;}
.fa_al .swiper-al{padding-bottom:40px;}
.fa_al .swiper-slide{position:relative;}
.fa_al .swiper-pagination{bottom:0;}
.fa_al .b_t{width:100%; padding:15px; background-color:rgba(0,0,0,.5); position:absolute; left:0; bottom:0; font-size:16px; line-height:26px; color:#fff; text-align:center;}
.fa_al .t_p{overflow:hidden;}
.fa_al .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;}
.fa_al .swiper-slide:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-transform:scale(1.05);}
.fa_al .w_z{padding:30px 40px 40px; border:1px solid #f7f7f7; background-color:#fff; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.fa_al .swiper-slide:hover .w_z{background-color:#fff;}
.fa_al .w_z:after{width:0; height:4px; background-color:#1f88fb; 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;}
.fa_al .swiper-slide:hover .w_z:after{width:100%;}
.fa_al .w_z h3{font-size:20px; font-weight:bold; line-height:30px; margin-bottom:10px;}
.fa_al .w_z p{font-size:14px; line-height:22px; color:#999; height:44px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
@media only screen and (max-width:1440px){
.fa_al{padding:70px 0 50px;}
.fa_al .b_t{padding:10px 15px; font-size:15px;}
.fa_al .w_z{padding:25px 20px 30px;}
.fa_al .w_z:after{height:3px;}
.fa_al .w_z h3{font-size:18px; line-height:28px;}
}
@media only screen and (max-width:640px){
.fa_al{padding:20px 0 20px;}
}

.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:-216px; background-color:#fff; display:flex; flex=wrap:wrap;}
.bj_xq .bj_nr .bj_bd{width:55%; padding:45px;}
.bj_xq .bj_nr .bj_tp{width:45%; 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:#2d3845; 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.c_z{background-color:#888;}
.bj_xq .bj_nr .b_d button:hover{background-color:#05439a;}
.bj_xq .bj_nr .b_d button.c_z:hover{background-color:#2b2b2b;}
.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:30px; right:30px;}
.bj_xq .bj_nr .g_b i{font-size:22px;}
}
@media only screen and (max-width: 768px){
.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%;}
}

#c-followDot {
position:fixed;
top:0;
left:0;
width:4px;
height:4px;
border-radius:50%;
background-color:#ddd;
z-index:100000000;
pointer-events:none;
}
@media only screen and (max-width:1024px){
#c-followDot {
display:none;
}
}

#c-followDot .c-default {
position: absolute;
top: -18px;
left: -18px;
width: 40px;
height: 40px;
border: 1px solid #9c9c9c;
border-radius: 50%;
opacity: .2;
box-sizing: border-box;
z-index: 50000;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

#c-followDot .c-hover {
position: absolute;
top: -38px;
left: -38px;
width: 80px;
height: 80px;
background-color: #aaa;
border-radius: 50%;
opacity: .12;
z-index: 49000;
box-sizing: border-box;
transform: scale(0, 0);
-o-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-moz-transform: scale(0, 0);
-webkit-transform: scale(0, 0);
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

#c-followDot.c-active .c-default {
transform: scale(0, 0);
-o-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-moz-transform: scale(0, 0);
-webkit-transform: scale(0, 0);
}

#c-followDot.c-active .c-hover {
transform: scale(1, 1);
-o-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
}

@keyframes da{
0%{transform:scale(1); opacity:1;}
100%{transform:scale(5); opacity:0;}
}

@-webkit-keyframes da{
0%{-webkit-transform:scale(1); opacity:1;}
100%{-webkit-transform:scale(5); opacity:0;}
}

@-moz-keyframes da{
0%{-moz-transform:scale(1); opacity:1;}
100%{-moz-transform:scale(5); opacity:0;}
}

@-ms-keyframes da{
0%{-ms-transform:scale(1); opacity:1;}
100%{-ms-transform:scale(5); opacity:0;}
}

@-o-keyframes da{
0%{-o-transform:scale(1); opacity:1;}
100%{-o-transform:scale(5); opacity:0;}
}

@keyframes text {
0%{transform:translateY(-10px); opacity:0;}
100%{transform:translateY(0); opacity:1;}
}
@-webkit-keyframes text {
0%{-webkit-transform:translateY(-10px); opacity:0;}
100%{-webkit-transform:translateY(0); opacity:1;}
}
@-moz-keyframes text {
0%{-moz-transform:translateY(-10px); opacity:0;}
100%{-moz-transform:translateY(0); opacity:1;}
}
@-ms-keyframes text {
0%{-ms-transform:translateY(-10px); opacity:0;}
100%{-ms-transform:translateY(0); opacity:1;}
}
@-o-keyframes text {
0%{-o-transform:translateY(-10px); opacity:0;}
100%{-o-transform:translateY(0); opacity:1;}
}


.qxcx{ height:auto; overflow:hidden; padding:90px 0 }
.qxcx1{ height:auto; overflow:hidden; padding:0 0 90px}

.bdDiv { padding:0 60px }
.bdDiv .itemDiv{display: flex;}

.bdDiv .itemDiv .imgDiv{margin: 5px;position: relative; overflow:hidden}
.bdDiv .itemDiv .imgDiv .textDiv{position: absolute;left: 20px;top: 20px;color: #fff;}
.bdDiv .itemDiv .imgDiv .textDiv .t1{overflow: hidden;}
.bdDiv .itemDiv .imgDiv .textDiv .t1 span{font-size: 12px;float: left;}
.bdDiv .itemDiv .imgDiv .textDiv .t2{text-align: left;font-size: 22px; font-weight:bold; margin-top:15px; margin-bottom:15px}
.bdDiv .itemDiv .imgDiv .textDiv .t3{text-align: left;font-size: 15px;}
.bdDiv .itemDiv .imgDiv .textDiv .t3 span{ margin-right:10px; font-size:15px; line-height:36px; background:rgba(15,94,173,.7); padding:5px 10px; }
.bdDiv .itemDiv .imgDiv .t4 {font-size: 14px;padding:5px 20px;border: 1px solid #fff;position: absolute;bottom: 20px;left: 0;display: block;text-transform: uppercase; color:#fff;position: absolute;left:20px; bottom: 20px;}
.bdDiv .itemDiv .imgDiv .t4 a{ color:#fff}
.bdDiv .itemDiv .imgDiv 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;}

.bdDiv .itemDiv .imgDiv:hover 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);}

@media only screen and (max-width:992px){
.bdDiv { padding:20px 0 }
.bdDiv .itemDiv{display: block  ;}
.bdDiv .itemDiv .imgDiv .textDiv{position: absolute;left: 10px;top: 0;color: #fff;}
.bdDiv .itemDiv .imgDiv .textDiv .t2{text-align: left;font-size: 18px; font-weight:bold; margin-top:15px; margin-bottom:15px}
.bdDiv .itemDiv .imgDiv .textDiv .t3{text-align: left;font-size: 13px;}
.bdDiv .itemDiv .imgDiv .textDiv .t3 span{ margin-right:10px; font-size:12px; line-height:30px; background:rgba(15,94,173,.7); padding:5px 5px; }

}

img{-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}
img.shadow{-webkit-box-shadow:0 50px 100px -30px rgba(0,0,0,.5);-moz-box-shadow:0 50px 100px -30px rgba(0,0,0,.5);box-shadow:0 50px 100px -30px rgba(0,0,0,.5)}
img.rounded{border-radius:10px}
#ueberuns .content{padding-right:50px}
#ueberuns .img-wrapper{padding:100px 50px 0 0;position:relative}
#ueberuns .img-wrapper:before{content:'';background-color:#ff0032;width:100%;height:100%;z-index:0;display:block;position:absolute;right:0;top:0;border-radius:15px;-webkit-clip-path:polygon(70% 0%,100% 0%,100% 100%,100% 100%,20% 100%);clip-path:polygon(70% 0%,100% 0%,100% 100%,100% 100%,20% 100%);-webkit-transition:width 2s ease;-moz-transition:width 2s ease;-o-transition:width 2s ease;transition:width 2s ease;animation-delay:3000ms}
#ueberuns .img-wrapper img{z-index:1;position:relative}
#ueberuns .img-wrapper.nV:before{width:0;animation-delay:3000ms}
#ueberuns p,#arbeitsweise p{margin-bottom:0}
#ueberuns p + a{margin-top:40px}
#site-background{position:relative;width:100vw;overflow:hidden}
body.error404 #site-background .layer-wrapper{background-image:url(/wp-content/themes/dp/img/404.gif);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.5}
body.error404 #site-background .layer-wrapper>div{display:none}
body.error404 .error-404 p{font-size:24px;padding:0 10%}
#site-background .layer-wrapper{position:fixed;height:100vh;z-index:-999;top:0;left:0;width:100vw}
#site-background .layer-wrapper>div{position:absolute;top:0;left:0;width:100vw;height:100%}
#site-background .layer-wrapper>div>div{position:absolute}
#site-background .layer-wrapper .element1{top:-120px;left:10%}
#site-background .layer-wrapper .element2{top:-170px;left:40%}
#site-background .layer-wrapper .element3{top:200px;right:-5%}
#site-background .layer-wrapper .element4{top:10vh;left:-25%;-webkit-transform:scale(.9) rotate(50deg);transform:scale(.9) rotate(50deg)}
#site-background .layer-wrapper .element5{top:50vh;right:-5%}
#site-background .layer-wrapper .element6{top:55vh;left:25%;-webkit-transform:scale(.7) rotate(80deg);transform:scale(.7) rotate(80deg)}
#site-background .layer-wrapper div img{animation:zoom 25s infinite;animation-direction:alternate;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}
#site-background .layer-wrapper .layer1 img{animation-delay:2s;animation-duration:30s}
@keyframes zoom{0%{transform:scale(.7) rotate(0deg)}
30%{transform:scale(.95) rotate(40deg)}
60%{transform:scale(.8) rotate(20deg)}
100%{transform:scale(1) rotate(60deg)}
}
.wave{width:200px;margin:10px auto 0;padding:2px 0}
.wave svg{overflow:visible;display:block}
.wave svg{stroke-width:3;stroke:#888ea0;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000;animation:dash 4s forwards}
.wave.nV svg{animation:none}
@keyframes dash{to{stroke-dashoffset:0}
}
ol{counter-reset:item}
ol>li{counter-increment:item;margin-bottom:50px}
ol ol>li{display:block;margin-bottom:20px}
ol ol>li:before{content:counters(item,".") ". ";margin-left:-29px}
ul{list-style-type:none}
.abc li{display:list-item;list-style-type:lower-alpha}
.abc li:before{content:none}
.fromTop,.fromBottom,.fromLeft,.fromRight,.fadeIn{-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;opacity:1}
.fadeIn.nV{opacity:0}
.fromTop.nV{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}
.fromBottom.nV{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}
.fromLeft.nV{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}
.fromRight.nV{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}
@keyframes stroke{to{stroke-dashoffset:0;stroke-width:11.03}
}
.no-touch header .logo:hover svg{stroke:#ff0032}
#go-to-top,header #go-to-top canvas{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}
#go-to-top{position:fixed;right:65px;bottom:65px;z-index:999;border-radius:50px;border:2px solid #686e7f;width:40px;height:40px;display:block}
#go-to-top canvas{width:12px;height:12px;border-bottom:2px solid #686e7f;border-right:2px solid #686e7f;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);position:absolute;top:15px;left:12px}
.no-touch #go-to-top:hover,.no-touch header #go-to-top:hover canvas{border-color:#ff0032}
#go-to-top.showDown canvas{top:10px;-webkit-animation:bounce-down 2s infinite;-moz-animation:bounce-down 2s infinite;-o-animation:bounce-down 2s infinite;animation:bounce-down 1.5s infinite}
@keyframes bounce-down{0%{opacity:0;-webkit-transform:translateY(-5px) rotate(45deg);-moz-transform:translateY(-5px) rotate(45deg);-o-transform:translateY(-5px) rotate(45deg);transform:translateY(-5px) rotate(45deg)}
50%{opacity:1;-webkit-transform:translateY(0) rotate(45deg);-moz-transform:translateY(0) rotate(45deg);-o-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}
100%{opacity:0;-webkit-transform:translateY(5px) rotate(45deg);-moz-transform:translateY(5px) rotate(45deg);-o-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}
}


.bus-four-b{ width:80%; margin:0 auto
}
.bus-four-b-a{
    background: url("../img/icon-226.png") no-repeat center top;
    margin-bottom: 100px;
}
.core-four-a{
    margin-top: 50px;
}
.core-four-a{
    height: 37px;
    line-height: 37px;
  border-top-left-radius:26px ; border-bottom-right-radius:26px;
   
    font-size: 20px;
    color: #5a5b5b;
    font-weight: bold;
   display: inline-block;
    position: relative;
    margin-bottom: 20px; background:#2d3845; color:#fff; padding:0 50px
}
.core-four-a img{
    position: absolute;
    top: -2px;
    left: -2px;
}
.core-four-a-ul ul li{
    float: left;
    width: 25%;
    font-size: 18px;
    color: #4c4c4c;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #dbd9da;
    border-bottom: 1px solid #dbd9da;
}
.core-four-a-ul ul li span{
    font-size: 12px;
    color: #7c7b7c;
}
.bus-four-info{
    position: relative;
}
.core-four-a-jia a {
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    bottom: 0px;
    background: #2d3845;
    z-index: 9;
}
.core-four-a-uls{
    max-height: inherit !important;
}
.core-four-a-uls ul li{
    text-align: left;
}
.core-four-a-uls ul li b{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    background-color: #ec6f80;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}
.poster-main a, .poster-main img {
    border: none !important;
}
.core-b ul li{
    width: 25%;
    float: left;
    height: 220px;
    border: 1px solid gainsboro;
    text-align: center;
    padding-top: 48px;
}
.core-b ul li.active{
    background: #df660f;
}
.core-b ul li p{
    font-size: 18px;
    color: #595758;
    padding-top: 15px;

    font-weight: bold;
}
.core-b ul li.active p{
    color: #fff;
}
.poster-btn.poster-prev-btns{
    width: 30px !important;
    height: 58px !important;
    top: 196px;
    left: -72px;
    background: url(../img/icon-236.png) no-repeat;
}
.poster-btn.poster-prev-btns:hover{
    background: url(../img/icon-236.png) no-repeat;
}
.poster-btn.poster-next-btns:hover{
    background: url(../img/icon-237.png) no-repeat;
}
.poster-btn.poster-next-btns{
    width: 30px !important;
    height: 58px !important;
    top: 196px;
    right: -72px;
    background: url(../img/icon-237.png) no-repeat;
}
.core-four-aa{
    margin-top: 150px;
}
.core-four-aa p{
    font-size: 20px;
    color: #7c7b7c;
    padding-bottom: 10px;
}
.core-four-a-ul ul{
    border-top: 1px solid #dbd9da;
    border-bottom: 1px solid #dbd9da;
}
.bus-four-ba{
    margin-bottom: 150px;
}
.core-center-aa{
    background: url("../img/icon-238.png") no-repeat;
}

.core-four-a-ul-z ul li{
    width: 15%;
    margin-right: 2%;
    height: auto;
    line-height: inherit;
    padding: 20px 0;
    border: none;
}
.core-four-a-ul-z ul li:nth-child(6n){
    margin-right: 0;
}
.core-four-a-ul-z ul li p{
    padding-top: 20px;
}
.core-four-a-ul-z ul li img{
    width: 168px;
    height: 126px;
}
.core-four-a-jia{
    cursor: pointer;
}
.core-four-a-ul{
    max-height: 142px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.core-four-a-ul.active{
    max-height: inherit;

}
.coreT-b-right-in-aa .coreT-b-right-info:first-child{
    display: block;
}
.coreT-b-right-in-bb .coreT-b-right-info:first-child{
    display: block;
}
.coreT-b-right-in-cc .coreT-b-right-info:first-child{
    display: block;
}
.coreT-b-right-in-dd .coreT-b-right-info:first-child{
    display: block;
}
.core-four-a-ul-z{
    max-height: 414px;
}
.bus-four-ba .core-four-a-ul {
   max-height: inherit;
}
.core-four-a-ul-z ul{
    height: 208px;
    overflow: hidden;
}
.core-four-a-ul-z ul.active{
    height: auto;
}
.core-left img{
    position: relative;
    top: 60px;
}
.imgs-hide{
    display: none;
}
.core-b ul li:hover img{
    display: none;
}
.core-b ul li.active img.imgs-hide{
    display: none !important;
}
.core-b ul li.active img{
    display: inline-block !important;
}
.core-b ul li:hover img.imgs-hide{
    display: inline-block;
}
.core-b ul li:hover p{
    color: #fff;
}
.core-b ul li:hover{
    background: #df660f;
}


.qy_wh{ padding:0 60px; overflow:hidden; margin-top:50px}
.qy_wh .row{margin:0 10px;}
.qy_wh .w_h{ background-color:#fff; width:23.5%; margin-right:2%;box-shadow:0 5px 5px 0 rgba(95,125,158,.1); margin-bottom:20px}
.qy_wh .w_h:last-child{ margin-right:0}
.qy_wh .w_z{line-height:24px; padding:25px; background:#fafafa}
.qy_wh .w_z h5{font-size:20px; line-height:30px; font-weight:bold; color:#000; margin-bottom:15px;}
.qy_wh .t_p img{width:100%; height:auto; display:block;}

@media screen and (max-width:992px) {
.qy_wh{ padding:0 ; overflow:hidden; margin-top:20px}
.qy_wh .w_h{ background-color:#fff; width:49%; margin-right:2%;box-shadow:0 5px 5px 0 rgba(95,125,158,.1); margin-bottom:20px}
.qy_wh .w_h:nth-child(2n){margin-right:0; }
.qy_wh .w_z{line-height:24px; padding:8px; background:#fafafa}
.qy_wh .w_z h5{font-size:16px; line-height:30px; font-weight:bold; color:#000; margin-bottom:5px;}

}

.c_1570_1{ width:100%; height:auto; overflow:hidden; margin-bottom:50px}



.ul_6{ width:100%; height:auto; overflow:hidden; padding:0 60px}
.ul_6 li{ width:100%; float:left; margin-bottom:30px; background:#fff; padding:30px ; height: auto; overflow:hidden;box-shadow: 0 5px 15px 0 rgba(95,125,158,.2);}
.ul_6 li .time{ width:185px; height: auto; border-right:solid 1px #e0e0e0; text-align:center; float:left; border-right:solid 1px #e0e0e0;}
.ul_6 li .time h2{ width:100%; margin-top:27px; font-size:72px; color:#c2c2c2; line-height:69px; font-weight:bold; font-family:Arial; letter-spacing:1px;}
.ul_6 li .time h5{ width:100%; font-size:20px; color:#4c4c4c; line-height:31px; font-family:Arial;}
.ul_6 li .text{ width:83%; float: right; padding-left:245px; position:relative;}
.ul_6 li .text .img{ width:204px; height:154px; position:absolute; left:0; top:0;}
.ul_6 li .text .img img{ width:100%}
.ul_6 li .text .title{ width:100%; float:left; padding-right:70px; position:relative; margin-top:0;}
.ul_6 li .text .title .elli{ display:block; font-size:18px; color:#333; line-height:32px; letter-spacing:1px;}
.ul_6 li .text .title .btn{ position:absolute; right:0; top:5px;}
.ul_6 li .text .title .btn a{ display:block; float:left; width:22px; height:22px; margin:0 9px 0 13px; background-position:center center; background-size:contain; background-repeat:no-repeat;}
.ul_6 li .text .title .btn a.al{ background-image:url(../images/index1_6.png);}
.ul_6 li .text .title .btn a.a2{ background-image:url(../images/index1_7.png);}
.ul_6 li .text .title .btn .al.on{ background-image:url(../images/index1_6_h.png);}
.ul_6 li .text .p{  width:100%; margin-top:5px; font-size:14px; color:#666; line-height:26px; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2; overflow:hidden;}
.ul_6 li:hover{ background:#c8a972;}
.ul_6 li:hover .time h2,.ul_6 li:hover .time h5,.ul_6 li:hover .text .p,.ul_6 li:hover .text .title .elli{ color:white;}
.ul_6 li:hover .text .p{ opacity:0.8;}
.ul_6 li:hover .text .title .btn a.al{ background-image:url(../images/xwzx2.png);}
.ul_6 li:hover .text .title .btn a.a2{ background-image:url(../images/xwzx1.png);}
.more{ width:120px; display:block; margin-top:10px; border:#2d3845 1px solid; text-align:center;border-radius:18px; line-height:30px; font-size:14px; }
.more a{ color:#2d3845}
.ul_6 li:hover .more{ border:#fff 1px solid}
.ul_6 li:hover .more a{ color:#fff}
@media screen and (max-width:1023px) {
.ul_6 li{ margin-top:20px; padding:20px 36px 20px 145px; height:180px;}
.ul_6 li .time{ width:125px; height:140px; top:20px;}
.ul_6 li .time h2{ font-size:52px; line-height:49px;}
.ul_6 li .time h5{ font-size:16px; line-height:26px;}
.ul_6 li .text{ padding-left:205px;}
.ul_6 li .text .img{ width:184px; height:auto;}
.ul_6 li .text .title{ padding-right:60px; margin-top:14px;}
.ul_6 li .text .title .elli{ font-size:16px; line-height:26px;}
.ul_6 li .text .title .btn{ top:3px;}
.ul_6 li .text .title .btn a{ margin:0 5px 0 5px;}
}
@media screen and (max-width:767px) {
.c_1570_1{ padding:10px 0 30px 0; margin-bottom:0}
.ul_6{ margin-top:-3px; padding:0 5px}
.ul_6 li{ margin-top:10px; padding:10px 6px 10px 10px; height: auto; margin-bottom:0;box-shadow: 0 5px 5px 0 rgba(95,125,158,.2);}
.ul_6 li .time{ width:85px; height:24px; top:15px; background:rgba(0,0,0,0.8); z-index:5; left:10px; border:0; display:none}
.ul_6 li .time h2{ display:inline-block; width:auto; font-size:18px; line-height:24px; margin-top:0;}
.ul_6 li .time h5{ display:inline-block; width:auto; font-size:12px; line-height:24px; color:#FFF}
.ul_6 li .text{ padding-left:0; width:100%;}
.ul_6 li .text .img{ width:94px; top:5px;}
.ul_6 li .text .title{ padding-left:100px; margin-top:0px; padding-right:0; height:auto; overflow:hidden}
.ul_6 li .text .title .elli{ font-size:14px; line-height:24px;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;
}
.ul_6 li .text .title .btn{ top:1px;}
.ul_6 li .text .p{ font-size:12px; line-height:22px; height:42px; margin-top:8px;}
.ul_6 li .text .title .btn a{ margin:2px; width:20px; height:20px;}
.ul_6 li .text .p{  width:100%; margin-top:5px; font-size:12px; color:#666; line-height:22px; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2; overflow:hidden; padding-left:100px}
	 
.more{ width:100px; display:block; margin-top:10px; border:#2d3845 1px solid; text-align:center;border-radius:18px; line-height:30px; font-size:12px; }
.more a{ color:#2d3845}

}


.dongtai{ margin-bottom:50px; height:auto; overflow:hidden}
.dongtai ul{ padding:0 15px}
.dongtai ul li{ border-bottom:#cfcfcf 1px dashed; line-height:48px; overflow:hidden; background:url(../images/biao2.jpg) left center no-repeat; padding-left:20px;}
.dongtai ul li p{ display:block; float:left; width:80%;text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap; font-size:15px;}
.dongtai ul li em{ display:block; float:right; color:#999; font-style:normal; font-size:14px}

.ny_wh{ height: auto; overflow:hidden; line-height:40px; font-size:15px}
.ny_wh strong{ font-size:16px; color:#bd241e}
@media only screen and (max-width:640px){
.dongtai{ margin-bottom:30px; height:auto; overflow:hidden}

.dongtai ul li{ border-bottom:#cfcfcf 1px dashed; line-height:48px; overflow:hidden; background:url(../images/biao2.jpg) left center no-repeat; padding-left:15px;}

.dongtai ul li p{ display:block; float:left; width:60%;text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap; font-size:14px;}
.dongtai ul li em{ display:block; float:right; color:#999; font-style:normal; font-size:12px}
.ny_wh{ height: auto; overflow:hidden; line-height:36px; font-size:14px}
.ny_wh strong{ font-size:15px; color:#bd241e}

}


.xz_sa{width:100%; padding:80px 0; background:url(../images/sj_dt.png) no-repeat center / cover; overflow:hidden;position:relative;}
.xz_sa .xz_wt{width:540px; height:540px; padding:37px; border:3px solid #2d3845; border-radius:50%; margin:0 auto; position:relative;}
.xz_sa .xz_wt .xz_zx{width:460px; height:460px; border-radius:50%; background:url(../images/zs5.png) no-repeat center / cover; color:#fff; text-align:center; position:relative;}
.xz_sa .xz_wt .xz_bt{width:90%; position:absolute; top:50%; left:5%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);}
.xz_sa .xz_wt .xz_bt h3{font-size:38px; font-weight:bold;}
.xz_sa .xz_wt .xz_bt p{font-size:22px; margin-top:15px;}
.xz_sa .xz_wt .hd{width:100%; height:100%; position:absolute; top:0; left:0;}
.xz_sa .xz_wt .hd span{width:20px; height:20px; background-color:#fff; border-radius:50%; border:5px solid #2d3845; display:block; position:absolute;}
.xz_sa .xz_wt .hd .w_z{font-size:25px; letter-spacing:1px; line-height:30px; color:#333;}
.xz_sa .xz_wt .hd ul li{width:100%; position:absolute; cursor:pointer;}
.xz_sa .xz_wt .hd ul li.l_1{top:-60px; left:0;}
.xz_sa .xz_wt .hd ul li.l_1 .w_z{text-align:center;}
.xz_sa .xz_wt .hd ul li.l_1 span{left:50%; margin-left:-10px; bottom:-40px;}
.xz_sa .xz_wt .hd ul li.l_2{top:130px; right:-102%;}
.xz_sa .xz_wt .hd ul li.l_2 .w_z{text-align:left;}
.xz_sa .xz_wt .hd ul li.l_2 span{left:-48px; top:50%; margin-top:-10px;}
.xz_sa .xz_wt .hd ul li.l_3{bottom:130px; right:-102%;}
.xz_sa .xz_wt .hd ul li.l_3 .w_z{text-align:left;}
.xz_sa .xz_wt .hd ul li.l_3 span{left:-48px; top:50%; margin-top:-10px;}
.xz_sa .xz_wt .hd ul li.l_4{bottom:-60px; left:0;}
.xz_sa .xz_wt .hd ul li.l_4 .w_z{text-align:center;}
.xz_sa .xz_wt .hd ul li.l_4 span{left:50%; margin-left:-10px; top:-40px;}
.xz_sa .xz_wt .hd ul li.l_5{bottom:130px; left:-102%;}
.xz_sa .xz_wt .hd ul li.l_5 .w_z{text-align:right;}
.xz_sa .xz_wt .hd ul li.l_5 span{right:-48px; top:50%; margin-top:-10px;}
.xz_sa .xz_wt .hd ul li.l_6{top:130px; left:-102%;}
.xz_sa .xz_wt .hd ul li.l_6 .w_z{text-align:right;}
.xz_sa .xz_wt .hd ul li.l_6 span{right:-48px; top:50%; margin-top:-10px;}
.xz_sa .xz_wt .hd ul li.on .w_z{color:#2d3845;}
.xz_sa .xz_wt .hd ul li.on span{border:5px solid #2d3845;}
.xz_sa .xz_yq{width:570px; height:570px; background:url(../images/x_t.png) no-repeat center / cover; position:absolute; top:50%; left:50%; margin-top:-285px; margin-left:-285px;
animation:haha 24s linear infinite;
-webkit-animation: haha 24s linear infinite;
-moz-animation: haha 24s linear infinite;
-ms-animation: haha 24s linear infinite;
-o-animation: haha 24s linear infinite;}
@media (min-width:1081px){
.xz_sa{padding:80px 0;}
.xz_sa .xz_wt{width:500px; height:500px; padding:38px; border:2px solid #2d3845;}
.xz_sa .xz_wt .xz_zx{width:420px; height:420px;}
.xz_sa .xz_wt .xz_bt h3{font-size:32px;}
.xz_sa .xz_wt .xz_bt p{font-size:18px; margin-top:10px;}
.xz_sa .xz_wt .hd span{width:16px; height:16px; border:4px solid #2d3845;}
.xz_sa .xz_wt .hd .w_z{font-size:22px;}
.xz_sa .xz_wt .hd ul li.l_1 span{margin-left:-8px; bottom:-37px;}
.xz_sa .xz_wt .hd ul li.l_2 span{left:-39px; margin-top:-8px;}
.xz_sa .xz_wt .hd ul li.l_3 span{left:-39px; margin-top:-8px;}
.xz_sa .xz_wt .hd ul li.l_4 span{margin-left:-8px; top:-37px;}
.xz_sa .xz_wt .hd ul li.l_5 span{right:-39px; margin-top:-8px;}
.xz_sa .xz_wt .hd ul li.l_6 span{right:-39px; margin-top:-8px;}
.xz_sa .xz_yq{width:530px; height:530px; margin-top:-265px; margin-left:-265px;}
}
@media (min-width:1600px){
.xz_sa{padding:120px 0;}
.xz_sa .xz_wt{width:540px; height:540px; padding:37px; border:3px solid #2d3845;}
.xz_sa .xz_wt .xz_zx{width:460px; height:460px;}
.xz_sa .xz_wt .xz_bt h3{font-size:38px;}
.xz_sa .xz_wt .xz_bt p{font-size:22px; margin-top:15px;}
.xz_sa .xz_wt .hd span{width:20px; height:20px; border:5px solid #2d3845;}
.xz_sa .xz_wt .hd .w_z{font-size:25px;}
.xz_sa .xz_wt .hd ul li.l_1 span{margin-left:-10px; bottom:-40px;}
.xz_sa .xz_wt .hd ul li.l_2 span{left:-48px; margin-top:-10px;}
.xz_sa .xz_wt .hd ul li.l_3 span{left:-48px; margin-top:-10px;}
.xz_sa .xz_wt .hd ul li.l_4 span{margin-left:-10px; top:-40px;}
.xz_sa .xz_wt .hd ul li.l_5 span{right:-48px; margin-top:-10px;}
.xz_sa .xz_wt .hd ul li.l_6 span{right:-48px; margin-top:-10px;}
.xz_sa .xz_yq{width:570px; height:570px; margin-top:-285px; margin-left:-285px;}
}
@media only screen and (max-width:640px){
.xz_sa{padding:160px 0;}
.xz_sa .xz_wt{width:300px; height:300px; padding:18px; border:2px solid #2d3845;}
.xz_sa .xz_wt .xz_zx{width:260px; height:260px;}
.xz_sa .xz_wt .xz_bt h3{font-size:24px;}
.xz_sa .xz_wt .xz_bt p{font-size:16px; margin-top:10px;}
.xz_sa .xz_wt .hd .w_z{width:150px; font-size:20px; letter-spacing:0;}
.xz_sa .xz_wt .hd ul li.l_1{top:-82px;}
.xz_sa .xz_wt .hd ul li.l_1 span{bottom:-30px;}
.xz_sa .xz_wt .hd ul li.l_1 .w_z{margin:0 auto;}
.xz_sa .xz_wt .hd ul li.l_2{top:25px;}
.xz_sa .xz_wt .hd ul li.l_3{bottom:25px;}
.xz_sa .xz_wt .hd ul li.l_4{bottom:-80px;}
.xz_sa .xz_wt .hd ul li.l_4 span{top:-30px;}
.xz_sa .xz_wt .hd ul li.l_4 .w_z{margin:0 auto;}
.xz_sa .xz_wt .hd ul li.l_5{bottom:25px;}
.xz_sa .xz_wt .hd ul li.l_5 .w_z{float:right;}
.xz_sa .xz_wt .hd ul li.l_6{top:25px;}
.xz_sa .xz_wt .hd ul li.l_6 .w_z{float:right;}
.xz_sa .xz_yq{width:320px; height:320px; margin-top:-160px; margin-left:-160px;}
}



.ll_js{ padding:0 35px;  overflow:hidden;}
.ll_js .ll_tp img{max-width:100%; height:auto; display:block; margin:0 auto;}
.ll_js .js_nr{ margin-top:10px;  text-align:center; position:relative; }
.ll_js .js_nr .n_r{background-color:#fff; padding:20px 25px;height:auto; overflow:hidden; margin-bottom:20px;box-shadow:0 5px 10px 0 rgba(50,50,50,.1);}
.ll_js .js_nr .row{margin:0 15px;}
.ll_js .js_nr .col-12{padding:0 10px;}
.ll_js .js_nr h3{font-size:18px; line-height:30px; color:#555; margin-bottom:5px; margin-top:10px; font-weight:bold}
.ll_js .js_nr em{width:40px; height:3px; background-color:#eb5e01; margin:15px auto ; display:none;}
.ll_js .js_nr p{font-size:15px; line-height:26px; min-height:56px;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2; }
.ll_js .js_nr .tp{ width:70px; padding-top:10px; height:70px; margin:10px  0 20px;border-radius:50%; background:#f7f7f7; }
.ll_js .js_nr .tp img{ width:50px; margin:0 auto ; display:block}
.ll_js .js_nr .wz{  width:100%; text-align:left; margin-right:0 }
.ll_js .js_nr .wz1{ width:100%; text-align:left; margin-right:0}
.ll_js .js_nr span {
  font-size: 100px;
  line-height: 120px;
  font-family: "Geometr706 BlkCn BT";
  color: #fafafa;
  position: absolute;
  top: 10px;
  right: 25px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;  
}
@media only screen and (max-width:1024px) {
.ll_js{padding-bottom:80px;}
.ll_js .js_nr{padding:30px; margin-top:40px;}
.ll_js .js_nr .row{margin:0 -20px;}
.ll_js .js_nr .col-12{padding:0 20px;}
.ll_js .js_nr h3{font-size:22px; line-height:34px;}
.ll_js .js_nr em{margin:15px auto 20px;}
.ll_js .js_nr p{font-size:14px; line-height:24px;}
}
@media only screen and (max-width:640px) {
.ll_js{padding-bottom:50px; padding:0 10px}
.ll_js .js_nr{padding:0; margin-top:20px; box-shadow:none; }
.ll_js .js_nr .n_r{ padding:10px}
.ll_js .js_nr .row{margin:0 -8px;}
.ll_js .js_nr .col-6{padding:0 8px;}
.ll_js .js_nr .col-12{padding:0 8px;}
.ll_js .js_nr .tp{ width:70px; padding-top:10px; height:70px; margin:  0;border-radius:50%; background:#f7f7f7; float:left; margin-top:10px}
.ll_js .js_nr .wz{  width:70%; text-align:left; margin-right:0; float:right }
.ll_js .js_nr .wz1{ width:70%; text-align:left; margin-right:0; float:right}

.ll_js .js_nr h3{font-size:16px; line-height:32px; margin-top:0px;}
.ll_js .js_nr em{width:40px; height:2px; margin:8px auto 10px;}
.ll_js .js_nr p{font-size:14px; line-height:22px; min-height: inherit; height:auto}
.ll_js .js_nr span {
  font-size: 45px;
  line-height: 60px;
  font-family: "Geometr706 BlkCn BT";
  color: #fafafa;
  position: absolute;
  top: -10px;
  right: 15px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
}

.sy_cp{width:100%; padding:80px 0; background:url(../images/syimg1.jpg) no-repeat center / cover; text-align:center; position:relative;}
.sy_cp .product_TabTitle{width:100%; margin-bottom:40px;margin-top:40px; text-align:center;}
.sy_cp .product_TabTitle li{display:inline-block; margin:0px 9px; text-align:center; line-height:46px; border:solid 1px #aaa; color:#666; font-size:16px; padding:0px 30px; cursor:pointer;
transition:all .5s; 
-o-transition:all .5s; 
-ms-transition:all .5s; 
-moz-transition:all .5s; 
-webkit-transition:all .5s;}
.sy_cp .product_TabTitle li:hover{border:solid 1px #c8a972; background-color:#c8a972; color:#FFF;}
.sy_cp .product_TabTitle li.on{border:solid 1px #c8a972; background-color:#c8a972; color:#FFF;}
.sy_cp .td_zs{text-align:center; overflow:hidden; display:none;}
.sy_cp .td_zs.dk{display:block;}

.sy_cp .xx1 ul li {width: 25.25%;margin: 0.208333%;float: left;position: relative;overflow: hidden;}
.sy_cp .xx1 ul li h3 {position: absolute;font-size: 16px;color: #fff;line-height: 40px;background: rgba(0,0,0,0.6);width: 100%;text-align: center;left: 0;bottom: 0;}
.sy_cp .xx1 ul li img {width: 100%;display: block;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cp .xx1 ul li:hover img {-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cp .xx1 ul li:first-child{width: 48.25%;}

@media only screen and (max-width:640px) {
.sy_cp{padding:30px 0;}
.sy_cp .product_TabTitle{width:100%; margin-bottom:20px;margin-top:20px; text-align:center;}
.sy_cp .product_TabTitle li{display:inline-block; margin:5px 2px; text-align:center; line-height:36px; border:solid 1px #aaa; color:#666; font-size:14px; padding:0px 8px; cursor:pointer;
transition:all .5s; 
-o-transition:all .5s; 
-ms-transition:all .5s; 
-moz-transition:all .5s; 
-webkit-transition:all .5s;}
.sy_cp .xx1 ul li:first-child{width: 100%;}
.sy_cp .xx1 ul li {width: 49.5%;margin: 0.208333%;float: left;position: relative;overflow: hidden;}

}


.sy_cpfw{padding: 60px 0 20px;background: url(../images/ab_b1.png) no-repeat center / cover fixed;overflow: hidden; margin-top:-70px; }
.sy_cpfw  .ny_bt{ margin-bottom:80px}

.section-wrapper{}
.mall-app>ul{ padding:0 10px}
.mall-app>ul:before,
.mall-app>ul:after{content: " ";display: table;box-sizing: inherit;}
.mall-app>ul>li{float: left;width: 13.4%;box-sizing: border-box; margin-right:1%; margin-bottom:4%;border-radius:10px;}
.mall-app>ul>li:nth-child(7n){margin-right:0; }
.mall-app-card{position: relative;height: 220px;background-size: cover;background-position: center;text-align: center;cursor: pointer;border-radius:10px;}
.mall-app-card-bg{position: absolute;z-index: 0;top: 0;right: 0;bottom: 0;left: 0;transition: 0.2s;background: rgba(0,0,0,0.5);border-radius:10px;}
.mall-app-card-top{position: relative;height: 50%;}
.mall-app-card-top i{display: block;position: absolute;top: 60px;right: 0;left: 0;width: 48px;height: 49px;margin: 0 auto;background-position: center;transition: 0.2s;background-repeat: no-repeat;}
.mall-app-card-top span{display: block;position: absolute;top: -25px;left: 50%; margin-left:-25px;width: 50px;height: 50px; background:#2d3845;border-radius:50%; border:#fff 0 solid; color:#fff; font-size:20px; line-height:50px; font-weight:bold}
.mall-app-card-top h2{position: absolute;top: 135px;right: 0;left: 0;font-size: 20px;line-height: 28px;color: #fff;transition: 0.2s;font-weight:bold}
.mall-app-card-top h2:before{content: "";position: absolute;top: 100%;right: 0;left: 0;width: 0;height: 3px;margin: 15px auto;background-color: #2d3845;transition: 0.2s 0.2s;}
.mall-app-card-top p{position: absolute;top: 103px;right: 0;left: 0;padding-left: 40px;padding-right: 40px;margin: 10px auto 0;font-size: 16px;line-height: 28px;color: #fff;opacity: 0;transition: 0.2s;}
.mall-app-card-bottom{position: relative;height: 50%;padding-top: 30px;font-size: 14px;line-height: 24px;color: #fff;}
.mall-app-card-bottom li{margin-bottom: 10px;}
.mall-app-card-bottom li a {color: #fff;}
.mall-app-card-bottom li a:hover{color:#2d3845;}
.section-bottom{padding-top: 40px;padding-bottom: 50px;}
.section-more-wrap{text-align: center;}
.section-more-wrap a{display: inline-block;font-size: 16px;line-height: 24px;color: #666a75;cursor: pointer;user-select: none;transition: 0.2s;}
.section-more-wrap a:hover{color:#2d3845;}
.section-more-wrap a:hover i{transform: translate3d(5px, 0px, 0px);}
.section-more-wrap a .cui-icon{margin-top: -2px;margin-left: 10px;transition: transform 0.2s;}
.cui-icon{font-family: 'cui-icon' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;display: inline-block;vertical-align: middle;font-size: 16px;}
.mall-app-card:hover .mall-app-card-bg{background: rgba(15,94,173,0.8)} 
.mall-app-card:hover .mall-app-card-top i{opacity: 0;}
.mall-app-card:hover .mall-app-card-top h2{top: 45px; font-weight:bold}
.mall-app-card:hover .mall-app-card-top h2:before{width: 48px;}
.mall-app-card:hover .mall-app-card-top p{margin-top: 0; opacity: 1;}

@media only screen and (max-width:640px) {
.sy_cpfw  .ny_bt{ margin-bottom:50px}

.mall-app>ul>li{float: left;width: 49%;box-sizing: border-box; margin-right:2%; margin-bottom:10%;border-radius:10px;}
.mall-app>ul>li:nth-child(even) {margin-right:0; }
.mall-app>ul>li:nth-child(odd) {margin-right:2%; }
.mall-app-card:hover .mall-app-card-top p{margin-top: 0; opacity: 1; font-size:12px;padding-left: 10px;padding-right: 10px;}
.mall-app-card-top h2{ font-size:16px}
}




.pro{ width:100%;  margin:60px auto; }
.pro .gs_bt{ text-align:center}
.pro ul{ display: flex; }
.pro ul li{ float:left; width:16.6%; border:#fff 2px solid; box-sizing:border-box; position:relative; overflow:hidden;}
.pro ul li a{ display:block; }
.pro ul li i{ display:block; width:100%; height:450px; overflow:hidden; position:relative;}
.pro ul li i img{ position:absolute; top:0; left:50%; transform:translateX(-50%);  height:100%; width:auto; transition:all 0.6s}

.pro ul li .cpzi{ position:absolute; width:100%; top:400px; z-index:0; left:0; text-align:center; padding:0 10px; box-sizing:border-box; transition:all 0.6s ; z-index:999}
.pro ul li .cpzi h3{ display:block; font-size:18px; color:#fff; position:relative;z-index:99; font-weight:bold}
.pro ul li .cpzi  em{display:block; width:60px; height:2px; background:#eb5522; margin:5px auto;position:relative;z-index:99}

.pro ul li:hover .cpzi{ top:50%; transform:translateY(-50%); transition:all 0.6s}

.pro ul li:hover  i img{ transform:translateX(-45%); transition:all 0.6s}

.pro ul li .cpzi p{ display:block; color:#fff; font-size:14px; margin:30px 0; line-height:25px; max-height:75px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden;position:relative;z-index:99}
.pro ul li .cpzi  span a{ display:block; background:#eb5522; width:120px; line-height:35px; margin:0 auto;  text-align:center; color:#fff;transition:all 0.6s;position:relative;z-index:99}
.pro ul li .cpzi  span a:hover{ background:#eb5522; color:#fff; transition:all 0.6s}


.pro ul li:after {
  content: '';
  display: block;
  position: absolute;
  z-index:9;
  top: 50%;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);
}


.pro ul li:hover:after{
  top:0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

@media only screen and (max-width:992px) {
.pro{ width:100%;  margin:20px auto; }

.pro ul{ display: block  ; }
.pro ul li{ float:left; width:50%; border:#fff 2px solid; box-sizing:border-box; position:relative; overflow:hidden;}
.pro ul li i{ display:block; width:100%; height:250px; overflow:hidden; position:relative;}
.pro ul li .cpzi{ position:absolute; width:100%; top:210px; z-index:0; left:0; text-align:center; padding:0 10px; box-sizing:border-box; transition:all 0.6s ; z-index:999}
.pro ul li .cpzi h3{ display:block; font-size:16px; color:#fff; position:relative;z-index:99; font-weight:bold}

}


.ny_hy{ height: auto; overflow:hidden; padding-bottom:50px}
.ny_hy ul li { border:1px solid #e1e1e1; margin-bottom:30px;  padding:15px; box-sizing:border-box; position:relative;  }
.ny_hy ul li a{ display:block;display: flex;   justify-content: space-between;   align-items: center; }

.ny_hy ul li .tp { width:30%; overflow:hidden}
.ny_hy ul li .tp img { width:100%; height:auto; transition:all 0.6s}
.ny_hy ul li:hover .tp img{ transform:scale(1.1,1.1); transition:all 0.6s}
.ny_hy ul li .wz {  width:70%; padding:0 50px; box-sizing:border-box} 
.ny_hy ul li .wz h1 {  text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:40px; font-weight:500; margin:20px 0; font-size:18px; color:#333; text-align: justify;}

.ny_hy ul li .wz p { font-size:14px; line-height:25px; color:#666; max-height:75px; margin-bottom:25px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden;text-align: justify;}

.ny_hy ul li .wz .rq {  color:#999; font-size:14px}
.ny_hy ul li .wz .gd { line-height:25px; height:25px;  font-size:14px;}
.ny_hy ul li .wz .gd em{ display:inline-block; width:40px; height:2px; background:#e1e1e1; margin-right:15px; transition:all 0.6s}
.ny_hy ul li:hover .wz .gd em{ width:60px; transition:all 0.6s; background:#c8a972;}
.ny_hy ul li a:hover h1{ color:#c8a972}
.ny_hy ul li a:hover .gd{ color:#c8a972}

.ny_hy ul li:hover { box-shadow: 0px 0px 10px rgba(195,195,195,0.75);}

@media only screen and (max-width:992px) {

.ny_hy ul li .wz h1 { font-size:16px; margin:10px 0; line-height:30px;}

.ny_hy ul li .wz p { margin-bottom:10px}

.ny_hy ul li .wz {   padding:0 20px; } 
}

@media only screen and (max-width:600px) {
.ny_hy{ height: auto; overflow:hidden; padding-bottom:0px}
.ny_hy ul li { border:1px solid #e1e1e1; margin-bottom:20px;  padding:15px; box-sizing:border-box; position:relative;  }

.ny_hy ul li a{ display:block}
.ny_hy ul li .tp { float:none; width:100%; padding:0px; box-sizing:border-box; padding-bottom:0;overflow:hidden}
.ny_hy ul li .wz { width:100%; float:none; padding:0; padding-top:15px} 
.ny_hy ul li .wz p{ margin-bottom:10px;-webkit-line-clamp: 2;}
.ny_hy ul li .wz .rq{  font-size:12px; margin-bottom:10px;}
.ny_hy ul li .wz .gd { font-size:12px}
}



.sy1{padding:0 0 ;}



#lib_Tab1{padding:0px 60px; }

.lib_Menubox {position:relative; margin-top:15px; height:100px;}
.lib_Menubox ul{margin:0px;padding:0px;list-style:none; position:absolute; width:100%; text-align:center;}
.lib_Menubox li{float:left;display:inline-block;cursor:pointer;width:20%;color:#666; padding-top:15px; padding-bottom:30px;  font-size:20px; position:relative; font-weight:500}
.lib_Menubox li.hover{padding:0px;width:20%;color:#c8a972; padding-top:15px;padding-bottom:30px;position:relative;}
.lib_Contentbox{clear:both;margin-top:0px; border-top:none;height:auto;  background:#fafafa; }

.lib_Menubox li em{ display:block; font-size:12px; font-style:normal}

.lib_Menubox li.hover:before{ content:""; position:absolute; top:0; width:8px; height:8px; border-radius:5px; background:#c8a972; left:50%; transform:translateX(-50%)}

.lib_Menubox li.hover:after{ content:""; position:absolute; bottom:0; width:2px; height:25px; background:#c8a972; left:50%; transform:translateX(-50%)}


.ppic{ width:50%; padding-bottom:27.5%; position:relative; overflow:hidden}
.ppic img{ position:absolute; width:100%; height:auto; min-height:100%; left:0; top:0; transition:all 0.6s}
.ppzi{ width:50%; padding:20px 50px; box-sizing:border-box}
.cpzs1{display: flex;   justify-content: space-between;   align-items: center; position:relative}

.cpzs1 .ppzi h1{ position:absolute; right:10px; bottom:0; font-size:120px; color:rgba(102,102,102,0.1)}
.cpzs1 .ppzi h2{ display:block;  line-height:35px; color:#666; margin:20px 0; font-weight:normal}
.cpzs1 .ppzi h2 span{ margin-right:10px;font-size:16px;}
.cpzs1 .ppzi h3{ display:block; font-size:18px; font-weight:bold; color:#c8a972}
.cpzs1 .ppzi p{ display:block; font-size:20px; color:#ddd; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif }

.cpzs1 .ppzi  em{ display:block; width:60px; height:2px; background:#eee; margin-top:20px}

.cpzs1 .ppzi span a{ display:block; width:120px; line-height:40px;  color:#666; margin-top:40px;transition:all 0.6s; font-size:14px; display: flex;     align-items: center; transition:all 0.6s  }
.cpzs1 .ppzi span a i{ display:block;  background:#c8a972; color:#fff; width:25px; line-height:25px; border-radius:50%; text-align:center; transform:translateX(5px); transition:all 0.6s; font-size:14px}
.cpzs1 .ppzi span a:hover i{ transform:translateX(15px); transition:all 0.6s}
.cpzs1 .ppzi span a:hover { color:#2d3845}


@media only screen and (max-width:1400px){
.cpzs1 .ppzi h3{ font-size:23px}	
.cpzs1 .ppzi h1{ font-size:80px}
.cpzs1 .ppzi h2 {

    font-size: 14px;
    line-height: 25px;
     margin: 20px 0;
   
}

.cpzs1 .ppzi span a i{  width:23px; line-height:23px;}
	
.bt1 h3{ font-size:35px;  }
.cpzs1 .ppzi h2{ display:block;  line-height:35px; color:#666; margin:10px 0; font-weight:normal}
.cpzs1 .ppzi h2 span{ margin-right:10px;font-size:14px;}
.cpzs1 .ppzi  em{ display:block; width:40px; height:2px; background:#eee; margin-top:15px}

}


@media only screen and (max-width:992px){
.bt1{ margin-bottom:20px}	
.bt1 h3{ font-size:23px;   }
.sy1{  padding:20px 0;}


.lib_Menubox {position:relative; margin-top:15px; height:70px;}

.lib_Menubox li{width:20%; padding-top:15px; padding-bottom:15px;  font-size:14px; }
.lib_Menubox li.hover{width:20%; padding-top:15px;padding-bottom:15px;}

.lib_Menubox li.hover:after{ width:2px; height:10px; }


.cpzs1{ display:block}


.ppic{ width:100%; padding-bottom:50%; position:relative; overflow:hidden}
.ppzi{ width:100%; padding:15px; box-sizing:border-box}

.cpzs1 .ppzi h3{ font-size:18px}	
.cpzs1 .ppzi h1{ font-size:40px}
.cpzs1 .ppzi h2 {

    font-size: 14px;
    line-height: 25px;
     margin: 10px 0;
   
}

#lib_Tab1{padding:0px ; }

}
.youshi{ padding:0 60px}
.youshi ul li{ margin-bottom:80px;  box-sizing:border-box; display: flex;   justify-content: space-between;   align-items: center; position:relative }

.youshi ul li:nth-child(2n){flex-direction:row-reverse}

.youshi ul li .yspic{ width:60%; text-align:center; position:relative; z-index:0}
.youshi ul li .yspic img{ width:100%; height:auto;}



.youshi ul li .yszi{ width:50%; background:#fff;box-shadow: 0px 0px 20px rgba(195,195,195,0.75); position:absolute; z-index:9; right:0; padding:50px; box-sizing:border-box }
.youshi ul li .yszi h3{ display:block; margin-bottom:15px; font-size:18px}
.youshi ul li .yszi p{font-size:14px; line-height:25px; color:#666}

.youshi ul li:nth-child(2n) .yszi{ left:0}


.youshi ul li .yszi .num{ position:absolute; top:-20px; background:#c8a972; color:#fff; padding:20px; font-size:30px; right:0 }

@media only screen and (max-width:992px){
		
.youshi ul li{ display:block; margin-bottom:0}

.youshi ul li .yspic{ width:100%; }

.youshi ul li .yszi{ position:relative; width:90%; left:5%; top:-20px; padding:20px}
.youshi ul li:nth-child(2n) .yszi{ left:5%}
.youshi ul li .yszi .num{ padding:10px; font-size:20px}

.youshi ul li .yszi h3{ display:block; margin-bottom:10px; font-size:16px}
.youshi ul li .yszi p{font-size:12px; line-height:23px; color:#666}


	}
.yingyong{ padding:0 50px}
.yingyong ul{  display: -webkit-flex;/*很多浏览器用到的内核*/
            display: -ms-flexbox;/*ie*/
            display: -webkit-box;/*苹果*/
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
 
            display: flex;
            flex-direction: row; overflow:hidden }
.yingyong ul li{   -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            height: 400px;
            width: 25%; /* 让过渡表现良好。（从/到"width:auto"的过渡
                      至少在 Gecko 和 Webkit 上是有 bug 的。
                      更多信息参见 http://bugzil.la/731886 ） */
 
            -webkit-transition: width 0.7s ease-out;
            -ms-transition: width 0.7s ease-out;
            transition: width 0.7s ease-out; overflow:hidden; position:relative; letter-spacing: 5px; margin:0 10px}
.yingyong ul li:hover{ width:50%; writing-mode:horizontal-tb;letter-spacing: 0px }
.yingyong ul li img{ width:100%; height:100%;object-fit: cover;transition:all 0.6s}

.yingyong ul li .yyzi{ position:absolute; bottom:0; left:0; padding:30px; box-sizing:border-box; width:100%; height:auto;background-image: linear-gradient(180deg, transparent ,#000); z-index:99 }
.yingyong ul li .yyzi h3{ display:block; font-size:25px; color:#fff}
.yingyong ul li .yyzi p{ display:none}


.yingyong ul li:hover{ background:#c8a972;}
.yingyong ul li:hover img{ transform:scale(1.1,1.1); opacity:0.2; transition:all 0.6s}

.yingyong ul li:hover .yyzi{ background:none; top:50%; bottom:auto; transform:translateY(-50%); text-align:center}
.yingyong ul li:hover .yyzi h3:after{ content:""; display:block; width:2px; background:#fff; height:30px; margin:20px auto; }
.yingyong ul li:hover .yyzi p{ display:block; font-size:16px; line-height:25px; color:#fff}


@media only screen and (max-width:1400px){
.yingyong{ padding:0 ; margin-top:20px}
	
	.yingyong ul li{  height:350px; }
	
	.yingyong ul li .yyzi h3{ font-size:20px;}
	
	.yingyong ul li:hover .yyzi p{  font-size:14px; line-height:23px;}

	.yingyong ul li:nth-child(1){ margin-bottom:20px}
}


@media only screen and (max-width:992px){
.yingyong ul {flex-wrap:wrap;justify-content: space-between; }
	.yingyong ul li{  height:160px; writing-mode:horizontal-tb; margin:0; width:49%;flex:none }
	.yingyong ul li .yyzi{ padding:15px}
	.yingyong ul li .yyzi h3{ font-size:16px;}
	
	.yingyong ul li:hover .yyzi p{  font-size:14px; line-height:23px;}

	.yingyong ul li:nth-child(1){ margin-bottom:20px}
	
.sy4{  margin:20px auto; }
.yingyong ul li:hover .yyzi h3:after{ display:none; }
.yingyong ul li:hover .yyzi p{ display:none;}
	
}

.hui{ height:auto;overflow:hidden; padding:0 60px}

.dili .swiper-container{ margin:0}

.swiper-container-wrapper {
  display: flex;
  height: auto;
  width: 100%;
 justify-content: space-between;
 margin:0;
 
}


.gallery-top1 {
  width: 70%;
 height: auto;
 margin:0
 
}



.gallery-top1 .swiper-slide{ width:100%; height:auto; position:relative; overflow:hidden; border:0}
.gallery-top1  .swiper-slide .slpic{ width:100%; padding-bottom:65%; position:relative; overflow:hidden}
.gallery-top1  .swiper-slide .slpic img{ width:100%; height:100%; position:absolute; left:0; top:0}
.gallery-top1  .swiper-slide .title{ width:100%; height:auto; bottom:-200px; position:absolute; background:rgba(0,0,0,0.6); color:#fff; font-size:14px; line-height:25px; padding:20px; box-sizing:border-box; z-index:99; text-align:left; transition:all 0.6s}

.gallery-top1  .swiper-slide:hover .title{  bottom:0; transition:all 0.6s}



.gallery-thumbs1 {
 width: 28%;
 height: auto;
 padding: 0;
 margin-left:0;
 margin-right:0;


}



.gallery-thumbs1 .swiper-slide {
  width: 100%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  overflow:hidden;
 display: flex;   justify-content: space-between;   align-items: center; 
  padding:10px; box-sizing:border-box;
  background:#fafafa; border:0;
  border-left:#fff 2px solid;

}
.gallery-thumbs1 .swiper-slide i{ display:block; width:40%;}
.gallery-thumbs1 .swiper-slide p{ display:block; width:60%; padding-left:15px; box-sizing:border-box; font-size:14px; line-height:25px}

.gallery-thumbs1 .swiper-slide img{ width:100%; height:auto}

.gallery-thumbs1 .swiper-slide-thumb-active {
  opacity: 1;  border-left:#c8a972 2px solid;
  box-sizing:border-box
}





@media only screen and (max-width:768px){
.hui{ height:auto;overflow:hidden; padding:0 }
	

.swiper-container-wrapper {
	display:block

 
}

.gallery-top1 {
  width: 100%;
 height: auto;
 margin:0
 
}
	
	
.gallery-thumbs1 {
 width: 100%;
 height: auto;
 padding: 0;
 margin-left:0;
 margin-right:0;
 margin-top:10px


}

.gallery-thumbs1 .swiper-slide { padding:2px; margin-top:10px}
.gallery-thumbs1 .swiper-slide p{padding-left:5px; font-size:12px; line-height:20px}
	
.gallery-top1  .swiper-slide .title{  bottom:0;  font-size:12px; line-height:20px; padding:5px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow:hidden}	
	
}


.liucheng{ background:url(../images/rz3.jpg) no-repeat center top; height:1039px; overflow:hidden; width:1360px; margin:0 auto; display:block}
.yiceng{ margin-left:368px; margin-top:165px; width:100%; height:auto; overflow:hidden}
.yiceng li{ float:left; width:280px; margin-left:30px}
.tup{ float:left; width:40px; height:40px; background:#c8a972;border-radius:20px; margin-top:2px}
.tup img{ width:70%; margin:5px auto 0; display:block}
.wenz{ text-align:left; float:left; margin-left:20px}
.wenz h2{ font-size:18px; margin-bottom:10px; line-height:42px; font-weight:bold}
.wenz p{ font-size:15px; line-height:30px}

.yiceng2{  margin-top:89px; width:100%; height:auto; overflow:hidden; margin-left:240px}
.yiceng2 li{ float:left; width:280px; margin-left:20px}
.yiceng3{  margin-top:83px; width:100%; height:auto; overflow:hidden; margin-left:240px}
.yiceng3 li{ float:left; width:280px; margin-left:20px}
.yiceng4{  margin-top:102px; width:100%; height:auto; overflow:hidden; margin-left:740px}
.yiceng4 li{ float:left; width:280px; margin-left:20px}
.lcsj{ display:none}
.lcsj li{ float: left; margin-right:4%; width:48%; background:#fafafa; margin-bottom:4%; padding:20px 10px}
.lcsj li:nth-child(2){margin-right:0; }
.lcsj li:nth-child(3){margin-right:0; width:100% }
.lcsj li:nth-child(4){margin-right:2%; }
.lcsj li:nth-child(5){margin-right:0; }
.lcsj li:nth-child(6){margin-right:0; width:100% }
.lcsj li:nth-child(8){margin-right:0; }
.lcsj li:nth-child(9){margin-right:0; width:100% }

@media only screen and (max-width:640px){
.liucheng{ display:none}
.lcsj{ display: block}

.tup{ float:none; width:40px; height:40px; background:#c8a972;border-radius:20px; margin:0; padding-top:5px ; margin-bottom:10px}
.tup img{ width:80%; margin:0 auto ; display:block}
.wenz{ text-align:left; float:none; margin-left:0; margin:0 auto}
.wenz h2{ font-size:16px; margin-bottom:5px; line-height:22px; font-weight:bold}
.wenz p{ font-size:14px; line-height:24px}

}
.xinwen{ width:100%; }

.xw2{ width:100%;}

.xw2 .swiper-slide{ height:380px; position:relative}
.xw2 .swiper-slide .qzi{ display:block; width:100%; position:absolute; bottom:0; left:0; padding:10px; background:rgba(0,0,0,0.7); color:#fff; font-size:14px;}
.xw2 .swiper-slide .qzi p{ display:block;text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap;width:calc(100% - 100px)}
.xw2 .swiper-slide img{width:100%; height:100%;object-fit: cover;}


.xw2 .swiper-pagination{ text-align:right; padding-right:10px; box-sizing:border-box}

.xw2   .swiper-pagination-bullet{ background:#fff; opacity:1; border-radius:0}
.xw2  .swiper-pagination-bullet-active{ background:#c8a972}

@media only screen and (max-width:1440px){
.xw2 .swiper-slide{ height:320px; position:relative}
	
}
@media only screen and (max-width:992px){
.xinwen{ display:block}
.xw1{ width:100%; padding:15px;}
.xw2{ width:100%;}	

	.xw1 ul li{font-size:12px;  line-height:30px; }
	
.xw1 ul{ height:auto; overflow:inherit}
.xw2 .swiper-slide{ height:200px; position:relative}	


.dbanquan{ font-size:12px; line-height:23px;}
.dlogo img{ height:40px; width:auto}


}


.biaoti{ text-align:center; width:100%; margin-bottom:50px}
.biaoti h1 {font-size: 30px;color: #c8a972; font-weight: 500; text-align:center; line-height:40px}



.ny_bt{width:100%; text-align:center; text-transform:uppercase;  margin-bottom:40px; }
.ny_bt h2{font-family:Arial; font-size:62px; line-height:50px; color:#999; font-weight:800; color:rgba(153,153,153,0.1); position:relative;}
.ny_bt h3{font-size:30px; line-height:44px; margin-top:-30px;  padding-bottom:5px;}
.ny_bt span{margin:5px auto; width:45px; border-bottom:1px solid #c8a972; border-top:1px solid #c8a972; display:block;}
.ny_bt p { font-size:16px; color:#666; padding-top:5px}
@media only screen and (max-width:992px){
.ny_bt{margin-bottom:20px; }
.ny_bt h2{ font-size:30px;line-height:30px; }
.ny_bt h3{font-size:20px; padding-bottom:0; }
.ny_bt span{margin:0px auto; width:35px; }
.ny_bt p { font-size:14px; color:#666; padding-top:5px}   


.biaoti{ text-align:center; width:100%; margin-bottom:20px}
.biaoti h1 {font-size: 20px;color: #c8a972; font-weight: 500; text-align:center; line-height:30px}

}




.anli{ width:100%; margin:50px auto 0; padding:0 60px }
.anli ul{ display: flex;   justify-content: space-between; flex-wrap:wrap}

.anli ul li{ width:24%; padding-bottom:20%; position:relative; overflow:hidden; margin-bottom:1%}
.anli ul li img{ position:absolute; width:100%; height:100%;object-fit: cover; transition:all 0.6s}
.anli ul li:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}
.anli ul li:nth-child(1){ width:49.4%}
.anli ul li:nth-child(6){ width:49.4%}

.anli ul li .alzi{ position:absolute; z-index:2; background:rgba(0,0,0,0.6); width:100%; left:0; bottom:0; color:#fff; padding:15px; box-sizing:border-box;}
.anli ul li .alzi h3{ display:block; text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap; font-size:16px; font-weight:normal; }
.anli ul li .alzi p{ display:block; margin:15px 0; opacity:0.8; font-size:14px; line-height:25px; max-height:75px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden; display:none
}
.anli ul li .alzi span{ background:#c8a972; width:120px; line-height:30px; text-align:center; border-radius:20px; display:none; font-size:12px}

.anli ul li:hover .alzi{ height:100%; top:0}

.anli ul li:hover .alzi p{ display:block;}
.anli ul li:hover .alzi span{ display:block;}


@media only screen and (max-width:992px){

.anli{  margin:20px auto; padding:0 }
.anli ul li{ width:40%; padding-bottom:30%;}

.anli ul li:nth-child(1){ width:58%}
.anli ul li:nth-child(4){ width:58%}
.anli ul li:nth-child(5){ width:58%}
.anli ul li:nth-child(6){ width:40%}
.anli ul li .alzi{ padding:10px}
.anli ul li .alzi h3{ font-size:14px}

.anli ul li:hover .alzi{ height:auto; bottom:0; top:auto;}

.anli ul li:hover .alzi p{ display:none;}
.anli ul li:hover .alzi span{ display:none;}
}

.cpxq{ padding:60px 60px 50px}

.cp_zsk{ width:50%; float:left }

.gallery-topp { width:100%; height:auto; border:#eee 1px solid}
.gallery-thumbs2 {height:auto;box-sizing: border-box;padding: 10px 0;}
.gallery-thumbs2 .swiper-slide {height: 100%;opacity: 0.4;}
.gallery-thumbs2 .swiper-slide-thumb-active {opacity: 1;}

.cp_zsk .swiper-button-next{ background:url(../images/right.png) center no-repeat; background-size:30px auto;}
.cp_zsk .swiper-button-prev{ background:url(../images/left.png) center no-repeat; background-size:30px auto;}


.cpxqjs{ float:right; width:45%; font-size:16px; line-height:35px; color:#666}
.cpxqjs h3{ display:block; border-bottom:#c8a972 2px solid; padding:15px 0;font-size:20px; font-weight:bold; margin-bottom:20px; color:#333}
.cpxqjs p{ display:block; margin-bottom:30px}

@media only screen and (max-width:640px){
.cpxq{ padding:20px 0 0}
.cp_zsk{ width:100%; float:none }
.cpxqjs{ float:none; width:100%; font-size:14px; line-height:28px; color:#666}
.cpxqjs h3{ display:block; border-bottom:#c8a972 2px solid; padding:15px 0;font-size:16px; font-weight:bold; margin-bottom:10px; color:#333}
	
	
	}

.xw_xq{width:100%; padding:80px 60px; background-color:#fff; overflow:hidden; position:relative;}
.xw_xq .xq_nr{background-color:#fafafa; padding:50px;}
.xw_xq .xq_nr .b_t{font-size:26px; line-height:36px; font-weight:bold; color:#000; margin-bottom:20px; text-align:center}
.xw_xq .xq_nr .x_x{ padding-bottom:20px; border-bottom:1px solid #eee; margin-bottom:35px; text-align:center}
.xw_xq .xq_nr .x_x .z_c span{margin-right:20px; display:inline-block;}
.xw_xq .xq_nr .x_x .y_c a{display:inline-block; margin-left:15px; color:#094aab;}
.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:640px){
.xw_xq{padding:60px 0 ; margin-top:-1px; z-index:100;}
.xw_xq .container{max-width:100%;}
.xw_xq .xq_nr{background-color:#fff; padding:0;}
.xw_xq .xq_nr .b_t{font-size:18px; line-height:28px; margin-bottom:10px;}
.xw_xq .xq_nr .x_x{padding-bottom:10px; margin-bottom:20px; line-height:24px;}
.xw_xq .xq_nr .x_x .z_c{width:100%;}
.xw_xq .xq_nr .x_x .z_c span{margin-right:1.5rem;}
.xw_xq .xq_nr .x_x .y_c{width:100%;}
.xw_xq .xq_nr .x_x .y_c a{margin-left:.8rem;}
.xw_xq .xq_nr .n_r{line-height:26px;}
.xw_xq .xq_nr .n_r strong{font-size:1.6rem; line-height:2.4rem;}
.xw_xq .xq_nr .f_y{margin-top:20px; padding-top:20px; line-height:26px;}
}



.zw{ line-height:30px; padding:15px 0; min-height:350px;color:#555555; font-size:14px;}
.zw a:link{ color:#555555; }
.zw a:visited{ color:#555;}
.zw a:hover{ color:#FF6205;}
.zw a:active{color:#555555;}
.zw img{
 max-width:100%;

 width:expression(document.body.clientWidth>100%?"100%":"auto");

}

.xiaocms-page span{ margin:0 3px;  border:1px solid #2d3845;line-height:35px; padding:0 15px; background:#2d3845; color:#FFFFFF; display:inline-block; }
.xiaocms-page  a{margin:0 3px;   border:1px solid #eee;line-height:35px;background:#fff; display:block; color:#333; padding:0 15px;display:inline-block; }
.xiaocms-page  a:hover {margin:0 3px;   border:1px solid #2d3845;line-height:35px; background:#2d3845; color:#fff; padding:0 15px;display:inline-block;}

