.psi_list{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.contbox .psi_list .item{
    width: 31.5%;
    border: none;
    padding: 0;
    text-align: center;
}
.contbox .psi_list .item .box1{
    margin: 0;
    border-radius: 6px;
}
.psi_list .adv-info {
    padding: 0 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
}

.psi_list .adv-main-img {
    width: 184px;
    height: 260px;
    object-fit: contain;
    background: transparent;
}
.psi_list .swiper-slide{text-align: center;}
.psi_list .adv-download {
    padding: 38px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--text-color);
    cursor: pointer;
}

.psi_list .adv-download .adv-read{
    margin-right: 15px
}

.psi_list .adv-download .iconfont {
    width: 20px;
    height: 20px;
    line-height: 16px;
    border-radius: 50%;
    margin-right: 6px;
    font-size: 11px;
    color: var(--text-color);
    text-align: center;
    font-weight: bold;
    border: 2px solid var(--text-color);
}

.psi_list .adv-pagination {
    display: flex;
    position: absolute;
    z-index: 3;
    bottom: 68px;
    justify-content: center;
}

.psi_list .adv-pagination span {
    width: 6px;
    height: 2px;
    background: #898989;
    border-radius: 1px;
    opacity: 1;
    margin: 0 2px !important;
}

.psi_list .adv-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: var(--base-color);
}

.psi_list .adv-prev,
.psi_list .adv-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    background: var(--base-color);
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 2;
}

.psi_list .adv-prev {
    left: 0;
    border-radius: 0 20px 20px 0;
}

.psi_list .adv-next {
    right: 0;
    border-radius: 20px 0 0 20px;
}
.gys_lb4_title {
    font-weight: bold;
    font-size: 24px;
    color: #666666;
    /*background-color: #f0f1f2;*/
    height: 110px;
    line-height: 110px;
    text-align: center;
}
.gys_gd3 {
    width: 100%;
    float: left;
    padding: 35px;
}
.gys_gd3.gys_lb4_title {
    height: 105px;
    padding: 10px;
    line-height: 80px;
}
.gys_gd3 .gys_gd3_button {
    height: 43px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gys_gd3 .gys_gd3_button a {
    display: block;
    width: 260px;
    height: 43px;
    background-color: #4fc2b8;
    color: white;
    border-radius: 45px;
    position: relative;
    line-height: 43px;
    font-size: 17px;
    text-align: center;
    float: left;
}
.gys_gd3 .gys_gd3_button a.more {
    margin-right: 35px;
}
.gys_gd4 {
    width: 100%;
    padding-left: 55px;
    height: 485px;
    background: url(../../img/psi/bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.gys_gd4 .gys_lb4_title {
    background-color: rgba(255, 255, 255, 0);
    color: white;
    height: 50px;
    line-height: 50px;
}
.gys_gd4 .gys_gd4_p p {
    width: 88%;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}
.gys_gd4 .gys_gd4_number {
    width: 73%;
    height: 92px;
    margin-top: 25px;
    background: url(../../img/psi/bg-number.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    background-position-y: -3px;
    padding: 10px 20px;
    bottom: 20px;
}
.gys_gd5, .gys_gd5_ul {
    width: 100%;
    height: 340px;
}
.gys_gd5 .gys_gd5_ul li {
    width: 23%;
    float: left;
    height: 100%;
}
.gys_gd5 ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    text-align: center;
    cursor: default;
}
.gys_gd5 ul li a img {
    width: 90px;
    height: 90px;
    position: relative;
    top: 10%;
}
.gys_gd5 ul li a>span {
    display: block;
    color: #339999;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 15%;
    text-align: center;
}
.gys_gd5 ul li a p {
    position: relative;
    top: 17%;
    text-align: center;
    line-height: 24px;
    color: #666;
}
.gys_gd5 ul li.mr3 {
    width: 2.6%;
}
.mt50 {
    margin-top: 20px;
}
.gys_gd6 {
    width: 100%;
    height: 45px;
    float: left;
    margin-bottom: 50px;
}
.rowx1{
    overflow: hidden;
    /*background: #F0F1F2;*/
    margin-top: 40px;
}
li {
    list-style: none;
}
a, i, p, li, :before, :after {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.gys_gd6 .gys_gd6_button {
    display: block;
    width: 27%;
    height: 45px;
    background-color: #4fc2b8;
    color: white;
    border-radius: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
}
.gys_gd4 .gys_gd4_number .gys_gd4_number_ul {
    height: 50px;
}
.gys_gd4 .gys_gd4_number .gys_gd4_number_ul li {
    height: 60px;
    float: left;
    width: auto;
    border-right: 1px solid #4fc2b8;
    max-width: 25%;
    position: relative;
    top: 15%;
}
.gys_gd4 .gys_gd4_number .gys_gd4_number_ul li p.number_no {
    height: 25px;
    color: #ffcc66;
    font-size: 21px;
    font-weight: bold;
    top: 0px;
}
.gys_gd4 .gys_gd4_number .gys_gd4_number_ul li p {
    display: inline-block;
    /* width: 80%; */
    margin: 10px;
    position: relative;
    left: 0px;
    top: 14px;
}
.gys_gd4 .gys_gd4_number .gys_gd4_number_ul li p.number_title {
    height: 22px;
    color: white;
    font-size: 14px;
    top: -20px;
}
.gys_gd3.center-text{
    background: #fff;
    margin: 0 5px;
    width: auto;
}

@media (max-width: 992px) {
    .contbox .psi_list .item{
        width: 47%;
    }
    .psi_list .adv-info{font-size: 13px;line-height: 20px;
        height: auto;}
    .psi_list .adv-download .adv-read{
        margin: 0;
    }
    .psi_list .adv-download{
        flex-wrap: wrap;padding: 20px 20px 20px;
    }
    .gys_gd3.center-text{
        width: 100%;
        padding: 15px;
    }
    .gys_gd4{
        padding: 25px 15px;
        height: auto;
    }
    .gys_gd3.gys_lb4_title {
        height: 55px;
        padding: 10px;
        line-height: 40px;
        font-size: 20px;
    }
    .gys_gd5 .gys_gd5_ul li {
        width: 47%;
        float: left;
        height: 100%;
    }
    .gys_gd4 .gys_gd4_number{
        display: none;
    }
    .gys_gd5, .gys_gd5_ul{
        padding: 0;
    }
}
