.middle{
    width: 100%;
    background-color: #f5f5f5;
    min-height: 700px;
    padding: 40px 20px 20px 20px;
}
.middle .midContainer{
    width: 1000px;
    margin: 0 auto;
}
.midContainer>p{
    text-align: center;
    margin: 10px auto;
}
.midContainer>p:first-child{
    color: #454545;
    font-size: 28px;
    font-weight: bold;
}
.midContainer>p:first-child+p{
    color: #646464;
    font-size: 20px;
}
/*产品中心*/
.module-banner {
    background: #f5f5f5;
    padding: 0px 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: 280px;
}

.module-banner-tab-list .module-tab-nav li:nth-child(odd) {
    background: #20336b;
}

.module-banner-tab-list .module-tab-nav li:nth-child(even) {
    background: #274d89;
}

/*.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: 70px;
    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;
    text-align: center;
}

.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, #46beff 0%, #3481ff 100%);
    background-image: -moz-linear-gradient(left, #46beff 0%, #3481ff 100%);
    background-image: -moz-linear-gradient(to left, #46beff 0%, #3481ff 100%);
    background-image: -o-linear-gradient(to left, #46beff 0%, #3481ff 100%);
    background-image: linear-gradient(to left, #46beff 0%, #3481ff 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(1, 194, 230, 0.4) 0%, rgba(17, 96, 255, 0.4) 100%);
    background-image: -moz-linear-gradient(left, rgba(1, 194, 230, 0.4) 0%, rgba(17, 96, 255, 0.4) 100%);
    background-image: -moz-linear-gradient(to left, rgba(1, 194, 230, 0.4) 0%, rgba(17, 96, 255, 0.4) 100%);
    background-image: -o-linear-gradient(to left, rgba(1, 194, 230, 0.4) 0%, rgba(17, 96, 255, 0.4) 100%);
    background-image: linear-gradient(to left, rgba(1, 194, 230, 0.4) 0%, rgba(17, 96, 255, 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, #46beff 0%, #3481ff 100%);
    background-image: -moz-linear-gradient(left, #46beff 0%, #3481ff 100%);
    background-image: -moz-linear-gradient(to left, #46beff 0%, #3481ff 100%);
    background-image: -o-linear-gradient(to left, #46beff 0%, #3481ff 100%);
    background-image: linear-gradient(to left, #46beff 0%, #3481ff 100%);
    background-repeat: repeat;
}

.icon-warehouse01 {
    background: url(../img/case001.png) no-repeat center bottom;
    /*background-size: 30%;*/
}

.icon-warehouse02 {
    background: url(../img/case002.png) no-repeat center bottom;
}

.icon-warehouse03 {
    background: url(../img/case003.png) no-repeat center bottom;
}

.icon-warehouse04 {
    background: url(../img/case004.png) no-repeat center bottom;
}

.icon-warehouse05 {
    background: url(../img/case005.png) no-repeat center bottom;
}

.icon-warehouse06 {
    background: url(../img/case006.png) no-repeat center bottom;
}

.module-banner-tab-list-box {
    float: right;
    width: 900px;
    height: 490px;
    background: #fff;
    padding: 40px;
    overflow: hidden;
    position: relative;
}

.module-tab-box-ma {
    width: 820px;
    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: 21px;
    font-weight: normal;
    position: relative;
}

