/* 重置浏览器默认样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box; /* 确保padding不会导致元素尺寸增加 */
}
/* HTML5 元素定义 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.head-bg {
    height: 96px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.head {
    position: relative;
    margin: auto;
    width: 1200px;
    height: 96px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.head .logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 206px;
    height: 44px;
    cursor: pointer;
    display: flex;
}

.head .logo img {
    width: 206px;
    height: 44px;
}

.head .menu {
    padding-right: 16px;
    height: 72rpx;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.head .menu .item {
    padding: 0 16px;
    line-height: 40px;
    font-size: 20px;
    color: #292929;
    cursor: pointer;
}

.head .menu .item-active {
    font-weight: 600;
    color: #000000;
}

.head .menu .item:hover {
    font-weight: 600;
    color: #000000;
}

.head .menu .item a {
    line-height: 40px;
    font-size: 20px;
    color: #292929;
    text-decoration: none;
}

.head .menu .item a:hover {
    font-weight: 600;
    color: #000000;
}

.head .function {
    width: 262px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.head .function .btn-down {
    position: relative;
    width: 112px;
    height: 44px;
    cursor: pointer;
    /*
    background-color: #D8D8D8;
    border: 3px solid #000000;
    border-radius: 8px;
    */
}

.head .function .btn-down-bg {
    position: absolute;
    width: 112px;
    height: 44px;
    top: 0;
    left: 0;
    background-color: #D8D8D8;
    border-radius: 8px;
    z-index: 0;
}

.head .function .btn-down-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 112px;
    height: 44px;
    border: 3px solid #000000;
    border-radius: 8px;
    z-index: 10;
}

.head .function .btn-down-text {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 112px;
    height: 44px;
    line-height: 38px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    background-color: #FF8F43;
    border: 3px solid #FF8F43;
    border-radius: 8px;
    z-index: 5;
}

.head .function .btn-down:hover .btn-down-text {
    top: 0;
    left: 0;
}

.head .function .btn-login {
    position: relative;
    width: 112px;
    height: 44px;
    cursor: pointer;
    /*
    background-color: #D8D8D8;
    border: 3px solid #000000;
    border-radius: 8px;
    */
}

.head .function .btn-login-bg {
    position: absolute;
    width: 112px;
    height: 44px;
    top: 0;
    left: 0;
    background-color: #D8D8D8;
    border-radius: 8px;
    z-index: 0;
}

.head .function .btn-login-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 112px;
    height: 44px;
    border: 3px solid #000000;
    border-radius: 8px;
    z-index: 10;
}

.head .function .btn-login-text {
    position: absolute;
    /*
    top: 6px;
    left: 6px;
    */
    width: 112px;
    height: 44px;
    line-height: 38px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    background-color: #D8D8D8;
    border: 3px solid #D8D8D8;
    border-radius: 8px;
    z-index: 5;
}

.ad-show {
    padding-top: 60px;
    padding-bottom: 40px;
    width: 100%;
    height: 440px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-image: url('../imgs/2024banner.png');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}
.ad-show .ad-show-wrap {

    margin: auto;
    width: 1200px;
}

.ad-show .ad-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ad-show .ad-info .ad-title {
    line-height: 72px;
    font-size: 56px;
    font-weight: 600;
    color: #292929;
}

.ad-show .ad-info .ad-title .emphasize {
    color: #FF781B;
    
}

.ad-show .ad-info .ad-describe {
    padding-top: 12px;
    line-height: 26px;
    font-size: 18px;
    color: #272727;
}

.ad-show .ad-info .operate {
    padding-top: 32px;
    width: 363px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ad-show .ad-info .operate .btn-down {
    position: relative;
    width: 166px;
    height: 56px;
    cursor: pointer;
    /*
    background-color: #D8D8D8;
    border: 3px solid #000000;
    border-radius: 8px;
    */
}

.ad-show .ad-info .operate .btn-down-bg {
    position: absolute;
    width: 166px;
    height: 56px;
    top: 0;
    left: 0;
    background-color: #D8D8D8;
    border-radius: 8px;
    z-index: 0;
}

.ad-show .ad-info .operate .btn-down-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 166px;
    height: 56px;
    border: 3px solid #000000;
    border-radius: 8px;
    z-index: 10;
}

.ad-show .ad-info .operate .btn-down-text {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 166px;
    height: 56px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    background-color: #FF8F43;
    border: 3px solid #FF8F43;
    border-radius: 8px;
    z-index: 5;
}

.ad-show .ad-info .operate .btn-down:hover .btn-down-text {
    top: 0;
    left: 0;
}

.ad-show .ad-info .operate .btn-video {
    position: relative;
    width: 166px;
    height: 56px;
    cursor: pointer;
    /*
    background-color: #D8D8D8;
    border: 3px solid #000000;
    border-radius: 8px;
    */
}

.ad-show .ad-info .operate .btn-video-bg {
    position: absolute;
    width: 166px;
    height: 56px;
    top: 0;
    left: 0;
    background-color: #D8D8D8;
    border-radius: 8px;
    z-index: 0;
}

