.swiper-button-prev  {
    background-image:url("../images/left.png")!important;
    transform: rotateY(0deg)!important;
}

.swiper-button-next {
    background-image:url("../images/right.png")!important;
}

.container-full{
    padding-bottom: 0px;
}

.productlist-wrapper {
    padding: 10px;
}

.productvideo-wrapper {
    padding: 0 10px 10px 10px;
    overflow: hidden;
}

.productvideo-wrapper .video-play {
    display: none;
}

.guide-video {
    display: none;
    position: absolute;
    z-index: 9999;
}

.guide-video .dialog h3 {
    position: relative;
    height: 42px;
    background-color: #f5f5f5;
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    color: #424242;
    text-indent: 10px;
    padding-right: 20px;
}

.guide-video .dialog h3 i {
    float: right;
}

.iconguanbi:before {
    content: "\e639";
}



.guide-video .dialog {
    position: fixed;
    top: -35%;
    left: 50%;
    margin-top: -300px;
    margin-left: -435px;
    width: 870px;
    height: 600px;
    background-color: #000;
    z-index: 9999;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
}

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.productvideo-wrapper embed {
    background: #000;
    position: fixed;
    top: 20%;
    left: 28%;
    width:0;
    z-index: 11;
    height: 0;

}

.productvideo-wrapper .closeicon {
    position: fixed;
    width: 25px;
    left: 68.5%;
    top: 19%;
    z-index: 111;
    display: none;
}

.productvideo-wrapper .closeicon img {
    width:100%;
}



.product-item ,.video-item {
    width: calc((100% - 10px)/2);
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.product-item img ,.video-item img {
    cursor: pointer;
    transition: all .6s ease;
}

.product-item img:hover ,.video-item img:hover {
    transform: scale(1.1);
}

/*.video-item img:hover {
    transform: scale(1);
}*/

.product-info ,.video-info {
    position: absolute;
    z-index: 50;
    width: 100%;
    text-align: center;
    top: 57px;
    font-size: 18px;
}

.product-info .title ,.video-info .title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.video-info .title {
    color: #fff;
}

.product-item a.product-link{
    display: block;
}

.product-info a ,.video-info a {
    margin-top: 17px;
    display: block;
}

.product-info a:hover ,.video-info a:hover {
   color:#00bee7;
}

.technology-wrapper {
    height:403px;
    background: url("../images/teno_13.png")left top;
}

.technology-content {
    width:1200px;
    margin: 0 auto;
    color:#fff;
    padding-top: 108px;
}

.technology-content .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.technology-content .descri {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 60px;
}

.technology-content a.view-more {
    font-size: 18px;
    color:#fff;
}

.brand_introduction a.view-more{
    font-size: 18px;
    padding-top: 20px;
    display: none;
}

.more-video {
    clear: both;
    padding-top: 25px;
}


.more-video a {
    display: block;
    width: 180px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;  
    border-radius: 5px;
    color:#999999;
    background-color: #f7f7f7;
    font-size: 18px;
}

.brand_introduction .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

.brand_introduction {
    margin-top: 60px;
}

.brand_introduction  .descri {
    font-size: 18px;
    line-height: 25px;
}

.news {
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 50px;
}

.news .title {
    margin-bottom: 40px;
}

.news-item {
    width:33.3%;
    width: calc((100% - 10px)/3);
    float:left;
}

.news-item .news-link{
    display: inline-block;
}

.news-item a img.thumbnail{
    width: 380px;
    height: 190px;
}

.news-item .date {
    display: block;
    color:#cccccc;
    font-size: 16px;
}

.news-item .news-info {
    text-align: left;
    padding: 0 10px;
    margin-top: 15px;
    font-size: 18px;
}

.news-item .news-info .name {
    color:#000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-item .news-info .descri {
    color: #666;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.video-item{
    position: relative;
}

.video-item:hover h4.video-title{
    color: #00bee7;
}

.product-video-link{
    display: block;
    position: relative;
}

.video-title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    position: absolute;
    top: 78px;
    left: 297px;
    z-index: 20;
}


.product-video-link span{
    position: absolute;
    font-size: 40px;
    left: 50%;
    top:50%;
    display: inline-block;
    color: #999;
    width: 80px;
    height: 80px;
    line-height: 80px;
    z-index: 20;
    background-color: #000;
    opacity: 0.5;
    border-radius: 50%;
    text-align: center;
    margin-left: -40px;
    margin-top: -40px;
}

.product-video-link:hover span{
    color: #00bee7;
}

/*.productlist-wrapper{
    padding:0;
    padding-left: 10px;
}*/

.product-item{
    background-color: #eee;
    vertical-align: middle;
    margin-top: 10px;
}

.product-item:hover{
    background-color: #ddd;
}

.product-description{
    display: block;
    width: 100%;
}

.product-description .product-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}

.product-description .product-desc{
    font-size: 18px;
    color: #666;
    text-align: center;
    padding-top: 30px;
}


.product-description .show-more{
    font-size: 18px;
    color: #bbb;
    text-align: center;
    padding-top: 20px;
}

.product-description .product-img{
    text-align: center;
}


@media screen and (max-width:1600px) {

}


@media  screen and (max-width: 1440px) {

}

@media  screen and (max-width: 1366px) {
    .video-title{
        left: 20%;
        top:20%
    }

    .technology-content{
        width: 100%;
    }

    .technology-content .descri,.brand_introduction .descri{
        padding: 0 10px;
    }

    .news-item{
        padding: 10px;
    }
}


@media  screen and (max-width: 1024px) {
    .video-title{
        left: 20%;
        top:20%
    }

    .technology-content{
        width: 100%;
    }

    .technology-content .descri,.brand_introduction .descri{
        padding: 0 10px;
    }

    .news-item{
        padding: 10px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 375px) and (max-width: 767px) {
    .index-banner-wrap{
        margin-top: 52px;
    }

    .product-item, .video-item{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .product-description .product-title{
        padding-top: 20px;
    }

    .product-description .product-desc{
        padding: 20px 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .video-title{
        font-size: 20px;
    }

    .technology-content{
        padding-top: 20px;
    }

    .technology-content .descri,.brand_introduction .title{
        margin-bottom: 20px;
    }

    .brand_introduction{
        margin-top: 20px;
    }

    .brand_introduction .descri{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .brand_introduction a.view-more{
        display: block;
    }

    .productvideo-wrapper,.productlist-wrapper{
        padding:0;
    }

    .news-item{
        display: block;
        width: 100%;
        border-bottom: 1px solid #e0d7d7;
    }
}

@media (max-width: 374px) {
    .index-banner-wrap{
        margin-top: 52px;
    }

    .product-item, .video-item{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .product-description .product-title{
        padding-top: 20px;
    }

    .product-description .product-desc{
        padding: 20px 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .video-title{
        font-size: 20px;
    }

    .technology-content{
        padding-top: 20px;
    }

    .technology-content .descri,.brand_introduction .title{
        margin-bottom: 20px;
    }

    .brand_introduction{
        margin-top: 20px;
    }

    .brand_introduction .descri{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .brand_introduction a.view-more{
        display: block;
    }

    .productvideo-wrapper,.productlist-wrapper{
        padding:0;
    }

    .news-item{
        display: block;
        width: 100%;
        border-bottom: 1px solid #e0d7d7;
    }
}



