.abanner .aban-tit {
    color: #fff;
}

.abanner .aban-en {
    color: #fff;
}


.sec2-txt{
    flex:1;
}
.sus-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.sec1 .swiper {
    width: 100%;
    height: 492px;
    overflow: hidden;
    position: relative;
}

.sec1 .swiper-slide {
    display: flex;
    height: calc((100% - 30px) / 2) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sec1-item {
    display: flex;
    padding-top: 16px;
    width: 100%;
}

.sec1-img {
    flex: 0 0 41.56%;
    height: 0;
    padding-bottom: 23.4%;
    position: relative;
    margin-right: 5.1%;
    overflow: hidden;
}

.sec1-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .5s;
    object-fit: cover;
}

.sec1-img:hover img {
    transform: scale(1.05);
}

.sec1-time {
    display: flex;
    align-items: center;
    line-height: 1.5;
    color: #999999;
}

.sec1-time svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.sec1-tit {
    line-height: 1.625;
    font-weight: 500;
    height: 3.25em;
    margin-top: 5px;
    display-radio: -webkit-box;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.sec1-tit a {
    color: #222;
    transition: all .5s;

}

.sec1-tit a:hover {
    color: var(--blue);
}

.sec1-des {
    color: #737373;
    line-height: 30px;
    text-align: left;
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}

.sec1-more svg {
    width: 22px;
}

.sec1-txt {
    flex: 0 0 53.34%;
}

.sec2list,
.sec1list {
    position: relative;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #d9d9d9;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: var(--blue);
    width: 30px;
}

.sec2 {
    background: #FAFAFE;
}

.sec2-item {
    background-color: #fff;
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
    align-items: center;
}

.sec2time {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 84px;
    flex: none;
    border-radius: 0px 30px 0px 30px;
    border: 1px solid rgba(217, 217, 217, .5);
    margin-right: 4.523%;
}

.sec2time span:nth-child(1) {
    font-weight: bold;
    line-height: 1.2;
    color: #222222;
}

.sec2time span:nth-child(2) {
    color: #737373;
    line-height: 1.375;
}

.sec2 .swiper {
    width: 100%;
    height: 544px;
    overflow: hidden;
    position: relative;
}

.sec2 .swiper-slide {
    display: flex;
    height: calc((100% - 30px) / 2) !important;
}

.sec2-tit {
    line-height: 1.625;
    font-weight: 500;
    display-radio: -webkit-box;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.25em;
}

.sec2-tit a {
    color: #222;
    transition: all .5s;

}

.sec2-tit a:hover {
    color: var(--blue);
}

.sec2-des {
    color: #737373;
    line-height: 30px;
    display-radio: -webkit-box;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    margin-top: 8px;
}

.sec3list {
    position: relative;
    width: calc(100% + 36px);
    overflow: hidden;
    padding-top: 6px;
    margin-left: -18px;
}

.sec3list .swiper {
    margin-left: 18px;
    margin-right: 18px;
    overflow: visible;
}

.sec3list .swiper-slide {
    position: relative;

}

.sec3list .swiper-slide:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -6px;
    height: 109.64%;
    width: 110.8%;
    transform: translateX(-50%);
    background: url('../img/baogao1.png') no-repeat center center/cover;
}

.sec3list .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;

}

.sec3-txt {
    position: absolute;
    left: 9.31%;
    right: 9.31%;
    top: 32%;
    transform: translateY(-50%);
}

.sec3-btm {
    position: absolute;
    bottom: 6.9%;
    left: 9.31%;
    right: 10.24%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec3-tit {
    font-weight: 600;
    line-height: 1.5;
    color: #222222;
}

.sec3-view a {
    display: flex;
    flex-direction: column;
}



.sec3-view a:hover p {
    color: var(--blue);
}

.sec3-view svg {
    width: 21px;
    height: 21px;
}

.sec3-view svg path {
    transition: all .5s;

}

.sec3-view a:hover svg path {
    fill: var(--blue);
}

.sec3-view p {
    color: #222222;
    line-height: 1.5;
    transition: all .5s;
}

.sec3-down a {
    width: 55px;
    height: 55px;
    background: linear-gradient(95deg, #0F56AE 0%, #0F56AE 60.06%, #0F56AE 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.sec3-down a:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sec3-down a:hover::after {
    -webkit-animation: btn_ani 1s;
    animation: btn_ani 1s;
    z-index: 2;
}

.sec3-down a svg {
    margin-top: 5px;
    width: 24px;
}

.sec3-subtit {
    line-height: 1.5;
    color: #222222;
}

@media screen and (max-width:1600px){
    .sec2 .swiper{
        height: 480px;
    }
    .sec1 .swiper{
        height: 452px;
    }
}
@media screen and (max-width:1440px){
    .sec2 .swiper{
        height: 420px;
    }
    .sec1 .swiper{
        height: 420px;
    }
}
@media screen and (max-width:768px){
.sec1-des{
    display: none;
}
  .sec1 .swiper{
        height: 340px;
    }
    .sec2-des{
        display: none;
    }
       .sec2 .swiper{
        height: 300px;
    }
    .sec3list{
        width: 100%;
        margin-left: 0;
    }
}