.container{
    width: 1440px;
    margin: auto;

}
.plate-title{
    width: 100%;
    font-size: 34px;
    font-weight: bold;
}
.plate-title:after{
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    opacity: 1;
    background: rgba(163, 38, 116, 1);
    margin-top: 20px;
}
.kydt-btn{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    cursor: pointer;
}
.kydt-more{
    width: 120px;
    height: 40px;
    float: right;
    font-size: 16px;
    color: #a32674;
    font-weight: lighter;
    display: flex;
    border: 1px solid rgba(163, 38, 116, .5);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}
.kydt-more:hover{
    background-color: #a32674;
    color: #FFFFFF;
}
.dept-intro{
    padding: 100px 0;
    background-image: url("../img/lcyj/dept-intro-bg.png;vpn_img");
    background-size: 100% 100%;
    overflow: auto;
}
.dept-intro-left{
    width: 700px;
    float: left;
}
.dept-intro-text{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 30px;
    overflow: hidden;
    height: 300px;
}
.dept-intro-button{
    width: 128px;
    height: 42px;
    opacity: 1;
    border-radius: 32px;
    border: 1px solid rgba(163, 38, 116, 1);
    font-size: 14px;
    color: rgba(163, 38, 116, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 30px;
}
.dept-intro-right{
    float: right;
}
.dept-intro-image{
    width: 600px;
    height: 400px;
    background-image: url("../img/lcyj/dept-intro.jpg;vpn_img");
    background-size: 100% 100%;
}
.dept-strength{
    padding: 100px 0;
    background-image: url("../img/lcyj/kfgx-bg.png;vpn_img");
    overflow: auto;
}
.dept-strength-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.dept-strength-card{
    width: 420px;
    height: auto;
}
.dept-strength-image{
    height: 120px;
}
.dept-strength-content .dept-strength-card:nth-child(1) .dept-strength-image{
    background-image: url("../img/lcyj/kfgx-01.png;vpn_img");
}
.dept-strength-content .dept-strength-card:nth-child(2) .dept-strength-image{
    background-image: url("../img/lcyj/kfgx-02.png;vpn_img");
}
.dept-strength-content .dept-strength-card:nth-child(3) .dept-strength-image{
    background-image: url("../img/lcyj/kfgx-03.png;vpn_img");
}
.dept-strength-list{
    padding: 20px 25px;
}
.dept-strength-item{
    padding: 20px 0;
}
.dept-strength-item a{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}
.dept-strength-item:hover a{
    color: rgba(163, 38, 116, 1);
}
.dept-strength-title{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 60px;
    padding: 0 24px;
}
.dept-strength-title label{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 35px;
    color: rgba(255, 255, 255, 1);
}
.dept-strength-title a{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.8);
}

