@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#333; font-family:"Microsoft YaHei",Arial,Tahoma,sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:14px; border:0; background:none; outline:none; vertical-align:middle; font-family:"PingFang SC","Source Han Sans CN","Microsoft YaHei",Arial,Tahoma,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#000; text-decoration:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#dd4b23; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background-color:#000;}
::-webkit-scrollbar-thumb{background-color:#aaa;}
::-webkit-scrollbar-thumb:hover{background-color:#5b5b5b;}
::-webkit-scrollbar-thumb:active{background-color:#dd4b23;}
@media only screen and (max-width:992px){
body{font-size:13px;}
input,select,button,textarea{font-size:13px;}
input,textarea{-webkit-appearance:none; border-radius:0;}
}

@media only screen and (max-width:992px){
html.on{width:100%; height:100%; position:fixed; top:0; left:0; overflow:hidden;}
}

body{background-position:center; background-attachment:fixed; background-repeat:no-repeat; background-size:cover;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
@media only screen and (max-width:992px){
body.on{transform:translateX(-60%);
-webkit-transform:translateX(-60%);
-moz-transform:translateX(-60%);
-ms-transform:translateX(-60%);
-o-transform:translateX(-60%);}
}

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

.header{width:100%; padding:0 5%; border-bottom:1px solid rgba(255,255,255,0.3); position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on{box-shadow:0 0 10px #ddd; background-color:#fff;}
.header .logo{width:180px; float:left; margin:10px 0; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.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;}
.heade.on .logo img{opacity:0;}
.header .logo img.d_w{position:absolute; top:0; left:0; opacity:0;}
.header.on .logo img.d_w{opacity:1;}
.header .language{float:right; height:32px; text-align:center; line-height:32px; color:#fff; margin-top:32px; margin-left:15px; cursor:pointer; position:relative; z-index:9 ; font-size:17px}
.header.on .language{color:#555;}
.header .language .l_m i{display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
.header .language .x_l{width:120px; padding-top:8px; position:absolute; top:58px; left:50%; margin-left:-60px; display:none;}
.header .language .x_l:before{width:0; height:0; border-right:10px solid transparent; border-left:10px solid transparent; border-bottom:8px solid #535352; content:""; position:absolute; top:0; left:50%; margin-left:-10px;}
.header .language .x_l ul{padding:5px 15px; background-color:#535352;}
.header .language .x_l ul li a{color:#ddd; line-height:36px; display:block;}
.header .language .x_l ul li a:hover{color:#dd4b23;}
.header .s_ch{height:32px; font-weight:bold; line-height:32px; text-align:center; color:#fff; margin-top:32px; margin-left:25px; float:right; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .s_ch{color:#555;}
.header .s_ch i{font-size:22px;}
.header .s_ch:hover{color:#dd4b23;}
.header .an{position:absolute; top:50%; margin-top:-12px; right:15px; height:22px; width:30px; display:none;}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:10px; left:0;}
.header .an span.a3{top:20px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav{float:right;}
.header .nav ul{float:left;}
.header .nav ul li{margin:0 25px; float:left; position:relative;}
.header .nav ul li:after{width:0; height:2px; background-color:#fff; position:absolute; left:50%; bottom:0; content:"";
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.header.on .nav ul li:after{background-color:#dd4b23;}
.header .nav ul li:hover:after{width:100%;}
.header .nav ul li.on:after{width:100%;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:17px; color:#fff;  line-height:96px;}
.header.on .nav .y_j a{color:#555;}
.header.on .nav ul li:hover .y_j a{color:#dd4b23;}
.header.on .nav ul li.on .y_j a{color:#dd4b23;}
.header .nav .e_j{width:180px; padding:10px 0; background-color:#fff; box-shadow:0 0 5px #aaa; position:absolute; left:50%; margin-left:-90px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .nav .e_j a{font-size:14px; line-height:36px; text-align:center; display:block;}
@media (min-width:993px){
.header .language{margin-left:30px;}
.header .s_ch{margin-left:15px;}
.header .nav ul li{margin:0 15px;}
}
@media (min-width:1200px){
.header .language{margin-left:20px;}
.header .s_ch{margin-left:25px;}
.header .nav ul li{margin:0 25px;}
}
@media only screen and (max-width:992px){
.header{background-color:#fff; position:relative; top:auto; left:auto; padding:0 15px;}
.header .logo{width:130px; margin:5px 0;}
.header .logo img{width:100%; height:auto; display:block; opacity:0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .logo img.d_w{opacity:1;}
.header .language{color:#555; margin-top:26px; margin-right:50px;}
.header .language a{color:#555;}
.header .language a:hover{color:#dd4b23; text-decoration:none !important;}
.header .s_ch{margin-top:20px; margin-left:0; float:left;}
.header .an{display:block; right:39px;}
.header .nav{width:60%; height:100%; padding:10px 5% 0; margin:0; background-color:#141414; height:100%; position:fixed; top:0; right:-60%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul{width:100%; float:none;}
.header .nav ul li{width:100%; height:auto; line-height:50px; text-align:left; border-bottom:1px solid rgba(255,255,255,.1); float:none; padding:5px 0; margin:0;}
.header .nav ul li:after{display:none;}
.header .nav .y_j i{display:block; width:100%; padding-right:10px; position:absolute; top:0; right:0; font-size:14px; text-align:right; color:#fff; line-height:50px; z-index:99;}
.header .nav .y_j a{font-size:16px; line-height:50px; color:#fff;}
.header .nav ul li:hover .y_j a{color:#fff;}
.header .nav ul li.on .y_j a{color:#fff;}
.header .nav .e_j{width:100%; background:none; box-shadow:none; position:relative; left:auto; top:auto; padding:5px 0; margin-left:0; opacity:1; visibility:inherit; display:none;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transition:none;
-o-transition:none;
-ms-transition:none;
-moz-transition:none;
-webkit-transition:none;}
.header .nav ul li:hover .e_j{transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;}
.header .nav .e_j a{line-height:32px; text-align:left; color:#fff;}
}
@media only screen and (max-width:640px){
    
.header .an{right:15px;}
}
@media only screen and (max-width:320px){
.header .logo{width:168px;}
.header .language{margin-top:19px; margin-right:45px;}
}

.search{width:100%; background-color:#dd4b23; position:fixed; top:0; left:0; z-index:9999; display:none;}
.search .container{position:relative;}
.search .sc_gb{position:absolute; top:50%; margin-top:-25px; right:15px; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb:hover{transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);}
.search .sc_gb i{font-size:26px; line-height:50px; color:#fff;}
.search .sc_nr{width:700px; margin:20px auto;}
.search input{width:430px; height:56px; font-size:16px; line-height:56px; color:#fff; float:left;}
.search input::placeholder{color:#fff;}
.search button{width:70px; height:56px; line-height:60px; text-align:center; color:#fff; float:right; outline:none;}
.search button i{font-size:30px;}
@media only screen and (max-width:992px){
.search .sc_gb i{font-size:22px;}
.search .sc_nr{width:90%;}
.search input{width:85%; font-size:15px;}
.search button{width:15%;}
.search button i{font-size:26px;}
}

.head_h{width:100%; height:96px; background-color:#fff; overflow:hidden;}
@media only screen and (max-width:992px){
.head_h{display:block;}
}

.pc_ban{width:100%; height:100vh; position:relative; overflow:hidden;}
.pc_ban .swiper-slide:after{width:100%; height:100%; content:''; position:absolute; top:0; left:0; display:block; z-index:2; opacity:0.6; background:rgba(0,0,0,.5)}
.pc_ban .swiper-pagination-bullet{width:12px; height:12px; border-radius:50%;}
.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%);}
.pc_ban .w_z{width:80%; margin:0 auto; color:#fff; text-align:center; position:relative;}
.pc_ban .w_z h2{font-size:50px; line-height:50px; font-weight:bold; margin-bottom:10px}
.pc_ban .w_z p{font-size:19px; text-transform:uppercase; line-height:32px; margin-top:15px;} 
.pc_ban .w_z .n_r{margin-top:30px;}
.pc_ban .w_z .n_r a{width:150px; height:46px; background-color:#fff; font-size:16px; line-height:46px; color:#dd4b23; display:inline-block; margin:0 10px;}
.pc_ban .w_z .n_r a.hy_dl{background-color:#dd4b23; color:#fff;}
@media only screen and (max-width:992px){
.pc_ban{height:26vh; min-height:inherit;}
.pc_ban .container{width:100%; top:50%;}
.pc_ban .swiper-pagination{bottom:10px;}
.pc_ban .w_z{width:100%;}
.pc_ban .w_z h2{font-size:30px; font-weight:normal; line-height:44px;}
.pc_ban .w_z p{font-size:18px; line-height:28px;}
.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:22px; font-weight:bold; line-height:30px;}
.pc_ban .w_z p{font-size:15px; line-height:26px; margin-top:8px;}
.pc_ban .w_z .n_r{display:none;}
.pc_ban .w_z .n_r{margin-top:20px;}
.pc_ban .w_z .n_r a{width:110px; height:36px; font-size:15px; line-height:36px; margin:0 5px;}
}

.gy_bt{text-align:center; margin-bottom:40px;}
.gy_bt h3{font-size:28px; font-weight:bold; color:#000;}
.gy_bt p{font-size:16px; letter-spacing:1px; margin-top:10px;}
.gy_bt em{width:60px; height:4px; background-color:#dd4b23; display:block; margin:20px auto 0;}
@media only screen and (max-width:992px){
.gy_bt{margin-bottom:30px;}
.gy_bt h3{font-size:26px; line-height:36px;}
.gy_bt p{font-size:14px;}
.gy_bt em{width:50px; height:2px; margin:20px auto 0;}
}
@media only screen and (max-width:640px){
.gy_bt h3{font-size:22px; line-height:32px;}
.gy_bt p{font-size:13px; margin-top:6px;}
}

.sy_hy{width:100%; padding:80px 0; overflow:hidden;}
.sy_hy .row{margin:0 -10px;}
.sy_hy .col-12{padding:0 10px;}
.sy_hy .n_r{position:relative;}
.sy_hy .n_r:after{width:100%; height:100%; background-color:rgba(0,0,0,.2); content:""; position:absolute; top:0; left:0;}
.sy_hy .n_r:hover:after{background-color:rgba(0,0,0,.5);}
.sy_hy .t_p{overflow:hidden;}
.sy_hy .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;}
.sy_hy .n_r:hover .t_p img{transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);}
.sy_hy .w_z{position:absolute; left:5%; top:50%; z-index:9; width:90%; text-align:center; color:#fff; text-shadow:0 0 10px #444;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);}
.sy_hy .w_z h3{font-size:20px; line-height:32px; font-weight:bold;}
.sy_hy .w_z p{line-height:24px;}
@media only screen and (max-width:992px){
.sy_hy{padding:50px 0 30px;}
.sy_hy .n_r{margin-bottom:20px;}
.sy_hy .w_z h3{font-size:18px; line-height:30px;}
}

.sy_gy{width:100%; padding:120px 5%; background:url(../images/ys_bj.jpg) no-repeat center / cover fixed; overflow:hidden;}
.sy_gy .gy_bt{text-align:left;}
.sy_gy .gy_bt em{margin:20px 0 0;}
.sy_gy .gy_tp{display:none;}
.sy_gy .gy_tp img{width:100%; height:auto; display:block;}
.sy_gy .gy_wz{font-size:16px; line-height:32px; color:#333;}
.sy_gy a{width:160px; height:50px; border:2px solid #000; border-radius:5px; font-size:16px; line-height:46px; color:#000; text-align:center; display:block; margin-top:50px;}
.sy_gy a:hover{background-color:#dd4b23; border:2px solid #dd4b23; color:#fff;}
@media only screen and (max-width:992px){
.sy_gy{padding:0 24px; background:none;}
.sy_gy .gy_bt{text-align:center;}
.sy_gy .gy_bt em{margin:20px auto 0;}
.sy_gy .gy_tp{display:block;}
.sy_gy .gy_nr{padding:30px; background-color:#f7f7f7;}
.sy_gy .gy_wz{font-size:15px; line-height:30px; text-align:center;}
.sy_gy a{width:146px; height:44px; font-size:15px; line-height:40px; margin:30px auto 0;}
}
@media only screen and (max-width:640px){
.sy_gy{padding:0;}
.sy_gy .container-fluid{padding:0;}
.sy_gy .gy_nr{padding:20px 15px;}
.sy_gy .gy_wz{font-size:14px; line-height:26px;}
.sy_gy a{width:120px; height:38px; font-size:14px; line-height:34px;}
}

.sy_xw{width:100%; padding:80px 0; overflow:hidden;}
.sy_xw .xw_tj{position:relative;}
.sy_xw .xw_tj .swiper-xw{padding-bottom:40px;}
.sy_xw .xw_tj .swiper-button-prev{width:35px; height:35px; background:url(../images/zj1.png) no-repeat center; left:-60px; margin-top:-17px;
background-size:35px 35px;
-webkit-background-size:35px 35px;
-moz-background-size:35px 35px;
-ms-background-size:35px 35px;
-o-background-size:35px 35px;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_xw .xw_tj .swiper-button-next{width:35px; height:35px; background:url(../images/yj1.png) no-repeat center; right:-60px; margin-top:-17px;
background-size:35px 35px;
-webkit-background-size:35px 35px;
-moz-background-size:35px 35px;
-ms-background-size:35px 35px;
-o-background-size:35px 35px;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_xw .xw_tj .swiper-pagination{bottom:0;}
.sy_xw .xw_tj .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; background-color:#aaa;}
.sy_xw .xw_tj .swiper-pagination-bullet-active{background-color:#dd4b23;}
.sy_xw .n_r{background-color:#fff; overflow:hidden;}
.sy_xw .t_p{overflow:hidden; position:relative;}
.sy_xw .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.sy_xw .n_r:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_xw .t_p span{width:130px; height:36px; background-color:rgba(0,0,0,.5); font-size:15px; font-weight:bold; line-height:36px; color:#fff; text-align:center; position:absolute; bottom:0; left:0;}
.sy_xw .w_z{margin-top:20px;}
.sy_xw .w_z h3{font-size:18px; font-weight:bold; line-height:26px; color:#333; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_xw .n_r:hover .w_z h3{color:#dd4b23;}
.sy_xw .w_z p{line-height:22px; color:#888; 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:992px){
.sy_xw{padding:40px 0;}
.sy_xw .xw_tj .swiper-xw{padding-bottom:30px;}
.sy_xw .xw_tj .swiper-button-prev{display:none;}
.sy_xw .xw_tj .swiper-button-next{display:none;}
.sy_xw .w_z{margin-top:15px;}
}

.sy_hz{width:100%; padding:60px 0 20px; background-color:#f9faff; overflow:hidden;}
.sy_hz .hz_lb ul{margin:0 -40px;}
.sy_hz .hz_lb ul li{margin-bottom:30px; padding:0 40px;}
.sy_hz .hz_lb img{width:100%; height:auto; box-shadow:0px 8px 20px 0px rgba(95, 125, 158, 0.1); display:block;}
.sy_hz .hz_lb p{text-align:center; font-size:16px; line-height:32px; margin-top:10px;}
@media only screen and (max-width:992px){
.sy_hz{padding:40px 0 30px;}
.sy_hz .hz_lb ul{margin:0 -10px;}
.sy_hz .hz_lb ul li{padding:0 10px; margin-bottom:20px;}
.sy_hz .hz_lb p{font-size:15px; line-height:30px; margin-top:8px;}
}

.ny_ban{width:100%; height:460px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden; z-index:99;}
.ny_ban:after{width:100%; height:100%; content:''; position:absolute; top:0; left:0; display:block; z-index:2; opacity:0.6;
background-image:-webkit-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:-moz-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:-ms-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:-o-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);}
.ny_ban .container{position:absolute; top:60%; left:50%; color:#fff; z-index:99;
transform:translate(-50%,-50%); 
-webkit-transform:translate(-50%,-50%); 
-moz-transform:translate(-50%,-50%); 
-ms-transform:translate(-50%,-50%); 
-o-transform:translate(-50%,-50%);}
.ny_ban .w_z{position:relative; font-size:36px; color:#fff; text-align:center; line-height:46px; margin-bottom:10px;}
.ny_ban .w_z h3{font-size:36px; line-height:46px; margin-bottom:10px;}
.ny_ban .w_z h4{font-size:18px; line-height:30px;}
@media only screen and (max-width:992px) {
.ny_ban{height:360px; background-attachment:scroll;}
.ny_ban .container{width:100%; top:50%;}
.ny_ban .w_z h3{font-size:32px; line-height:40px;}
.ny_ban .w_z h4{font-size:16px; line-height:28px;}
}
@media only screen and (max-width:640px) {
.ny_ban{height:160px;}
.ny_ban .w_z{position:relative; font-size:20px;}
.ny_ban .w_z h3{font-size:20px; line-height:32px;}
.ny_ban .w_z h4{font-size:14px; line-height:24px;}
}



.xw_zx{width:100%; padding:80px 0; overflow:hidden;}
.xw_zx .xw_lb ul li{border-bottom:1px dotted #ddd; padding-bottom:30px; margin-bottom:30px;}
.xw_zx .xw_lb .row{margin:0 -25px;}
.xw_zx .xw_lb .col-12{padding:0 25px;}
.xw_zx .xw_lb .t_p{overflow:hidden;}
.xw_zx .xw_lb .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.xw_zx .xw_lb ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.xw_zx .xw_lb .r_q{width:80px; border-radius:5px; box-shadow:0 0 15px rgba(95,125,158,.1); position:absolute; top:0; right:0; text-align:center; overflow:hidden;}
.xw_zx .xw_lb .r_q span{font-size:20px; line-height:32px; color:#fff; display:block; background-color:#dd4b23;}
.xw_zx .xw_lb .r_q i{font-size:16px; color:#333; line-height:32px;}
.xw_zx .xw_lb .w_z{padding-right:120px; position:relative;}
.xw_zx .xw_lb .w_z h3{font-size:18px; font-weight:bold; line-height:32px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_zx .xw_lb .w_z p{line-height:26px; color:#777; height:52px; margin-top:10px; margin-bottom:35px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.xw_zx .xw_lb .w_z a.x_q{font-size:15px; text-align:center; line-height:36px; color:#dd4b23; display:inline-block;}



.rw_js{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:fixed; top:0; left:0; z-index:99999; display:none;}
.rw_js .js_nr{width:1000px; padding:30px; background-color:#fff; position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.rw_js .js_nr .g_b{position:absolute; top:-46px; right:-46px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.rw_js .js_nr .g_b:hover{transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);}
.rw_js .js_nr .g_b i{font-size:26px; color:#fff; line-height:36px;}
.rw_js .js_nr .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.rw_js .js_nr .w_z h3{font-size:22px; color:#000; line-height:36px;}
.rw_js .js_nr .w_z h4{font-size:18px; color:#555; line-height:28px; margin-bottom:20px;}
.rw_js .js_nr .w_z ul{margin-left:30px;}
.rw_js .js_nr .w_z ul li{font-size:14px; line-height:22px; color:#777; margin-bottom:10px; list-style-type:disc;}
sy_cp .t_p img{width:100%; height:370px; display:block;}
@media only screen and (max-width:992px){
.rw_js .js_nr{width:80%;}
.rw_js .js_nr .g_b i{font-size:36px; line-height:46px;}
}
.sy_cp{width:100%; padding:50px 0 50px;  overflow:hidden;}
.sy_cp .swiper-cp{padding-bottom:50px;}
.sy_cp .swiper-pagination{bottom:0;}
.sy_cp .swiper-pagination-bullet{width:10px; height:10px; border-radius:50%; background-color:#3b3b3b;}
.sy_cp .swiper-pagination-bullet-active{background-color:#dd4b23;}
.sy_cp .n_r{border:solid 1px #eee;}
.sy_cp .t_p img{width:100%; height:370px; display:block;}
.sy_cp .w_z{padding:15px; background-color:#fafafa; font-size:16px; line-height:26px; text-align:center;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
.sy_cp .n_r:hover .w_z{background-color:#dd4b23; color:#fff;}
.sy_cp .cp_zs{height:0; overflow:hidden; text-align:center}
.sy_cp .cp_zs.dk{height:auto;}
.sy_cp .cp_zs li{  width:31%; display:inline-block; margin:0 1%}

.sy_cp .product_TabTitle{margin-bottom:40px;}
.sy_cp .product_TabTitle li{width:100px; display:inline-block; text-align:center; border:solid 1px #000000; color:; font-size:15px; line-height:40px; margin:0px 5px; cursor:pointer;}
.sy_cp .product_TabTitle li.on{border:solid 1px #dd4b23; background-color:#dd4b23; color:#FFF;}
.sy_cp .product_TabTitle li:hover{ border:solid 1px #dd4b23; background-color:#dd4b23; color:#FFF;}
.sy_cp .product_TabTitle{ text-align:center;}
@media only screen and (max-width:640px){
    .sy_cp .t_p img{ height:310px;}
.sy_cp{padding:20px 0 10px;}
.sy_cp .product_TabTitle{margin-bottom:20px;}
.sy_cp .product_TabTitle li{padding:0 5px; font-size:14px; margin:0px 5px 10px;}
.sy_cp .product_TabTitle li.on{border:solid 1px #dd4b23; background-color:#dd4b23; color:#FFF;}
.sy_cp .product_TabTitle li:hover{ border:solid 1px #dd4b23; background-color:#dd4b23; color:#FFF;}
.sy_cp .product_TabTitle{ text-align:center;}
.sy_cp .swiper-cp{padding-bottom:40px;}
.sy_cp .w_z{padding:8px 5px; font-size:14px}
.sy_cp .w_z h3{font-size:22px;}
.sy_cp .w_z p{font-size:18px; line-height:30px; height:60px;}
.sy_cp .cp_zs li{  width:98%; display:inline-block; margin:0 1% 2%}
}

.yema{margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:2px;}
.yema ul li a{padding:0 10px; border-radius:5px; font-size:14px; font-weight:bold; line-height:30px; text-align:center; color:#333; display:inline-block;}
.yema ul li a:hover{background-color:#dd4b23; color:#fff;}
.yema ul li a.on{background-color:#dd4b23; color:#fff;}
@media only screen and (max-width:640px){
.yema{margin-top:10px;}
.yema ul li a{min-width:30px; height:30px; font-size:12px; line-height:28px;}
}

.footer{width:100%; padding:50px 0; background-color:#555555; color:#aaa;}
.footer h3{font-size:18px; font-weight:bold; line-height:32px; color:#fff; margin-bottom:10px;}
.footer .tel{margin-bottom:10px; font-size:18px; color:#fff; line-height:26px;}
.footer .tel strong{font-size:30px; line-height:40px; font-weight:bold; color:#f88407; display:block; margin-top:5px;}
.footer .ft_lx{margin-bottom:15px; line-height:26px;}
.footer .ft_dh ul{margin:0 -25px;}
.footer .ft_dh ul li{float:left; padding:0 25px;}
.footer .ft_dh ul li a{line-height:32px; color:#aaa;}
.footer .ft_dh ul li a:hover{color:#ddd;}
.footer .ewm img{max-width:110px; height:auto; display:block;}
.footer .ewm p{font-size:12px; margin-top:8px;}
@media only screen and (max-width:992px) {
.footer{padding:35px 0;}
.footer .tel strong{font-size:30px; line-height:40px;}
.footer .ft_dh ul{margin:0 -15px;}
.footer .ft_dh ul li{padding:0 15px;}
}
@media only screen and (max-width:640px) {
.footer{padding:20px 0;}
.footer .col-md-7{display:none;}
.footer h3{font-size:16px; text-align:left; line-height:28px; margin-bottom:6px;}
.footer .tel{margin-bottom:20px; font-size:16px; text-align:center; line-height:28px;}
.footer .tel strong{font-size:26px; line-height:40px; margin-top:5px;}
.footer .ft_lx{text-align:left;}
.footer .ft_dh ul{margin:0 -15px;}
.footer .ft_dh ul li{padding:0 15px; text-align:left;}
.footer .ft_dh ul li a{line-height:28px;}
.footer .ewm{text-align:left;}
.footer .ewm img{margin:0 0; width:100px;}
.footer .ewm p{font-size:14px; margin-top:12px;}
}

.banquan{width:100%; padding:25px 0; background-color:#03050b; text-align:center; line-height:26px; color:#aaa;}
.banquan span{padding:0 6px;}
@media only screen and (max-width:640px) {
.banquan{padding:15px 0; line-height:26px; }
.banquan span{display:block; padding:0;}
}

.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.9); z-index:99999; display:none;}
.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.e_m .n_r img{width:100%; height:auto; display:block;}
.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}
@media only screen and (max-width:992px){
.e_m .n_r{width:230px; padding:15px;}
.e_m .n_r p{font-size:15px;}
}

.pc_kf{width:50px; position:fixed; right:30px; bottom:30px; z-index:99999;}
.pc_kf .nr{font-size:18px; text-align:center; line-height:50px; margin-bottom:10px; position:relative;}
.pc_kf .tel{width:160px; background-color:#dd4b23; font-size:18px; line-height:50px; color:#fff; position:absolute; top:0; right:-160px; opacity:0;}
.pc_kf .nr:hover .tel{right:56px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .ewm{width:130px; padding:10px 10px 0; background-color:#dd4b23; position:absolute; bottom:0; right:-180px; opacity:0;}
.pc_kf .ewm img{width:100%; height:auto; display:block; margin-bottom:10px;}
.pc_kf .ewm p{font-size:14px; color:#fff; line-height:16px; margin-bottom:10px;}
.pc_kf .nr:hover .ewm{right:56px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr a{display:block; width:50px; height:50px; box-shadow:0 0 10px #ddd;  background-color:#fff; border-radius:5px; overflow:hidden;}
.pc_kf .nr i{color:#333;}
.pc_kf .nr i.icon-aui-icon-qq{font-size:30px;}
.pc_kf .nr i.icon-icon{font-size:26px; vertical-align:middle;}
.pc_kf .fh{width:50px; height:50px; border-radius:5px; background-color:#dd4b23; text-align:center; line-height:50px; color:#fff; cursor:pointer;}
.pc_kf .fh i{font-size:30px; font-weight:bold;}
@media only screen and (max-width:992px) {
.pc_kf{right:10px; bottom:10px;}
}
@media only screen and (max-width:640px){
.pc_kf{width:100%; background-color:#dd4b23; position:fixed; right:0; bottom:0;}
.pc_kf .nr{width:25%; border-right:1px solid rgba(255,255,255,.6); font-size:20px; background:none; box-shadow:none; margin-bottom:0; float:left;}
.pc_kf .tel{display:none;}
.pc_kf .ewm{display:none;}
.pc_kf .nr a{display:block; width:100%; border-radius:0; background-color:#dd4b23; box-shadow:none;}
.pc_kf .nr i{color:#fff;}
.pc_kf .nr a:hover i{color:#fff;}
.pc_kf .fh{width:25%; box-shadow:none; font-size:22px; float:left;}
}



.section2{
	background: url(../images/bg3.png) #f2f6fa center no-repeat;
	background-size: cover;
}
.section2 .container{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
}
.section2 .title{
	text-align: center;
	margin: 0px auto;
	padding-top: 70px;
}
.section2 .title h2 {
	font-size: 32px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	letter-spacing: 4px;
	color: #6e7b83;
}
.section2 .title p {
	font-family: Altinn-DIN;
	font-size: 16px;
	color: #6e7b83;
	margin-top: 16px;
}
.section2 .content {
	margin-top: 50px;
}
.section2 .container .third-nav ul li .right {
	float: left;
}
.section2 .container .third-nav ul li .right p {
	font-family: SourceHanSansCN-Normal;
	font-size: 20px;
	letter-spacing: 2px;
	color: #36a8df;
	margin-bottom: -2px;
}
.section2 .container .third-nav ul li .right span {
	font-family: Altinn-DIN;
	font-size: 11px;
	color: #36a8df;
}
.section2 .container .second {
	width: 100%;
	margin-top: 42px;
}
.section2 .container .second .third-lb {}
.section2 .container .second .swiper-slide {
	text-align: center;
}
.section2 .container .second .swiper-slide img {
	max-width: 100%;
}
/* .section3 .container .second .swiper-slide img {
	width: 357px;
	height: 391px;
} */
.section2 .container .second p{
	line-height: 30px;
}
.third-info{
	width: 40%;
	float:left;
}
.third-info p{
	font-size: 16px;
	color: #333333;
	text-align: left;
}
.third-pic{
	float:left;
}

.section3-pr-info{width:1536px; margin:0 auto;}
.section3-pr-info-txt{width:768px; float:left;}
.section3-pr-info-txt h2{ font-size: 30px; font-weight: bold;}
.section3-pr-info-txt p{ font-size: 16px;  text-align: left; margin-top: 1.5vh; text-indent: 2em;}
.section3-pr-info-pic{width:768px; float:left;}
.demo .item{
	margin-bottom: 60px;
	margin-top: 60px;
}
.content-slider li{
	background-color: #66677c;
	text-align: center;
	color: #FFF;
}
.content-slider h3 {
	margin: 0;
	padding: 70px 0;
}
.demo{
	width: 800px;
	margin: 0 auto;
}

.sy4{ background:url(../images/bg3.png) no-repeat center top; padding:60px 0; height:auto; overflow:hidden}

.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{   
            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: 1px; 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; font-size:18px; text-align:center}
.yingyong ul li .yyzi p{ display:none; padding:0 15px}


.yingyong ul li:hover{ background:#dd4b23;}
.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 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{  padding: 20px 0; }
.yingyong ul li:hover .yyzi h3:after{ display:none; }
.yingyong ul li:hover .yyzi p{ display:none;}
	
}

.ny_lm{width:100%; padding:15px 0; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1); position:relative;}
.ny_lm i{vertical-align:middle;}
.ny_lm a{color:#555;}
.ny_lm a:hover{color:#dd4b23;}

.ny_nr{width:100%; padding:50px 0 80px; overflow:hidden;}
.ny_nr .zc_lm{box-shadow:0px 8px 20px 0px rgba(95,125,158,.1); border-radius:10px; overflow:hidden;}
.ny_nr .zc_lm .b_t{padding:15px 20px; background-color:#dd4b23; color:#fff; font-size:22px; font-weight:bold; line-height:36px;}
.ny_nr .zc_lm .l_m{padding:15px; background-color:#fff; }
.ny_nr .zc_lm .l_m ul li{display:block; margin-bottom:7px; position:relative;}
.ny_nr .zc_lm .l_m ul li:after{width:2px; height:100%; position:absolute; top:0; left:0; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .zc_lm .l_m ul li:hover:after{background-color:#dd4b23;}
.ny_nr .zc_lm .l_m ul li.on:after{background-color:#dd4b23;}
.ny_nr .zc_lm .l_m ul li a{text-indent:15px; font-size:16px; line-height:50px; display:block;}
.ny_nr .zc_lm .l_m ul li:hover a{text-indent:20px; background-color:#fafafa;}
.ny_nr .zc_lm .l_m ul li.on a{color:#dd4b23; text-indent:20px; background-color:#fafafa;}
.ny_nr .yc_nr{min-height:500px;}
.ny_nr .lm_bt{height:67px; border-bottom:1px solid #e7e7e7; margin-bottom:30px;}
.ny_nr .lm_bt .m_c{font-size:20px; color:#dd4b23; line-height:66px; border-bottom:1px solid #dd4b23; display:inline-block;}
@media only screen and (max-width:992px){
.ny_nr{padding:20px 0 20px;}
.ny_nr .zc_lm{padding:0; background-color:#fff; margin-bottom:30px;}
.ny_nr .zc_lm .b_t{display:none;}
.ny_nr .zc_lm .l_m{padding:0; min-height:inherit;}
.ny_nr .zc_lm .l_m ul li{width:50%; float:left; text-align:center; margin-bottom:0;}
.ny_nr .zc_lm .l_m ul li:after{width:100%; height:2px; top:auto; bottom:0;}
.ny_nr .zc_lm .l_m ul li a{text-indent:0; font-size:14px}
.ny_nr .zc_lm .l_m ul li:hover a{text-indent:0;}
.ny_nr .zc_lm .l_m ul li.on a{text-indent:0;}
.ny_nr .zc_lx{display:none;}
.ny_nr .yc_nr{min-height:300px;}
.ny_nr .lm_bt{height:45px; margin-bottom:20px;}
.ny_nr .lm_bt .m_c{font-size:18px; line-height:44px;}
}

.ny_nr .gs_js{font-size:16px; line-height:32px;}
.ny_nr .gs_js img{max-width:100%; height:auto; display:block; margin:0 auto;}
@media only screen and (max-width:992px){
.ny_nr .gs_js{font-size:15px; line-height:30px;}
}
@media only screen and (max-width:640px){
.ny_nr .gs_js{font-size:14px; line-height:28px;}
}
.ny_nr .gs_yj{ margin-top:25px}
.ny_nr .gs_yj h3{font-size:22px; font-weight:bold; color:#000; margin:30px 0;}
.ny_nr .gs_yj .n_r{width:100%; height:200px; margin-bottom:30px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;}
.ny_nr .gs_yj .n_r:after{width:100%; height:100%; content:''; position:absolute; top:0; left:0; display:block; z-index:2; opacity:0.5;
background-image:-webkit-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:-moz-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:-ms-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:-o-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);}
.ny_nr .gs_yj .w_z{width:80%; font-size:16px; color:#fff; text-align:center; line-height:32px; position:absolute; left:10%; top:50%; z-index:99;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);}
@media only screen and (max-width:992px){
.ny_nr .gs_yj h3{font-size:20px;}
.ny_nr .gs_yj .n_r{height:160px; margin-bottom:20px;}
}
@media only screen and (max-width:640px){
.ny_nr .gs_yj h3{font-size:18px;}
.ny_nr .gs_yj .w_z{font-size:15px; line-height:28px;}
}

.ny_nr .xw_lb ul li{border-bottom:1px dotted #ddd; padding-bottom:30px; margin-bottom:30px;}
.ny_nr .xw_lb .row{margin:0 -25px;}
.ny_nr .xw_lb .col-12{padding:0 25px;}
.ny_nr .xw_lb .t_p{overflow:hidden;}
.ny_nr .xw_lb .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.ny_nr .xw_lb ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.ny_nr .xw_lb .r_q{width:80px; border-radius:5px; box-shadow:0 0 15px rgba(95,125,158,.1); position:absolute; top:0; right:0; text-align:center; overflow:hidden;}
.ny_nr .xw_lb .r_q span{font-size:20px; line-height:32px; color:#fff; display:block; background-color:#dd4b23;}
.ny_nr .xw_lb .r_q i{font-size:16px; color:#333; line-height:32px;}
.ny_nr .xw_lb .w_z{padding-right:120px; position:relative;}
.ny_nr .xw_lb .w_z h3{font-size:18px; font-weight:bold; line-height:32px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .xw_lb .w_z p{line-height:26px; color:#777; height:52px; margin-top:10px; margin-bottom:25px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.ny_nr .xw_lb .w_z a.x_q{font-size:15px; text-align:center; line-height:36px; color:#dd4b23; display:inline-block;}
@media only screen and (max-width:992px){
.ny_nr .xw_lb .row{margin:0 -10px;}
.ny_nr .xw_lb .col-12{padding:0 10px;}
}
@media only screen and (max-width:640px){
.ny_nr .xw_lb ul li{border-bottom:0; padding-bottom:0; margin-bottom:20px;}
.ny_nr .xw_lb .r_q{background-color:#fff; top:-95px; right:10px;}
.ny_nr .xw_lb .w_z{padding-right:0; margin-top:20px;}
.ny_nr .xw_lb .w_z h3{line-height:28px;}
.ny_nr .xw_lb .w_z p{margin-bottom:10px;}
.ny_nr .xw_lb .w_z a.x_q{font-size:14px; line-height:32px;}
}

.ny_nr .yj_cp{margin-top:30px;}
.ny_nr .yj_cp .n_r{box-shadow:0px 8px 20px 0px rgba(95,125,158,.1); margin-bottom:30px; cursor:pointer;}
.ny_nr .yj_cp .t_p{overflow:hidden;}
.ny_nr .yj_cp .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 .yj_cp .n_r:hover .t_p img{transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);}
.ny_nr .yj_cp .w_z{padding:10px; text-align:center;}
.ny_nr .yj_cp .w_z h3{font-size:18px; line-height:30px; font-weight:bold;}
.ny_nr .yj_cp .w_z p{line-height:24px;}
@media only screen and (max-width:992px){
.ny_nr .yj_cp .row{margin:0 -10px;}
.ny_nr .yj_cp .col-12{padding:0 10px;}
.ny_nr .yj_cp .n_r{margin-bottom:20px;}
}
@media only screen and (max-width:640px){
.ny_nr .yj_cp .w_z{padding:10px; text-align:center;}
.ny_nr .yj_cp .w_z h3{font-size:16px; line-height:26px;}
}

.ny_nr .td_zs .row{margin:0 -10px;}
.ny_nr .td_zs .col-6{padding:0 10px;}
.ny_nr .td_zs .n_r{overflow:hidden; margin-bottom:20px; position:relative; cursor:pointer;}
.ny_nr .td_zs .n_r .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.ny_nr .td_zs .n_r:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.ny_nr .td_zs .n_r .w_z{width:100%; padding:15px; background-color:rgba(0,0,0,.6); position:absolute; bottom:0; left:0; font-size:18px; font-weight:bold; line-height:26px; color:#fff;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .td_zs .n_r:hover .w_z{background-color:rgba(87,47,118,.8);}
.ny_nr .td_zs .n_r .w_z span{float:right; font-size:14px; font-weight:normal;}
@media only screen and (max-width:992px){
.ny_nr .td_zs .n_r .w_z{padding:10px; font-size:16px;}
}
@media only screen and (max-width:640px){
.ny_nr .td_zs .row{margin:0 -5px;}
.ny_nr .td_zs .col-6{padding:0 5px;}
.ny_nr .td_zs .n_r{margin-bottom:10px;}
.ny_nr .td_zs .n_r .w_z{padding:10px 5px; font-size:15px;}
.ny_nr .td_zs .n_r .w_z span{font-size:13px;}
}

.ny_nr a.jr_wm{width:150px; height:46px; background-color:#dd4b23; border-radius:10px; font-size:16px; text-align:center; line-height:46px; color:#fff; display:block; margin-top:30px;}
.ny_nr a.jr_wm:hover{background-color:#381255;}

.ny_nr .lx_dt .map{width:100%; height:260px;}
.ny_nr .lx_wm{ margin-bottom:40px; background:#f7f7f7}
.ny_nr .lx_wm .n_r{ padding:30px}
.ny_nr .lx_wm .n_r h3{font-size:22px; line-height:32px; color:#dd4b23; margin-bottom:10px;}
.ny_nr .lx_wm .n_r h4{font-size:16px; line-height:24px; color:#888; text-transform:uppercase; margin-bottom:20px;}
.ny_nr .lx_wm .w_z{font-size:15px; line-height:32px;}
.ny_nr .zx_ly{margin-top:40px;}
.ny_nr .zx_ly .n_r h3{font-size:22px; line-height:32px; color:#dd4b23;}
.ny_nr .zx_ly .n_r h4{font-size:16px; line-height:24px; color:#888; text-transform:uppercase; margin-bottom:20px;}
.ny_nr .zx_ly .l_y .row{margin:0 -10px;}
.ny_nr .zx_ly .l_y .col-12{padding:0 10px;}
.ny_nr .zx_ly .l_y input{width:100%; height:47px; font-size:14px; line-height:46px; border-bottom:1px solid #ddd; display:block;}
.ny_nr .zx_ly .l_y textarea{width:100%; height:72px; padding:10px 0; font-size:14px; line-height:26px; border-bottom:1px solid #ddd; display:block; resize:none;}
.ny_nr .zx_ly .l_y button{width:120px; height:36px; background-color:#dd4b23; margin-top:20px; margin-right:15px; font-size:15px; line-height:36px; text-align:center; color:#fff; float:left;}
.ny_nr .zx_ly .l_y button.c_z{background-color:#aaa;}
@media only screen and (max-width:992px){
.ny_nr .lx_dt .map{height:220px;}
.ny_nr .lx_wm .n_r h3{font-size:20px; line-height:30px; margin-top:10px;}
.ny_nr .lx_wm .n_r h4{font-size:15px; margin-bottom:15px;}
.ny_nr .lx_wm .w_z{font-size:15px; line-height:30px;}
.ny_nr .zx_ly{margin-top:30px;}
.ny_nr .zx_ly .n_r h3{font-size:20px; line-height:30px;}
.ny_nr .zx_ly .n_r h4{font-size:15px; margin-bottom:15px;}
}
   .footer h3 img{ max-width:250px;}
@media only screen and (max-width:640px){
    .footer h3 img{ width:160px;}
.ny_nr .lx_dt .map{height:200px;}
.ny_nr .lx_wm .row{flex-direction: column-reverse;}
.ny_nr .lx_wm .n_r h3{font-size:18px; margin-top:20px;}
.ny_nr .lx_wm .n_r h4{font-size:15px; margin-bottom:10px;}
.ny_nr .lx_wm .w_z{font-size:14px; line-height:28px;}
.ny_nr .zx_ly .n_r h3{font-size:18px;}
.ny_nr .zx_ly .n_r h4{font-size:15px; margin-bottom:10px;}
}

.ny_nr .cp_lb .row{margin:0 -10px;}
.ny_nr .cp_lb .col-md-4{padding:0 10px;}
.ny_nr .cp_lb .n_r{margin-bottom:20px; background-color:#f7f7f7;}
.ny_nr .cp_lb .n_r img{width:100%; height:290px; border:1px solid #e7e7e7; display:block;}
.ny_nr .cp_lb .n_r p{padding:10px; font-size:15px; line-height:32px; text-align:center;}


.ny_nr .al_lb ul li{background-color:#f7f7f7; margin-bottom:40px;}
.ny_nr .al_lb .row{display:block; margin:0;}
.ny_nr .al_lb .col-md-4{float:left; padding:0;}
.ny_nr .al_lb .col-md-7{float:left; padding:0;}
.ny_nr .al_lb ul li:nth-child(2n) .col-md-4{float:right;}
.ny_nr .al_lb .t_p{overflow:hidden;}
.ny_nr .al_lb .t_p img{width:100%; height:auto; display:block;
transition:all 3s;
-webkit-transition:all 3s;
-moz-transition:all 3s;
-ms-transition:all 3s;
-o-transition:all 3s;}
.ny_nr .al_lb .t_p:hover img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.ny_nr .al_lb .w_z{padding:35px;}
.ny_nr .al_lb .w_z h3{font-size:20px; font-weight:bold; line-height:26px; margin:10px 0 6px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin-bottom:20px}
.ny_nr .al_lb .w_z p{line-height:26px; color:#333; height: auto; overflow:hidden; font-size:16px  }
.ny_nr .al_lb .w_z a{width:100px; height:36px; border:1px solid #48a7f5; line-height:34px; text-align:center; color:#48a7f5; display:block; margin-top:30px;}
.ny_nr .al_lb .w_z a:hover{background-color:#48a7f5; color:#fff;}

@media only screen and (max-width:992px){
	
.ny_nr .al_lb .w_z{padding:20px;}
.ny_nr .al_lb .w_z h3{font-size:18px; font-weight:bold; line-height:26px; margin:0 0 6px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.ny_nr .al_lb .w_z p{line-height:26px; color:#333; height: auto; overflow:hidden; font-size:14px  }
.ny_nr .al_lb ul li{background-color:#f7f7f7; margin-bottom:20px;}	
}.more{ width:150px; height:40px; text-align:center; background:#dd4b23; margin:50px  auto 0; line-height:40px}
.more a{ color:#fff}