﻿.video-m {
    width: 100%;
    background-color: #000;
    margin-top: 20px;
    border-radius: 5px;
}


.re__video {
    display: none;
}

  .swiper-button-prev,
    .swiper-button-next {
        line-height: 40px;
        width: auto;
        color: #fff;
        font-weight: bold;
        padding: 0 10px;
        background: none;
    }

    .swiper-button-prev:before,
    .swiper-button-prev:after,
    .swiper-button-next:before,
    .swiper-button-next:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 50%;
    background: #fff;
    transition: all 0.5s;
}
        .swiper-button-prev:before,
        .swiper-button-prev:after {
            left: 0;
        }
        .swiper-button-next:before,
        .swiper-button-next:after {
            right: 0;
        }

        .swiper-button-prev:before,
        .swiper-button-next:before {
            top: 0;
        }
        .swiper-button-prev:after,
        .swiper-button-next:after {
                bottom: 0;

        }

    .swiper-button-next:hover:before {
    -webkit-transform: rotate(-45deg);
    top: 4px;
}
    .swiper-button-next:hover:after {
    -webkit-transform: rotate(45deg);
    bottom: 4px;
}
        .swiper-button-prev:hover:before {
    -webkit-transform: rotate(45deg);
    top: 4px;
}
    .swiper-button-prev:hover:after {
    -webkit-transform: rotate(-45deg);
    bottom: 4px;
}
@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

/*招商加盟*/
.join {
    background: #000;
    background: url("../Images/join-bg.jpg") no-repeat center center / cover;
    position: relative;
        margin-top: 47px;
}
  .join li
{
      position: relative;
    width: 10%;
    padding-bottom: 10%;
    background: url("../Images/join-icon.png") no-repeat center center / cover;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
    .join li span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform:translate(0, -50%)
    }
    
    .join .cont {
        color: #fff;
        text-align: center;
    }
    .join .cont span{
        display: block;
        font-size: 28px;
        margin-bottom: 20px;
    }
    .join .cont i{
        display: block;
        font-size: 18px;
    }
@keyframes sportsb {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .join {
        padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 529px;
        margin-top: 20px;

    overflow: hidden;
    background: url("../Images/join-bg-m.jpg") no-repeat center center / cover;
    }
        .join ul {
                margin-top: 31%;
        }
        .join li
{
    float: left;
    width: 30%;
    padding-bottom: 31%;
    margin: 1%;
}
        .join .cont {
                margin-top: 17%;
        }
            .join .cont i br:nth-of-type(2n+1){
    display: block;
            }
}
@media (min-width: 769px) {
    .join {
    height: 1080px;
}
    .join li
{
    position: absolute;
    font-size: 30px;
}
    .join li:nth-child(1) {
        top: 60%;
        left: 12%;
        animation: sportsb 4s linear infinite;
    }
    .join li:nth-child(2) {
        top: 35%;
        left: 20%;
        animation: sportsb 4s linear infinite 1s;
    }
    .join li:nth-child(3) {
        top: 17%;
        left: 35%;
        animation: sportsb 4s linear infinite 2s;
    }
    .join li:nth-child(4) {
        top: 17%;
        right: 35%;
        animation: sportsb 4s linear infinite 3s;
    }
    .join li:nth-child(5) {
        top: 32%;
        right: 20%;
        animation: sportsb 4s linear infinite 4s;
    }
    .join li:nth-child(6) {
        top: 60%;
        right: 12%;
        animation: sportsb 4s linear infinite 5s;
    }

    .join .cont {
        position: absolute;
        top: 46%;
        left: 50%;
        transform:translate(-50%,0);
    }
    .join .cont span{
        font-size: 48px;
        margin-bottom: 30px;
    }
    .join .cont i{
        font-size: 25px;
    }
}

.na-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 30px;
    margin-bottom: 4px;
    margin-top: 50px;
    line-height: 1.6;
    position: relative;
}
    .na-title.bb {
        border-bottom: 1px solid #11216c;
    }
    .na-title.tb {
        padding-top: 20px;
        border-top: 1px solid #11216c;
    }
.na-title .natl{
        color: #11216c;
        line-height: 57px;
        font-size: 40px;
}
.na-title .en{
    font-family: Family;
}

