@charset "utf-8";/* CSS Document */
html {font-size: 62.5%;  height: 100%; scroll-behavior: smooth;}

body {margin: 0 auto;font-family:Poppins-Regular,Arial, Helvetica, sans-serif;font-size: 16px; font-size: 1.6rem; height: 100%;background:#fff;width:100%;max-width:1920px; overflow-x:hidden;}


img {border: none;}
ul li {list-style-type: none;}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span,em {margin: 0;padding: 0;list-style: none;color: #333;}
img{display:block; transition: 0.5s;}
a {text-decoration: none;color: #333;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
h1,h2 {margin: 0;padding: 0;font-weight: normal;color: #333;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family:Poppins-Regular,Arial, Helvetica, sans-serif;font-size: 12px;font-size: 1.2rem;color:#999999;border: none;outline: none;}
.fl {float:left;}
.fr {float:right;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

input[type= "button"],input[ type="submit" ],input[type="reset"] {-webkit-appearance: none;}
button{border-radius : 0px; -webkit-border-radius:0px;}

::selection { color: #fff; background: #008fd7;}

* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box;}
::-webkit-scrollbar {
width:4px; height: 4px;
}
::-webkit-scrollbar-track {
background: #e5e5e5
}
::-webkit-scrollbar-thumb {
background:#008fd7;
}


.fons0{ font-size:0px; font-size:0rem;}

::-webkit-input-placeholder {/* WebKit browsers */
 color:#666;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#666;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#666;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#666;opacity:1 }
 
@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1400px; margin: auto;}
    .zong1 {width: 95%; max-width: 1585px; margin: auto;}
}
@media screen and (max-width:999px) {
    .zong,.zong1 {width: 95%;margin: auto;}
}

a:hover img{transform: scale(1.1,1.1)}
img{max-width: 100%;}
a:hover{ color: #008fd7;}

.mp{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666;}
.mp p,.mp a{color: #666; display: block;}
.mp a:hover{color: #008fd7;}

.mp1{ font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #666;}
.mp1 p,.mp1 a{color: #666; display: block;}
.mp1 a:hover{color: #008fd7;}

@media screen and (max-width:1559px) {
.mp1{ font-size: 16px; font-size: 1.6rem; line-height: 30px !important;}
}
@media screen and (max-width:1359px) {
.mp,.mp1{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
body{ font-size: 14px; font-size: 1.4rem; }
}
@media screen and (max-width:767px) {
.mp,.mp1{ font-size: 12px; font-size: 1.2rem; line-height: 22px !important;}
body{ font-size: 12px; font-size: 1.2rem; }
}

.img1{ display: block; position: relative; overflow: hidden;}
.img1 img{ width: 100%; position: relative; z-index: 1}
.img1:before{content: ''; position: absolute; width: 0px; height: 100%; background: #000; opacity: 0.5;  left: 50%; transform: translateX(-50%); top: 0px; transition: 1s; z-index: 2}
.img1:after{content: ''; position: absolute; width: 100%; height: 0px; background: #000; opacity: 0.5;  top: 50%; transform: translateY(-50%); left: 0px; transition: 1s; z-index: 2}
.img1:hover:before{width: 100%; opacity: 0}
.img1:hover:after{height: 100%; opacity: 0}

@keyframes m1tu
{
0% { opacity:0; left:0px;}
50% { opacity:1; left:50%;}
100% { opacity:0; left:100%}
}

.img2{display: block; width: 300px; margin: auto; position:relative; overflow:hidden; z-index:1}
.img2 img{width: 100%;}
.img2:after{ content:""; height:100%; position:absolute; top:0px; transition:0.5s; background:#fff;  width:40px; filter: blur(30px); opacity:0; z-index:3}
.img2:hover:after{ -webkit-animation-name:m1tu; animation-name:m1tu; -webkit-animation-duration:0.3s; animation-duration:0.3s; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:1; animation-iteration-count:1}

.niu1 { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; }
.niu1 span { position: relative; z-index: 2;}
.niu1:before { position: absolute; content: ''; top: 0px; bottom: 0px; left: 0px; right: -50px; border-bottom: 50px solid #008fd7; border-right: 30px solid transparent; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.niu1:after { position: absolute; content: ''; top: 0px; right: 0px; bottom: 0px; left: -50px; border-left: 30px solid transparent; border-bottom: 50px solid #008fd7; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.niu1:hover:before { -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); -ms-transform: translateX(-40%); -o-transform: translateX(-40%); transform: translateX(-40%); }
.niu1:hover:after { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); -o-transform: translateX(40%); transform: translateX(40%); }

.niu2 { overflow: hidden; position: relative; }
.niu2 span { position: relative; display: block; z-index: 2; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.niu2 span:before { position: absolute; left: 0; top: 0; z-index: -1; height: 100%; width: 100%; content: ""; background-color: #008fd7; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);}
.niu2:hover span:before { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -o-transform-origin: bottom left; transform-origin: bottom left; }

.niu3 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }
.niu3:after { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; z-index: -1; content: ''; background: #008fd7; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.niu3:hover { color: #fff; }
.niu3:hover:after { height: 500%; opacity: 1; }


.at-resp-share-element .at4-share-count-container {text-decoration: none;float: right; padding-right: 15px;line-height: 25px !important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


/*  head  */
.head{ position:fixed; width:100%; left:0px; top:0px; transition: 0.5s; background: #ffffff; z-index:99999}

.head .zong{ transition:0.5s; position: relative; padding-top: 10px;}
.head .zong:after{content: ""; clear: both; display: block;}

.logo{display:block; float: left;}
.logo span{ display:block; width: 150px;}
.logo img{display:block;}

.hexin{ float: right; margin-top: 26px;}
.hexin li{ float: left; padding-left: 28px; position: relative; margin-right: 35px; color: #333; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.hexin li a{ color: #333333;}
.hexin li i{ color: #008fd7; font-size: 18px; position: absolute; left: 0px; top: 0px;}

.daohang{ float:right; margin-right: 20px; margin-top: 15px; display: flex; flex-flow: wrap; justify-content: space-between;}
.daohang>li{ float:left; transition: 0.5s; position: relative; padding-bottom: 20px;}
.daohang>li:first-child{ margin-left: 0px;}
.daohang>li>a{display:block;font-size:18px;font-size:1.8rem;line-height:55px; padding: 0 21px; text-transform: uppercase;color:#333; position:relative; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.daohang>li>a:before{ content: ""; transition: 0.5s; position: absolute; top: 50%; right: 0px; transform: translateY(-50%) rotateZ(20deg); width: 1px; height: 38px; background: #dfdfdf;}
.daohang>li:hover>a{ color: #008fd7;}
.dangqiandao>a{ color: #008fd7 !important;}

.yijiw{ background:rgba(255,255,255,0);position:absolute;width:300px;top:-9999px;left:50%; transform:translateX(-50%);}
.yiji{background:rgba(255,255,255,1); box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07); border-top: 2px solid #008fd7;}
.yiji li{position:relative;transition:0.5s; padding: 10px 15px; padding-right: 25px;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:0px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #333333;}
.yiji li a i{ position: absolute; right: 0px; top: 50%; transform: translateY(-50%); font-size: 16px; opacity: 0; color: #fff; transition: 0.5s;}

.yiji li:hover{ background: #008fd7;}
.yiji li:hover>a{color: #fff;}
.yiji li:hover>a i{ right: 9px; opacity: 1}
.erji{position:absolute;width:240px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07);}
.erji li a{font-family: Poppins-Regular,Arial, "Arial Black", "sans-serif", Verdana; color: #555555;}
.sanji{position:absolute;width:240px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07);}
.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:28px;}
.yiji>li:hover .erji{top:0px;}
.yiji>li:hover .erji>li>a{line-height:28px;}
.erji>li:hover .sanji{top:0px;}
.erji>li:hover .sanji>li>a{line-height:28px;}
.matn{margin-top:auto !important;}

/*  sousuo  */
.sou::-webkit-input-placeholder {/* WebKit browsers */
 color:#fff;opacity:1}
.sou:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#fff;opacity:1 }
.sou::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#fff;opacity:1 }
.sou:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#fff;opacity:1 }

.sousuo{ float:right; height:46px; margin-top: 14px; z-index:9999; border-radius:50%; margin-right: 34px; position:relative; transition: 0.5s;}
.sousuo form{ width: 340px; background: #008fd7; border-radius: 4px; height:0px; overflow:hidden; position:absolute; right:-10px; top:50px; transition:0.5s; z-index:99999}
.sou{ width: 100%;height:46px;line-height:46px; border-radius:4px; border: solid 1px rgba(255,255,255,0.5); padding-left:13px; padding-right:40px; font-size:14px; font-size:1.4rem; color:#fff; background: none;}
.suo{width:46px;height:46px; position:absolute; right:6px; top:6px; z-index:9999999; color:#c70a27; border-radius:0px; background: none; cursor:pointer;}

.sou1{ width:46px; height:46px; text-align:center; line-height:46px; position:absolute; right:6px; top:6px; font-size:18px !important; color:#fff; cursor:pointer; z-index:99990}
.sou2{ display: block; color:#333; line-height: 46px; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana; z-index:1; cursor: pointer; transition: 0.5s;}
.sou2 i{ display: inline-block; vertical-align: middle; font-size:18px !important;}
.sousuof form{ height:58px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding:6px;}

.yvn{ float:right; margin-top: 23px; position:relative; z-index:99999;}
.yvzhonga{ display:block; font-size:18px; font-size: 1.8rem; text-align:center; color:#333333; cursor:pointer; position: relative; padding-right: 19px; z-index:999999}
.yvzhonga:before{content: ""; position: absolute; width: 0; border: 4px solid #333; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent; position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}
.yvzhonga i{ margin-right: 7px; font-size: 22px; color: #333333; display: inline-block; vertical-align: middle;}
.yvzhonga svg{ width:100%; max-width:33px; max-height:33px; margin-right: 5px; display:inline-block; vertical-align:middle}

.yvul{ width:100%; min-width:110px; position:absolute; top:50px; left:-15px; background:#008fd7; border: 1px solid #008fd7; border-radius: 5px; display:none;}
.yvul a{ display:block; padding:5px 10px; font-size:14px; font-size:1.4rem; line-height:24px; color:#fff; border-radius: 5px;}
.yvul a:hover{ background:#fff; color:#008fd7; text-decoration: none !important;}

.xnav{display:none}
.daohang2,.sousuo2{display:none}
.yvzhonga:hover{ color: #008fd7;}
.dpnav{ display: none;}

@media screen and (max-width:1359px) {    
    .logo span{width: 100px;}
    .yvn{ margin-top: 5px;}
    .sousuo{ margin-top: 0px; margin-right: 15px;}
    .hexin{ margin-top: 12px;}
    .hexin li{ margin-right: 20px;}
    .daohang{ margin-top: 0px;}
    .daohang>li{ padding-bottom: 0px;}
    .daohang>li>a{ padding: 0 15px; font-size: 16px; font-size: 1.6rem;}
}
@media screen and (min-width:1000px) {.carousel,.clear3{display: none}}
@media screen and (max-width:999px) {
    .head{ padding-bottom: 5px;}
.logo span{width: 70px;}
    .yvn{ margin-right: 45px;}
    .yvzhonga{ font-size: 14px; font-size: 1.4rem;}
    .yvzhonga svg{ max-width: 20px; max-height: 20px;}
    .sousuo{ display: none;}
    .hexin{ display: none;}
    .daohang{ display: none;}
    .daohang>li>a{ font-size: 12px; font-size: 1.2rem; line-height: 38px; padding: 0 10px;}
    .daohang>li>a:before{ height: 20px;}
    
.dpnav{ display: block;}
}
@media screen and (max-width:767px) {
    .daohang{ width: 100%; float: none;}
    .daohang>li>a:before{ display: none;}
}

/*  nav  */
.xnav{ display:block}
.nav { position:fixed;width: 113px;height: 100px;background: #008fd7; left: 50%; margin-left: 725px; top: 0px; transition: 0.5s; cursor: pointer;z-index: 9999999999}
.xnav2 .nav{background: #ffc700;}
.nav span {display: block;width: 29px;height: 3px; border-radius: 2px; background: #ffffff;position: absolute;left: 50%; transform: translateX(-50%); top: 50%;transition: 0.5s;z-index: 9999999991}
.nav .nav1 {margin-top: -1px;}
.nav .nav2 {margin-top: -11px;}
.nav .nav3 {margin-top: 9px;}
.nav:hover span {width: 40px;}
.nav:hover .nav1 {width: 22px;}
.navh span{ width: 20px !important;}
.navh { width: 30px !important; height: 30px !important; top: 10px; right: 10px; left: auto; transform: translate(0); border:1px solid #fff; border-radius: 5px;}

.navh .nav1 {transform: translateX(-50%) rotate(45deg);}
.navh .nav2 {transform: translateX(-50%) rotate(-45deg);width: 10px !important;margin-left: 4px;margin-top: -5px !important;}
.navh .nav3 {transform: translateX(-50%) rotate(-45deg);width: 9px !important;margin-top: 3px !important;margin-left: -4px;}
/*
.navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
.navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
*/
.smdaohang {position: fixed;width: 280px;height: 100%;overflow: auto;top: 0px;right: -100%;background:#000; background:#008fd7; z-index: 9999999;transition: 0.5s;text-align: center;}
.smdaohangh {right: 0px;}
.topnav {margin: auto;margin-top: 30px;padding: 20px;}

@media screen and (max-width: 1699px) {
    .nav { width: 60px; left: auto; margin-left: auto; right: 10px;}
}
@media screen and (max-width: 1359px) {
    .nav {height: 65px;}
}
@media screen and (max-width: 999px) {
    .nav {width: 30px; height: 30px; top: 10px; right: 2.5%; border-radius: 5px;}
    .nav span{ width: 20px; height: 2px;}
    .nav:hover span{ width: 20px;}
.nav .nav2 {margin-top: -8px;}
.nav .nav3 {margin-top: 6px;}
}

ul.topnav li {text-align: left; position:relative;}
ul.topnav li a {padding:15px 5px;padding-left: 0px;color: #fff;display: block; font-size: 16px;font-size: 1.6rem;line-height: 24px; padding-right:50px; border-bottom: 1px dashed #fff; font-family: Lato-Regular, Arial, Helvetica, sans-serif;}
ul.topnav ul {display: none;}
ul.topnav ul li {clear: both;}
ul.topnav ul li a {padding: 10px 5px; padding-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0; border: none;}
ul.topnav ul li a:hover {}
ul.topnav ul ul li a {padding-left: 40px; font-size: 12px; font-size: 1.2rem;}
ul.topnav ul ul{ border-top: 1px dashed rgba(255,255,255,0.5); border-bottom: 1px dashed rgba(255,255,255,0.5);}
ul.topnav ul ul ul li a {padding-left: 60px;}
ul.topnav span { display:block; position:absolute; right:0px; top:15px; width:20px; height:20px; background:#fff; background:rgba(255,255,255,0.6); cursor:pointer; border-radius:50%; transition:0.5s;}
ul.topnav span:before{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:0px; transform:rotate(45deg); transform-origin:right center}
ul.topnav span:after{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:-1px; transform:rotate(-45deg); transform-origin:right center; transition:0.5s;}
ul.topnav span.yizi{ transform:rotate(90deg)}

.smdaohang form { margin-top:15px; margin-bottom:15px; width: 240px;height: 26px;border: 1px solid #fff;position: relative;background: #fff; border-radius:13px;}
.smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 24px;line-height: 24px;display: block;float: left; border-radius:10px;}
.smdaohang form .ipsc {width: 20%;height: 24px;line-height: 24px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
.smdaohang form i {position: absolute;right: 10px;top: 2px;}


/*  banner  */
.banner1 img { max-width: 100%; border: 0px solid #ccc; transform: scale(1) !important}
.banner1 { position: relative; z-index: 2; line-height: 0;font-size: 0;}
.banner1 .slick-arrow { position: absolute; z-index: 99; display: block !important; top: 50%; transform: translateY(-50%); width: 57px; height: 57px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%;}
.banner1 .slick-prev { left: 80px; background-image: url("../images/baleft.png"); cursor: pointer;}
.banner1 .slick-next { right: 80px; background-image: url("../images/baright.png"); cursor: pointer;}
.banner1 .slick-prev:hover { background-image: url("../images/balefth.png");}
.banner1 .slick-next:hover { background-image: url("../images/barighth.png");}

.banner1 .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 119px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center;}
.banner1 .slick-dots li { margin: 0 5px; display: inline-block; *display: inline; *zoom: 1;}
.banner1 .slick-dots li.slick-active a { background:#008fd7; width: 40px; cursor: pointer;}
.banner1 .slick-dots a { display: block; width: 6px; height: 6px; cursor: pointer; background: #fff; border-radius: 3px;}
.banner.hide {display: none;}

@media screen and (max-width: 1359px) {
    .banner1 .slick-dots { bottom: 20px;}

}
@media screen and (max-width: 999px) {
.banner1 .slick-arrow { width: 35px; height: 35px;}
.banner1 .slick-prev { left: 10px;}
.banner1 .slick-next { right: 10px;}
.banner1 .slick-dots li { margin: 0 2px;}
.banner1 .slick-dots li.slick-active a { width: 20px;}
}

.slick-list,.slick-slider,.slick-track { position: relative; display: block}
.slick-loading .slick-slide,.slick-loading .slick-track {visibility: hidden}
.slick-slider { box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent}
.slick-list { overflow: hidden; margin: 0; padding: 0}
.slick-list:focus { outline: 0}
.slick-list.dragging { cursor: pointer; cursor: hand}
.slick-slider .slick-list,.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.slick-track { top: 0; left: 0}
.slick-track:after,.slick-track:before { display: table; content: ''}
.slick-track:after { clear: both}
.slick-slide { display: none; float: left; height: 100%; min-height: 1px}
[dir=rtl] .slick-slide { float: right}
.slick-slide img { display: block}
.slick-slide.slick-loading img { display: none}
.slick-slide.dragging img { pointer-events: none}
.slick-initialized .slick-slide { display: block}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent}
.slick-arrow.slick-hidden { display: none}
.slick-dots .slide-count {display: none;}
.slick-slide { position: relative;}
.slick-slide iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.slick-slide video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 101%; min-height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0;}

@media screen and (max-width: 999px) {
    .slick-slide video {object-position: inherit; object-fit: inherit; width: 100%;  height: 100%; transform: translate(0, 0); left: 0; top: 0;}
}

/*  main1  */
.main1{ background: url("../images/m1bei.jpg") no-repeat bottom center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 143px; padding-bottom: 148px;}
.main1:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m1bei.jpg") no-repeat bottom center; background-size: cover; z-index: -1}

.biaot{ display: block; font-size: 46px; font-size: 4.6rem; line-height: 54px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.m1pz{ line-height: 26px; margin-top: 27px;}
.m1pz a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

.main1 .zong{ position: relative;}

.img-scroll { margin-top:32px; width: calc(100% + 256px);}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 57px; height: 57px; line-height: 55px; text-align: center; border-radius: 50%; border: solid 1px #333333; top: 0px; font-size: 18px; transition: 0.5s; z-index: 999}
.img-scroll .prev { right: 81px; cursor: pointer;}
.img-scroll .next { right: 0px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #fff; border-color: #008fd7; background: #008fd7;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.27%; margin-right: 0.02%; padding-top: 20px; position:relative;}

.m1tu{ display: block; overflow: hidden; position: relative; box-shadow: -3px 0px 27px 0px rgba(0, 0, 0, 0.11);}
.m1tu>img{ width: 100%;}
.m1fu{ position: absolute; left: 25px; top: 25px; right: 25px; bottom: 25px; background: #fff; opacity: 0; transition: 0.5s;}
.m1fu img{ position: absolute; max-width: 95%; max-height: 95%; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.m1zi{}
.m1a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 26px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m1p{ line-height: 26px; margin-top: 15px;}
.m1p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

.img-list li:hover .m1tu{ }
.img-list li:hover .m1tu>img{ opacity: 0.1}
.img-list li:hover .m1fu{ opacity: 1}
.img-list li:hover .m1fu img{ transform: translate(-50%,-50%) scale(1.1);}

@media screen and (max-width: 1359px) {
.main1{ padding: 60px 0;}
    .biaot{ font-size: 36px; font-size: 3.6rem; line-height: 44px;}
    .img-scroll { margin-top:20px; width: calc(100% + 100px);}
.img-scroll .prev, .img-scroll .next { width: 40px; height: 40px; line-height: 38px; font-size: 14px;}
.img-scroll .prev { right: 50px;}
    .m1pz{ margin-top: 20px;}
    .m1a{ font-size: 16px; font-size: 1.6rem; margin-top: 10px;}
    .m1p{ margin-top: 5px;}
}
@media screen and (max-width: 999px) {
    .biaot{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.img-list li:hover .m1tu>img{ opacity:1}
.img-list li:hover .m1fu{ opacity: 0}
}
@media screen and (max-width: 767px) {
.main1{ padding: 30px 0;}
    .biaot{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.img-scroll { padding-bottom: 50px; position: relative; width: 100%;}
.img-scroll .prev, .img-scroll .next{ top: auto; bottom: 0px;}
.img-scroll .prev { right: auto; left: 50%; margin-left: -45px;}
.img-scroll .next { right: 50%; margin-right: -45px;}
.img-list li { width:0.4%; margin-right: 0.02%; padding-top: 0px;}
    .m1a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
}

/*  main2  */
.main2{ background: url("../images/m2bei.jpg") no-repeat bottom center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 138px;}
.main2:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m2bei.jpg") no-repeat bottom center; background-size: cover; z-index: -1}
.main2:after{content: ""; position: absolute; width: 100%; height: 71px; background: #fff; left: 0px; bottom: 0px; z-index: 1; background: url("../images/m3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed;}

.main2 .zong{ position: relative; z-index: 2}

.m2t{ display: flex; flex-flow: wrap; justify-content: space-between;}
.m2l{ width: 50%;}
.m2r{ width: 39%; text-align: right; display: flex; flex-flow: wrap; flex-direction: row-reverse;}

.m2biao{ color: #fff; position: relative; padding-bottom: 27px;}
.m2biao:before{content: ""; position: absolute; width: 74px; height: 6px; background: #008fd7; left: 0px; bottom: 0px;}
.m2pz{ font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 28px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}
.m2pz a{ color: #fff;}
.m2ln{ margin-top: 34px;}
.m2ln a{ color: #fff; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;}
.m2mor{ display: inline-block; padding: 0 20px; line-height: 43px; background: #008fd7; border: 1px solid #008fd7; color: #fff; margin-top: 56px;}
.m2mor:hover{ background: #fff;}
.m2pz a:hover{ color: #008fd7;}

.m2lie{ width: 50%; border: solid 2px rgba(255,255,255,0.5); padding: 30px 10px; text-align: left;}
.m2lie:nth-child(2){ border-right: none;}
.m2lie:nth-child(3){ border-top: none;}
.m2tu{ width: 60px; display: block;}
.m2ra{ line-height: 34px; margin-top: 36px; display: block; color: #fff;}

.m2b{ background: #008fd7; box-shadow: -5px 0px 15px 0px rgba(51, 51, 51, 0.1); padding: 34px 0px; margin-top: 155px; display: flex; flex-flow: wrap; justify-content: space-between;}
.m2blie{ width: 25%; padding: 0 70px; position: relative;}
.m2blie:before{content: ""; position: absolute; width: 1px; height: 137px; background: #ffffff; left: 0px; top: 50%; transform: translateY(-50%);}
.m2blie:nth-child(4n-3):before{ display: none;}
.m2shu{ font-size: 36px; font-size: 3.6rem; line-height: 68px; color: #fff; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana;}
.m2shu span{ font-size: 80px; font-size: 8rem; color: #fff; display: inline-block; vertical-align:text-top;}
.m2ba{ color: #ffffff; line-height: 30px; font-size:14px;font-size: 1.4rem;}

@media screen and (max-width: 1559px) {
    .m2blie{ padding: 0 40px;}
.m2shu{ font-size: 22px; font-size: 2.2rem; line-height: 70px;}
.m2shu span{ font-size: 60px; font-size: 6rem;}
}
@media screen and (max-width: 1359px) {
    .main2{ padding-top: 60px;}
    .m2blie:before{ height: 70px;}
.m2shu{ font-size: 16px; font-size: 1.6rem; line-height: 50px;}
.m2shu span{ font-size: 40px; font-size: 4rem;}
    .m2ba{ line-height: 22px;}
    
    .m2biao{ padding-bottom: 10px;}
    .m2biao:before{ height: 3px;}
    .m2b{ margin-top: 50px;}
    .m2pz{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 20px;}
.m2ln{ margin-top: 20px;}
    .m2mor{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .main2{ padding-top: 30px;}
    .m2l{ width: 100%;}
    .m2r{ width: 100%; margin-top: 20px;}
    .m2tu{ width: 40px;}
    .m2ra{ margin-top: 15px;}

    .m2b{ padding: 10px 0; margin-top: 30px;}
    .m2blie{ padding: 0 10px;}
.m2shu{ font-size: 12px; font-size: 1.2rem; line-height: 30px;}
.m2shu span{ font-size: 20px; font-size: 2rem;}
    .m2ba{ line-height: 20px;}
}
@media screen and (max-width: 539px) {
    .m2blie{ width: 50%; padding: 10px;}
    .m2blie:nth-child(2n-1){margin-left: 0px;}
    .m2blie:nth-child(2n-1):before{ display: none;}
}

/*  main3  */
.main3{ padding-top: 143px; padding-bottom: 197px; background: url("../images/m3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}
.main3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; z-index: -1}

.m3pz{ margin-top: 20px;}

#outer { margin-top:70px; font-size:0px; position: relative;}
#tab {zoom: 1; font-size:0px; text-align: center; position: absolute; width: 100%; left: 0px; bottom: 0px; background: rgba(0, 143, 215, 0.6); display: flex; flex-flow: wrap; justify-content: space-between;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; text-align: center; padding: 10px; padding-top: 26px; width: calc(100% / 6); z-index: 1}

.m3btu{ position: relative; width: 60px; height: 45px; margin: auto;}
.m3btu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.m3img1{ opacity: 1}
.m3img2{ opacity: 0}
#tab li span{ display: block; text-align: center; color: #fff; font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 13px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; transition: 0.5s;}

#tab li.current{ background: #ffffff;}
#tab li.current .m3img1{ opacity: 0}
#tab li.current .m3img2{ opacity: 1}
#tab li.current span{color: #008fd7;}

#content { display: block;}
#content .tabul {display: none; font-size:0px; vertical-align:middle; position: relative;}

.m3tu{ display: block; overflow: hidden;}
.m3zi{ position: absolute; left: 214px; top: 80px; line-height: 26px; max-width: 330px;}

@media screen and (max-width: 1359px) {
.main3{ padding: 60px 0;}
    #outer { margin-top:30px;}
    .m3zi{ background: rgba(255,255,255,0.5); padding: 10px; max-width: 500px; width: 95%; left: 2.5%; top: 20px;}
#tab li{ padding: 10px;}
.m3btu{ width: 30px; height: 23px;}
    #tab li span{ font-size: 14px; font-size: 1.4rem; line-height: 22px; margin-top: 3px;}
}
@media screen and (max-width: 999px) {
    #tab li span{ font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 3px;}
}
@media screen and (max-width: 767px) {
.main3{ padding: 30px 0;}
    #outer { margin-top:20px;}
    #tab li span{ display: none;}
    #tab { position: relative;}
    .m3zi{ top: 10px; padding: 5px; max-height: 90%; overflow: auto;}
}

/*  main4  */
.main4{ background: url("../images/m4bei.jpg") no-repeat center top; background-size: cover; padding-top: 97px; padding-bottom: 64px;}
.m4biao{ color: #fff;}
.m4p{ font-size: 22px; font-size: 2.2rem; line-height: 36px; margin-top: 9px; color: #ffffff;}
.m4p a,.m4p p{color: #ffffff;}
.m4mor{ padding: 0 33px; line-height: 57px; margin-top: 47px;}

@media screen and (max-width: 1359px) {
.main4{ padding: 60px 0;}
.m4p{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
}
@media screen and (max-width: 999px) {
.m4p{ font-size: 14px; font-size: 1.4rem; line-height: 30px;}
.m4mor{ padding: 0 20px; line-height: 47px; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.main4{ padding: 30px 0;}
.m4p{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
}

/*  main5  */
.main5{ padding-top: 110px; padding-bottom: 86px;}

@media screen and (max-width: 1359px) {
.main5{ padding: 60px 0;}
}
@media screen and (max-width: 767px) {
.main5{ padding: 30px 0;}
}

/*  main6  */
.main6{ background: #f3f5f7; padding-top: 50px; padding-bottom: 84px; margin-bottom: 22px;}
.m6t{ position: relative; padding-right: 360px;}
.m6mor{ display: block; width: 150px; height: 50px; line-height: 48px; text-align: center; color: #fff; background: #008fd7; border: 1px solid #008fd7; border-radius: 10px; position: absolute; right: 0px; top: 0px;}
.m6pz{ margin-top: 1px; line-height: 26px;}
.m6t .biaot{ text-transform:uppercase;}
.m6n{}
.m6lie{ border-top: 1px solid #dddddd; padding-top: 40px; margin-top: 40px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m6tu{ display: block; width: 400px; overflow: hidden;}
.m6zi{ width: calc(100% - 460px);}

.m6riqi{ display: block; color: #666666; line-height: 26px;}
.m6a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 20px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.m6p{ line-height: 26px; margin-top: 10px;}
.m6p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m6mor2{ display: block; line-height: 26px; color: #008fd7; margin-top: 30px;}
.m6mor:hover{ background: #fff;}

@media screen and (max-width: 1359px) {
.main6{ padding-top: 50px; padding-bottom: 40px;}
}
@media screen and (max-width: 999px) {
    .m6t{ padding-right: 0px;}
    .m6mor{ display: none;}
    
.m6lie{ padding-top: 20px; margin-top: 20px;}
.m6tu{ width: 200px;}
.m6zi{ width: calc(100% - 220px);}

.m6a{ font-size: 16px; font-size: 1.6rem; line-height: 20px; margin-top: 10px;}
.m6p{ line-height: 26px; margin-top: 10px;}
.m6mor2{ display: none;}
}
@media screen and (max-width: 767px) {
.main6{ padding: 30px 0;}

.m6tu{ width: 120px; height: 120px; position: relative;}
    .m6tu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) !important; width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.m6zi{ width: calc(100% - 130px);}
.m6a{ font-size: 14px; font-size: 1.4rem;}
}

/*  foot  */
.foot{ background: #292929;}

.coxin input::-webkit-input-placeholder {/* WebKit browsers */
 color:#ffffff;opacity:1}
.coxin input:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#ffffff;opacity:1}
.coxin input::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#ffffff;opacity:1 }
.coxin input:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#ffffff;opacity:1 }

.coxin textarea::-webkit-input-placeholder {/* WebKit browsers */
 color:#ffffff;opacity:1}
.coxin textarea:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#ffffff;opacity:1 }
.coxin textarea::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#ffffff;opacity:1 }
.coxin textarea:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#ffffff;opacity:1 }

.foc{border-bottom: 1px solid #3a3a3a; padding: 14px 0px; padding-top: 34px;}
.foc .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.fologo{ display: block; width: 150px;}

.shejiao{ font-size: 0px; max-width: 283px; display: flex; flex-flow: wrap; justify-content: space-between;}
.shejiao a{ width: 31px; height: 31px; line-height: 29px; margin-left: 12px; text-align: center; border-radius: 50%; color: #fff; border: 1px solid #fff; font-size: 12px; opacity: 0.6;}
.shejiao a:first-child{ margin-left: 0px;}
.shejiao a:hover{ color: #fff !important; opacity: 1;}

.fot{ padding-top: 55px; padding-bottom: 96px; display: flex; flex-flow: wrap;}

.folie{ margin-top: 30px;}
.fo1{ width: 26.5%;}
.fo2{ width: 45%; margin-left: 2%;}
.fo3{ width: 24.5%; margin-left: 2%;}

.fobiao{ display: block; text-transform:uppercase; font-size: 20px; font-size: 2rem; line-height: 30px; padding-left: 23px; color: #fff; position: relative; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.fobiao:before{content: ""; position: absolute; width: 3px; height: 40px; background: #008fd7; left: 0px; top: 0px;}

.fonav{ margin-top: 28px; padding-left: 23px;}
.fonav a{color: #d4d4d4; display: block; margin-top: 10px;}

.foul{ text-align: left; padding-top: 22px; padding-left: 23px;}
.foul li{ position: relative; color: #d4d4d4; line-height: 40px;}
.foul li p,.foul li a{color: #d4d4d4;}
.foul li a{color: #d4d4d4; display: inline;}
.foul strong{ font-weight: normal; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}

.coxin{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 20px; margin-left: 13px; max-width: 411px;}
.coxin .int1{ width: 48.84%; margin-top: 7px; padding-left: 10px;}
.coxin .int2{ width: 100%; margin-top: 7px; padding-left: 10px;}
.coxin .int3{ width: 100%; margin-top: 7px; padding-left: 10px; position: relative;}
.coxin .int4{ width: 100%; margin-top: 7px; padding-left: 10px;}

.coxin input{ width: 100%; background: rgba(255,255,255,0.1); height: 46px; line-height: 46px; padding: 0 13px; font-size: 16px; font-size: 1.6rem; color: #fff;}
.coxin textarea{ width: 100%; background: rgba(255,255,255,0.1); height: 94px; line-height: 26px; padding: 10px 13px; font-size: 16px; font-size: 1.6rem; color: #fff;}
.coxin .yanzheng{ position: absolute; width: 99px; height: 100%; position: absolute; right: 0px; top: 0px; cursor: pointer;}
.coxin .int3 input{ padding-right: 110px;}
.coxin .int4 input{ padding: 0px; text-transform:uppercase; background: #ffffff; color: #036ab4; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; cursor: pointer; transition: 0.5s;}
.coxin .int4 input:hover{ background: #036ab4; color: #fff;}
.coxin .xing{ background: url("../images/xing.png") no-repeat left 19px;}

.fob{ padding: 26px 0; border-top: 1px solid #545454;}

.fop{ color: #d4d4d4; font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.fop a{ display: inline-block; vertical-align: middle; color: #d4d4d4;}
.fop a img{ display: inline-block; vertical-align: middle;}

.youlian{ color: #d4d4d4; font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.youlian span{ display: inline-block; vertical-align: middle; color: #d4d4d4;}
.youlian a{ display: inline-block; vertical-align: middle; color: #d4d4d4; margin-left: 5px;}

.foot a:hover{ color: #008fd7;}

@media screen and (max-width:1359px) {

    .fot{ padding-bottom: 30px;}
.fo1{ width: 26%;}
.fo2{ width: 40%; margin-left: 2%;}
.fo3{ width: 30%; margin-left: 2%;}

    .fologo{ width:120px;}
    .fobiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .fonav{ margin-top: 10px;}
    .fob{ padding: 15px 0; padding-left: 20px;}
.fonav,.foul,.fop,.youlian{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 20px;}
    .fop,.youlian{ margin-top: 0px;}
    .shejiao a{ font-size: 16px; font-size: 1.6rem; width: 28px; height: 28px; line-height: 28px; font-size: 14px; margin-left: 3px;}
    
    .coxin input,.coxin textarea{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
    .foot{ padding-top: 1px; padding-bottom: 50px; background-position: left top;}
    .fot{ padding-bottom: 10px;}
    .fol{ padding-bottom: 20px; width: 100%;}
    .for{ padding-bottom: 50px; width: 100%;}
    
    .fologo{ width: 100px;}
    
.folie{ width: 100%; margin-left: 0px; margin-top: 0px; padding-top: 0px; background-size: 60px;}

.fobiao{ display: block; font-size: 14px; font-size: 1.4rem; border-bottom: 1px solid #ddd; line-height: 30px; padding: 10px 0; padding-right: 20px; margin-top: 10px; position: relative;}
    .fobiao:before{ display: none;}
    .fobiao:after{content: ""; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); width: 0; border: 4px solid #008fd7; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;}
.fonav{ padding-top: 10px; margin-top: 0px; display: none; margin-bottom: 0px;}
    .foul{ padding-top: 0px; display: none;}
    .foul li{ margin-bottom: 5px;}
    .foxinz{ display: none;}
    
    .fot{ padding-left: 0px; padding-top: 1px;}
    .fob{ margin-top: 10px; padding-left: 0px;}
    
    .fomor{ margin-top: 10px;}
    .coxin input,.coxin textarea{ font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width:767px) {
    .youlian{ display: none;}
}
@media screen and (max-width:539px) {
    .fot{ padding-bottom: 20px;}
    .foxin .int1,.foxin .int2,.foxin .int3{ width: 100%; margin-top: 10px;}
}


/*  foot  */
.lianxi{ position:fixed; width:70px; right:0px; top:50%; transform:translateY(-50%); z-index:999999}
.lianxi div a{ display:block; width:70px; height: 70px; line-height: 70px; text-align:center; color:#fff; background: #f5f5f5; margin-top: 2px; cursor: pointer;}
.lianxi div a i{ font-size: 32px; line-height: 70px; display: block;}
.lianxi div a em{ font-style: normal; color: #fff; font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.lianxi .top a em{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}

.weixin{ position:relative; cursor:pointer;}
.weixin .spimg{ position:absolute; top:50%; right:100%; transform: translateY(-50%); display:none; background: #fff; padding: 13px; font-size: 16px; font-size: 1.6rem; line-height: 30px; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);}
.weixin:hover .spimg{ display:block;}
.weixin img{ position:absolute; width:149px; height:150px; max-width: none; top:0px; left:-149px; display:none;}
.weixin:hover img{ display:block;}
.weixin2,.tankuang{ display:none}
.lianxi div a:hover{ background:#1770b2; color: #fff !important; text-decoration: none;}
.clear2{ display:none}

@media screen and (max-width:999px) {
.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0);}
.lianxi div{ width:25%; float:left; margin-top: 0px;}
.lianxi div a{ margin:auto; width:100%; background:#222; color:#fff !important; border-radius:0px; height:40px;line-height:40px; font-size: 20px; padding: 0px;}
    .lianxi div a i{ line-height: 40px; font-size: 20px;}
    .lianxi div a em{ display: none !important;}
.weixin2{ display:block}
.weixin1{ display:none}

.tankuang{ position:absolute; width: auto !important; min-width: 100%; bottom:50px; left: 50%; transform: translateX(-50%); text-align: center;}
.tankuang .spimg{ display:block; position:relative; left:auto; top: auto !important; transform: translate(0); right: auto; text-align: center; margin:auto;}
    .weixin img{ display: block; position: relative; left: 50%; transform: translateX(-50%)}
}

/****************************  product  ***************************/
.fenbanner{ position: relative; padding-top: 170px; padding-bottom: 238px; background-size: cover !important;}
.fenbiao{ font-size: 53px; font-size: 5.3rem; line-height: 60px; text-transform: uppercase; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #ffffff;}

.mianbao{ color: #fff; line-height: 30px; padding:0;}
.mianbao a{ display: inline; color: #fff;}
.mianbao strong,.comian{ font-weight: normal; display: inline;  text-decoration: underline !important;}
.mianbao em{ color: #fff; display: inline-block; vertical-align: middle; margin-right: 5px;}
.mianbao a:hover{ text-decoration: underline;}

@media screen and (max-width:1359px) {
    .fenbanner{ padding-top: 100px; padding-bottom: 150px;}
    .fenbiao{ font-size: 40px; font-size: 4rem; line-height: 50px;}
}
@media screen and (max-width:999px) {
    .fenbiao{ font-size: 32px; font-size: 3.2rem;}
}
@media screen and (max-width:767px) {
    .fenbanner{ padding-top: 50px; padding-bottom: 60px;}
    .fenbiao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.mianbao{ display: none;}
}

.j-nextshow { position: relative; display: none;}
.proslide_menubtn { width: 19px; height: 21px; position: absolute; top: 14px; right: 10px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }
.proslide_menubtn span { display: block; width: 100%; height: 3px; border-radius:2px; margin-bottom: 4px; background-color: #fff; }
.prbiao{ display:block; padding: 20px 10px; position:relative; background: #008fd7; color: #333; text-align: center;}
.xbiao{ font-size:30px; font-size:3rem; line-height:30px; color: #ffffff; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
a.prbiao:hover{ color:#fff; background: #008fd7;}

.prnav{ padding-top: 72px;}
.pryiji{ display: flex; flex-flow: wrap; justify-content: space-between;}
.pryiji>li{ position: relative; background: #f2f9fd; width: calc((100% - 30px) / 4); line-height: 80px; padding:0px 10px; margin-top: 10px; text-align: center; z-index: 9;}
.pryiji>li:before{content: ""; position: absolute; transition: 0.5s; width: 0px; height: 4px; background: #008fd7; top: 0px; left: 50%; transform: translateX(-50%);}
.pryiji>li>a{ display:inline-block; vertical-align: middle; line-height:24px; font-size: 20px; font-size: 2rem; color: #333333; position:relative;}

.prerji{ border-top: 3px solid #fff; position: absolute; width: 100%; left: 0px; top: -9999px; background: #f2f9fd; text-align: left; padding: 10px 0;}
.prerji>li{ position: relative;}
.prerji li a{ display:block; line-height:24px; padding:0 10px; position: relative;}

.prsanji{ font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 10px 0; position: absolute; width: 100%; left: 100%; top: -9999px; background: #f2f9fd;}
.prsanjih{ left: auto; right: 100%;}

.pryiji>li:hover:before,.dangpryi:before{ width: 100% !important;}
.pryiji>li:hover>a,.dangpryi>a{color: #008fd7 !important;}
.pryiji>li:hover{ z-index: 10;}
.pryiji>li:hover .prerji{ top: 100%;}
.pryiji>li:hover .prerji>li>a{ padding: 10px;}

.prerji>li:hover>a{ color:#008fd7;}
.prerji>li:hover>a i{ left: 0px; opacity: 1}
.prerji>li:hover .prsanji{ top: -10px;}
.prerji>li:hover .prsanji>li>a{ padding: 10px;}

.dangprer>a{ color:#008fd7 !important;}
.prerji>.dangprer>a{ color:#008fd7 !important;}
.dangprer>a>i{ left: 0px !important; opacity: 1 !important;}

@media screen and (max-width:1559px) {
.pryiji>li>a{ font-size: 16px; font-size: 1.6rem; position:relative;}
}
@media screen and (max-width:1359px) {
.prnav{ padding-top: 40px;}
.xbiao{ font-size: 20px; font-size: 2rem;}

.pryiji>li>a{ font-size: 14px; font-size: 1.4rem;}
.prerji li a{ font-size:12px; font-size:1.2rem;}
}
@media screen and (max-width:999px) {
.j-nextshow { display: block;}
   .prbiao{ padding: 10px;}
    .xbiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px; text-align: left;}
    .pryiji{ display: none;}
    .pryiji>li{ width: 100%; text-align: left; line-height: 40px; border-top: 4px solid #fff;}
    .pryiji>li:before{ display: none;}
.pryiji>li>a{ line-height: 24px; padding: 10px 0 !important; padding-right: 40px; font-size: 14px; font-size: 1.4rem;}
    .prerji{ position: relative; top: auto !important; border-color: #ddd;}
    .prsanji{ position: relative; top: auto !important; border-color: #ddd; left: auto !important; right: auto !important; padding-left: 20px;}
    .prerji li a{ padding: 5px 10px !important;}
    .prerji li a:before{ content: ""; position: absolute; width: 4px; height: 4px; background: #333; border-radius: 50%; left: 0px; top: 14px;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
.prsanji li a{ font-size:12px; font-size:1.2rem;}
    .prsanji li a:before{ display: none;}
}
@media screen and (max-width:767px) {
.prnav{ padding-top: 30px;}
.proslide_menubtn{ display:block;}
.pryiji{display: none}
    .prbiao{ font-size: 20px; font-size: 2rem; text-align: left;}
}

.prmain{ padding-top:53px; padding-bottom:95px; position: relative;}
.prpz{ line-height: 28px;}

.prn{display: flex; flex-flow: wrap;}
.prlie{ width: 23.2%; margin-left: 2.4%; margin-top: 60px; background: #fff; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06); transition: 0.5s; position: relative; display: inline-block; vertical-align: top;}
.prlie:nth-child(4n-3){margin-left: 0px;}
.prtu{ display: block; overflow: hidden; background: #ebebeb;}
.przi{ padding:15px 22px; padding-bottom: 24px;}
.pra{ line-height: 30px; min-height: 60px; color: #333; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; display: block; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prp{ line-height: 24px; margin-top: 14px;}
.prp a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prin{ margin-top: 10px;}
.prin input{ display: inline-block; vertical-align: middle; cursor: pointer;}
.prmor{ display: inline-block; vertical-align: middle; width: 149px; height: 48px; line-height: 46px !important; border: solid 1px #008fd7; background: #fff; margin-right: 20px; color: #008fd7; text-align: center;}

.prlie:hover a{ color: #008fd7;}
.prlie:hover .prtu img{ transform: scale(1.1) translate(-50%,-50%) !important;}
.prlie:hover .prmor{ background: #008fd7; color: #fff;}

.fenye{ padding-top:75px; text-align:center;}
.fenyen{  display:inline-block; *float:left; font-size: 0px;}
.fenyen a{ display:inline-block; *float:left; height:30px; text-align:center; border: 1px solid #e5e5e5; line-height:30px; padding: 0 14px; margin: 5px; color: #333; font-size: 12px; font-size: 1.2rem;}
.fenyen a:hover{ color:#fff; background:#008fd7;}
.fenyen .sx{}
.fenyen a.sx:hover{}
.dangqianfen{ color:#fff !important; background:#008fd7 !important; border-color: #008fd7 !important;}

.fuxuan{ margin-left: 6px; display:inline-block; *float:right; background: url("../images/fuxuan.png") no-repeat left center; padding-left: 23px;}
.fuxuan input{ height:30px; line-height: 28px; padding: 0 22px; background: #008fd7; border: 1px solid #008fd7; color: #fff; cursor:pointer; transition:0.5s; font-size:14px; font-size:1.4rem;}
.fuxuan input:hover{ color: #008fd7; background: #fff;}

@media screen and (max-width:1359px) {
.prmain{ padding-top:53px; padding-bottom:60px;}
.fenye{ padding-top:40px;}
    .przi{ padding: 10px 5px;}
    .mrin{ margin-top: 5px;}
    .prmor{ width: 100px; height: 36px; line-height: 34px !important; margin-right: 5px;}
}
@media screen and (max-width:999px) {
    .fenye{ padding-top:20px;}
    .fenyen a{ font-size: 14px; font-size: 1.4rem; margin: 5px 2px;}
.zhankai{ font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
.prlie{ width: 49%; margin-left: 2%; margin-top: 15px;}
.prlie:nth-child(3n-2){margin-left: 2%;}
.prlie:nth-child(2n-1){margin-left: 0px;}
}
@media screen and (max-width:767px) {
.prmain{ padding: 30px 0;}
.prn{ padding-top: 15px;}
.przi{ padding-top: 10px;}
.pra{ line-height: 20px; min-height: 40px;}

.fenye{ padding-top:25px;}
.fenyen a,.fuxuan input{ font-size:12px; font-size:1.2rem; padding: 0 10px; height: 26px; line-height: 26px;}
}


/****************************  product2  ***************************/
.pr2main1{ padding-top: 96px;}
.pr2main1 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}

.img-scroll2 {position: relative; width: 42.857%;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 20px; height: 40px; line-height: 40px; text-align: center; top: 50%; transform: translateY(-50%); color: #333333; transition: 0.5s; z-index: 999}
.img-scroll2 .prev { left: -40px; cursor: pointer;}
.img-scroll2 .next { right:-40px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { color: #008fd7;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:1%; position:relative; background: #f7f7f7; border: solid 1px #dadada;}

.jianjie{ width:calc(57.143% - 80px); position: relative;}
.jianjie h1{ font-size:30px; font-size:3rem; line-height:40px; padding-left: 20px; color:#333; font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana; position:relative;}
.jianjie h1:before{content: ""; position: absolute; width: 5px; height: 26px; background: #008fd7; left: 0px; top: 50%; transform: translateY(-50%);}

.jiann{ margin-top:25px; color: #333333;}
.jiann p,.jiann em,.jiann strong{color: #333333;}
.jiann img{ max-width:100%; display:inline;}
.jiann strong{ font-size: 20px; font-size: 2rem;}

.inno2{ font-size:0px; display: inline-block; vertical-align: middle; padding-top: 28px;}
.inno2:after{content: ""; clear: both; display: block;}
.inno2 a{ float: left; margin-right: 20px; margin-top: 10px; width: 160px; height: 48px; line-height: 48px; font-size: 18px; font-size: 1.8rem; padding: 0 10px; text-align: center; color: #333333; background: #f3f5f7;}
.inno2 a:hover{ background: #008fd7; color: #fff;}

.share{ display: block; margin-top: 50px;}
.share1{ display:inline-block; vertical-align:middle; font-size:16px; font-size:1.6rem; color:#999999;}
.share2{ display:inline-block; vertical-align:middle;}

@media screen and (max-width: 1559px) {
    .jianjie{ padding-top: 0px;}
.jianjie h1{ font-size:20px; font-size:2rem; line-height:30px; margin-top: 0px;}
    .jjt{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.jiann{ margin-top:12px;}
}
@media screen and (max-width: 1359px) {
.pr2main1{ padding-top: 50px;}
.img-scroll2 .prev { left: 10px; cursor: pointer;}
.img-scroll2 .next { right:10px; cursor: pointer;}

.jianjie{ width:calc(57.143% - 20px);}
.jianjie h1{ font-size:18px; font-size:1.8rem; line-height:26px;}
.jiann{ font-size:14px; font-size:1.4rem; line-height:26px; margin-top:15px;}
.share{ margin-top:10px; padding-top: 10px;}
.share1{font-size: 14px; font-size: 1.4rem;}
.inno2 a{ margin-right: 10px; width: auto; margin-top: 5px; height: 40px; line-height: 38px; font-size: 14px; font-size: 1.4rem; padding: 0 20px;}
}
@media screen and (max-width: 999px) {
    .img-scroll2 { width: 100%; max-width: 500px; margin: auto;}
.jianjie{ width:auto; float:none; margin-left:0px; margin-right:0px; margin-top:25px; padding-bottom: 0px;}
.jianjie h1{ font-size:22px; font-size:2.2rem; line-height:30px;}

.inno2{ padding-top: 15px;}
}
@media screen and (max-width: 767px) {
.pr2main1{ padding-top: 30px;}

.jiann{ font-size:12px; font-size:1.2rem; line-height:22px; margin-top:12px; color: #333;}
.share1{font-size: 12px; font-size: 1.2rem;}
.jianjie h1{ font-size:18px; font-size:1.8rem; line-height:28px;}
.jiann strong{ font-size: 14px; font-size: 1.4rem;}
}

.pr2main2{ padding-top: 2px; padding-bottom: 80px;}
.chanxbiao{ padding: 15px 0px; padding-left: 19px; font-size: 36px; font-size: 3.6rem; line-height: 40px; margin-top: 60px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.chanxbiao:before{content: ""; position: absolute; width: 5px; height: 26px; background: #008fd7; left: 0px; top: 50%; transform: translateY(-50%);}
.chanxiang2{ background: #ffffff; box-shadow: 2px 3px 30px 0px rgba(0, 0, 0, 0.1); border-radius: 15px; line-height: 32px; padding: 30px; padding-left: 10px; margin-top: 35px; display: flex; flex-flow: wrap;}
.cxlie{ width: 25%; padding: 15px 0; padding-left: 30px;}
.cxlie1{ width: 100% !important;}
.cxlie strong{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal; color: #333; font-size: 18px; font-size: 1.8rem;}

@media screen and (max-width: 1359px) {
.pr2main2{ padding-bottom: 50px;}
    .chanxbiao{ font-size: 20px; font-size: 2rem; margin-top: 30px; padding: 0px; padding-left: 19px;}
    .chanxiang2{ margin-top: 20px; padding: 20px; padding-left: 1px;}
    .cxlie{ padding: 10px 0; padding-left: 20px; width: 33.333%;}
    .cxlie strong{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width: 767px) {
.pr2main2{ padding-bottom: 30px; padding-top: 10px;}
    .chanxbiao{ font-size: 18px; font-size: 1.8rem; margin-top: 20px;}
    .cxlie{ width: 50%;}
    .cxlie strong{ font-size: 14px; font-size: 1.4rem;}
}

.chanxiang{ line-height: 28px; margin-top: 10px;}
.chanxiang p,.chanxiang em,.chanxiang strong{ color: #333333;}
.chanxiang strong{ font-size: 20px; font-size: 2rem;}
.chanxiang a{ display: inline-block; color: #008fd7; text-decoration: underline;}
.chanxiang img{ display: inline-block;}

.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse; line-height:22px;}
.table table tr{}
.table table tr td{ padding:10px 5px; border:1px solid #d2d2d2; background: #fff; color: #333; text-align: center;}
.table thead tr td{ padding:15px 5px; font-size: 20px; font-size: 2rem; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width: 1359px) {
.chanxiang strong{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 999px) {
.chanxiang strong{ font-size: 16px; font-size: 1.6rem;}
.table thead tr td{ padding:15px 5px; font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 767px) {
.chanxiang strong{ font-size: 14px; font-size: 1.4rem;}
.table thead tr td{ padding:10px 5px; font-size: 14px; font-size: 1.4rem;}
}

.pr2main3{ padding-bottom: 95px;}
.pr2main3 .chanxbiao{ margin-top: 0px;}

.don{}
.dolie{ background: #f6f6f6; padding: 20px 90px; margin-top: 20px; position: relative;}
.dotu{ display: block; width: 30px; position: absolute; left: 30px; top: 50%; transform: translateY(-50%);}
.domor{ position: absolute; color: #008fd7; line-height: 30px; right: 30px; top: 50%; transform: translateY(-50%);}
.domor i{font-size: 20px; font-weight: bold;}
.doa a{ color: #666666;}
.doa a:hover{ color: #008fd7;}

@media screen and (max-width: 999px) {
.pr2main3{ padding-bottom: 40px;}
.dolie{ padding: 20px 45px; margin-top: 10px;}
.dotu{ width: 25px; left: 10px;}
.domor{ right: 10px;}
}

.homain{ padding-bottom: 92px;}
.img-scroll1 {position: relative; margin-top:50px; margin-left: -16px; margin-right: -16px;}
.img-scroll1 .prev, .img-scroll1 .next {position: absolute; text-align:center; display: block; width: 57px; height: 57px; line-height: 55px; font-size: 20px; text-align: center; border-radius: 50%; background: #ffffff; border: solid 1px #333333; color: #333333; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll1 .prev { left: -93px; cursor: pointer;}
.img-scroll1 .next { right:-93px; cursor: pointer;}
.img-scroll1 .prev:hover,.img-scroll1 .next:hover { color: #fff; background: #008fd7; border-color: #008fd7;}
.img-list1 {position: relative;overflow: hidden;}
.img-list1 ul {width: 10000%;}
.img-list1 li {float: left; width:0.25%; padding: 16px; position:relative;}

.homain .prlie{ width: 100%; margin: 0px;}

@media screen and (max-width: 1699px) {
.img-scroll1 .prev, .img-scroll1 .next { width: 40px; height: 40px; line-height: 38px; font-size: 14px;}
.img-scroll1 .prev { left: -40px; cursor: pointer;}
.img-scroll1 .next { right:-40px; cursor: pointer;}
}
@media screen and (max-width: 1359px) {
.homain{ padding-bottom: 60px;}
.img-scroll1 { margin-top:30px;}
}
@media screen and (max-width: 999px) {
.img-list1 li { width:0.33333%; padding: 6px;}
.img-scroll1 { margin-top:20px; margin-left: -6px; margin-right: -6px; padding-bottom: 50px;}

.img-scroll1 .prev, .img-scroll1 .next { width: 35px; height: 35px; line-height: 33px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll1 .prev { left: 50%; margin-left: -40px;}
.img-scroll1 .next { right: 50%; margin-right: -40px;}
}
@media screen and (max-width: 767px) {
.homain{ padding-bottom: 30px;}
.img-list1 li { width:0.5%; padding: 6px;}
}

/****************************  news  ***************************/
.nemain{ padding-top: 92px; padding-bottom: 100px;}
.nemor{ background: none; color: #008fd7; border:none; width: auto;}

@media screen and (max-width: 1359px) {
.nemain{ padding: 60px 0;}
}
@media screen and (max-width: 767px) {
.nemain{ padding: 30px 0;}
}

/****************************  news2  ***************************/
.nemain2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 99px; padding-bottom: 80px;}
.nel{ width: calc(100% - 500px);}
.ner{ width: 440px;}

.nemain2 h1{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-size: 20px; font-size: 2rem; line-height: 30px; color: #333333;}
.net{ display: flex; flex-flow: wrap; align-items: center; margin-top: 25px; padding-bottom: 26px; border-bottom: 1px solid #e5e5e5;}
.net .neriqi{ margin: 0px; margin-right: 28px; color: #999999;}
.net .share{ margin: 0px !important; padding: 0px !important;}
.net .share1{color: #666666;}

.nexiang{ margin-top: 22px; line-height: 30px;}
.nexiang p,.nexiang em,.nexiang strong{color: #333333;}
.nexiang em{ font-style: normal; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.nexiang em img{ margin-right: 10px; display: inline; vertical-align: middle;}
.nexiang strong{ font-size: 24px; font-size: 2.4rem; color: #1a1a1a; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}

.nexiang a{ display: inline-block; color: #cb262c;}
.nexiang img{ display: inline-block;}

.fanpian{ border-top: 1px solid #dddddd; margin-top: 24px; padding-top: 29px; display: flex; flex-flow: wrap; justify-content: space-between;}
.fanpian li{ width: 42%; padding-left: 66px; line-height: 28px; position: relative;}
.fanpian li i{ display: block; width: 44px; height: 44px; line-height: 44px; font-size: 18px; position: absolute; left: 0px; top:5px; text-align: center; color: #008fd7; background: #f3f5f7;}
.fanpian li p,.fanpian li p a{color: #333333;}
.fanpian li strong{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-size: 18px; font-size: 1.8rem; font-weight: normal;}

.nern{}
.nerbiao{ font-size: 36px; font-size: 3.6rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.nerlie{ margin-top: 30px; padding:40px 30px; background: #fafbfc;}
.nera{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #333333; line-height: 26px; font-size: 20px; font-size: 2rem; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.nerlie .neriqi{ display: block; color: #999999; margin-top: 18px;}
.nerlie .neriqi i{ color: #2553a0; display: inline-block; vertical-align: middle; margin-right: 10px;}
.nerp{ margin-top: 20px; line-height: 26px;}
.nerlie a:hover{ color: #1770b2;}

.sot{ border-bottom: 1px solid #dddddd; padding-bottom: 30px; padding-top: 10px; width: 100%;}
.sot .share1{ font-size: 19px; font-size: 1.9rem; color: #666;}

@media screen and (max-width: 1359px) {
.nemain2{ padding: 60px 0;}
.nel{ width: calc(100% - 340px);}
.ner{ width: 300px;}
.nexiang strong{ font-size: 20px; font-size: 2rem;}
    .fanpian li{ margin-top: 10px; width: 100%;}
    .fanpian{ padding-top: 10px;}
    .nerlie{ padding: 20px 10px; margin-top: 10px;}
    .nera{ font-size: 16px; font-size: 1.6rem;}
    .nerbiao{ font-size: 30px; font-size: 3rem;}
    .fanpian li strong{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width: 999px) {
.nemain2 h1{font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .net{ margin-top: 10px;}
    .nexiang{ margin-top: 15px;}
    .fanpian{ padding-top: 15px; margin-top: 20px;}
    .nexiang strong{ font-size: 16px; font-size:1.6rem;}
.nel{ width: 100%;}
.ner{ width: 100%; margin-top: 20px;}
    .nerbiao{ font-size: 24px; font-size: 2.4rem;}
    .net .neriqi{ margin-right: 10px;}
}
@media screen and (max-width: 767px) {
.nemain2{ padding: 30px 0;}
.nemain2 h1{font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.sot .share1{ font-size: 12px; font-size: 1.2rem;}
    .nexiang strong{ font-size: 14px; font-size:1.4rem;}
    .fanpian li{ padding-left: 0px;}
    .fanpian li i{ display: none;}
}

/****************************  nemain3  ***************************/
.nemain3{ padding-top: 32px; padding-bottom: 98px;}
.ne3lie{ border-bottom: 1px solid #dddddd; padding: 32px 40px; position: relative;}
.ne3lien{ width: calc(100% - 40px);}
.ne3mor{ color: #1296db; right: 40px; line-height: 30px; position: absolute; top: 50%; transform: translateY(-50%);}
.ne3mor i{ font-size: 20px;}

.ne3riqi{ color: #666666; display: block;}
.ne3a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 10px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width: 1359px) {
.nemain3{ padding-top: 32px; padding-bottom: 60px;}
.ne3lie{ padding: 20px 0px;}
.ne3lien{ width: calc(100% - 40px);}
.ne3mor{ right: 0px;}
    .ne3a{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 999px) {
    .ne3a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}
@media screen and (max-width: 767px) {
.nemain3{ padding: 30px 0;}
.ne3a{ font-size: 14px; font-size: 1.4rem;}
}

/****************************  2-1  ***************************/
.ctmain1{ padding-top: 90px;}
.ctbiao{ text-align: center; max-width: 780px; margin: auto; line-height: 60px;}
.ctbiao strong{ color: #008fd7; font-weight: normal;}

.ctn{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 90px;}
.ctl{ width: calc(100% - 610px);}
.ctr{ width: 529px;}

.cta{ font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.ctln{ margin-top: 20px;}
.ctln strong{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal; color: #008fd7; font-size: 20px; font-size: 2rem;}

@media screen and (max-width: 1359px) {
.ctmain1{ padding-top: 60px;}
    .ctbiao{ line-height: 40px;}
    .ctn{ padding-top: 50px;}
    .ctln strong{ font-size: 16px; font-size: 1.6rem;}
.ctl{ width: calc(100% - 560px);}
    .cta{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}
@media screen and (max-width: 999px) {
    .ctn{ padding-top: 30px;}
.ctl{ width: 100%;}
.ctr{ width: 100%; margin: auto; margin-top: 20px; max-width: 500px;}
    .cta{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .ctbiao{ line-height: 32px;}
}
@media screen and (max-width: 767px) {
.ctmain1{ padding-top: 30px;}

    .ctln strong{ font-size: 14px; font-size: 1.4rem;}
}

.ct1main2{ padding-top: 98px;}
.img-scroll3 {position: relative; margin-top:58px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; width: 57px; height: 57px; line-height: 55px; font-size: 20px; text-align: center; border-radius: 50%; background: #ffffff; border: solid 1px #333333; color: #333333; top: -68px; transition: 0.5s; z-index: 999}
.img-scroll3 .prev { right: 85px; cursor: pointer;}
.img-scroll3 .next { right: 0px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { color: #fff; background: #008fd7; border-color: #008fd7}
.img-list3 {position: relative;overflow: hidden;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:1%; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; position:relative;}

.ct12tu{ width: 455px; border-radius: 20px; overflow: hidden;}
.ct12zi{ width: calc(100% - 455px); background: #f3f5f7; padding: 40px; padding-left: 60px;}

.ct12p{ line-height: 30px; margin-top: 20px;}
.ct12p p{ padding-left: 16px; position: relative;}
.ct12p p:before{ content:""; position: absolute; width: 8px; height: 8px; background: #008fd7; border-radius: 50%; left: 0px; top: 9px;}

@media screen and (max-width: 1359px) {
.ct1main2{ padding-top: 60px;}
.img-scroll3 { margin-top:30px;}
.img-scroll3 .prev, .img-scroll3 .next { width: 40px; height: 40px; line-height: 38px; font-size: 14px;}
.img-scroll3 .prev { right: 55px;}
    .ct12tu{ width: 400px;}
.ct12zi{ width: calc(100% - 400px); padding: 20px;}
    .ct12p{ line-height: 24px;}
}
@media screen and (max-width: 999px) {
.img-scroll3 { margin-top:20px; margin-left: -6px; margin-right: -6px; padding-bottom: 50px;}

.img-scroll3 .prev, .img-scroll3 .next { width: 35px; height: 35px; line-height: 33px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll3 .prev { left: 50%; margin-left: -40px;}
.img-scroll3 .next { right: 50%; margin-right: -40px;}

    .ct12tu{ width: 100%; max-width: 500px; margin:auto; height: 400px; position: relative;}
    .ct12tu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.ct12zi{ width: 100%; padding: 20px 10px; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.ct1main2{ padding-top: 30px;}
    .ct12tu{ height: 200px;}
}

.ct1main3{ padding-top: 98px;}
.ct1main3 .row{ margin-left: -12px; margin-right: -12px;}
.ct1main3 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.ct1main3 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.ct1main3 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.ct1main3 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	
.ct1main3 .owl-carousel .owl-item{float: left; padding: 0 12px;}
.ct1main3 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.ct1main3 .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.ct1main3 .owl-theme .owl-controls{ font-size: 0px; text-align: center; margin-top: 30px;}
.ct1main3 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.ct1main3 .owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px; background: #ddd; margin:0 2px; border-radius: 50%; font-size: 0px;}
.ct1main3 .owl-theme .owl-controls .owl-page.active span,.ct1main3 .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#008fd7; opacity:1;}

.ct1main3 .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.ct1main3 .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.ct1main3 .owl-theme .owl-prev{ left: 0px;}
.ct1main3 .owl-theme .owl-next{ right: 0px;}
.ct1main3 .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.ct13lie{ position: relative; margin-top: 60px;}
.ct13tu{ display: block; overflow: hidden;}
.ct13a{ display: block; position: absolute; left: 20px; bottom: 20px; right: 20px; max-width: 305px; background: #008fd7; padding: 20px; padding-right: 35px; color: #ffffff; opacity: 0}
.ct13a i{ position: absolute; right: 20px; bottom: 20px;}
.ct13a:hover{ background: #fff;}

.ct13lie:hover .ct13a{ opacity: 1}

@media screen and (max-width: 1359px) {
.ct1main3{ padding-top: 60px;}
.ct13lie{ margin-top: 20px;}
}
@media screen and (max-width: 999px) {
    .ct13a{ opacity: 1; left: 10px; bottom: 10px; right: 10px; padding: 10px;}
    .ct13a i{ display: none;}
.ct1main3 .row{ margin-left: -4px; margin-right: -4px;}
.ct1main3 .owl-carousel .owl-item{ padding: 0 4px;}
    .ct1main3 .owl-theme .owl-controls .owl-page span{ width: 8px; height: 8px;}
}
@media screen and (max-width: 767px) {
.ct1main3{ padding-top: 30px;}
.ct13lie{ margin-top: 10px;}
    .ct13a{ position: relative; left: auto; bottom: auto; right: auto;}
}

.ct1main4{ padding-top: 90px; padding-bottom: 76px;}
.ct14n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ct14lie{ width: 32%; margin-left: 2%; margin-top: 53px; padding: 42px; text-align: center; transition: 0.5s;}
.ct14lie:nth-child(3n-2){margin-left: 0px;}
.ct14shu{ color: #008fd7; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; transition: 0.5s;}
.ct14a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 25px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; text-align: center; transition: 0.5s;}
.ct14p{ color: #333333; line-height: 26px; margin-top: 14px; transition: 0.5s;}

.ct14lie:hover{ background: #008fd7; border-radius: 20px;}
.ct14lie:hover p,.ct14lie:hover span{ color: #fff;}

@media screen and (max-width: 1359px) {
.ct1main4{ padding: 60px 0;}
.ct14lie{ margin-top: 30px; padding: 20px 10px;}
.ct14a{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.ct1main4{ padding: 30px 0;}

.ct14lie{ background: #008fd7; border-radius: 20px; width: 100%; margin-top: 10px; margin-left: auto;}
.ct14lie p,.ct14lie span{ color: #fff;}
}

.ct1main5{ background: #f3f5f7; padding-top: 48px; padding-bottom: 64px;}
.ct15p{ max-width: 900px; margin: auto; text-align: center; margin-top: 13px; line-height: 26px;color: #333;}
.ct15p p{color: #333;}

.ctmain2{}
.ctmain2 .nel{ width: 100%;}
.ctmain2 h1{ font-size: 30px; font-size: 3rem; line-height: 40px;}

@media screen and (max-width: 1359px) {
.ct1main5{ padding: 40px 0;}
.ctmain2 h1{ font-size: 24px; font-size: 2.4rem; line-height: 40px;}
}
@media screen and (max-width: 999px) {
.ctmain2 h1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width: 767px) {
.ct1main5{ padding: 30px 0;}
}

/****************************  about  ***************************/
.abmain{ background: url("../images/abbei.jpg") no-repeat center; background-size: cover; background-attachment: fixed;  position: relative;}
.abmain:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/abbei.jpg") no-repeat center; background-size: cover; z-index: -1}

.abnav{ display: flex; flex-flow: wrap; justify-content:flex-start;}
.abnav>li{ width: auto; padding: 0 30px; height: 64px; line-height: 64px; margin-right: 8px;}
.abnav>li:last-child{ margin-right: 0px;}

@media screen and (max-width: 1359px) {
    .abnav>li{ padding: 0 11px; margin-right: 5px;}
}
@media screen and (max-width: 999px) {
    .abnav{ display: none;}
    .abnav>li{ width: 100%; margin-right: 0px; padding: 0 10px; margin-top: 5px;}
}

.ab1main1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 78px;}
.ab11zi{ width: 44%;}
.ab11tu{ width: 50.9%; position: relative;}

.ab11tu img{ width: 100%;}
.shipin1{position: relative;}
.shipin1 iframe,.shipin1 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.shipin1 iframe body{ margin:0px !important;}

.ab1biao{ font-size: 24px; font-size: 2.4rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.ab1p{ margin-top: 16px;}
.ab1p p{color: #333333;}
.ab1main1 .m2mor{ margin-top: 34px;}

.ab1main2{ padding-top: 78px; padding-bottom: 124px;}
.ab1main2 .m2b{ margin-top: 0px;}

@media screen and (max-width: 1359px) {
    .ab1main1{ padding-top: 40px;}
    .ab1biao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.ab1main1 .m2mor{ margin-top: 20px;}
.ab1main2{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
    .ab1biao{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}
@media screen and (max-width: 767px) {
    .ab1main1{ padding-top: 30px;}
.ab1main2{ padding: 30px 0;}
.ab11zi{ width: 100%;}
.ab11tu{ width: 100%; margin-top: 20px;}
}

/****************************  about2  ***************************/
.ab2main1{ padding-top: 69px; padding-bottom: 140px;}
.ab2biao{}
.ab2n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab2zi{ width: 51.5%;}
.ab2tu{ width: 43%;}

.ab2lie{ position: relative; padding-left: 70px; margin-top: 40px;}
.ab2shu{ font-size: 46px; font-size: 4.6rem; line-height: 50px; position: absolute; left: 0px; top: 0px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #008fd7;}
.ab2lien{ line-height: 26px;}
.ab2lien strong{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-bottom: 5px; display: block; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}

@media screen and (max-width: 1359px) {
.ab2main1{ padding: 60px 0;}
.ab2lie{ padding-left: 50px; margin-top: 20px;}
.ab2shu{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.ab2lien strong{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width: 767px) {
.ab2main1{ padding: 30px 0;}
.ab2zi{ width: 100%;}
.ab2tu{ width: 100%; max-width: 600px; margin: auto; margin-top: 20px;}
}

/****************************  about3  ***************************/
.ab3main1{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 98px;}
.ab31zi{ width: 52%;}
.ab31tu{ width: 41.3%;}

.ab3biao{ font-size: 30px; font-size: 3rem; margin-top: 0px;}
.ab3p{ margin-top: 13px;}
.ab3p p{color: #333;}
.ab3p strong{ font-size: 20px; font-size: 2rem;}

.ab3main2{ padding-top:71px; padding-bottom: 123px;}
.img-scroll4 {position: relative;}
.img-scroll4 .prev, .img-scroll4 .next {position: absolute; text-align:center; display: block; width: 57px; height: 57px; line-height: 55px; font-size: 20px; text-align: center; border-radius: 50%;  border: solid 1px #333333; color: #333333; top: 24px; transition: 0.5s; z-index: 999}
.img-scroll4 .prev { right: 85px; cursor: pointer;}
.img-scroll4 .next { right: 0px; cursor: pointer;}
.img-scroll4 .prev:hover,.img-scroll4 .next:hover { color: #fff; background: #008fd7; border-color: #008fd7;}
.img-list4 {position: relative;overflow: hidden;}
.img-list4 ul {width: 10000%;}
.img-list4 li {float: left; width:1%; display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse;}

.img-list4 li .ab31zi{ padding-top: 16px;}
.img-list4 li .ab3p{ margin-top: 56px;}
.img-list4 li .ab3biao{ padding-right: 150px;}

@media screen and (max-width: 1359px) {
    .ab3main1{ padding-top: 60px;}
.ab3main2{ padding:60px 0;}
.img-scroll4 .prev, .img-scroll4 .next { width: 40px; height: 40px; line-height: 38px; font-size: 14px; top: -10px;}
.img-scroll4 .prev { right: 55px;}

.ab31zi{ width: 56%;}
.img-list4 li .ab31zi{ padding-top: 0px;}
.img-list4 li .ab3p{ margin-top: 13px;}
.img-list4 li .ab3biao{ padding-right: 100px;}

.ab3p strong{ font-size: 16px; font-size: 1.6rem;}
    .ab3biao{ font-size: 24px; font-size: 2.4rem;}
}
@media screen and (max-width: 999px) {
    .ab3main1{ padding-top: 30px;}
.ab3main2{ padding:30px 0;}
.img-scroll4 { padding-bottom: 50px;}

.img-scroll4 .prev, .img-scroll4 .next { width: 35px; height: 35px; line-height: 33px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll4 .prev { left: 50%; margin-left: -40px;}
.img-scroll4 .next { right: 50%; margin-right: -40px;}

    .ab3biao{ font-size: 22px; font-size: 2.2rem;}
.ab31zi{ width: 100%;}
.ab31tu{ width: 100%; max-width: 600px; margin: auto; margin-top: 20px;}
}

/****************************  about4  ***************************/
.ab4main{ padding-top: 35px; padding-bottom: 105px;}
#outer6 { font-size:0px; position: relative;}
#outer6:before{content: ""; width: 100%; height: 2px; background: url("../images/ab4xian.png") repeat-x bottom; position: absolute; left: 0px; bottom: 43px;}
.tab6{position: relative; margin-top: 54px;}

#tab6 { font-size:0px; position:relative; margin:auto; overflow:hidden; white-space:nowrap; z-index: 99}

#tab6 li{ display:inline-block; vertical-align: bottom; width: 14.29%; height: 135px; transition:0.8s; cursor:pointer; position: relative; text-align: center;}
#tab6 li:before{content: ""; position: absolute; width: 14px; height: 14px; background: #65cbff; border-radius: 50%; bottom: 37px; left: 50%; transform: translateX(-50%);}
#tab6 li:after{ content: ""; position: absolute; width: 14px; height: 11px; bottom: 12px; left: 50%; transform: translateX(-50%); transition: 0.5s; opacity: 0; background: url("../images/ab4san.png") no-repeat center;}

#tab6 li a { display:block; cursor:pointer; color: #008fd7; font-size:18px; font-size:1.8rem; line-height:20px; position: absolute; bottom: 0px; left: 0px; width: 100%;}
#tab4 li a i{ font-style: normal;}
#tab6 li.current6:before{ background: #008fd7;}
#tab6 li.current6:after{ opacity: 1}
#tab6 li.current6 a { font-size: 60px; font-size: 6rem; line-height: 60px; top: 0px;font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
#content6 { display:inline-block; vertical-align:top; width:100%; position: relative; margin-top: 40px;}
#content6 .tabul6 {display: none; font-size: 14px; vertical-align:middle;}

.ab4n{ padding: 0 80px; display: flex; flex-flow: wrap; justify-content: space-between;}
.ab4zi{ width: 45.7%}
.ab4tu{ width: 49%}
.ab4shu{ font-size: 60px; font-size: 6rem; line-height: 70px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #008fd7;}
.ab4p{ margin-top: 17px; line-height: 28px;}
.ab4p strong{ font-weight: normal; font-size: 18px; font-size: 1.8rem; color: #333}

.ab4main .prev2,.ab4main .next2{ position: absolute; width: 57px; height: 57px; line-height: 55px; font-size: 20px; text-align: center; border-radius: 50%; background: #ffffff; border: solid 1px #333333; color: #333333; top: 50%; transform: translateY(-50%); cursor: pointer;}
.ab4main .prev2{right: 100%;}
.ab4main .next2{left: 100%;}
.ab4main .prev2:hover,.ab4main .next2:hover{color: #2278ff;}

@media screen and (max-width:1659px) {
.ab4main .prev2,.ab4main .next2{ width: 40px; height: 40px; line-height: 38px; font-size: 14px;}
.ab4main .prev2{right: auto; left: 0px;}
.ab4main .next2{left: auto; right: 0px;}

    #tab6 li{ height: 110px;}
    .ab4shu,#tab6 li.current6 a{ font-size: 40px; font-size: 4rem; line-height: 50px;}
}
@media screen and (max-width:1359px) {
    .ab4main{ padding: 60px 0;}
    #content6 { margin-top: 0px;}

    #tab6 li{ height: 100px;}
    .ab4shu,#tab6 li.current6 a{ font-size: 30px; font-size: 3rem; line-height: 40px;}
    .ab4p strong{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:999px) {
    .ab4main .prev2,.ab4main .next2{ display: none;}
    .ab4n{ padding: 0px; align-items: center;}

    #tab6 li{ height: 80px;}
    .ab4shu,#tab6 li.current6 a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .ab4p strong,#tab6 li a{ font-size: 14px; font-size: 1.4rem;}

.tab6{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
    .ab4main{ padding: 30px 0;}
    #tab6 li{ width: 33.333%;}
    .ab4zi,.ab4tu{ width: 100%;}
    .ab4tu{ max-width: 400px; margin: auto; margin-top: 20px;}
}

/****************************  about5  ***************************/
.ab5main{ padding-top: 45px; padding-bottom: 127px;}
.ab5p{ max-width: 1050px; margin: auto; text-align: center;}
.ab5p p{color: #333;}
.ab5n{ display: flex; flex-flow: wrap;}

.ab5tu{ display: block; width: 24%; margin-left: 1.333%; margin-top: 43px; position: relative; background: #000; overflow: hidden;}
.ab5tu i{ width: 40px; height: 40px; text-align: center; line-height: 40px; color: #fff; font-size: 18px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: 0.5s; opacity: 0}
.ab5tu:nth-child(4n-3){margin-left: 0px;}
.ab5tu img{ width: 100%;}
.ab5tu:hover img{ opacity: 0.5}
.ab5tu:hover i{ opacity: 1}

@media screen and (max-width: 1359px) {
.ab5main{ padding-top: 45px; padding-bottom: 60px;}
    .ab5tu{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.ab5main{ padding: 30px 0;}
}
@media screen and (max-width: 499px) {
    .ab5n{ padding-top: 10px;}
    .ab5tu{ width: 49%; margin-left: 2%; margin-top: 10px;}
.ab5tu:nth-child(2n-1){margin-left: 0px;}
}

/****************************  about6  ***************************/
.ab6main{ padding-top: 45px; padding-bottom: 123px; display: flex; flex-flow: wrap;}
.ab6tu{ display: block; position: relative; width: 17.3%; margin-left: 3.375%; margin-top: 30px; overflow: hidden;}
.ab6tu:nth-child(5n-4){margin-left: 0px;}
.ab6tu img{ transform: scale(1) !important}
.ab6fu{ position: absolute; width: 90%; height: 94%; background: rgba(0,0,0,0.4); left: 5%; top: 100%; transition: 0.5s;}
.ab6fu i{ width: 40px; height: 40px; text-align: center; line-height: 40px; color: #fff; font-size: 18px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: 0.5s;}
.ab6tu:hover .ab6fu{ top: 3%;}

.ab7main{ padding-top: 47px; padding-bottom: 67px;}

@media screen and (max-width: 1359px) {
    .ab6main{ padding-top: 20px; padding-bottom: 60px; }
}
@media screen and (max-width: 999px) {
    .ab6fu{ display: none;}
.ab6tu{ width: 19%; margin-left: 1.25%; margin-top: 10px;}
}
@media screen and (max-width: 767px) {
    .ab6main{ padding-top: 20px; padding-bottom: 30px;}
    .ab7main{ padding: 30px 0;}
.ab6tu{ width: 32.33%; margin-left: 1.5%; margin-top: 10px;}
.ab6tu:nth-child(5n-4){margin-left: 1.5%;}
.ab6tu:nth-child(3n-2){margin-left: 0px;}
}

/****************************  4-1  ***************************/
.inmain1{ padding-bottom: 70px;}
.in1n{ padding: 60px 0; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}

.in1zi{ width: calc(39.143% - 80px); position: relative; z-index: 3;}
.in1tu{ width: 60.857%}

.in1biao{ margin-top: 0px;}
.in1p{ width: calc(100% + 175px); background: #f3f5f7; border-radius: 20px; padding: 45px; padding-bottom: 30px; margin-top: 46px; display: flex; flex-flow: wrap; justify-content: space-between;}
.in1p a{ min-width: 46%; margin-right: 2%; margin-bottom: 16px; position: relative; padding-left: 14px;}
.in1p a:before{content: ""; position: absolute; width: 6px; height: 6px; background: #008fd7; border-radius: 50%; left: 0px; top: 10px; opacity: 0; transition: 0.5s;}
.in1p a:hover{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.in1p a:hover:before{ opacity: 1}

.in1n2{ flex-direction: row-reverse;}
.in1n2 .in1p{ margin-left: -175px;}

@media screen and (max-width: 1359px) {
.inmain1{ padding-bottom: 30px; padding-top: 10px;}
.in1n{ padding: 20px 0;}
.in1p{ padding: 20px; padding-right: 10px; margin-top: 20px;}
.in1p a{ margin-bottom: 6px;}
    .in1p a:before{ top: 8px;}

.in1zi{ width: calc(39.143% - 20px);}
    .in1p{ width: calc(100% + 80px);}
.in1n2 .in1p{ margin-left: -80px;}
}
@media screen and (max-width: 999px) {
.in1zi{ width: 100%;}
.in1tu{ width: 100%; max-width: 800px; margin: auto; margin-top: 20px;}
    .in1p{ margin: 0px !important; width: 100%; padding: 20px 10px; padding-right: 1px;}
    .in1p a:before{ top: 6px; opacity: 1}
}
@media screen and (max-width: 767px) {
.inmain1{ padding-bottom: 20px; padding-top: 10px;}
.in1n{ padding: 15px 0;}
}

/****************************  4-2  ***************************/
.inmain2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 76px; padding-bottom: 55px;}
.in2l{ width: 293px;}
.in2r{ width: calc(100% - 393px);}

.inlt{ margin-top: 20px;}
.in2biao{ line-height: 47px; padding-left: 45px; color: #ffffff; font-size: 18px; font-size: 1.8rem; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; background: #008fd7 url("../images/mor.png") no-repeat 14px 16px; border-radius: 8px; cursor: pointer;}
.inyiji{ padding-top: 15px;}
.inyiji>li>a{ display: block; line-height: 50px; padding: 0 20px; transition: 0.5s;}
.inyiji>li>a>span{ display: inline-block; vertical-align: middle; line-height: 24px; transition: 0.5s;}
.inyiji>li>a i{ display: inline; font-style: normal; opacity: 0; margin-left: 10px; transition: 0.5s;}

.inyiji>li:hover>a,.inyiji>li.active  a{ background: #e5f4fb !important; border-radius: 8px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #008fd7;}
.inyiji>li:hover span,.inyiji>li.active> a>span{ color: #008fd7;}
.inyiji>li:hover i,.inyiji>li.active >a i { opacity: 1}

.inyiji>li.active> a{ background: #e5f4fb !important; border-radius: 8px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #008fd7;}


.inlb{ margin-top: 40px;}
.inmain2 .chanxiang{ padding-bottom: 30px;}
.inmain2 .chanxiang strong{ font-size: 18px; font-size: 1.8rem;}

@media screen and (max-width: 1359px) {
    .inmain2{ padding: 50px 0;}
.in2l{ width: 260px;}
.in2r{ width: calc(100% - 300px);}
.inlt{ margin-top: 0px;}
.inmain2 .chanxiang strong{ font-size: 16px; font-size: 1.6rem;}
    .in2biao{ font-size: 16px; font-size: 1.6rem; background-position: 5px 16px; padding-left: 30px;}
}
@media screen and (max-width: 767px) {
    .inmain2{ padding: 30px 0;}
.in2l{ width: 100%;}
.in2r{ width: 100%; margin-top: 20px;}
    .inlb{ margin-top: 20px;}
.inyiji{ display: none;}
.inmain2 .chanxiang{ padding-bottom: 20px;}
.inmain2 .chanxiang strong{ font-size: 14px; font-size: 1.4rem;}
}

/****************************  contact  ***************************/
.comain{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 100px; padding-bottom: 81px;}
.col{ width: 38%; padding-top: 27px;}
.cor{ width: 57.5%; padding: 40px 52px; padding-bottom: 60px; background: #ffffff; box-shadow: 0px 6px 32px 0px #ebebeb; border-radius: 16px;}

.col .nerbiao{ margin-top: 12px;}

.con{ padding-top: 20px;}
.colie{ padding-left: 67px; position: relative; line-height: 26px; margin-top: 23px;}
.colie em{ color: #008fd7; font-size: 30px; position: absolute; left: 0px; top: 0px;}
.colie strong{ font-weight: normal;	color: #333333;}
.colie a{	color: #333333;}

.corbiao{ font-size: 34px; font-size: 3.4rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}

.coxin2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 14px;}
.coxin2 .int1{ width: 48.7%; margin-top: 26px;}
.coxin2 .int2{ width: 100%; margin-top: 26px;}
.coxin2 .int3{ width: 48.7%; margin-top: 26px; position: relative;}
.coxin2 .int4{ width: 48.7%; margin-top: 26px;}

.coxin2 input{ width: 100%; height: 56px; line-height: 56px; background: #f6f7fa; padding: 0 20px; font-size: 16px; font-size: 1.6rem; color: #666;}
.coxin2 textarea{ width: 100%; height: 176px; line-height: 26px; background: #f6f7fa; padding: 15px 20px; font-size: 16px; font-size: 1.6rem; color: #666;}
.coxin2 .yanzheng{ width: 82px; height: 39px; position: absolute; right: 11px; top: 8px; cursor: pointer;}
.coxin2 .int3 input{ padding-right: 100px;}
.coxin2 .int4 input{ padding: 0px; border-radius: 6px; background: #008fd7; border: 1px solid #008fd7; font-size: 18px; font-size: 1.8rem; color: #ffffff; transition: 0.5s; cursor: pointer;}
.coxin2 .int4 input:hover{ background: #fff; color: #008fd7;}

.coxin2 .xing input,.coxin2 .xing textarea{ background: #f6f7fa url("../images/xing.png") no-repeat 7px 23px; background-size: 7px;}

.ditu{ margin-bottom: 120px;}

@media screen and (max-width: 1359px) {
.comain{ padding: 60px 0;}
.cor{ width: 57.5%; padding: 30px 20px;}
.corbiao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.ditu{ margin-bottom: 60px;}
}
@media screen and (max-width: 999px) {
    .col .nerbiao{ margin-top: 0px;}
    .col{ padding-top: 0px;}
    .cor{ width: 60%;}
.colie{ padding-left: 35px; margin-top: 10px;}
.colie em{ font-size: 20px;}
    .coxin2 input,.coxin2 textarea{ font-size: 14px !important; font-size: 1.4rem !important;}
.corbiao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}
@media screen and (max-width: 767px) {
.comain{ padding: 30px 0;}
.ditu{ margin-bottom: 30px;}
    .col{ width: 100%;}
    .cor{ width: 100%; margin-top: 20px; padding: 20px 10px;}
    .coxin2 .int1,.coxin2 .int2,.coxin2 .int3,.coxin2 .int4{margin-top: 10px;}
    .coxin2 input,.coxin2 textarea{ font-size: 12px !important; font-size: 1.2rem !important;}
}
@media screen and (max-width: 449px) {
    .coxin2 .int1,.coxin2 .int2,.coxin2 .int3,.coxin2 .int4{ width: 100%;}
}


















@media screen and (max-width: 1559px) {

}
@media screen and (max-width: 1359px) {

}
@media screen and (max-width: 999px) {

}
@media screen and (max-width: 767px) {

}

























#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;  background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;z-index:99999999999999999999999999999999999999;}
 #baguetteBox-overlay.visible{opacity:1}
 #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
 #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6); background: #fff;}
 
 #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:Verdana, Geneva, sans-serif;}
 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
 #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
 #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
 #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
 .baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;
 border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}
 .baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
 .baguetteBox-button#next-button{right:2%}
 .baguetteBox-button#previous-button{left:2%}
 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
 .baguetteBox-button svg{position:absolute;left:0;top:0}

 .spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
 .double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
 .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
 @-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}
 @keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
.tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}




@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
       url("../fonts/Poppins-Bold.woff") format("woff"),
       url("../fonts/Poppins-Bold.ttf") format("truetype"),
       url("../fonts/Poppins-Bold.eot") format("embedded-opentype"),
       url("../fonts/Poppins-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Poppins-SemiBold;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
       url("../fonts/Poppins-SemiBold.woff") format("woff"),
       url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
       url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"),
       url("../fonts/Poppins-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Poppins-Regular;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
       url("../fonts/Poppins-Regular.woff") format("woff"),
       url("../fonts/Poppins-Regular.ttf") format("truetype"),
       url("../fonts/Poppins-Regular.eot") format("embedded-opentype"),
       url("../fonts/Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Poppins-Medium;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
       url("../fonts/Poppins-Medium.woff") format("woff"),
       url("../fonts/Poppins-Medium.ttf") format("truetype"),
       url("../fonts/Poppins-Medium.eot") format("embedded-opentype"),
       url("../fonts/Poppins-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconfont"; /* Project id 4929671 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1747965580586') format('woff2'),
       url('../fonts/iconfont.woff?t=1747965580586') format('woff'),
       url('../fonts/iconfont.ttf?t=1747965580586') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-tiktok:before {
  content: "\e8db";
}

.icon-delete:before {
  content: "\e69d";
}

.icon-chahao:before {
  content: "\e617";
}

.icon-earth:before {
  content: "\e6d5";
}

.icon-earth1:before {
  content: "\e781";
}

.icon-chahao1:before {
  content: "\e60e";
}

.icon-xiazai:before {
  content: "\e65c";
}

.icon-youtube1:before {
  content: "\f274";
}

.icon-dh:before {
  content: "\e612";
}
.wuone{ font-size:14px;  line-height:30px;}
.xunpanc{ width:100%; margin-top:10px !important;}
.xunpanc .table table tr td{font-size: 14px;
   
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px;  line-height:22px;} 	
.xunpanc a:hover{ color:#008fd7}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #008fd7;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}

.inyiji li.active  a{ background: #e5f4fb !important; border-radius: 8px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #008fd7;}
.inyiji li.active> a>span{ color: #008fd7;}
.inyiji li.active >a i { opacity: 1}