.i-bg {
    background: #f5f5f5;
}

.product-s,
.solution-s,
.new-s {
    padding: 0;
}

.container {
    width: 1200px;
}

/*************banner*************/
.slide-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 700px;
    overflow: hidden;
    background: #f5f5f5;
    min-width: 1200px;
    max-width: 1920px;
    margin: 70px auto 0 auto;
}

.gallery-slide-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .7s ease-in-out;
}

.gallery-item {
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #333;
    will-change: transform;
    transition: all .7s ease-in-out;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.gallery-item.zIndex {
    z-index: 1
}

.gallery-item.zIndexTop {
    z-index: 3
}

.gallery-item .gallery-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center
}

.gallery-item-content {
    position: absolute;
    z-index: 1000;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gallery-item-lockup-wrapper {
    position: absolute;
    top: 14%;
    width: 100%;
    text-align: center;
    z-index: 2
}

.gallery-item-lockup-wrapper span {
    font-size: 30px;
    color: #000
}

.gallery-item[data-idx="0"] .gallery-item-lockup-wrapper span {
    color: #fff
}

.nav-btn {
    top: 0;
    position: absolute;
    cursor: pointer;
    width: 20%;
    height: 100%;
    z-index: 3;
}

.nav-slide-left {
    width: 8%;
    left: 0;
}

.nav-slide-right {
    width: 8%;
    right: 0;
}

.nav-slide-left .btn-left,
.nav-slide-right .btn-right {
    opacity: .2;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .82;
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    margin-top: 15px;
}

.nav-slide-left .btn-left {
    left: 50px;
    background: url(../image/img/a32.png) no-repeat center #000;
}

.nav-slide-right .btn-right {
    right: 50px;
    background: url(../image/img/a33.png) no-repeat center #000;
}

.nav-slide-left .btn-left:hover {
    background: url(../image/img/a32_h.png) no-repeat center #e60012;
    opacity: 1;
}

.nav-slide-right .btn-right:hover {
    opacity: 1;
    background: url(../image/img/a33_h.png) no-repeat center #e60012;
}

.slide-nav {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style-type: none;
    z-index: 10;
}

.nav-slide {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 4px;
    background: #fff;
    background: #e60012;
    margin-left: 10px;
    cursor: pointer;
}

.nav-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: 0 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.nav-slide.active:before {
    width: 100%
}

.nav-slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 20px;
}

.nav-slide:first-child {
    margin-left: 0
}

.nav-slide .slide-btn {
    width: 100%;
    height: 4px;
    background-color: transparent;
}

.nav-slide.active .slide-btn {
    background: gray;
}

.nav-slide.autoplay .slide-btn {
    background: gray;
    -webkit-animation: scaleX 5s linear;
    -webkit-animation-fill-mode: forwards;
    transform-origin: 0;
    -moz-animation: scaleX 5s linear;
    -moz-animation-fill-mode: forwards;
    transform-origin: 0;
}

@-webkit-keyframes scaleX {
    0% {
        -webkit-transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
    }
}

@-moz-keyframes scaleX {
    0% {
        -moz-transform: scaleX(0);
    }

    100% {
        -moz-transform: scaleX(1);
    }
}

/*************new-product*************/
.new-product {
    float: left;
    height: 80px;
    line-height: 80px;
    width: 100%;
}

.new-product i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: #e60012;
}

.new-product h3 {
    float: left;
    font-size: 24px;
    color: #464646;
    margin: 0;
    line-height: 80px;
}

.new-product a {
    display: inline-block;
    width: 80px;
    float: right;
    color: #464646;
    font-size: 14px;
    background: url(../image/more.png) no-repeat 65px;
}

.new-product a:hover {
    text-decoration: none;
    color: #e60012;
    background: url(../image/more2.png) no-repeat 65px;
}

.product-block,
.product-leftdow {
    float: left;
    width: 100%;
}

.product-leftdown {
    width: 592px;
    height: 162px;
}

.product-left,
.product-leftdown-l {
    float: left;
}

.product-right,
.product-leftdown-r {
    float: right;
}

.product-left,
.product-right {
    width: 588px;
    height: 514px;
    overflow: hidden;
}

.product1,
.product6 {
    width: 592px;
    height: 337px;
    overflow: hidden;
}

.product1,
.product4,
.product5 {
    margin-bottom: 15px;
}

.product1,
.product2,
.product3,
.product4,
.product5,
.product6 {
    display: inline-block;
}

.product2,
.product3,
.product4,
.product5 {
    width: 289px;
    height: 162px;
    overflow: hidden;
}

.product-block a {
    position: relative;
    display: block;
}

.product-hide,
.product-hide1 {
    background: rgba(230, 0, 18, 0.8);
    position: absolute;
    background: #e60012;
    height: 80px;
    bottom: 0;
    padding-top: 15px;
    display: none;
}

