@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:#18abb6; 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,.85); 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:163px; 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;}
.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:#18abb6;}
.header .nav ul li.on .y_j a{color:#18abb6;}
.header .nav .y_j:after{width:0; height:2px; background-color:#18abb6; 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:#18abb6;}
.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:calc(100vh - 150px); min-height:600px; position:relative; overflow:hidden;}
.pc_ban .swiper-slide{overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.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:#18abb6 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:#18abb6 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%);}
.pc_ban .w_z{width:90%; margin:0 auto;}
.pc_ban .w_z .b_bt{font-size:60px; font-family:"Amiko-Bold"; letter-spacing:-2px; line-height:70px;}
.pc_ban .w_z .b_bt h1{font-size:60px; font-family:"Amiko-Bold"; letter-spacing:-2px; line-height:70px;display: inline-block;}
.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:#18abb6;}
@media only screen and (max-width:1400px){
.pc_ban .w_z .b_bt{font-size:52px; line-height:60px;}
.pc_ban .w_z .b_bt 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 .b_bt{font-size:38px; line-height:46px;}
.pc_ban .w_z .b_bt 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 .b_bt{font-size:30px; line-height:38px; letter-spacing:0;}
.pc_ban .w_z .b_bt 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 #18abb6; 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:#18abb6;
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:#18abb6; 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:#18abb6;}
@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 .m_s{line-height: 28px;font-size: 16px;color: #333;margin: 30px auto 0px;width: 80%;}
.sy_bt .m_s.on{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;}
.sy_bt .m_s{line-height: 22px;font-size: 14px;margin: 20px auto 0px;width: 96%;}
}

.sy_ys{width:100%; padding:90px 0; text-align:center; overflow:hidden;}
.sy_ys .ys_zs{width:calc(25% - 30px); border-radius:10px; padding:70px 25px; background-color:#f8f8f8; margin:0 15px; position:relative; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;}
.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:#18abb6;}
.sy_ys .ys_zs h3{font-size:22px; font-family:"Amiko-Bold"; letter-spacing:-1px; color:#18abb6; line-height:26px;}
.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;}
@media only screen and (max-width:1400px){
.sy_ys{padding:70px 0;}
.sy_ys .row{margin:0 -10px;}
.sy_ys .ys_zs{width:calc(25% - 20px); 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{width:calc(50% - 20px); 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;}
}

.sy_gy{width:100%; padding:100px 0; background:url(../images/sj_bj.jpg) no-repeat center / cover; overflow:hidden;}
.sy_gy .sy_bt h1{color:#fff;}
.sy_gy .sj_zs ul{display:flex; flex-wrap:wrap;}
.sy_gy .sj_zs ul li{width:calc(25% - 30px); margin:15px; font-size:16px; color:#fff; text-align:center;}
.sy_gy .sj_zs .t_b{width:90px; height:90px; padding:3px; border:2px solid #fff; border-radius:50%; margin:0 auto 10px;}
.sy_gy .sj_zs .t_b img{width:100%; height:auto; display:block;}
.sy_gy .sj_zs .s_z{font-size:20px; font-family:"Amiko-Bold";}
.sy_gy .sj_zs b{font-size:38px; font-family:"Amiko-Bold";}
@media only screen and (max-width:1400px){
.sy_gy{padding:70px 0;}
.sy_gy .sj_zs .t_b{width:80px; height:80px;}
.sy_gy .sj_zs .s_z{font-size:18px;}
.sy_gy .sj_zs b{font-size:32px;}
}
@media only screen and (max-width:1100px){
.sy_gy{padding:60px 0;}
.sy_gy .sj_zs .t_b{width:70px; height:70px;}
.sy_gy .sj_zs b{font-size:28px;}
}
@media only screen and (max-width:768px){
.sy_gy{padding:50px 0 30px;}
.sy_gy .sj_zs ul{margin:0 -10px;}
.sy_gy .sj_zs ul li{width:calc(50% - 20px); margin:0 10px 20px;}
}

.sy_cp{width:100%; padding:100px 0; overflow:hidden;}
.sy_cp .cp_zs{position:relative; border-radius:10px; overflow:hidden;}
.sy_cp .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_cp .j_s ul{width:70%; margin:0;}
.sy_cp .j_s ul li{width:50%; font-size:18px; font-family:"Amiko-Bold"; color:#fff; text-shadow:0 0 15px rgba(0,0,0,.5); line-height:30px; margin:10px 0;}
.sy_cp .j_s a{color:#fff;}
.sy_cp .j_s img{width:30px; height:auto; display:inline-block; vertical-align:middle; margin-right:10px; margin-top:-4px;}
.sy_cp .m_r{position:absolute; bottom:55px; right:50px; z-index:99;}
.sy_cp .hd{width:200px; padding:5px; border:2px solid #18abb6; background-color:rgba(0,0,0,.2); border-radius:46px; position:absolute; top:50px; left:50px; z-index:99; overflow:hidden;}
.sy_cp .hd ul{margin:0;}
.sy_cp .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_cp .hd ul li.on{background-color:#18abb6;}
.sy_cp .video{width:100%; position:relative;}
.sy_cp .video video{width:100%; height:auto; display:block;}
@media only screen and (max-width:1400px){
.sy_cp{padding:80px 0;}
.sy_cp .j_s{padding:60px 35px 30px;}
.sy_cp .j_s ul li{font-size:18px; line-height:28px; margin:8px 0;}
.sy_cp .j_s img{width:26px;}
.sy_cp .m_r{bottom:45px; right:35px;}
.sy_cp .hd{border-radius:40px; top:35px; left:35px;}
.sy_cp .hd ul li{height:30px; border-radius:30px; font-size:16px; line-height:30px;}
}
@media only screen and (max-width:1100px){
.sy_cp{padding:60px 0;}
.sy_cp .j_s{padding:50px 25px 25px;}
.sy_cp .j_s ul{width:calc(100% - 130px);}
.sy_cp .j_s ul li{font-size:16px; line-height:26px;}
.sy_cp .j_s img{width:20px;}
.sy_cp .m_r{bottom:35px; right:25px;}
.sy_cp .hd{border-radius:36px; top:25px; left:25px;}
.sy_cp .hd ul li{height:26px; border-radius:26px; font-size:16px; line-height:26px;}
}
@media only screen and (max-width:768px){
.sy_cp{padding:50px 0;}
.sy_cp .sy_bt{margin-bottom:25px;}
.sy_cp .cp_zs{padding-top:90px; padding-bottom:250px; background-color:#000;}
.sy_cp .j_s{padding:0 30px; bottom:65px;
background-image:none;
background-image:none;}
.sy_cp .j_s ul{width:100%; margin:0;}
.sy_cp .j_s ul li{width:100%;}
.sy_cp .m_r{bottom:20px; right:auto; left:30px; margin-top:0;}
.sy_cp .hd{top:20px; left:50%; margin-left:-100px;}
.sy_cp .bd{overflow:hidden; border-radius:10px;}
}

.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;}
.sy_kh .wz_nr .m_r{
  width: 150px;
  height: 44px;
  margin-top: 35px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  position: relative;
  display: inline-block;
  z-index: 99;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.sy_kh .wz_nr .m_r .bg {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  transition: transform 340ms ease-in-out;
  transform-origin: right center;
  transform: scaleX(0);
}
.sy_kh .wz_nr .m_r a {
  font-size: 16px;
  line-height: 42px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: relative;
  z-index: 9;
}
.sy_kh .wz_nr .m_r i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -4px;
}
.sy_kh .wz_nr .m_r:hover .bg {
  transform: scaleX(1);
  transform-origin: left center;
}
.sy_kh .wz_nr .m_r:hover a {
  color: #18abb6;
}
@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;}
.sy_kh .wz_nr .m_r {
    width: 130px;
    height: 40px;
    margin-top: 30px;
  }
.sy_kh .wz_nr .m_r a {
    font-size: 15px;
    line-height: 38px;
  }
}
@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;}
}

.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%);}
.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;}
@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:1200px; margin:0 auto; font-family:"Quicksand-Bold"; font-size:20px; color:#555; line-height:30px; text-align:center;padding-top: 30px;}
.ab_wz .wz_xn.on{padding-top: 50px;}
.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 .js_wz .m_r{width:160px; border:1px solid #fff;}
.ab_wz .js_wz .m_r .bg{background-color:#fff;}
.ab_wz .js_wz .m_r a{color:#fff;}
.ab_wz .js_wz .m_r:hover a{color:#18abb6;}
.ab_wz .jj_wz{width:49%; font-size:18px; line-height:36px;}
.ab_wz .jj_wz h1{font-size:36px; font-family:"Amiko-Bold"; color:#000; line-height:44px; margin-bottom:5px;}
.ab_wz .jj_wz h2{font-size:22px; font-family:"Quicksand-Bold"; color:#555; line-height:30px;}
.ab_wz .wz_js{text-align:justify; margin-top:20px;}
.ab_wz .mg_tp{margin-top:50px;}
.ab_wz .js_tp{width:49%;}
.ab_wz .js_tp img{width:100%; height:auto; display:block;}
@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 .wz_xn.on{padding-top: 30px;}
.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 .js_wz .m_r{width:140px;}
.ab_wz .jj_wz{font-size:16px; line-height:32px;}
.ab_wz .jj_wz h1{font-size:30px; line-height:40px;}
.ab_wz .jj_wz h2{font-size:20px; line-height:28px;}
.ab_wz .jj_wz .m_r{width:140px;}
.ab_wz .wz_js{margin-top:15px;}
}
@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;}
.ab_wz .jj_wz{font-size:15px; line-height:28px;}
.ab_wz .jj_wz h1{font-size:24px; line-height:32px;}
.ab_wz .jj_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;}
.ab_wz .js_wz{width:100%;margin-bottom: 20px;}
.ab_wz .js_wz h1{font-size:22px; line-height:30px;}
.ab_wz .jj_wz{width:100%;}
.ab_wz .jj_wz h1{font-size:22px; line-height:30px;}
.ab_wz .js_tp{width:100%; margin-top:25px;}
}

.ab_fa{width:100%; padding:100px 0 70px; background-color:#f7f7f7; overflow:hidden;}
.ab_fa .swiper-al{padding-bottom:50px;}
.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:#18abb6 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:#18abb6 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:#18abb6;}
.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: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:#18abb6 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:#18abb6 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:#18abb6; line-height:46px; margin-bottom:25px;}
.ab_js .js_wz{width:48%; font-size:18px; line-height:30px;}
.ab_js .wz_nr{text-align:justify;}
.ab_js .wz_nr ul li{padding-left:20px; margin-bottom:15px; position:relative;}
.ab_js .wz_nr ul li:last-child{margin-bottom:0;}
.ab_js .wz_nr ul li:after{width:8px; height:8px; background-color:#18abb6; border-radius:50%; position:absolute; top:11px; left:0; content:"";}
.ab_js .wz_nr b{font-size:28px; font-family:"Amiko-Bold";}
.ab_js .wz_yd{margin-top:20px;}
.ab_js .wz_yd ul{margin:0 -10px;}
.ab_js .wz_yd ul li{width:calc(33.33333333% - 20px); margin:0 10px; border-radius:5px; background-color:#f7f7f7; padding:20px 10px; text-align:center;
  transition:all .3s;
  -webkit-transition:all .3s;}
.ab_js .wz_yd.yd_bs ul li{width:calc(50% - 20px); background-color:#fff; margin:10px;}
.ab_js .wz_yd ul li:hover{background-color:#18abb6; color:#fff;}
.ab_js .wz_yd .t_b{width:46px; height:46px; margin:0 auto 10px; background-position:top center; background-repeat:no-repeat; background-size:cover;
  transition:all .3s;
  -webkit-transition:all .3s;}
.ab_js .wz_yd ul li:hover .t_b{background-position:bottom center;}
.ab_js .wz_yd .w_z{line-height:18px;}
.ab_js .js_tp{width:48%; border-radius:5px; overflow:hidden; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;}
.ab_js .js_tp.tp_gd{height:450px;}
.ab_js .js_tp img{width:100%; height:auto; display:block;}
.ab_js .sj_zs{width:86%; color:#fff; position:absolute; top:50%; left:7%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);}
.ab_js .sj_zs ul li{width:calc(50% - 30px); margin:15px;}
.ab_js .sj_zs .t_b{width:72px;}
.ab_js .sj_zs .t_b img{width:100%; height:auto; display:block;}
.ab_js .sj_zs .s_z{font-size:18px; font-family:"Amiko-Bold";}
.ab_js .sj_zs b{font-size:32px; font-family:"Amiko-Bold";}
.ab_js .tel{font-size:36px; font-family:"Quicksand-Bold"; line-height:40px; color:#18abb6; margin-bottom:25px;}
@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{width:48.5%; font-size:16px; line-height:26px;}
  .ab_js .wz_nr b{font-size:24px;}
  .ab_js .wz_yd{margin-top:15px;}
  .ab_js .wz_yd .t_b{width:40px; height:40px;}
  .ab_js .js_tp{width:48.5%;}
  .ab_js .sj_zs{width:90%; left:5%;}
  .ab_js .sj_zs ul{margin:0 -10px;}
  .ab_js .sj_zs ul li{width:calc(50% - 20px); margin:10px;}
  .ab_js .sj_zs .t_b{width:60px;}
  .ab_js .sj_zs b{font-size:28px;}
}
@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;}
  .ab_js .wz_nr b{font-size:22px;}
  .ab_js .tel{font-size:26px; line-height:32px; margin-bottom:15px;}
}
@media only screen and (max-width:768px){
  .ab_js{padding:40px 0;}
  .ab_js .js_wz{width:100%; margin:10px 0;}
  .ab_js .js_tp{width:100%; margin:10px 0;}
  .ab_js .sj_zs{width:100%; position:relative; top:auto; left:auto; padding:35px;
    transform:none;
    -webkit-transform:none;}
}

.ab_wh{width:100%; padding:75px 0; overflow:hidden;}
.ab_wh .row{margin:0 -25px;}
.ab_wh h3{font-size:30px; font-family:"Amiko-Bold"; color:#18abb6; text-align:center; line-height:40px; margin-bottom:15px;}
.ab_wh .wh_wz{width:calc(33.33333333% - 50px); margin:25px; font-size:18px; line-height:30px;}
.ab_wh .t_b{width:80px; margin:0 auto 15px;}
.ab_wh .t_b img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1400px){
  .ab_wh{padding:80px 0;}
  .ab_wh h3{font-size:26px; line-height:32px; margin-bottom:10px;}
  .ab_wh .wh_wz{font-size:16px; line-height:26px;}
}
@media only screen and (max-width:1100px){
  .ab_wh{padding:50px 0;}
  .ab_wh h3{font-size:22px; line-height:26px;}
  .ab_wh .t_b{width:70px;}
}
@media only screen and (max-width:768px){
  .ab_wh{padding:30px 0;}
  .ab_wh .row{margin:0;}
  .ab_wh .wh_wz{width:100%; margin:20px 0;}
  .ab_wh .t_b{width:60px;}
}


.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:#18abb6; text-align:center; line-height:46px; margin-bottom:30px;}
.ab_sj .ab_wa{
  line-height: 28px;
  font-size: 16px;
  color: #333;
  margin: 0px auto 30px;
  width: 80%;
  color: #FFFFFF;
}
.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:#18abb6;}
@media only screen and (max-width:1400px){
.ab_sj{padding:80px 0 50px;}
.ab_sj h1{font-size:30px; line-height:40px;}
.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_sj .ab_wa{
    line-height: 22px;
    font-size: 14px;
    margin: 0px auto 20px;
    width: 96%;
}
}

.ab_xw{width:100%; padding:80px 0; position:relative; z-index:9; overflow:hidden;}
.ab_xw .ab_wa{
  line-height: 28px;
  font-size: 16px;
  color: #333;
  margin: 0px auto 30px;
  width: 80%;
}
.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;}
  .ab_xw .ab_wa{
    line-height: 22px;
    font-size: 14px;
    margin: 0px auto 20px;
    width: 96%;
  }
}

.fw_xm{width:100%; padding:100px 0 70px; background-color:#f7f7f7; overflow:hidden;}
.fw_xm h1{font-size:36px; font-family:"Amiko-Bold"; color:#18abb6; text-align:center; line-height:46px; margin-bottom:50px;}
.fw_xm .n_r{width:calc(33.33333333% - 30px); margin:0 15px 30px; padding:25px 20px; background-color:#fff; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.fw_xm .t_b{width:50px;}
.fw_xm .t_b img{width:100%; height:auto; display:block;}
.fw_xm .j_s{width:calc(100% - 70px); font-size:20px; line-height:26px; color:#333;}
.fw_xm .j_s b{font-size:32px; font-family:"Amiko-Bold"; color:#18abb6;}
@media only screen and (max-width:1400px){
  .fw_xm{padding:80px 0 50px;}
  .fw_xm h1{font-size:30px; line-height:40px; margin-bottom:35px;}
  .fw_xm .row{margin:0 -15px;}
  .fw_xm .n_r{width:calc(50% - 30px); margin:0 15px 30px; padding:30px;}
  .fw_xm .t_b{width:80px; height:80px;}
  .fw_xm .j_s{width:calc(100% - 95px); font-size:18px; line-height:26px;}
  .fw_xm .j_s b{font-size:28px;}
}
@media only screen and (max-width:1100px){
  .fw_xm{padding:60px 0 40px; background-attachment:scroll;}
  .fw_xm .row{margin:0 -10px;}
  .fw_xm .n_r{width:calc(50% - 20px); margin:0 10px 20px; padding:30px 20px;}
  .fw_xm .t_b{width:70px; height:70px;}
  .fw_xm .j_s{width:calc(100% - 85px); font-size:16px;}
  .fw_xm .j_s b{font-size:22px;}
}
@media only screen and (max-width:768px){
  .fw_xm{padding:50px 0 30px;}
  .fw_xm .row{margin:0;}
  .fw_xm .n_r{width:100%; margin:0 0 20px; padding:30px 20px;}
}

.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:30px;}
.hb_js .hb_wa{
  line-height: 28px;
  font-size: 16px;
  color: #333;
  margin: 0px auto 30px;
  width: 80%;
}
.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;}
.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:26px;}
.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_js .hb_wa{
  line-height: 22px;
  font-size: 14px;
  margin: 0px auto 20px;
  width: 96%;
}
}

.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:#18abb6;}
.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:#18abb6; 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:#07919b;}
.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_wa{font-size: 18px;line-height: 30px;margin-bottom: 26px;}
.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;}
.cp_jy{
  margin: 30px 0px 50px 0px;
}
.cp_jy .n_r{
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Quicksand-Bold";
  font-size: 18px;
  color: #000;
  line-height: 30px;
  text-align: center;
}
@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 .cp_wa{font-size: 15px;line-height: 26px;}
.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;}
.cp_jy .n_r{
    font-size: 15px;
    line-height: 26px;
}
}
@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;}
.cp_jy .n_r{
    font-size: 15px;
    line-height: 26px;
  }
}
@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%;}
  .cp_jy .n_r{
    line-height: 22px;
  }
}

.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:#18abb6;
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;}
.fangda .y_w .wz_js .m_s{
  margin-top: 20px;
}
@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:40px; height:40px; border:1px solid #ddd; border-radius:50%; line-height:38px; text-align:center; color:#333; display:block;}
.yema ul li a:hover{background-color:#18abb6; border:1px solid #18abb6; color:#fff;}
.yema ul li a.on{background-color:#18abb6; border:1px solid #18abb6; 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:#18abb6; 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:#067f88;}
.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:#18abb6;}
.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;}
.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:#18abb6;}
.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:240px; 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 #18abb6; background-color:#18abb6;}
.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 #18abb6; background-color:#18abb6;}
.cookies .c_z button.t_y{color:#fff; border:1px solid #18abb6; background-color:#18abb6;}
.cookies .c_z button.t_y:hover{border:1px solid #0a858e; background-color:#0a858e;}
@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;}
}