body {
    background: #f7f7f7;
}


/*---------------- 轮播图 banner ---------------*/

body {
    background: #F4F4F4;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: relative;
}

.swaper-boxs {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.swaper-box {
    cursor: pointer;
}

.swaper-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0;
}

.swaper-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
}

.swaper-video video {
    width: 100%;
    background-size: cover;
    display: inline-block;
    vertical-align: baseline;
    object-fit: contain;
    overflow: hidden;
    z-index: 0;
}

.swaper-show {
    z-index: 999;
    opacity: 1;
}

.swiper-icon {
    position: absolute;
    top: 50%;
    z-index: 99;
    color: #ccc;
    width: 42px;
    height: 42px;
    font-size: 28px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    background: rgba(22, 22, 22, 0.6);
    cursor: pointer;
}

.swiper-left {
    left: 20px;
    text-indent: -2px;
}

.swiper-right {
    right: 20px;
    text-indent: 2px;
}

.swaper-index {
    width: 100%;
    height: 6px;
    line-height: 6px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 9;
}

.swaper-index .indexs {
    display: inline-block;
    width: 40px;
    height: 6px;
    margin: 0 10px;
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    text-align: left;
    position: relative;
}

.swaper-index .indexs .myuse {
    display: inline-block;
    width: 0;
    height: 6px;
    cursor: pointer;
    background: #0050ff;
    position: absolute;
    left: 0;
    top: 0;
}

.swaper-index .indexs .used {
    width: 40px;
}

.uper-img {
    position: absolute;
    bottom: 0;
    height: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
    cursor: pointer;
}

.bottom-img {
    position: absolute;
    bottom: 0px;
    width: 14px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
    cursor: pointer;
    animation-name: myanimate;
    animation-duration: 1.8s;
    animation-timing-function: ease-in-out;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    /* Firefox: */
    -moz-animation-name: myanimate;
    -moz-animation-duration: 1.8s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    /* Safari 和 Chrome: */
    -webkit-animation-name: myanimate;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Opera: */
    -o-animation-name: myanimate;
    -o-animation-duration: 1.8s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-delay: 0s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
}

@keyframes myanimate {
    0% {
        bottom: 4px;
    }
    50% {
        bottom: 12px;
    }
    100% {
        bottom: 4px;
    }
}


/* Firefox */

@-moz-keyframes myanimate {
    0% {
        bottom: 4px;
    }
    50% {
        bottom: 12px;
    }
    100% {
        bottom: 4px;
    }
}


/* Safari 和 Chrome */

@-webkit-keyframes myanimate {
    0% {
        bottom: 4px;
    }
    50% {
        bottom: 12px;
    }
    100% {
        bottom: 4px;
    }
}


/* Opera */

@-o-keyframes myanimate {
    0% {
        bottom: 4px;
    }
    50% {
        bottom: 12px;
    }
    100% {
        bottom: 4px;
    }
}


/*----------------new product---------------*/

article {
    width: 100%;
    background: #f7f7f7;
}

.new-products-box {
    width: 100%;
    padding: 0.42rem 20px 0.315rem;
    box-sizing: border-box;
    overflow: hidden;
}

.new-products-box h2 {
    font-size: 28px;
    line-height: 24px;
    color: #666;
    text-align: center;
}

.new-products {
    width: 100%;
    display: block;
    margin: 0.21rem 0 0;
}

.new-products .product-left,
.new-products .product-middle,
.new-products .product-right {
    display: block;
    text-align: center;
}

.new-products .product-left {
    height: 3.28125rem;
    overflow: hidden;
    float: left;
}

.new-products a {
    display: block;
    text-decoration: none;
}

.new-products h3 {
    font-size: 22px;
    color: #000;
    line-height: 22px;
    margin-bottom: 0.0835rem;
    text-align: left;
}

.new-products p {
    font-size: 15px;
    color: #666;
    line-height: 15px;
    text-align: left;
}


/*左侧*/

.product-left {
    width: 49.7%;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(28, 41, 47, 0.08);
}

.product-left .product-left-con {
    width: 62%;
    margin: .42rem auto;
}

.product-left h3,
.product-left p {
    text-indent: 4px;
    text-align: center;
}

.product-left p {
    margin-bottom: 0.25rem;
}