.product-hide {
    width: 592px;
}

.product-hide1 {
    width: 289px;
}

.product-hide span,
.product-hide1 span {
    display: block;
    color: #fff;
    line-height: 24px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-hide span {
    padding-left: 45px;
}

.product-hide1 span {
    padding-left: 15px;
}

.product-hide span:nth-child(1),
.product-hide1 span:nth-child(1) {
    font-size: 17px;
}

.product-hide span:nth-child(2),
.product-hide1 span:nth-child(2) {
    font-size: 15px;
}

/*************solution*************/
.body-box {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;

}

.w1400 {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    width: 92%;
}

.wel-case .flex-control-nav {
    bottom: 20px;
}

.wel-case .flex-control-nav li {
    margin: 0 2px;
}

.wel-case .flex-control-nav li a {
    width: 12px;
    height: 12px;
    background: url(../image/img/btn01.png) no-repeat center;
    background-size: 100% 100%;
    transition: background 0.3s;
    box-shadow: none;
}

.wel-case .flex-control-nav li a:hover,
.wel-case .flex-control-nav li a.flex-active {
    background: url(../image/img/btn01_h.png) no-repeat center;
    background-size: 100% 100%;
    box-shadow: none;
}

.wel-case {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ser-contact-list li a {
    display: block;
    width: 100%;
}

.wel-case-title {
    font-size: 24px;
    color: #24272b;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 22px;
}

.wel-case-list {
    padding-bottom: 86px;
}

.wel-case .flex-viewport {
    overflow: visible !important;
}

/* .news-right .slides li {
    width: 50%;
    height: 360px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 25px;
} */



/* .news-right .slides .con {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    padding: 9% 50px 0;
    transition: bottom 0.3s;
} */

/* .wel-case .slides .en {
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    line-height: 24px;
    min-height: 24px;
} */

/* .news-right .slides .font {
    font-size: 18px;
    color: #ffffff;
    line-height: 34px;
    margin-top: 18px;
} */

/* .wel-case .slides .more {
    margin-top: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    background: url(../image/img/wel02.png) no-repeat center;
} */

.wel-case-list .flex-direction-nav a {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 66px;
    height: 77px;
    margin: -38px 0 0;
    text-shadow: none;
    background-size: 100% !important;
    transition: background 0.3s;
    z-index: 1;
}

.wel-case-list .flex-direction-nav a:before {
    font-size: 0;
}

.wel-case .flex-viewport {
    overflow: visible !important;
}

.wel-case-list .flex-direction-nav .flex-prev {
    background: url(../image/img/a32.png) no-repeat center;
    top: 200px;
    width: 50px;
    height: 50px;
}

.wel-case-list .flex-direction-nav .flex-next {
    background: url(../image/img/a33.png) no-repeat center;
    top: 200px;
    width: 50px;
    height: 50px;
}

.wel-case-list .flex-direction-nav .flex-prev:hover {
    background: url(../image/img/a32_h.png) no-repeat center;
}

.wel-case-list .flex-direction-nav .flex-next:hover {
    background: url(../image/img/a33_h.png) no-repeat center;
}

/* .wel-case .slides li:hover .con {
    bottom: 0;
} */

.wel-case .slides li:hover .font-bg {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.viewport {
    overflow: hidden;
    position: relative;
}

.f-cb {
    width: 2000%;
    transition-duration: 0s;
    transform: translate3d(-950px, 0px, 0px);
}

.flex-slide {
    width: 450px;
    margin-right: 25px;
    float: left;
    display: block;
}

.flex-slide .bg {
    opacity: 0.32;
}

.flex-bg .bg {
    opacity: 0;
}

.flex-hide {
    position: absolute;
    width: 290px;
    height: 52px;
    background: rgba(230, 0, 18, 0.8);
    display: block;
    z-index: 99;
    bottom: 0;
}

.flex-hide span {
    position: relative;
    z-index: 97;
    font-size: 18px;
    color: #fff;
    line-height: 52px;
}

/*************产品新闻和解决方案***********/
.left-news {
    width: 588px;
}
.left-news a {
    font-size: 14px;
}

.right-news {
    width: 590px;
    margin-left: 10px;
}
.solution-icon {
    margin-right: -10px;
}
.solution-icon i {
    width: 24px;
    height: 24px;
}

.solution-icon .solution-prev {
    background: url(../image/img/a32.png) no-repeat center;
}

.solution-icon .solution-next {
    background: url(../image/img/a33.png) no-repeat center;
}

.solution-icon .solution-prev:hover {
    background: url(../image/img/a32_h.png) no-repeat center;
}

.solution-icon .solution-next:hover {
    background: url(../image/img/a33_h.png) no-repeat center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.wel-case .news-left {
    width: 600px;
    height: 360px;
    /* border:1px solid #e60012 ; */
}

.news-left #myCarousel {
    height: 360px !important;
}

.news-left .carousel-inner>.item>a.product-news-left>img {
    width: 100%;
    height: 360px !important;
}

#myCarousel .flex-prev.pro-prev {
    left: 5px;
}

#myCarousel .flex-next.pro-next {
    right: 5px;
}

.news-right .slides .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.news-right .slides .font-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-delay: 0.2s;
}

