

/*a {*/
/*    text-decoration: none;*/
/*    color: #08acee;*/
/*}*/
/*button {*/
/*    outline: 0;*/
/*}*/
/*img {*/
/*    border: 0;*/
/*}*/
/*button, input, optgroup, select, textarea {*/
/*    margin: 0;*/
/*    font: inherit;*/
/*    color: inherit;*/
/*    outline: none;*/
/*}*/
/*li {*/
/*    list-style: none;*/
/*}*/
/*a {*/
/*    color: #666;*/
/*}*/
/*a:hover {*/
/*    color: #eee;*/
/*}*/
/*.clearfix::after {*/
/*    clear: both;*/
/*    content: ".";*/
/*    display: block;*/
/*    height: 0;*/
/*    visibility: hidden;*/
/*}*/
/*.clearfix {*/
/*}*/
/* 必要布局样式css */
.module-banner {
    background: #f5f5f5;
    padding: 80px 0;
}
.module-banner-box {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
.module-banner-head {
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}
.module-banner-head em {
    display: block;
    margin-bottom: 14px;
    font-style: normal;
    font-size: 30px;
}
.module-banner-head span {
    font-size: 16px;
    opacity: .6;
}
.module-banner-tab-list {
    float: left;
    width: 200px;
}
.module-banner-tab-list .module-tab-nav li:nth-child(1) {
    background: #454545;
}
.module-banner-tab-list .module-tab-nav li:nth-child(2) {
    background: #3b3b3b;
}
.module-banner-tab-list .module-tab-nav li:nth-child(3) {
    background: #333333;
}
.module-banner-tab-list .module-tab-nav li:nth-child(4) {
    background: #2b2b2b;
}
.module-banner-tab-list .module-tab-nav li:nth-child(5) {
    background: #212121;
}
.module-banner-tab-list .module-tab-nav li:nth-child(6) {
    background: #1a1a1a;
}
.module-banner-tab-list ul li {
    color: #fff;
    width: 280px;
    height: 84px;
    cursor: pointer;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.module-banner-tab-list ul li p {
    margin: 0;
    line-height: 70px;
}
.module-banner-tab-list ul li i {
    width: 40px;
    height: 70px;
    display: none;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on {
    opacity: 1;
    /*height: 140px;*/
    background-image: -webkit-linear-gradient(left, #01dfa1 0%, #00bf8a 100%);
    background-image: -moz-linear-gradient(left, #01dfa1 0%, #00bf8a 100%);
    background-image: -moz-linear-gradient(to right, #01dfa1 0%, #00bf8a 100%);
    background-image: -o-linear-gradient(to right, #01dfa1 0%, #00bf8a 100%);
    background-image:linear-gradient(to right, #01dfa1 0%, #00bf8a 100%);
    background-repeat: repeat;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on .icon {
    display: inline-block;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav li:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 221, 149, 0.4) 0%, rgba(0, 199, 121, 0.4) 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 221, 149, 0.4) 0%, rgba(0, 199, 121, 0.4) 100%);
    background-image: -moz-linear-gradient(to right, rgba(0, 221, 149, 0.4) 0%, rgba(0, 199, 121, 0.4) 100%);
    background-image: -o-linear-gradient(to right, rgba(0, 221, 149, 0.4) 0%, rgba(0, 199, 121, 0.4) 100%);
    background-image: linear-gradient(to right, rgba(0, 221, 149, 0.4) 0%, rgba(0, 199, 121, 0.4) 100%);
    background-repeat: repeat;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on:hover {
    opacity: 1;
    /*height: 140px;*/
    background-image: -webkit-linear-gradient(left, #01dfa1 0%, #00bf8a 100%);
    background-image: -moz-linear-gradient(left, #01dfa1 0%, #00bf8a 100%);
    background-image: -moz-linear-gradient(to right, #01dfa1 0%, #00bf8a 100%);
    background-image: -o-linear-gradient(to right, #01dfa1 0%, #00bf8a 100%);
    background-image: linear-gradient(to right, #01dfa1 0%, #00bf8a 100%);
    background-repeat: repeat;
}
.icon-warehouse01 {
    background: url(../images/item001.svg) no-repeat center bottom;
}
.icon-warehouse02 {
    background: url(../images/item002.svg) no-repeat center bottom;
}
.icon-warehouse03 {
    background: url(../images/item003.svg) no-repeat center bottom;
}
.icon-warehouse04 {
    background: url(../images/item004.svg) no-repeat center bottom;
}
.icon-warehouse05 {
    background: url(../images/item005.svg) no-repeat center bottom;
}
.icon-warehouse06 {
    background: url(../images/item006.svg) no-repeat center bottom;
}
.module-banner-tab-list-box {
    float: right;
    width: 900px;
    height: 420px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    /*position: relative;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.module-tab-box-ma {
    width: 860px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: absolute;
}
.module-tab-title h4 {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}
.module-tab-title h4:before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #108cee;
    margin-bottom: -2px;
    margin-right: 8px;
}
.module-tab-title p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.module-tab-text {
    margin: 20px 0;
}
.module-tab-text h4 {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}
.module-tab-text h4:before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #108cee;
    margin-bottom: -2px;
    margin-right: 8px;
}
.module-tab-text ul li {
    width: 33%;
    float: left;
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
    color: #a2a2a2;
    border: 1px solid #f4f4f4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}
.icon-bdm {
    background: url(../images/icon-item008-1.svg) no-repeat center;
    background-size: cover;
}
.module-tab-text ul li:hover a {
    color: #08acee;
}
.module-tab-link {
    position: relative;
}
.module-tab-link:after {
    content: '';
    width: 8px;
    height: 8px;
    float: right;
    margin: 15px 20px 0 0;
    transform: rotate(45deg);
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
}
.module-tab-text ul .module-tab-link:hover:after {
    border-color: #108cee
}
.module-tab-text .module-tab-link+.module-tab-link {
    width: calc(33% - 20px);
    margin-left: 20px;
}
.icon-bds {
    background: url(../images/icon-item009-1.svg) no-repeat center;
    background-size: cover;
}
.icon-bdx {
    background: url(../images/icon-item010-1.svg) no-repeat center;
    background-size: cover;
}
.module-tab-more a {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    background: #108cee;
    text-align: center;
    width: 160px;
    display: inline-block;
    line-height: 40px;
    margin-top: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.module-tab-more a:hover {
    background: #41a6f7
}
.module-tab-case li {
    float: left;
    margin-right: 20px;
}
.module-tab-case li i {
    width: 60px;
    height: 60px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    display: inline-block;
}
.icon-case01 {
    background: url(../images/case001.png) no-repeat center;
    background-size: contain;
}
.icon-case02 {
    background: url(../images/case002.png) no-repeat center;
    background-size: contain;
}
.icon-case03 {
    background: url(../images/case003.png) no-repeat center;
    background-size: contain;
}
.icon-case04 {
    background: url(../images/case004.png) no-repeat center;
    background-size: contain;
}
.icon-case05 {
    background: url(../images/case005.png) no-repeat center;
    background-size: contain;
}
.icon-case06 {
    background: url(../images/case006.png) no-repeat center;
    background-size: contain;
}
.module-tab-case li span {
    color: #666;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 24px;
}

/* ********************************** */
.sHonor-awards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    /*margin-top: 40px;*/
}

.sHonor-awards-list .item:nth-child(1n+1) {
    width: 24%;
    margin-left: 1.33333333%;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sHonor-awards-list .item:nth-child( 4n+1) {
    margin-left: 0;
}

.sHonor-awards-list .item {
    padding: 0.7rem;
    background-image: url(../image/bgs-honor-awards-item.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sHonor-awards-list .item .pic {
    width: 100%;
    height: 0 !important;
    padding-bottom: 75%;
    background-color: transparent !important;
}

/* ================================================================================== */
.picList{
    display: flex; flex-direction: row; justify-content: center; align-content: center; flex-wrap: wrap
}
.picList .item{
    width: 18%;
    margin: 0 1%;
}

/*LightBox*/
.ui-lightbox-mask{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:998;display:block;display:none;overflow:hidden;}
.ui-lightbox-warp{background:#fff;padding:5px;border-radius:4px;z-index:999;position:fixed;left:45%;top:45%;user-select:none;}
.ui-lightbox-left{position:absolute;left:0;top:0;width:30%;height:100%;cursor:pointer;}
.ui-lightbox-left:after{content:"\e7eb";font-family:iconfont;font-size:42px;color:#666666;display:flex;justify-content:flex-start;align-items:center;height:100%;margin-left:10%;opacity:0;}
.ui-lightbox-right{position:absolute;right:0;top:0;width:30%;height:100%;cursor:pointer;}
.ui-lightbox-right:after{content:"\e6a3";font-family:iconfont;font-size:42px;color:#666666;display:flex;justify-content:flex-end;align-items:center;height:100%;margin-right:10%;opacity:0;}
.ui-lightbox-warp:hover .ui-lightbox-left:after,.ui-lightbox-warp:hover .ui-lightbox-right:after{opacity:.8;}
.ui-lightbox-image{position:relative;}
.ui-lightbox-video{background:#000;}
.ui-lightbox-iframe{line-height:0;}
.ui-lightbox-image-url{width:0;}
.ui-lightbox-bottom{position:absolute;width:0;height:0;bottom:0;left:0;background:rgba(0,0,0,.6);color:#fff;padding:0 15px;overflow:hidden;transition:all .3s ease 0s;}
.ui-lightbox-bottom *{line-height:40px;}
.ui-lightbox-bottom i{float:right;font-style:normal;float:right;padding-left:15px;color:#999;}
.ui-lightbox-close{position:absolute;right:-10px;top:-10px;font-size:20px;cursor:pointer;color:#333;font-family:verdana;background:#999;width:30px;height:30px;line-height:30px;border-radius:50%;background:#fff;text-align:center;z-index:20;}
