#mainTop {
    width: 100%;
    height: 572px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: 1920px 100%;
    background-position: center center;
}

.bannerBox {
    height: 572px;
    position: relative;
    overflow: hidden;
}

.logoLinkBox {
    position: absolute;
    left: 0;
    top: 50px;
}

#cailiao {
    width: 155px;
    height: 40px;
}

.form {
    width: 368px;
    height: 436px;
    position: absolute;
    top: 80px;
    right: 130px;
    overflow: hidden;
    padding-top: 70px;
    background-image: url(../images/formbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.formDesc {
    color: #5C749D;
    font-size: 16px;
    text-align: center;
    margin-top: 36px;
}

.formIpt {
    padding: 0 36px;
}

.iptBox {
    width: 294px;
    height: 37px;
    margin: 15px auto;
    border-radius: 3px;
    border: 1px solid #5C749D;
}

.iptBox .ipt {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    padding-left: 14px;
}

.btnBox {
    width: 294px;
    height: 43px;
    margin: 20px auto 0;
    background: linear-gradient(268deg, rgba(77, 59, 226, 1) 0%, rgba(49, 101, 227, 1) 100%);
    border-radius: 21px;
}

#btn {
    width: 100%;
    height: 100%;
    background: none;
    outline: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.formFoot {
    margin-top: 28px;
    text-align: center;
    font-size: 14px;
    color: #3E3E3E;
}

.callTele {
    color: #C10808;
    font-size: 18px;
}

.mainBody1 {
    width: 100%;
    height: 944px;
    padding-top: 66px;
    background-image: url(../images/01.png);
    background-repeat: no-repeat;
    background-size: 1920px 100%;
    background-position: center center;
}

.title1 {
    width: 667px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    color: #fff;
    font-size: 28px;
    background: linear-gradient(90deg, rgba(20, 199, 251, 1), rgba(0, 107, 226, 1));
    border-radius: 26px;
}

.title2 {
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    color: #0086EE;
    font-size: 35px;
    font-weight: bold;
    margin: 20px 0 0;
}

.mainBody2 {
    width: 100%;
    padding-top: 85px;
    background-color: #fff;
}

.title {
    width: 380px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    color: #fff;
    font-size: 28px;
    background: linear-gradient(90deg, rgba(20, 199, 251, 1), rgba(0, 107, 226, 1));
    border-radius: 26px;
}

.img02 {
    display: block;
    width: 1334px;
    height: 594px;
    margin: 0 auto;
}

.img03 {
    display: block;
    width: 1059px;
    height: 594px;
    margin: 0 auto;
}

.img04 {
    display: block;
    width: 1271px;
    height: 606px;
    margin: 64px auto 0;
}

.img05 {
    display: block;
    width: 1056px;
    height: 585px;
    margin: 48px auto 80px;
}

.main-bg {
    background: #F1F5F5;
}

.mainAdd {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 65px 0 ;
}

.mainAdd-left {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.code {
    width: 200px;
    height: 200px;
    background: #fff;
    overflow: hidden;
}

.code img {
    width: 100%;
    height: 100%;
}

.phonenumber {
    color: #202020;
    font-size: 24px;
    margin-top: 20px;
}