* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: PingFangSC, PingFang SC;
}

.container {
    min-width: 1200px;
}

.jiantou1 {
    width: .3rem;
    height: .15rem;
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/jiantou.png?v=1.51) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 100;
    left: calc(50% - .15rem);
    bottom: .2rem;
    cursor: pointer;
}

.dong {
    animation: mymove 1s infinite;
}

@keyframes mymove {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(.05rem)
    }

    100% {
        transform: translateY(0)
    }

}

/* 全局样式 */
body {
    background-color: #2F5DFC;
    color: #1D3158;
}

/* 顶部导航栏 */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem 0 .5rem;
    box-sizing: border-box;
    min-width: 12rem;
}

.navbar-logo {
    font-size: .24rem;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.navbar-logo::before {
    content: '';
    display: inline-block;
    width: .34rem;
    height: .42rem;
    margin-right: .15rem;
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/logo.png?v=1.51) no-repeat center;
    background-size: 100% 100%;
}

.navbar-links {
    display: flex;
    list-style: none;
    font-family: PingFangSC, PingFang SC;
}

.navbar-links li {
    margin-left: .4rem;
    display: flex;
    align-items: center;
}

.navbar-links a {
    text-decoration: none;
    color: #fff;
    font-size: .16rem;
    transition: color 0.3s ease;
    position: relative;
    transition: all .3s;
    font-family: PingFangSC, PingFang SC;
}

.navbar-links .active::after {
    content: '';
    display: block;
    width: .2rem;
    height: .04rem;
    background-color: #fff;
    position: absolute;
    left: .22rem;
    bottom: -0.08rem;
    border-radius: .02rem;

}

.navbar-links .active2::after {
    content: '';
    display: block;
    width: .2rem;
    height: .04rem;
    background-color: #1D3158;
    position: absolute;
    left: .22rem;
    bottom: -0.08rem;
    border-radius: .02rem;

}

.navbar-links a:hover {
    color: #d5dff2;
}

.mySwiper {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
}

.swiper-slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.swiper-item1 {
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/bg_01.png?v=1.51) no-repeat center;
    background-size: cover;
    position: relative;
}

.swiper-item2 {
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/bg_02.png?v=1.51) no-repeat center;
    position: relative;
    background-size: cover
}

.swiper-item3 {
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/bg_03.png?v=1.51) no-repeat center;
    position: relative;
    background-size: cover
}

.swiper-item4 {
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/bg_04.png?v=1.51) no-repeat center;
    position: relative;
    background-size: cover
}

.swiper-item5 {
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/bg_05.png?v=1.51) no-repeat center;
    position: relative;
    background-size: cover
}

.swiper-item6 {
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/bg_06.png?v=1.51) no-repeat center;
    position: relative;
    background-size: cover
}

.swiper-content {
    height: 100vh;
    overflow-y: scroll;
}

#swiper-container2 .swiper-slide {
    font-size: .18rem;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1rem;
    background: #4390EE;
    color: #fff;

}



/* part1------------------------------------ */

.part1-content {
    width: 14.4rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.part1 {
    width: 6.04rem;
    height: 4rem;
    position: absolute;
    left: 0;
    top: calc(50vh - 2rem)
}

.part1-box1 {
    display: flex;
    align-items: center;
}

.part1-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .4rem;
}

.part1-icon img {
    width: 100%;
    height: 100%;
}

.part1-title {
    font-size: .85rem;
    color: #ffffff;
    margin-bottom: .15rem;
}

.part1-txt1 {
    font-size: .3rem;
    color: #FFFFFF;
    line-height: .6rem;
    margin-top: .1rem;
}

.part1-btns {
    display: flex;
    gap: .3rem;
    margin-top: .3rem;
}

.part1-btn {
    width: 2.34rem;
    height: .78rem;
    background: #FFFFFF;
    border-radius: .39rem;
    font-size: .3rem;
    color: #6888FE;
    line-height: .78rem;
    text-align: center;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}

