a {
    /*pointer-events: none !important;*/
}

.swiper{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
  }
.swiper-button-prev,
.swiper-button-next {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.goBack {
    display: none;
}



#fp-nav a {
    pointer-events: initial !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
}

.mySection {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 100px;
}

.myTableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}


@media (max-width: 992px) {
    .pdd {
        padding-top: 40px;
        padding-bottom: 40px;
        box-sizing: border-box;
    }

    .fp-section.fp-table,
    .fp-slide.fp-table,
    .fp-tableCell {
        display: block;
    }

    .mySection {
        padding-top: 0;
        display: block;
    }

    .myTableCell {
        display: block;
    }

}

@media (max-width: 768px) {
    .pdd {
        padding-top: 12px;
        padding-bottom: 6px;
    }
}

.index-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
    color: #31367d;
}

.index-title.white {
    color: #fff !important;
}
.index-title a {
    color: inherit;
}
.index-title .en {
    text-transform: uppercase;
    font-size: 0.5em;
}


@media (max-width: 992px) {
    .index-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .index-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

/* banner图 */
.bannerList {
    height: inherit;
    overflow: hidden;
    position: relative;
}

.bannerList li {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerList li a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .bannerList {
        height: 56.25vw;
    }
}

/* banner图end */

/* 案例图 */

.projectList {
    height: inherit;
    overflow: hidden;
    position: relative;
}

.projectList li {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.projectList li a {
    display: block;
    width: 100%;
    height: 100%;
}
    .projectList li span{
        position: absolute;
        right: 10%;
        bottom: 6%;
        font-size: 24px;
        color: #000;
    }

@media (min-width: 993px) {
    .projectBox {
        position: relative;
    }
    .projectBox .index-title {
            position: absolute;
    top: 16%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    }
}
@media (max-width: 992px) {
    .projectList {
        height: 56.25vw;
    }
}

@media (max-width: 768px) {
    .projectList {
        padding-bottom: 57px;
    }
    .projectList li span{
        right: 0;
        bottom: -30px;
        font-size: 15px;
        width: 100%;
        text-align: center;
    }
            .projectList li span i {
            display: none;
        }
}


/* 案例图end */

/*公司介绍*/
.aboutList {
    height: inherit;
    overflow: hidden;
    position: relative;
}

.aboutList li {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .aboutList li[data-swiper-slide-index='0'] {
    background-position: center bottom;
        
    }
.aboutList li a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .aboutList {
        height: 56.25vw;
    }
}
/*公司介绍end*/



/*新闻*/
/*/*.newsBg {
    background: url(../Images/news-bg.jpg) no-repeat center center / cover;
}
.news .list .img{
    float: left;
    width: 65%;
    padding-bottom: 36%;
    background: url(../Images/news-img.jpg) no-repeat center center / cover;
    margin-right: 70px;
}

.news .list ul{
    overflow: hidden;
}
.news .list li {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #e6e6e6;
}
.news .list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.news .list li .l{
    float: left;
    line-height: 1;
    padding-right: 22px;
    margin-right: 22px;
    border-right: 1px solid #666666;
    text-align: center;
}
.news .list li .r{
    overflow: hidden;
}
.news .list li .l span{
    display: block;
    font-size: 24px;
    color: #4c4c4c;
}
.news .list li .l i{
    display: block;
    font-size: 21px;
    color: #b2b2b2;
    margin-top: 8px;
}
.news .list li .r .c-t{
    font-size: 20px;
    color: #4c4c4c;
    font-weight: bold;
}
.news .list li .r .c-c{
    font-size: 14px;
    color: #999999;
}
    .news .list li:hover .l span {
        color: #b81c22;
    }
    .news .list li:hover .r .c-t {
        color: #b81c22;
    }

.news .more {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #31367d;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
}
@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .news .list ul{
        margin-top: 20px;
    }
    .news .list .img{
        float: none;
        width: 100%;
    }
 
    .news .list li {
        padding-bottom: 13px;
        margin-bottom: 13px;
        border-bottom: 1px dashed #e6e6e6;
    }
    .news .list li .l span {
    font-size: 20px;
}
    .news .list li .l i {
    font-size: 14px;
    margin-top: 8px;
}
    .news .list li .r .c-t{
    font-size: 18px;
    font-weight: normal;
}
.news .list li .r .c-c{
    font-size: 12px;
}
    .news .more {
    height: 30px;  
    line-height: 30px;  
    font-size: 14px;
   }
}*/

/*新闻end*/

/*新闻*/
.newsBg {
        background: url(../Images/news-bg.jpg) no-repeat center center / cover;
}

.news .list .li1 {
    width: 100%;
    height: 340px;
    background-color: #fff;
}

.news .list .li1 .img {
    float: left;
    width: 50%;
    height: 100%;
    background: url(../Images/news-img.jpg?v=2) no-repeat center center / cover;
}

.news .list .li1 .c {
    float: left;
    width: 50%;
    padding: 50px 65px;
    color: #666666;
    box-sizing: border-box;
}

.news .list .li1 .c .c-t {
    font-size: 20px;
}

.news .list .li1 .c .c-c {
    font-size: 14px;
    line-height: 1.8em;
    height: 9em;
    overflow: hidden;
    margin-top: 50px;
}

.news .list .li1 .c .c-tm {
    font-size: 16px;
}

.news .list .li2 {
    float: left;
    width: 32%;
    margin-top: 2%;
    margin-left: 2%;
    background-color: #fff;
    color: #666666;
}

.news .list .li2:nth-of-type(3n+2) {
    margin-left: 0;
}

.news .list .li2 .c-t {
    font-size: 20px;
    padding: 40px 34px 0;
}

.news .list .li2 .c-c {
    font-size: 14px;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
    margin-top: 45px;
    padding: 0px 34px 0;
    margin-bottom: 35px;
}

.news .list .li2 .c-tm {
    font-size: 16px;
    margin-top: 45px;
    height: 50px;
    line-height: 50px;
    background-color: #cccccc;
    padding: 0 34px;
}

.news .list .li1:hover .c .c-t {
    color: #580b10;
}

.news .list .li2:hover .c-t {
    color: #580b10;
}

.news .list .li2:hover .c-tm {
    background-color: #580b10;
    color: #fff;
}

@media (max-width: 992px) {
    .newsBg {
        /*background: none;*/
    }

    .news {
        padding-top: 20px;
        padding-bottom: 20px;
        /*background: url(../Images/news-bg.jpg?v=2) no-repeat center center / cover;*/

    }

}

@media (max-width: 768px) {
    .news .list li:nth-child(n+2) {
        display: none;
    }

    .news .list .li1 {
        height: auto;
    }

    .news .list .li1 .img {
        float: none;
        width: 100%;
        padding-bottom: 50%;
        height: auto;
    }

    .news .list .li1 .c {
        float: none;
        width: 100%;
        padding: 10px 15px;
    }

    .news .list .li1 .c .c-t {
        font-size: 16px;
    }

    .news .list .li1 .c .c-c {
        margin-top: 8px;
        font-size: 12px;
        height: 3.6em;
    }

    .news .list .li1 .c .c-tm {
        margin-top: 8px;
        font-size: 14px;
    }

    .news .list .li2 {
        float: none;
        width: 100%;
        margin-left: 0;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .news .list .li2 .c-t {
        padding: 0;
        font-size: 16px;
    }

    .news .list .li2 .c-c {
        padding: 0;
        margin-top: 8px;
        font-size: 12px;
        margin-bottom: 0;
    }

    .news .list .li2 .c-tm {
        padding: 0;
        margin-top: 8px;
        font-size: 14px;
        height: auto;
        line-height: initial;
        background-color: transparent;
    }

    .news .list .li2:hover .c-tm {
        background-color: transparent;
        color: inherit;
    }
}

/*新闻end*/


/* 产品分类列表 */
.productList {
    position: relative;
}
.productList, .productList .mySwiper2{
    height: inherit;
    overflow: hidden;
    position: relative;
}

.productList .mySwiper2 li {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.productList li a {
    display: block;
    width: 100%;
    height: 100%;
}

    .productList .mySwiper {
        
    }
    .mySwiper {
        position: absolute;
        bottom: 1%;
        left: 50%;
        transform: translateX(-50%);
        height: 80px;
        line-height: 80px;
        text-align: center;
        background: #fff;
        font-size: 24px;
      }

      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        font-size: 24px;
            cursor: pointer;
      }
      .mySwiper .swiper-slide-thumb-active {
        background: #d1292e;
        color: #fff;
      }
@media (max-width: 992px) {
 .productList, .productList .mySwiper2{
        height: 56.25vw;
    }
  .mySwiper {
        width: 94%;
        padding-left: 0;
        padding-right: 0;
    }
        .mySwiper .swiper-slide {
            font-size: 20px;
        }
}
@media (max-width: 768px) {
    .mySwiper .swiper-slide {
            font-size: 12px;
        }
    .mySwiper {
        height: 30px;
        line-height: 30px;
    }
}


/*视频*/
.videoBg {
    background: url(../Images/video-bg.jpg) no-repeat center center / cover;
}

.videoList {
     overflow: hidden;
    box-sizing: border-box;
} 

    .videoBg .cont li{
        width: 49%;
        float: left;

        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
.videoBg .cont li .c{
    padding-bottom: 75%;
}
        .videoBg .cont li a {
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.5) url(../Images/video_btn.png) no-repeat center center / 100px 100px;
            transition: 0.4s;
        }
        .videoBg .cont li:hover a {
            background-color: transparent;
            transform: scale(1.2);
        }
    .videoBg .cont li:first-child {
        margin-right: 2%;
    }
.video-scrollbar {
    position: relative !important;
        bottom: 0px !important;
    margin-top: 7px;
}
@media (max-width: 768px) {
    .videoBg {
    background: none;
}
        .videoBg .main {
            padding-left: 0;
            padding-right: 0;
        }

    .videoBg .wrap {
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .videoBg .index-title {
        margin-top: 0;
    }
    .videoBg .cont li {
        width: 100%;
    }
        .videoBg .cont li a {
            background-size: 50px 50px;
        }
}



.cfBg {
background: url(../Images/cf-bg.jpg) no-repeat center center / cover;
}
.cf .cf-t {
    background-color: #d1292e;
    color: #fff;
    font-size: 48px;
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    margin-bottom: 12px;
}


/*证书*/
.honorBg {
background: url(../Images/honor-bg.jpg) no-repeat center center / cover;
}
.honorList {
    width: 100%;
    height: 680px;
}
.honorList li{
    float: left;
    width: 31%;
    height: calc((100% - 15px) / 2);
}
    .honorList li .imgBox {
        height: 100%;
    }
.honor-pagination {
    position: relative;
    bottom: 0 !important;
}
@media (max-width: 768px) {
    .honorBg {
background: none;
}
    .honorList {
background: url(../Images/honor-bg.jpg) no-repeat center center / cover;
        height: 68vw;
        margin: 0 -10px;
        padding: 20px 10px;
    }
     .honorList li{
        width: 48%;
    height: calc((100% - 15px) / 2);
    }
}