.product-left-con.left  img {
    width: 100%;
    left: 50%;
    transform: translateX(-15%);
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
}
.product-left-con.left  img.rotree{
    transform: translateX(-0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.product-middle {
    width: 0.6%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}


/*右侧*/

.product-right {
    width: 49.7%;
}

.product-right a {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(28, 41, 47, 0.08);
}

.product-right-top {
    margin-bottom: 10px;
}

.product-right a {
    text-align: left;
}

.product-right .product-right-con {
    padding-left: 0.3rem;
}

.product-right-con div {
    display: inline-block;
    vertical-align: middle;
}

.product-right-con .right-con-img {
    width: 35%;
}

.product-right-con .right-con-img img {
    display: block;
    width: 100%;
}

.product-right-con .right-con-txt {
    width: 57%;
    padding-left: 0.1rem;
}

.product-right-con .right-con-txt p {
    line-height: 24px;
}

.new-products .product-left,
.new-products .product-right-bottom,
.new-products .product-right-top {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    box-shadow: 0px 1px 3px 0px rgba(28, 41, 47, 0.08);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(28, 41, 47, 0.08);
    -moz-box-shadow: 0px 1px 3px 0px rgba(28, 41, 47, 0.08);
    -ms-box-shadow: 0px 1px 3px 0px rgba(28, 41, 47, 0.08);
}

.new-products .product-left:hover,
.new-products .product-right-bottom:hover,
.new-products .product-right-top:hover {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    box-shadow: 0px 1px 3px 0px rgba(28, 41, 47, 0.16);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(28, 41, 47, 0.16);
    -moz-box-shadow: 0px 4px 20px 0px rgba(28, 41, 47, 0.16);
    -ms-box-shadow: 0px 4px 20px 0px rgba(28, 41, 47, 0.16);
}

.flex-image-box {
    height: 1.615rem;
    position: relative;
}

.flex-image-box .flex-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/* 扩展 右侧变成3个产品 */

.new-products .m-image {
    display: none !important;
}

.new-products .two {
    display: block;
    height: 1.615rem;
    float: left;
    margin-left: 0.05rem;
    margin-bottom: 0.05rem;
}
.new-products .rem5{
    margin-left: 0.05rem;
}
.product-left-con{
    position: relative;
}
.two .product-left-con {
    width: 100%;
    margin: 0;
}

.two .product-left-con .img-box {
    width: 33.333%;
    margin: 0 5% 0 8.6%;
    float: left;
}

.two .product-left-con .img-box img {
    width: 100%;
}

.two .product-left-con .text-box {
    float: right;
    width: 2.45rem;
    text-align: left;
    margin-top: 0.625rem;
}

.two .product-left-con .text-box h3 {
    font-size: 18px;
    text-align: left;
}

.two .product-left-con .text-box p {
    font-size: 0.083rem;
    color: #666666;
    text-align: left;
}


/*--------------- 商用解决方案 --------------*/

.solutions {
    background: #fff;
    padding: .42rem 20px;
}

.solutions-title {
    padding-bottom: .315rem;
    text-align: center;
}

.solutions-title img {
    display: block;
    width: 13.3%;
    margin: 0 auto .21rem;
}

.solutions-title h2 {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-bottom: .083rem;
}

.solutions-title p {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    margin-bottom: .083rem;
    padding: 0;
}

.solutions-title p:last-child {
    margin-bottom: 0rem;
}

.solutions-pc {
    display: block;
}

.solutions-wap {
    display: none;
}

.solutions-list {}

.solutions-list li {
    position: relative;
    float: left;
    width: 33.1%;
    height: 1.76rem;
    text-align: center;
    margin-bottom: .035rem;
    background-position: center;
    background-size: cover;
}

.solutions-list li:nth-child(3n-1) {
    margin: 0 0.30%;
}

.solutions-list li:nth-child(1) {
    background-image: url(../images/home/sibc.jpg);
}

.solutions-list li:nth-child(3) {
    background-image: url(../images/home/sibd.jpg);
}

.solutions-list li:nth-child(4) {
    background-image: url(../images/home/sibb.jpg);
}

.solutions-list li:nth-child(5) {
    background-image: url(../images/home/sibe.jpg);
}

.solutions-list li:nth-child(6) {
    background-image: url(../images/home/siba.jpg);
}

.solutions-list li:nth-child(2) {
    background-image: url(../images/home/sibf.jpg);
}

.solutions-list-en li:nth-child(1) {
    background-image: url(../images/home/siba.jpg);
}

.solutions-list-en li:nth-child(5) {
    background-image: url(../images/home/sibb.jpg);
}

.solutions-list-en li:nth-child(3) {
    background-image: url(../images/home/sibc.jpg);
}

.solutions-list-en li:nth-child(4) {
    background-image: url(../images/home/sibd.jpg);
}

.solutions-list-en li:nth-child(2) {
    background-image: url(../images/home/sibe.jpg);
}

.solutions-list-en li:nth-child(6) {
    background-image: url(../images/home/sibf.jpg);
}


/* .solutions-list-en li:nth-child(6) {
  background-image: url(../images/home/sibf.jpg);
} */

.list-no-hover {
    margin-top: .685rem;
}

.list-no-hover h3 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: .083rem;
}

.list-no-hover img {
    display: block;
    margin: 0 auto;
    width: 5.6%;
}

.list-no-hover-en {
    margin-top: .685rem;
}

.list-no-hover-en.en {
    margin-top: 0;
}

.list-no-hover-en h3 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: .083rem;
}

