@charset "utf-8";/* CSS Document */
html {font-size: 62.5%;  height: 100%; scroll-behavior: smooth;}

body {margin: 0 auto;font-family: Lato-Regular,Arial, Helvetica, sans-serif;font-size: 12px; font-size: 1.2rem; 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: Lato-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: #00bdf1;}

* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box;}

.fons0{ font-size:0px; font-size:0rem;}

::-webkit-input-placeholder {/* WebKit browsers */
 color:#999999;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999999;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999999;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999999;opacity:1 }
 
@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1400px; margin: auto;}
    .zong1 {width: calc(100% - 160px); max-width: 1200px; 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: #00bdf1;}

.mp{ font-size: 20px; font-size: 2rem; line-height: 30px; color: #666666;}
.mp p,.mp a{color: #666666; display: block;}
.mp a:hover{color: #00bdf1;}
.mp p img{display: inline-block;}

.mp1{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666666;}
.mp1 p,.mp1 a{color: #666666; display: block;}
.mp1 a:hover{color: #00bdf1;}

@media screen and (max-width:1559px) {
.mp{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:1359px) {
.mp,.mp1{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
}
@media screen and (max-width:767px) {
.mp,.mp1{ font-size: 12px; font-size: 1.2rem; line-height: 22px !important;}
}

.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: #fff; 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: #fff; 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 #00bdf1; 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 #00bdf1; -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: #00bdf1; -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: #00bdf1; -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:relative; width:100%; left:0px; top:0px; transition:1s; background: #fff; z-index:99999;}
.head:after{content: ""; clear: both; display: block;}

.logo{display:block;float:left;width:179px; position: absolute; left: 50px; top: 18px;}
.logo img{display:block;margin:auto;width:100%; transition:1s;}
.logo .logo1{}
.logo .logo2{ opacity:0;}

/*  sousuo  */
.sousuo{ float:right;width:26px; height:37px; position:absolute; right: 50px; z-index:9999; margin-top: 58px; transition:0.5s;}
.sousuo form{ width:233px; height:0px; overflow:hidden; position:absolute; right:0px; top:37px; background:#fff; border-radius:4px;color:#2f3135; border:0px solid rgba(0,0,0,0); transition:0.5s; z-index:99999}
.sou{width: 180px;height:33px;line-height:33px; border-radius:4px; padding-left:10px; font-size:14px; font-size:1.4rem; color:#2f3135; background:none;}
.suo{width:26px;height:35px; float:right; background:none; position:relative; z-index:9999999; border-radius:4px; cursor:pointer;}
.sou2,.sou1{ width:26px; height:33px; text-align:center; line-height:33px; position:absolute; right:0px; top:0px; font-size:22px !important; color:#00bce4; cursor:pointer; z-index:99990;  transition:1s;}
.sou1{ color:#2f3135}
.sousuof form{ height:35px; border:1px solid #ececec}

/*  yvzhong  */
.yvn{ float:right; position:absolute; right: 80px; background: #ffffff; border-radius: 4px; margin-top: 58px; margin-right: 22px; z-index:9999}
.yvzhonga{ display:block; font-size: 18px; font-size: 1.8rem; text-align: center; line-height:33px; transition:1s; color:#333333; cursor:pointer; position:relative; z-index:99999}

.yvul{ width:100%; min-width:100px; position:absolute; top:36px; right:0px; background:#fff; border:1px solid #ccc; display:none;}
.yvul a{ display:block; padding:5px 10px; font-size:14px; font-size:1.4rem; line-height:26px; color:#333;}
.yvul a:hover{ background:#00bdf1; color: #fff;}

.daoz{ text-align: center; padding-top: 61px;}
.daohang{ transition:0.5s; margin: auto; display: inline-block;}
.daohang>li{ float:left;position:relative;z-index:999; margin: 0 65px; padding-bottom: 12px;}
.daohang>li>a{display:block;font-size:20px;font-size:2rem;line-height:32px; color:#333333; cursor:pointer; transition:1s; position: relative; text-transform: uppercase; font-family: Lato-Bold, Arial, "sans-serif";}
.daohang>li:hover>a{color: #00bce4;}

.dangqiandao>a{color: #00bce4 !important;}

.yijiw{background:#fff;background:rgba(255,255,255,0);position:absolute;width:199px; left:50%; transform: translateX(-50%); visibility:hidden; opacity:0; top:-9999px;}
.yiji{background:#fff; box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15); padding: 10px 0;}
.yiji li{position:relative;transition:0.5s;}
.yiji li a{display:block;font-size:18px;font-size:1.8rem;line-height:10px;padding:10px; text-align: center;}
.yiji li:hover{}
.yiji li:hover>a{color: #00bdf1;}
.erji{position:absolute;width:199px;background:#fff;top:-9999px;left:100%; padding: 10px 0;}
.sanji{position:absolute;width:199px;background:#fff;top:-9999px;left:100%; padding: 10px 0;}
.daohang>li:hover .yijiw{ visibility:visible; opacity:1; top:100%;}
.daohang>li:hover .yiji>li>a{line-height:30px;}
.yiji>li:hover .erji{top:0px;}
.yiji>li:hover .erji>li>a{line-height:30px;}
.erji>li:hover .sanji{top:0px;}
.erji>li:hover .sanji>li>a{line-height:30px;}
.matn{margin-top:auto !important;}

.xiala{ position:absolute; background:#fff; width: 100%; left:0; top:91px; font-size:0px; padding:32px; padding-bottom:10px; padding-top:6px; /*box-shadow:0 0 3px rgba(0,0,0,0.3);*/ transition:0.5s; visibility:hidden; opacity:0; top:110px; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5); display: none;}
.xllie{ width:16.666%; display:inline-block; vertical-align:top; padding:15px;}
.xlbiao{ display:block; font-family: Lato-Bold, Arial, Helvetica, sans-serif; font-size:18px; font-size:1.8rem; line-height:24px;}
.xltu{ width:100%;  display:block; margin:9px 0;}
.xltu img{ width:100%;}
.xln{ font-size:16px; font-size:1.6rem; line-height:30px; font-family: Lato-Regular, Arial, Helvetica, sans-serif;}
.xln a{ display:block;}
.xln a:hover{ color: #00bdf1;}
.xlbiao:hover{  color: #00bdf1;}
.daohang>li:hover .xiala{ visibility:visible; opacity:1; top:129px; display: block;}

.mat1{margin-top:129px;}

.daohang2,sousuo2,.xnav{display:none}

.headh{ background:#333 !important;}

/*  banner  */
.banner1 img { max-width: 100%; border: 0px solid #ccc;}
.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: 58px; height: 51px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%;}
.banner1 .slick-prev { left: 70px; background:url("../images/baleft.png"); cursor: pointer;}
.banner1 .slick-next { right: 70px; background:url("../images/baright.png"); cursor: pointer;}
.banner1 .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 26px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center;}
.banner1 .slick-dots li { margin: 0 11px; display: inline-block; *display: inline; *zoom: 1;}
.banner1 .slick-dots li.slick-active a { background-image: url("../img/dot2.png"); cursor: pointer;}
.banner1 .slick-dots a { display: block; width: 16px; height: 16px; background-image: url("../img/dot1.png"); cursor: pointer; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%;}
.banner.hide {display: none;}

.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; width:100%}



@media screen and (max-width: 991px) {
.slick-slide video {object-position: inherit; object-fit: inherit; width: 100%;  height: 100%; transform: translate(0, 0); left: 0; top: 0;}
}

@media screen and (max-width:1659px) {
.daohang{margin-right: 10px;}
.daohang>li{margin-right:30px;}
.sousuo{ margin-right: 20px;}
.yijiw{width:200px;}
.yiji li a{font-size:14px;font-size:1.4rem;line-height:20px;padding:5px 10px;}

.erji{width:200px;}
.sanji{width:200px;}
.slick-dots { padding-left: 0px;}
}
@media screen and (max-width:1499px) {
    .yvn,.sousuo{ margin-top: 50px;}    
    .yvzhonga{ font-size: 16px;}
    .logo{ top: 10px;}
    
.daoz{padding-top: 50px; padding-left: 40px;}

.daohang>li{ margin-left: 40px; margin-right: 0px; padding-bottom: 0px;}
.daohang>li>a{font-size:16px;font-size:1.6rem;line-height:36px;}
.yiji li a{font-size:14px;font-size:1.4rem;line-height:30px;padding:5px 10px;}
}
@media screen and (max-width:1359px) {
.sousuo{ margin-right: 10px;}

.slick-dots { bottom: 20px;}
.slick-dots li button { margin-right: 5px; width: 10px;height: 10px; border-radius: 50%;}
.slick-dots li:nth-child(1) button{ width: 6px; height: 6px;}
.slick-dots li:nth-child(2) button{ width: 8px; height: 8px;}

.slick-prev, .slick-next {width: 11px;height: 20px; background-size:auto 100% !important}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear2{display: none}}
@media screen and (max-width:999px) {
.head{ position:relative; background:#fff; padding: 10px 0;}
.logo{display:block; position: relative;float:left;width:90px; top:0px; left: 2.5%;}
.daohang{margin-top:20px; float:none; text-align:center;}
.yijiw,.yiji2,.xiala{display:none}

.daoz{display: none;}
.daohang{margin-top: 10px; display: none}
.daohang>li{ float:none; display:inline-block; *float:left; margin:auto;padding-bottom:0px; margin:0 19px;}
.daohang>li>a{font-size:14px;font-size:1.4rem;line-height:26px;}
.clear2{clear:both;}
.sousuo{ display:none}

.yvn{ margin-right:50px; right: 0px; margin-top: 1px;}
.yvzhonga{ width: 57px; height: 26px; line-height:26px;}
.yvzhonga i{font-size: 18px;}
    
.mat1{margin-top:0px;}
.headd{position: absolute; right: 100px; top: -30px;}

.banner1 .slick-arrow { width: 29px; height: 26px;}
.banner1 .slick-prev { left: 15px;}
.banner1 .slick-next { right: 15px;}

.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #15b3db;right:2.5%;top:13px;cursor: pointer; border-radius:5px; z-index: 999999999}
.nav span {display: block;width: 20px;height: 2px;background: #ffffff;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition:0.8s;z-index: 99999991}
.nav .nav1 {margin-top: -1px;}
.nav .nav2 {margin-top: -8px;}
.nav .nav3 {margin-top: 6px;}
.nav:hover .nav1 {width: 25px;}
.navh .nav1 {transform: rotate(45deg)}
.navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}
.navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}
.navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
.navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
.smdaohang {position: fixed;width:300px;height:0px;overflow: auto;top:0px;right:0px;background:#15b3db; z-index: 9999999;transition:0.8s;text-align: center;}
.smdaohangh {right: 0px; top:0px; height:100%;}
.topnav {margin: auto;margin-top: 30px;padding: 20px;}

ul.topnav li {text-align: left; position:relative;}
ul.topnav li a {padding: 5px;padding-left: 0px;color: #fff;display: block; font-size: 14px;font-size: 1.4rem;line-height: 24px; padding-right:50px; 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-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0;}
ul.topnav ul li a:hover {}
ul.topnav ul ul li a {padding-left: 40px;}
ul.topnav ul ul ul li a {padding-left: 60px;}
ul.topnav span { display:block; position:absolute; right:0px; top:7px; 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;}
  }
@media screen and (min-width:768px) {.clear3{display: none}}
@media screen and (max-width:767px) {.head{padding-bottom:10px;}
.daohang2{display:block;text-align:center; margin-top:20px;}
.daohang2 a{float:left;width:25%;font-size:14px;font-size:1.4rem;color:#fff;line-height:24px;text-align:center;}
.daohang2 .dangqiandao{ color:#082b2f !important}

.daohang,.daohang1{display: none}
.clear3{clear:both;}
	.banner1 .dotList { display: none;}

.banner1 .carousel-control { margin-top: -30px; width: 40px; height: 40px; background-size: 100% !important; background-position: center !important;}
}

/*  main1  */
.main1{ display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse; padding-top: 130px;}
.m1r{ width: 269px;}
.m1l{width: calc(100% - 340px);}

.m1biao{ background: url("../images/m1biao.png") no-repeat top right; background-size: auto 100%; padding-top: 37px; padding-bottom: 50px;}
.m1biaon{display: block; color: #15b3db; font-size: 42px; font-size: 4.2rem; line-height: 50px; font-family: Lato-BlackItalic, Arial, "Arial Black", "sans-serif", Verdana;}
.m1tu{ display: block; margin-top: 59px;}
a.m1biaon:hover{color: #333}

.m1l{ display: flex; flex-flow: wrap; justify-content: space-between;}
.m1llie{width: 48%; display: inline-block; vertical-align: top;}
.m1llie:nth-child(2){margin-top: 74px;}
.m1lie{ margin-top: 81px; background: #ffffff; border-radius: 24px; border: solid 1px #e5e5e5; position: relative; padding: 35px 50px; padding-top: 67px; position: relative; transition: 0.5s;}
.m1lie:before{content: ""; position: absolute; left: 40px; right: 40px; bottom: 0px; height: 8px; background: url("../images/m1xian.jpg") no-repeat bottom; background-size: 100%; opacity: 0; transition: 0.5s;}
.m1tu2{ display: block; width: 110px; position: absolute; left: 50px; top: 0; transform: translateY(-50%);}
.m1zi{}
.m1a{display: block; font-size: 30px; font-size: 3rem; line-height: 36px;}
.m1p a{display: block; font-size: 20px; font-size: 2rem; line-height: 30px; min-height: 150px; margin-top: 23px; color: #999999;}
.m1p a:hover{ color: #15b3da;}

.m1lie:hover{ border-color: #15b3da;}
.m1lie:hover:before{ opacity: 1}

@media screen and (max-width:1559px) {
.main1{ padding-top: 60px;}
.m1tu2{ width: 60px; left: 15px;}
.m1lie{ margin-top: 50px; padding: 30px 15px; padding-top: 40px;}

.m1a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.m1p a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; min-height: 130px; margin-top: 10px;}
}
@media screen and (max-width:1359px) {
.m1biao{ padding-top: 10px; padding-bottom: 20px;}
.m1biaon{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width:999px) {
.main1{ padding-top: 25px;}
.m1r{ width: 100%;}
.m1l{width: 100%; margin-top: 10px;}
.m1tu{ display: none}

.m1biao{ text-align: center; background: none; padding: 0px;}
.m1llie:nth-child(2){margin-top: 50px;}

.m1a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.m1p a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; min-height: 0px;}
}
@media screen and (max-width:767px) {
.m1biaon{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.m1llie{width: 49%;}
.m1a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.m1p a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; min-height: 0px;}

.m1tu2{ width: 50px; left: 10px;}
.m1lie{ margin-top: 30px; padding: 20px 10px; padding-top: 30px; border-radius: 10px;}
.m1llie:nth-child(2){margin-top: 30px;}
}

/*  main2  */
.main2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 113px;}
.m2zi{ width: 40%;}
.m2tu{ width: 50%; display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-start;}

.m2lie{ width: 47%; padding: 13px 15px; padding-bottom: 49px; border-radius: 60px; box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.05); position: relative;}
.m2lie:nth-child(2){ margin-top: 60px;}
.m2lie:before{content: ""; position: absolute; width: 50%; max-width: 135px; height: 11px; background: url("../images/m2xian.png") no-repeat center; left: 50%; bottom: 22px; transform: translateX(-50%);}

.main2 .row{ border-radius: 40px 40px 20px 20px; overflow: hidden;}
.main2 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.main2 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.main2 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.main2 .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;}
	
.main2 .owl-carousel .owl-item{float: left;}
.main2 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.main2 .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);}
.main2 .owl-theme .owl-controls{ position: absolute; width: 100%; text-align: center; left: 0px; bottom: 16px;}
.main2 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.main2 .owl-theme .owl-controls .owl-page span{display: block;width: 10px;height: 10px; background: #e5e5e5; margin: 0 3px; border-radius: 50%; font-size: 0px;}
.main2 .owl-theme .owl-controls .owl-page.active span,.main2 .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#00bce4; opacity:1;}

.main2 .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.main2 .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.main2 .owl-theme .owl-prev{ left: 0px;}
.main2 .owl-theme .owl-next{ right: 0px;}
.main2 .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.main2 .owl-carousel .owl-item a:hover img,.main3 .owl-carousel .owl-item a:hover img{
  transform: scale(1,1);
}

.m2biao{ padding-left: 63px; background: url("../images/m2biao1.png") no-repeat left bottom; padding-top: 13px; margin-top: 102px;}
.m2biao .m1biaon{ display: inline-block; padding-right: 105px; background: url("../images/m2biao2.png") no-repeat right center;}
.m2p{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 9; overflow: hidden; margin-top: 38px;}
.m2p p a{ display: block; color: #666666;}
.m2mor{ font-size: 0px; padding-top: 34px;}
.m2mor a{display: inline-block; vertical-align: middle; width: calc(50% - 10px); max-width: 259px; height: 60px; line-height: 60px; background-color: #15b3db; box-shadow: 0px 15px 30px 0px rgba(21, 179, 219, 0.31);	border-radius: 30px; text-align:center; color: #ffffff; font-size: 18px; font-size: 1.8rem; margin-top: 10px;text-transform: uppercase;}
.m2mor a:first-child{margin-right: 20px;}
.m2mor a:hover{background: #edc14f; box-shadow: 0px 15px 30px 0px rgba(237, 193, 79, 0.31);}
.m2p p a:hover{ color: #15b3db;}

@media screen and (max-width:1559px) {
.m2zi{ width: 47%;}
.m2mor a{ max-width: 259px; height: 50px; line-height: 50px; font-size: 16px; font-size: 1.6rem;}
.m2p{ margin-top: 20px;}
.m2mor{ padding-top: 20px;}
}
@media screen and (max-width:1359px) {
.main2{ padding-top: 40px;}
}
@media screen and (max-width:999px) {
.m2zi{ width: 100%; padding-top: 0px; text-align: center;}
.m2tu{ width: 100%; max-width: 540px; margin: auto;}
.m2biao{ padding-left: 0px; background: none; padding-top: 13px; margin-top: 10px;}
.m2biao .m1biaon{ background: none; padding: 0px;}
}
@media screen and (max-width:767px) {
.main2{ padding-top: 30px;}
.m2mor a{font-size: 14px; font-size: 1.4rem; width: calc(50% - 5px);}
.m2mor a:first-child{margin-right: 10px;}

.m2lie{ width: 49%; padding: 5px; padding-bottom: 30px; border-radius: 20px;}
.m2lie:nth-child(2){ margin-top: 30px;}
.m2lie:before{bottom: 10px;}
.main2 .row{ border-radius: 20px; overflow: hidden;}
}

/*  main3  */
.main3{ display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse; align-items: center; padding-top: 45px;}
.m3zi{ width: 45.6%; text-align: right;}
.m3tu{ width: 54.4%; background: url("../images/m3bei.png") no-repeat left top; background-size: 100% 100%; padding-left: 8.5%; padding-top: 6%; padding-bottom: 6%;}

.m3zin{ display: inline-block; text-align: left; width: 95%; max-width: 615px; padding-right: 30px;}

.main3 .row{}
.main3 .owl-carousel{display: none; position: relative; width: 100%;-ms-touch-action: pan-y;}
.main3 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.main3 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.main3 .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;}
	
.main3 .owl-carousel .owl-item{float: left;}
.main3 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.main3 .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);}
.main3 .owl-theme .owl-controls{ position: absolute; width: 100%; left: 0px; bottom: 35px; text-align: center;}
.main3 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.main3 .owl-theme .owl-controls .owl-page span{display: block;width: 50px;height: 5px; background: #ffffff; margin:0 5px; font-size: 0px; transition: 0.5s;}
.main3 .owl-theme .owl-controls .owl-page.active span,.main3 .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#15b3db; opacity:1;}

.main3 .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.main3 .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.main3 .owl-theme .owl-prev{ left: 0px;}
.main3 .owl-theme .owl-next{ right: 0px;}
.main3 .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.m3zi .m2biao{ margin-top: 0px;}

@media screen and (max-width:1359px) {
.main3 .owl-theme .owl-controls{ bottom: 15px;}
.main3 .owl-theme .owl-controls .owl-page span{width: 30px; height: 3px;}
}
@media screen and (max-width:999px) {
.main3{ padding-top: 30px;}
}
@media screen and (max-width:767px) {
.m3zi{ width: 100%; text-align: center; margin-top: 10px;}
.m3tu{ width: 100%; max-width: 500px; background: none; padding: 0px; margin: auto; margin-top: 20px;}
.m3zin{ width: 95%; max-width: none; padding-right: 0px; margin: auto; text-align: center; display: block;}
}

/*  main4  */
.main4{ background: url("../images/m4bei.jpg") no-repeat 165px top; margin-top: 120px;}
.main4 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m4l{ width: 57.7%; display: flex; flex-flow: wrap; justify-content: space-between;}
.m4r{ width: 33%;}

.m4lie{ width: 31.35%; margin-left: 2.975%; display: inline-block; vertical-align: top;}
.m4lie:nth-child(3n-2){margin-left: 0px;}
.m4lie:nth-child(2){margin-top: 40px;}
.m4a{ background: url("../images/m4a.png") no-repeat center; background-size: 100% 100%; height: 77px; line-height: 77px; text-align: center; font-size: 42px; font-size: 4.2rem; font-family: Lato-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-weight: bold;}
.m4a sup{ font-size: 20px; font-size: 2rem; line-height: 24px;}
.m4p{ text-align: center; font-weight: bold; font-family: Lato-Bold, Arial, "Arial Black", "sans-serif", Verdana; margin-top: 10px;}
.main4 .m2mor a{width: 100%; margin-right: 0px;}

@media screen and (max-width:1359px) {
.main4{ background: url("../images/m4bei.jpg") no-repeat 20px top; margin-top: 50px;}
.m4a{ height: 50px; line-height: 50px; font-size: 30px; font-size: 3rem;}
.m4p{ margin-top: 2px;}

.m4l{ width: 58%;}
.m4r{ width: 40%;}
}
@media screen and (max-width:999px) {
.m4l{ width: 100%;}
.m4r{ width: 100%; margin-top: 15px; text-align: center;}
}
@media screen and (max-width:767px) {
.m4a{ height: 40px; line-height: 40px; font-size: 24px; font-size: 2.4rem;}
}

/*  main5  */
.main5{ padding-top: 80px; border-bottom: 1px solid #e5e5e5; padding-bottom: 10px;}
.m5biao{color: #15b3db; font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Lato-BlackItalic;}
.m5biao:hover{ color: #333;}

#Marquee_x { overflow:hidden;} 
#Marquee_x ul li ,#Marquee_x ul li div{ float:left;line-height:25px;overflow:hidden;}
#Marquee_x ul li div{ float:left; overflow:hidden;}
#Marquee_x ul li{ padding: 20px 0;}
#Marquee_x ul li div a{ display: block; width: 195px; height: 0px; padding-bottom: 75%; position: relative;}
#Marquee_x ul li div a img{max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);  -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; transition: 0.5s;}
#Marquee_x ul li div:hover{ box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);}
#Marquee_x ul li div:hover img{ -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(100%); filter:none;}

@media screen and (max-width:1359px) {
.main5{ padding-bottom: 0px;}
#Marquee_x ul li div{ width: 140px; margin-right: 15px !important;}
#Marquee_x ul li div a{ width: 100%;}
}
@media screen and (max-width:767px) {
#Marquee_x ul li div{ width: 100px; margin-right: 10px !important;}
}

/*  main6  */
.main6{ padding-top: 30px; padding-bottom: 154px;}
.m6t{text-align: center;}
.m6t .m2biao{ display: inline-block;}
.m6n{ font-size: 0px; padding-top: 14px;}
.m6lie{ width: 31.4%; margin-left: 2.9%; margin-top: 20px; display: inline-block; vertical-align: top; border-bottom: 3px solid #dfdfdf; transition: 0.5s;}
.m6lie:nth-child(3n-2){margin-left: 0px;}
.m6tu{ display: block; overflow: hidden;}
.m6zi{ padding: 16px 20px;}
.m6a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m6p a{display: block; color: #999999; margin-top: 12px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m6mor{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 17px;}
.m6riqi{color: #999999; transition: 0.5s;}
.m6mor2{color: #999999 !important;}
.m6lie:hover{ border-color: #15b3db;}
.m6lie:hover a,.m6lie:hover span{ color: #15b3db !important;}

@media screen and (max-width:1359px) {
.main6{ padding-top: 30px; padding-bottom: 54px;}
.m6t .m2biao{ margin-top: 10px;}
.m6zi{ padding: 15px 0px;}
.m6a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}
@media screen and (max-width:999px) {
.main6{ padding-top: 0px;}
.m6n{ padding-top: 4px;}
.m6lie{ width: 32.33%; margin-left: 1.5%; margin-top: 20px;}
.m6lie:nth-child(3n-2){margin-left: 0px;}
}
@media screen and (max-width:767px) {
.main6{ padding-top: 30px; padding-bottom: 30px;}
.m6zi{ padding: 10px 0px;}
.m6a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.m6p a{ margin-top: 6px;}
.m6lie{ width: 49%; margin-left: 2%;}
.m6lie:nth-child(3n-2){margin-left: 2%;}
.m6lie:nth-child(2n-1){margin-left: 0px;}
.m6lie:nth-child(3){display: none;}
.m6mor{ margin-top: 10px;}
}

/*  main7  */
.main7{ background: url("../images/m7bei.jpg") no-repeat center; background-size: cover;}
.main7 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 65px; padding-bottom: 62px;}
.m7r{ width: 477px; text-align: center;}
.m7l{ width: calc(100% - 477px);}

.m7biao{ color: #fff;}
.m7p{ color: #fefefe; margin-top: 12px;}
.m7p a{  color: #fff;}

.coxin{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 15px;}
.coxin .int1{ width: 31.11%; margin-top: 20px;}
.coxin .int11{ width: 48.37%; margin-top: 20px;}
.coxin .int2{ width: 100%; margin-top: 20px;}
.coxin .int3{ width: 48.37%; margin-top: 20px; padding-right: 160px; position: relative;}
.coxin .int5{ width: 48.37%; margin-top: 20px;}

.coxin input{ width: 100%; height: 55px; background: #f3fbfe; padding-left: 20px; padding-right: 40px; font-size: 16px; font-size: 1.6rem;}
.coxin textarea{ width: 100%; height: 130px; background: #f3fbfe; padding: 15px 0; padding-left: 20px; padding-right: 40px; font-size: 16px; font-size: 1.6rem;}
.coxin .yanzheng{position: absolute; width: 128px; height: 40px; cursor: pointer; right: 0px; bottom: 7px; cursor: pointer;}
.coxin .int5 input{ width: 100%; height: 55px; background: #15b3db; color: #fefefe; font-size: 16px; font-size: 1.6rem; cursor: pointer; transition: 0.5s;}
.coxin .int5 input:hover{ background: #edc14f;}

.coxin .xing input{ background: #f3fbfe url("../images/xing.jpg") no-repeat right center;}

.coxin .xing textarea{ background: #f3fbfe url("../images/xing.jpg") no-repeat right 20px;}
.m7r img{ width: 50%; max-width: 245px; margin: auto;}

@media screen and (max-width:1359px) {
.m7r{ width: 250px;}
.m7l{ width: calc(100% - 250px);}

.coxin .int1{ width: 32.33%; margin-top: 10px;}
.coxin .int11{ width: 49%; margin-top: 10px;}
.coxin .int2{ width: 100%; margin-top: 10px;}
.coxin .int3{ width: 49%; margin-top: 10px; padding-right: 110px;}
.coxin .int5{ width: 49%; margin-top: 10px;}

.coxin .yanzheng{ width: 100px; height: 40px;}
}
@media screen and (max-width:999px) {
.m7r{ width: 200px;}
.m7l{ width: calc(100% - 200px);}
.main7 .zong{ padding-top: 30px; padding-bottom: 30px;}
}
@media screen and (max-width:767px) {
.m7r{ display: none;}
.m7l{ width: 100%;}
.coxin input,.coxin textarea{ font-size: 14px; font-size: 1.4rem; padding-left: 10px;}
}
@media screen and (max-width:548px) {
.coxin .int1,.coxin .int3,.coxin .int5{width: 100%;}
}

/*  foot  */
.foot{background: #161616; padding-top: 79px; font-family: Arial, "Arial Black", "sans-serif", Verdana;}
.fot{ display: flex; flex-flow: wrap;}
.folie{display: inline-block; vertical-align: top;}

.fo1{ width: 30%;}
.fo2{ width: 22%; margin-left: 3%;}
.fo3{ width: 43%; margin-left: 2%;}

.fologo{ display: block; width: 270px;}
.fologo img{width: 100%;}
.shejiao{ text-align: left; font-size: 0px; padding-top: 34px; max-width: 280px;}
.shejiao a{display: inline-block; vertical-align: middle; width: 56px; height: 56px; border: solid 1px #ffffff; color: #fff; line-height: 54px; text-align: center; border-radius: 50%; margin: 5px 11px;}
.shejiao a i{font-size: 20px;}
.shejiao a:hover{ background:#00bdf1;border: solid 1px #00bdf1; }
.shejiao a:hover i{ color: #fff;}
.fobiao{display: block; color: #ffffff; font-size: 22px; font-size: 2.2rem; line-height: 30px; position: relative; padding-bottom: 20px; margin-top: 5px;}
.fobiao:before{content: ""; position: absolute; width: 60px; height: 3px; background: #057ec1; left: 0px; bottom: 0px;}

.fonav{ font-size: 18px; font-size: 1.8rem; line-height: 30px; padding-top: 7px;}
.fonav a{ display: block; color: #999999; margin-top: 13px;}

.fo3n{display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 17px;}
.fo3lie{ width: 50%;}
.fo3lie:first-child{padding-right: 15px;}
.fo3lie2{ margin-bottom: 20px;}
.fo3a{color: #ffffff !important;}
.fo3p{color: #8b8e95 !important; padding-left: 29px; position: relative; margin-top: 4px;}
.fo3p a{color: #8b8e95;}
.fo3p i{ position: absolute; left: 0px; top: 0px; color: #057ec1; font-size: 20px;}

.fop{ font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 24px; color: #999999; text-align: center; padding: 0 10px;}
.fop a{color: #999999; display: inline-block; }
.fopp{color: #19b0d5 !important; text-decoration: underline;}

.foot2{ border-top: 1px solid #444444; padding-top: 19px; padding-bottom: 63px; margin-top: 45px;}
.youlian{ font-size: 14px; font-size: 1.4rem; line-height: 30px; color: #999999;}
.youlian span,.youlian a{ color: #999999; display: inline-block; vertical-align: middle;}
.youlian a{ margin-right:15px}
.youlian a:hover{ color: #00bce4;}
.foot a:hover{ color: #00bce4;}
.fopp:hover{ color: #057ec1 !important;}

@media screen and (max-width:1359px) {
.fo1{ width: 26%;}
.fo2{ width: 21%; margin-left: 2%;}
.fo3{ width: 45%; margin-left: 2%;}

.fologo{ width: 200px;}
.shejiao a{ width: 40px; height: 40px; line-height: 38px; margin: 5px;}
.shejiao a i{font-size: 16px;}

.fonav{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-top: 5px;}

.fobiao{ font-size: 20px; font-size: 2rem; line-height: 30px; padding-bottom: 10px;}
.fobiao:before{ width: 40px; height: 2px;}
}
@media screen and (max-width:1219px) {
.fo3{ width: 46%; margin-left: 1%;}

}
@media screen and (max-width:999px) {
    .foot2{display: none}
    .foot{padding-bottom: 30px; padding-top: 30px;}
.fo1{ width: 100%;}
.fo2{ width: 40%; margin-left: 0%; margin-top: 20px;}
.fo3{ width: 55%; margin-left: 5%; margin-top: 20px;}

    .fologo{ margin: auto; width: 150px;}
    .shejiao{margin: auto; padding-top: 15px;}
}
@media screen and (max-width:767px) {
    .fo2,.fo3{display: none}
    .fop{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
.shejiao a{ width: 34px; height: 34px; line-height: 32px; margin: 5px;}
.shejiao a i{font-size: 12px;}
}

/*
.top{width: 69px; height: 69px; background: #eeeeee; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); border-radius: 5px; line-height:69px; color:#e70012; font-size:28px !important; text-align:center; margin:auto; cursor:pointer;position:fixed;right:20px;bottom:-100px;transition:0.9s;z-index:99999;}
.bottom{bottom:150px;}
*/

.lianxi{ position:fixed; width:121px; right:0px; top:50%; transform:translateY(-50%); z-index:99999}
.lianxi div{ display:block; width:121px; text-align:center; font-size:24px; color:#fff; background: #19b0d5; padding-top: 18px; padding-bottom: 2px; transition: 0.5s;}
.ketu{ display: block; color: #fff; font-size: 40px !important; line-height: 40px; padding-left: 15px; color: #ffffff !important;}
.kezi{color: #ffffff !important; font-size: 14px; font-size: 1.4rem; line-height: 24px;}

.ke1{ background:#000000}
.ke2{ background:#555555}
.ke3{ background:#000000}
.ke4{ background:#15418f}
.weixin{ position:relative; cursor:pointer;}
.weixin img{ position:absolute; width:149px; height:150px; top:0px; left:-149px; display:none;}
.weixin:hover img{ display:block;}
.weixin2,.tankuang{ display:none}
.tankuang{ position:absolute; bottom:50px; left:50% !important; margin-left:-75px;}
.tankuang img{ display:block; position:relative; width:150px; height:150px; left:auto; margin:auto;}
.lianxi div:hover{ background:#edc14f;}
.clear2{ display:none}

@media screen and (max-width:999px) {
.youlian{display:none}
.top{width:25%;height:50px;line-height:50px;bottom:0px;right:0px;border-radius:0px;border:none}

.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0); display: none}
.lianxi div{ width:25%; float:left;}
.lianxi div a{ margin:auto; width:100%; background:#2296d3; color:#fff !important; border-radius:0px;}
.weixin2{ display:block}
.weixin1{ display:none}
}

/****************************  solution  ***************************/
.fenbanner{ background-size: 100%; padding: 174px 0}
.fenbanner p{ font-size: 42px; font-size: 4.2rem; line-height: 50px; text-align: center; font-family: Lato-BlackItalic, Arial, "Arial Black", "sans-serif", Verdana;}

.mianbao{color: #15b3db; padding-top: 17px;}
.mianbao a{color: #666666; display: inline-block; vertical-align: middle;}
.mianbao a:hover,.comian{ color: #15b3db !important;}

@media screen and (max-width:1359px) {
.fenbanner{ padding: 100px 0}
.fenbanner p{ font-size: 34px; font-size: 3.4rem; line-height: 44px;}
}
@media screen and (max-width:999px) {
.mianbao{ padding-top: 10px;}

.fenbanner{ padding: 60px 0}
.fenbanner p{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}

.so1main1{ padding-top: 10px;}
.so11biao{ font-size: 30px; font-size: 3rem; line-height: 42px; padding-bottom: 5px; position: relative; padding-left: 85px; padding-top: 44px;}
.so11biao img{ width: 52px; position: absolute; left: 0px; top: 39px;}
.so11biao:before{content: ""; position: absolute; width: 290px; height: 1px; background: #e5e5e5; left: 0px; top: 0px;}
.so11biao:first-child:before{display: none;}
.so11n{line-height: 36px; margin-top: 12px; margin-bottom: 31px;}
.so11tu{ margin-top: 30px;}

@media screen and (max-width:1359px) {
.so11biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-bottom: 0px; position: relative; padding-left: 45px; padding-top: 20px;}
.so11biao img{ width: 30px; top: 20px;}
.so11n{ margin-bottom: 20px;}
.so11tu{ margin-top: 30px;}
}
@media screen and (max-width:999px) {
.so11biao{ font-size: 20px; font-size: 2rem; padding-left: 45px;}
}
@media screen and (max-width:767px) {
.so11biao{ font-size: 16px; font-size: 1.6rem; padding-left: 45px;}
}

.so1main2{ display: flex; flex-flow: wrap; padding-top: 50px; padding-bottom: 84px;}
.so12lie{ width: 32.28%; margin-left: 1.58%; margin-top: 20px; display: inline-block; vertical-align: top; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 18px 0px rgba(124, 124, 124, 0.09);}
.so12lie:nth-child(3n-2){margin-left: 0px;}
.so12tu{ display: block; overflow: hidden;}
.so12tu img{width: 100%;}
.so12zi{ padding: 25px 30px; padding-bottom: 45px;}
.so12a{ display: block; color: #15b3db; font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Lato-BlackItalic, Arial, "Arial Black", "sans-serif", Verdana;}
.so12a sup{ font-size: 23px; font-size: 2.3rem; line-height: 20px; font-family: Lato-Regular, Arial, "Arial Black", "sans-serif", Verdana;}
.so12p a{display: block; margin-top: 7px;}
.so12mor{display: block; width: 146px; height: 46px; line-height: 46px; text-align: center; font-size: 18px; font-size: 1.8rem; color: #ffffff; margin-top: 26px; background: #15b3db; border-radius: 23px;}
.so12a:hover{color: #edc14f;}
.so12mor:hover{background: #edc14f; color: #fff;}

@media screen and (max-width:1359px) {
.so12zi{ padding: 15px 10px; padding-bottom: 20px;}
    .so12a{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
    .so12mor{ display: block; width: 120px; height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.so1main2{ padding-top: 30px; padding-bottom: 30px;}
.so12a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width:767px) {
.so12lie{ width: 49%; margin-left: 2%;}
.so12lie:nth-child(3n-2){margin-left: 2%;}
.so12lie:nth-child(2n-1){margin-left: 0px;}
}

/****************************  solution2  ***************************/
.fenbanner2{ position: relative; background: #f2f9fa url("../images/fenbanner.jpg") no-repeat center 30px;}
.fenbanner2 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 110px;}
.fenbanner2:before{content: ""; position: absolute; width: 100%; height: 100%; background: url("../images/sbanner.jpg") no-repeat bottom center; background-size: 100%; z-index: 1}
.sobatu{ width: 636px; z-index: 2;}
.sobazi{ width: calc(100% - 674px); z-index: 2;}

.sobabiao{ color: #15b3db; font-size: 56px; font-size: 5.6rem; line-height: 64px; font-family: Lato-BlackItalic, Arial, "Arial Black", "sans-serif", Verdana;}
.sobabiao sup{ font-size: 34px; font-size: 3.4rem;}
.sobap{ margin-top: 15px; line-height: 36px;}

.sobamor{ display: block; width: 249px; height: 46px; line-height: 46px; font-size: 18px; font-size: 1.8rem; margin-top: 36px; color: #ffffff; text-align: center; background: #edc14f; box-shadow: 0px 15px 30px 0px rgba(237, 193, 79, 0.31); border-radius: 23px;}
.sobamor:hover{ background: #15b3db; box-shadow:none; color: #fff;}

@media screen and (max-width:1359px) {
.fenbanner2 .zong{ padding-top: 40px;}
.sobatu{ width: 400px;}
.sobazi{ width: calc(100% - 430px);}

.sobabiao{ font-size: 40px; font-size: 4rem; line-height: 54px;}
.sobabiao sup{ font-size: 26px; font-size: 2.6rem;}
.sobamor{ width: 180px; height: 40px; line-height: 38px; font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.sobatu{ width: 300px;}
.sobazi{ width: calc(100% - 320px);}
}
@media screen and (max-width:767px) {
.fenbanner2 .zong{ align-items: center; padding-top: 20px;}
.sobatu{ width: 200px;}
.sobazi{ width: calc(100% - 220px);}

.sobabiao{ font-size: 30px; font-size: 3rem; line-height: 44px;}
.sobabiao sup{ font-size: 20px; font-size: 2rem;}
.sobap{ margin-top: 10px;}
}
@media screen and (max-width:499px) {
.sobatu{ width: 100%; max-width: 180px; margin: auto;}
.sobazi{ width: 100%; margin-top: 20px;}
}

.somain2{ padding-top: 50px; padding-bottom: 88px;}

#outer { font-size:0px; position: relative;}
#tab {zoom: 1; font-size:0px; text-align: center; position: relative;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; text-align: center; width: 33.333%; padding: 3px 10px; padding-bottom: 17px; border-bottom: 1px solid #f2f2f2; z-index: 1}
#tab li:before{content: ""; position: absolute; width: 137px; height: 19px; background: url("../images/so2be.jpg") no-repeat top; bottom: -15px; left: 50%; transform: translateX(-50%); transition: 0.5s; z-index: -1; opacity: 0; background-size: 100%;}
#tab li span{color: #c8c8c8; font-family: Lato-BlackItalic, Arial, "Arial Black", "sans-serif", Verdana; font-size: 36px; font-size: 3.6rem; line-height: 42px;}

#tab li.current:before{ opacity: 1}
#tab li.current span{color: #15b3db;}

#content { display: block;}
#content .tabul {display: none; font-size:0px; vertical-align:middle; padding-top: 27px;}

@media screen and (max-width:1359px) {
#tab li span{ font-size: 26px; font-size: 2.6rem; line-height: 32px;}
.somain2{ padding-top: 30px;}
}
@media screen and (max-width:999px) {
#tab li{ padding-bottom: 10px;}
#tab li span{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
#tab li:before{ width: 69px; height: 10px; bottom: -8px;}
#content .tabul { padding-top: 15px;}
}
@media screen and (max-width:767px) {
.somain2{ padding-top: 30px;}
}

.somain2 .row{ margin-left: -14px; margin-right: -14px;}
.somain2 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.somain2 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.somain2 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.somain2 .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;}
	
.somain2 .owl-carousel .owl-item{float: left; padding: 14px;}
.somain2 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.somain2 .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);}
.somain2 .owl-theme .owl-controls{ text-align: center;}
.somain2 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline; margin-top: 37px;}
.somain2 .owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px; background: #15b3db; margin: 0 5px; border-radius: 7px; font-size: 0px;}
.somain2 .owl-theme .owl-controls .owl-page.active span,.somain2 .owl-theme .owl-controls.clickable .owl-page:hover span{ width: 67px;}

.somain2 .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.somain2 .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.somain2 .owl-theme .owl-prev{ left: 0px;}
.somain2 .owl-theme .owl-next{ right: 0px;}
.somain2 .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.somain2 .item{box-shadow: 0px 0px 18px 0px rgba(124, 124, 124, 0.09); border-radius: 10px; background: #ffffff; padding:30px 20px;}
.so2a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; text-align: center;}
.so2p{ padding-top: 16px; line-height: 31px;}
.so2xiang p em{color: #15b3db;font-style: normal;}

@media screen and (max-width:1359px) {
.somain2{ padding-top: 50px; padding-bottom: 50px;}
.so2a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.so2p{ margin-top: 10px;}

.somain2 .item{ padding:20px 10px;}
.somain2 .owl-theme .owl-controls .owl-page span{width: 10px;height: 10px; border-radius: 5px; margin: 0 3px;}
.somain2 .owl-theme .owl-controls .owl-page.active span,.somain2 .owl-theme .owl-controls.clickable .owl-page:hover span{ width: 30px;}
.somain2 .owl-theme .owl-controls .owl-page{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
.somain2 .row{ margin-left: -8px; margin-right: -8px;}
.somain2 .owl-carousel .owl-item{ padding: 8px;}
    
.somain2 .owl-theme .owl-controls .owl-page span{width: 8px;height: 8px; border-radius: 5px; margin: 2px;}
.somain2 .owl-theme .owl-controls .owl-page.active span,.somain2 .owl-theme .owl-controls.clickable .owl-page:hover span{ width: 30px;}

.somain2{ padding-top: 30px; padding-bottom: 30px;}
}

.so2xiang{ padding-top: 7px; line-height: 33px;}
.so2xiang strong{ color: #333333; font-size: 26px; font-size: 2.6rem;}

.soshipin{position: relative; padding-bottom:40.2%;height: 0;overflow: hidden; margin-top: 57px;}
.soshipin iframe,.soshipin video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.soshipin iframe body{ margin:0px !important;}

@media screen and (max-width:1359px) {
.so2xiang strong{ font-size: 20px; font-size: 2rem;}
}
@media screen and (max-width:999px) {
.so2xiang strong{ font-size: 18px; font-size: 1.8rem;}
.soshipin{ margin-top: 30px;}
}
@media screen and (max-width:767px) {
.so2xiang strong{ font-size: 16px; font-size: 1.6rem;}
}

/****************************  customers  ***************************/
.csmain{ padding-top: 22px; padding-bottom: 100px;}
.csbiao{ text-align: center; font-size: 46px; font-size: 4.6rem; line-height: 54px; font-family: Lato-BlackItalic, Arial, "Arial Black", "sans-serif", Verdana; color: #15b3db;}
.cs1p{ text-align: center; color: #999999; margin-top: 18px;}
.cs1p p{color: #999999;}
.csmor{ display: block; width: 224px; height: 46px; text-align: center; line-height: 46px; font-size: 18px; font-size: 1.8rem; color: #ffffff; background: #15b3db; box-shadow: -3px 15px 30px 0px rgba(21, 179, 219, 0.31); border-radius: 23px; margin: auto; margin-top: 57px;}
.csmor:hover{background-color: #edc14f;	box-shadow: 0px 15px 30px 0px rgba(237, 193, 79, 0.31); color: #fff}

@media screen and (max-width:1359px) {
.csmain{ padding-top: 20px; padding-bottom: 80px;}
.csbiao{ font-size: 36px; font-size: 3.6rem; line-height: 44px;}

.csmor{ width: 180px; height: 46px; line-height: 46px; font-size: 14px; font-size: 1.4rem; margin-top: 30px;}
}
@media screen and (max-width:999px) {
.csbiao{ font-size: 26px; font-size: 2.6rem; line-height: 34px;}
.cs1p{margin-top: 10px;}
}
@media screen and (max-width:767px) {
.csmain{ padding-top: 20px; padding-bottom: 40px;}
.csmor{ margin-top: 20px;}
.csbiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
}

/****************************  customers1  ***************************/
.csmain2{ padding-top: 68px; padding-bottom: 120px;}
.cs2biao{ text-align: center; color: #19b0d5; font-size: 36px; font-size: 3.6rem; line-height: 50px; font-family: Lato-BlackItalic, Arial, "Arial Black", "sans-serif", Verdana;}
.cs2n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.cs2lie{ width: 48.428%; margin-top: 61px;} 
.csshipin{ display: block; overflow: hidden;}
.csshipin img{width: 100%;}
.cs2zi{ padding-top: 14px;}
.cs2a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.cs2p{color: #999999; margin-top: 10px;}
.cs2p p{color: #999999;}

.fenye{ text-align: center; font-size: 0px; padding-top: 81px;}
.fenye a,.fenye span{display: inline-block; vertical-align: middle; margin: 5px; height: 40px; line-height: 36px; padding: 0 15px 0 14px; font-size: 16px; font-size: 1.6rem; border: solid 1px #999999; border-radius: 4px; background: #fff; color: #666666;}
.fenye a:hover,.dangfen{ background: #00bce4 !important; border-color: #00bce4 !important; color: #ffffff !important;}
.fenye .no:hover{color: #666666!important;background: #fff !important; border: solid 1px #999999 !important;}

@media screen and (max-width:1359px) {
.csmain2{ padding-top: 30px; padding-bottom: 50px;}
.cs2lie{ margin-top: 20px;} 
.cs2a{ font-size: 20px; font-size: 2rem; line-height: 30px;}

.fenye{ padding-top: 50px;}
}
@media screen and (max-width:999px) {
.cs2a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.cs2biao{ font-size: 26px; font-size: 2.6rem; line-height: 40px;}
}
@media screen and (max-width:767px) {
.csmain2{ padding-top: 20px; padding-bottom: 30px;}
.cs2biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}

.cs2zi{ padding-top: 6px;}
.fenye{ padding-top: 40px;}
.fenye a,.fenye span{ height: 30px; line-height: 26px; padding: 0 10px; font-size: 14px; font-size: 1.4rem;}
.cs2a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width:399px) {
.cs2lie{ width: 100%;} 
}

.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%;}
}

/****************************  news  ***************************/
.nemain1{background: #f9f9f9; border-radius: 24px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 40px;}
.netu{ width: 36.57%; overflow: hidden;}
.netu img{width: 100%;}
.nezi{width: 62%; padding: 35px;}
.neev{display: block;}
.nea{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 13px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.nep{ border-bottom: 1px solid #e5e5e5; padding-bottom: 39px; margin-top: 25px;}
.nep a{display: block; color: #999; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}

.neb{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 43px;}

@media screen and (max-width:1359px) {
.nemain1{ margin-top: 25px;}
.netu{ width: 45%;}
.nezi{width: 55%; padding: 20px;}
.nea{ font-size: 20px; font-size: 2rem; margin-top: 10px;}
.nep{ padding-bottom: 20px; margin-top: 10px;}
.neb{ padding-top: 10px;}
}
@media screen and (max-width:999px) {
.nea{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:767px) {
.netu{ width: 100%; max-width: 400px; margin: auto; border-radius: 24px;}
.nezi{width: 100%; padding: 20px 10px;}
.nea{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
}

.nemain2{ padding-top: 25px; padding-bottom: 95px;}
.nen{ display: flex; flex-flow: wrap;justify-content: flex-start;}
.nelie{ width: 31.4%; margin-left: 2.9%; display: inline-block; vertical-align: top; border-bottom: 3px solid #dfdfdf; margin-top: 60px; transition: 0.5s;}
.nelie:nth-child(3n-2){margin-left: 0px;}
.netu2{ display: block; border-radius: 24px; overflow: hidden;}
.netu2 img{width: 100%; border-radius: 24px;}
.nezi2{ padding: 14px 20px; padding-bottom: 19px;}
.neev2{ display: block;}
.nea2{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; margin-top: 2px;}
.nep2{}
.nep2 a{display: block; color: #999; margin-top: 11px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.neb2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 17px;}
.neb2 span,.neb2 a{ color: #999999;}

.nelie:hover a,.nelie:hover span{ color: #15b3db;}
.nelie:hover{ border-color: #15b3db;}

@media screen and (max-width:1359px) {
.nelie{ border-width: 1px; margin-top: 30px;}
.nezi2{ padding: 14px 0px; padding-bottom: 15px;}
}
@media screen and (max-width:999px) {
.nemain2{ padding-top: 10px; padding-bottom: 50px;}
.nea2{ font-weight: bold;}
.nep2 a{ margin-top: 5px;}
.neb2{ padding-top: 5px;}
}
@media screen and (max-width:767px) {
.nelie{ width: 49%; margin-left: 2%; margin-top: 15px;}
.nelie:nth-child(2n-1){margin-left: 0px;}

.netu2{ border-radius: 10px;}
.netu2 img{ border-radius: 10px;}
.neb2 a{ display: none}
.nezi2{ padding: 10px 0px;}
}

/****************************  news2  ***************************/
.ne2main{ padding-top: 46px; padding-bottom: 55px;}
.ne2main h1{ text-align: center; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Lato-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.net{ text-align: center; margin-top: 27px; border-bottom: 1px solid #dcdcdc; padding-bottom: 33px;}
.neriqi2{ color: #999; display: inline-block; vertical-align: middle;}
.neriqi2 span{color: #19b0d5; display: inline-block; vertical-align: bottom; margin-right: 10px;}
.net .share{display: inline-block; vertical-align: middle; margin: auto; margin-left: 20px;}
.net .share1{ font-size: 16px; font-size: 1.6rem; color: #999; display: inline-block; vertical-align: middle;}
.net .share2{display: inline-block; vertical-align: middle;}

.nexiang{ padding-top: 35px;}
.nexiang p,.nexiang em,.nexiang strong{color: #333;}
.nexiang img{ display: inline-block;}
.nexiang a{ color: #15b3db;display: inline-block;}

.fanpian{ display: flex; flex-flow: wrap; justify-content: space-between; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; margin-top: 50px;}
.fanpian li{ position: relative; color: #999999; line-height: 26px; padding: 11px 0; width:48%}
.fanpian li i{ color: #666666; position: absolute; top: 50%; transform: translateY(-50%);}
.fanpian li span{ color: #333333; display: block;}
.fanpian li a{color: #999999; display: block;}

.fanpian li:nth-child(1){ padding-left: 30px; padding-right: 20px;}
.fanpian li:nth-child(2){ padding-right: 30px; text-align: right;}
.fanpian li:nth-child(1) i{ left: 0px;}
.fanpian li:nth-child(2) i{ right: 0px;}

@media screen and (max-width:999px) {
.ne2main{ padding-top: 20px; padding-bottom: 40px;}
.fanpian{ margin-top: 30px;}
.nexiang{ padding-top: 20px;}
.net{ margin-top: 10px; padding-bottom: 10px;}
.net .share1{ font-size: 14px; font-size: 1.4rem;}
    
.fanpian li{ width: 100%; padding-right: 0px !important;}
.fanpian li:nth-child(2){ padding-right: 0px; padding-left: 30px; text-align: left;}
.fanpian li:nth-child(2) i{ right: auto; left: 0px;}
}
@media screen and (max-width:767px) {
.ne2main{ padding-top: 20px; padding-bottom: 30px;}
.net .share1{ font-size: 12px; font-size: 1.2rem;}
.ne2main h1{ font-size: 18px; font-size: 1.8rem;}
}

.homain{ padding-bottom: 70px;}
.hobiao{ text-align: center;}
.homain .nelie{ margin-top: 40px;}

@media screen and (max-width:999px) {
.homain{ padding-bottom: 40px;}
.homain .nelie{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
.homain .nelie:nth-child(3){ display: none}
}

/****************************  about  ***************************/
.fenbanner3{ position: relative; background: #f2f9fa url("../images/fenbanner.jpg") no-repeat center 20px;}
.fenbanner3 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 74px;}
.fenbanner3:before{content: ""; position: absolute; width: 100%; height: 100%; background: url("../images/ab1banner.jpg") no-repeat bottom center; background-size: 100%; z-index: 1}
.ab1tu{ width: 362px; z-index: 2;}
.ab1zi{ width: calc(100% - 454px); padding-top: 18px; z-index: 2;}

.ab1biao{ font-size: 36px; font-size: 3.6rem; color: #19b0d5; line-height: 42px; padding-bottom: 22px; font-family: Lato-BlackItalic, Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.ab1biao:before{content: ""; position: absolute; right: 216px; left: 0px; height: 1px; background: #e7e7e7; bottom: 0px;}
.ab1p{ margin-top: 13px; line-height: 33px; color: #333333;}
.ab1p p{color: #333333;}
.yinsi p em{font-style: normal;}
.ab1p p strong,.yinsi p em{color: #19b0d5; font-size: 24px; font-size: 2.4rem; line-height: 40px; font-family: Lato-BlackItalic, Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}
.ab1mor{ display: block; width: 146px; height: 46px; line-height: 44px; text-align: center; color: #ffffff; font-size: 18px; font-size: 1.8rem;background: #15b3db; color: #fff; border: box-shadow: 0px 15px 30px 0px rgba(21, 179, 219, 0.31); border-radius: 23px; margin-top: 21px;}
.ab1mor:hover{  color: #fff; border: 1px solid #edc14f;background: #edc14f;  }

.yinsi{ margin-top:20px; margin-bottom:20px;}
.yinsi p a{color: #19b0d5;}
.yinsi p a:hover{ color:#666}
@media screen and (max-width:1359px) {
.ab1tu{ width: 260px;}
.ab1zi{ width: calc(100% - 280px); padding-top: 0px;}

.ab1biao{ font-size: 30px; font-size: 3rem; line-height: 40px; padding-bottom: 15px;}
}
@media screen and (max-width:999px) {
.fenbanner3 .zong{ padding-top: 30px;}
.ab1p p strong,.yinsi p em{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.ab1mor{ width: 120px; height: 40px; line-height: 38px; font-size: 14px; font-size: 1.4rem; margin-top: 15px;}
}
@media screen and (max-width:767px) {
.fenbanner3 .zong{ padding-top: 20px; padding-bottom: 30px;}
.ab1tu{ display: none;}
.ab1zi{ width: 100%; padding-top: 0px;}
.ab1p p strong,.yinsi p em{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.ab1biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-bottom: 15px;}
}

.abmain2{ padding-top: 50px; padding-bottom: 110px;}
.ab2n{ padding-top: 30px;}
.ab2lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 60px;}


.ab2lie_xz{display: flex; flex-flow: wrap;justify-content: flex-start; align-items: center;margin-top: 60px; margin-left:10px; }
.ab2tu{ width: 226px;}
.ab2zi{ width: calc(100% - 316px);}
.ab2a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Lato-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.ab2p{color: #999999; margin-top: 23px; line-height: 36px;}
.ab2p p{color: #999999;}

@media screen and (max-width:1359px) {
.abmain2{ padding-top: 40px; padding-bottom: 60px;}
.ab2n{ padding-top: 10px;}
.ab2lie{ margin-top: 30px;}
.ab2tu{ width: 180px;}
.ab2zi{ width: calc(100% - 210px);}

.ab2a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.ab2p{ margin-top: 10px;}
}
@media screen and (max-width:767px) {
.abmain2{ padding-top: 30px; padding-bottom: 30px;}
.ab2tu{ width: 100px;}
.ab2zi{ width: calc(100% - 120px);}

.ab2a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.ab2p{ margin-top: 5px;}
.ab2lie_xz{display: flex; flex-flow: wrap;justify-content: flex-start; align-items: center;margin-top: 60px;}
}

.abmain3{ background: #f9fcfd url("../images/ab3bei.jpg") no-repeat top center; background-size: 100%; padding-top: 210px; padding-bottom: 86px; display:none}
.ab3p{ max-width: 1160px; margin: auto;  margin-top: 32px; line-height: 36px;}
.ab3mor{ display: block; margin: auto; width: 243px; height: 49px; line-height: 47px; text-align: center; background: #15b3db; border: 1px solid #15b3db; box-shadow: 0px 15px 30px 0px rgba(21, 179, 219, 0.31); border-radius: 25px;color: #ffffff; font-size: 18px; font-size: 1.8rem; margin-top: 56px;}
.ab3mor:hover{  background: #edc14f; color: #fff; border: 1px solid #edc14f; }

@media screen and (max-width:1359px) {
.abmain3{ padding-top: 100px; padding-bottom: 50px;}
.ab3p{ margin-top: 15px;}
.ab3mor{ width: 200px; height: 42px; line-height: 40px; font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.abmain3{ padding-top: 50px; padding-bottom: 30px;}
}

/****************************  contact  ***************************/
.comain1{  padding-top: 15px; padding-bottom: 15px;}
.comain1 .mp a{ display:inline-block;color:#15b3db}
.comain1 .mp a:hover{color: #666666;}
.colie{ width: 47.7%; margin: auto;   padding:30px;  text-align: center;}
.cotu{ width: 106px; position: absolute; left: 40px; top: 0px; transform: translateY(-50%);}
.cop{ font-size: 20px; font-size: 2rem; line-height: 30px; text-align: center; color: #333333;}
.coa{ font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 25px; font-family: Lato-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

.colien{ display: inline-block; vertical-align: middle;}

@media screen and (max-width:1359px) {
.cop{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.coa{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.comain1{ padding-top: 30px; padding-bottom: 30px;}
.colie{ width: 49%; padding:20px 10px; }
.cotu{ width: 60px; left: 20px;}
}
@media screen and (max-width:767px) {

.cop{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.coa{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:599px) {
.comain1{ padding-top: 20px; padding-bottom: 20px;}
.colie{ width: 100%; margin: 15px 0;}
}












@media screen and (max-width:1359px) {

}
@media screen and (max-width:999px) {

}
@media screen and (max-width:767px) {

}


















@media screen and (max-width:1359px) {

}
@media screen and (max-width:999px) {

}
@media screen and (max-width:767px) {

}









@font-face {
  font-family: Lato-Regular;
  font-display: swap;
  src: url("../fonts/Lato-Regular.woff2") format("woff2"),
       url("../fonts/Lato-Regular.woff") format("woff"),
       url("../fonts/Lato-Regular.ttf") format("truetype"),
       url("../fonts/Lato-Regular.eot") format("embedded-opentype"),
       url("../fonts/Lato-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Lato-Bold;
  font-display: swap;
  src: url("../fonts/Lato-Bold.woff2") format("woff2"),
       url("../fonts/Lato-Bold.woff") format("woff"),
       url("../fonts/Lato-Bold.ttf") format("truetype"),
       url("../fonts/Lato-Bold.eot") format("embedded-opentype"),
       url("../fonts/Lato-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont"; /* Project id 3938126 */
 font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1678236644327') format('woff2'),
       url('../fonts/iconfont.woff?t=1678236644327') format('woff'),
       url('../fonts/iconfont.ttf?t=1678236644327') format('truetype');
}
@font-face {
    font-family: Lato-BlackItalic;
    font-display: swap;
    src: url('../fonts/LatoBlackItalic.eot');
    src: url('../fonts/LatoBlackItalic.eot') format('embedded-opentype'),
         url('../fonts/LatoBlackItalic.woff2') format('woff2'),
         url('../fonts/LatoBlackItalic.woff') format('woff'),
         url('../fonts/LatoBlackItalic.ttf') format('truetype'),
         url('../fonts/LatoBlackItalic.svg#LatoBlackItalic') format('svg');
}

.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-maoyi-:before {
  content: "\ea0e";
}
.wuone{ font-size:14px; font-size:1.4rem; line-height:30px;}
.xunpanc{ width:100%; margin-top:10px;}
.xunpanc .table table tr td{font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;}
.xunpanc a{ color:#333} 	
.xunpanc a:hover{ color:#00bdf1}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #00bdf1;
	cursor: pointer;
	border: 1px solid #00bdf1;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	border: #fff solid 1px;
	background: #333;
	color: #00bdf1
}
 @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
}
}

.contanct a{display: inline-block;text-decoration: underline;}
.banner1 .slick-arrow{display: none !important;}


div[id^="st-cmp-v"] {display: none;}
.share2 .st-remove-label{display: inline-block !important;}
#st-el-2 .st-btn > span {
  display: inline-block;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: top;
  width: 96px;
  color: #fff !important;
}


