* {
    touch-action: pan-y;
}

body {
    margin: 0;
    padding: 0;
    width: 1920px;
    background-color: #fff;
    overflow-x: hidden;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

.hometop {
    background-image: url(../images/topbg.png);
    width: 100%;
    height: 830px;
}

.toplogo {
    width: 75%;
    margin: 25px auto;
}

.textTop {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding-top: 15rem;
}

.textTitle {
    font-size: 4rem;
}

.textTis {
    font-size: 1.2rem;
    margin-top: 8px;
}

.btnTop {
    width: 336px;
    height: 66px;
    background-color: #fff;
    color: #5169e7;
    text-align: center;
    line-height: 66px;
    margin: 100px auto;
    border-radius: 10px;
    font-size: 22px;
    letter-spacing: 2px;
}

.numTop {
    width: 70%;
    margin: 65px auto;
    display: flex;
    justify-content: space-between;
}

.numberdiv {
    color: #fff;
    text-align: center;
}

.number {
    font-size: 40px;
}

.numbertext {
    font-size: 20px;
    margin-top: 12px;
}

.secondHome {
    text-align: center;
    margin-top: 200px;
    margin-bottom: 200px;
}

.secondtitle {
    font-size: 36px;
    font-weight: bold;
}

.secondHome img {
    margin-top: 60px;
}

.btnCreate {
    width: 244px;
    height: 66px;
    background-color: #5169e7;
    color: #fff;
    font-size: 24px;
    line-height: 66px;
    text-align: center;
    margin: 54px auto;
    border-radius: 10px;
}

.thirdHome {
    width: 100%;
    height: 850px;
    background-image: url(../images/backrounds_third.png);
    text-align: center;
    padding-top: 160px;
}

.thirdHome img {
    margin-top: 60px;
    width: 745px;
    height: 434px;
}

.fiveHome {
    width: 100%;
    height: 1085px;
    background-image: url(../images/fivebg.png);
    margin-top: 220px;
    position: relative;
}

.fiveText {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.fivemain {
    width: 70%;
    text-align: right;
    position: absolute;
    top: 45%;
    right: 20%;
    margin: 0 auto;
}

.fivebtn {
    width: 224px;
    height: 66px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 66px;
    font-size: 24px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    margin-top: 24px;
}

.sixbtn {
    width: 336px;
}

footer {
    width: 100%;
    height: 1080px;
    background-image: url(../images/footer_bg.png);
    position: relative;
    margin-top: 130px;
}

.footerMain {
    margin: 0 auto;
    width: 40%;
    padding-top: 400px;
    display: flex;
}

.footerMain .code {
    height: 210px;
}

.companyname {
    font-size: 32px;
    color: #5169e7;
}

.footertext {
    margin-left: 60px;
}

.infor {
    margin-top: 30px;
}

.adress {
    font-size: 18px;
    color: #666666;
    margin-bottom: 16px;
}

.adress img {
    margin-right: 8px;
}

.copyright {
    color: #999;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    left: 40%;
}

.floatnav {
    position: fixed;
    top: 40%;
    right: 1%;
}

.firstnav {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;
}

.showsecond {
    background-image: url(../images/showsecond.png);
    width: 208px;
    height: 42px;
    position: fixed;
    top: 48%;
    right: 4%;
    text-align: center;
    line-height: 45px;
    color: #223dc7;
    font-size: 18px;
    font-weight: 600;
    display: none;
}

.showthird {
    background-image: url(../images/showthird.png);
    position: fixed;
    top: 55%;
    right: 4%;
    width: 91px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: none;
}

.showfour {
    display: none;
    background-image: url(../images/showthird.png);
    position: fixed;
    top: 62%;
    right: 4%;
    width: 91px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}


/* ***手机端*** */

.mtop {
    width: 100%;
    height: 660px;
    background-image: url(../images/mtopbg.png);
}

.mbody {
    width: 100%;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    background-color: #fafafa;
    overflow-x: hidden;
}

.mtoplogo {
    padding-top: 24px;
    padding-left: 24px;
}

.mtoplogo img {
    width: 17rem;
    height: 1.8rem;
}

.mtoptext {
    text-align: center;
    color: #fff;
    margin-top: 7rem;
}

.bigtext {
    font-size: 2rem;
}

.bigtis {
    font-size: 0.9rem;
    margin-top: 0.8rem;
}

.mtopBtn {
    width: 15rem;
    height: 3rem;
    background-color: #fff;
    color: #5169e7;
    text-align: center;
    line-height: 3rem;
    margin: 35px auto;
    border-radius: 0.6rem;
}

.mtopnum {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-left: 2.5rem;
    margin-top: 3.5rem;
}

.mnumberDiv {
    width: 41%;
    text-align: center;
    color: #fff;
    margin-right: 25px;
    margin-bottom: 2rem;
}

.mnumber {
    font-size: 1.9rem;
    font-weight: 600;
}

.mnumtext {
    font-size: 0.9rem;
}

.msecond {
    margin-top: 98px;
    width: 100%;
    text-align: center;
}

.msecondtitle {
    text-align: center;
    font-size: 1.45rem;
    font-weight: 600;
}

.msecond img {
    width: 24rem;
    height: 12rem;
    margin: 32px auto;
}

.msecondBtn {
    width: 15rem;
    height: 3rem;
    background-color: #5169e7;
    color: #fff;
    border-radius: 0.6rem;
    text-align: center;
    line-height: 3rem;
    margin: 24px auto;
}

.mthird {
    width: 100%;
    height: 620px;
    background-image: url(../images/third_mimg.png);
    margin-top: 60px;
    text-align: center;
}

.mthirdtitle {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 98px;
}

.mthird img {
    width: 24rem;
    height: 15rem;
    margin-top: 32px;
}

.mfour img {
    width: 24rem;
    height: 30rem;
}

.mfive {
    width: 100%;
    height: 620px;
    background-image: url(../images/five_bg.png);
}

.mfive .msecondtitle {
    padding-top: 195px;
    color: #fff;
}

.mfive .mfiveBtn {
    width: 15rem;
    height: 3rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.6rem;
    text-align: center;
    line-height: 3rem;
    margin: 24px auto;
}

.msix img {
    width: 24rem;
    height: 15rem;
    margin: 32px 12px;
}

.m_footer {
    width: 100%;
    height: 1000px;
    background-image: url(../images/mfooterbg.png);
    position: relative;
    margin-bottom: 3rem;
    margin-top: 5rem;
}

.mfootermain {
    text-align: center;
    padding-top: 250px;
    color: #fff;
}

.mfootermain .companyname {
    margin-top: 60px;
    margin-bottom: 32px;
    font-size: 1.3rem;
    color: #fff;
}

.companyinfo {
    margin-bottom: 16px;
    font-size: 0.9rem;
    color: #fff;
}

.mfootercopy {
    color: #fff;
    text-align: center;
    margin-top: 209px;
}

.bottomNav {
    width: 100%;
    height: 3.5rem;
    background-color: #223dc7;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.telephone {
    width: 50%;
    background-color: #4ab886;
    text-align: center;
    line-height: 3.5rem;
    color: #fff;
}

.online {
    width: 50%;
    background-color: #ff6a64;
    text-align: center;
    line-height: 3.5rem;
    color: #fff;
}