@charset "utf-8";
*{padding:0px; margin:0px;}
body{font-size:14px; color:#444; letter-spacing:1px; font-weight:lighter; font-family:"Microsoft YaHei",Arial;}
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; font-weight:lighter;}
input,select,button,textarea{font-size:14px; border:0; background:none; outline:none; vertical-align:middle; letter-spacing:1px; font-weight:lighter;  font-family:"Microsoft YaHei",Arial;}
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:#284176; 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:#284176;}
@media only screen and (max-width:1024px){
body{font-size:13px; letter-spacing:0;}
input,select,button,textarea{font-size:13px;}
input,textarea{-webkit-appearance:none; border-radius:0;}
}

@media only screen and (max-width:1024px){
html.on{width:100%; height:100%; position:fixed; top:0; left:0; overflow:hidden;}
}

body{background-position:center; background-attachment:fixed; background-repeat:no-repeat; background-size:cover;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
@media only screen and (max-width:1024px){
body.on{transform:translateX(-60%);
-webkit-transform:translateX(-60%);
-moz-transform:translateX(-60%);
-ms-transform:translateX(-60%);
-o-transform:translateX(-60%);}
}

@media only screen and (max-width:1024px){
.sj_bj{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0; content:""; z-index:99999; display:none;}
}

.header{width:100%; background-color:#fff; position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on{box-shadow:0 0 15px rgba(2,20,42,.3); background-color:rgba(255,255,255,.9);}
.header .logo{width:230px; float:left; margin:20px 0;}
.header .logo img{width:100%; height:auto; display:block;}
.header .an{position:absolute; top:50%; margin-top:-11px; right:45px; height:22px; width:35px; display:none;}
.header .an span{width:35px; 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 .s_ch{height:98px; font-weight:bold; line-height:98px; text-align:center; color:#333; margin-left:30px; float:right; cursor:pointer; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch i{font-size:20px;}
.header .s_nr{width:300px; position:absolute; top:98px; right:-14px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch:hover .s_nr{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .s_nr .s_s{width:100%; padding-left:5px; background-color:#284176; position:relative;}
.header .s_nr .s_s:hover{background-color:#142c5f;}
.header .s_nr .s_s:before{width:0; height:0; border-right:10px solid transparent; border-left:10px solid transparent; border-bottom:8px solid #284176; content:""; position:absolute; top:-6px; right:10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_nr .s_s:hover:before{border-bottom:8px solid #142c5f;}
.header .s_nr .s_s input{width:235px; height:50px; padding:0 10px; line-height:50px; color:#fff; float:left;}
.header .s_nr .s_s input::placeholder{color:rgba(255,255,255,.6);}
.header .s_nr .s_s button{width:50px; height:50px; font-weight:bold; line-height:50px; text-align:center; color:#fff; float:right; outline:none;}
.header .s_nr .s_s button i{font-size:20px;}
.header .language{float:left; height:98px; font-size:15px; text-align:center; line-height:98px; color:#333; cursor:pointer; position:relative; z-index:9;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .language .l_m i{display:inline-block; vertical-align:middle; margin-top:-2px; margin-left:10px; font-size:18px;}
.header .language .x_l{width:150px; padding-top:8px; position:absolute; top:90px; left:50%; margin-left:-75px; 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 #284176; content:""; position:absolute; top:0; left:50%; margin-left:-10px;}
.header .language .x_l ul{padding:10px 15px; background-color:#284176; float:none;}
.header .language .x_l ul li{margin:0; float:none;}
.header .language .x_l ul li a{font-size:14px; text-align:center; color:#fff; line-height:32px; display:block;}
.header .language .x_l ul li a:hover{color:#f8be63;}
.header .nav{float:right;}
.header .nav ul{float:left;}
.header .nav ul li{margin-right:40px; float:left; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav .y_j{position:relative;}
.header .nav .y_j:after{width:0; height:2px; background-color:#284176; content:""; position:absolute; bottom:0; left:50%;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li.on .y_j:after{width:100%;}
.header .nav ul li:hover .y_j:after{width:100%;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:block; font-size:16px; text-transform:uppercase; color:#333; line-height:98px;}
.header .nav ul li:hover .y_j a{color:#284176;}
.header .nav ul li.on .y_j a{color:#284176;}
.header .nav .e_j{width:200px; padding:10px 0; background-color:#fff; box-shadow:0 5px 10px rgba(35,35,35,.2); position:absolute; top:98px; left:-15px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.header .nav .e_j a{line-height:36px; color:#777; text-align:left; padding-left:15px; display:block;}
.header .nav .e_j a:hover{color:#284176;}
@media only screen and (max-width:1024px){
.header{background-color:#fff;}
.header .logo{width:180px; margin:20px 0;}
.header .an{display:block;}
.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; text-align:left; border-bottom:1px solid rgba(255,255,255,.1); float:none; margin:0; padding:10px 0;}
.header .nav .y_j{margin:0;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{display:block; width:100%; padding-right:10px; position:absolute; top:0; right:0; text-align:right; color:#ddd; line-height:46px; z-index:99;}
.header .nav ul li:hover .y_j i{color:#ddd;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;}
.header .nav ul li.on .y_j i{color:#ddd;}
.header .nav .y_j a{line-height:46px; color:#fff; display:block;}
.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:36px; text-transform:uppercase; text-align:left; color:#fff;}
}
@media only screen and (max-width:1024px){
.header .an{right:15px;}
}

.head_h{width:100%; height:98px; display:block; overflow:hidden;}
@media only screen and (max-width:1024px){
.head_h{height:85px;}
}

.pc_ban{width:100%; height:660px; position:relative; overflow:hidden;}
.pc_ban .swiper-slide:after{width:100%; height:100%; content:""; position:absolute; top:0; left:0;
background-image:-webkit-linear-gradient(120deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 100%);
background-image:-moz-linear-gradient(120deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 100%);
background-image:-ms-linear-gradient(120deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 100%);
background-image:-o-linear-gradient(120deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 100%);
background-image:linear-gradient(120deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 100%);}
.pc_ban .swiper-button-prev{width:40px; height:40px; background:url(../images/ban_l.png) no-repeat center; left:2%; margin-top:-20px; opacity:.5;
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{opacity:1;}
.pc_ban .swiper-button-next{width:40px; height:40px; background:url(../images/ban_r.png) no-repeat center; right:2%; margin-top:-20px; opacity:.5;
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{opacity:1;}
.pc_ban .swiper-pagination{bottom:10px;}
.pc_ban .container{position:absolute; top:52%; left:50%; z-index:9999;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.pc_ban .w_z{width:55%; font-size:22px; line-height:32px; color:#fff;}
.pc_ban .w_z h3{font-size:46px; font-weight:bold; line-height:50px; text-transform:uppercase; margin-bottom:10px;}
.pc_ban .m_r{width:150px; height:44px; border:2px solid #fff; border-radius:5px; margin-top:30px; position:relative; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban .m_r:hover{border:2px solid #284176;}
.pc_ban .m_r .bg{width:100%; height:100%; position:absolute; left:0; top:0; transition:transform 340ms ease-in-out; background-color:#284176; transform-origin:right center; transform:scaleX(0);}
.pc_ban .m_r:hover .bg{transform:scaleX(1); transform-origin:left center;}
.pc_ban .m_r a{font-size:18px; line-height:40px; color:#fff; text-align:center; display:block; position:relative; z-index:9;}
@media only screen and (max-width:1024px){
.pc_ban{height:400px;}
.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 .w_z{width:70%; font-size:18px; line-height:30px;}
.pc_ban .w_z h3{font-size:32px; line-height:44px;}
.pc_ban .m_r{width:130px; height:40px; border:1px solid #fff; margin-top:20px;}
.pc_ban .m_r:hover{border:1px solid #284176;}
.pc_ban .m_r a{font-size:16px; line-height:38px;}
}
@media only screen and (max-width:640px){
.pc_ban{height:32vh;}
.pc_ban .w_z{font-size:14px; line-height:24px;}
.pc_ban .w_z h3{font-size:22px; line-height:32px; letter-spacing:0;}
}

.sy_ys{width:100%; padding:90px 0; overflow:hidden;}
.sy_ys .ys_bt{margin:0 auto 50px; font-size:18px; line-height:26px; color:#ddd; text-align:center;}
.sy_ys .ys_bt h3{font-size:36px; color:#000; line-height:40px; padding-bottom:20px; margin-bottom:20px; display:inline-block; position:relative;}
.sy_ys .ys_bt h3:after{width:100%; height:5px; background-color:#284176; content:""; position:absolute; bottom:0; left:0; opacity:.2; box-shadow:5px 5px 0 #ddd;}
.sy_ys .ys_bt p{font-size:18px; color:#284176; text-transform:uppercase;}
.sy_ys .row{margin:0 -10px;}
.sy_ys .col-12{padding:0 10px;}
.sy_ys .n_r{position:relative; background-color:#f7f7f7; padding:10px;}
.sy_ys .t_p{position:relative; overflow:hidden;}
.sy_ys .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_ys .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_ys .w_z{margin:15px 0; text-align:center;}
.sy_ys .w_z h4{font-size:20px; color:#000; line-height:26px; margin-bottom:10px;}
.sy_ys .w_z p{color:#777; line-height:22px; height:66px; 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;}
@media only screen and (max-width:1024px){
.sy_ys{padding:60px 0 40px;}
.sy_ys .ys_bt{margin:0 auto 35px; font-size:16px;}
.sy_ys .ys_bt h3{font-size:32px; line-height:36px; padding-bottom:15px; margin-bottom:10px;}
.sy_ys .ys_bt h3:after{height:3px; box-shadow:3px 3px 0 #ddd;}
.sy_ys .ys_bt p{font-size:16px;}
.sy_ys .n_r{margin-bottom:20px;}
}
@media only screen and (max-width:640px){
.sy_ys{padding:40px 0 25px;}
.sy_ys .ys_bt{margin:0 auto 25px; font-size:16px;}
.sy_ys .ys_bt h3{font-size:26px; line-height:32px;}
.sy_ys .ys_bt p{font-size:15px;}
.sy_ys .n_r{margin-bottom:15px;}
}

.sy_gy{width:100%; padding:100px 0; background:url(../images/ts_bj.jpg) no-repeat center / cover; overflow:hidden; position:relative;}
.sy_gy:before{width:25%; height:60%; background-color:rgba(255,255,255,.2); content:""; position:absolute; right:10%; top:20%;}
.sy_gy .row{margin:0 -40px; display:flex; align-items:center; justify-content:space-between;}
.sy_gy .col-12{padding:0 40px;}
.sy_gy .t_p{position:relative; overflow:hidden;}
.sy_gy .t_p:after{width:30%; height:200%; content:""; position:absolute; top:0; left:-30%;
background-image:-webkit-linear-gradient(to right, rgba(255,255,255,.02), rgba(255,255,255,.5), rgba(255,255,255,.02));
background-image:-moz-linear-gradient(to right, rgba(255,255,255,.02), rgba(255,255,255,.5), rgba(255,255,255,.02));
background-image:-ms-linear-gradient(to right, rgba(255,255,255,.02), rgba(255,255,255,.5), rgba(255,255,255,.02));
background-image:-o-linear-gradient(to right, rgba(255,255,255,.02), rgba(255,255,255,.5), rgba(255,255,255,.02));
background-image:linear-gradient(to right, rgba(255,255,255,.02), rgba(255,255,255,.5), rgba(255,255,255,.02));
transform:skew(30deg);
-webkit-transform:skew(30deg);
-moz-transform:skew(30deg);
-ms-transform:skew(30deg);
-o-transform:skew(30deg);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_gy .t_p:hover:after{left:100%; top:-100%;}
.sy_gy .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_gy .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);}
.sy_gy .w_z h3{font-size:36px; color:#fff; line-height:40px; padding-bottom:20px; margin-bottom:30px; display:inline-block; position:relative;}
.sy_gy .w_z h3:after{width:100%; height:5px; background-color:#fff; content:""; position:absolute; bottom:0; left:0; opacity:.6; box-shadow:5px 5px 0 rgba(255,255,255,.2);}
.sy_gy .w_z h4{font-size:18px; color:#fff; text-transform:uppercase; margin-bottom:10px;}
.sy_gy .w_z p{line-height:26px; color:#fff; text-align:justify; margin-bottom:30px;}
.sy_gy .m_r{width:150px; height:44px; border-radius:5px; border:2px solid #fff; position:relative; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_gy .m_r:hover{border:2px solid #284176;}
.sy_gy .m_r .bg{width:100%; height:100%; position:absolute; left:0; top:0; background-color:#284176;
transition:transform 340ms ease-in-out;
transform-origin:right center;
transform:scaleX(0);}
.sy_gy .m_r:hover .bg{transform:scaleX(1); transform-origin:left center;}
.sy_gy .m_r a{font-size:16px; line-height:40px; color:#fff; text-align:center; display:block; position:relative; z-index:9;}
@media only screen and (max-width:1024px){
.sy_gy{padding:70px 0;}
.sy_gy:before{width:50%; height:70%; background-color:rgba(255,255,255,.1); right:10%; top:15%;}
.sy_gy .row{margin:0 -20px;}
.sy_gy .col-12{padding:0 20px;}
.sy_gy .w_z h3{font-size:32px; line-height:36px; padding-bottom:15px; margin-bottom:20px;}
.sy_gy .w_z h3:after{height:3px; box-shadow:3px 3px 0 rgba(255,255,255,.2);}
.sy_gy .w_z h4{font-size:16px;}
.sy_gy .w_z p{height:156px; overflow:hidden; display:-webkit-box;
line-clamp:6;
-webkit-line-clamp:6;
-moz-line-clamp:6;
-ms-line-clamp:6;
-o-line-clamp:6;
-webkit-box-orient:vertical;}
.sy_gy .m_r{width:130px; height:38px; border:1px solid #fff;}
.sy_gy .m_r:hover{border:1px solid #284176;}
.sy_gy .m_r a{font-size:15px; line-height:36px;}
}
@media only screen and (max-width:640px){
.sy_gy{padding:50px 0;}
.sy_gy:before{display:none;}
.sy_gy .row{flex-direction:column-reverse;}
.sy_gy .w_z{text-align:center; margin-top:30px;}
.sy_gy .w_z h3{font-size:26px; line-height:32px;}
.sy_gy .w_z h4{font-size:15px;}
.sy_gy .w_z p{height:104px; text-align:center;
line-clamp:4;
-webkit-line-clamp:4;
-moz-line-clamp:4;
-ms-line-clamp:4;
-o-line-clamp:4;}
.sy_gy .m_r{width:120px; height:32px; margin:20px auto 0;}
.sy_gy .m_r a{font-size:14px; line-height:30px;}
}

.sy_xw{width:100%; padding:90px 0; overflow:hidden;}
.sy_xw .row{margin:0 -30px; display:flex; align-items:center; justify-content:space-between;}
.sy_xw .col-12{padding:0 30px;}
.sy_xw .s_z{text-align:center;}
.sy_xw .s_z input{height:36px; line-height:36px;}
.sy_xw .s_z select{width:150px; height:36px; border:1px solid #ddd; line-height:36px; padding:0 5px;}
.sy_xw .t_p{position:relative; overflow:hidden; margin:30px 0;}
.sy_xw .t_p img{width:100%; height:auto; display:block;}
.sy_xw .c_x{text-align:center;}
.sy_xw .c_x a{min-width:200px; height:60px; border:1px solid #ddd; font-size:18px; line-height:58px; display:inline-block; margin:0 20px;
background-image:-webkit-linear-gradient(to bottom, rgba(235,235,235,.02), rgba(235,235,235));
background-image:-moz-linear-gradient(to bottom, rgba(235,235,235,.02), rgba(235,235,235));
background-image:-ms-linear-gradient(to bottom, rgba(235,235,235,.02), rgba(235,235,235));
background-image:-o-linear-gradient(to bottom, rgba(235,235,235,.02), rgba(235,235,235));
background-image:linear-gradient(to bottom, rgba(235,235,235,.02), rgba(235,235,235));}
.sy_xw .c_x a:hover{background-color:#284176; background-image:none; border:1px solid #284176; color:#fff;}
.sy_xw .c_x i{margin-right:10px; font-size:26px; vertical-align:middle;}
.sy_xw .c_x i.icon-wendang{font-size:22px;}
.sy_xw .x_w h3{font-size:36px; color:#000; line-height:40px; padding-bottom:20px; margin-bottom:20px; display:inline-block; position:relative;}
.sy_xw .x_w h3:after{width:100%; height:5px; background-color:#284176; content:""; position:absolute; bottom:0; left:0; opacity:.2; box-shadow:5px 5px 0 #ddd;}
.sy_xw .x_w h4{font-size:18px; color:#284176; text-transform:uppercase; margin-bottom:10px;}
.sy_xw .x_w ul li{padding-left:90px; margin-top:25px; position:relative; overflow:hidden;}
.sy_xw .x_w .s_j{width:70px; height:70px; border:2px solid #e5e5e5; padding:10px 0; color:#999; line-height:22px; text-align:center; position:absolute; top:0; left:0;}
.sy_xw .x_w .s_j strong{font-size:16px; font-weight:normal; line-height:26px; display:block;}
.sy_xw .x_w .w_z h5{font-size:18px; line-height:26px; margin-bottom:5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .x_w .w_z p{height:44px; line-height:22px; color:#777; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
@media only screen and (max-width:1024px){
.sy_xw{padding:60px 0;}
.sy_xw .row{margin:0 -15px;}
.sy_xw .col-12{padding:0 15px;}
.sy_xw .s_z{text-align:center;}
.sy_xw .s_z input{text-align:center;}
.sy_xw .t_p{margin:30px 0 20px;}
.sy_xw .c_x a{margin:10px;}
.sy_xw .x_w h3{font-size:32px; line-height:36px; padding-bottom:15px; margin-bottom:10px;}
.sy_xw .x_w h3:after{height:3px; box-shadow:3px 3px 0 #ddd;}
.sy_xw .x_w h4{font-size:16px;}
.sy_xw .x_w ul li{padding-left:80px; margin-top:20px;}
}
@media only screen and (max-width:640px){
.sy_xw{padding:40px 0;}
.sy_xw .row{flex-direction:column-reverse;}
.sy_xw .s_z{margin-top:25px;}
.sy_xw .s_z input{width:100%; height:36px; line-height:36px; display:block;}
.sy_xw .s_z select{width:150px; height:36px; border:1px solid #ddd; line-height:36px; padding:0 5px; margin-top:10px; display:inline-block;}
.sy_xw .t_p{margin:20px 0;}
.sy_xw .c_x{text-align:center;}
.sy_xw .c_x a{min-width:140px; height:52px; font-size:15px; line-height:50px; margin:0 10px;}
.sy_xw .c_x i{margin-right:5px; font-size:22px;}
.sy_xw .c_x i.icon-wendang{font-size:18px;}
.sy_xw .x_w{text-align:center;}
.sy_xw .x_w h3{font-size:26px; line-height:32px; padding-bottom:15px; margin-bottom:10px;}
.sy_xw .x_w h4{font-size:15px;}
.sy_xw .x_w ul li{padding-left:80px;}
.sy_xw .x_w .w_z{text-align:left;}
.sy_xw .x_w .w_z h5{font-size:16px; line-height:22px;}
}

.ny_ban{width:100%; height:380px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.ny_ban .container{position:absolute; top:50%; 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%);}
.ny_ban .w_z h3{font-size:46px; color:#fff; margin-bottom:10px;}
.ny_ban .w_z p{font-size:20px; text-transform:uppercase; color:#fff;}
.ny_ban .w_z a{width:150px; height:40px; border-radius:2px; background-color:#fff; font-size:15px; line-height:40px; text-align:center; color:#284176; display:block; margin-top:30px;}
.ny_ban .w_z a:hover{background-color:#284176; color:#fff;}
@media only screen and (max-width:1024px){
.ny_ban{height:300px;}
.ny_ban .w_z h3{font-size:36px;}
.ny_ban .w_z p{font-size:18px;}
.ny_ban .w_z a{width:130px; height:36px; line-height:36px; margin-top:20px;}
}
@media only screen and (max-width:640px){
.ny_ban{height:200px;}
.ny_ban .w_z h3{font-size:26px; margin-bottom:5px;}
.ny_ban .w_z p{font-size:15px;}
.ny_ban .w_z a{width:110px; height:32px; font-size:14px; line-height:32px; margin-top:15px;}
}

.ny_pr{width:100%; border-top:1px solid #ddd; padding:15px 0; color:#000; line-height:26px;}
.ny_pr a:hover{text-decoration:underline !important;}
.ny_pr i{vertical-align:middle;}

.ny_nr{width:100%; min-height:360px; padding-bottom:60px; overflow:hidden;}
.ny_nr .ny_lm{width:100%; margin-bottom:60px; position:relative;}
.ny_nr .ny_lm:after{width:100%; height:3px; background-color:#ddd; content:""; position:absolute; bottom:0; left:0; z-index:-1;}
.ny_nr .ny_lm ul li{float:left; margin-right:2px; position:relative;}
.ny_nr .ny_lm ul li:after{width:0; height:3px; background-color:#284176; content:""; position:absolute; bottom:0; left:0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .ny_lm ul li:hover:after{width:100%;}
.ny_nr .ny_lm ul li.on:after{width:100%;}
.ny_nr .ny_lm ul li a{padding:0 20px; font-size:18px; line-height:66px; display:inline-block;}
.ny_nr .ny_lm ul li:hover a{color:#284176;}
.ny_nr .ny_lm ul li.on a{color:#284176;}
@media only screen and (max-width:1024px){
.ny_nr{padding-bottom:50px;}
.ny_nr .ny_lm{width:100%; margin-bottom:40px;}
.ny_nr .ny_lm:after{height:2px;}
.ny_nr .ny_lm ul li a{padding:0 10px; font-size:16px; line-height:60px;}
}
@media only screen and (max-width:640px){
.ny_nr{padding:40px 0;}
.ny_nr .ny_lm{display:none;}
}

.ny_nr .gy_wm{margin-bottom:40px;}
.ny_nr .gy_wm .gy_bt{margin-bottom:50px;}
.ny_nr .gy_wm .gy_bt h3{font-size:36px; color:#000; line-height:46px; margin-bottom:10px;}
.ny_nr .gy_wm .gy_bt p{font-size:16px; color:#777; line-height:26px;}
.ny_nr .gy_wm .gy_wz{line-height:26px; text-align:justify;}
.ny_nr .gy_wm .gy_wz .t_p img{width:100%; height:auto; display:block;}
.ny_nr .gy_wm .gy_js{line-height:26px; text-align:justify; margin-top:50px;}
.ny_nr .gy_wm .gy_js .row{margin:0 -2%;}
.ny_nr .gy_wm .gy_js .w_z{width:46%; margin:0 2%; flex:0 0 46%; background-color:#f7f7f7; padding:25px 30px;}
@media only screen and (max-width:1024px){
.ny_nr .gy_wm{margin-bottom:20px;}
.ny_nr .gy_wm .gy_bt{margin-bottom:35px;}
.ny_nr .gy_wm .gy_bt h3{font-size:30px; line-height:40px;}
.ny_nr .gy_wm .gy_bt p{font-size:16px; color:#777; line-height:26px;}
.ny_nr .gy_wm .gy_wz{font-size:14px;}
.ny_nr .gy_wm .gy_wz .t_p{margin-top:20px;}
.ny_nr .gy_wm .gy_js{line-height:26px; text-align:justify; margin-top:50px;}
.ny_nr .gy_wm .gy_js .row{margin:0 -2%;}
.ny_nr .gy_wm .gy_js .w_z{width:46%; margin:0 2%; flex:0 0 46%; background-color:#f7f7f7; padding:25px 30px;}
}
@media only screen and (max-width:640px){
.ny_nr .gy_wm{margin-bottom:10px;}
.ny_nr .gy_wm .gy_bt{margin-bottom:30px;}
.ny_nr .gy_wm .gy_bt h3{font-size:26px; line-height:36px; margin-bottom:5px;}
.ny_nr .gy_wm .gy_bt p{font-size:15px;}
.ny_nr .gy_wm .gy_wz{font-size:13px;}
}

.ny_nr .qy_xy{margin-bottom:60px;}
.ny_nr .qy_xy .w_z h3{font-size:32px; color:#000; line-height:40px; margin-bottom:20px;}
.ny_nr .qy_xy .w_z p{font-size:15px; line-height:28px; color:#333;}
.ny_nr .qy_xy .t_p img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1024px){
.ny_nr .qy_xy{margin-bottom:10px;}
.ny_nr .qy_xy .w_z h3{font-size:26px; line-height:32px; margin-bottom:10px;}
.ny_nr .qy_xy .w_z p{font-size:14px; line-height:26px;}
.ny_nr .qy_xy .t_p{margin-top:20px;}
}

.ny_nr .qy_yj .w_z{padding:20px; background-color:#f7f7f7; text-align:center;}
.ny_nr .qy_yj .w_z h3{font-size:20px; color:#000; line-height:30px; margin-bottom:5px;}
.ny_nr .qy_yj .w_z p{color:#333; line-height:24px; height:48px; 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 .qy_yj .t_p img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1024px){
.ny_nr .qy_yj .row{margin:0 -10px;}
.ny_nr .qy_yj .col-12{padding:0 10px;}
.ny_nr .qy_yj .w_z{padding:15px 10px;}
.ny_nr .qy_yj .w_z h3{font-size:18px; line-height:28px;}
.ny_nr .qy_yj .w_z p{height:24px;
line-clamp:1;
-webkit-line-clamp:1;
-moz-line-clamp:1;
-ms-line-clamp:1;
-o-line-clamp:1;}
.ny_nr .qy_yj .t_p{margin-top:20px;}
}

.ny_nr .fz_lc{position:relative;}
.ny_nr .fz_lc .swiper-sj{position:relative; overflow:inherit !important;}
.ny_nr .fz_lc .swiper-sj:after{width:100%; height:1px; background:url(../images/hx.png) no-repeat center / 100% 1px; content:""; position:absolute; top:5px; left:0;}
.ny_nr .fz_lc .swiper-slide{width:auto; max-width:500px;}
.ny_nr .fz_lc .swiper-button-prev{width:38px; height:38px; border:1px solid #aaa; border-radius:50%; background:url(../images/zj1.png) no-repeat center; left:auto; right:65px; top:-120px; margin-top:0;
background-size:100% 100%;
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
-ms-background-size:100% 100%;
-o-background-size:100% 100%;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .fz_lc .swiper-button-prev:hover{background:#284176 url(../images/zj.png) no-repeat center; border:1px solid #284176;
background-size:100% 100%;
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
-ms-background-size:100% 100%;
-o-background-size:100% 100%;}
.ny_nr .fz_lc .swiper-button-next{width:38px; height:38px; border:1px solid #aaa; border-radius:50%; background:url(../images/yj1.png) no-repeat center; right:15px; top:-120px; margin-top:0;
background-size:100% 100%;
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
-ms-background-size:100% 100%;
-o-background-size:100% 100%;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .fz_lc .swiper-button-next:hover{background:#284176 url(../images/yj.png) no-repeat center; border:1px solid #284176;
background-size:100% 100%;
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
-ms-background-size:100% 100%;
-o-background-size:100% 100%;}
.ny_nr .fz_lc .swiper-slide em{width:11px; height:11px; border-radius:50%; background-color:#aaa; display:block;}
.ny_nr .fz_lc .swiper-slide strong{margin:15px 0; font-size:26px; font-weight:bold; line-height:36px; color:#000; display:block;}
.ny_nr .fz_lc .w_z{line-height:26px; color:#777;}
@media only screen and (max-width:1024px){
.ny_nr .fz_lc .swiper-button-prev{width:32px; height:32px; left:auto; right:40px; top:-90px;}
.ny_nr .fz_lc .swiper-button-next{width:32px; height:32px; right:0; top:-90px;}
.ny_nr .fz_lc .swiper-slide strong{font-size:22px; line-height:32px;}
.ny_nr .fz_lc .w_z{line-height:24px;}
}
@media only screen and (max-width:640px){
.ny_nr .fz_lc .swiper-sj:after{background-color:#ddd;}
}

.ny_nr .pp_yj{text-align:center; color:#fff; padding:100px 0; margin-top:60px;}
.ny_nr .pp_yj h3{font-size:36px; line-height:46px; margin-bottom:20px;}
.ny_nr .pp_yj p{font-size:18px; line-height:28px;}
@media only screen and (max-width:1024px){
.ny_nr .pp_yj{padding:80px 0; margin-top:30px;}
.ny_nr .pp_yj h3{font-size:26px; line-height:32px; margin-bottom:10px;}
.ny_nr .pp_yj p{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:640px){
.ny_nr .pp_yj{padding:60px 0;}
}

.ny_nr .fw_js{margin-bottom:60px;}
.ny_nr .fw_js .w_z .row{margin:0 -20px;}
.ny_nr .fw_js .w_z .col-12{padding:0 20px;}
.ny_nr .fw_js .w_z h3{font-size:32px; color:#000; line-height:40px; margin-bottom:20px;}
.ny_nr .fw_js .w_z p{font-size:14px; line-height:26px; color:#333;}
.ny_nr .fw_js .n_r{margin-bottom:40px;}
.ny_nr .fw_js .n_r h4{font-size:22px; color:#284176; font-weight:bold; line-height:32px; margin:15px 0 6px;}
.ny_nr .fw_js .n_r p{font-size:14px; line-height:22px; color:#333;}
.ny_nr .fw_js .n_r ul{margin-left:20px; margin-top:10px;}
.ny_nr .fw_js .n_r ul li{list-style-type:disc;}
.ny_nr .fw_js .t_p img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1024px){
.ny_nr .fw_js{margin-bottom:40px;}
.ny_nr .fw_js .w_z h3{font-size:26px; line-height:32px; margin-bottom:10px;}
.ny_nr .fw_js .n_r{margin-bottom:40px;}
.ny_nr .fw_js .n_r h4{font-size:22px; color:#284176; font-weight:bold; line-height:32px; margin:15px 0 6px;}
.ny_nr .fw_js .n_r p{font-size:14px; line-height:22px; color:#333;}
.ny_nr .fw_js .n_r ul{margin-left:20px; margin-top:10px;}
.ny_nr .fw_js .n_r ul li{list-style-type:disc;}
.ny_nr .fw_js .t_p{margin-top:20px;}
}

.ny_nr .fw_ys{margin-bottom:60px;}
.ny_nr .fw_ys h3{font-size:26px; color:#000; line-height:32px; margin-bottom:20px;}
.ny_nr .fw_ys .w_z{background-color:#f7f7f7; padding:20px;}
.ny_nr .fw_ys .w_z h4{padding-left:15px; position:relative; font-size:20px; color:#284176; line-height:30px; margin-bottom:15px;}
.ny_nr .fw_ys .w_z h4:after{width:6px; height:6px; content:""; background-color:#284176; border-radius:50%; position:absolute; top:12px; left:0;}
.ny_nr .fw_ys .w_z p{color:#333; line-height:24px; height:120px; overflow:hidden; display:-webkit-box;
line-clamp:5;
-webkit-line-clamp:5;
-moz-line-clamp:5;
-ms-line-clamp:5;
-o-line-clamp:5;
-webkit-box-orient:vertical;}
@media only screen and (max-width:1024px){
.ny_nr .fw_ys{margin-bottom:10px;}
.ny_nr .fw_ys h3{font-size:22px; color:#000; line-height:28px;}
.ny_nr .fw_ys .w_z{margin-bottom:30px;}
.ny_nr .fw_ys .w_z p{height:96px;
line-clamp:4;
-webkit-line-clamp:4;
-moz-line-clamp:4;
-ms-line-clamp:4;
-o-line-clamp:4;}
}

.ny_nr .hy_ys h3{font-size:26px; color:#000; line-height:32px; margin-bottom:20px;}
.ny_nr .hy_ys .t_p img{width:100%; height:auto; display:block;}
.ny_nr .hy_ys .w_z h4{padding-left:15px; position:relative; font-size:20px; color:#284176; line-height:30px; margin:15px 0 5px;}
.ny_nr .hy_ys .w_z h4:after{width:6px; height:6px; content:""; background-color:#284176; border-radius:50%; position:absolute; top:12px; left:0;}
.ny_nr .hy_ys .w_z p{color:#333; line-height:24px;}
@media only screen and (max-width:1024px){
.ny_nr .hy_ys h3{font-size:22px; line-height:28px;}
.ny_nr .hy_ys .row{margin:0 -5px;}
.ny_nr .hy_ys .col-12{padding:0 5px;}
.ny_nr .hy_ys .w_z h4{font-size:18px;}
}
@media only screen and (max-width:640px){
.ny_nr .hy_ys h3{margin-bottom:0;}
.ny_nr .hy_ys .t_p{margin-top:20px;}
}

.ny_nr .fw_nr{margin-bottom:60px;}
.ny_nr .fw_nr .w_z{margin-bottom:30px;}
.ny_nr .fw_nr .w_z h3{font-size:22px; color:#284176; line-height:30px; margin-bottom:10px;}
.ny_nr .fw_nr .w_z p{font-size:14px; line-height:26px; color:#333;}
@media only screen and (max-width:1024px){
.ny_nr .fw_nr{margin-bottom:0;}
.ny_nr .fw_nr .w_z h3{font-size:20px; line-height:28px;}
}

.ny_nr .hw_gz{margin:40px 0 60px;}
.ny_nr .hw_gz .gz_bt{margin-bottom:50px;}
.ny_nr .hw_gz .gz_bt h3{font-size:36px; color:#000; line-height:46px; margin-bottom:10px;}
.ny_nr .hw_gz .gz_bt p{font-size:16px; color:#777; line-height:26px;}
.ny_nr .hw_gz .gz_hw .s_s{position:relative; padding-right:200px;}
.ny_nr .hw_gz .gz_hw .s_s input{width:100%; height:60px; border:1px solid #ddd; padding:0 15px; font-size:16px; line-height:58px; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .hw_gz .gz_hw .s_s input:focus{border:1px solid #888; box-shadow:0 0 10px #ddd;}
.ny_nr .hw_gz .gz_hw .s_s button{width:180px; height:60px; background-color:#284176; font-size:18px; line-height:60px; color:#fff; text-align:center; display:block; cursor:pointer; outline:none; position:absolute; top:0; right:0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .hw_gz .gz_hw .s_s button:hover{background-color:#0e2961;}
.ny_nr .hw_gz .gz_hw .t_s{font-size:15px; line-height:26px; margin-top:4px;}
@media only screen and (max-width:1024px){
.ny_nr .hw_gz{margin:40px 0;}
.ny_nr .hw_gz .gz_bt{margin-bottom:35px;}
.ny_nr .hw_gz .gz_bt h3{font-size:32px; line-height:40px;}
.ny_nr .hw_gz .gz_bt p{font-size:15px;}
.ny_nr .hw_gz .gz_hw .t_s{margin-top:20px;}
}
@media only screen and (max-width:640px){
.ny_nr .hw_gz .gz_bt h3{font-size:26px; line-height:32px;}
.ny_nr .hw_gz .gz_hw .s_s{padding-right:140px;}
.ny_nr .hw_gz .gz_hw .s_s input{height:54px; padding:0 10px; font-size:14px; line-height:52px;}
.ny_nr .hw_gz .gz_hw .s_s button{width:130px; height:54px; font-size:16px; line-height:54px;}
.ny_nr .hw_gz .gz_hw .t_s{font-size:14px; line-height:24px;}
}

.ny_nr .fw_cx{margin:40px 0 60px;}
.ny_nr .fw_cx .fw_bt{margin-bottom:50px;}
.ny_nr .fw_cx .fw_bt h3{font-size:36px; color:#000; line-height:46px; margin-bottom:10px;}
.ny_nr .fw_cx .fw_bt p{font-size:16px; color:#777; line-height:26px;}
.ny_nr .fw_cx .fw_lb ul{margin:0 -25px;}
.ny_nr .fw_cx .fw_lb ul li{padding:0 25px;}
.ny_nr .fw_cx .fw_lb .n_r{padding-bottom:25px; border-bottom:1px solid #eee; margin-bottom:25px;}
.ny_nr .fw_cx .fw_lb .n_r h3{font-size:18px; line-height:28px; margin-bottom:20px;}
.ny_nr .fw_cx .fw_lb .n_r a.a_n{width:120px; height:40px; border-radius:3px; border:1px solid #ddd; text-align:center; line-height:38px; display:block;}
.ny_nr .fw_cx .fw_lb .n_r a.a_n:hover{border:1px solid #284176; background-color:#284176; color:#fff;}
.ny_nr .fw_cx .fw_lb .n_r a.a_n i{vertical-align:middle; font-size:16px; margin-right:5px;}
@media only screen and (max-width:1024px){
.ny_nr .fw_cx{margin:0;}
.ny_nr .fw_cx .fw_bt{margin-bottom:35px;}
.ny_nr .fw_cx .fw_bt h3{font-size:32px; line-height:40px;}
.ny_nr .fw_cx .fw_bt p{font-size:15px;}
.ny_nr .fw_cx .fw_lb ul{margin:0 -15px;}
.ny_nr .fw_cx .fw_lb ul li{padding:0 15px;}
.ny_nr .fw_cx .fw_lb .n_r{padding-bottom:20px; margin-bottom:20px;}
.ny_nr .fw_cx .fw_lb .n_r h3{font-size:16px; line-height:26px; margin-bottom:15px;}
.ny_nr .fw_cx .fw_lb .n_r a.a_n{width:100px; height:36px; line-height:34px;}
}
@media only screen and (max-width:640px){
.ny_nr .fw_cx .fw_bt h3{font-size:26px; line-height:32px;}
}

.ny_nr .xw_zx ul li{padding-bottom:40px; padding-left:120px; margin-bottom:40px; border-bottom:1px dotted #ddd; position:relative;}
.ny_nr .xw_zx .r_q{width:90px; padding:10px 0; background-color:#284176; border-radius:10px; color:#fff; text-align:center; position:absolute; top:0; left:0;}
.ny_nr .xw_zx .r_q span{display:block; line-height:26px;}
.ny_nr .xw_zx .r_q strong{display:block; font-size:30px; line-height:40px;}
.ny_nr .xw_zx h4{font-size:22px; line-height:40px; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .xw_zx p{color:#777; line-height:26px; height:52px; 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_zx a.m_r{width:130px; height:40px; border:1px solid #aaa; color:#333; text-align:center; line-height:38px; display:block;}
.ny_nr .xw_zx a.m_r:hover{background-color:#284176; border:1px solid #284176; color:#fff;}
@media only screen and (max-width:1024px){
.ny_nr .xw_zx ul li{padding-bottom:30px; padding-left:100px; margin-bottom:30px;}
.ny_nr .xw_zx .r_q{width:80px;}
.ny_nr .xw_zx .r_q strong{font-size:28px; line-height:34px;}
.ny_nr .xw_zx h4{font-size:20px; line-height:30px;}
.ny_nr .xw_zx p{line-height:24px; height:48px; margin-bottom:15px;}
.ny_nr .xw_zx a.m_r{width:120px; height:36px; line-height:34px;}
}
@media only screen and (max-width:640px){
.ny_nr .xw_zx ul li{padding-bottom:25px; padding-left:80px; margin-bottom:25px;}
.ny_nr .xw_zx .r_q{width:70px;}
.ny_nr .xw_zx .r_q span{line-height:22px;}
.ny_nr .xw_zx .r_q strong{font-size:26px; line-height:28px;}
.ny_nr .xw_zx h4{font-size:18px; line-height:26px; margin-bottom:5px;}
.ny_nr .xw_zx a.m_r{width:100px; height:32px; line-height:30px;}
}

.gy_ys{width:100%; padding:80px 0 50px; background-color:#f7f7f7; overflow:hidden;}
.gy_ys .ys_bt{margin-bottom:35px; text-align:center;}
.gy_ys .ys_bt h3{font-size:36px; color:#000; line-height:46px;}
.gy_ys .ys_bt p{font-size:16px; color:#777; line-height:26px;}
.gy_ys .row{margin:0 -1%;}
.gy_ys .w_z{width:31.33333333333333%; margin:0 1%; flex:0 0 31.33333333333333%; padding:25px; background-color:#fff; margin-bottom:30px;}
.gy_ys .w_z.d_k{width:98%; flex:0 0 98%;}
.gy_ys .w_z h3{padding-left:15px; position:relative; font-size:20px; color:#284176; line-height:30px; margin-bottom:5px;}
.gy_ys .w_z h3:after{width:6px; height:6px; content:""; background-color:#284176; border-radius:50%; position:absolute; top:12px; left:0;}
.gy_ys .w_z h4{font-size:16px; line-height:28px; color:#284176; margin:15px 0;}
.gy_ys .w_z h5{font-size:15px; line-height:28px; color:#284176; margin:10px 0;}
.gy_ys .w_z p{line-height:26px;}
@media only screen and (max-width:1024px){
.gy_ys{padding:60px 0 30px;}
.gy_ys .ys_bt h3{font-size:30px; line-height:40px;}
.gy_ys .row{margin:0 -1%;}
.gy_ys .w_z{padding:20px;}
.gy_ys .w_z h3{font-size:18px;}
}
@media only screen and (max-width:640px){
.gy_ys{padding:40px 0 10px;}
.gy_ys .ys_bt{margin-bottom:30px;}
.gy_ys .ys_bt h3{font-size:26px; line-height:36px;}
.gy_ys .ys_bt p{font-size:15px;}
.gy_ys .row{margin:0;}
.gy_ys .w_z{width:100%; margin:0; flex:0 0 100%; padding:15px; margin-bottom:20px;}
.gy_ys .w_z.d_k{width:100%; flex:0 0 100%;}
.gy_ys .w_z h3{line-height:28px;}
.gy_ys .w_z h3:after{top:11px;}
.gy_ys .w_z h4{margin:10px 0;}
.gy_ys .w_z h5{line-height:26px;}
.gy_ys .w_z p{line-height:24px;}
.gy_ys .w_z .row{margin:0;}
.gy_ys .w_z .col-12{padding:0;}
}

.qg_gs{width:100%; margin:30px 0; overflow:hidden;}
.qg_gs .hd .w_z{padding:15px 10px; background-color:#f7f7f7; font-size:18px; line-height:26px; text-align:center; color:#000; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.qg_gs .hd ul li.on .w_z{background-color:#284176; color:#fff;}
.qg_gs .bd{margin-top:50px;}
.qg_gs .bd .row{margin:0 -1%;}
.qg_gs .bd .t_p{width:48%; margin:0 1%; flex:0 0 48%;}
.qg_gs .bd .t_p img{width:100%; height:auto; display:block;}
.qg_gs .bd .w_z{width:48%; margin:0 1%; flex:0 0 48%; background-color:#f7f7f7; padding:50px;}
.qg_gs .bd .w_z h3{font-size:22px; color:#000; line-height:32px; padding-left:20px; position:relative; margin-bottom:10px;}
.qg_gs .bd .w_z h3:after{width:3px; height:26px; content:""; background-color:#284176; position:absolute; top:50%; margin-top:-13px; left:0;}
.qg_gs .bd .w_z p{font-size:16px; line-height:32px; color:#777;}
@media only screen and (max-width:1024px){
.qg_gs{margin:0;}
.qg_gs .hd ul{margin:0 -10px;}
.qg_gs .hd ul li{padding:0 10px; margin-bottom:20px;}
.qg_gs .bd{margin-top:20px; padding:0;}
.qg_gs .bd .row{margin:0;}
.qg_gs .bd .t_p{width:100%; margin:0; flex:0 0 100%;}
.qg_gs .bd .w_z{width:100%; margin:0; flex:0 0 100%; padding:30px;}
.qg_gs .bd .w_z h3{font-size:20px; line-height:28px; padding-left:15px;}
.qg_gs .bd .w_z h3:after{height:22px; margin-top:-11px;}
.qg_gs .bd .w_z p{font-size:15px; line-height:28px;}
.qg_gs a.prev{display:none;}
.qg_gs a.next{display:none;}
}
@media only screen and (max-width:640px){
.qg_gs .hd ul{margin:0 -5px;}
.qg_gs .hd ul li{padding:0 5px; margin-bottom:10px;}
.qg_gs .hd .w_z{font-size:16px; padding:10px 5px;}
.qg_gs .bd{margin-top:20px; padding:0;}
.qg_gs .bd .w_z{padding:20px;}
.qg_gs .bd .w_z h3{font-size:18px; line-height:26px; margin-bottom:6px;}
.qg_gs .bd .w_z h3:after{height:18px; margin-top:-9px;}
.qg_gs .bd .w_z p{font-size:14px; line-height:26px;}
}

.zx_ly{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.zx_ly .ly_bt{font-size:22px; color:#000; padding-left:20px; position:relative; margin-bottom:40px;}
.zx_ly .ly_bt span{display:inline-block; font-size:14px; text-transform:uppercase; color:#888; font-weight:normal; vertical-align:middle; margin-left:5px;}
.zx_ly .ly_bt:after{width:3px; height:26px; position:absolute; top:50%; margin-top:-13px; left:0; content:""; background-color:#284176;}
.zx_ly input{width:100%; height:56px; display:block; padding:0 20px; background-color:#fff; border-radius:5px; border:1px solid #e4e4e4; font-size:16px; color:#555; line-height:54px; margin-bottom:30px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly input:focus{border:1px solid #555;}
.zx_ly textarea{width:100%; height:228px; display:block; padding:14px 20px; background-color:#fff; border-radius:5px; border:1px solid #e4e4e4; font-size:16px; color:#555; line-height:26px; resize:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly textarea:focus{border:1px solid #aaa;}
.zx_ly button{width:200px; height:56px; border-radius:5px; background-color:#284176; font-size:18px; line-height:56px; text-align:center; color:#fff;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly button:hover{background-color:#0e2961;}
@media only screen and (max-width:1024px){
.zx_ly{padding:50px 0;}
.zx_ly .ly_bt{font-size:22px; padding-left:15px; margin-bottom:35px;}
.zx_ly .ly_bt span{font-size:16px;}
.zx_ly .ly_bt:after{width:3px; height:22px; margin-top:-11px;}
.zx_ly .row{margin:0 -10px;}
.zx_ly .col-12{padding:0 10px;}
.zx_ly input{padding:0 20px; margin-top:20px; margin-bottom:0; font-size:16px;}
.zx_ly textarea{height:200px; padding:12px 20px; font-size:16px; line-height:26px;}
.zx_ly button{display:block; margin:20px auto 0;}
}
@media only screen and (max-width:640px){
.zx_ly{padding:40px 0;}
.zx_ly .ly_bt{font-size:20px; margin-bottom:20px;}
.zx_ly .ly_bt span{font-size:15px;}
.zx_ly input{padding:0 15px; border-radius:5px; font-size:15px; line-height:46px;}
.zx_ly textarea{height:150px; padding:10px 15px; border-radius:5px; font-size:15px; line-height:26px;}
.zx_ly button{width:100%; height:46px; border-radius:5px; line-height:46px;}
}

.rc_zp .jr_lm{overflow:hidden; margin-bottom:20px; box-shadow:0px 5px 10px 0px rgba(95,125,158,.1);}
.rc_zp .jr_bt{padding:15px 25px; height:70px; font-size:16px; line-height:40px; color:#555; overflow:hidden; cursor:pointer; position:relative;}
.rc_zp .jr_bt:hover{background-color:#f9faff;}
.rc_zp .jr_bt.on{background-color:#f9faff;}
.rc_zp .jr_bt i{position:absolute; top:50%; right:35px; font-size:18px;
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:#284176; color:#fff; padding:0 25px; line-height:70px;}
.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:#284176;}
.rc_zp .jr_nr .js{margin-bottom:20px;}
@media only screen and (max-width:1024px){
.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; line-height:26px;}
.rc_zp .jr_nr .lm{margin-bottom:10px;}
}
@media only screen and (max-width:640px){
.rc_zp .ts{font-size:12px; line-height:22px;}
.rc_zp .jr_bt{padding:5px 15px; font-size:14px;}
.rc_zp .jr_bt i{display:none;}
.rc_zp .jr_lm.jt .jr_bt{padding:5px 15px;}
.rc_zp .jr_nr{padding:10px 15px; font-size:13px; line-height:26px;}
.rc_zp .jr_nr .lm{margin-bottom:10px;}
}

.jl_fs{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.jl_fs .row{margin:0 auto; display:flex; align-items:center; justify-content:space-between;}
.jl_fs h3{font-size:20px; color:#333; line-height:36px; margin-bottom:10px;}
.jl_fs .sb_dd{width:50%; flex:0 0 50%;}
.jl_fs .sb_dd h3{font-size:20px; color:#000; margin-bottom:15px;}
.jl_fs .sb_dd p{line-height:28px; color:#555;}
.jl_fs .td_jl{text-align:right; width:50%; flex:0 0 50%;}
.jl_fs .td_jl h4{font-size:16px; color:#777; line-height:28px;}
.jl_fs .td_jl span{font-size:15px; line-height:44px; color:#fff; display:inline-block; background-color:#284176; padding:0 20px; border-radius:5px;}
@media only screen and (max-width:1024px){
.jl_fs{padding:35px 0;}
.jl_fs h3{font-size:17px; line-height:32px;}
.jl_fs .td_jl h4{font-size:15px; line-height:26px;}
.jl_fs .td_jl span{font-size:14px; line-height:40px; padding:0 15px;}
}

.yema{margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:2px;}
.yema ul li a{width:36px; height:36px; border:1px solid #e7e7e7; border-radius:50%; font-size:16px; line-height:34px; text-align:center; color:#555; display:inline-block;}
.yema ul li a:hover{background-color:#284176; border:1px solid #284176; color:#fff;}
.yema ul li a.on{background-color:#284176; border:1px solid #284176; color:#fff;}
.yema ul li i{font-size:18px; line-height:36px;}
@media only screen and (max-width:640px){
.yema ul li:first-child{display:none;}
.yema ul li:last-child{display:none;}
}

.footer{width:100%; padding:60px 0; background-color:#0e131d; color:#aaa;}
.footer h3{font-size:18px; line-height:38px; color:#fff; margin-bottom:10px;}
.footer .ft_nr{padding-right:180px; position:relative;}
.footer .ft_lx{line-height:28px; margin-right:40px;}
.footer .sj_rj{margin-top:20px;}
.footer .sj_rj ul li{border-radius:50%; cursor:pointer; float:left; margin-right:20px; position:relative;}
.footer .sj_rj i{color:#aaa; line-height:36px; vertical-align:middle;}
.footer .sj_rj i.icon-weibo{font-size:30px;}
.footer .sj_rj i.icon-youtubeplay{font-size:28px;}
.footer .sj_rj .em{width:120px; padding:5px; border-radius:5px; background-color:#fff; border:1px solid #ccc; position:absolute; bottom:52px; left:50%; margin-left:-60px; opacity:0; visibility:hidden;
transform:translateY(-10px);
-webkit-transform:translateY(-10px);
-moz-transform:translateY(-10px);
-ms-transform:translateY(-10px);
-o-transform:translateY(-10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.footer .sj_rj ul li:hover .em{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.footer .sj_rj .em:before{width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-top:8px solid #fff; content:""; position:absolute; bottom:-8px; left:50%; margin-left:-10px;}
.footer .sj_rj img{width:100%; height:auto; display:block;}
.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:28px; color:#aaa;}
.footer .ft_dh ul li a:hover{color:#ddd;}
.footer .ft_dh p{margin-bottom:6px;}
.footer .ewm{position:absolute; top:0; right:0;}
.footer .ewm img{max-width:110px; height:auto; display:block;}
.footer .ewm p{font-size:13px; text-align:center; margin-top:15px;}
@media only screen and (max-width:1024px) {
.footer{padding:35px 0;}
.footer .col-lg-8{display:none;}
.footer .sj_rj .e_m{width:110px; padding:5px; bottom:40px; left:50%; margin-left:-55px;}
.footer .sj_rj .e_m:before{border-left:8px solid transparent; border-right:8px solid transparent; border-top:6px solid #fff; bottom:-6px; margin-left:-8px;}
.footer .sj_rj img{width:100%; height:auto; display:block;}
}
@media only screen and (max-width:640px) {
.footer{padding:40px 0 30px; text-align:center;}
.footer h3{line-height:28px; margin-bottom:6px;}
.footer .ft_nr{padding-right:0;}
.footer .ft_lx{margin-right:0;}
.footer .sj_rj ul li{display:inline-block; float:none; margin:0 10px;}
.footer .sj_rj i{font-size:18px;}
.footer .sj_rj i.icon-weibo{font-size:26px;}
.footer .sj_rj i.icon-youtubeplay{font-size:22px;}
.footer .ewm{display:none;}
}

.ft_bq{width:100%; padding:20px 0; line-height:34px; color:#aaa; background-color:#090e16;}
.ft_bq .f_l{float:left;}
.ft_bq .f_r{float:right;}
.ft_bq .f_r a{color:#aaa;}
.ft_bq .f_r a:hover{color:#f8be63;}
@media only screen and (max-width:640px){
.ft_bq{padding:15px 0; text-align:center; line-height:24px; margin-bottom:50px;}
.ft_bq .f_l{float:none;}
.ft_bq .f_r{float:none;}
}

.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.9); z-index:99999; display:none;}
.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.e_m .n_r img{width:100%; height:auto; display:block;}
.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}
@media only screen and (max-width:1024px){
.e_m .n_r{width:230px; padding:15px;}
.e_m .n_r p{font-size:15px;}
}

.pc_kf{width:50px; position:fixed; right:0; bottom:30px; z-index:99999;}
.pc_kf .nr{width:50px; height:50px; border:1px solid #ddd; border-bottom:0; background-color:#fff; position:relative;}
.pc_kf .ewm{width:230px; padding:10px; background-color:#fff; box-shadow:0 5px 10px rgba(95,125,158,.2); position:absolute; top:0; right:60px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr:hover .ewm{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.pc_kf .ewm img{width:90px; height:auto; display:block; float:left;}
.pc_kf .w_z{width:110px; float:left; margin-left:10px;}
.pc_kf .w_z h3{font-size:16px; color:#333; line-height:28px;}
.pc_kf .w_z p{font-size:13px; line-height:20px;}
.pc_kf .nr a{display:block; text-align:center; line-height:50px;}
.pc_kf .nr i{color:#777; font-size:20px;}
.pc_kf .nr i.icon-zixun2{font-size:26px;}
.pc_kf .nr a:hover i{color:#284176;}
.pc_kf .fh{width:50px; height:50px; border:1px solid #ddd; background-color:#fff; text-align:center; line-height:50px; color:#777; cursor:pointer; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .fh:hover{border:1px solid #284176; background-color:#284176; color:#fff;}
.pc_kf .fh i{font-size:40px;}
@media only screen and (max-width:1024px){
.pc_kf .nr .ewm{display:none;}
}
@media only screen and (max-width:640px){
.pc_kf{width:100%; top:auto; margin-top:0; bottom:0;}
.pc_kf .nr{width:25%; height:50px; float:left; padding:0; border-right:0;}
.pc_kf .nr:first-child{border-left:0;}
.pc_kf .nr p{display:none;}
.pc_kf .tel{display:none;}
.pc_kf .nr a{display:block; color:#777;}
.pc_kf .nr a:hover{color:#2d3c90;}
.pc_kf .nr i{font-size:20px; line-height:48px;}
.pc_kf .nr i.icon-zixunfuwu{font-size:26px;}
.pc_kf .nr i.icon-saoyisao{font-size:22px;}
.pc_kf .nr a:hover i{color:#2d3c90;}
.pc_kf .fh{width:25%; height:50px; float:left; padding:0;}
.pc_kf .fh i{font-size:36px; line-height:50px;}
}

.xw_xq h1{font-size:28px; line-height:36px; text-align:center; margin-bottom:25px;}
.xw_xq .x_x{font-size:14px; color:#555; text-align:center;}
.xw_xq .n_r{margin:50px auto; font-size:15px; line-height:26px; color:#555;}
.xw_xq .n_r strong{font-size:18px; padding-bottom:20px; color:#333; display:inline-block;}
.xw_xq .n_r img{width:70%; height:auto; display:block; margin:0 auto;}
.xw_xq .s_x{font-size:15px; line-height:30px;}
.xw_xq .s_x .s_p{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_xq .s_x .x_p{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
.xw_xq h1{font-size:18px; font-weight:bold; line-height:28px; margin-bottom:15px;}
.xw_xq .x_x{font-size:12px;}
.xw_xq .n_r{width:100%; margin:30px auto 0; font-size:14px;}
.xw_xq .n_r strong{font-size:16px; padding-bottom:10px;}
.xw_xq .n_r img{width:100%;}
.xw_xq .s_x{font-size:14px;}
}

.gs_ry .t_p img{width:100%; height:auto; display:block;}
.gs_ry .w_z{padding:15px 0; border-bottom:1px solid #ddd; text-align:center; font-size:15px; line-height:26px; margin-bottom:30px;}
@media only screen and (max-width:640px){
.gs_ry ul{margin:0 -8px;}
.gs_ry ul li{padding:0 8px;}
.gs_ry .w_z{padding:10px 0; font-size:14px; margin-bottom:16px;}
}