.part1-btn:hover {
    box-shadow: .02rem .02rem .04rem #aaa;
}

.part-img1 {
    width: 6rem;
    height: 9.58rem;
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/img_01.png?v=1.51) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 20vh
}

.part2-content {
    width: 14.4rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.part2 {
    width: 6.04rem;
    height: 4rem;
    position: absolute;
    right: 1rem;
    top: calc(50vh - 2rem);
}

.part-img2 {
    width: 3.2rem;
    height: 6.7rem;
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/img_02.png?v=1.51) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 1rem;
    top: calc(50vh - 3.3rem);
}

.part2-box1 {
    display: flex;
    align-items: baseline;
}

.part2-txt1 {
    font-weight: 500;
    font-size: .6rem;
    color: #1D3158;
    line-height: .84rem;
    margin-right: .15rem;
}

.part2-txt2 {
    font-weight: 400;
    font-size: .4rem;
    color: #B0B2C6;
}

.part2-txt3 {
    font-weight: 400;
    font-size: .3rem;
    color: #1D3158;
    line-height: .6rem;
    margin-top: .2rem;
}



.part3-content {
    width: 14.4rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.part3 {
    width: 6.04rem;
    height: 4rem;
    position: absolute;
    left: 1rem;
    top: calc(50vh - 2rem);
}

.part-img3 {
    width: 3.2rem;
    height: 6.7rem;
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/img_03.png?v=1.51) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 1rem;
    top: calc(50vh - 3.3rem);
}

.part3-box1 {
    display: flex;
    align-items: baseline;

}

.part3-txt1 {
    font-weight: 500;
    font-size: .6rem;
    color: #1D3158;
    line-height: .84rem;
    margin-right: .15rem;
}

.part3-txt2 {
    font-weight: 400;
    font-size: .4rem;
    color: #B0B2C6;
}

.part3-txt3 {
    font-weight: 400;
    font-size: .3rem;
    color: #1D3158;
    line-height: .6rem;
    margin-top: .2rem;
}


.part4-content {
    width: 14.4rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.part4 {
    width: 6.04rem;
    height: 4rem;
    position: absolute;
    right: 1rem;
    top: calc(50vh - 2rem);
}

.part-img4 {
    width: 3.2rem;
    height: 6.7rem;
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/img_04.png?v=1.51) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 1rem;
    top: calc(50vh - 3.3rem);
}

.part4-box1 {
    display: flex;
    align-items: baseline;

}

.part4-txt1 {
    font-weight: 500;
    font-size: .6rem;
    color: #1D3158;
    line-height: .84rem;
    margin-right: .15rem;
}

.part4-txt2 {
    font-weight: 400;
    font-size: .4rem;
    color: #B0B2C6;
}

.part4-txt3 {
    font-weight: 400;
    font-size: .3rem;
    color: #1D3158;
    line-height: .6rem;
    margin-top: .2rem;
}

/* part5 ---------------------- */

.part5-content {
    width: 14.4rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.part5 {
    width: 6.04rem;
    height: 4rem;
    position: absolute;
    left: 0;
    top: calc(50vh - 2rem);
}

.part5-box1 {
    display: flex;
    align-items: center;
}

.part5-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .4rem;
}

.part5-icon img {
    width: 100%;
    height: 100%;
}

.part5-title {
    font-size: .85rem;
    color: #1D3158;
    margin-bottom: .15rem;
}

.part5-txt1 {
    font-size: .3rem;
    color: #1D3158;
    line-height: .6rem;
    margin-top: .1rem;
}

.part5-btns {
    display: flex;
    gap: .3rem;
    margin-top: .3rem;
}

.part5-btn {
    width: 2.34rem;
    height: .78rem;
    background: #5074FE;
    border-radius: .39rem;
    font-size: .3rem;
    color: #fff;
    line-height: .78rem;
    text-align: center;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}

.part5-btn:hover {
    box-shadow: .02rem .02rem .04rem #aaa;
}

