/* 移动端 */
.banner {
    width: 100%;
    height: 180px;
    background: url('../imgs/banner2.png') no-repeat center / cover;
    padding-top: 38px;
    padding-left: 23px;
}

.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slogan {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
}

.slogan1 {
    color: #014099;
}

.slogan2 {
    color: #333333;
}

.slogan2 span {
    display: none;
}

.vision {
    width: 200px;
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    line-height: 22px;
    margin-top: 5px;
    letter-spacing: 1px;
}

.product {
    display: none;
}

.swiper-placeholder {
    width: 100%;
    height: 20px;
}

.product-item {
    width: 100%;
    height: 89px;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product-img {
    width: 72px;
    height: 61px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-img.img1 {
    background-image: url('../imgs/product1.png');
}

.product-img.img2 {
    background-image: url('../imgs/product2.png');
}

.product-img.img3 {
    background-image: url('../imgs/product3.png');
}

.product-img.img4 {
    background-image: url('../imgs/product4.png');
}

.product-img.img5 {
    background-image: url('../imgs/product5.png');
}

.product-img.img6 {
    background-image: url('../imgs/product6.png');
}

.product-name-wrap {
    margin-left: 12px;
}

.product-name {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 1;
    margin-top: 18px;
}

.product-enname {
    font-weight: 300;
    font-size: 9px;
    color: #999999;
    line-height: 1;
    margin-top: 8px;
}

.product-vision {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 1;
    margin-top: 8px;
}

.plan {
    width: 100%;
    height: 374px;
    background: url('../imgs/plan-bg2.png') no-repeat center / cover;
    padding-bottom: 40px;
    margin-top: 10px
}

.plan-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 18px;
    row-gap: 40px;
    margin-top: -5px;
}

.plan-item {
    position: relative;
    width: 104px;
    height: 104px;
    background: url('../imgs/plan-item.png') no-repeat center / cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

.plan-icon {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.plan-icon.icon1 {
    background-image: url('../imgs/plan1.png');
}

.plan-icon.icon2 {
    background-image: url('../imgs/plan2.png');
}

.plan-icon.icon3 {
    background-image: url('../imgs/plan3.png');
}

.plan-icon.icon4 {
    background-image: url('../imgs/plan4.png');
}

.plan-icon.icon5 {
    background-image: url('../imgs/plan5.png');
}

.plan-name {
    font-weight: bold;
    font-size: 9px;
    color: #333333;
    line-height: 14px;
    text-align: center;
    margin-top: 18px;
}

.plan-name.narrow {
    padding: 0 15px;
    margin-top: 10px;
}

.plan-dot {
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #014099;
    border: 2px solid #B2C5E0;
    border-radius: 11px;
    bottom: -18px;
    left: 50%;
    margin-left: -6px;
}

.plan-item.up .plan-dot {
    background-color: #EE7802;
    border: 2px solid #F9D6B3;
}

.partner {
    width: 100%;
    padding-top: 20px;
    background: url('../imgs/partner-bg2.png') no-repeat center top 50px / 100% auto;
    margin-bottom: 10px;
}

.partner-content {
    width: 100%;
    height: 80px;
    background: url('../imgs/partner.png') no-repeat center / contain;
    margin-bottom: 30px;
}

.about-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.about-left {
    width: 100%;
    height: 175px;
    background: url('../imgs/about-left.png') no-repeat center / cover;
}

.about-right {
    width: 100%;
    height: 100%;
    padding: 15px 0;
}

.about-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-title {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    line-height: 1;
}

.about-title span {
    color: #014099;
}

.about-bar {
    flex: 1;
    height: 2px;
    margin-left: 10px;
    background: #EE7802;
}

.about-context {
    margin-top: 10px;
}

.about-item {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    text-indent: 2em;
}

/* pc端 */
@media screen and (min-width: 768px) {
    .banner {
        width: 100%;
        min-width: 1200px;
        height: 580px;
        background: url('../imgs/banner.png') no-repeat center / cover;
    }

    .banner-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .slogan {
        display: flex;
        flex-direction: row;
        font-size: 36px;
        line-height: 1;
    }

    .slogan2 span {
        display: inline;
    }

    .vision {
        width: unset;
        font-size: 20px;
        line-height: 1;
        margin-top: 35px;
    }

    .product {
        display: block;
        background: url('../imgs/product-bg.png') no-repeat center / cover;
        width: 100%;
        height: 580px;
        min-width: 1200px;
    }

    .product-mobile {
        display: none;
    }

    .product-content {
        display: flex;
        flex-wrap: wrap;
        column-gap: 15px;
        row-gap: 52px;
        padding: 90px 0 82px;
    }

    .product-item {
        width: 390px;
        height: 178px;
        position: relative;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        padding: 0;
    }

    .product-img {
        position: absolute;
        top: -20px;
        left: 29px;
        width: 144px;
        height: 122px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .product-img.img1 {
        top: -19px;
    }

    .product-img.img2 {
        top: -29px;
        left: 21px;
        width: 145px;
        height: 127px;
    }

    .product-img.img3 {
        top: -21px;
        left: 28px;
        width: 146px;
        height: 129px;
    }

    .product-img.img4 {
        top: -40px;
        left: 29px;
        width: 144px;
        height: 146px;
    }

    .product-img.img5 {
        width: 145px;
        height: 124px;
    }

    .product-img.img6 {
        top: -16px;
        left: 28px;
        height: 121px;
    }

    .product-name-wrap {
        margin-left: 195px;
    }

    .product-name {
        font-size: 18px;
        margin-top: 42px;
    }

    .product-enname {
        font-size: 14px;
        margin-top: 14px;
    }

    .product-vision {
        margin-bottom: 33px;
        font-size: 16px;
        text-align: center;
    }

    .product-item:hover .product-name {
        font-size: 22px;
        color: #014099;
        margin-top: 40px;

    }

    .product-item:hover .product-enname {
        margin-top: 12px;
        color: #014099;
    }

    .product-item:hover .product-vision {
        color: #014099;
    }

    .plan {
        margin-top: unset;
        width: 100%;
        min-width: 1200px;
        height: 604px;
        background: url('../imgs/plan-bg.png') no-repeat center / cover;
    }

    .plan-content {
        display: flex;
        justify-content: space-between;
        margin-top: 183px;
    }

    .plan-item {
        position: relative;
        width: 213px;
        height: 212px;
        background: url('../imgs/plan-item.png') no-repeat center / cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        transition: all 0.5s ease-in-out;
    }

    .plan-item.up {
        margin-top: -140px;
    }

    .plan-item:hover {
        background: url('../imgs/plan-item-a.png') no-repeat center / cover;
    }

    .plan-icon {
        width: 54px;
        height: 54px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .plan-icon.icon1 {
        background-image: url('../imgs/plan1.png');
    }

    .plan-icon.icon2 {
        background-image: url('../imgs/plan2.png');
    }

    .plan-icon.icon3 {
        background-image: url('../imgs/plan3.png');
    }

    .plan-icon.icon4 {
        background-image: url('../imgs/plan4.png');
    }

    .plan-icon.icon5 {
        background-image: url('../imgs/plan5.png');
    }

    .plan-name {
        font-weight: bold;
        font-size: 18px;
        color: #333333;
        line-height: 29px;
        text-align: center;
        margin-top: 38px;
    }

    .plan-name.narrow {
        padding: 0 10px;
        margin-top: 29px;
    }

    .plan-dot {
        position: absolute;
        width: 22px;
        height: 22px;
        background-color: #014099;
        border: 5px solid #B2C5E0;
        border-radius: 11px;
        bottom: -45px;
        left: 50%;
        margin-left: -11px;
    }

    .plan-item.up .plan-dot {
        background-color: #EE7802;
        border: 5px solid #F9D6B3;
    }

    .plan-item:hover .plan-name {
        font-size: 22px;
        color: #FFFFFF;
        margin-top: 29px;
    }

    .plan-item:hover .icon1 {
        background-image: url('../imgs/plan1-a.png');
    }

    .plan-item:hover .icon2 {
        background-image: url('../imgs/plan2-a.png');
    }

    .plan-item:hover .icon3 {
        background-image: url('../imgs/plan3-a.png');
    }

    .plan-item:hover .icon4 {
        background-image: url('../imgs/plan4-a.png');
    }

    .plan-item:hover .icon5 {
        background-image: url('../imgs/plan5-a.png');
    }

    .partner {
        width: 100%;
        min-width: 1200px;
        padding-top: 141px;
        background: url('../imgs/partner-bg.png') no-repeat center top 141px / 1638px 633px;
        margin-bottom: 61px;
    }

    .partner-content {
        width: 100%;
        height: 275px;
        background: url('../imgs/partner.png') no-repeat center / cover;
        margin-bottom: 30px;
    }

    .about-content {
        width: 100%;
        height: 350px;
        display: flex;
        flex-direction: row;
    }

    .about-left {
        width: 660px;
        height: 100%;
        background: url('../imgs/about-left.png') no-repeat center / cover;
    }

    .about-right {
        width: 540px;
        height: 100%;
        background: url('../imgs/about-right.png') no-repeat center / cover;
        padding: 57px 54px 0 36px;
    }

    .about-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about-title {
        font-weight: bold;
        font-size: 30px;
        color: #333333;
        line-height: 29px;
    }

    .about-title span {
        color: #014099;
    }

    .about-bar {
        width: 243px;
        height: 3px;
        background: #EE7802;
    }

    .about-context {
        margin-top: 20px;
    }

    .about-item {
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 29px;
        text-indent: 2em;
    }
}