.na-title.white .natl{
        color: #fff;
}
.na-title .natm {
        background: #11216c;
    width: 200px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
    .na-title.nt2 {
        border-bottom: none;
    color: #000;
    margin-top: 47px;
    }
    .na-title.nt2 .natl {
    color: #000;
    
    }
    .na-title.nt2:before {

    display: block;
    content: "";
    width: 26px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: -10px;
    }
 .na-title.nt2 .natm {
        background: none;
        border: 1px solid #000;
    color: #000;
    }
 .na-title.white .natm {
        background: #fff;
    color: #11216c;
    
    }
    .na-title .natm .icon {
        display: inline-block;
        transition: .5s;
    }

   
.na-title .natm:hover .icon {
    transform: translateX(10px);
}
.na-cont {
    font-size: 18px;
    color: rgb(33, 37, 41);
    line-height: 1.6;
}
    .na-cont .l1 {
        color: rgb(17, 33, 108);
        margin-top: 35px;
    }
    .na-cont .l2 {
        margin-top: 15px;
        line-height: 2;
        font-size: 15px;
    }

.new-pro .na-title{
    border-top: 2px #11216c solid;
    border-bottom: none;
    padding-top: 30px;

}
.new-pro {
    padding-bottom: 2%;
}
.new-pro2 {
    padding-top: 2%;
}
.new-pro1 {
    background: url(../Images/np-bg.jpg) no-repeat center bottom / cover;
}
.na-img {
    margin-top: 40px;
    overflow: hidden;
}
    .na-img .bg {
        display: block;
        padding-bottom: 41%;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
.npc li {
    float: left;
}
.new-pro .npc li span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    line-height: 2em;
    text-align: center;
    background-color: rgba(0,0,0,.6);
    color: #fff;
}
.new-pro1 .npc li:nth-child(1){
    width: 66%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-bottom: 45%;
}
.new-pro1 .npc li:nth-child(2),
.new-pro1 .npc li:nth-child(3){
    width: 32%;
    margin-bottom: 2%;
    padding-bottom: 21.5%;
}
.new-pro2 .npc li:nth-child(1){
    width: 32%;
    margin-right: 2%;
    padding-bottom: 21.5%;
}
.new-pro2 .npc li:nth-child(2){
    width: 66%;
    padding-bottom: 21.5%;
}

@media (max-width: 768px) {
    .na-img {
        margin-top: 10px;
            margin-left: -10px;
    margin-right: -10px;
    }
    .na-title {
        margin-top: 30px;
        padding-bottom: 15px;
            margin-bottom: 13px;
    }
        .na-title.nt2 {
        margin-top: 43px;
            
        }
    .na-title .natl {
        font-size: 26px;
        line-height: 1.4;
    }
    .na-title .natm {
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
    .na-cont {
        font-size: 15px;
        margin-top: -26px;
    }
    .new-pro .na-title{
    padding-top: 15px;
}
    .new-pro1 .npc li:nth-child(1) {
        width: 100%;
        padding-bottom: 69%;
    }
    .new-pro1 .npc li:nth-child(2), .new-pro1 .npc li:nth-child(3) {
        width: 49%;
        padding-bottom: 32.5%;
    }
    .new-pro1 .npc li:nth-child(2) {
        margin-right: 2%;
    }

    .new-pro2 .npc li:nth-child(1) {
        display: none;
    }
    .new-pro2 .npc li:nth-child(2) {
        width: 100%;
            padding-bottom: 32.5%;
    }
    .new-pro2 {
    padding-top:15px;
    padding-bottom:15px
}
    .new-pro .npc li span {

    height: 1.6em;
    line-height: 1.6em;

}
    .na-cont .l2 {
        display: none;
    }
}

/* banner图 */
.bannerList{
  overflow: hidden;
  position: relative;
  height: inherit;
  height: 50vw;
}
.bannerList li{
  width: 100%;
  height: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
    background-color: #000;
}

    .bannerList li .bg{
        background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .bannerList li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

.bannerList li .bg__video {
   width: 100%;
   height: 100%;
    object-fit: fill;
}

@media (max-width: 768px) {
    .bannerList {
        height: 178vw;
    }
}

/* 代言人图 */
.starList{
  overflow: hidden;
  position: relative;
  height: 940px;
}
.starList li{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.starList li a {
        display: block;
        width: 100%;
        height: 100%;
    }
@media (max-width: 768px) {
    .starList {
        height: 56vw;
    }
}


/* 首页标题 */
.positionBox{
    height: 100%;
    position: relative;
}
.positionBox .titleBox{
    margin-top: 110px;
}
    .positionBox .cont {
        height: 41.6vw;
        box-sizing: border-box;
    }


.index-title {
    margin-bottom: 25px;
}
.index-title .l{
    float: left;
    font-size: 0;
}
.index-title .l .en {
    display: inline-block;
    vertical-align: middle;
    color: #3C3C3C;
    margin-right: 7px;
    font-size: 27px;
    line-height: 32px;
}
    .index-title .l i {
        width: 5px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
    }
    .index-title .l i:before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background-color: #414141;
    }
    .index-title .l i:after {
        content: "";
        display: block;
        width: 5px;
        height: 17px;
        background: #e5ab73;
        margin-top: 2px;
    }

.index-title .l .ch {
    display: inline-block;
    vertical-align: middle;
    color: #3C3C3C;
    font-weight: bold;
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
}
.index-title .r {
    float: right;
}
.index-title .r a {
    display: block;
    width: 128px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #0E0E0E;
    text-align: center;
    border: 1px solid #0E0E0E;
    transition: all 0.3s ease;
}
.index-title .r:hover a {
    border-color: #e5ab73;
    background-color: #e5ab73;
    color: #fff;
}
    .index-title.white .l .en {
        color: #fff;
    }
    .index-title.white .l .ch {
        color: #fff;
    }
    .index-title.white .r a {
        color: #fff;
        border-color: #fff;
    }


/*about2*/
.aboutBox2 .fp-tableCell {
    vertical-align: bottom;
}
.aboutBox2 .aboutMain {
    position: relative;
}
    .aboutBox2 .aboutMain .imgList,
    .aboutBox2 .aboutMain .imgList ul,
    .aboutBox2 .aboutMain .imgList li,
    .aboutBox2 .aboutMain .imgList li .img {
        height: 100%;
    }

    .aboutBox2 .aboutMain .imgList {
        width: 100%;
    }
        .aboutBox2 .aboutMain .imgList li {
            position: relative;
        }
    .aboutBox2 .aboutMain .imgList li .img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
            .aboutBox2 .aboutMain .imgList li .text {
                position: absolute;
                top: 50%;
                left: 50px;
                transform: translateY(-50%);
                background-color: red;
                width: 295px;
                height: 344px;
                padding: 45px;
                box-sizing: border-box;
                background: #e5ab73;
                color: #fff;
                transition: 1s;
                z-index: 2;
                opacity: 0;
            }
            .aboutBox2 .aboutMain .imgList li .text .text_t {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
            .aboutBox2 .aboutMain .imgList li .text .text_t .ch{
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 1;
    }
   .aboutBox2 .aboutMain .imgList li .text .text_t .en{
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1;
    }
    .aboutBox2 .aboutMain .imgList li .text .text_c{
        font-size: 14px;
        line-height: 28px;
        max-height: 168px;
        overflow: hidden;
    }
     .aboutBox2 .aboutMain .imgList li .text .btn{
        width: 34px;
        height: 92px;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -46px;
        background: #192171 url("../Images/icon-11.png") no-repeat center center;
    }
    .aboutBox2 .aboutMain .imgList li .text .more {
        font-size: 14px;
        text-align: right;
        transition: all 0.4s;
        opacity: 0;
        transform: translateX(-30px);
        display: block;
        color: #fff;
    }
    .aboutBox2 .aboutMain .imgList li .text:hover .more {
        opacity: 1;
        transform: translateX(0);
    }
    .aboutBox2 .aboutMain .imgList li.on .text {
        transform: translateY(-50%) translateX(50px);
        opacity: 1;
    }

    .aboutBox2 .aboutMain .btnList {
        position: absolute;
        top: 50%;
        right: 50px;
        z-index: 2;
        transform: translateY(-50%);
    }
        .aboutBox2 .aboutMain .btnList li {
            text-align: right;
            margin: 50px 0;

        }
            .aboutBox2 .aboutMain .btnList li .bg {
                background-color: #192171;
                border-radius: 70px;
                height: 70px;
                color: #fff;
                display: inline-block;
                transition: 1s;
            }
            .aboutBox2 .aboutMain .btnList li .ico {
                background-color: #192171;
                float: left;
                height: 100%;
                width: 70px;
                position: relative;
                border: 9px solid #0c1463;
                box-shadow: 2px 2px 6px 1px #0c1463;
                border-radius: 70px;
                margin-top: -9px;
                transition: 1s;
            }
            .aboutBox2 .aboutMain .btnList li.on .ico {
                transform: rotate(-360deg);
            }
            .aboutBox2 .aboutMain .btnList li .text {
                overflow: hidden;
                text-align: center;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                transition: 1s;
                white-space:nowrap; 
                min-width: 0;
            }
            .aboutBox2 .aboutMain .btnList li .text .ch,
            .aboutBox2 .aboutMain .btnList li .text .en
            {
                padding-right: 20px;
                padding-left: 10px;
            }
                .aboutBox2 .aboutMain .btnList li .text .ch {
                    font-size: 18px;
                }
                 .aboutBox2 .aboutMain .btnList li .text .en {
                    font-size: 12px;
                    text-transform: uppercase;
                }
            .aboutBox2 .aboutMain .btnList li .ico img {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
            }
/*about2 end*/

/*公司介绍*/
.aboutBox {
    background: #192171 url(../Images/aboutBg.jpg) no-repeat center center / cover;
    padding-top: 90px;
    padding-bottom: 90px;
}
.aboutBox .aboutMain {
    background-color: #f0f0f0;
    padding-top: 70px;
    padding-bottom: 70px;
}
.aboutBox .l{
    width: 70%;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.aboutBox .r{
    overflow: hidden;
}
.aboutBox .l li {
    position: relative;
    padding-left: 117px;
    box-sizing: border-box;
}
.aboutBox .l li .img{
    width: 100%;
    height: 512px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
    
    .aboutBox .l li .text {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-color: red;
        width: 295px;
        height: 344px;
        padding: 45px;
        box-sizing: border-box;
        background: #e5ab73;
        color: #fff;
        transition: transform 0.4s;
        z-index: 2;
    }

    .aboutBox .l li:hover .text,
    .aboutBox .l li .text.on {
        transform: translateY(-50%) translateX(5%);
    }
    .aboutBox .l li .text_t {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .aboutBox .l li .text_t .ch{
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 1;
    }
    .aboutBox .l li .text_t .en{
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1;
    }
    .aboutBox .l li .text_c{
        font-size: 14px;
        line-height: 28px;
        max-height: 168px;
        overflow: hidden;
    }
     .aboutBox .l li .btn{
        width: 34px;
        height: 92px;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -46px;
        background: #192171 url("../Images/icon-11.png") no-repeat center center;
    }
    .aboutBox .l li .more {
        font-size: 14px;
        text-align: right;
        transition: all 0.4s;
        opacity: 0;
        transform: translateX(-30px);
    }
    .aboutBox .l li:hover .more {
        opacity: 1;
        transform: translateX(0);
    }
.aboutBox .r .li{
    height: 120px;
    margin-bottom: 10px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.aboutBox .r .li .img{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid #777;
    overflow: hidden;
    position: relative;
}
    .aboutBox .r .li .img img{
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 0.5s ease;
    }
    .aboutBox .r .li .img .img1{
        transform: translate(-50%, -50%);
    }
    .aboutBox .r .li .img .img2{
        transform: translate(-50%, -150%);
        opacity: 0;
    }
    .aboutBox .r .li:hover .img,
    .aboutBox .r .li.on .img
     {
        border-color: #e5ab73;
        background: #e5ab73;
    }
    .aboutBox .r .li:hover .img .img1,
    .aboutBox .r .li.on .img .img1
     {
        transform: translate(-50%, 50%);
        opacity: 0;
    }
    .aboutBox .r .li:hover .img .img2,
    .aboutBox .r .li.on .img .img2
    {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    .aboutBox .r .li .title {
        margin-left: 26px;
        min-width: 153px;
        text-align: center;
    }
    .aboutBox .r .li .title span {
    font-size: 18px;
    margin-bottom: 5px;
}
    .aboutBox .r .li .title h2 {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
}


/*产品中心*/
/*.product .fp-tableCell {
    vertical-align: bottom;
}
.product .cont {
    height:800px;
    box-sizing: border-box;
}
.product .cont .product-btn {
    float: left;
    width: 280px;
    height: 100%;
    background-color: #F7F7F7;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}
.product .cont .product-btn .btn-top,
.product .cont .product-btn .btn-bottom
{
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: none;
}
    .product .cont .product-btn:hover .btn-top,
    .product .cont .product-btn:hover .btn-bottom {
        display: block;
    }
    .product .cont .product-btn .btn-top {
        top: 0;
    }
    .product .cont .product-btn .btn-bottom {
        bottom: 0;
    }
.product .cont .product-btn li {
    border-bottom: 1px solid #DEDEDE;
    box-sizing: border-box;
    line-height: 102px;
    text-align: center;
}
    .product .cont .product-btn li a {
        display: block;
    }
    .product .cont .product-btn li span {
        position: relative;
    }

    .product .cont .product-btn li span:before,
    .product .cont .product-btn li span:after
     {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -0.5px;
        width: 16px;
        height: 1px;
        background: #FFF;
        transition: all 0.5s;
    }
    .product .cont .product-btn li span:before {
        right: 100%;
        margin-right: 40px;
    }
    .product .cont .product-btn li span:after {
        left: 100%;
        margin-left: 40px;
    }
    .product .cont .product-btn li:hover span:before {
        margin-right: 15px;
    }
    .product .cont .product-btn li:hover span:after {
        left: 100%;
        margin-left: 15px;
    }
    .product .cont .product-btn li:hover {
        background: #e5ab73;
        color: #FFF;
    }
    .product .cont .product-btn li:hover a{
        color: #FFF;
    }
.product .cont .product-img {
   overflow: hidden;
    height: 100%;
}
    .product .cont .product-img ul,
    .product .cont .product-img li
     {
        height: 100%;
    }
    .product .cont .product-img li {
        position: relative;
    }
    .product .cont .product-img li .img {
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .product .cont .product-img li .right {
        position: absolute;
    padding: 0 20px;
    padding-right: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    right: 0;
    width: 300px;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 0;
    }
    .product .cont .product-img li .right .cell {
  display: inline-block;
  vertical-align: top;
  margin-top: 158px;
  width: 100%;
}

.product .cont .product-img li .right span {
  padding-top: 250px;
  color: #FFF;
  font-size: 26px;
  margin-bottom: 6px;
}

.product .cont .product-img li .right .p {
  color: #afafaf;
  font-size: 14px;
  overflow: hidden;
}*/




/*新闻中心*/
.newsList{
    overflow: hidden;
        position: relative;
}
.newsList ul {
    /*display: flex;
    justify-content: space-between;*/
    /*overflow: hidden;*/
}
.newsList ul li{
    width: 30%;
    background: #f2f2f2;
    overflow: hidden;
    height: 468px;
}
.newsList ul li .liBox{
    transition: all 0.4s;
}
.newsList ul li .imgBox{
    width: 100%;
    padding-bottom: 60%;
}
.newsList ul li .nrc{
    font-size: 16px;
    padding: 30px;
    box-sizing: border-box;
}
.newsList ul li .nrc .time {
    color: #888;
    font-size: 12px;
}
.newsList ul li .nrc .t {
    line-height: 1.8;
    height: 3.6em;
    margin: 30px 0 50px 0;
    font-weight: bold;
    color: #666;

    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsList ul li .nrc .p {
    color: #888;
    font-size: 12px;
    line-height: 1.8;
    height: 5.4em;
    margin-bottom: 100px;

    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsList ul li .nrc .btn {
    display: block;
    width: 160px;
    height: 43px;
    line-height: 43px;
    background: #e1ab73cc;
    color: #fff;
    text-align: center;
}


@media (min-width: 768px) {
    .newsList ul li:hover .liBox{
        margin-top: -60%;
    }
}
@media (max-width: 768px) {
    .newsList {
            padding-bottom: 10px;
    }
    .newsList ul li{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .newsList ul li .nrc{
        padding: 15px;
    }

    .newsList ul li .nrc .t {
        margin: 20px 0 10px 0;
        height: auto;
        font-size: 14px;
    }
    .newsList ul li .nrc .p {
        margin-bottom: 30px;
        -webkit-line-clamp: 2;
        height: auto;
    }
    .newsList ul li .nrc .btn {
        width: 100px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
}


/*成功案例*/
.caseBox {
    background: url(../Images/pj-bg.jpg) no-repeat center center / cover;
}
.caseMain {
    margin-top: 100px;
}
.caseList {
    overflow: hidden;
}
.caseList li {
    float: left;
    width: 25%;
}
.caseList li .imgBox{
    padding-bottom: 60%;
}
    .caseList li span {
        display: block;
        padding: 10px 15px;
        background-color: #fff;
    }
    .caseList .swiper-pagination {
        position: relative;
        margin-top: 20px;
    }
    .caseList .swiper-pagination-bullet {
        background-color: #fff;
    }
@media (max-width: 768px) {
    .caseBox {
        padding: 20px 0;
    }
    .caseMain {
        margin-top: 20px;
    }
}


/*证书*/
.honorBox {
    /*background: url("../Images/29-11.jpg") no-repeat center center / cover;*/
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
    .honorBox img {
        width: 100%;
    }
.honorMain {
         position: absolute;
    right: 0;
    top: 10%;
    width: 100%;
}
    .honorBox .honorTitle {
        margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
      
    }


.honorList {
    padding-right: 20%;
    overflow: hidden;
}
 .honorList ul {
            margin: -20px;
        }
.honorList li {
    float: left;
    width: 42%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.honorList li .imgBox {
    padding-bottom: 70%;
}
    .honorList li span {
        background-color: #fff;
        line-height: 30px;
        border-radius: 30px;
            overflow: hidden;
    max-width: 100%;
    display: inline-block;
    padding: 0 0.5em;
    box-sizing: border-box;
        white-space: nowrap;
    text-overflow: ellipsis;
    color: #b78c61;
    margin-top: 10px;
    }
.honorTitle .natm{
    background-color: transparent;
    border:1px solid #fff;
    color: #fff;
}
.honorTitle .natm:hover{
    background-color: #e5ab73;
    border:1px solid #e5ab73;
}
.honorMain img {
    max-width: 100%;
}
@media (max-width: 768px) {
    .honorMain {
        margin-top: 0;
    }
    .honorBox {
        background-position: right center;
    margin-top: 20px;
    }
    .honorList {
    padding-right: 0;
    }
    .honorList ul {
            margin: -10px;
        }
        .honorList li {
            padding: 10px;
            width: 50%;
        }
            .honorList li span {
                width: 100%;
                line-height: 25px;
                font-size: 14px;
                margin-top: 5px;
            }
}


/*case2*/
.caseList2 {
    overflow: hidden;
    position: relative;
}
.caseList2,
.caseList2 ul,
.caseList2 ul li{
    height: 100%;
}
    .caseList2 ul li {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .caseList2 li a {
        display: block;
        width: 100%;
        height: 100%;
    }
@media (max-width: 768px) {
    .caseList2.cont {
        height: 56vw;
    }
}
/* old ******************************************************/































































/*公共列表*/
.publicList .list{
  overflow: hidden;
}
.publicList .list li{
  width: 23%;
  float: left;
  position: relative;
}

.publicList .list .imgBox{
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 86.2%;
  border: 1px solid #ddd;
}
.publicList .list .imgBox img{
  max-width: 100%;
  max-height: 100%;
}
.publicList .list li span{
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.publicList .list li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    display: none;
}
    .publicList .list li .mask a {
        display:block;
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        color: #fff;
        text-align: center;
    }
        .publicList .list li .mask a i {
            display:block;
            margin-top: 25%;
            font-size: 18px;
        }
        .publicList .list li .mask a small {
            display:block;
            width: 6em;
            height: 2em;
            line-height: 2em;
            border: 1px solid #fff;
            margin: 15px auto 0;
        }
    .publicList .list li:hover .mask{
        display: block;
    }
@media (max-width: 768px) {
  .publicList .list li span{
    font-size: 12px;
    height: 2.5em;
    line-height: 2.5em;
  }
    .publicList .list li .mask {
        display: none !important;
    }
}




/*工程案例*/
.project .list li{

}
.project.publicList .list .imgBox {
  padding-bottom: 69%;
}
/*工程案例end*/

/*满屏左右布局*/
.ao-half{
  width: 100%;
}
.ao-halfBox {
    float: left;
}
.ao-halfBox.alignTop{
    width: 46%;
    padding-right: 8%;
    margin-right: -4%;
    background: #d50100;
}
.ao-halfBox.alignMiddle{
  width: 50%;
}
.ao-halfBox .bg {
  width: 100%;
  padding-bottom: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
  background-image: url("../Images/about-bg.jpg");
}

.ao-halfBox .content {
  width: 100%;
  height: 370px;
  padding: 35px 0;
}

@media (max-width: 768px) {
  .ao-halfBox.alignTop{
    width: 100%;
    float:none;
    padding-right: 0;
    margin-right: 0;
    background: none;
}
.ao-halfBox.alignMiddle{
    width: 96%;
    float:none;
    margin: -20px auto 0;
}
    .ao-halfBox .content {
    padding: 0;
    height: auto;
    }
  .ao-halfBox .bg{
    padding-bottom: 50%;
  }
    
}
/*满屏左右布局end*/




/*新闻中心*/
.news .dongtai{
  float: left;
  width: 61%;
}
.news .zhishi{
  float: right;
  width: 36%;
}

.news-header{
  background-color: #e8e8e8;
  line-height: 50px;
  margin-bottom: 25px;
}
.news-header .news-title{
  background-color: #d40000;
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 7em;
  float: left;
}
.news-header .more{
  float: right;
  margin-right: 1em;
  color: #7a7a7a;
}
.news-header .more:after{
  content: "——>";
  margin-left: 1em;
}
.news-pagination {
    display: none;
}
@media (max-width: 768px) {
  .news .dongtai,
.news .zhishi{
  float: none;
  width: 100%;
}
  .news-header{
    line-height: 35px;
    margin-bottom: 15px;
  }
  .news-header .news-title{
    font-size: 18px;
  }
  .news-header .more{
    font-size: 12px;
  }
  .news-header .more:after {
    display: none;
  }
  .news-pagination {
    display: block;
}
}





.news .content .newsImg{
  float: left;
  width: 552px;
  max-width: 44%;
  margin-right: 2%;
}
.news .content .newsImg img{
  width: 100%;
}
.news .content .list{
  overflow: hidden;
}
.news .list li {
  border-bottom: dashed #c9c9c9 1px;
  padding: 0 10px 2.5%;
  color: #333;
  margin-bottom: 3.5%;
  box-sizing: border-box;
}


.news .list li .newsTitle {
  font-size: 16px;
  line-height: 28px;
}
.news .zhishi .list li{
  padding-bottom: 2%;
  margin-bottom: 2%;  
}
.news .zhishi .list li a{
  padding-left: 0.5em;
  border-left: 4px solid #333;
}
.news .zhishi .list li:first-child a{
  padding-left: 0;
  border-left: none;
}
.news .list li .newsTitle .pubTime
{
    font-size: 0.8em;
    color: #666;
    float: right;
    margin-left: 0.5em;
}
.news .list li .newsTitle a.title{
  color: #000;
  overflow: hidden;
}
.news .list li .newsTitle a:hover{
  color: #8e0100;
}

.news .list li p {
  font-size: 12px;
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  color: #666;
}

/*.news .list li p .more {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #e60b11;
  padding-left: 1.5em;
  background-color: #fff;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 10%);
}*/

.news .list .newsImg {
  float: left;
  width: 105px;
  height: 105px;
  margin-right: 1em;
}
.news .list .newsImg img{
  width: 100%;
  height: 100%;
}
.news .list .newsContent{
  overflow: hidden;
}
@media (max-width: 768px) {
  
  .news .content .newsImg{
    display: none;
  }
  .news .list li .newsTitle{
    font-size: 14px;
    line-height: 1.6;
  }
  .news .list li{
    padding-bottom: 2%;
    margin-bottom: 2%;
  }
}
/*新闻中心end*/

/*顶部最新新闻*/
.topNewsBox{
  background-color: #eeeeee;
  padding: 6px 0;
}
 
.topNewsBox .icon{
  line-height: 30px;
  float: left;
  padding-right: .5em;
  color: #d90000;
  /*background: url("../Images/topNewsIcon.png") no-repeat 0 center / contain;*/
}
.topNews{
  float: left;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  width: 500px;
  max-width: 100%;
  margin-left: 0;
}
.phoneBtn{
  float: right;
  font-size: 0;
}
.phoneBtn input{
  height: 30px;
  font-size: 14px;
  font-family: "微软雅黑";
  border: 1px solid #b3b3b3;
  padding: 2px 10px;
  color: #b3b3b3;
  background-color: #eeeeee;
  box-sizing: border-box;
}
.phoneBtn input.top_tel{
  border-radius: 30px 0 0 30px;
  border-right: none;
  width: 200px;
}
.phoneBtn input.phone_submit{
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}
.phoneBtn input.phone_submit:hover{
  border-color: #d40000;
  color: #d40000;
}
@media (max-width: 768px) {
  .topNewsBox{
    font-size: 12px;
    padding: 2px 10px;
  }
  .topNewsBox .main{
    display: flex;
  }
  .topNewsBox .icon{
    float: none;
  }
  .topNewsBox .topNews {
    float: none;
    flex: 1;
  }
  .phoneBtn{
    float: none;
    display: none;
  }
}
/*顶部最新新闻end*/



.bigImg {
    background: url("../Images/bigImg.jpg") no-repeat center center / auto 100%;
}
.bigImg .cont{
    padding-bottom: 41.6%;
}






/*产品中心*/
.pTypeBox {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 40px 0;
}

.product .pType span{
    text-align: center;
    width: 216px;
    height: 60px;
    line-height: 60px;
    margin-right: 2em;
    display: inline-block;
    background-color: #f3f3f3;
    font-size: 16px;
    border-radius: 0;
    opacity: 1;
    white-space: nowrap
}
    .product .pType span a{
        color: #000;
    }
    .product .pType span.swiper-pagination-bullet-active {
    background-color: #11216c;
    }
    .product .pType span.swiper-pagination-bullet-active a{
        color: #fff;
    }
.product .pList {
  overflow: hidden;
  position: relative;
}

.product .pList li {
  width: 100%;
}

.product .pList li .imgBox {
  width: 100%;
  padding-bottom: 38%;
}
    .product .pList li .imgBox img.d-bg {
            filter: blur(10px);
    }
    .product .pList li .imgBox .d-box {
            width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    clip-path: inset(50% 50% 50% 50%);
    transition: all 0.6s linear;
    transition-delay: .3s;
    overflow: hidden;
    }
    .product .pList li.swiper-slide-active .imgBox .d-box {
     clip-path: inset(0 0 0 0); 
}
@media (max-width: 1600px) {
    .pTypeBox {
        margin: 2.5vw 0;
    }
    .product .pType span{
        width: 13.5vw;
        height: 3.75vw;
        line-height: 3.75vw;
        margin-right: 1vw;
        font-size: 1vw;
    }
}
/*@media (max-width: 1400px) {
    .product .pType span{
        width: auto;

        margin: 0 1% 2vw 0;
        height: 2em;
        line-height: 2em;
        font-size: 20px;
        padding: 0 10px;
    }
}*/
@media (max-width: 768px) {
    .pTypeBox {
        font-size: 13px;
        height: 6vw;
         margin: 13px 0;
    }
    .pType {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
    }

 .product .pType span{
        font-size: 13px;
        padding: 0 8px;
        min-width: 1%;
        width: auto;
        height: 2em;
        line-height: 2em;
    }
}

/*产品中心end*/

.p2-type {
    margin-bottom: 50px;
}
.p2-type ul{
    display: flex;
    justify-content: space-between;
}
.p2-type ul li{
    position: relative;
    width: 19%;
    background: url(../images/pro-bg.jpg) no-repeat center center / cover;
    overflow: hidden;

}
    .p2-type ul li a {
        display: flex;
    justify-content: center;
    align-items: center;
    height: 148px;
        color: #11216c;
        font-size: 24px;
        position: relative;
    }
.p2-type ul li a .b1{
        display: none;
    }
        .p2-type ul li a .icon {
        position: relative;
            z-index: 2;
            margin-right: 30px;
        }
        .p2-type ul li a .text {
            position: relative;
            z-index: 2;
        }
        .p2-type ul li .bg {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    transform: translateX(-100%);
    z-index: 1;
}
            .p2-type ul li .bg:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
    background-color: #11216c;
    opacity: 0.8;
            }
        .p2-type ul li:hover a .b1 {
            display: block;
        }
        .p2-type ul li:hover a .b2 {
            display: none;
        }
        .p2-type ul li:hover a {
        color: #fff;
    }
    .p2-type ul li:hover .bg {
    transform: translateX(0);
        
    }
.p2-list {
    overflow: hidden;
    position: relative;
}
.p2-list .imgBox{
    width: 100%;
  padding-bottom: 49%;
}
    .p2-list .imgBox .name {
        position: absolute;
        bottom: 1em;
        width: 100%;
        z-index: 1;
        font-size: 30px;
        line-height: 2em;
        color: #fff;
    }
        .p2-list .imgBox .name span {
            display: block;
            border-bottom: 2px rgba(255,255,255,0.5) solid;
            position: relative;
        }
        .p2-list .imgBox .name span:after {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: -2px;
                width: 5em;
                height: 3px;
                background: #fff;
        }
    .p2-list .marks {
            position: absolute;
    right: 0;
    width: 22%;
    height: 100%;
    top: 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.6), rgba(255,255,255,0.1));
    backdrop-filter: blur(10px);

    display: flex;
    justify-content: center;
    align-items: center;
        flex-direction: column;
    font-size: 24px;
    color: #fff;
    }
.product2 .swiper-button-prev, .product2 .swiper-button-next {
    left: 70%;
    width: 43px;
    top: auto;
    bottom: 37px;
}
.product2 .swiper-button-next {
    transform: translateX(50%);
}
.product2 .swiper-button-prev {
    transform: translateX(-50%);
}
@media (max-width: 1200px) {
    .p2-type ul li a {
       font-size: 18px; 
    }
        .p2-type ul li a .icon img {
            width: 5vw;
        }
}
@media (max-width: 768px) {
    .p2-type {
        margin-bottom: 20px;
        margin-top: -15px;
    }
    .p2-type ul li a .icon {
            display: none;
        }
    .p2-type ul li a {
        height: 8vw;
        font-size: 2.5vw;
    }
    .p2-list .marks {
        display: none;
    }
    .p2-list .imgBox .name {
        font-size: 3vw;
    }
}
