.p1 {
    padding-top: 81px;
    padding-bottom: 45px;
}

.p1 .p1-tit {
    margin-bottom: 24px;
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.p1 .p1-desc {
    margin-bottom: 38px;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.p1 .p1-list ul {
    display: flex;
    flex-wrap: wrap;
}

.p1 .p1-list ul li {
    margin-bottom: 46px;
    width: 14.25%;
    flex: 0 0 14.25%;
    text-align: center;
}

.p1 .p1-list ul li .txt {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.5px;
    letter-spacing: 0.2px;
}

.p2 {
    height: 226px;
    background: url(../img/index/p2-bg.png) no-repeat;
    background-size: cover;
}

.p2 .p2-cont {
    padding-top: 36px;
    display: flex;
    justify-content: center;
}

.p2 .p2-cont li {
    margin: 0 20px;
    text-align: center;
}

.p2 .p2-cont li .num {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
}

.p2 .p2-cont li .txt {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;

}

.p3 {
    padding-top: 92px;
}

.p3 .p3-tit {
    margin-bottom: 37px;
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.p3-swiper .swiper-tit {
    margin-bottom: 68px;

    border-bottom: 1px solid #D9D9D9;
}

.p3-swiper .swiper-tit .content {
    display: flex;
    justify-content: space-between;
}

.p3-swiper .swiper-tit .item {
    padding-bottom: 21px;
    position: relative;
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    cursor: default;
}

.p3-swiper .swiper-tit .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 103px;
    height: 6px;
    background: #CACACA;
}

.p3-swiper .swiper-tit .item.current {
    color: #1A74C7;
}

.p3-swiper .swiper-tit .item.current::after {
    background: #1A74C7;
}

.p3-swiper .swiper-cont {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.p3-swiper .swiper-cont .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p3-swiper .swiper-cont .slide-item {
    margin-bottom: 60px;
    display: flex;
    width: 584px;
    height: 225px;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    background: #EFEFEF;
    color: #2D2D2D;
}

.p3-swiper .swiper-cont .slide-item:hover {
    background: #1A74C7;
    color: #fff;
}

.p3-swiper .swiper-cont .slide-item .img-box {
    width: 280px;
    height: 225px;
    overflow: hidden;

}

.p3-swiper .swiper-cont .slide-item .img-box img {
    transition: all .4s ease-in-out;
}

.p3-swiper .swiper-cont .slide-item:hover .img-box img {
    transform: scale(1.1);
}

.p3-swiper .swiper-cont .slide-item .txt-box {
    flex: 1;
    padding: 36px 34px 0 32px;
    box-sizing: border-box;
}

.p3-swiper .swiper-cont .slide-item .txt-box .item-tit {
    margin-bottom: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.p3-swiper .swiper-cont .slide-item .txt-box .item-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 2em;
}
.p3-swiper .swiper-cont .slide-item .txt-box .item-desc div{
    padding-left: 20px;
    position: relative;
}
.p3-swiper .swiper-cont .slide-item .txt-box .item-desc div::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2D2D2D;
}
.p3-swiper .swiper-cont .slide-item:hover .txt-box .item-desc div::before{
    background: #fff;
}
.p3-swiper .swiper-cont .swiper-button-next::after,
.p3-swiper .swiper-cont .swiper-button-prev::after {
    display: none;
}

.p3-swiper .swiper-cont .swiper-button-next,
.p3-swiper .swiper-cont .swiper-button-prev {
    width: 50px;
    height: 93px;
    margin-top: -75px;
}

.p3-swiper .swiper-cont .swiper-button-next {
    right: -110px;
    background: url(../img/next.png) center no-repeat;
    background-size: 100%;
}

.p3-swiper .swiper-cont .swiper-button-prev {
    left: -110px;
    background: url(../img/prev.png) center no-repeat;
    background-size: 100%;
}