.news-right .slides .tit {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}

.wel-case .news-right {
    height: 360px;
    width: 590px;
    margin-left: 10px;
}

.news-right .img-box {
    position: relative;
    overflow: hidden;
    height: 360px;
}

.img-box ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 700%;
}

.news-right .img-slides li {
    width: 290px;
    /* height: 360px; */
    float: left;
    margin-right: 10px;
}

.news-right .img-slides li:last-of-type,
.news-right .img-slides li:nth-of-type(2n) {
    /* margin-right: 0; */
}

.news-right .img-slides li>a {
    position: relative;
    display: block;
    width: 100%;
    height: 175px;
    overflow: hidden;
}

.news-right .img-slides li>a:hover .red-tit {
    bottom: -50px;
    transition: bottom 0.3s;
}

.news-right .img-slides li>a:hover .mask-bg {
    background: rgba(0, 0, 0, 0.6);
    /* z-index: 30; */
    opacity: 0.6;
}

.news-right .img-slides li>a:hover .con {
    bottom: 0;
}

.news-right .img-slides li>a:last-of-type {
    margin-top: 10px;
}

.news-right .img-slides li>a>img {
    width: 100%;
    height: 100%;
}

.news-right .img-slides li .red-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 290px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: rgba(230, 0, 18, 0.8);
}

.news-right .img-slides .con {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: block;
    transition: bottom 0.3s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    padding: 20px;
}

.news-right .mask-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.news-right .white-tit {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.news-right .white-font {
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    /* padding-bottom: 20px; */
}

/* .news-right .con {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    padding: 9% 50px 0;
    transition: bottom 0.3s;
} */

/*************video*************/
.videob {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.video {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: url(../image/video.jpg) no-repeat center;
}

.transform {
    transition: all 0.6s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.video-content {
    position: absolute;
    top: 0;
    display: block;
    width: 1200px;
}

.video-content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 88px 0 15px 0;
}

.video-content p {
    font-size: 16px;
    color: #fff;
    width: 800px;
    margin: 0 auto;
}

.videobt {
    display: block;
    width: 90px;
    height: 90px;
    margin: 40px auto;
    background: url(../image/bofang.png) no-repeat center;
}

.videobt:hover {
    background: url(../image/bofang2.png) no-repeat center;
}

.video-content-i {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.video-d span {
    display: inline-block;
    position: absolute;
    right: 15%;
    width: 27px;
    height: 27px;
    z-index: 10001;
    cursor: pointer;
    background: url(../image/close.png) no-repeat;
}

.video-d video,
.video-d embed {
    width: 70%;
    height: 70%;
    display: none;
    margin: 0 auto;
}

/*************new*************/
.new-block-i {
    width: 100%;
    display: block;
    height: 506px;
    float: left;
    margin-bottom: 50px;
}

.new-block-i a {
    display: block;
    color: #fff;
}

.new1,
.new2,
.new3 {
    height: 506px;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
}

.new1,
.newpic1 {
    width: 348px;
    margin-right: 10px;
}

.new2,
.newpic2 {
    width: 500px;
    margin-right: 10px;
}

.new3 {
    width: 330px;
}

.new3-1,
.newpic3,
.newpic4 {
    height: 248px;
    overflow: hidden;
}

.new3-1:first-child {
    margin-bottom: 10px;
}

.newpic1,
.newpic2,
.newpic3,
.newpic4 {
    position: relative;
}

.newpic1 img,
.newpic2 img,
.newpic3 img,
.newpic4 img {
    position: absolute;
    left: -10px;
}

.new-col {
    position: absolute;
    top: 0;
    margin: 40px 30px;
}

.new-col-down {
    top: 260px;
}

.new-col span {
    font-size: 13px;
    margin-bottom: 10px;
    color: #fff;
}

.new-col h3 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.new p.new-p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.product-image img {
    width: 233px;
    height: 175px;
    display: block;
}

.i-description {
    padding-top: 15px;
    max-height: 110px;
    overflow: hidden;
}

.i-description h4 {
    color: #464646;
    font-size: 18px;
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i-description p {
    font-size: 15px;
    color: #8b8a8a;
    line-height: 20px;
    height: 55px;
    overflow: hidden;
    width: 235px;
    margin-left: 23px;
}