
h1.title{
    text-align: center;
    font-size: 40px;
    color: #ca0000;
    font-weight: 400;
    padding-bottom: 90px;
    padding-top: 90px;
    background: url("../images/shuimeng.png") no-repeat center 146px;
}
.p1{
   width: 100%;
   background: #fafafa; 
}
.p1 .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 75px 0px;
}

.p1 .inner .p1-left{
    width:640px;
    height: 360px;
    position: relative;
}
.p1 .inner .p1-left video{
    width: 100%;
    height: 100%;
}
.p1 .inner .p1-left .play{
    width: 70px;
    height: 70px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}
.p1 .inner .p1-left .pause{ 
    width: 70px;
    height: 70px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}


.p1 .inner .txt{ 
    width: 750px;
    padding: 20px;
    line-height: 2.1;
}
.p1 .inner .txt h2{ 
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    position: relative;
}
.p1 .inner .txt h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 55px;
    width: 100px;
    height: 1px;
    background: #ca0000;
}
.p1 .inner .txt .con{ 
    font-size: 18px;
    color: #797979;
}
.p1 .inner .txt .con p{ 
    text-indent: 2em;
}



.p2{
    width: 100%;
}

.p2 .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p2 .inner .item{
    width:355px;
    height: 432px;
    background: #e8e8e8;
    position: relative;
    overflow: hidden;
}

.p2 .inner .item img{ 
    width:100%;
    height: 187px;
}

.p2 .inner .item .txt{
    height: 170px;
    padding: 35px 40px;
    color: #333;
    position: relative;
}
.p2 .inner .item .txt::after{ 
    content: "...";
    font-size: 30px;
    color: #ca0000;
    position: absolute;
    right: 23px;
    bottom: 16px;
}

.p2 .inner .item .txt h3{ 
    font-size: 36px;
    font-weight: 600;
    
}
/* li 列表如何可以先左侧竖向排列，超出宽度再右侧竖向排列 */


.p2 .inner .item .txt ul{ 
    width: 100%;
    height: 135px;
    columns: 2;
    column-gap: 20px;
    padding: 10px 0;
    list-style: none;
    overflow: hidden;
    list-style: none;
    margin: 0;
}
.p2 .inner .item .txt ul li{
    display: inline-block;
    width: 100%;
    line-height: 38px;
    font-size: 18px;
}

.p2 .inner .item:hover .txt{
    height: calc(442px - 80px);
    position: absolute;
    top: 0;
    left: 0;
    background: #ca0000;
    color: #fff;
    transition: all 0.05s;
    z-index: 100;
}
.p2 .inner .item:hover .txt ul{
    height: 310px;
}
.p2 .inner .item:hover .txt ul li a{
    color: #fff;
    
}
.p2 .inner .item .txt ul li a:hover{ 
    text-decoration: underline;
}

.p3{
    width: 100%;
    background: #e8e8e8;
}

.p3 .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:60px 0;
}

.p3 .inner .item{
    width:720px;
}
.p3 .inner .item h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
.p3 .inner .item h2 span{
    font-size: 18px;
    font-weight: 400;
    color: #797979;
    padding-left:20px;
    border-left:#ca0000 solid 1px;
    margin-left: 20px;
}

.p3 .inner .item img{ 
    width: 100%;
}

.p4{
    width: 100%;
}
.p4 .inner{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p4 .inner .img{ 
    width: 801px;
    height: 664px;
    overflow: hidden;
}
.p4 .inner .img img{ 
    width: 100%;
}
.p4 .inner .txt{ 
    width: 400px;
    padding: 20px;
    line-height: 2.1;
}
.p4 .inner .txt h2{ 
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    position: relative;
}
.p4 .inner .txt h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 55px;
    width: 100px;
    height: 1px;
    background: #ca0000;
}
.p4 .inner .txt .con{ 
    font-size: 18px;
    color: #797979;
}
.p4 .inner .txt .con p{ 
    text-indent: 2em;
}


.tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab .item{
    width: 50%;
    line-height: 96px;
    font-size: 36px;
    font-weight: 600;
    color: #4c4c4c;
    padding: 0px 0;
    cursor: pointer;
    background: #fafafa;
    text-align: center;
}
.tab .item.on{
    background: #ca0000;
    color: #fff;
}