.module-tab-title h4:before {
    content: " ";
    display: inline-block;
    width:5px;
    height: 20px;
    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(../../img/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(../../img/icon-item009-1.svg) no-repeat center;
    background-size: cover;
}

.icon-bdx {
    background: url(../../img/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;
}
.module-tab-nav li.on>p>span:first-child{
    padding: 0;;
}
.b_icon1,.b_icon2,.b_icon3,.b_icon4,.b_icon5,.b_icon6{
    padding: 20px 20px 20px 25px;
}
.b_icon1{
    background: url(../img/case001.png) no-repeat center;
    background-size: 25px;
}
.b_icon2{
    background: url(../img/case002.png) no-repeat center;
    background-size: 25px;
}
.b_icon3{
    background: url(../img/case003.png) no-repeat center;
    background-size: 25px;
}
.b_icon4{
    background: url(../img/case004.png) no-repeat center;
    background-size: 25px;
}
.b_icon5{
    background: url(../img/case005.png) no-repeat center;
    background-size: 25px;
}
.b_icon6{
    background: url(../img/case006.png) no-repeat center;
    background-size: 25px;
}


.icon-case01 {
    background: url(../img/case001.png) no-repeat center;
    background-size: contain;
}

.icon-case02 {
    background: url(../img/case002.png) no-repeat center;
    background-size: contain;
}

.icon-case03 {
    background: url(../img/case003.png) no-repeat center;
    background-size: contain;
}

.icon-case04 {
    background: url(../img/case004.png) no-repeat center;
    background-size: contain;
}

.icon-case05 {
    background: url(../img/case005.png) no-repeat center;
    background-size: contain;
}

.icon-case06 {
    background: url(../img/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;
}
.itemLi{
    overflow: hidden;
}
.itemLi>div{
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    height: 75px;
    overflow: hidden;
    cursor: pointer;
}
.itemLi>div:hover b{
    background: url(../img/item3.png) no-repeat center center;
}
.itemLi>div:hover i{
    background: url(../img/item4.png) no-repeat center center;
}
.itemLi>div:hover{
    background-color: #378cff;
    color: #fff;
    border: 0;
}
.itemLi>div b{
    float: left;
    width: 15%;
    height: 100%;
    background: url(../img/item1.png) no-repeat center center;
}
.itemLi>div i{
    float: right;
    width: 15%;
    height: 100%;
    background: url(../img/item2.png) no-repeat center center;
}
.itemLi>div span{
    float: left;
    width: 70%;
    height: 75px;
    line-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.bottom{
    height: 550px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    max-width: 1920px;
    right: 0;
    margin: auto;
}
/*解决方案*/
.Service-box {
    background-color: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.Service-content {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.Service-item {
    display: block;
    width: 200px;
    padding: 30px 16px;
    text-align: center;
    float: left;
    height: 290px;
    margin: 0 0 10px;
    /*border: 1px solid #E7E7E7;*/
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.Service-content .Service-item {
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.item-image {
    display: inline-block;
    height: 145px;
    width: 145px;
    line-height: 100px;
    text-align: center;
    border: 3px solid transparent;
    margin: 0;
    border-radius: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.item-image img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.item-title {
    line-height: 25px;
    font-size: 15px;
    color: #3D3D3D;
    padding: 22px 0 7px;
    font-family: 'PingFangSC-Regular', "Microsoft YaHei", Tahoma, sans-serif;
    font-weight: normal;
}

.item-text {
    color: #9A9A9A;
    font-size: 12px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    font-family: 'PingFangSC-Regular', "Microsoft YaHei", Tahoma, sans-serif;
}

.item-link {
    font-family: 'PingFangSC-SC', "Microsoft YaHei", Tahoma, sans-serif;
    color: #FFFFFF;
    display: none;
    padding: 6px 20px;
    background-color: #05A6F3;
    margin: 17px auto;
    font-size: 14px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-transition: all 160ms;
    transition: all 160ms;
    font-weight: normal;
}

.Service-item:hover {
    border-color: #DEDDDD;
    padding-top: 26px;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.Service-item:hover .item-image {
    height: 115px;
    width: 115px;
    line-height: 60px;
    margin: 0 auto;
}

.Service-item:hover .item-link {
    display: block;
}

.Service-item:hover .item-title {
    padding: 10px 0 7px;
}

.Service-item + .Service-item {
    margin-left: 50px;
    position: relative;
}

.item-tag {
    width: 67px;
    height: 67px;
    color: #FFFFFF;
    position: absolute;
    transform: rotateZ(-315deg);
    top: 9px;
    right: 9px;
    font-size: 12px;
    line-height: 17px;
}

.item-background {
    width: 67px;
    height: 67px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.item-background img {
    width: 100%;
    height: 100%;
}
/*首页图片*/
.imgDiv{
    position: absolute;
    top: 0;
    z-index: -100;
}
#indexBg,#indexBg2{
    width: 100%;
    height: 568px;
}
#index_center{
    position: absolute;
    bottom: 130px;
    left:0;
}
#index_squre{
    position: absolute;
    top: 0px;
    left:0;
}
#index_word1{position: absolute;bottom: 270px;left: 175px }
#index_word2{position: absolute;bottom: 270px;left: 340px }
#index_word3{position: absolute;bottom: 165px;left:330px }
#index_word4{position: absolute;bottom: 210px;left: 230px }
#index_word5{position: absolute;bottom: 270px;right: 420px }
#index_word6{position: absolute;bottom: 180px;right: 265px }
#index_word7{position: absolute;bottom: 245px;right: 315px }
#index_word8{position: absolute;bottom: 200px;right: 430px }
#index_word9{position: absolute;bottom: 270px;right: 210px }
#index_word10{position: absolute;bottom: 160px;right: 385px }

@-webkit-keyframes fadeInOut1 {
    0% {
        opacity:0.2;
        bottom: 90px;
    }
    25% {
        opacity:0.4;
        bottom: 100px;
    }
    50% {
        opacity:0.6;
        bottom: 110px;
    }
    75% {
        opacity:0.8;
        bottom: 120px;
    }
    100% {
        opacity:1;
        bottom: 130px;
    }
}
.fadeImg1 {
    -webkit-animation-name: fadeInOut1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: normal;
}

@-webkit-keyframes fadeInOut3 {
    0% {
        opacity:0.2;
        bottom: 230px;
    }
    25% {
        opacity:0.4;
        bottom: 240px;
    }
    50% {
        opacity:0.6;
        bottom: 250px;
    }
    75% {
        opacity:0.8;
        bottom: 260px;
    }
    100% {
        opacity:1;
        bottom: 270px;
    }
}
.fadeImg3 {
    -webkit-animation-name: fadeInOut3;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: normal;
}

@-webkit-keyframes fadeInOut4 {
    0% {
        opacity:0.2;
        bottom: 230px;
    }
    25% {
        opacity:0.4;
        bottom: 240px;
    }
    50% {
        opacity:0.6;
        bottom: 250px;
    }
    75% {
        opacity:0.8;
        bottom: 260px;
    }
    100% {
        opacity:1;
        bottom: 270px;
    }
}
.fadeImg4 {
    -webkit-animation-name: fadeInOut4;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: normal;
}

@-webkit-keyframes fadeInOut5 {
    0% {
        opacity:0.2;
        bottom: 125px;
    }
    25% {
        opacity:0.4;
        bottom: 135px;
    }
    50% {
        opacity:0.6;
        bottom: 145px;
    }
    75% {
        opacity:0.8;
        bottom: 155px;
    }
    100% {
        opacity:1;
        bottom: 165px;
    }
}
.fadeImg5 {
    -webkit-animation-name: fadeInOut5;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: normal;
}

@-webkit-keyframes fadeInOut6 {
    0% {
        opacity:0.2;
        bottom: 170px;
    }
    25% {
        opacity:0.4;
        bottom: 180px;
    }
    50% {
        opacity:0.6;
        bottom: 190px;
    }
    75% {
        opacity:0.8;
        bottom: 200px;
    }
    100% {
        opacity:1;
        bottom: 210px;
    }
}
.fadeImg6 {
    -webkit-animation-name: fadeInOut6;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: normal;
}

@-webkit-keyframes fadeInOut7 {
    0% {
        opacity:0.2;
        bottom: 230px;
    }
    25% {
        opacity:0.4;
        bottom: 240px;
    }
    50% {
        opacity:0.6;
        bottom: 250px;
    }
    75% {
        opacity:0.8;
        bottom: 260px;
    }
    100% {
        opacity:1;
        bottom: 270px;
    }
}
.fadeImg7 {
    -webkit-animation-name: fadeInOut7;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: normal;
}

@-webkit-keyframes fadeInOut8 {
     0% {
         opacity:0.2;
         bottom: 140px;
     }
     25% {
         opacity:0.4;
         bottom: 150px;
     }
     50% {
         opacity:0.6;
         bottom: 160px;
     }
     75% {
         opacity:0.8;
         bottom: 170px;
     }
     100% {
         opacity:1;
         bottom: 180px;
     }
 }
.fadeImg8 {
    -webkit-animation-name: fadeInOut8;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: normal;
}

@-webkit-keyframes fadeInOut9 {
    0% {
        opacity:0.2;
        bottom: 205px;
    }
    25% {
        opacity:0.4;
        bottom: 215px;
    }
    50% {
        opacity:0.6;
        bottom: 225px;
    }
    75% {
        opacity:0.8;
        bottom: 235px;
    }
    100% {
        opacity:1;
        bottom: 245px;
    }
}
.fadeImg9 {
    -webkit-animation-name: fadeInOut9;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: normal;
}

@-webkit-keyframes fadeInOut10 {
    0% {
        opacity:0.2;
        bottom: 160px;
    }
    25% {
        opacity:0.4;
        bottom: 170px;
    }
    50% {
        opacity:0.6;
        bottom: 180px;
    }
    75% {
        opacity:0.8;
        bottom: 190px;
    }
    100% {
        opacity:1;
        bottom: 200px;
    }
}
.fadeImg10 {
    -webkit-animation-name: fadeInOut10;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: normal;
}

@-webkit-keyframes fadeInOut11 {
     0% {
         opacity:0.2;
         bottom: 230px;
     }
     25% {
         opacity:0.4;
         bottom: 240px;
     }
     50% {
         opacity:0.6;
         bottom: 250px;
     }
     75% {
         opacity:0.8;
         bottom: 260px;
     }
     100% {
         opacity:1;
         bottom: 270px;
     }
 }
.fadeImg11 {
    -webkit-animation-name: fadeInOut11;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: normal;
}

@-webkit-keyframes fadeInOut12 {
    0% {
        opacity:0.2;
        bottom: 120px;
    }
    25% {
        opacity:0.4;
        bottom: 130px;
    }
    50% {
        opacity:0.6;
        bottom: 140px;
    }
    75% {
        opacity:0.8;
        bottom: 150px;
    }
    100% {
        opacity:1;
        bottom: 160px;
    }
}
.fadeImg12 {
    -webkit-animation-name: fadeInOut12;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: normal;
}

/*产品中心详情*/
#productsCenter .baner {
    width: 100%;
    height: 480px;
}
#productsCenter .banner_products {
    background: url(../img/index_bg9.png) no-repeat;
    background-position: center;
}
#productsCenter .banner_bg {
    width: 100%;
    height: 100%;
}
#productsCenter .tabContainer{
    margin-top: 10px;
}
#productsCenter .tabContainer .title{
    text-align: center;
    padding: 25px 0;
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
}
#productsCenter .tabContainer .title span{
    float: left;
    width: 33%;
    font-size: 17px;
   text-align: center;
    color: #0C0C0C;
}
#productsCenter .tabContainer .title span b{
    font-weight: normal;
    cursor: pointer;
    padding-bottom: 12px;
    border-bottom: 2px solid #1E9FFF;
}
#productsCenter .tabContainer .title span b.active{
    color:#1E9FFF;
}
#productsCenter .tabContainer .tab{
    display: none;
    width: 80%;
    min-height: 500px;
    margin: 30px auto;
        max-width: 1920px;
}
#productsCenter .tabContainer .tab1{
    display: block;
}
#productsCenter img{
    width: 95%;
}

/*首页轮播*/
.swiper-container{
    width:100%;
    height: 568px;
    position: absolute;
    top: 0;
    left:0;
    z-index: -120;
    max-width: 1920px;
    right: 0;
    margin: auto;
}