body {
    min-width: 1400px;
    font-family: -apple-system, Microsoft YaHei, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    SimSun, sans-serif;
}

/* 公共头部 */
.m-header {
    width: 100vw;
    min-width: 1400px;
    height: 4.69vw;
    min-height: 90px;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    padding: 2px 10vw;
    z-index: 1000;
}

.m-header .m-header-content {
    display: flex;
    flex-wrap: wrap;
    width: 80vw;
    height: 100%;
    min-width: 1200px;
}

.m-header .m-header-content img {
    width: auto;
    height: 1.77vw;
    min-height: 34px;
    cursor: pointer;
    margin: auto 0;
}

.m-header .m-header-content .navs {
    display: flex;
    margin-left: auto;
}

.m-header .m-header-content .navs .nav {
    display: inline-flex;
    margin-right: 3.2vw;
    line-height: 1;
    align-items: center;
    font-size: max(16px, 1vw);
    color: #fff;
    height: 100%;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
}

.m-header .m-header-content .navs .nav:hover {
    /*color: #0067EC;*/
}

.m-header .m-header-content .navs .nav:last-child {
    /*margin-right: 0;*/
}

.m-header .m-header-content .navs .nav.s-crt {
    border-bottom: 3px solid #fff;
}

.g-page {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: url("../image/page/live.png") center center no-repeat;
    background-size: cover;
    min-height: 600px;
}

.g-page .m-content {
    width: 80vw;
    min-width: 1200px;
    height: auto;
    margin: auto;
    z-index: 100;
}

.g-page .m-content .m-panel {
    width: 813px;
    height: 311px;
    background: linear-gradient(90deg, rgba(0, 98, 219, 0.7) 0%, rgba(9, 10, 10, 0) 100%);
    padding: 54px 48px 48px;
    box-sizing: border-box;
    color: #FFFFFF;
}

.g-page .m-content .m-panel .m-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
}

.g-page .m-content .m-panel .m-info {
    margin: 30px 0 60px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.g-page .m-content .m-panel .m-btn {
    display: inline-block;
    cursor: pointer;
    width: 100px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 18px;
    color: #217AFF;
    line-height: 45px;
    text-align: center;
}

/* 页脚 */
.g-footer {
    width: 100%;
    height: 198px;
    color: #ffffff;
    background-color: #000;
}

.g-footer .footer_box {
    width: 1200px;
    padding-top: 66.5px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.g-footer .footer_left {
    display: flex;
    flex-wrap: wrap;
}

.g-footer .footer_left .m-qrBox .u-qrcode {
    width: 65px;
    height: 65px;
    margin-right: 23px;
}

.g-footer .footer_box .m-linkBox {
    padding-top: 5.5px;
}

.g-footer .footer_box .m-linkBox p {
    color: #54616a;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
}

.g-footer .footer_ba {
    width: 166px;
    padding-left: 16px;
    margin-left: 30px;
    background: url("../image/ba.png") left top no-repeat;
}

.g-footer .footer_box .footer_Right {
    margin-left: auto;
    padding-top: 5.5px;
}

.g-footer .footer_box .footer_Right .u_title {
    text-align: right;
    color: #54616a;
    font-size: 12px;
    line-height: 18px;
}

.g-footer .footer_box .footer_Right .u_phone {
    font-size: 19px;
    line-height: 26px;
    color: #86949d;
}

/* 首页css开始 */
#live {
    background-image: url("../image/page/live.png");
}

#liveInfo {
    background: url("../image/page/live-info.png") center center no-repeat;
    background-size: cover;
}

.m-content .live-content {
    float: right;
    min-width: 540px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.live-content .live-item {
    font-size: 20px;
    font-weight: bold;
    color: #217AFF;
    line-height: 24px;
    display: flex;
    padding: 7px 0;
}

.live-content .live-item .icon {
    width: 56px;
}

.live-content .live-item .live-desc {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 16px 0;
}


#sy {
    background-image: url("../image/page/sy.png");
}

#syInfo {
    background: url("../image/page/sy-info.png") center center no-repeat;
    background-size: cover;
}

#ai {
    background-image: url("../image/page/ai.png");
}

.g-ai .m-content .m-panel {
    background: linear-gradient(90deg, rgba(0, 110, 247, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

#aiInfo {
    background: url("../image/page/ai-info.png") center center no-repeat;
    background-size: cover;
    min-height: 720px;
}

#aiInfo .m-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#aiInfo .m-content .m-phone {
    width: 320px;
    height: 635px;
    box-sizing: border-box;
    background: url("../image/page/ai-info2.png") center center no-repeat;
    padding: 14px 15px 15px 17px;
}

#aiInfo .m-content .m-phone .swiper-slide {
    width: 288px;
    height: 606px;
    border-radius: 42px;
}

#aiInfo .m-content .m-phone .swiper-img {
    width: 288px;
    height: 606px;
    border-radius: 42px;
}

.swiper-slide {
    border-radius: 42px;
}

#aiInfo .m-content .m-desc {
    width: 641px;
    height: 409px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 36px 46px;
    box-sizing: border-box;
    background: url("../image/page/ai-info3.png") center center no-repeat;

}

#about {
    background: url("../image/page/about.png") center center no-repeat;
    background-size: cover;
    min-height: 980px;
}

#about .m-company {
    height: 100%;
    width: 1260px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    word-break: break-all;
}

#about .m-company .m-company-title {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
}

#about .m-company .m-company-desc {
    width: 1130px;
    text-indent: 2em;
}

#about .m-company .m-company-cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 52px;
}

#about .m-company .m-company-cards .card-layer .card-name {
    text-align: center;
    padding-bottom: 10px;
}

#about .m-company .m-company-slogan {
    font-size: 24px;
    line-height: 48px;
}

#footer {
    background-image: url("../image/page/footer.png");
    min-height: 200px!important;
    height: 200px!important;
}

.m-footer {
    width: 1260px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m-footer .m-partner {
    width: 1207px;
    height: 645px;
    background: url("../image/page/partner.png") center center no-repeat;
    margin-bottom: 43px;
    background-size: contain;

}


.m-footer .m-contact {
    width: 1180px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #000000;

}

.m-footer .m-contact .contact-title {
    width: 150px;
}

.m-footer .m-contact .contact-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    border-left: 1px solid #969696;
    padding-left: 43px;
}

.m-footer .m-contact .contact-content img {
    margin-right: 10px;
    max-width: 20px;
    max-height: 20px;
    vertical-align: middle;
}

.m-footer .m-contact .contact-content a {
    color: #252525;
}

.m-footer .m-copyright {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
    position: relative;
}

.m-footer .m-copyright .qrcode {
    position: absolute;
    top: 40px;
    left: 0;
    width: 80px;
    height: 80px;
}

.m-footer .m-copyright a {
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}

.m-footer .m-copyright .icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