.ad-show .ad-info .operate .btn-video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 166px;
    height: 56px;
    border: 3px solid #000000;
    border-radius: 8px;
    z-index: 10;
}

.ad-show .ad-info .operate .btn-video-text {
    position: absolute;
    /*
    top: 6px;
    left: 6px;
    */
    width: 166px;
    height: 56px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    background-color: #D8D8D8;
    border: 3px solid #D8D8D8;
    border-radius: 8px;
    z-index: 5;
}

.ad-show .ad-img {
    width: 600px;
    height: 440px;
    display: flex;
}

.ad-show .ad-img img {
    width: 600px;
    height: 440px;
    display: none;
}

.service-bg {
    background-color: #FFF4CB;
}

.service {
    margin: auto;
    padding: 64px 0 22px 0;
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service .title {
    line-height: 78px;
    font-size: 56px;
    font-weight: 600;
    color: #0B0B0B;
}

.service .describe {
    line-height: 33px;
    font-size: 24px;
    color: #2B2B2B;
}

.service .list {
    padding-top: 38px;
    padding-left: 12px;
    width: 1224px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.service .list .item {
    position: relative;
    margin-bottom: 46px;
    width: 570px;
    height: 212px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.service .list .item .item-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 568px;
    height: 210px;
    border: 4px solid #000000;
    border-radius: 16px;
    z-index: 10;
}

.service .list .item .item-bg {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 568px;
    height: 210px;
    background-color: #FFFFFF;
    border-radius: 16px;
    z-index: 5;
}

.service .list .item .item-icon {
    position: absolute;
    top: 40px;
    left: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    z-index: 20;
}

.service .list .item .item-icon img {
    width: 48px;
    height: 48px;
}

.service .list .item .item-info {
    position: absolute;
    top: 40px;
    left: 96px;
    width: 450px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 20;
}

.service .list .item .item-info .item-title {
    width: 100%;
    line-height: 40px;
    font-size: 28px;
    font-weight: 600;
    color: #0B0B0B;
}

.service .list .item .item-info .item-describe {
    padding-top: 16px;
    width: 100%;
    line-height: 26px;
    font-size: 18px;
    color: #272727;
}

.service .list .item:hover {
    width: 570px;
    height: 212px;
}

.service .list .item:hover .item-frame {
    width: 570px;
    height: 212px;
    border: 4px solid #5FDDFF;
}

.service .list .item:hover .item-bg {
    width: 570px;
    height: 212px;
}

.service .list .item:hover .item-info {
    /*
    width: 462px;
    height: 172px;
    */
}

.price-show {
    margin: auto;
    padding-top: 64px;
    width: 1200px;
}

.price-show .title {
    width: 1200px;
    line-height: 78px;
    font-size: 56px;
    font-weight: 600;
    color: #0B0B0B;
    text-align: center;
}

.price-show .price-group {
    padding-top: 76px;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.price-show .price-group .item {
    position: relative;
    width: 568px;
    height: 404px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.price-show .price-group .item-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 568px;
    height: 404px;
    border: 4px solid #000000;
    border-radius: 16px;
    z-index: 10;
}

.price-show .price-group .item-bg-01 {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 568px;
    height: 404px;
    background-color: #FFF4CB;
    border-radius: 16px;
    z-index: 5;
}

.price-show .price-group .item-bg-02 {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 568px;
    height: 404px;
    background-color: #DDFFEF;
    border-radius: 16px;
    z-index: 5;
}

.price-show .price-group .item .item-title {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 212px;
    height: 72px;
    line-height: 72px;
    font-size: 32px;
    font-weight: 600;
    color: #0B0B0B;
    text-align: center;
    background-color: #FFFFFF;
    border: 4px solid #000000;
    border-radius: 16px;
    z-index: 10;
}

.price-show .price-group .item .item-title-bg {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 212px;
    height: 72px;
    line-height: 72px;
    font-size: 32px;
    font-weight: 600;
    color: #0B0B0B;
    background-color: #000000;
    border: 4px solid #000000;
    border-radius: 16px;
    z-index: 5;
}


.price-show .price-group .item .item-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 568px;
    height: 404px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.price-show .price-group .item .goods-price {
    padding-top: 72px;
    line-height: 78px;
    font-size: 56px;
    font-weight: 600;
    color: #0B0B0B;
}

.price-show .price-group .item .goods-specialty {
    padding-top: 15px;
    line-height: 33px;
    font-size: 24px;
    color: #0B0B0B;
}

.price-show .price-group .item .goods-describe {
    margin-top: 15px;
    width: 404px;
    height: auto;
    line-height: 40px;
    font-size: 18px;
    color: #0B0B0B;
    text-align: center;
    background-color: #FCD956;
    border-radius: 8px;
}

.price-show .price-group .item .goods-describe-02 {
    margin-top: 15px;
    width: 404px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #0B0B0B;
    text-align: center;
    background-color: #43EBA0;
    border-radius: 8px;
}

.price-show .price-group .item .operate {
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-show .price-group .item .operate .btn-buy {
    position: relative;
    width: 166px;
    height: 56px;
    cursor: pointer;
}

.price-show .price-group .item .operate .btn-buy-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 166px;
    height: 56px;
    border: 3px solid #000000;
    border-radius: 8px;
    z-index: 10;
}

.price-show .price-group .item .operate .btn-buy-bg {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 166px;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    color: #000000;
    text-align: center;
    border-radius: 8px;
    z-index: 5;
}

.price-show .price-group .item .operate .btn-buy-bg-01 {
    background-color: #FCD956;
}

.price-show .price-group .item .operate .btn-buy-bg-02 {
    background-color: #43EBA0;
}

.price-show .price-group .item .operate .btn-buy:hover .btn-buy-bg {
    top: 0;
    left: 0;
}

.price-show .tips {
    padding-top: 24px;
    width: 1200px;
    line-height: 24px;
    font-size: 18px;
    color: #272727;
    text-align: center;
}

.customer-evaluation-box {
    margin: auto;
    margin-top: 57px;
    position: relative;
    width: 1200px;
    height: 560px;
}

.customer-evaluation {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 560px;
    background-color: #DCF2FF;
    border-radius: 24px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.customer-evaluation-bg {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 1200px;
    height: 560px;
    background-color: #5FDDFF;
    border-radius: 24px;
    z-index: 5;
}

.customer-evaluation .title {
    padding-top: 64px;
    line-height: 78px;
    font-size: 56px;
    font-weight: 600;
    color: #000000;
}

.customer-evaluation .describe {
    padding-top: 16px;
    line-height: 33px;
    font-size: 24px;
    color: #2B2B2B;
}

.customer-evaluation .customers {
    padding: 40px 24px;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.customer-evaluation .customers .item {
    position: relative;
    width: 368px;
    height: 264px;
    background-color: #FFFFFF;
    border-radius: 16px;
}

.customer-evaluation .customers .item .user-img {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    overflow: hidden;
}

.customer-evaluation .customers .item .user-img img {
    width: 48px;
    height: 48px;
}

.customer-evaluation .customers .item .user-info {
    position: absolute;
    top: 30px;
    left: 86px;
    width: 256px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.customer-evaluation .customers .item .user-name {
    line-height: 33px;
    font-size: 24px;
    color: #000000;
}

.customer-evaluation .customers .item .evaluation {
    padding-top: 18px;
    line-height: 26px;
    font-size: 18px;
    color: #000000;
}

.customer-evaluation .customers .item .by-community {
    padding-top: 24px;
    line-height: 30px;
    font-size: 18px;
    color: #737373;
}



.report-box {
    position: relative;
    margin: auto;
    margin-top: 54px;
    margin-bottom: 56px;
    width: 1200px;
    height: 174px;
}

.report {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 174px;
    border: 4px solid #000000;
    border-radius: 32px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.report-bg {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 1200px;
    height: 174px;
    background-color: #FFDFF5;
    border-radius: 32px;
    z-index: 5;
}

.report .title {
    padding: 38px 0 0 38px;
    line-height: 48px;
    font-size: 32px;
    font-weight: 600;
    color: #0B0B0B;
}

.report .contact {
    padding: 0 0 0 38px;
    line-height: 48px;
    font-size: 32px;
    font-weight: 600;
    color: #0B0B0B;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.report .contact .item {
    padding-right: 60px;
}

.floor-box {
    padding: 40px 0;
    background-color: #000000;
}

.floor {
    position: relative;
    margin: auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.floor .menu {
    width: 1100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.floor .menu .item {
    width: 276px;
}

.floor .menu .item .title {
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.floor .menu .item .color-01 {
    color: #FFF080;
}

.floor .menu .item .color-02 {
    color: #20F797;
}

.floor .menu .item .color-03 {
    color: #59CDFF;
}

.floor .menu .item .floor-logo {
    width: 92px;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.floor .menu .item .floor-logo img {
    width: 92px;
    height: 20px;
}

.floor .menu .item .subs {
    padding-top: 20px;
}

.floor .menu .item .subs .sub-title {
    padding-bottom: 20px;
    line-height: 25px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.floor .menu .item .subs .sub-title:hover {
    color: #FF8F43;
}

.floor .menu .item .subs .sub-title a {
    line-height: 25px;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.floor .menu .item .subs .sub-title a:hover {
    color: #FF8F43;
    text-decoration: none;
}

.floor .official-account {
    position: absolute;
    top: 0;
    right: 0;
}

.floor .official-account .title {
    line-height: 33px;
    font-size: 18px;
    color: #FFFFFF;
}

.floor .official-account .qr-img {
    padding-top: 25px;
    width: 64px;
    height: 64px;
    display: flex;
}

.floor .official-account .qr-img img {
    width: 64px;
    height: 64px;
}

.partner-copyright {
    margin: auto;
    padding-top: 40px;
    width: 1200px;
    line-height: 20px;
    font-size: 14px;
    color: #FFFFFF;
}

.partner-copyright a {
    color: #FFFFFF;
}

.partner-copyright a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.partner-copyright a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.partner-copyright .partner {

}

.partner-copyright .copyright {
    padding-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.partner-copyright .copyright div {
    padding-right: 40px;
}