.kydt{
    padding: 100px 0;
    background-image: url("../img/lcyj/kydt-bg.png;vpn_img");
    background-size: 100% 100%;
}
.kypt{
    padding: 100px 0;
    background-image: url("../img/lcyj/kypt-bg.png;vpn_img");
    background-size: 100% 100%;
}
.kypt-content{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.kypt-card{
    width: 700px;
    height: 500px;
    background-color: #ffffff;
    position: relative;
}
.kypt-card-title{
    width: 100%;
    height: 160px;
    background-image: url("../img/lcyj/kypt-01.png;vpn_img");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 550;
    color: rgba(255, 255, 255, 1);
}
.kypt-card:nth-child(2) .kypt-card-title{
    background-image: url("../img/lcyj/kypt-02.png;vpn_img");
}
.kypt-card-list{
    padding: 40px;

}
.kypt-card-item{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
    margin-top: 20px;
}
.kypt-card-item:hover a{
    color: #a32674;
}
.zl-download{
    overflow: auto;
    padding: 100px 0;
    background-image: url("../img/lcyj/download-bg.png;vpn_img");
}
.download-item{
    width: 600px;
    height: 120px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 20px  rgba(0, 30, 130, 0.03);
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 28px 40px;
}
.download-item:nth-child(odd){
    float: left;
}
.download-item:nth-child(even){
    float: right;
}
.download-item a{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}
.download-btn{
    width: 100px;
    height: 64px;
    opacity: 1;
    background: rgba(163, 38, 116, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.kydt-content{
    overflow: auto;
    margin-top: 30px;
    cursor: pointer;
}
.kydt-left{
    width: 700px;
    height: 500px;
    overflow: hidden;
    float: left;
}
.kydt-right{
    width: 700px;
    height: 500px;
    float: right;
    background-color: #ffffff;
    padding: 40px 50px;
    position: relative;
    /*display: none;*/
}
.news-swiper{
    width: 100%;
    height: 100%;
    position: relative;
}
.news-swiper .swiper-pagination-bullet{
    background-color: #a32674 !important;
}
.slide-image{
    width: 100%;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
}
#kypt .slide-image{
    height: 320px;
}
.slide-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-image .date{
    width: 130px;
    height: 40px;
    opacity: 1;
    border-radius: 0px 28px 0px 0px;
    background: rgba(163, 38, 116, 1);
    position: relative;
    top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}
.slide-title{
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    padding: 18px 32px;
    cursor: pointer;
    /*display: none;*/
}

.slide-title label{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.slide-title label:hover{
    color: #a32674;
}
.slide-title span{
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(51, 51, 51, 1);
}
.kydt-item{
    height: 80px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kydt-item:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 2px solid rgba(163, 38, 116, 1);
}
.kydt-item a{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: #000000;
    display: inline-block;
    width: 76%;
    height: auto;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.kydt-item:hover a{
    color: rgba(163, 38, 116, 1);
}
.kydt-item span{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: #000000;
}
.kydt-item:hover span{
    color: rgba(163, 38, 116, 1);
}

.base-data{
    padding: 100px 0 260px 0;
    background-image: url("../img/lcyj/base-bg.png;vpn_img");
    position: relative;
}
.base-data-list{
    display: flex;
    justify-content: space-evenly;
    width: 1336px;
    height: 242px;
    opacity: 1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    margin: 20px auto 0 auto;
}
.base-buttons{
    margin: auto;
    /*padding: 10px 10px;*/
}
.base-data-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.base-data-item .base-data-num{
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 86px;
    color: rgba(163, 38, 116, 1);
}
.base-data-item .base-data-title{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 20px;
}
.base-buttons{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.base-button{
    width: calc((100%/4));
    height: 150px;
    background-size: 100% 100%;
    /*margin: 10px;*/
    cursor: pointer;
}
.base-buttons .base-button:nth-child(1){
    background-image: url("../img/lcyj/kfgx-02.png;vpn_img");
}
.base-buttons .base-button:nth-child(3){
    background-image: url("../img/lcyj/kfgx-01.png;vpn_img");
}
.base-buttons .base-button:nth-child(4){
    background-image: url("../img/lcyj/kfgx-03.png;vpn_img");
}
.base-buttons .base-button:nth-child(2){
    background-image: url("../img/lcyj/kfgx-04.png;vpn_img");
}
.base-buttons .base-button div{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 52px;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide {
    /*height: 400px;*/
    text-align: center;
    font-size: 18px;
    background: #eaeaea;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.7);
    flex-direction: column;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1.0);
    z-index: 10;
}
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next{
    z-index: 3;
}
.kydt-swiper{
    overflow: hidden;
    margin-top: 30px;
}



@media (max-width: 768px) {
    .container{
        width: 100%;
    }
    .dept-intro{
        padding: 30px 10px;
    }
    .dept-intro-left{
        width: 100%;
    }
    .dept-intro-text{
        height: 290px;
        margin-top: 10px;
    }
    .dept-intro-right{
        margin-top: 30px;
        width: 100%;
        height: 270px;
        overflow: auto;
    }
    .dept-intro-image{
        width: 100%;
        height: 100%;
    }
    .base-data-list{
        width: 95%;
        height: auto;
    }
    .base-data-item .base-data-title{
        font-size: 12px;
        margin-top: 0px;
    }
    .base-data-item .base-data-num{
        height: 40px;
        line-height: 50px;
        font-size: 24px;
    }
    .base-data{
        padding: 0;
    }
    .base-buttons{
        width: 100%;
        height: auto;
        flex-direction: column;
        position: relative;
    }
    .base-button{
        width: 100%;
        height: 100px;
        margin: 5px 0;
    }
    .base-buttons .base-button div{
        font-size: 22px;
    }
    .kydt{
        padding: 50px 10px;
    }
    .kydt-left{
        width: 100% !important;
        height: auto;
    }
    .kydt-right{
        width: 100%;
        height: auto;
        padding: 10px 8px;
        margin-top: 10px;
        padding-bottom: 60px;
    }
    .slide-image{
        height: 260px;
    }
    .slide-image .date{
        width: 130px;
        height: 35px;
        top: -35px;
        font-size: 14px;
        border-radius: 0px 20px 0px 0px;
    }
    .slide-title{
        width: 100%;
        height: 80px;
        padding: 10px 35px 10px 20px;
    }
    .slide-title label{
        font-size: 18px;
        line-height: 26px;
    }
    .kydt-item{
        padding: 10px 0;
        height: 70px;
    }
    .kydt-item a{
        width: 70%;
        height: 45px;
        font-size: 16px;
        line-height: 22px;
    }
    .kydt-item span{
        font-size: 12px;
    }
    .kypt{
        padding: 30px 10px;
    }
    .kypt-card{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .kypt-content{
        flex-direction: column;
    }
    .kypt-card-title{
        height: 120px;
        font-size: 30px;
    }
    .kypt-card-list{
        padding: 10px 10px;
        padding-bottom: 60px;
    }
    .kypt-card-item{
        font-size: 15px;
        margin-top: 0px;
        line-height: 24px;
        padding: 10px 5px;
    }
    .zl-download{
        padding: 30px 10px;
    }
    .download-item{
        width: 100%;
        height: 90px;
        padding: 10px 16px;
        margin-top: 12px;
    }
    .download-item a{
        font-size: 16px;
    }
    .swiper-slide{
        height: 320px;
    }
    .kydt-more{
        height: 35px;
    }
    .plate-title{
        font-size: 24px;
    }
    .plate-title:after{
        margin-top: 10px;
    }
}