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

.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 {
    color: #1D3158;
    min-width: 12rem;
}

/* 顶部导航栏 */
.navbar {
    position: absolute;
    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: 14.4rem;
}

.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;
}

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


.part1 {
    width: 100%;
    height: 6.4rem;
    display: block;
    min-width: 12rem;
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/connect_us/img_01.png?v=1.51) no-repeat center;
    background-size: cover;
}

.part2 {
    width: 15rem;
    height: 9rem;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    padding-top: 1rem;
}

.part2-box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 1rem;
}

.part2-txt1 {
    font-weight: 600;
    font-size: .6rem;
    color: #1D3158;
}

.part2-txt2 {
    font-size: .3rem;
    color: #1D3158;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.part2-txt3 {
    font-size: .3rem;
    color: #1D3158;
    cursor: pointer;
    width: 3.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.part2-txt4 {
    font-size: .3rem;
    color: #1D3158;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 3.9rem;
    text-decoration: none;
}

.part2-img {
    width: 13rem;
    display: block;
    margin: 1rem auto 0;
}

.part3 {
    width: 100%;
    height: 4.69rem;
    display: block;
    min-width: 12rem;
    background: url(https://img001.xingzuo777.com/xingzuo/guanwang/images/connect_us/img_03.png?v=1.51) no-repeat center;
    background-size: cover;
    padding-top: .01rem;
}

.part3-txt1 {
    width: 10rem;
    font-weight: 600;
    font-size: .3rem;
    color: #FFFFFF;
    line-height: .66rem;
    margin: 1rem auto 0;
    text-align: center;
}



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