@charset "utf-8";

@font-face {
  font-family:"Amiko-Bold";
  src:url("../fonts/Amiko-Bold.ttf")format("truetype");
}

@font-face {
  font-family:"Quicksand-Regular";
  src:url("../fonts/Quicksand-Regular.ttf")format("truetype");
}

@font-face {
  font-family:"Quicksand-Medium";
  src:url("../fonts/Quicksand-Medium.ttf")format("truetype");
}

@font-face {
  font-family:"Quicksand-Bold";
  src:url("../fonts/Quicksand-Bold.ttf")format("truetype");
}

*{padding:0px; margin:0px;}
body{font-size:16px; color:#333; font-family:"Quicksand-Regular",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:16px; border:0; background:none; outline:none; vertical-align:middle; font-family:"Quicksand-Regular",Arial,Tahoma,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#222; text-decoration:none;
transition:all .5s;
-webkit-transition:all .5s;}
a:hover{color:#0153b8; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
.mg_my{margin:0;}
@media only screen and (max-width:1400px){
body{font-size:15px;}
input,select,button,textarea{font-size:15px;}
}
@media only screen and (max-width:1100px){
.container{padding:0 25px;}
}
@media only screen and (max-width:768px){
.container{padding:0 20px;}
}
@media only screen and (max-width:375px){
.container{padding:0 15px;}
}

@media only screen and (max-width:1100px){
html.on{width:100%; height:100vh; overflow:hidden;}
}

@media only screen and (max-width:1100px){
.sj_bj{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:fixed; top:0; left:0; content:""; z-index:9999; display:none;}
}

.header{width:82%; border-radius:5px; background-color:rgba(255,255,255,.95); position:fixed; top:50px; left:9%; z-index:99999;
transition:all .5s;
-webkit-transition:all .5s;}
.header.on{width:100%; left:0; top:0; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1);}
.header .container{max-width:100%; padding:0 2%;}
.header .row{margin:0; align-items:center; justify-content:space-between; position:relative;}
.header .logo{width:200px; position:relative;}
.header .logo img{width:100%; height:auto; display:block;}
.header .an{position:absolute; top:50%; margin-top:-8px; right:0; height:17px; width:32px; display:none;}
.header .an span{width:32px; height:2px; background-color:#333; display:block; position:absolute;
transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .hd_yc{display:flex;}
.header .yy_xz{position:relative; z-index:99;border: solid 1px #bcbcbc;padding: 5px 9px;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
.header .yy_xz img{width:auto; height:14px; margin-top:-2px; margin-right:5px; vertical-align:middle; display:inline-block;}
.header .yy_xz .l_m{cursor:pointer; font-size:16px; font-family:"Quicksand-Medium"; line-height:32px; color:#333;}
.header .yy_xz .l_m i{font-size:18px; font-weight:bold; margin-top:-2px; margin-right:5px; vertical-align:middle; display:inline-block;}
.header .yy_xz .x_l{width:120px; padding-top:6px; position:absolute; top:36px; left:50%; margin-left:-60px; display:none;}
.header .yy_xz .x_l:before{width:0; height:0; border-right:6px solid transparent; border-left:6px solid transparent; border-bottom:6px solid #535352; content:""; position:absolute; top:0; left:50%; margin-left:-6px;}
.header .yy_xz .x_l ul{padding:10px 15px; background-color:#535352;}
.header .yy_xz .x_l ul li a{font-size:14px; color:#ddd; line-height:36px; display:block;}
.header .yy_xz .x_l ul li a:hover{color:#fff;}
.header .nav{display:flex; align-items:center; justify-content:space-between;}
.header .nav ul{display:flex;}
.header .nav ul li{margin-right:60px; position:relative;}
.header .nav ul li:last-child{margin-right:0;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:inline-block; font-size:18px; font-family:"Amiko-Bold"; color:#000; line-height:90px;}
.header .nav ul li:hover .y_j a{color:#0153b8;}
.header .nav ul li.on .y_j a{color:#0153b8;}
.header .nav .y_j:after{width:0; height:2px; background-color:#0153b8; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li:hover .y_j:after{width:100%;}
.header .nav ul li.on .y_j:after{width:100%;}
.header .nav .e_j{width:260px; background-color:#fff; position:absolute; top:90px; left:-20px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);}
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transition:all .2s;
-webkit-transition:all .2s;
transform:translateY(0);
-webkit-transform:translateY(0);}
.header .nav .f_l{width:100%; position:relative;}
.header .nav .f_l i{position:absolute; top:50%; right:10px; line-height:26px; margin-top:-13px;}
.header .nav .f_l a{padding:20px 30px 20px 20px; border-bottom:1px solid #cde4e6; background-color:#eafcfd; color:#000; line-height:22px; display:block;}
.header .nav .f_l:last-child a{border-bottom:0;}
.header .nav .f_l a:hover{background-color:#d7f6f8; color:#0153b8;}
.header .nav .s_j{width:260px; position:absolute; left:100%; top:0; border-left:3px solid rgba(255,255,255,0); opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);}
.header .nav .f_l:hover .s_j{opacity:1; visibility:inherit;
transition:all .2s;
-webkit-transition:all .2s;
transform:translateY(0);
-webkit-transform:translateY(0);}
.header .nav .s_j a{padding:31px 20px;}
.header .nav .s_j a:last-child{border-bottom:0;}
.header .nav .s_b{display:none;}
@media only screen and (max-width:1600px){
.header .nav ul li{margin-right:45px;}
}
@media only screen and (max-width:1500px){
.header .nav ul li{margin-right:40px;}
}
@media only screen and (max-width:1400px){
.header{width:90%; left:5%; top:40px;}
.header .nav ul li{margin-right:30px;}
}
@media only screen and (max-width:1280px){
.header{width:96%; left:2%; top:30px;}
.header .logo{width:150px;}
.header .nav ul li{margin-right:25px;}
}
@media only screen and (max-width:1100px){
.header{width:100%; left:0; top:0; border-radius:0;}
.header .logo{width:150px; margin:20px 0;}
.header .an{display:block;}
.header .yy_xz{margin-right:60px;}
.header .nav{width:70%; display:block; height:calc(100% - 71px); padding:10px 5% 20px; margin:0; background-color:#fafafa; position:fixed; bottom:0; right:-70%; z-index:9999; overflow:auto;
transition:all .5s;
-webkit-transition:all .5s;}
.header .nav.on{right:0;}
.header .nav ul{width:100%; float:none; display:block; margin-bottom:20px;}
.header .nav ul li{width:100%; height:auto; text-align:left; border-bottom:1px solid #ddd; float:none; padding:0; margin:0;}
.header .nav .y_j:after{display:none;}
.header .nav .y_j i{display:block; width:60%; position:absolute; top:0; right:0; font-size:16px; font-weight:bold; text-align:right; line-height:60px; z-index:99;}
.header .nav .y_j a{color:#333; font-size:16px; line-height:60px; display:block;}
.header .nav .y_j a:hover{color:#333;}
.header .nav ul li:hover .y_j a{color:#333; background:none;}
.header .nav ul li.on .y_j a{color:#333; background:none;}
.header .nav .e_j{width:70%; height:calc(100% - 71px); padding:20px 5%; box-shadow:none; background-color:#fafafa; opacity:1; position:fixed; top:auto; left:auto; bottom:0; right:-70%; z-index:9999; overflow:auto;
display:block; visibility:inherit;
transition:all .5s;
-webkit-transition:all .5s;
transform:none;
-webkit-transform:none;}
.header .nav .e_j.on{right:0;}
.header .nav .e_j:after{display:none;}
.header .nav .f_l{margin:0; border-bottom:1px solid #ddd;}
.header .nav .f_l i{display:none;}
.header .nav .f_l a{padding:18px 0; background:none; font-size:15px; text-align:left; border-bottom:0; color:#555;}
.header .nav .f_l a:hover{background:none;}
.header .nav .s_j{width:100%; position:relative; left:auto; top:auto; border-left:0; opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);}
.header .nav .s_j a{padding:0 0 20px 20px; border-bottom:0; position:relative;}
.header .nav .s_j a:after{width:6px; height:6px; border-radius:50%; background-color:#aaa; position:absolute; top:8px; left:6px; content:"";}
.header .nav .s_b{display:block; line-height:44px;}
.header .nav .s_b i{font-size:16px; font-weight:bold;}
}
@media only screen and (max-width:768px){
.header .container{padding:0 20px;}
.header .logo{width:120px; margin:20px 0;}
.header .yy_xz{margin-right:50px;}
.header .nav{width:100%; height:calc(100% - 65px); right:-100%;}
.header .nav .e_j{width:100%; height:calc(100% - 65px); right:-100%;}
}

.head_h{width:100%; background-color:#fff; overflow:hidden; display:none;}
@media only screen and (max-width:1100px){
.head_h{height:71px; display:block;}
}
@media only screen and (max-width:768px){
.head_h{height:65px;}
}

.pc_ban{width:100%; height:100vh; position:relative; overflow:hidden;}
.pc_ban .swiper-slide{overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.pc_ban .swiper-slide:after{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0,0,0,.3);
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 9;
}
.pc_ban .swiper-button-prev{width:50px; height:50px; border-radius:50%; background:rgba(0,0,0,.5) url(../images/zj.png) no-repeat center / 44px 44px; top:50%; left:5%; opacity:.5; margin-top:-25px;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-prev{opacity:1;}
.pc_ban:hover .swiper-button-prev:hover{background:#0153b8 url(../images/zj.png) no-repeat center / 44px 44px;}
.pc_ban .swiper-button-next{width:50px; height:50px; border-radius:50%; background:rgba(0,0,0,.5) url(../images/yj.png) no-repeat center / 44px 44px; top:50%; right:5%; opacity:.5; margin-top:-25px;
transition:all .5s;
-webkit-transition:all .5s;}
.pc_ban:hover .swiper-button-next{opacity:1;}
.pc_ban:hover .swiper-button-next:hover{background:#0153b8 url(../images/yj.png) no-repeat center / 44px 44px;}
.pc_ban .container{color:#fff; position:absolute; top:55%; left:50%; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
    z-index: 999;
}
.pc_ban .w_z{width:80%; margin:0 auto;}
.pc_ban .w_z h1{font-size:60px; font-family:"Amiko-Bold"; letter-spacing:-2px; line-height:70px;}
.pc_ban .w_z h2{font-size:46px; font-family:"Amiko-Bold"; letter-spacing:-2px; line-height:60px; margin-top:10px;}
.pc_ban .m_r{width:160px; border:1px solid #fff;}
.pc_ban .m_r .bg{background-color:#fff;}
.pc_ban .m_r a{color:#fff;}
.pc_ban .m_r:hover a{color:#0153b8;}
@media only screen and (max-width:1400px){
.pc_ban .w_z h1{font-size:52px; line-height:60px;}
.pc_ban .w_z h2{font-size:36px; line-height:50px; margin-top:6px;}
}
@media only screen and (max-width:1100px){
.pc_ban{height:450px; min-height:inherit;}
.pc_ban .swiper-button-prev{display:none;}
.pc_ban .swiper-button-next{display:none;}
.pc_ban .swiper-pagination{bottom:5px;}
.pc_ban .w_z h1{font-size:38px; line-height:46px;}
.pc_ban .w_z h2{font-size:30px; line-height:38px; margin-top:5px;}
}
@media only screen and (max-width:768px){
.pc_ban{height:320px;}
.pc_ban .swiper-pagination{bottom:10px;}
.pc_ban .swiper-pagination-bullet{width:20px;}
.pc_ban .w_z h1{font-size:30px; line-height:38px; letter-spacing:0;}
.pc_ban .w_z h2{font-size:22px; line-height:28px; letter-spacing:0;}
}

.m_r{width:150px; height:44px; margin-top:35px; border-radius:5px; border:1px solid #0153b8; position:relative; display:inline-block; z-index:99;
transition:all .5s;
-webkit-transition:all .5s;}
.m_r .bg{width:100%; height:100%; border-radius:2px; position:absolute; left:0; top:0; background-color:#0153b8;
transition:transform 340ms ease-in-out;
transform-origin:right center;
transform:scaleX(0);}
.m_r:hover .bg{transform:scaleX(1); transform-origin:left center;}
.m_r a{font-size:16px; line-height:42px; color:#0153b8; text-transform:uppercase; text-align:center; display:block; position:relative; z-index:9;}
.m_r:hover a{color:#fff;}
.m_r i{font-size:16px; display:inline-block; vertical-align:middle; margin-left:8px; margin-top:-4px;}
.m_r i.icon-xiazai1{font-size:22px;}
.m_r .xz_xz{width:200px; border-radius:5px; position:absolute; left:150px; bottom:0; padding:10px 15px; box-shadow:0 0 10px rgba(0,0,0,.1); background-color:#fff; display:none;}
.m_r .xz_xz a{text-align:left; margin:5px 0; font-size:15px; line-height:28px; color:#777;}
.m_r .xz_xz a:hover{color:#0153b8;}
@media only screen and (max-width:1400px){
.m_r{width:130px; height:40px; margin-top:30px;}
.m_r a{font-size:15px; line-height:38px;}
}
@media only screen and (max-width:1100px){
.m_r{height:38px; margin-top:20px;}
.m_r a{line-height:36px;}
}

.sy_bt{text-align:center; margin-bottom:60px;}
.sy_bt h1{font-size:46px; font-family:"Amiko-Bold"; letter-spacing:-1px; color:#000; line-height:50px;}
.sy_bt h3{font-size:22px; color:#555; line-height:30px; margin-bottom:10px;}
.sy_bt h3 em{width:60px; height:2px; border-radius:2px; display:inline-block; vertical-align:middle; background-color:#aaa; margin-left:15px; margin-top:-2px;}
.sy_bt.on h1{color: #FFFFFF;}
@media only screen and (max-width:1400px){
.sy_bt{margin-bottom:50px;}
.sy_bt h1{font-size:40px; line-height:44px;}
.sy_bt h3{font-size:20px; line-height:28px; margin-bottom:6px;}
.sy_bt h3 em{width:46px; margin-left:10px;}
}
@media only screen and (max-width:1100px){
.sy_bt{margin-bottom:40px;}
.sy_bt h1{font-size:34px; line-height:40px;}
.sy_bt h3{font-size:18px; line-height:26px;}
.sy_bt h3 em{width:40px;}
}
@media only screen and (max-width:768px){
.sy_bt h1{font-size:30px; line-height:38px;}
}

.gy_bt{margin-bottom:50px; text-align:left; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; position:relative; z-index:99;}
.gy_bt h3{font-size: 46px;font-family: "Amiko-Bold";letter-spacing: -1px; line-height:44px; font-weight:bold; color:#000;}
.gy_bt span{color:#0153b8;}
.gy_bt p{font-size:18px; line-height:26px; color:#777; margin-top:5px;}
.gy_bt a{width:140px; height:44px; background-color:#f2f2f2; border-radius:22px; font-size:16px; line-height:44px; color:#333; text-align:center; display:block;}
.gy_bt a:hover{background-color:#0153b8; color:#fff;}
@media only screen and (max-width:1100px){
    .gy_bt{margin-bottom:45px;}
    .gy_bt h3{font-size:26px; line-height:36px;}
    .gy_bt p{font-size:16px; margin-top:0;}
    .gy_bt a{width:120px; height:40px; border-radius:20px; font-size:15px; line-height:40px;}
}
@media only screen and (max-width:992px){
    .gy_bt{margin-bottom:30px; display:block; text-align:center;}
    .gy_bt h3{font-size:22px;}
    .gy_bt p{font-size:14px;}
    .gy_bt a{width:100px; height:32px; border-radius:16px; font-size:14px; line-height:32px; margin-top:10px; display:inline-block;}
}

.sy_ys{width:100%; padding:90px 0; text-align:center; overflow:hidden;}
.sy_ys .ys_nr{width: 100%;position: relative;overflow: hidden;padding-bottom: 50px;}
.sy_ys .ys_zs{ border-radius:10px; padding:50px 20px; background-color:#f8f8f8; margin:0 15px 20px 15px; position:relative; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;box-shadow: 0 0 20px rgba(0,0,0,.05);}
.sy_ys .ys_zs:hover{background-color:#21262b; color:#fff;}
.sy_ys .ys_zs .t_b{width:110px; height:110px; border-radius:50%; background-position:top center; background-color:#fff; background-repeat:no-repeat; background-size:cover; margin:0 auto 20px;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .ys_zs:hover .t_b{background-position:bottom center; background-color:#0153b8;}
.sy_ys .ys_zs h3{font-size:20px; font-family:"Amiko-Bold"; letter-spacing:-1px; color:#333333; line-height:26px;min-height: 80px;}
.sy_ys .ys_zs .w_z{width:100%; height:100%; padding:25px; position:absolute; top:0; left:0; background-color:#21262b; color:#fff; opacity:0; overflow:auto; display:flex;justify-content:center; align-items:center;
transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .ys_zs:hover .w_z{opacity:1;}
.sy_ys .ys_zs:hover h3{color: #FFFFFF;}
.sy_ys .swiper-pagination{width: 100%;text-align: center;}
.sy_ys .swiper-pagination-bullet{margin: 0px 3px;background: rgba(0,0,0,.5);}
.sy_ys .swiper-pagination-bullet-active{background: #0153b8;}
@media only screen and (max-width:1400px){
.sy_ys{padding:70px 0;}
.sy_ys .row{margin:0 -10px;}
.sy_ys .ys_zs{ padding:50px 15px; margin:0 10px;}
.sy_ys .ys_zs .t_b{width:90px; height:90px;}
.sy_ys .ys_zs h3{font-size:20px; margin-bottom:10px;}
}
@media only screen and (max-width:1100px){
.sy_ys{padding:60px 0 40px;}
.sy_ys .row{margin:0 -10px;}
.sy_ys .ys_zs{ padding:40px 20px; margin:0 10px 20px;}
.sy_ys .ys_zs .t_b{width:70px; height:70px;}
.sy_ys .ys_zs h3{font-size:18px;}
}
@media only screen and (max-width:640px){
.sy_ys{padding:50px 0 30px;}
.sy_ys .row{margin:0;}
.sy_ys .ys_zs{width:100%; margin:0 0 20px;padding: 30px 16px;box-shadow: none;}
.sy_ys .ys_zs h3{font-size:15px;}
}

.sy_sp{width: 100%;overflow: hidden;padding: 90px 0;}
.sy_sp .video {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.sy_sp .video video {
    width: 100%;
    height: auto;
    display: block;
}
@media only screen and (max-width:1100px){
    .sy_sp{padding: 50px 0;}
    .sy_sp .video {
        width: 100%;
    }
}

.sy_hb{width: 100%;overflow: hidden;padding: 120px 0px;background: url("../images/sy_hb.jpg") no-repeat top center / cover;}
.sy_hb .w_z{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
.sy_hb .g_d{margin-top: 50px;}
.sy_hb .g_d a{display: block;margin: 0 auto;width: 160px;height: 46px;border:solid 2px #FFFFFF;line-height: 42px;text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 18px;
}
.sy_hb .g_d:hover a{color: #0153b8;background: #FFFFFF;}
@media only screen and (max-width:1100px){
    .sy_hb {
        padding: 50px 0px;
    }
    .sy_hb .w_z {
        font-size: 16px;
        line-height: 26px;
    }
}

.sy_gy{width: 100%;overflow: hidden;position: relative;display: flex;}
.sy_gy .gy_lf{width: 50%;min-height: 740px;}
.sy_gy .gy_lf img{max-width: 100%;height: auto;display: inline-block;display: none;}
.sy_gy .gy_cn{width: 39%;min-height: 740px;padding:40px 90px 90px 50px;background: url("../images/gy_cn.jpg") no-repeat top center / cover;}
.sy_gy .gy_cn .t_p{margin-bottom: 70px;}
.sy_gy .gy_cn .b_t{margin-bottom: 60px;}
.sy_gy .gy_cn .b_t p{color: #000000;font-weight: bold;font-size: 46px;
    font-family: "Amiko-Bold";
    letter-spacing: -1px;}
.sy_gy .gy_cn .b_t span{display: block;color: #1E1E1E;font-size: 26px;line-height: 50px;}
.sy_gy .gy_cn .m_s{color: #636363;font-size: 18px;line-height: 40px;margin-bottom: 90px;}
.sy_gy .gy_cn .m_r{width: auto;border: none;height: auto;margin: auto;}
.sy_gy .gy_cn .m_r a{display: block;width: 80px;height: 30px;text-align: center;line-height: 30px;color: #FFFFFF;background: #0153b8;-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;}
.sy_gy .gy_cn .m_r i{font-size: 20px;}
.sy_gy .gy_rt{width: 11%;}
.sy_gy .gy_rt img{max-width: 100%;height: auto;display: inline-block;}
@media only screen and (max-width:1440px){
    .sy_gy .gy_cn {
        width: 37%;
        padding: 40px 50px 90px 30px;
    }
    .sy_gy .gy_rt {
        width: 13%;
    }
}
@media only screen and (max-width:1380px){
    .sy_gy .gy_cn {
        padding: 40px 30px 50px 30px;
    }
}
@media only screen and (max-width:1024px){
    .sy_gy .gy_rt {
        display: none;
    }
    .sy_gy .gy_cn {
        width: 40%;
        min-height: 600px;
    }
    .sy_gy .gy_lf{width: 60%;min-height: 600px;}
    .sy_gy .gy_cn .t_p {
        margin-bottom: 50px;
    }
    .sy_gy .gy_cn .b_t p {
        font-size: 26px;
    }
    .sy_gy .gy_cn .b_t span {
        font-size: 20px;
        line-height: 40px;
    }
    .sy_gy .gy_cn .b_t {
        margin-bottom: 40px;
    }
    .sy_gy .gy_cn .m_s {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width:768px){
    .sy_gy{flex-wrap: wrap;}
    .sy_gy .gy_cn {
        width: 100%;
        min-height: auto;
        padding: 15px;

    }
    .sy_gy .gy_lf{width: 100%;min-height: auto;padding: 15px;background: none !important;}
    .sy_gy .gy_lf img{display: block;}
    .sy_gy .gy_cn .t_p {
        margin-bottom: 20px;
    }
    .sy_gy .gy_cn .b_t {
        margin-bottom: 20px;
    }
    .sy_gy .gy_cn .m_s {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }
}

.sy_cp{width:100%; padding:90px 0; overflow:hidden;}
.sy_cp .cp_zs{position:relative;}
.sy_cp .swiper-slide a{display:block; padding:20px; position:relative;border: solid 1px #e8e8e8;}
.sy_cp .swiper-slide a:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(1,83,184,.6); opacity:0;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_cp .swiper-slide:hover a:after{opacity:1;}
.sy_cp .swiper-button-prev{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/hz_l.png) no-repeat center; left:-70px; margin-top:-22px;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_cp .swiper-button-prev:hover{background:#0153b8 url(../images/hz_l1.png) no-repeat center; border:1px solid #0153b8;}
.sy_cp .swiper-button-next{width:44px; height:44px; border:1px solid #ddd; border-radius:50%; background:url(../images/hz_r.png) no-repeat center; right:-70px; margin-top:-22px;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_cp .swiper-button-next:hover{background:#0153b8 url(../images/hz_r1.png) no-repeat center; border:1px solid #0153b8;}
.sy_cp .swiper-pagination{bottom:0; display:none;}
.sy_cp .t_p{overflow:hidden;}
.sy_cp .t_p img{width:100%; height:auto; display:block;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_cp .swiper-slide:hover .t_p img{transform:scale(1.05);
    -webkit-transform:scale(1.05);}
.sy_cp .w_z{width:100%; padding:0 26px; position:absolute; top:55%; left:0; margin-top:-66px; line-height:24px; color:#fff; opacity:0; z-index:10;
    transition:all .5s;
    -webkit-transition:all .5s;}
.sy_cp .swiper-slide:hover .w_z{top:50%; opacity:1;}
.sy_cp .w_z h3{font-size:20px; font-weight:bold; line-height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;margin-bottom: 50px;}
.sy_cp .w_z p{height:48px; margin:10px 0 15px; overflow:hidden; display:-webkit-box;
    line-clamp:2;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;}
.sy_cp .w_z span{display:inline-block; border:1px solid #fff; border-radius:3px; padding:0 10px; line-height:30px;}
@media only screen and (max-width:1100px){
    .sy_cp{padding:60px 0 30px;}
    .sy_cp .swiper-cp{padding-bottom:40px;}
    .sy_cp .swiper-pagination{display:block;}
    .sy_cp .swiper-button-prev{display:none;}
    .sy_cp .swiper-button-next{display:none;}
    .sy_cp .w_z{padding:0 15px; margin-top:-59px; line-height:22px;}
    .sy_cp .w_z h3{font-size:18px; line-height:28px;}
    .sy_cp .w_z p{height:44px; margin:8px 0 10px;}
    .sy_cp .w_z span{line-height:26px;}
}
@media only screen and (max-width:640px){
    .sy_cp{padding:40px 0 20px;}
    .sy_cp .swiper-cp{padding-bottom:30px;}
    .sy_cp .w_z h3{font-size:17px;}
}

.sy_kh{width:100%; padding:100px 0; background-color:#222839; overflow:hidden; position:relative;}
.sy_kh:before{width:50%; height:100%; position:absolute; top:0; left:0; content:""; background:url(../images/hb.jpg) no-repeat center / cover;}
.sy_kh:after{width:50%; height:100%; position:absolute; top:0; left:0; content:"";
background-image:-webkit-linear-gradient(left, rgba(34,40,57,0), #222839);
background-image:-moz-linear-gradient(left, rgba(34,40,57,0), #222839);
background-image:-ms-linear-gradient(left, rgba(34,40,57,0), #222839);
background-image:-o-linear-gradient(left, rgba(34,40,57,0), #222839);
background-image:linear-gradient(left, rgba(34,40,57,0), #222839);}
.sy_kh .sy_bt h1{color:#fff; text-align:left;}
.sy_kh .wz_nr{width:46%; margin-left:54%; color:#fff; line-height:28px;}
.sy_kh .t_w ul{margin:0 -10px;}
.sy_kh .t_w ul li{width:calc(33.33333333% - 20px); margin:20px 10px 0; border:1px solid rgba(255,255,255,.6); border-radius:5px; padding:13px 0; text-align:center;}
.sy_kh .t_w img{width:60px; height:auto; display:block; margin:0 auto 5px;}
.sy_kh .t_w p{line-height:18px;}
@media only screen and (max-width:1400px){
.sy_kh{padding:80px 0;}
.sy_kh .wz_nr{line-height:26px;}
.sy_kh .t_w img{width:50px;}
}
@media only screen and (max-width:1100px){
.sy_kh{padding:60px 0;}
.sy_kh .wz_nr{line-height:22px;}
.sy_kh .t_w img{width:40px;}
}
@media only screen and (max-width:768px){
.sy_kh{padding:350px 0 50px;}
.sy_kh:before{width:100%; height:300px;}
.sy_kh:after{display:none;}
.sy_kh .wz_nr{width:100%; margin-left:0;}
.sy_kh .t_w ul{margin:0 -10px;}
.sy_kh .t_w ul li{width:calc(33.33333333% - 20px); margin:20px 10px 0; border:1px solid rgba(255,255,255,.6); border-radius:5px; padding:13px 0; text-align:center;}
.sy_kh .t_w img{width:60px; height:auto; display:block; margin:0 auto 5px;}
.sy_kh .t_w p{line-height:18px;}
}

.t_db{width: 100%;overflow: hidden;padding: 100px 0px;background: url("../images/db_bj.jpg") no-repeat top center / cover;text-align: center;color: #FFFFFF;}
.t_db .b_t{margin-bottom: 90px;}
.t_db .b_t p{font-size: 46px;
    font-family: "Amiko-Bold";
    letter-spacing: -1px;line-height: 90px;}
.t_db .b_t span{display: block;font-size: 22px;font-weight: bold;}
.t_db .m_r{width: auto;border: none;height: auto;margin: auto;}
.t_db .m_r a{display: block;width: 160px;height: 40px;background: #FFFFFF;line-height: 40px;text-align: center;margin: 0 auto;color: #000000;font-size: 16px;-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;}
.t_db .m_r a:hover{background:#0153b8 ;color: #FFFFFF;}
@media only screen and (max-width:1024px){
    .t_db {
        padding: 50px 0px;
    }
    .t_db .b_t{
        margin-bottom: 30px;
    }
    .t_db .b_t p {
        font-size: 26px;
        line-height: 50px;
    }
    .t_db .b_t span {
        font-size: 20px;
    }
    .t_db .m_r a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

.ny_ban{width:100%; height:600px; background-color:#000; background-position:center; background-repeat:no-repeat; background-size:cover; overflow:hidden; position:relative;}
.ny_ban .container{position:absolute; top:60%; left:50%; text-shadow:0 0 20px rgbba(0,0,0,.2); color:#fff; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);z-index: 999;}
.ny_ban .container h1{font-size:40px; font-family:"Amiko-Bold"; text-transform:uppercase; line-height:46px;}
.ny_ban .container h3{font-size:22px; line-height:30px;}
.ny_ban:after{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0,0,0,.4);
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 9;
}
@media only screen and (max-width:1400px){
.ny_ban{height:500px;}
.ny_ban .container h1{font-size:36px; line-height:40px;}
.ny_ban .container h3{font-size:20px; line-height:28px;}
}
@media only screen and (max-width:1100px){
.ny_ban{height:350px;}
.ny_ban .container{top:50%;}
.ny_ban .container h1{font-size:30px; line-height:36px;}
.ny_ban .container h3{font-size:18px; line-height:26px;}
}
@media only screen and (max-width:768px){
.ny_ban{height:220px;}
.ny_ban .container h1{font-size:26px; line-height:30px;}
.ny_ban .container h3{font-size:16px; line-height:22px;}
}

.ab_wz{width:100%; padding:100px 0; overflow:hidden;}
.ab_wz .wz_bt{font-size:40px; font-family:"Amiko-Bold"; line-height:46px; color:#18abb6; text-align:center;}
.ab_wz .wz_nr{max-width:1000px; margin:0 auto; font-family:"Quicksand-Bold"; font-size:26px; color:#000; line-height:34px; text-align:center;}
.ab_wz .wz_xn{max-width:1000px; margin:0 auto; font-family:"Quicksand-Bold"; font-size:22px; color:#555; line-height:30px; text-align:center;}
.ab_wz .fa_zh{width:100%; margin-top:50px; padding:120px 90px; background-repeat:no-repeat; background-position:bottom center; background-size:cover;}
.ab_wz .fa_zh .row{margin:0;}
.ab_wz .js_wz{width:49%; font-size:18px; line-height:36px; color:rgba(255,255,255,.7);}
.ab_wz .js_wz h1{font-size:36px; font-family:"Amiko-Bold"; color:#fff; line-height:44px; margin-bottom:5px;}
.ab_wz .js_wz h2{font-size:22px; font-family:"Quicksand-Bold"; color:#fff; line-height:30px;}
.ab_wz .wz_js{text-align:justify; margin-top:20px;}
.ab_wz .m_r{width:160px; border:1px solid #fff;}
.ab_wz .m_r .bg{background-color:#fff;}
.ab_wz .m_r a{color:#fff;}
.ab_wz .m_r:hover a{color:#18abb6;}
@media only screen and (max-width:1400px){
.ab_wz{padding:80px 0;}
.ab_wz .wz_bt{font-size:34px; line-height:40px;}
.ab_wz .wz_nr{font-size:22px; line-height:28px;}
.ab_wz .wz_xn{font-size:20px; line-height:26px;}
.ab_wz .fa_zh{margin-top:35px; padding:90px 50px;}
.ab_wz .js_wz{font-size:16px; line-height:32px;}
.ab_wz .js_wz h1{font-size:30px; line-height:40px;}
.ab_wz .js_wz h2{font-size:20px; line-height:28px;}
.ab_wz .wz_js{margin-top:15px;}
.ab_wz .m_r{width:140px;}
}
@media only screen and (max-width:1100px){
.ab_wz{padding:60px 0;}
.ab_wz .wz_bt{font-size:30px; line-height:36px;}
.ab_wz .wz_nr{font-size:18px; line-height:26px;}
.ab_wz .wz_xn{font-size:16px; line-height:24px;}
.ab_wz .fa_zh{padding:60px 30px;}
.ab_wz .js_wz{font-size:15px; line-height:28px;}
.ab_wz .js_wz h1{font-size:24px; line-height:32px;}
.ab_wz .js_wz h2{font-size:18px; line-height:26px;}
}
@media only screen and (max-width:768px){
.ab_wz{padding:50px 0;}
.ab_wz .wz_bt{font-size:26px; line-height:30px;}
.ab_wz .wz_nr{font-size:15px; line-height:24px;}
.ab_wz .wz_xn{font-size:15px;}
.ab_wz .row{margin:35px 0 0; padding:30px 20px 0 20px;}
.ab_wz .row:after{width:100%; height:80%;}
.ab_wz .js_wz{width:100%;}
.ab_wz .js_wz h1{font-size:22px; line-height:30px;}
.ab_wz .js_tp{width:100%; margin-top:15px;}
}

.ab_fa{width:100%; padding:100px 0 70px; background-color:#f7f7f7; overflow:hidden;}
.ab_fa .swiper-al{padding-bottom:50px;max-width: 96%;margin: 0 auto;}
.ab_fa .swiper-button-prev{width:60px; height:60px; border-radius:0 5px 5px 0; background:rgba(0,0,0,.6) url(../images/zj.png) no-repeat center / 50px 50px; left:0; margin-top:-55px; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_fa .swiper-al:hover .swiper-button-prev{opacity:1;}
.ab_fa .swiper-button-prev:hover{background:#0153b8 url(../images/zj.png) no-repeat center / 50px 50px;}
.ab_fa .swiper-button-next{width:60px; height:60px; border-radius:5px 0 0 5px; background:rgba(0,0,0,.6) url(../images/yj.png) no-repeat center / 50px 50px; right:0; margin-top:-55px; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_fa .swiper-al:hover .swiper-button-next{opacity:1;}
.ab_fa .swiper-button-next:hover{background:#0153b8 url(../images/yj.png) no-repeat center / 50px 50px;}
.ab_fa .swiper-pagination{bottom:0;}
.ab_fa .swiper-pagination-bullet{background-color:#aaa; opacity:1;}
.ab_fa .swiper-pagination-bullet-active{background-color:#0153b8;}
.ab_fa .swiper-slide{background-color:#f8f8f8; overflow:hidden; cursor:pointer;}
.ab_fa .swiper-slide .t_p{overflow:hidden; position:relative;}
.ab_fa .swiper-slide .t_p i{font-size: 32px;color: #ffffff;font-weight: bold;padding:10px;border: solid 2px #ffffff;-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;}
.ab_fa .swiper-slide .t_p:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.5); content:""; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_fa .swiper-slide:hover .t_p:after{opacity:1;}
.ab_fa .swiper-slide .t_p span{width:50px; position:absolute; top:50%; left:50%; margin:-25px 0 0 -25px; opacity:0; z-index:9; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_fa .swiper-slide:hover .t_p span{opacity:1;}
.ab_fa .swiper-slide .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.ab_fa .swiper-slide:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);}
.ab_fa .swiper-slide .d_t{overflow:hidden; position:relative;}
.ab_fa .swiper-slide .d_t:after{width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(0,0,0,.5); content:""; opacity:0;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_fa .swiper-slide:hover .d_t:after{opacity:1;}
.ab_fa .swiper-slide .d_t span{width:50px; position:absolute; top:50%; left:50%; margin:-25px 0 0 -25px; opacity:0; z-index:9; display:block;
transition:all .5s;
-webkit-transition:all .5s;}
.ab_fa .swiper-slide:hover .d_t span{opacity:1;}
.ab_fa .swiper-slide .d_t img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.ab_fa .swiper-slide:hover .d_t img{transform:scale(1.1);
-webkit-transform:scale(1.1);}
.ab_fa .swiper-slide .d_t img.d_w{display:none;}
.ab_fa .swiper-slide .w_z{padding:20px; background-color:#fff;}
.ab_fa .swiper-slide .w_z h2{font-size:22px; line-height:26px; font-family:"Quicksand-Bold"; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ab_fa .swiper-slide .w_z h4{font-size:18px; line-height:26px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin-bottom:10px;}
.ab_fa .swiper-slide .y_w{padding:20px; background-color:#fff;}
.ab_fa .swiper-slide .y_w h2{font-size:22px; line-height:26px; text-align:center; font-family:"Quicksand-Bold"; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ab_fa .swiper-slide .wz_js{display:none;}
@media only screen and (max-width:1400px){
.ab_fa{padding:80px 0 40px;}
.ab_fa .swiper-al{padding-bottom:40px;}
.ab_fa .swiper-button-prev{width:50px; height:50px; background:rgba(0,0,0,.6) url(../images/zj.png) no-repeat center / 40px 40px;}
.ab_fa .swiper-button-prev:hover{background:#0153b8 url(../images/zj.png) no-repeat center / 40px 40px;}
.ab_fa .swiper-button-next{width:50px; height:50px; background:rgba(0,0,0,.6) url(../images/yj.png) no-repeat center / 40px 40px;}
.ab_fa .swiper-button-next:hover{background:#0153b8 url(../images/yj.png) no-repeat center / 40px 40px;}
.ab_fa .swiper-slide .t_p span{width:40px; margin:-20px 0 0 -20px;}
.ab_fa .swiper-slide .d_t span{width:40px; margin:-20px 0 0 -20px;}
.ab_fa .swiper-slide .w_z{padding:15px;}
.ab_fa .swiper-slide .w_z h2{font-size:20px;}
.ab_fa .swiper-slide .w_z h4{font-size:16px; margin-bottom:5px;}
.ab_fa .swiper-slide .y_w{padding:15px;}
.ab_fa .swiper-slide .y_w h2{font-size:20px;}
}
@media only screen and (max-width:1100px){
.ab_fa{padding:60px 0 40px;}
.ab_fa .swiper-button-prev{display:none;}
.ab_fa .swiper-button-next{display:none;}
.ab_fa .swiper-slide .w_z h2{font-size:18px;}
.ab_fa .swiper-slide .w_z h4{font-size:15px;}
.ab_fa .swiper-slide .y_w h2{font-size:18px;}
}

.ab_js{width:100%; padding:100px 0; overflow:hidden;}
.ab_js h1{font-size:36px; font-family:"Amiko-Bold"; color:#0153b8; line-height:46px; margin-bottom:25px;}
.ab_js .js_wz{width:48%; font-size:18px; line-height:36px;}
.ab_js .js_wz.gn{width: 100%;}
.ab_js .js_wz img{max-width: 100%;height: auto;display: inline-block;}

.ab_js .wz_nr{text-align:justify;}
.ab_js .js_wz.gn .wz_nr{text-align: center;}
.ab_js .wz_nr b{font-size:28px; font-family:"Amiko-Bold";}
.ab_js .js_tp{width:48%; border-radius:5px; overflow:hidden;}
.ab_js .js_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1400px){
    .ab_js{padding:80px 0;}
    .ab_js h1{font-size:30px; line-height:40px; margin-bottom:15px;}
    .ab_js .js_wz{font-size:16px; line-height:30px;}
    .ab_js .wz_nr b{font-size:24px;}
}
@media only screen and (max-width:1100px){
    .ab_js{padding:60px 0;}
    .ab_js h1{font-size:26px; line-height:32px;}
    .ab_js .js_wz{font-size:15px; line-height:28px;}
    .ab_js .wz_nr b{font-size:22px;}
}
@media only screen and (max-width:640px){
    .ab_js{padding:40px 0;}
    .ab_js .row{flex-direction:column-reverse;}
    .ab_js .js_wz{width:100%; margin:10px 0;}
    .ab_js .js_tp{width:100%; margin:10px 0;}
}

.ny_sj{width:100%; padding:100px 0; background:url(../images/gy_bj.jpg) no-repeat center / cover fixed; overflow:hidden;}
.ny_sj .sy_bt h1{color:#fff;}
.ny_sj .sj_zs ul{display:flex; flex-wrap:wrap;}
.ny_sj .sj_zs ul li{width:calc(25% - 30px); margin:15px; font-size:16px; color:#fff; text-align:center;}
.ny_sj .sj_zs .t_b{width:90px; height:90px; padding:3px; border:2px solid #fff; border-radius:50%; margin:0 auto 10px;}
.ny_sj .sj_zs .t_b img{width:100%; height:auto; display:block;}
.ny_sj .sj_zs .s_z{font-size:20px; font-family:"Amiko-Bold";}
.ny_sj .sj_zs b{font-size:38px; font-family:"Amiko-Bold";}
@media only screen and (max-width:1400px){
    .ny_sj{padding:70px 0;}
    .ny_sj .sj_zs .t_b{width:80px; height:80px;}
    .ny_sj .sj_zs .s_z{font-size:18px;}
    .ny_sj .sj_zs b{font-size:32px;}
}
@media only screen and (max-width:1100px){
    .ny_sj{padding:60px 0;}
    .ny_sj .sj_zs .t_b{width:70px; height:70px;}
    .ny_sj .sj_zs b{font-size:28px;}
}
@media only screen and (max-width:768px){
    .ny_sj{padding:50px 0 30px;}
    .ny_sj .sj_zs ul{margin:0 -10px;}
    .ny_sj .sj_zs ul li{width:calc(50% - 20px); margin:0 10px 20px;}
}

.ab_sj{width:100%; padding:100px 0 60px; background:url(../images/sj_bj.jpg) no-repeat center / cover fixed; overflow:hidden;}
.ab_sj h1{font-size:36px; font-family:"Amiko-Bold"; color:#0153b8; text-align:center; line-height:46px; margin-bottom:50px;}
.ab_sj .row{margin:0 -20px;}
.ab_sj .n_r{width:calc(50% - 40px); margin:0 20px 40px; padding:35px; background-color:#fff; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.ab_sj .t_b{width:90px; height:90px; border-radius:50%; background-color:#f4f4f4;}
.ab_sj .t_b img{width:100%; height:auto; display:block;}
.ab_sj .j_s{width:calc(100% - 110px); font-size:20px; line-height:28px; color:#333;}
.ab_sj .j_s b{font-size:32px; font-family:"Amiko-Bold"; color:#0153b8;}
@media only screen and (max-width:1400px){
.ab_sj{padding:80px 0 50px;}
.ab_sj h1{font-size:30px; line-height:40px; margin-bottom:35px;}
.ab_sj .row{margin:0 -15px;}
.ab_sj .n_r{width:calc(50% - 30px); margin:0 15px 30px; padding:30px;}
.ab_sj .t_b{width:80px; height:80px;}
.ab_sj .j_s{width:calc(100% - 95px); font-size:18px; line-height:26px;}
.ab_sj .j_s b{font-size:28px;}
}
@media only screen and (max-width:1100px){
.ab_sj{padding:60px 0 40px; background-attachment:scroll;}
.ab_sj .row{margin:0 -10px;}
.ab_sj .n_r{width:calc(50% - 20px); margin:0 10px 20px; padding:30px 20px;}
.ab_sj .t_b{width:70px; height:70px;}
.ab_sj .j_s{width:calc(100% - 85px); font-size:16px;}
.ab_sj .j_s b{font-size:22px;}
}
@media only screen and (max-width:768px){
.ab_sj{padding:50px 0 30px;}
.ab_sj .row{margin:0;}
.ab_sj .n_r{width:100%; margin:0 0 20px; padding:30px 20px;}
}

.ab_xw{width:100%; padding:80px 0; position:relative; z-index:9; overflow:hidden;}
.ab_xw .xw_zs ul li{width:calc(33.33333333% - 30px); padding:10px; border-radius:10px; border:1px solid #eee; margin:0 15px 30px;}
.ab_xw .t_p{overflow:hidden;}
.ab_xw .w_z{padding:10px;}
.ab_xw .w_z h3{font-size:22px; font-family:"Quicksand-Bold"; line-height:28px; margin:15px 0;}
.ab_xw .w_z p{line-height:26px; color:#777; margin-bottom:10px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;}
.ab_xw .w_z span{color:#555;}
.ab_xw .w_z i{font-size:16px; display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-4px;}
.ab_xw img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;}
.ab_xw .xw_zs ul li:hover img{transform:scale(1.1);
-webkit-transform:scale(1.1);}
@media only screen and (max-width:1400px){
.ab_xw{padding:70px 0;}
.ab_xw .xw_zs ul{margin:0 -10px;}
.ab_xw .xw_zs ul li{width:calc(33.33333333% - 20px); margin:0 10px 20px;}
.ab_xw .w_z h3{font-size:20px; line-height:26px; margin:10px 0;}
}
@media only screen and (max-width:1100px){
.ab_xw{padding:60px 0;}
}
@media only screen and (max-width:768px){
.ab_xw .xw_zs ul li{width:calc(50% - 20px); margin:0 10px 20px;}
}
@media only screen and (max-width:768px){
.ab_xw{padding:50px 0;}
.ab_xw .xw_zs ul{margin:0;}
.ab_xw .xw_zs ul li{width:100%; margin:0 0 25px;}
}

.hb_js{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.hb_js h1{font-size:36px; font-family:"Amiko-Bold"; color:#18abb6; text-align:center; line-height:46px; margin-bottom:50px;}
.hb_js .row{margin:0 -10px;}
.hb_js .n_r{width:calc(25% - 20px); margin:0 10px; padding:50px 15px; background-color:#fff; text-align:center; position:relative;}
.hb_js .t_b{width:90px; height:90px; padding:15px; border-radius:50%; background-color:#f7f7f7; margin:0 auto 25px;}
.hb_js .t_b img{width:100%; height:auto; display:block;}
.hb_js h3{font-size:22px; font-family:"Amiko-Bold"; letter-spacing:-1px; color:#18abb6; line-height:26px;}
.hb_js .w_z{width:100%; height:100%; padding:25px; position:absolute; top:0; left:0; background-color:#21262b; text-align:left; color:#fff; opacity:0; overflow:auto; display:flex; align-items:center;
transition:all .5s;
-webkit-transition:all .5s;}
.hb_js .n_r:hover .w_z{opacity:1;}
@media only screen and (max-width:1400px){
.hb_js{padding:70px 0;}
.hb_js h1{font-size:32px; line-height:40px; margin-bottom:40px;}
.hb_js .t_b{width:80px; height:80px; margin:0 auto 20px;}
.hb_js h3{font-size:20px;}
}
@media only screen and (max-width:1100px){
.hb_js{padding:60px 0;}
.hb_js h1{font-size:30px; margin-bottom:30px;}
.hb_js .t_b{width:70px; height:70px;}
.hb_js h3{font-size:18px;}
}
@media only screen and (max-width:768px){
.hb_js{padding:50px 0 30px;}
.hb_js .n_r{width:calc(50% - 20px); margin:0 10px 20px;}
}

.hb_sq{width:100%; padding:80px 0; background:url(../images/hb_bj.jpg) no-repeat center / cover; overflow:hidden;}
.hb_sq .sq_nr{text-align:center; color:#fff;}
.hb_sq .sq_nr .b_t{font-size:32px; font-family:"Amiko-Bold"; line-height:44px;}
.hb_sq .sq_nr .m_r{border:1px solid #fff;}
.hb_sq .sq_nr .m_r:hover{border:1px solid #18abb6;}
.hb_sq .sq_nr .m_r a{color:#fff;}
@media only screen and (max-width:1400px){
.hb_sq{padding:70px 0;}
.hb_sq .sq_nr .b_t{font-size:30px; line-height:40px;}
}
@media only screen and (max-width:1100px){
.hb_sq{padding:60px 0;}
.hb_sq .sq_nr .b_t{font-size:28px; line-height:36px;}
}
@media only screen and (max-width:768px){

}

.zx_ly{width:100%; height:100%; background-color:rgba(0,0,0,.6); overflow:hidden; position:fixed; top:0; left:0; z-index:999999; display:none;}
.zx_ly .lx_bd{width:800px; position:absolute; top:50%; left:50%; margin-left:-400px; margin-top:-232px; background-color:#fff; padding:30px 50px;}
.zx_ly .lx_bd .g_b{position:absolute; top:20px; right:20px; z-index:9; cursor:pointer;}
.zx_ly .lx_bd .g_b:hover{color:#0153b8;}
.zx_ly .lx_bd .b_t{font-size:34px; font-family:"Amiko-Bold"; color:#000; font-weight:bold; line-height:40px; text-align:center; margin-bottom:15px;}
.zx_ly .lx_bd .b_d ul li{width:45%; position:relative;}
.zx_ly .lx_bd .b_d ul li.q_b{width:100%;}
.zx_ly .lx_bd .b_d ul li:last-child{text-align:center;}
.zx_ly .lx_bd .b_d input{width:100%; height:61px; border-bottom:1px solid #eee; font-size:15px; line-height:60px; color:#333; display:block;}
.zx_ly .lx_bd .b_d input::placeholder{color:#999;}
.zx_ly .lx_bd .b_d textarea{width:100%; height:94px; padding-top:17px; border-bottom:1px solid #eee; font-size:15px; line-height:26px; color:#333; resize:none; display:block;}
.zx_ly .lx_bd .b_d textarea::placeholder{color:#999;}
.zx_ly .lx_bd .b_d button{width:160px; height:50px; border-radius:5px; background-color:#0153b8; font-size:18px; line-height:50px; color:#fff; margin:20px 10px 0; outline:none; display:inline-block;
transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly .lx_bd .b_d button.c_z{background-color:#888;}
.zx_ly .lx_bd .b_d button:hover{background-color:#0153b8;}
.zx_ly .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
@media only screen and (max-width:768px){
.zx_ly .lx_bd{width:600px; margin-left:-300px;}
}
@media only screen and (max-width:640px){
.zx_ly .lx_bd{width:90%; margin-left:0; left:5%; margin-top:-232px; padding:20px 20px;}
.zx_ly .lx_bd .b_t{font-size:28px; line-height:32px;}
.zx_ly .lx_bd .b_d ul li{width:48%;}
.zx_ly .lx_bd .b_d input{height:57px; font-size:14px; line-height:56px;}
.zx_ly .lx_bd .b_d textarea{font-size:14px; line-height:22px;}
.zx_ly .lx_bd .b_d button{width:40%; font-size:16px; margin:15px 5px 0;}
}

.cp_lb{width:100%; padding:90px 0 60px; overflow:hidden;}
.cp_lb:nth-child(odd){background-color:#f7f7f7;}
.cp_lb .cp_bt{font-size:32px; font-family:"Amiko-Bold"; color:#000; line-height:44px; margin-bottom:20px;}
.cp_lb:nth-child(odd) .row{flex-direction:row-reverse;}
.cp_lb .js_wz{width:48%; font-size:18px; line-height:26px;}
.cp_lb .js_wz ul li{padding:16px 0 16px 62px; position:relative;}
.cp_lb .js_wz img{width:46px; height:46px; border-radius:50%; border:1px solid #ddd; position:absolute; top:50%; left:0; margin-top:-23px;}
.cp_lb .js_tp{width:48%; overflow:hidden;}
.cp_lb .js_tp img{width:100%; height:auto; display:block;}

.ny_cp{width:100%; padding:90px 0 60px; overflow:hidden;}
.ny_cp:nth-child(odd){background-color:#f7f7f7;}
.ny_cp .cp_bt{font-size:32px; font-family:"Amiko-Bold"; color:#000; line-height:44px; margin-bottom:25px;}
.ny_cp .cp_mm{width:100%; position:relative;}
.ny_cp .cp_it{width:100%; position:relative;}
.ny_cp .cp_st{width:100%; position:relative;}
.ny_cp .cp_ot{width:100%; position:relative;}
.ny_cp .swiper-mm{padding-bottom:50px;}
.ny_cp .swiper-it{padding-bottom:50px;}
.ny_cp .swiper-bt{padding-bottom:50px;}
.ny_cp .swiper-ot{padding-bottom:50px;}
.ny_cp .swiper-slide{overflow:hidden; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.ny_cp .swiper-button-prev{width:40px; height:40px; border-radius:50%; background:#aaa url(../images/zj.png) no-repeat center / cover; left:-60px; margin-top:-20px;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_cp .swiper-button-prev:hover{background-color:#18abb6;}
.ny_cp .swiper-button-next{width:40px; height:40px; border-radius:50%; background:#aaa url(../images/yj.png) no-repeat center / cover; right:-60px; margin-top:-20px;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_cp .swiper-button-next:hover{background-color:#18abb6;}
.ny_cp .swiper-pagination{bottom:0;}
.ny_cp .swiper-pagination-bullet{background-color:#aaa;}
.ny_cp .swiper-pagination-bullet-active{background-color:#18abb6;}
.ny_cp .js_wz{width:48%; font-size:18px; line-height:36px;}
.ny_cp .js_wz h1{font-size:28px; font-family:"Amiko-Bold"; color:#000; line-height:38px; margin-bottom:5px;}
.ny_cp .js_wz h2{font-size:22px; font-family:"Quicksand-Bold"; color:#555; line-height:30px;}
.ny_cp .js_wz ul li{padding:13px 0 13px 62px; position:relative;}
.ny_cp .js_wz img{width:46px; height:46px; border-radius:50%; border:1px solid #ddd; position:absolute; top:50%; left:0; margin-top:-23px;}
.ny_cp .js_wz .m_r{margin-top:20px;}
.ny_cp .js_tp{width:48%; border:1px solid #ddd; border-radius:5px; overflow:hidden;}
.ny_cp .js_tp img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1400px){
.ny_cp{padding:70px 0 50px;}
.ny_cp .cp_bt{font-size:28px; line-height:38px; margin-bottom:20px;}
.ny_cp .swiper-button-prev{width:36px; height:36px; left:-38px; margin-top:-18px;}
.ny_cp .swiper-button-next{width:36px; height:36px; right:-38px; margin-top:-18px;}
.ny_cp .js_wz{font-size:16px; line-height:32px; margin-top:20px;}
.ny_cp .js_wz h1{font-size:28px; line-height:36px;}
.ny_cp .js_wz h2{font-size:20px; line-height:28px;}
.ny_cp .js_wz ul li{padding:13px 0 13px 52px;}
.ny_cp .js_wz img{width:40px; height:40px; margin-top:-20px;}
.ny_cp .wz_js{margin-top:15px;}
}
@media only screen and (max-width:1100px){
.ny_cp{padding:60px 0 40px;}
.ny_cp .cp_bt{font-size:24px; line-height:30px;}
.ny_cp .swiper-button-prev{display:none;}
.ny_cp .swiper-button-next{display:none;}
.ny_cp .js_wz{font-size:15px; line-height:28px; margin-top:15px;}
.ny_cp .js_wz h1{font-size:24px; line-height:30px;}
.ny_cp .js_wz h2{font-size:18px; line-height:26px;}
.ny_cp .js_wz ul li{padding:10px 0 10px 46px;}
.ny_cp .js_wz img{width:36px; height:36px; margin-top:-18px;}
.ny_cp .wz_js{margin-top:15px;}
}
@media only screen and (max-width:768px){
.ny_cp{padding:50px 0 30px;}
.ny_cp .cp_bt{font-size:22px;}
.ny_cp .js_wz{width:100%;}
.ny_cp .js_wz h1{font-size:20px;}
.ny_cp .js_tp{width:100%;}
}

.gy_lm{width: 100%;overflow: hidden;padding: 40px 0px 20px 0px;}
.gy_lm .b_t{color: #1E1E1E;font-size: 30px;font-weight: bold;}
.gy_lm ul{display: flex;align-items: center;justify-content: flex-end;width: 100%;overflow: hidden;}
.gy_lm ul li{margin: 0px 6px;}
.gy_lm ul li a{
    display: block;
    color: #1E1E1E;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 26px;
    border: solid 1px #E6E6E6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.gy_lm ul li.on a{background: #0153b8;color: #FFFFFF;border: solid 1px #0153b8;}
.gy_lm ul li a:hover{background: #0153b8;color: #FFFFFF;border: solid 1px #0153b8;}
@media only screen and (max-width:1380px) {
    .gy_lm ul li a {
        font-size: 15px;
        padding: 0px 20px;
    }
}
@media only screen and (max-width:1270px) {
    .gy_lm ul li a {
        font-size: 14px;
        padding: 0px 16px;
    }
}
@media only screen and (max-width:1024px) {
    .gy_lm ul li a {
        font-size: 12px;
        padding: 0px 10px;
    }
}
@media only screen and (max-width:768px) {
    .gy_lm {
        padding: 30px 0px 20px 0px;
    }
    .gy_lm .b_t{
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .gy_lm ul {
        justify-content: center;
    }
}
@media only screen and (max-width:640px) {
    .gy_lm ul {
        flex-wrap: wrap;
    }
    .gy_lm ul li {
        width: 23%;
        margin: 0px 2px 6px 2px;
    }
    .gy_lm ul li a {
        padding: 0px;
        text-align: center;
    }
}
.ny_pd .nc_nr{
    width: 100%;overflow: hidden;
}
.ny_pd .nc_nr .nc_bt{text-align: center;color: #1E1E1E;font-size: 30px;margin-bottom: 36px;}
.ny_pd .nc_nr .nc_li{ padding: 40px 0px;}
.ny_pd .nc_nr .nc_li:nth-child(2n){
    background: #F8F8F8;
}
.ny_pd .nc_nr .nc_tm{color: #1E1E1E;font-size: 30px;margin-bottom: 36px;}
.ny_pd .nc_nr .nc_lb .n_r{width: 100%;background: #FFFFFF;-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;padding: 30px;border-bottom: solid 10px #FFFFFF;margin-bottom: 30px;position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    top: 0px;
    box-shadow:0 5px 10px rgba(0,0,0,.07);
}
.ny_pd .nc_nr .nc_lb .n_r .t_p{text-align: center;margin-bottom: 20px;}
.ny_pd .nc_nr .nc_lb .n_r .t_p img{width: 100%;height: auto;display: inline-block;}
.ny_pd .nc_nr .nc_lb .n_r .w_z a{display: block;text-align: center;color: #1E1E1E;line-height: 40px;font-size: 16px;}
.ny_pd .nc_nr .nc_lb .n_r:hover{border-bottom: solid 10px #296AFF;top: -10px;}
.ny_pd .nc_nr .nc_lb .n_r:hover .w_z a{color: #296AFF;}
@media only screen and (max-width:1024px){
    .ny_pd .nc_nr .nc_bt{font-size: 20px;margin-bottom: 26px;}
    .ny_pd .nc_nr .nc_lb .n_r{
        margin-bottom: 20px;
        padding: 20px 0px;
    }
    .ny_pd .nc_nr .nc_lb .n_r .w_z a{line-height: 30px;font-size: 12px;}
    .ny_pd .nc_nr .nc_li {
        padding: 30px 0px;
    }
    .ny_pd .nc_nr .nc_tm {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.ny_dz{width: 100%;overflow: hidden;padding: 20px 0px;}
.ny_zs{ padding: 10px 0px 50px 0px;}
.cp_xq{margin:0 15px;}
.cp_xq .cp_zs{margin-bottom:35px;padding: 30px 20px;border: solid 1px #EEEEEE;-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
.cp_xq .cp_zs .row{margin:0 -20px;}
.cp_xq .cp_zs .col-12{padding:0 20px;}
.cp_xq .cp_xt{padding:0 30px; position:relative;}
.cp_xq .cp_xt .swiper-button-prev{width:13px; height:24px; background:url(../images/hz_l.png) no-repeat center; top:50%; left:0; margin-top:-12px;
    background-size:13px 24px;
    -webkit-background-size:13px 24px;}
.cp_xq .cp_xt .swiper-button-next{width:13px; height:24px; background:url(../images/hz_r.png) no-repeat center; top:50%; right:0; margin-top:-12px;
    background-size:13px 24px;
    -webkit-background-size:13px 24px;}
.cp_xq .cp_dt{border:1px solid #eee;text-align: center;-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.cp_xq .cp_dt img{max-width:100%; height:auto; display:inline-block;}
.cp_xq .cp_js a{display:inline-block; min-width:150px; padding:0 25px; border-radius:3px; background-color:#0153b8; text-align:center; line-height:50px; color:#fff;}
.cp_xq .cp_js a + a{background-color:#FFFFFF; color:#0153b8; margin-left:6px;border: solid 1px #0153b8;}
.cp_xq .cp_js a + a:hover{color:#fff;background: #0153b8;}
.cp_xq .cp_js .m_c{font-size:26px; font-weight:bold; line-height:32px; color:#000;margin-bottom: 20px;}
.cp_xq .cp_js .j_s{line-height:26px; color:#777; border-bottom:1px solid #eee;margin-bottom: 26px;padding-bottom: 26px;}
.cp_xq .cp_js .j_s .d_h{display: flex;align-items: center;padding: 20px 0px 20px 0px;}
.cp_xq .cp_js .j_s .d_h i{display: block;width: 50px;height: 50px;color: #FFFFFF;font-size: 26px;margin-right: 16px;background: #0153b8;text-align: center;line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cp_xq .cp_js .j_s .d_h p{color: #0153b8;font-size: 28px;font-weight: bold;}
.cp_xq .cp_cs .cp_zc{background: #F9F9F9;padding: 20px 30px;-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
.cp_xq .cp_cs .cp_zc .b_t{background: #0153b8;line-height: 60px;color: #FFFFFF;font-size: 20px;margin-bottom: 26px;max-width: 220px;-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;text-align: center;}
.cp_xq .cp_cs .cp_zc .n_r{width: 100%;overflow: hidden;}
.cp_xq .cp_cs .cp_zc .n_r img{max-width: 100%;height: auto;display: inline-block;}
.cp_xq .cp_cs .cp_yc{border: solid 1px #EEEEEE;-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
.cp_xq .cp_cs .cp_yc .b_t{color: #1F1F1F;font-size: 24px;font-weight: bold;padding: 20px 30px;border-bottom: solid 1px #EEEEEE;}
.cp_xq .cp_cs .cp_yc ul{ padding: 30px;}
.cp_xq .cp_cs .cp_yc ul li{overflow: hidden;}
.cp_xq .cp_cs .cp_yc .n_r{margin-bottom: 20px;-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;overflow: hidden;
}
.cp_xq .cp_cs .cp_yc .n_r .t_p{border: solid 1px #EEEEEE;overflow: hidden;width: 100%;-webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;}
.cp_xq .cp_cs .cp_yc .n_r .t_p a{overflow: hidden;display: block;}
.cp_xq .cp_cs .cp_yc .n_r .t_p img{width: 100%;height: auto;display: block;}
.cp_xq .cp_cs .cp_yc .n_r .w_z a{display: block;text-align: center;line-height: 46px;background: #EFF3FD;color: #1E1E1E;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;padding: 0px 5px;}
.cp_xq .cp_cs .cp_yc .n_r:hover .w_z a{color: #FFFFFF;background: #0153b8;}
@media only screen and (max-width:1100px){
    .cp_xq .cp_zs{margin-bottom:30px;}
    .cp_xq .cp_zs .col-12{padding:0 15px;}
    .cp_xq .cp_xt{padding:0 20px;}
    .cp_xq .cp_js .m_c{font-size:20px; line-height:26px;margin-bottom: 10px;}
    .cp_xq .cp_js .j_s{margin:16px 0;padding-bottom: 16px;font-size: 13px;}
    .cp_xq .cp_js a{min-width:120px; padding:0 15px; line-height:40px;}
    .cp_xq .cp_js .j_s .d_h {
        padding: 16px 0px;
    }
    .cp_xq .cp_js .j_s .d_h p {font-size: 20px;}
    .cp_xq .cp_js .j_s .d_h i {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-right: 10px;
        line-height: 40px;
    }
    .cp_xq .cp_cs .cp_zc .b_t {
        line-height: 50px;
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 160px;
    }
    .cp_xq .cp_cs .cp_yc .b_t {
        font-size: 20px;
        padding: 16px 20px;
    }
    .cp_xq .cp_cs .cp_yc .n_r .w_z a {
        line-height: 40px;
        font-size: 12px;
    }
    .cp_xq .cp_cs .cp_yc ul {
        padding: 16px;
    }
}
@media only screen and (max-width:992px){
    .cp_xq .cp_js{margin-top:30px;}
    .cp_xq .cp_cs .cp_zc{margin-bottom: 20px;}
}
@media only screen and (max-width:640px){
    .cp_xq{width:100%; margin:0;}
    .cp_xq .cp_js{margin-top:30px;}
    .cp_xq .cp_js .m_c{font-size:20px;}
    .cp_xq .cp_js .j_s{margin:15px 0;}
}

.zl_xz{width:100%; padding:100px 0; overflow:hidden;}
.zl_xz .xz_bt{font-size:28px; font-family:"Amiko-Bold"; color:#000; line-height:32px; margin-bottom:30px;}
.zl_xz .xz_ss{padding:25px; background-color:#f7f7f7; margin-bottom:20px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.zl_xz .ss_zc{width:calc(100% - 360px); margin:0 -8px; display:flex; flex-wrap:wrap; justify-content:space-between; position:relative;}
.zl_xz .ss_zc .w_z{width:100%; height:50px; padding:0 15px; background-color:#fff; line-height:50px; display:block;}
.zl_xz .ss_zc .cp_xz{width:calc(66.66666667% - 16px); height:52px; margin:0 8px; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.zl_xz .ss_zc .cp_xz .x_z{width:calc(50% - 8px); height:52px; border:1px solid #ddd; position:relative;}
.zl_xz .ss_zc .cp_xz .x_z i{position:absolute; right:15px; top:50%; font-size:16px; color:#aaa;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);}
.zl_xz .ss_zc .wj_lx{width:calc(33.33333333% - 16px); height:52px; margin:0 8px; border:1px solid #ddd; position:relative;}
.zl_xz .ss_zc .wj_lx i{position:absolute; right:15px; top:50%; font-size:16px; color:#aaa;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);}
.zl_xz .ss_zc .ej_xl{width:100%; padding:25px 0 15px; box-shadow:0 5px 10px #eee; background-color:#fff; position:absolute; top:52px; left:0; display:none; overflow:hidden;}
.zl_xz .ss_zc .ej_xl:before{width:1px; height:100%; background-color:#eee; position:absolute; top:0; left:50%; content:"";}
.zl_xz .ss_zc .ej_xl .hd{width:calc(50% - 8px); padding:0 15px; float:left;}
.zl_xz .ss_zc .ej_xl .hd ul li.on a{color:#18abb6;}
.zl_xz .ss_zc .ej_xl .bd{width:calc(50% - 8px); padding:0 15px; float:right;}
.zl_xz .ss_zc .ej_xl a{line-height:26px; display:block; margin-bottom:10px;}
.zl_xz .ss_zc .f_l{width:100%; padding:25px 15px 15px; box-shadow:0 5px 10px #eee; background-color:#fff; position:absolute; top:52px; left:0; display:none; overflow:hidden;}
.zl_xz .ss_zc .f_l a{line-height:26px; display:block; margin-bottom:10px;}
.zl_xz .ss_yc{width:302px; height:52px; border:1px solid #ddd; background-color:#fff; line-height:50px; display:flex;}
.zl_xz .ss_yc input{width:calc(100% - 60px); height:50px; padding:0 15px; line-height:50px; display:block;}
.zl_xz .ss_yc button{width:60px; height:50px; font-size:18px; line-height:52px; color:#18abb6; text-align:center;
transition:all .5s;
-webkit-transition:all .5s;}
.zl_xz .ss_yc button:hover{color:#07919b;}
.zl_xz .ss_yc button i{font-size:20px;}
.zl_xz .xz_lb ul li{padding:25px; border-bottom:1px solid #eee; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;
transition:all .5s;
-webkit-transition:all .5s;}
.zl_xz .xz_lb ul li:hover{background-color:#f7f7f7;}
.zl_xz .xz_lb .a_n{width:150px;}
.zl_xz .xz_lb .a_n a{display:block; line-height:44px; text-align:center; color:#fff; border-radius:22px; background-color:#18abb6;}
.zl_xz .xz_lb .a_n a:hover{background-color:#07919b;}
.zl_xz .xz_lb .a_n i{display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-2px;}
.zl_xz .xz_lb .w_z{width:calc(100% - 180px); font-size:20px; font-family:"Quicksand-Bold"; color:#333; line-height:44px;}
.zl_xz .xz_lb .w_z i{display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-2px;}
@media only screen and (max-width:1400px){
.zl_xz{padding:80px 0;}
.zl_xz .xz_bt{font-size:26px; line-height:28px; margin-bottom:20px;}
.zl_xz .xz_ss{padding:20px;}
.zl_xz .ss_zc{width:calc(100% - 306px);}
.zl_xz .xz_lb ul li{padding:20px;}
.zl_xz .xz_lb .a_n{width:140px;}
.zl_xz .xz_lb .a_n a{display:block; line-height:40px;}
.zl_xz .xz_lb .w_z{width:calc(100% - 160px); font-size:18px; line-height:40px;}
}
@media only screen and (max-width:1100px){
.zl_xz{padding:60px 0;}
.zl_xz .xz_bt{font-size:24px; line-height:26px;}
.zl_xz .xz_ss{padding:15px;}
.zl_xz .ss_zc{width:calc(100% - 230px);}
.zl_xz .ss_yc{width:230px;}
.zl_xz .xz_lb ul li{padding:20px;}
.zl_xz .xz_lb .a_n{width:140px;}
.zl_xz .xz_lb .a_n a{display:block; line-height:40px;}
.zl_xz .xz_lb .w_z{width:calc(100% - 160px); font-size:18px; line-height:40px;}
}
@media only screen and (max-width:768px){
.zl_xz{padding:50px 0;}
.zl_xz .xz_bt{font-size:22px;}
.zl_xz .xz_ss{padding:10px;}
.zl_xz .ss_zc{width:100%; margin:0;}
.zl_xz .ss_zc .cp_xz{width:100%; margin:0 0 15px; z-index:9;}
.zl_xz .ss_zc .wj_lx{width:100%; margin:0 0 15px;}
.zl_xz .ss_yc{width:100%;}
.zl_xz .xz_lb ul li{padding:15px 0 20px;}
.zl_xz .xz_lb ul li:hover{background-color:#fff;}
.zl_xz .xz_lb .a_n{width:120px;}
.zl_xz .xz_lb .w_z{width:100%; font-size:18px; line-height:40px; margin-bottom:15px;}
}

.cj_wt{width:100%; padding-top:100px; overflow:hidden;}
.cj_wt .wt_fl{margin-bottom:100px;}
.cj_wt .fl_bt{font-size:36px; font-family:"Amiko-Bold"; color:#000; line-height:44px; margin-bottom:30px;}
.cj_wt .wt_lb ul li{padding:20px 0; border-bottom:1px solid #ddd;}
.cj_wt .wt_lb ul li:last-child{border-bottom:0;}
.cj_wt .wt_lb .b_t{font-size:22px; font-family:"Quicksand-Bold"; line-height:30px; padding:10px 50px 10px 0; cursor:pointer; position:relative;}
.cj_wt .wt_lb .b_t i{width:36px; height:36px; position:absolute; top:50%; right:0; margin-top:-18px; border:1px solid #aaa; border-radius:50%; line-height:34px; text-align:center; color:#333; display:inline-block;
transition:all .5s;
-webkit-transition:all .5s;}
.cj_wt .wt_lb ul li.on .b_t i{transform:rotateX(180deg);
-webkit-transform:rotateX(180deg);}
.cj_wt .wt_lb .w_z{line-height:26px; margin-top:15px; display:none;}
@media only screen and (max-width:1400px){
.cj_wt{padding-top:80px;}
.cj_wt .wt_fl{margin-bottom:80px;}
.cj_wt .fl_bt{font-size:30px; line-height:38px; margin-bottom:20px;}
.cj_wt .wt_lb ul li{padding:15px 0;}
.cj_wt .wt_lb .b_t{font-size:20px;}
.cj_wt .wt_lb .b_t i{width:32px; height:32px; margin-top:-16px; line-height:30px;}
.cj_wt .wt_lb .w_z{margin-top:10px;}
}
@media only screen and (max-width:1100px){
.cj_wt{padding-top:60px;}
.cj_wt .wt_fl{margin-bottom:60px;}
.cj_wt .fl_bt{font-size:26px; line-height:32px;}
.cj_wt .wt_lb ul li{padding:10px 0;}
.cj_wt .wt_lb .b_t{font-size:18px;}
}
@media only screen and (max-width:768px){
.cj_wt{padding-top:50px;}
.cj_wt .wt_fl{margin-bottom:50px;}
.cj_wt .fl_bt{font-size:22px; line-height:28px;}
.cj_wt .wt_lb .b_t{line-height:22px;}
}

.ny_lx{width:100%; padding:100px 0; overflow:hidden;}
.ny_lx .lx_nr{width:40%;}
.ny_lx .lx_nr .b_t{font-size:34px; font-family:"Amiko-Bold"; color:#000; font-weight:bold; line-height:40px; margin-bottom:35px;}
.ny_lx .lx_nr .x_x ul li{margin-top:30px; font-size:18px; line-height:32px; color:#333; padding-left:30px; position:relative;}
.ny_lx .lx_nr .x_x strong{font-size:36px; font-family:"Quicksand-Bold"; line-height:40px; color:#18abb6;}
.ny_lx .lx_nr .x_x i{width:30px; position:absolute; top:0; left:0; color:#999; text-align:center; display:inline-block;}
.ny_lx .lx_nr .x_x i.icon-youxiang1{font-size:18px;}
.ny_lx .lx_nr .x_x i.icon-dianhua4{font-size:18px;}
.ny_lx .lx_bd{width:52%;}
.ny_lx .lx_bd .b_t h1{font-size:34px; font-family:"Amiko-Bold"; color:#000; font-weight:bold; line-height:40px;}
.ny_lx .lx_bd .b_t h3{font-size:16px; color:#aaa; line-height:26px;}
.ny_lx .lx_bd .b_d ul li{width:45%; position:relative;}
.ny_lx .lx_bd .b_d ul li.q_b{width:100%;}
.ny_lx .lx_bd .b_d input{width:100%; height:71px; border-bottom:1px solid #eee; font-size:15px; line-height:70px; color:#333; display:block;}
.ny_lx .lx_bd .b_d input::placeholder{color:#999;}
.ny_lx .lx_bd .b_d textarea{width:100%; height:94px; padding-top:17px; border-bottom:1px solid #eee; font-size:15px; line-height:26px; color:#333; resize:none; display:block;}
.ny_lx .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_lx .lx_bd .b_d button{width:160px; height:52px; border-radius:5px; background-color:#18abb6; font-size:18px; line-height:52px; color:#fff; margin-top:35px; margin-right:20px; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.ny_lx .lx_bd .b_d button.c_z{background-color:#888;}
.ny_lx .lx_bd .b_d button:hover{background-color:#07919b;}
.ny_lx .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
.ny_lx .map{margin-top:80px;}
.ny_lx .map img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1400px){
.ny_lx{padding:80px 0;}
.ny_lx .lx_nr .b_t{font-size:30px; line-height:36px; margin-bottom:25px;}
.ny_lx .lx_nr .x_x ul li{margin-top:25px; font-size:16px; line-height:28px;}
.ny_lx .lx_nr .x_x strong{font-size:30px; line-height:36px;}
.ny_lx .lx_bd{width:56%;}
.ny_lx .lx_bd .b_t h1{font-size:30px; line-height:36px;}
.ny_lx .lx_bd .b_d ul li{width:47%;}
.ny_lx .lx_bd .b_d button{width:150px; height:46px; line-height:46px; margin-top:30px;}
.ny_lx .map{margin-top:60px; height:400px;}
}
@media only screen and (max-width:1100px){
.ny_lx{padding:60px 0;}
.ny_lx .lx_nr .b_t{font-size:26px; line-height:30px; margin-bottom:20px;}
.ny_lx .lx_nr .x_x ul li{margin-top:20px;}
.ny_lx .lx_nr .x_x strong{font-size:26px; line-height:32px;}
.ny_lx .map{margin-top:50px; height:350px;}
}
@media only screen and (max-width:768px){
.ny_lx{padding:50px 0;}
.ny_lx .lx_nr{width:100%;}
.ny_lx .lx_bd{width:100%; margin-top:35px;}
.ny_lx .lx_bd .b_d ul li{width:100%;}
.ny_lx .lx_bd .b_d ul li:last-child{display:flex; justify-content:space-between;}
.ny_lx .lx_bd .b_d button{width:48%; margin-right:0;}
.ny_lx .map{margin-top:40px; height:250px;}
}

.fangda{width:100%; height:100vh; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.6); z-index:99999; overflow:hidden; display:none;}
.fangda .container{position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.fangda .g_b{position:absolute; top:15px; right:35px; cursor:pointer;
transition:all .5s;
-webkit-transition:all .5s;}
.fangda .g_b:hover{color:#0153b8;
transform:rotate(360deg);
-webkit-transform:rotate(360deg);}
.fangda .row{margin:0; background-color:#fff; padding:35px;}
.fangda .t_p{width:60%;}
.fangda .t_p span{display:none;}
.fangda .t_p img{width:100%; height:auto; display:block;}
.fangda .w_z{width:35%; margin-top:30px;}
.fangda .w_z h2{font-size:22px; line-height:26px; font-family:"Quicksand-Bold"; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.fangda .w_z h4{font-size:18px; line-height:26px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin-bottom:10px;}
.fangda .d_t{width:30%;}
.fangda .t_p span{display:none;}
.fangda .d_t img{width:100%; height:auto; display:none;}
.fangda .d_t img.d_w{display:block;}
.fangda .y_w{width:65%; margin-top:30px;}
.fangda .y_w h2{font-size:22px; line-height:26px; font-family:"Quicksand-Bold"; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin-bottom:15px;}
@media only screen and (max-width:1100px){
.fangda .row{padding:30px;}
.fangda .t_p{width:56%;}
.fangda .w_z{width:40%; margin-top:25px;}
.fangda .w_z h2{font-size:20px;}
.fangda .w_z h4{font-size:16px;}
.fangda .d_t{width:35%;}
.fangda .y_w{width:60%; margin-top:25px;}
.fangda .y_w h2{font-size:20px;}
}
@media only screen and (max-width:768px){
.fangda .row{padding:20px;}
.fangda .t_p{width:100%;}
.fangda .w_z{width:100%; margin-top:20px;}
.fangda .d_t{width:100%;}
.fangda .y_w{width:100%; margin-top:20px;}
}

.yema{margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 6px;}
.yema ul li a{width:90px; height:40px; border:1px solid #ddd; border-radius:5px; line-height:38px; text-align:center; color:#333; display:block;}
.yema ul li a:hover{background-color:#0153b8; border:1px solid #0153b8; color:#fff;}
.yema ul li.active a{background-color:#0153b8; border:1px solid #0153b8; color:#fff;}
.yema ul li i{font-size:16px; line-height:36px; font-weight:bold; vertical-align:middle; margin-top:-2px; display:inline-block;}
@media only screen and (max-width:768px){
.yema{margin-top:10px;}
.yema ul li{margin:0 4px;}
.yema ul li a{width:34px; height:34px; line-height:32px;}
.yema ul li i{font-size:15px; line-height:30px;}
}

.footer{width:100%; background-color:#21262b; font-size:15px; line-height:30px; color:#aaa; overflow:hidden;}
.footer .row{margin:0; justify-content:space-between;}
.footer a{color:#aaa;}
.footer a:hover{color:#fff;}
.footer h3{font-size:22px; font-family:"Quicksand-Bold"; line-height:26px; color:#fff; margin-bottom:20px; position:relative; cursor:pointer;}
.footer h3 a{color:#fff;}
.footer h3 em{width:100%; height:100%; position:absolute; top:0; left:0; display:none;}
.footer h3 em:after{width:12px; height:2px; background-color:#aaa; position:absolute; top:50%; margin-top:-1px; right:0; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer h3 em.on:after{transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);}
.footer h3 em:before{width:2px; height:12px; background-color:#aaa; position:absolute; top:50%; margin-top:-6px; right:5px; content:"";
transition:all .5s;
-webkit-transition:all .5s;}
.footer h3 em.on:before{transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.footer .ft_ly{width:100%; padding:50px 0; border-bottom:1px solid rgba(255,255,255,.1); margin-bottom:60px;}
.footer .ft_ly .row{align-items:center;}
.footer .ft_ly h1{font-size:28px; font-family:"Amiko-Bold"; letter-spacing:-1px; color:#fff; line-height:34px;}
.footer .ft_ly .l_m{width:40%;}
.footer .ft_ly .b_d{width:56%; display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer .ft_ly .b_d input{width:40%; height:50px; padding:0 10px; line-height:50px; color:#555; background-color:#fff; display:block;}
.footer .ft_ly .b_d button{width:16%; height:50px; background-color:#0153b8; font-size:18px; letter-spacing:-1px; color:#fff; line-height:50px; display:block; outline:none;
transition:all .5s;
-webkit-transition:all .5s;}
.footer .ft_ly .b_d button:hover{background-color:#0153b8;}
.footer .ft_fl{max-width:26%;}
.footer .ft_fl img.l_g{width:163px; height:auto; display:block; margin-bottom:20px;}
.footer .ft_fl a.y_x{margin-bottom:20px; display:inline-block;}
.footer .ft_fl .l_b p{margin-bottom:10px;}
.footer .ft_fl .l_b a{line-height:22px;}
.footer .dh_em ul{display:flex; flex-wrap:wrap;}
.footer .dh_em ul li a{width:36px; height:36px; background-color:rgba(255,255,255,.2); border-radius:50%; margin-right:10px; display:flex; align-items:center; justify-content:center;}
.footer .dh_em ul li a:hover{background-color:#0153b8;}
.footer .dh_em img{width:20px; height:auto; display:block;}
@media only screen and (max-width:1100px){
.footer{line-height:26px;}
.footer h3{font-size:18px; line-height:22px; margin-bottom:15px;}
.footer .ft_ly{padding:30px 0; margin-bottom:40px;}
.footer .ft_ly h1{font-size:22px; line-height:26px;}
.footer .ft_ly .l_m{width:100%; margin-bottom:15px;}
.footer .ft_ly .b_d{width:100%;}
.footer .ft_fl img.l_g{width:150px; margin-bottom:40px;}
.footer .dh_em ul li a{width:32px; height:32px;}
.footer .dh_em img{width:16px;}
}
@media only screen and (max-width:768px){
.footer h3{font-size:16px; line-height:32px; margin-bottom:0;}
.footer h3 em{display:block;}
.footer .ft_ly{margin-bottom:30px;}
.footer .ft_ly .b_d button{width:18%;}
.footer .ft_fl{max-width:100%; width:100%; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid rgba(255,255,255,.2);}
.footer .ft_fl:last-child{border-bottom:0;}
.footer .ft_fl a{font-size:13px; line-height:28px;}
.footer .ft_fl .l_b{display:none; margin-top:10px;}
.footer .ft_fl img.l_g{width:120px; margin:0 auto 30px;}
.footer .dh_em{margin-bottom:15px;}
.footer .dh_em ul{justify-content:center;}
.footer .dh_em ul li{margin:0;}
}

.banquan{width:100%; margin-top:60px; border-top:1px solid rgba(255,255,255,.1); padding:25px 0; font-size:15px; text-align:center; line-height:26px; overflow:hidden;background: #000;}
.banquan span{display:inline-block; margin-right:15px;}
@media only screen and (max-width:1100px){
.banquan{margin-top:40px;}
}
@media only screen and (max-width:768px){
.banquan{padding:15px 0; line-height:22px; margin-top:20px;}
.banquan .z_c{width:100%;}
.banquan .y_c{width:100%;}
.banquan span{margin:0 8px;}
}

.fh_top{width:44px; height:44px; border-radius:50%; background-color:#aaa; border-radius:50%; position:fixed; bottom:18px; right:11px; cursor:pointer; overflow:hidden; z-index:999; display:none;
transition:all .5s;
-webkit-transition:all .5s;}
.fh_top:hover{background-color:#0153b8;}
.fh_top img{width:100%; height:auto; display:block;}
@media only screen and (max-width:768px){
.fh_top{width:36px; height:36px; bottom:18px; right:11px;}
}

.cookies{width:100%; height:100%; background-color:rgba(0,0,0,.6); position:fixed; top:0; left:0; z-index:9999999; display:none;}
.cookies .container{position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);}
.cookies .ck_nr{width:100%; padding:30px; background-color:#fff; border-radius:5px;}
.cookies .b_t{font-size:28px; font-family:"Amiko-Bold"; color:#333; margin-bottom:20px; text-align:center;}
.cookies .hd{text-align:center; margin-bottom:20px;}
.cookies .hd ul li{width:160px; height:46px; border:1px solid #ddd; font-size:20px; line-height:44px; color:#333; display:inline-block; margin:0 15px;}
.cookies .hd ul li.on{color:#fff; border:1px solid #0153b8; background-color:#0153b8;}
.cookies .n_r{line-height:26px; height:104px; overflow-y:auto;}
.cookies .c_z{margin-top:25px;}
.cookies .c_z ul{display:flex; flex-wrap:wrap; margin:0 -15px;justify-content: center;}
.cookies .c_z ul li{width:calc(33.33333333% - 30px); margin:0 15px;}
.cookies .c_z button{width:100%; border:1px solid #ddd; font-size:18px; line-height:46px; color:#333; display:block; outline:none;}
.cookies .c_z button:hover{color:#fff; border:1px solid #0153b8; background-color:#0153b8;}
.cookies .c_z button.t_y{color:#fff; border:1px solid #0153b8; background-color:#0153b8;}
.cookies .c_z button.t_y:hover{border:1px solid #0153b8; background-color:#0153b8;}
@media only screen and (max-width:640px){
.cookies .ck_nr{width:100%; padding:30px 20px;}
.cookies .b_t{font-size:22px; margin-bottom:15px;}
.cookies .hd ul li{width:44%; font-size:16px; margin:0 5px;}
.cookies .n_r{line-height:22px; height:132px;}
.cookies .c_z{margin-top:15px;}
.cookies .c_z ul{margin:0;}
.cookies .c_z ul li{width:100%; margin:0 0 10px;}
.cookies .c_z button{font-size:16px;}
}

.grbg {
    background: #ffffff;
    padding: 80px 5%;
    position: relative;
}
.gr_2, .gr_3, .gr_4, .gr_5, .gr_6, .gr_7, .gr_8 {
    display: none;
}
.textcenter {
    text-align: center;
}
.titleh2 {
    font-size: 30px;
    font-family: "Amiko-Bold";
    letter-spacing: -1px;
    color: #000;
    line-height: 40px;
    margin-bottom: 36px;
}
.flex_lr_center {
    justify-content: center;
}
.disflex {
    display: flex;
}
.u0w input {
    width: 320px;
    height: 65px;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    padding: 0 15px;
    color: #999999;
    background: #f7f7f7;
}
.u0w a, .u0w button {
    display: block;
    line-height: 65px;
    height: 65px;
    width: 120px;
    background: url(../images/jt_03.png) no-repeat center #0153b8;
    transition: .25s;
    cursor: pointer;
}
.u0w p {
    position: absolute;
    bottom: 30px;
    margin-left: 0px;
    color: red;
}
.u2a {
    margin: 10px 3%;
    position: relative;
    cursor: pointer;
}
.u2a img {
    margin: 0 auto;
    max-width: 100%;
}
.u2a .radio3 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.u3a {
    width: 22%;
    position: relative;
}
.u3a .radio3, .u4a .radio3 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: none;
    background: none;
    opacity: 0;
}
.u3a img{display: block;position: relative;z-index: 999;}
.u2w{flex-wrap: wrap}
.u3w{margin-bottom: 50px;flex-wrap: wrap}
.u4a {
    width: 30%;
    margin: 0 20px;
    display: block;
    position: relative;
    cursor: pointer;
}
.u4a img{display: block;position: relative;width: 100%;height: auto;}

.lx_wm{width:100%; padding:70px 0; background-color:#fafafa; overflow:hidden;}
.lx_wm .container{max-width:1260px;}
.lx_wm .row{margin:0; justify-content:space-between;}
.lx_wm .lx_bt{font-size:36px; color:#000; line-height:44px; margin-bottom:50px;}
.lx_wm .lx_fs{width:35%;}
.lx_wm .lx_fs strong{font-size:30px; font-weight:normal; line-height:40px; color:#0153b8; margin-bottom:40px; display:block;}
.lx_wm .lx_fs h2{margin-bottom:8px; font-size:18px; color:#aaa;}
.lx_wm .lx_fs p{font-size:18px; color:#000; line-height:26px; margin-bottom:40px;}
.lx_wm .lx_fs p a{color:#000;}
.lx_wm .lx_fs p a:hover{color:#0153b8;}
.lx_wm .lx_bd{width:55%;}
.lx_wm .lx_bd h2{margin-bottom:8px; font-size:18px; color:#aaa;}
.lx_wm .lx_bd p{font-size:18px; color:#000; line-height:26px;}
.lx_wm .lx_bd .l_y{margin-top:50px;}
.lx_wm .lx_bd .l_y em{display:block; color:#777; line-height:24px;}
.lx_wm .lx_bd .l_y input.w_z{width:100%; height:52px; padding:0 15px; margin:6px 0 20px; border:1px solid #eee; background:#fff; color:#000; border-radius:3px; line-height:50px; display:block;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.lx_wm .lx_bd .l_y input.w_z:focus{border:1px solid #999;}
.lx_wm .lx_bd .l_y textarea{width:100%; min-height:100px; padding:12px 15px; margin:6px 0 20px; border:1px solid #eee; background:#fff; color:#000; line-height:22px; border-radius:3px; resize:none; display:block;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.lx_wm .lx_bd .l_y textarea:focus{border:1px solid #999;}
.lx_wm .lx_bd .l_y button{width:160px; height:52px; background-color:#0153b8; border-radius:3px; font-size:16px; line-height:52px; color:#fff; outline:none;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;}
.lx_wm .lx_bd .l_y button:hover{background-color:#0153b8;}
@media only screen and (max-width:1366px){
    .lx_wm{padding:50px 0;}
    .lx_wm .container{max-width:90%;}
    .lx_wm .lx_bt{font-size:30px; line-height:36px; margin-bottom:30px;}
    .lx_wm .lx_fs{width:45%;}
    .lx_wm .lx_fs strong{font-size:26px; line-height:32px; margin-bottom:30px;}
    .lx_wm .lx_fs h2{font-size:17px;}
    .lx_wm .lx_fs p{font-size:16px; line-height:24px; margin-bottom:30px;}
    .lx_wm .lx_bd{width:50%;}
    .lx_wm .lx_bd h2{font-size:17px;}
    .lx_wm .lx_bd p{font-size:16px; line-height:24px;}
    .lx_wm .lx_bd .l_y{margin-top:30px;}
    .lx_wm .lx_bd .l_y input.w_z{height:46px; line-height:44px; margin:6px 0 15px;}
    .lx_wm .lx_bd .l_y textarea{min-height:78px;}
    .lx_wm .lx_bd .l_y button{width:150px; height:46px; line-height:46px;}
}
@media only screen and (max-width:992px){
    .lx_wm .container{max-width:100%;}
    .lx_wm .lx_bt{font-size:26px; line-height:32px;}
    .lx_wm .lx_fs{width:46%;}
    .lx_wm .lx_fs strong{font-size:22px;}
    .lx_wm .lx_fs h2{font-size:16px;}
    .lx_wm .lx_fs p{font-size:15px;}
    .lx_wm .lx_bd h2{font-size:16px;}
    .lx_wm .lx_bd p{font-size:15px;}
}
@media only screen and (max-width:640px){
    .lx_wm .lx_fs{width:100%; margin-bottom:30px;}
    .lx_wm .lx_bd{width:100%;}
}

.u1w a,.u1w .radio2{
    width: 130px;
    line-height: 65px;
    display: inline-block;
    background: #fafafa;
    _margin: 0 15px;
}
.u1w li{position: relative;width: 130px;line-height: 65px;background: #f7f7f7;margin: 0 15px;}
.u1w .radio2{opacity: 0;position: absolute;left: 0;width: 100%;height: 100%;z-index: 99;cursor:pointer;}

.cs_nr{width: 100%;overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.cs_nr .cs_zc{width: 39%;margin-bottom: 20px;}
.cs_nr .cs_zc img{width: 100%;height: auto;display: block;}
.cs_nr .cs_yc{width: 60%;}
.cs_nr .uprev{
    margin-top:50px;
}
.cs_nr .uprev .hvgreen{display: block; width: 150px;height: 46px;border: solid 1px #0153b8;-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
}
.sy_tb {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
}
.sy_tb .t_p {
    text-align: center;
}
.sy_tb .t_p img {
    max-width: 100%;
    height: auto;
}
.sy_tb p {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 50px;
}
.sy_tb p span {
    flex: auto;
    color: #0070C7;
    font-size: 16px;
    text-align: center;
}
@media only screen and (max-width:1100px){
    .cs_nr .cs_zc{width: 36%;}
    .cs_nr .cs_yc{width: 63%;}
    .titleh2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 26px;
    }
}
@media only screen and (max-width:640px){
    .cs_nr .cs_zc{width: 100%;margin-bottom: 20px;}
    .cs_nr .cs_yc{width: 100%;}
    .titleh2 {
        font-size: 20px;
    }
    .text16{font-size: 12px;line-height: 20px;}
    .u3a {
        width: 40%;
    }
    .u2a {
        width: 40%;
    }
    .sy_tb {
        padding:40px 0px;
    }
    .sy_tb p{
        flex-wrap: wrap;
    }
    .sy_tb p span {
        flex: auto;
        font-size: 15px;
    }
}
.fa_tp{margin-bottom:30px;}
.fa_in{width:20%;}
.fa_in .text18{background:#ffffff;line-height:46px;text-indent: 14px;width: 90%;}
.fa_bm{width:150px;height:40px;text-align:center;color:#ffffff;font-size:16px;background:#0153b8;line-height:40px;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;margin:30px 0 auto;}
.fa_db{justify-content:center;}
.fa_te{width:40%;}
@media only screen and (max-width:640px){
    .u6w{flex-wrap: wrap;}
    .fa_in{width:100%;margin-bottom: 20px;}
    .fa_te{width:100%;}
}


.sy_xx{width:100%; padding:100px 0; overflow:hidden;}
.sy_xx .cp_zs{position:relative; border-radius:10px; overflow:hidden;}
.sy_xx .j_s{width:100%; padding:70px 50px 30px; position:absolute; bottom:0; left:0; z-index:99; overflow:hidden;
    background-image:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.9));
    background-image:linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.9));}
.sy_xx .j_s ul{width:70%; margin:0;}
.sy_xx .j_s ul li{width:47%; font-size:20px; font-family:"Amiko-Bold"; color:#fff; text-shadow:0 0 15px rgba(0,0,0,.5); line-height:30px; margin:10px 0;}
.sy_xx .j_s a{color:#fff;}
.sy_xx .j_s img{width:30px; height:auto; display:inline-block; vertical-align:middle; margin-right:10px; margin-top:-4px;}
.sy_xx .m_r{position:absolute; bottom:55px; right:50px; z-index:99;}
.sy_xx .hd{width:200px; padding:5px; border:2px solid #0153b8; background-color:rgba(0,0,0,.2); border-radius:46px; position:absolute; top:30px; left:50px; z-index:99; overflow:hidden;}
.sy_xx .hd ul{margin:0;}
.sy_xx .hd ul li{width:50%; height:36px; border-radius:36px; font-size:18px; color:#fff; text-align:center; line-height:36px; display:block; cursor:pointer;}
.sy_xx .hd ul li.on{background-color:#0153b8;}
.sy_xx .video{width:100%; position:relative;}
.sy_xx .video video{width:100%; height:auto; display:block;}
@media only screen and (max-width:1400px){
    .sy_xx{padding:80px 0;}
    .sy_xx .j_s{padding:60px 35px 30px;}
    .sy_xx .j_s ul li{font-size:18px; line-height:28px; margin:8px 0;}
    .sy_xx .j_s img{width:26px;}
    .sy_xx .m_r{bottom:45px; right:35px;}
    .sy_xx .hd{border-radius:40px; top:35px; left:35px;}
    .sy_xx .hd ul li{height:30px; border-radius:30px; font-size:16px; line-height:30px;}
}
@media only screen and (max-width:1100px){
    .sy_xx{padding:60px 0;}
    .sy_xx .j_s{padding:50px 25px 25px;}
    .sy_xx .j_s ul{width:calc(100% - 130px);}
    .sy_xx .j_s ul li{font-size:16px; line-height:26px;}
    .sy_xx .j_s img{width:20px;}
    .sy_xx .m_r{bottom:35px; right:25px;}
    .sy_xx .hd{border-radius:36px; top:25px; left:25px;}
    .sy_xx .hd ul li{height:26px; border-radius:26px; font-size:16px; line-height:26px;}
}
@media only screen and (max-width:768px){
    .sy_xx{padding:50px 0;}
    .sy_xx .sy_bt{margin-bottom:25px;}
    .sy_xx .cp_zs{padding-top:90px; padding-bottom:80px; background-color:#000;}
    .sy_xx .j_s{padding:0 30px; bottom:65px;
        background-image:none;
        background-image:none;}
    .sy_xx .j_s ul{width:100%; margin:0;}
    .sy_xx .j_s ul li{width:100%;}
    .sy_xx .m_r{bottom:20px; right:auto; left:30px; margin-top:0;}
    .sy_xx .hd{top:20px; left:50%; margin-left:-100px;}
    .sy_xx .bd{overflow:hidden; border-radius:10px;}
}