.part-img5 {
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/img_05.png?v=1.51) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    width: 3.2rem;
    height: 6.7rem;
    right: 1rem;
    top: calc(50vh - 3.3rem);
}


/* part6 ---------------------- */

.part6-content {
    width: 14.4rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.part6 {
    width: 6.04rem;
    height: 4rem;
    position: absolute;
    right: 0;
    top: calc(50vh - 2rem);
}

.part6-box1 {
    display: flex;
    align-items: center;
}

.part6-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .4rem;
}

.part6-icon img {
    width: 100%;
    height: 100%;
}

.part6-title {
    font-size: .85rem;
    color: #1D3158;
    margin-bottom: .15rem;
}

.part6-txt1 {
    font-size: .3rem;
    color: #1D3158;
    line-height: .6rem;
    margin-top: .1rem;
}

.part6-btns {
    display: flex;
    gap: .3rem;
    margin-top: .3rem;
}

.part6-btn {
    width: 2.34rem;
    height: .78rem;
    background: #5074FE;
    border-radius: .39rem;
    font-size: .3rem;
    color: #fff;
    line-height: .78rem;
    text-align: center;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}

.part6-btn:hover {
    box-shadow: .02rem .02rem .04rem #aaa;
}

.part-img6 {
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/product/img_06.png?v=1.51) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    width: 3.2rem;
    height: 6.7rem;
    left: 1rem;
    top: calc(50vh - 3.3rem);
}

.footer {
    height: 1rem;
    background-color: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    height: 1rem;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tip {
    color: #fff;
    font-size: .18rem;
    text-align: center;
}

/* part7 ---------------------- */

.part7-content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.part7 {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.part7-box1 {
    display: flex;
    align-items: center;
}

.part7-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part7-icon img {
    width: 100%;
    height: 100%;
}

.part7-title {
    font-size: .85rem;
    color: #1D3158;
    margin-bottom: .15rem;
}

.part7-txt1 {
    font-size: .3rem;
    color: #1D3158;
    line-height: .6rem;
    margin-top: .1rem;
    width: 80%;
    text-align: left;
}

.part7-btns {
    display: flex;
    gap: .3rem;
    margin-top: .3rem;
}

.part7-btn {
    width: 2.34rem;
    height: .78rem;
    background: #5074FE;
    border-radius: .39rem;
    font-size: .3rem;
    color: #fff;
    line-height: .78rem;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.part7-btn:hover {
    transform: translateY(-0.02rem);
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
}

.part-img7 {
    background: url(../images/product/img_07.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    width: 3.2rem;
    height: 6.7rem;
    right: 4rem;
    top: calc(50vh - 3.3rem);
}

/* part8 ---------------------- */

.part8-content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.part8 {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.part8-box1 {
    display: flex;
    align-items: center;
}

.part8-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part8-icon img {
    width: 100%;
    height: 100%;
}

.part8-title {
    font-size: .85rem;
    color: #1D3158;
    margin-bottom: .15rem;
}

.part8-txt1 {
    font-size: .3rem;
    color: #1D3158;
    line-height: .6rem;
    margin-top: .1rem;
    width: 80%;
    text-align: left;
}

.part8-btns {
    display: flex;
    gap: .3rem;
    margin-top: .3rem;
}

.part8-btn {
    width: 2.34rem;
    height: .78rem;
    background: #5074FE;
    border-radius: .39rem;
    font-size: .3rem;
    color: #fff;
    line-height: .78rem;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.part8-btn:hover {
    transform: translateY(-0.02rem);
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
}

.part-img8 {
    background: url(../images/product/img_08.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    width: 2.88rem;
    height: 6.03rem;
    left: 4rem;
    top: calc(50vh - 2.5rem);
}

/* swiper-item7 and swiper-item8 backgrounds */

.swiper-item7 {
    background: url(../images/product/bg_04.png) no-repeat center;
    position: relative;
    background-size: cover
}

.swiper-item8 {
    background: url(../images/product/bg_05.png) no-repeat center;
    position: relative;
    background-size: cover
}