* {
    margin: 0;
    padding: 0;
}

/* 头部 */
.herader {
    position: fixed;
    z-index: 999999999999999999999999;
    width: 100%;
    height: 80px;
    color: #FFFFFF;
    background-color: #1F49FF;
}

.header-box {
    margin: 0 auto;
    width: 1412px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 64px;
}

.skip {
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ofirst{
    color: #54FFEF;
    border-bottom: 2px solid #54FFEF;
    box-sizing: border-box;
}

.skip-1,
a {
    cursor: pointer;
    width: 100px;
    height: 80px;
    font-size: 16px;
    text-align: center;
    line-height: 80px;
    text-decoration: none;
}

a {
    color: #FFFFFF;
}

.logo {
    width: 114px;
    height: 42px;
}

.phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.phone2 {
    font-family: PingFangSC-Regular, PingFang SC;
    border: 1px solid #A5B6FF;
    height: 45px;
    color: #FFFFFF;
    border-radius: 4px;

}


.service {
    width: 11px;
    height: 11px;
}

.service1 {
    width: 72px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.service2 {
    width: 120px;
    height: 22px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

/* 大标题 */
.header-2 {
    width: 100%;
    height: 630px;
    padding-top: 80px;
    background: linear-gradient(360deg, #1885FB 0%, #1A42FF 100%);

}

.header-2-count {
    width: 1412px;
    height: 630px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-2-img {
    width: 487px;
    height: 389px;
}

.header-2-title {
    width: 650px;
    font-size: 80px;
    font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 90px
}

/*  了解我们的产品矩阵*/
.product {
    height: 558px;
    background: rgba(244, 244, 244, 0.51);
    text-align: center;
    padding: 60px 0 0 0;
}

.product-title {
    height: 50px;
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    padding-bottom: 48px;
}

.card {
    position: relative;
    margin: 0 auto;
    width: 1412px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.card3 {
    height: 340px;
    padding: 24px 31px;
    background: #FFFFFF;
    z-index: 999;
    position: relative;
    box-shadow: -13px 0px 19px -10px rgb(210 210 210)
}


.card-qr {
    width: 285px;
    height: 388px;
    background-color: #FFFFFF;
    transition: 0.2s;
    transform: translateX(-285px);
    box-shadow: 10px 0px 33px -10px rgb(210 210 210);
}

.card-qr4 {
    position: absolute;
    left: 320px;
}

.card-qr5 {
    position: absolute;
    left: 670px;
}

.card-qr6 {
    position: absolute;
    left: 1025px;
}


.card-qr3 {
    position: absolute;
    left: 1380px;
    transition: 0.2s;
    width: 285px;
    height: 388px;
    background-color: #FFFFFF;
    transform: translateX(-285px);
    box-shadow: -9px 0px 19px -10px rgb(210 210 210);
}




.card3:hover+.card-qr4,
.card3:hover+.card-qr5,
.card3:hover+.card-qr6 {
    transform: translateX(0);
    z-index: 9999;
    pointer-events: none;
}


.card3:hover+.card-qr3 {
    transform: translateX(-563px);
    z-index: 9999;
    pointer-events: none;
}

.card3:hover {
    z-index: 99999;
}

.card9 {
    box-shadow: 10px 0px 19px -10px rgb(210 210 210);
}


.card1 {
    height: 340px;
    padding: 24px 31px;
    background: #FFFFFF;
    box-shadow: 6px 5px 32px 0px #EBF0F7;
    border-radius: 8px;
}

.card-titlt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 28px;
    font-family: PingFangSC;
    color: #333333;
    line-height: 40px;
}

.wire {
    margin: 23px auto;
    width: 221px;
    height: 0px;
    border: 1px solid rgba(151, 151, 151, 0.2);
}

.card-img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.caption {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC;
    color: #333333;
    line-height: 33px;
}

.details {
    margin: 5px auto;
    width: 220px;
    height: 170px;
    font-size: 20px;
    font-family: PingFangSC;
    color: #666666;
    line-height: 34px;
}

.card-qr,
.card-qr3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pre-qr {
    width: 260px;
    height: 260px;
}

.oqr {
    width: 260px;
    height: 300px;
}


/* 我们的优势 */
.product-1 {
    height: 536px;
    background-color: #FFFFFF;
}

.advantage-img {
    width: 97px;
    height: 96px;
}

.card2:hover .advantage-titlt>img {
    transition: 0.5s;
    transform: rotate(-360deg);
}

.advantage-titlt {
    margin-bottom: 33px;
}

.card2 {
    width: 170px;
    background-color: #FFFFFF;
    box-shadow: none;
}

.advantage-details {
    height: 136px;
    font-size: 20px;
    font-family: PingFangSC;
    color: #666666;
    line-height: 34px;
}

/* 众多客户选择领帜  */
.map {
    position: relative;
    height: 858px;
    background-color: #F5F7FD;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-title {
    position: absolute;
    top: 53px;
    width: 288px;
    height: 50px;
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
}

.map-image {
    width: 1280px;
    height: 844px;
}

/* 安全稳定系统 为你保驾护航 */
.safety {
    height: 471px;
    background: #3D7CFE;
}

.safety-title {
    padding-top: 60px;
    height: 50px;
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.safety-img {
    margin: 0px auto;
    width: 1412px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.safety-img>img {
    width: 326px;
    height: 326px;
    transition: all 0.6s;
}

.safety-img>img:hover {
    transform: scale(1.1);
}

/* 联系方式 */
.relation {
    height: 355px;
    background: #1F264C;
}

.relation-nr {
    width: 1412px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.relation-phone,
.qr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qr {
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #697485;
    line-height: 25px;
    letter-spacing: 1px;
}

.qr>div {
    margin: 0 30px;
}

.relation-logo {
    width: 156px;
    height: 57px;
    margin-right: 66px;
}

.relation-qr {
    width: 126px;
    height: 123px;
}

.phone-relation {
    width: 65px;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D7CFE;
    line-height: 24px;
}

.relation-phone-1 {
    height: 56px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #697485;
    line-height: 28px;
    margin: 10px 0;
}

.relation-phone-2 {
    color: #FFFFFF;
    font-size: 18px;
}

/* 页脚 */
.base {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 60px;
    background: #121D2E;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #697485;
    line-height: 60px;
}