.list-no-hover-en h3.en-title {
    line-height: 1.76rem;
    margin-bottom: 0;
}

.list-no-hover-en img {
    display: block;
    margin: 0 auto;
    width: 5.6%;
}

.list-hover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.list-hover p {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-top: .053rem;
}

.list-hover .list-hover-first {
    margin-top: .62rem;
}

.list-hover img {
    display: block;
    width: 5.6%;
    margin: 0 auto;
    display: none;
}

.list-hover a {
    display: block;
    width: 25%;
    height: 26px;
    line-height: 26px;
    margin: .1rem auto 0;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    font-size: 12px !important;
}

/*----------------案例学习-----------------*/

.case-study{
    padding: 0.42rem 20px;
    color: #fff;
    box-sizing: border-box;
    background-color: #fff;
}
.case-study .case-study-title{
    font-size: 28px;
    line-height: 24px;
    color: #666;
    text-align: center;
    margin-bottom: 0.2188rem;
}
.case-study .cases{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2083rem;
    flex-wrap: wrap;
}
.case-study .cases .case{
    width: 33.1%;
    cursor: pointer;
    margin-bottom: 0.2083rem;
}
.case-study .cases .case .case-img{
    width: 100%;
    height: 1.8125rem;
    background: rgba(0, 80, 255, .11);
}
.case-study .cases .case .case-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-study .cases .case .case-text{
    padding: 0.125rem 0.125rem 0;
}
.case-study .cases .case .case-text .case-title{
    font-size: 0.1458rem;
    color: #444444;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.0938rem;
}
.case-study .cases .case .case-text .case-desc{
    font-size: 16px;
    color: #666;
    text-align: center;
    /* font-weight: 500; */
}
.leran-more-cases{
    text-align: center;
}
.learn-more-btn{
    display: inline-block;
    width: 0.7708rem;
    height: 0.25rem;
    line-height: 0.25rem;
    border: 0.0052rem solid #0050FF;
    border-radius: 0.125rem;
    text-align: center;
    font-size: 0.0833rem;
    color: #0050FF;
    cursor: pointer;
    font-weight: 600;
}
/*----------------柔性+技术-----------------*/

.flex-box {
    padding: 0.42rem 20px;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
}

.flex-box h2 {
    font-size: 28px;
    line-height: 24px;
    text-align: center;
    color: #666;
    margin-bottom: 0.21rem;
}

.flex-box .flex-display,
.flex-box .flex-sensior {
    width: 49.75%;
    float: left;
    position: relative;
}

.flex-box a {
    display: block;
    overflow: hidden;
    background: #000;
}

.flex-box img {
    width: 100%;
}

.flex-box .flex-display {
    margin-right: 0.5%;
    margin-bottom: 0px;
}

.flex-display div,
.flex-sensior div {
    position: relative;
    margin-top: -50px;
    width: 87%;
    line-height: 16px;
    margin-left: 0.4rem;
    height: 200px;
    text-shadow: 0 0 10px #000;
}

.flex-box h3 {
    font-size: 22px;
    line-height: 22px;
    text-align: left;
    color: #fff;
    margin-bottom: 0.126rem;
}

.flex-box p {
    font-size: 15px;
    text-align: left;
    line-height: 24px;
}

.flex-box .flex-box-en {
    width: 100%;
}


/*----------------视频 --已隐藏-----------------*/


/*.video-box{
  width:100%;
  position:relative;
  height:2.9rem;
  margin-top:20px;
}
.video-box video{
  width:100%;
  cursor:pointer;
}
.video-play{
  width:.4rem;
  position:absolute;
  left:4.8rem;
  top:1.3rem;
  z-index:9;
  cursor:pointer;
}
.video-modal-mask{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, .5);
  z-index:999999;
  display: none;
  transition: opacity .3s ease;
  overflow: hidden;
}
.video-modal-mask .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.video-modal-mask .modal-container {
  width: 7rem;
  margin: 0px auto;
  border-radius: 5px;
  position: relative;
  z-index: 999999;
}
.video-modal-mask .modal-play {
  border-radius: 5px;
  background: #000;
  width:100%;
  display: inline-block;
  vertical-align: baseline;
}
.video-modal-mask .video-close  {
  position: absolute;
  top: -12px;
  right: -15px;
  width: 30px;
  height:30px;
  cursor: pointer;
  background: url("../images/home/video_close.png") 0 0 no-repeat;
  background-size:30px;
  overflow: hidden;
  z-index: 999999;
}*/