.sheng{padding:20px 0; font-size: 23px; color:#999; line-height: 1.8;}
.sheng span{ 
    margin-right: 20px;
    cursor: pointer;
}
.sheng span:hover{ 
    color: #ca0000;
}
.sheng span.on{ 
    color: #ca0000;
}

.tab_con .bg{
    background: url("../images/bg.png");
    color:#fff;
}
.tab_con .bg .inner{
    height: calc(588px - 0px);
    background: url("../images/bg_inner.png") no-repeat center top;
    padding:40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_con .bg .imglist a{
    width: 200px;
    display: flex;
    flex-direction: column;
    color:#fff;
    margin:0 30px;
    text-align: center;
}
.tab_con .bg .imglist a img{ 
    width:100%;
    /* height: 406px; */
    margin-bottom: 15px;
}
.tab_con .bg .imglist a p{ 
    height: 55px;
}


.swiper-wrapper{
    /* height: 95% !important;
    align-items: flex-end !important; */
    left:-14px !important;
}
.swiper-slide {
    height: 500px !important;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
	transition: 300ms;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 15px;
    color:#fff;
    transform: scale(0.90) !important;
}
.swiper-slide img{
    width: 100%;
    /* margin-bottom: 15px; */
    object-fit: cover;
    object-position: center;
    height: 300px;
}
.swiper-slide p{
    color:#fff;
    height: 55px;
    text-wrap: nowrap;
}

.swiper-slide-active{
    /* margin-bottom:35px; */
    width: 240px !important;
}
.swiper-slide-active img{
    /* transform: scale(1.1) !important; */
    width:auto !important;
    height: 340px !important;
}

.swiper-slide-active p{
    color:#ca0000;
}
.swiper-container-horizontal>.swiper-scrollbar{
    width:98% !important;
    height: 10px !important;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 10px !important;
    margin-bottom:40px !important;
    position: absolute;
    bottom: -40px !important;
}
.swiper-scrollbar-drag{
    width:200px !important;
    background: #999999 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 1;
}

.tab_con .bg  .inner{
    position: relative;
    padding: 0 10px !important
}
.tab_con .bg .inner .swiper-button-next, .tab_con .bg .inner .swiper-button-prev {
    width:50px;
    height: 80px;
    color: #fff;
    padding: 30px 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4) !important;
}

.tab_con .bg .inner .swiper-button-next:hover, .tab_con .bg .inner .swiper-button-prev:hover {
    background: rgba(255, 0, 0, 0.8) !important;
    color:#fff;
}

.tab_con .bg .inner .swiper-button-next{
    right: -75px;
}
.tab_con .bg .inner .swiper-button-prev{
    left: -75px;
}




.tag{
    width: 100% !important;
    height: 66px !important;
    line-height: 66px;
    background: #fafafa;
    display: flex;
    justify-content: space-evenly;
    font-size:18px;
    color:#000;
    margin-top: 1px;
    cursor: pointer;
}
.tag .on{
    color:#ca0000;
    border-bottom: 2px solid #ca0000;
    cursor: pointer;
}
.remark{
    width: 100%;
    padding:30px 0;
    line-height: 1.8;
    font-size: 18px;
    color:#000;
    text-indent: 2em;
    /* margin-bottom: 20px; */
}

.lists{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.lists .item{
    width: 15%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color:#000;
    font-size: 18px;
    margin:20px 13px 20px 12px;
    text-align: left;
}
.lists .item img{
    width: 100%;
    border-radius: 6px;
}
.lists .item div{
    width: calc(100% - 40px);
    height: 60px;
    background: #fafafa;
    padding:10px 20px;

}
.lists .item h2{
    font-size: 18px;
    color:#1f1f1f;
    position: relative;
    padding-bottom: 20px;
}
.lists .item h2::after{
    content: "";
    width: 30px;
    height: 1px;
    border-bottom:1px solid #ca0000;
    position: absolute;
    left: 0;
    bottom: 12px;
}

.lists .item p{
    font-size: 12px;
    color:#808080;
}

.page{
    text-align: center;
    margin: 20px auto;
}
.page span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f5f5f5;
    color:#808080;
    margin: 0 5px;
    padding: 3px 10px;
    border-radius: 2px;
    cursor: pointer;
}
.page .active {
    background: #dc0000;
    color:#fff;
}
.page span:hover{
    background: #dc0000;
    color:#fff;
}



.fudong{
    width:80px; 
    height:auto;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.fudong .btn{
    width: 100%;
    height: 160px;
    font-size: 20px;
    color:#fff;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}
.fudong .btn div{
    display: none;
}

.fudong .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#fff;
    width: 100%;
    height: 100%;
    background: #dc0000;
    border-radius: 15px 0 0 15px;
}
.fudong .btn i{
    width:42px; 
    height:42px;
    display: block;
    margin-bottom: 10px;
}
.fudong .btn:nth-child(1) i{
    background: url(../images/fd_icon_1.png);
}
.fudong .btn:nth-child(2) i{
    background: url(../images/fd_icon_2.png);
}

.fudong .btn:nth-child(2):hover a{
    display: none;
}
.fudong .btn:nth-child(2):hover div.tel{
    background: #fff;
    width: 420px;
    height: 140px;
    border-radius: 15px 0 0 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    color:#000;
    font-size: 18px;
    line-height: 1.8;
    padding:20px 0  0 20px;
}

.tel p{
    font-size: 24px;
    color: #dc0000;
    font-weight: 700;
    display: flex;
}
.tel p b{
    width:42px; 
    height:42px;
    display: block;
    margin-right: 20px;
    margin-bottom: 0px !important;
    background: url(../images/fd_icon_3.png);
}

.tel b{
    font-size: 50px;
    color: #dc0000;
    font-weight: 700;
}


/* 媒体查询 */
@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1538px) {
    .lists .item{
        margin: 20px 12px 20px 11px;
    }

}

@media screen and (max-width: 1480px) {
    .p2 .inner .item{
        width:330px;
    }
    .p3 .inner .item{
        width:660px;
    }

    .lists .item{
        margin: 20px 10px 20px 11px;
    }
}

@media screen and (max-width: 1366px) {

    .p1 .inner .p1-left{
        height: auto;
    }
    .p1 .inner .txt .con {
        font-size: 16px;
        color: #797979;
    }

    .p2 .inner .item {
        width: 300px;
        height: 411px;
    }
    .p2 .inner .item .txt {
        height: 170px;
        padding: 25px 20px;
    }

    .p3 .inner .item {
        width: 600px;
    }

    .lists .item{
        margin: 20px 10px 20px 10px;
    }
}

@media screen and (max-width: 1280px) {
    .p2 .inner .item {
        width: 240px;
        height: 411px;
    }
    .p2 .inner .item .txt ul li {
        font-size:14px;
    }

    .p3 .inner .item {
        width: 480px;
    }
    .p3 .inner .item h2 span{
        font-size: 14px;
        padding-left:8px;
        margin-left:8px;
    }

    .lists .item{
        margin: 20px 9px 20px 9px;
    }
}

@media only screen and (max-width: 1024px) {
    h1.title{
        padding:30px 0;
        font-size: 1rem;
        background: url(../images/shuimeng.png) no-repeat center 2.6rem;
    }
    
    .p1 .inner{
        display: flex;
        flex-direction: column;
        padding:20px 0;
    }
    .p1 .inner .p1-left{
        width: 100%;
        height: auto;
    }
    .p1 .inner .txt{
        width: 100%;
    }



    .p2 .inner{
        flex-wrap: wrap;
    }
    .p2 .inner .item{
        width: 100%;
        height: auto;
    }
    .p2 .inner .item img{
        height: auto;
    }
    .p2 .inner .item:hover .txt{
        width: calc(100% - 40px);
    }

    .p3 .inner{
        flex-wrap: wrap;
        padding:10px 0;
    }
    .p3 .inner .item{
        width: 100%;
        height: auto;
        margin:10px 0;
    }

    .p4 .inner{
        flex-wrap: wrap;
    }
    .p4 .inner .img{
        width: 100%;
        height: auto;
    }
    .p4 .inner .txt{
        width: 100%;

    }


    .tab .item{
        font-size:0.8rem;
        padding:0;
        height: 50px;
        line-height: 50px;
    }
    .tab_con .bg .inner{
        height: auto;
    }
    .sheng{font-size:0.5rem;}
    .tag{font-size:0.5rem;}
    .remark{font-size:0.5rem;}
    .lists .item{
        width: 48%;
        height: auto;
        margin: 10px 1%;
    }
    .fudong {
        zoom:0.6;
    }

    .next1,.prev1{
        display: none !important;
    }



}
@media only screen and (max-width: 768px) { 

}