﻿@import url("font-awesome.min.css");
@import url("swiper.min.css");
@import url("aos.css");
@charset "UTF-8";
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
html, body, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em { margin: 0; padding: 0; border: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
body { margin: 0; font-family: "Microsoft YaHei", "微软雅黑", "宋体"; line-height: 1.85; font-size: 13px; background: #fff; color: #44443c; }
h1 { font-size: 2em; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
figure { margin: 1em 40px; }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }
a { -webkit-text-decoration-skip: objects; background-color: transparent; }
abbr[title] { border-bottom: none; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #44443c; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup, select, textarea { line-height: 1.42857143; margin: 0; outline: none; font-family: "Microsoft YaHei", "微软雅黑", "宋体"; }
body, button, input, select, textarea { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type=button], [type=reset], [type=submit] { -webkit-appearance: button; }
 button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
 border-style:none;
 padding:0;
}
 button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
 outline:1px dotted ButtonText;
}
fieldset { padding: .35em .75em .625em; }
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
[type=checkbox], [type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
 height:auto;
}
[type=search] { -webkit-appearance: textfield; outline-offset: -2px; }
 [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
 -webkit-appearance:none;
}

::-webkit-file-upload-button {
 -webkit-appearance:button;
 font:inherit;
}
summary { display: list-item; }
article, aside, footer, header, nav, section, figcaption, figure, main, details, menu { display: block; }
pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
audio, video, canvas { display: inline-block; }
template, [hidden] { display: none; }
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }
a { color: #44443c; text-decoration: none; }
a:hover { color: #008AE0; }
ul, li, ol { margin: 0; list-style: none; padding: 0; }
.container, .container-big { width: 1200px; min-width: 360px !important; margin: 0 auto; padding: 20px 0; overflow: hidden; }
.container-big { width: 100%; }
.min-inner { overflow: hidden; }

@media screen and (max-width:767px) {
.container { width: 96%; padding: 10px 0; }
}

@media screen and (max-width:479px) {
}
/**/
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.absolute { position: absolute; }
.pors { position: relative; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.hide { opacity: 0; }
.en { font-family: 'gotham-medium'; }
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #666;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #666;
}/*统一全局样式*/
.main-container { }
.container-color { background: #F6F6F6; }

@media screen and (max-width:767px) {
}

@media screen and (max-width:479px) {
}
/**/
header { position: sticky; left: 0; top: 0; width: 100%; z-index: 999; transition: all .6s ease-in-out; -webkit-box-shadow: 0 12px 14px 0 rgba(0,0,0,.05); box-shadow: 0 12px 14px 0 rgba(0,0,0,.05); background: #fff; }
header .container { padding: 0 0; overflow: visible; }
.head-fixed { position: fixed; border-bottom-color: #fff; }
.head-inner { height: 100px; position: relative; }
.head-inner .logo-inner { float: left; width: 139px; height: 100%; display: flex; align-items: center; overflow: hidden; background-repeat: no-repeat; background-position: left center; background-image: url(../images/logo.svg); text-indent: -99999px; }
.head-inner .logo-inner img { display: none; }
.head-inner .logo-inner a { display: block; width: 100%; height: 100%; }
.head-inner aside { float: right; height: 100%; }
.head-inner .nav { float: left; height: 100%; }
.head-inner .nav .nav-list { float: left; z-index: 999; margin-left: 60px; height: 100%; position: relative; }
.head-inner .nav h3 { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 16px; }
.head-inner .nav h3:after { content: ''; left: 0; bottom: 0px; position: absolute; display: block; width: 0; height: 2px; background: #008AE0; transition: all .6s ease-in-out; }
.head-inner .cur h3:after, .head-inner .nav-list:hover h3:after { width: 100%; }
.head-inner .nav h3 a { display: block; color: #44443c; }
.head-inner .nav .sub-nav { position: absolute; width: 120px; left: 50%; margin-left: -60px; top: 100%; z-index: 98; background: #fff; display: none; text-align: center; overflow: hidden; transition: all .6s ease-in-out; }
.head-inner .nav .sub-nav li { overflow: hidden; height: 40px; display: block; line-height: 40px; text-align: center; font-size: 14px; }
.head-inner .nav .sub-nav li a { display: block; transition: all .6s ease-out; }
.head-inner .nav .sub-nav li a:hover { background: #008AE0; color: #fff; }
.head-inner .menu-button { float: right; font-size: 18px; width: 48px; height: 100%; margin-right: 10px; display: flex; align-items: center; justify-content: center; background: url(../images/menu-icon.png) no-repeat center; background-size: auto 28px; text-indent: -9999px; cursor: pointer; display: none; }

@media screen and (max-width:767px) {
.head-inner { height: 80px; }
.head-inner .logo-inner { background-size: auto 80px; }
.head-inner .nav { display: none; }
.head-inner .menu-button { display: flex; }
}

@media screen and (max-width:479px) {
}
/**/

footer { background: #1B1B1B; color: #fff; margin-top: 30px; }
footer a { color: #fff; }
footer a:hover { color: #fff; text-decoration: underline; }
footer .container { }
.foot-inner { padding: 20px 0; padding-bottom: 0; overflow: hidden; display: flex; justify-content: space-between; }
.foot-inner dl { float: left; position: relative; overflow: hidden; margin-right: 4%; }
.foot-inner dl:nth-child(1) { }
.foot-inner dl:nth-child(2) { }
.foot-inner dl:nth-child(3) { }
.foot-inner dl:nth-child(4) { margin-right: 0; }
.foot-inner ul, .foot-inner strong, .foot-inner dt, .foot-inner dd, .foot-inner li { display: block; line-height: 30px; overflow: hidden; font-size: 14px; }
.foot-inner strong { }
.foot-inner strong img { max-width: 100%; vertical-align: middle; }
.foot-inner dt { margin-top: 20px; font-size: 38px; font-weight: 800; position: relative; padding-bottom: 25px; }
.foot-inner dt:after { content: ''; position: absolute; left: 0; bottom: 0; width: 48px; height: 4px; background: #fff; }
.foot-inner dd { padding-top: 10px; }
.foot-inner ul { }
.foot-inner label { display: block; font-size: 16px; font-weight: 800; }
.foot-inner dl:nth-child(3) li { margin-bottom: 20px; }
.foot-inner dl:nth-child(4) li { float: left; margin-left: 50px; }
.foot-inner li img, .foot-inner li span { display: block; text-align: center; }
.foot-inner li img { max-width: 100%; vertical-align: middle; margin-bottom: 5px; margin-top: 5px; }
.foot-power { overflow: hidden; background: #141414; font-size: 14px; text-align: center; text-transform: capitalize; }
.foot-power .container { padding: 10px 0; }
.foot-power a { }

@media screen and (max-width:767px) {
footer .container { padding: 0 0; }
.foot-inner { display: none; }
}

@media screen and (max-width:479px) {
.foot-power { font-size: 13px; }
}
/**/

.banner-wrap { position: relative; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden; }
.banner-wrap:after { content: ''; position: absolute; z-index: 2; left: 0; top: 0; display: table-cell; width: 100%; height: 100%; background: rgba(0,0,0,.15); opacity: 1; }
.banner-wrap .banner-inner { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; }
.banner-wrap .banner-inner .container { display: flex; height: 100%; align-items: center; justify-content: center; flex-direction: column; }
.banner-wrap .banner-inner h3, .banner-wrap .banner-inner label { display: block; text-align: center; width: 100%; overflow: hidden; line-height: 1.85; color: #fff; }
.banner-wrap .banner-inner h3 { font-size: 30px; font-weight: 800; text-transform: uppercase; }
.banner-wrap .banner-inner label { font-size: 18px; }
.banner-wrap .banner-inner label a { color: #fff; }
.banner-wrap .image-inner { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; justify-content: center; }
.banner-wrap .image-inner img { width: 100%; align-items: center; }

@media screen and (max-width:767px) {
}

@media screen and (max-width:479px) {
}
/**/
.column-wrap { background: #F4F4F4; }
.column-wrap .container { padding: 0 0; }
.column-inner { overflow: hidden; }
.column-inner li { float: left; line-height: 50px; font-size: 16px; position: relative; }
.column-inner li a { display: block; padding: 0 20px; }
.column-inner li:hover, .column-inner li.cur { background: #008AE0; }
.column-inner li:hover a, .column-inner li.cur a { color: #fff; }

@media screen and (max-width:767px) {
.column-inner li { line-height: 40px; font-size: 15px; }
.column-inner li a { padding: 0 10px; }
}

@media screen and (max-width:479px) {
}
/**/
.inside-caption, .index-caption { padding: 20px 0; overflow: hidden; }
.inside-caption { position: relative; }
.inside-caption .title, .inside-caption .text { overflow: hidden; }
.inside-caption .title { font-size: 48px; font-weight: 800; line-height: 55px; }
.inside-caption .text { line-height: 35px; padding: 20px 0; position: relative; text-transform: uppercase; font-size: 30px; color: #666; }
.inside-caption .text:after { content: ''; position: absolute; left: 0; width: 105px; height: 3px; background: #008AE0; bottom: 0; }
.index-caption { }
.index-caption .title, .index-caption .text, .index-caption .list { display: block; overflow: hidden; text-align: center; line-height: 50px; }
.index-caption .title { font-size: 30px; color: #B0B0B0; font-weight: 800; text-transform: uppercase; }
.index-caption .text { font-size: 36px; }
.index-caption .text h3 { position: relative; font-weight: 800; padding: 0 60px; display: inline-block; }
.index-caption .text h3:after, .index-caption .text h3:before { content: ''; position: absolute; top: 50%; margin-top: -1px; width: 40px; height: 2px; background: #44443c; }
.index-caption .text h3:after { left: 0; }
.index-caption .text h3:before { right: 0; }
.index-caption .text span { color: #008AE0; }
.index-caption .list { margin-top: 10px; display: flex; justify-content: center; }
.index-caption .list li { display: inline-block; width: 180px; height: 46px; line-height: 44px; border: 1px solid #D9D9D9; font-size: 16px; text-align: center; background-repeat: no-repeat; background-position: 20px center; padding-left: 30px; }
.index-caption .list li:nth-child(1) { background-image: url(../images/tab-icon-1.png); }
.index-caption .list li:nth-child(1):hover, .index-caption .list li.on:nth-child(1) { background-image: url(../images/tab-icon-1-hover.png); border-color: #008AE0; color: #008AE0; }
.index-caption .list li:nth-child(2) { background-image: url(../images/tab-icon-2.png); }
.index-caption .list li:nth-child(2):hover, .index-caption .list li.on:nth-child(2) { background-image: url(../images/tab-icon-2-hover.png); border-color: #008AE0; }

@media screen and (max-width:767px) {
.inside-caption, .index-caption { padding: 10px 0; }
.inside-caption .title { font-size: 24px; line-height: 30px; }
.inside-caption .text { line-height: 30px; padding: 10px 0; font-size: 16px; }
.index-caption .title, .index-caption .text, .index-caption .list { line-height: 35px; }
.index-caption .title { font-size: 18px; }
.index-caption .text { font-size: 26px; }
.index-caption .text h3 { padding: 0 30px; }
.index-caption .text h3:after, .index-caption .text h3:before { content: ''; position: absolute; top: 50%; margin-top: -1px; width: 20px; height: 2px; background: #44443c; }
.index-caption .text h3:after { left: 0; }
.index-caption .text h3:before { right: 0; }
.index-caption .text span { color: #008AE0; }
.index-caption .list { margin-top: 10px; display: flex; justify-content: center; }
.index-caption .list li { display: inline-block; width: 150px; height: 46px; line-height: 44px; border: 1px solid #D9D9D9; font-size: 16px; text-align: center; background-repeat: no-repeat; background-position: 20px center; padding-left: 30px; }
.index-caption .list li:nth-child(1) { background-image: url(../images/tab-icon-1.png); }
.index-caption .list li:nth-child(1):hover, .index-caption .list li.on:nth-child(1) { background-image: url(../images/tab-icon-1-hover.png); border-color: #008AE0; color: #008AE0; }
.index-caption .list li:nth-child(2) { background-image: url(../images/tab-icon-2.png); }
.index-caption .list li:nth-child(2):hover, .index-caption .list li.on:nth-child(2) { background-image: url(../images/tab-icon-2-hover.png); border-color: #008AE0; }
}

@media screen and (max-width:479px) {
}
/**/

.single-inner { padding: 20px 0; font-size: 16px; line-height: 2.25; overflow: hidden; }
.single-inner strong { font-size: 30px; font-weight: 800; display: block; }
.single-inner img { width: 100%; vertical-align: middle; margin: 10px auto; display: block; }
.single-inner a { color: #008AE0; text-decoration: underline; }

@media screen and (max-width:767px) {
.single-inner { padding: 10px 0; font-size: 15px; }
.single-inner strong { font-size: 24px; }
.single-inner table, .single-inner tr, .single-inner td { width: 100% !important; padding: 0 0; height: auto; float: left; }
}

@media screen and (max-width:479px) {
}
/**/
.contact-list { padding: 20px 0; padding-top: 0; overflow: hidden; }
.contact-list li { margin: 10px 0; overflow: hidden; position: relative; padding-left: 35px; line-height: 35px; font-size: 16px; background-repeat: no-repeat; background-position: left 8px; }
.contact-list li:nth-child(1) { background-image: url(../images/phone-icon.png); }
.contact-list li:nth-child(2) { background-image: url(../images/zip-icon.png); }
.contact-list li:nth-child(3) { background-image: url(../images/web-icon.png); }
.contact-list li:nth-child(4) { background-image: url(../images/pos-icon.png); }
.contact-list li dd { float: left; width: 120px; margin: 0 20px; overflow: hidden; }
.contact-list li dd img, .contact-list li dd span { display: block; text-align: center; }
.contact-list li dd img { max-width: 100%; vertical-align: middle; margin-bottom: 5px; margin-top: 5px; }
.map-box { margin: 0 auto; width: 100%; height: 450px !important; overflow: hidden; }
#map-inner { overflow: hidden; height: 100%; }
#map-inner label { max-width: none; }
#map-inner div { box-sizing: initial; }

@media screen and (max-width:767px) {
.contact-list { padding: 10px 0; }
.contact-list li { margin: 5px 0; line-height: 30px; font-size: 14px; background-position: left 5.5px; }
.map-box { height: 350px !important; }
.contact-list li:nth-child(5) { display: flex; align-items: center; justify-content: center; padding-left: 0; }
.contact-list li dd { margin: 0 10px; }
}

@media screen and (max-width:479px) {
}
/**/
.news-list { padding: 20px 0; overflow: hidden; }
.news-list li { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #D9D9D9; overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-flow: wrap row; flex-flow: wrap row; -webkit-justify-content: center; justify-content: center; }
.news-list li .image-inner, .news-list li .text-inner { overflow: hidden; line-height: 30px; font-size: 14px; }
.news-list li .image-inner { float: left; width: 25%; position: relative; height: 0; padding-bottom: 16.25%; z-index: 1; }
.news-list li .image-inner a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
.news-list li .image-inner .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.news-list li .image-inner .image img { width: 100%; height: 100%; object-fit: cover; transition: all .6s ease-in-out; }
.news-list li:hover .image-inner .image img { transform: scale(1.025); }
.news-list li .image-inner .image:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.news-list li:hover .image-inner .image:before { opacity: 1; }
.news-list li .image-inner .image:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 30px; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .3s ease-out; }
.news-list li:hover .image-inner .image:after { opacity: 1; top: 50%; margin-top: -17px; }
.news-list li .text-inner { padding-left: 35px; -webkit-flex: 1; flex: 1; -webkit-flex-direction: column; flex-direction: column; display: flex; align-items: center; justify-content: center; }
.news-list li .text-inner .title { width: 100%; font-size: 20px; font-weight: 800; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.news-list li .text-inner:hover .title a { color: #008AE0; }
.news-list li .text-inner .text { margin: 10px 0; width: 100%; height: 90px; overflow: hidden; color: #666; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.news-list li .text-inner .other { width: 100%; overflow: hidden; }
.news-list li .text-inner .other dt, .news-list li .text-inner .other dd { float: left; height: 42px; line-height: 42px; padding-left: 25px; background-repeat: no-repeat; background-position: left center; color: #999; margin-right: 20px; }
.news-list li .text-inner .other dt { padding-right: 25px; background: #008AE0; }
.news-list li .text-inner .other dt a { display: block; color: #fff; }
.news-list li .text-inner .other dt:hover { opacity: .9; }
.news-list li .text-inner .other dd.dd-1 { background-image: url(../images/news-icon-1.png); padding-left: 30px; }
.news-list li .text-inner .other dd a { color: #008AE0; }
.news-list li .text-inner .other dd.dd-2 { background-image: url(../images/news-icon-2.png); }

@media screen and (max-width:767px) {
.news-list { padding: 10px 0; }
.news-list li { padding-bottom: 10px; margin-bottom: 10px; display: block; }
.news-list li .image-inner { width: 100%; padding-bottom: 60.25%; margin-bottom: 10px; }
.news-list li .text-inner { padding-left: 0; width: 100%; }
.news-list li .text-inner .title { font-size: 16px; }
.news-list li .text-inner .text { margin: 5px 0; }
.news-list li .text-inner .other { }
.news-list li .text-inner .other dt, .news-list li .text-inner .other dd { margin-right: 15px; }
.news-list li .text-inner .other dt { padding: 0 15px; }
}

@media screen and (max-width:479px) {
}
/**/
.shop-list { padding: 20px 0; overflow: hidden; }
.shop-list li { float: left; width: 32%; margin: 20px 2%; margin-left: 0; position: relative; transition: all .6s; }
.shop-list li:nth-child(3n) { margin-right: 0; }
.shop-list li:hover { }
.shop-list li .image-inner, .shop-list li .text-inner { font-size: 18px; overflow: hidden; }
.shop-list li .image-inner { position: relative; width: 100%; height: 0; padding-bottom: 92.75%; }
.shop-list li .image-inner a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
.shop-list li .image-inner .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.shop-list li .image-inner .image img { width: 100%; height: 100%; object-fit: cover; transition: all .6s ease-in-out; }
.shop-list li:hover .image-inner .image img { transform: scale(1.025); }
.shop-list li .image-inner .image:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.shop-list li:hover .image-inner .image:before { opacity: 1; }
.shop-list li .image-inner .image:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 30px; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .3s ease-out; }
.shop-list li:hover .image-inner .image:after { opacity: 1; top: 50%; margin-top: -17px; }
.shop-list li .text-inner { margin-top: 10px; width: 100%; height: 35px; line-height: 35px; font-size: 18px; font-weight: 800; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.shop-list li:hover .text-inner a { color: #008AE0; }

@media screen and (max-width:767px) {
.shop-list { padding: 10px 0; }
.shop-list li { width: 49%; margin: 10px 2%; margin-left: 0; }
.shop-list li:nth-child(3n) { margin-right: 2%; }
.shop-list li:nth-child(2n) { margin-right: 0; }
.shop-list li .text-inner { font-size: 16px; }
}

@media screen and (max-width:479px) {
}
/**/
.solution-wrap { overflow: hidden; margin-bottom: 80px; position: relative; }
.solution-wrap:after { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: calc(100% - 50px); background: #F7F7F7; border-bottom: 25px solid #008AE0; border-top: 25px solid #008AE0; z-index: 2; }
.solution-wrap:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #E9F1F8; z-index: 1; }
.solution-wraps:after { right: auto; left: 0; }
.solution-wraps:before { left: auto; right: 0; }
.solution-inner { overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-flow: wrap row; flex-flow: wrap row; -webkit-justify-content: center; justify-content: center; position: relative; z-index: 3; }
.solution-wraps .solution-inner { flex-direction: row-reverse; }
.solution-inner .image-inner, .solution-inner .text-inner { line-height: 30px; font-size: 15px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.solution-inner .text-inner { float: left; width: 45%; padding-right: 80px; }
.solution-wraps .solution-inner .text-inner { padding-left: 80px; padding-right: 0; }
.solution-inner .text-inner .title, .solution-inner .text-inner .text, .solution-inner .text-inner .list { width: 100%; }
.solution-inner .text-inner .title h3, .solution-inner .text-inner .title label { display: block; line-height: 40px; }
.solution-inner .text-inner .title h3 { font-size: 30px; font-weight: 800; color: #008AE0; }
.solution-inner .text-inner .title label { color: #A4A4A4; font-size: 18px; text-transform: uppercase; padding-bottom: 15px; position: relative; }
.solution-inner .text-inner .title label:after { content: ''; position: absolute; width: 80px; height: 1px; left: 0; bottom: 4.5px; background: #008AE0; z-index: 1; }
.solution-inner .text-inner .title label:before { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; left: 75px; bottom: 0; background: #008AE0; }
.solution-inner .text-inner .text { padding: 20px 0; font-size: 14px; color: #666; }
.solution-inner .image-inner { padding: 80px 0; -webkit-flex: 1; flex: 1; }
.solution-inner .image-inner img { width: 100%; align-items: center; }

@media screen and (max-width:767px) {
.solution-wrap { margin-bottom: 0; background: #E9F1F8; }
.solution-wrap:after, .solution-wrap::before { display: none; }
.solution-inner { display: block; }
.solution-inner .image-inner, .solution-inner .text-inner { width: 100%; font-size: 14px; }
.solution-inner .text-inner { padding-right: 0; padding: 10px 10px; }
.solution-wraps .solution-inner .text-inner { padding-left: 0; padding-right: 0; }
.solution-inner .image-inner { padding: 10px 10px; background: #fff; border-bottom: 15px solid #008AE0; border-top: 15px solid #008AE0; }
.solution-inner .text-inner .title h3, .solution-inner .text-inner .title label { line-height: 30px; }
.solution-inner .text-inner .title h3 { font-size: 24px; }
.solution-inner .text-inner .title label { font-size: 16px; }
.solution-inner .text-inner .text { padding: 10px 0; font-size: 14px; }
}

@media screen and (max-width:479px) {
.solution-inner .text-inner .title h3 { font-size: 18px; }
}
/**/
.page-turn { padding: 20px 0; padding-bottom: 40px; overflow: hidden; display: flex; width: 100%; justify-content: flex-end; }
.page-turn a, .page-turn span { display: inline-block; overflow: hidden; line-height: 40px; border: 1px solid #D9D9D9; padding: 0 10px; background: #fff; font-size: 16px; margin-left: 10px; text-align: center; }
.page-turn .ad-this, .page-turn a:hover { background: #008AE0; border-color: #008AE0; color: #fff; }

@media screen and (max-width:767px) {
.page-turn { padding: 10px 0; }
.page-turn a, .page-turn span { line-height: 30px; padding: 0 10px; font-size: 15px; margin-left: 5px; }
}

@media screen and (max-width:479px) {
}
/**/
.view-page { }
.view-inner { padding: 20px 0; overflow: hidden; }
.view-title { font-size: 28px; font-weight: 800; padding-bottom: 10px; text-transform: uppercase; overflow: hidden; text-align: center; }
.view-info { color: #666; line-height: 35px; font-size: 15px; text-align: center; overflow: hidden; }
.view-info li { display: inline-block; margin: 0 20px; color: #666; }
.view-body { padding: 20px 0; font-size: 16px; line-height: 2.25; overflow: hidden; }
.view-body strong { color: #008AE0; font-weight: 800; }
.view-body img { max-width: 100%; vertical-align: middle; margin: 10px auto; display: block; }
.view-body a { color: #008AE0; text-decoration: underline; }
.view-prev { border-top: 1px solid #D9D9D9; padding: 20px 0px; overflow: hidden; font-size: 15px; }
.view-prev li { float: left; width: 49%; height: 35px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; line-height: 35px; overflow: hidden; }
.view-prev li:last-child { float: right; text-align: right; }
.view-prev li a { }
.view-shop { padding: 20px 0; padding-left: 10px; display: -webkit-flex; display: flex; -webkit-flex-flow: wrap row; flex-flow: wrap row; -webkit-justify-content: center; justify-content: center; }
.view-shop .image-inner, .view-shop .text-inner { display: flex; align-items: center; justify-content: center; line-height: 30px; font-size: 14px; overflow: hidden; }
.view-shop .image-inner { width: 48%; margin-right: 4%; background: #EEF0EF; box-shadow: 0 0 10px rgba(0,0,0,.15); }
.view-shop .image-inner img { width: 100%; align-items: center; }
.view-shop .text-inner { width: 48%; -webkit-flex: 1; flex: 1; -webkit-flex-direction: column; flex-direction: column; -webkit-display: flex; display: flex; -webkit-align-items: center; align-items: center; }
.view-shop .text-inner .title, .view-shop .text-inner .text, .view-shop .text-inner .canshu, .view-shop .text-inner .biaozhun, .view-shop .text-inner .share { width: 100%; overflow: hidden; }
.view-shop .text-inner .title { font-size: 32px; font-weight: 800; line-height: 40px; color: #008AE0; }
.view-shop .text-inner .text { padding: 10px 0; color: #666; }
.view-shop .text-inner .text dt { font-weight: 800; font-size: 16px; padding-bottom: 10px; border-bottom: 1px solid #D9D9D9; }
.view-shop .text-inner .text dd { padding: 10px 0; }
.view-shop .text-inner .text ul, .view-shop .text-inner .text ol { display: block; overflow: hidden; }
.view-shop .text-inner .text ul li, .view-shop .text-inner .text ol li { padding-left: 15px; position: relative; }
.view-shop .text-inner .text ul li:after, .view-shop .text-inner .text ol li:after { content: ''; position: absolute; left: 0; top: 11px; width: 8px; height: 8px; border-radius: 50%; background: #44443c; }
.shop-details { padding: 20px 0; overflow: hidden; }
.shop-details .title { overflow: hidden; line-height: 50px; font-size: 18px; color: #008AE0; padding: 10px 0; position: relative; border-bottom: 1px solid #D9D9D9; }
.shop-details .title:after { content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; background: #008AE0; }
.shop-details .text { padding: 20px 0; font-size: 16px; line-height: 2.25; color: #666; overflow: hidden; }
.shop-details .text strong { padding: 10px 0; color: #008AE0; font-weight: 800; display: block; overflow: hidden; }
.shop-details .text img { max-width: 100%; vertical-align: middle; }

@media screen and (max-width:767px) {
.view-inner { padding: 10px 0; }
.view-title { font-size: 26px; line-height: 35px; }
.view-info { font-size: 14px; }
.view-body { padding: 10px 0; font-size: 15px; }
.view-prev { padding: 10px 0px; font-size: 14px; }
.view-prev li { width: 100%; }
.view-prev li:last-child { float: right; width: 100%; text-align: left; }
.view-prev li a { }
.view-shop { padding: 10px 0; padding-left: 0; display: block; }
.view-shop .image-inner, .view-shop .text-inner { line-height: 30px; font-size: 14px; }
.view-shop .image-inner { padding: 5px 5px; width: 100%; margin-right: 0; margin-bottom: 15px; }
.view-shop .image-inner img { }
.view-shop .text-inner { width: 100%; }
.view-shop .text-inner .title, .view-shop .text-inner .text, .view-shop .text-inner .canshu, .view-shop .text-inner .biaozhun, .view-shop .text-inner .share { width: 100%; overflow: hidden; }
.view-shop .text-inner .title { font-size: 26px; line-height: 35px; }
.view-shop .text-inner .text { }
.view-shop .text-inner .text dt { }
.view-shop .text-inner .text dd { padding: 10px 0; }
.shop-details { padding: 10px 0; }
.shop-details .title { line-height: 40px; font-size: 18px; }
.shop-details .text { padding: 10px 0; font-size: 15px; }
}

@media screen and (max-width:479px) {
}
/**/
#index-full { margin: 0 auto; width: 100%; height: 100%; position: relative; z-index: 1; overflow: hidden; }
#index-full .swiper-wrapper { width: 100%; height: 100%; margin-left: auto; margin-right: auto; z-index: 1; }
#index-full .swiper-slide { height: auto; overflow: hidden; }
#index-full .swiper-slide img { width: 100%; height: auto; vertical-align: middle; }
#index-full .swiper-slide a { display: block; height: 100% !important; }
#index-full .swiper-pagination { bottom: 10px!important; }
#index-full .swiper-pagination-bullet { width: 12px; height: 12px; margin-bottom: 1px; background-color: #fff; opacity: 1; border-radius: 50%; outline: none; }
#index-full .swiper-pagination-bullet-active { background: #008AE0; }
#index-full .swiper-button-prev, #index-full .swiper-button-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; text-align: center; line-height: 50px; color: #fff; background: none; border-radius: 50%; font-size: 26px; }
#index-full .swiper-button-prev { left: 10px; }
#index-full .swiper-button-next { right: 10px; }
#index-full .swiper-button-prev:hover, #index-full .swiper-button-next:hover { opacity: .75; background: #008AE0; color: #fff; }
 @-webkit-keyframes myfirst {
 0% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 50% {
 -webkit-transform: translate(0px, -6px);
 transform: translate(0px, -6px);
}
 100% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
}
@keyframes myfirst {
 0% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 50% {
 -webkit-transform: translate(0px, -6px);
 transform: translate(0px, -6px);
}
 100% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
}

@media screen and (max-width:767px) {
#index-full .swiper-pagination { bottom: 0px!important; }
#index-full .swiper-pagination-bullet { width: 10px; height: 10px; }
#index-full .swiper-text, #index-full .swiper-mouse { display: none; }
#index-full .swiper-button-prev, #index-full .swiper-button-next { display: none; }
}

@media screen and (max-width:479px) {
}
/**/
.index-about { padding: 20px 0; display: -webkit-flex; display: flex; -webkit-flex-flow: wrap row; flex-flow: wrap row; -webkit-justify-content: center; justify-content: center; }
.index-about .image-inner, .index-about .text-inner { display: flex; align-items: center; justify-content: center; line-height: 30px; font-size: 14px; overflow: hidden; }
.index-about .text-inner { width: 48%; -webkit-flex-direction: column; flex-direction: column; -webkit-display: flex; display: flex; -webkit-align-items: center; align-items: center; }
.index-about .text-inner .title, .index-about .text-inner .text, .index-about .text-inner .more { width: 100%; overflow: hidden; }
.index-about .text-inner .title { }
.index-about .text-inner .title label, .index-about .text-inner .title h3 { display: block; font-weight: 800; position: relative; overflow: hidden; }
.index-about .text-inner .title label { font-size: 20px; color: #008AE0; text-transform: uppercase; }
.index-about .text-inner .title h3 { font-size: 36px; padding: 15px 0; padding-bottom: 25px; }
.index-about .text-inner .title h3:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100px; height: 5px; background: #44443c; }
.index-about .text-inner .text { padding: 20px 0; color: #666; font-size: 16px; line-height: 35px; }
.index-about .text-inner .more { }
.index-about .text-inner .more a { float: left; width: 200px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #fff; overflow: hidden; background: #008AE0; }
.index-about .text-inner .more:hover { opacity: .9; }
.index-about .image-inner { width: 48%; -webkit-flex: 1; flex: 1; margin-left: 4%; }
.index-about .image-inner img { width: 100%; align-items: center; }

@media screen and (max-width:767px) {
.index-about { padding: 10px 0; display: block; }
.index-about .image-inner, .index-about .text-inner { width: 100%; margin: 0 0; }
.index-about .text-inner .title label { font-size: 18px; }
.index-about .text-inner .title h3 { font-size: 26px; padding: 10px 0; padding-bottom: 15px; }
.index-about .text-inner .title h3:after { }
.index-about .text-inner .text { padding: 10px 0; font-size: 14px; line-height: 30px; }
.index-about .text-inner .more a { width: 150px; height: 40px; line-height: 40px; font-size: 15px; }
.index-about .text-inner .more { margin-bottom: 10px; }
}

@media screen and (max-width:479px) {
}
/**/
.index-shop { padding: 20px 0; overflow: hidden; }
.index-shop li { float: left; width: 32%; margin: 20px 2%; margin-left: 0; position: relative; transition: all .6s; }
.index-shop li:nth-child(3n) { margin-right: 0; }
.index-shop li:hover { }
.index-shop li .image-inner, .index-shop li .text-inner { font-size: 14px; overflow: hidden; }
.index-shop li .image-inner { position: relative; width: 100%; height: 0; padding-bottom: 92.75%; }
.index-shop li .image-inner .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.index-shop li .image-inner .image img { width: 100%; height: 100%; object-fit: cover; transition: all .6s; }
.index-shop li:hover .image-inner .image img { transform: scale(1.025); box-shadow: 0 0 10px rgba(0,0,0,.15); }
.index-shop li .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.index-shop li:hover .image-inner:before { opacity: 1; }
.index-shop li .image-inner:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 30px; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .3s ease-out; }
.index-shop li:hover .image-inner:after { opacity: 1; top: 50%; margin-top: -17px; }
.index-shop li .text-inner { text-align: center; }
.index-shop li .text-inner .title { margin-top: 10px; width: 100%; height: 35px; line-height: 35px; font-size: 18px; font-weight: 800; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.index-shop li .text-inner .text { margin: 10px 0; width: 100%; height: 60px; line-height: 30px; color: #666; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.index-shop li .text-inner .more { }
.index-shop li .text-inner .more a { margin: 0 auto; display: block; width: 152px; height: 42px; line-height: 40px; border: 1px solid #44443c; border-radius: 5px; text-align: center; overflow: hidden; }
.index-shop li:hover .text-inner .more a { background: #008AE0; border-color: #008AE0; color: #fff; }
.index-shop li:hover .text-inner .title a { color: #008AE0; }

@media screen and (max-width:767px) {
.index-shop { padding: 10px 0; }
.index-shop li { width: 49%; margin: 10px 2%; margin-left: 0; }
.index-shop li:nth-child(3n) { margin-right: 2%; }
.index-shop li:nth-child(2n) { margin-right: 0; }
.index-shop li .text-inner .title { font-size: 16px; }
.index-shop li .text-inner .more a { width: 120px; }
}

@media screen and (max-width:479px) {
}
/**/
.index-case { padding: 20px 0; overflow: hidden; }
.index-case li { float: left; width: 32%; margin: 20px 2%; margin-left: 0; position: relative; transition: all .6s; }
.index-case li:nth-child(3n) { margin-right: 0; }
.index-case li:hover { }
.index-case li .image-inner, .index-case li .text-inner { font-size: 14px; overflow: hidden; }
.index-case li .image-inner { position: relative; width: 100%; height: 0; padding-bottom: 70.75%; }
.index-case li .image-inner .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.index-case li .image-inner .image img { width: 100%; height: 100%; object-fit: cover; transition: all .6s; }
.index-case li:hover .image-inner .image img { transform: scale(1.025); box-shadow: 0 0 10px rgba(0,0,0,.15); }
.index-case li .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.index-case li:hover .image-inner:before { opacity: 1; }
.index-case li .image-inner:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 30px; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .3s ease-out; }
.index-case li:hover .image-inner:after { opacity: 1; top: 50%; margin-top: -17px; }
.index-case li .text-inner { }
.index-case li .text-inner .title { margin-top: 10px; width: 100%; height: 35px; line-height: 35px; font-size: 18px; font-weight: 800; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.index-case li .text-inner .text { margin: 10px 0; width: 100%; height: 60px; line-height: 30px; color: #666; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.index-case li .text-inner .more { }
.index-case li .text-inner .more a { display: block; width: 152px; height: 42px; line-height: 40px; border: 1px solid #44443c; border-radius: 5px; text-align: center; overflow: hidden; }
.index-case li:hover .text-inner .more a { background: #008AE0; border-color: #008AE0; color: #fff; }
.index-case li:hover .text-inner .title a { color: #008AE0; }

@media screen and (max-width:767px) {
.index-case { padding: 10px 0; }
.index-case li { width: 49%; margin: 10px 2%; margin-left: 0; }
.index-case li:nth-child(3n) { margin-right: 2%; }
.index-case li:nth-child(2n) { margin-right: 0; }
.index-case li .text-inner .title { font-size: 16px; }
.index-case li .text-inner .more a { width: 120px; }
}

@media screen and (max-width:479px) {
}
/**/
.index-news { padding: 20px 0; overflow: hidden; }
.index-news .news-left, .index-news .news-right { float: left; width: 32%; margin: 0 2%; margin-left: 0; position: relative; transition: all .6s; }
.index-news .news-right { margin-right: 0; width: 66%; }
.index-news .news-left .image-inner, .index-news .news-left .text-inner { font-size: 14px; overflow: hidden; }
.index-news .news-left .image-inner { position: relative; width: 100%; height: 0; padding-bottom: 50.75%; }
.index-news .news-left .image-inner .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.index-news .news-left .image-inner .image img { width: 100%; height: 100%; object-fit: cover; transition: all .6s; }
.index-news .news-left:hover .image-inner .image img { transform: scale(1.025); box-shadow: 0 0 10px rgba(0,0,0,.15); }
.index-news .news-left .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.index-news .news-left:hover .image-inner:before { opacity: 1; }
.index-news .news-left .image-inner:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 30px; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .3s ease-out; }
.index-news .news-left:hover .image-inner:after { opacity: 1; top: 50%; margin-top: -17px; }
.index-news .news-left .text-inner { }
.index-news .news-left .text-inner .title { margin-top: 10px; width: 100%; height: 35px; line-height: 35px; font-size: 18px; font-weight: 800; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.index-news .news-left .text-inner .text { margin: 10px 0; width: 100%; height: 60px; line-height: 30px; color: #666; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.index-news .news-left .text-inner .more { }
.index-news .news-left .text-inner .more a { display: block; width: 152px; height: 42px; line-height: 40px; border: 1px solid #44443c; border-radius: 5px; text-align: center; overflow: hidden; }
.index-news .news-left:hover .text-inner .more a { background: #008AE0; border-color: #008AE0; color: #fff; }
.index-news .news-left:hover .text-inner .title a { color: #008AE0; }
.index-news .news-right { }
.index-news .news-right li { float: left; width: 48%; border-bottom: 1px solid #D9D9D9; margin: 0 4%; margin-left: 0; overflow: hidden; padding-bottom: 20px; margin-bottom: 20px; }
.index-news .news-right li:nth-child(2n) { margin-right: 0; }
.index-news .news-right li .title, .index-news .news-right li .text, .index-news .news-right li .other { overflow: hidden; line-height: 30px; font-size: 14px; }
.index-news .news-right li .title { height: 30px; font-size: 18px; font-weight: 800; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.index-news .news-right li .text { margin: 5px 0; color: #666; height: 60px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.index-news .news-right li .other { color: #999; }
.index-news .news-right li:hover { border-bottom-color: #008AE0; }
.index-news .news-right li:hover .title a { color: #008AE0; }

@media screen and (max-width:767px) {
.index-news { padding: 10px 0; }
.index-news .news-left, .index-news .news-right { width: 100%; margin: 0 0; margin-left: 0; }
.index-news .news-left .image-inner { padding-bottom: 60.25%; }
.index-news .news-right { margin-right: 0; }
.index-news .news-left .text-inner .title { font-size: 16px; }
.index-news .news-right li { width: 100%; margin: 10px 0; }
}
/**/
.vis { overflow: visible; }
/**/
