/*PC焦点图*/
.pcSwiper {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
    display: none;
}

.pcSwiper .top {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 111;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}

.pcSwiper .top .containers {
    float: left;
    width: 1300px;
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
}

.pcSwiper .top .p {
    float: left;
    width: 500px;
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 20px;
    text-align: left;
    margin-bottom: 30px;
}

.pcSwiper .top .b {
    float: left;
    width: 583px;
    line-height: 60px;
    font-size: 50px;
    color: #fff;
    font-family: 'MB';
    text-align: center;
}

.pcSwiper .top .s {
    float: left;
    width: 583px;
    line-height: 50px;
    font-size: 40px;
    color: #fff;
    font-family: 'MB';
    text-align: center;
    margin-bottom: 30px;
}

.pcSwiper .top .u {
    float: right;
    width: 583px;
    height: 330px;
    background: url(/img/uploadsbg.png) no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 50px;
}

/*.pcSwiper .top .u span{font-size: 18px;font-family: 'MB';color: #fff;margin-bottom: 20px;}
.pcSwiper .top .u b{line-height: 60px;font-size: 40px;color: var(--themefive);padding: 0 40px;background: #fff;font-family: 'MB';margin-bottom: 10px;}
.pcSwiper .top .u em{line-height: 24px;font-size: 15px;color: #fff;text-align: center;}*/
.pcSwiper .top .f {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: -50px;
}

.pcSwiper .top .f .how {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-family: 'MB';
    line-height: 60px;
    margin-bottom: 10px;
}

.pcSwiper .top .f ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.pcSwiper .top .f ul li {
    float: left;
    margin: 0 25px 0 0;
    line-height: 40px;
}

.pcSwiper .top .f ul li strong {
    float: left;
    width: 40px;
    height: 40px;
    background: var(--themefive);
    color: #fff;
    border-radius: 40px;
    margin-right: 12px;
    text-align: center;
    font-size: 20px;
}

.pcSwiper .top .f ul li p {
    float: left;
    line-height: 40px;
    font-family: 'MB';
    font-size: 21px;
    color: #fff;
}

.pcSwiper .top .f .text {
    float: left;
    line-height: 24px;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 70px;
}

.pcSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-size: cover;
    background-position: center center;
}

.pcSwiper .swiper-slide {
    height: 100vh;
    position: relative;
}

.pcSwiper .swiper-slide .covers {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
}

.pcSwiper .swiper-slide .bgimg {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    animation-name: scaleDraw;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 12s;
}

.pcSwiper .swiper-slide a {
    float: left;
    text-align: left;
    bottom: 0;
    position: absolute;
    left: 0;
    font-family: 'CGB';
    z-index: 2;
    width: 100%;
}

.pcSwiper .swiper-slide a .con {
    float: left;
    width: 80%;
    background-image: linear-gradient(to right,rgba(0,0,0,0.8),rgba(0,0,0,0));
    padding: 50px 70px 50px 50px;
}

.pcSwiper .swiper-slide a .con .bigtitle {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 3.71429rem;
    line-height: 4.57143rem;
    text-shadow: 0 4px 5px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

.pcSwiper .swiper-slide a .con .smalltext {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 1.28571rem;
    line-height: 2.28571rem;
    margin: 0px 0 0px;
    font-family: 'CGB';
    text-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.pcSwiper .swiper-slide a .con span {
    float: left;
    width: 60%;
    color: #fff;
    line-height: 2.28571rem;
    font-size: 1.28571rem;
    margin-bottom: 20px;
    margin-top: 20px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.2);
    overflow: hidden;
}

.pcSwiper .swiper-slide a .con .hr {
    float: left;
    width: 100%;
    margin: 25px 0 10px;
}

.pcSwiper .swiper-slide a .con .hr i {
    float: left;
    width: 60px;
    height: 6px;
    background: #fff;
    border-radius: 6px;
}

.pcSwiper .swiper-slide a .con p {
    float: left;
    width: 100%;
}

.pcSwiper .swiper-slide a .con:hover p i {
    padding: 0 120px 0 30px;
}

.pcSwiper .swiper-slide a .con p i {
    float: left;
    border: 2px solid #fff;
    line-height: 50px;
    padding: 0 60px 0 30px;
    font-size: 1.28571rem;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
    background: var(--themefour);
    border: 2px solid var(--themefour)
}

.pcSwiper .swiper-slide .mouse {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    z-index: 7;
    text-align: center;
}

.pcSwiper .swiper-slide .mouse i {
    width: 24px;
    height: 40px;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #fff;
}

.pcSwiper .swiper-slide .mouse i em {
    width: 4px;
    height: 10px;
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    animation: mouse_jump 1s infinite;
    vertical-align: top;
}

.pcSwiper .swiper-horizontal>.swiper-pagination-bullets, .pcSwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .pcSwiper .swiper-pagination-custom, .pcSwiper .swiper-pagination-fraction {
    bottom: 70px;
    text-align: right;
    padding-right: 80px;
}

.pcSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .pcSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2.5px;
}

.pcSwiper .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: #fff;
    margin-top: 2.5px;
    vertical-align: top;
    display: inline-block;
    opacity: 1;
}

.pcSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--themefour);
    opacity: 1;
    height: 10px;
    margin-top: 0;
    vertical-align: top;
    display: inline-block;
}

.qli {
    float: left;
    position: relative;
    background: url("/Index/Images/Home/banner.png") no-repeat center center / cover;
    height: 450px;
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.qli .q_upload {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    transition: 0.5s;
    position: relative;
    box-sizing: border-box;
}

.qli .q_upload:hover form .up_btn i {
    font-size: 50px;
}

.qli .q_upload .up_file {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 444;
    opacity: 0;
    cursor: pointer;
}

.qli .q_upload .l {
    flex: 1;
    display: flex;
    flex-direction: inherit;
}

.qli .q_upload .l .ll {
    width: 80px;
    height: 120px;
    background: #fff;
    float: left;
}

.qli .q_upload .l .lr {
    flex: 1;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: space-between;
}

.qli .q_upload .l .lr p {
    height: 24px;
    width: 100%;
    background: #fff;
}

.qli .q_upload .r {
    width: 100%;
    float: right;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.qli .q_upload .r p {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.65);
}

.qli .q_upload .r > h1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 58px 24px 0;
    box-sizing: border-box;
    margin: 0;
}
.qli .q_upload .r > h1 + p {
    padding-top: 0;
}
.qli .q_upload .r h1,
.qli .q_upload .r p b {
    float: left;
    width: 100%;
    font-weight: bold;
    /* font-family: 'MB'; */
    font-size: 30px;
    color: #fff;
    /*text-shadow: 1px 1px 1px #FF5722, -1px -1px 1px #FF5722, 1px -1px 1px #FF5722, -1px 1px 1px #FF5722;*/
}

.qli .q_upload .r p span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}

.qli .q_upload .r p em {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    margin: 20px 0 20px;
}

.qli .q_upload .r p em i {
    display: inline-block;
    line-height: 50px;
    background: linear-gradient(135deg, #e94560 0%, #ff6b6b 100%);
    color: #fff;
    font-size: 22px;
    font-style: normal;
    padding: 0 30px;
    font-weight: bold;
    /* font-family: 'MB'; */
    cursor: pointer;
    border-radius: 50px;
    word-spacing: 20px;
    letter-spacing: 2px;
    box-shadow: 0 4px 15px rgba(233,69,96,0.35);
    transition: all 0.3s ease;
}
/* UPLOAD 链接按钮样式 - 与原 i 标签完全一致 */
.qli .q_upload .r p em .upload-btn-link {
    display: inline-block;
    line-height: 50px;
    background: linear-gradient(135deg, #e94560 0%, #ff6b6b 100%);
    color: #fff !important;
    font-size: 22px;
    text-decoration: none !important;
    padding: 0 30px;
    font-weight: bold;
    border-radius: 50px;
    word-spacing: 20px;
    letter-spacing: 2px;
    box-shadow: 0 4px 15px rgba(233,69,96,0.35);
    transition: all 0.3s ease;
}
.qli .q_upload .r p em .upload-btn-link:hover {
    background: linear-gradient(135deg, #c73650 0%, #e94560 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(233,69,96,0.45) !important;
}
.qli .q_upload .r p em i:hover{background: linear-gradient(135deg, #c73650 0%, #e94560 100%);transform: translateY(-2px);box-shadow: 0 6px 25px rgba(233,69,96,0.45);color: #FFFFFF;}

.qli .q_upload .r .up_btn {
    width: 400px;
    height: 50px;
    background: none;
    color: #e94560;
    text-align: center;
    border: none;
    display: inline-block;
    z-index: 3;
    font-family: 'MB'
}

.qli .q_upload .r .up_btn i {
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    transition: 0.5s;
}

.qli .q_upload .r .up_btn div {
    display: none;
    font-size: 20px;
}

#fileList {
    width: 100%;
    height: auto;
    background: rgba(26,26,46,0.9);
    display: flex;
    flex-direction: row;
    position: absolute;
    #z-index: 333;
    min-height: 100%;
    opacity: 0;
}

#fileList .mask {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 15px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(233,69,96,0.15);
    cursor: not-allowed
}

#fileList .mask p {
    font-size: 20px;
    line-height: 50px;
}

#fileList .mask p span {
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

#fileList .mask p b {
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    margin-left: 20px;
}

#fileList ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 52px 15px 15px;
}

#fileList ul li {
    list-style: none;
    line-height: 26px;
    height: 26px;
    background: #aaa;
    margin: 0 10px 4px 0;
    position: relative;
    width: 30%;
    font-size: 12px;
    border-radius: 4px;
    overflow: hidden;
}

#fileList ul li span {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    padding: 0 0 0 6px;
    width: 120%;
    overflow: hidden;
    line-height: 26px;
    height: 26px;
    text-align: left;
}

#fileList ul li p {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: var(--themefive);
    text-align: right;
    color: #fff;
    padding-right: 7px;
    text-indent: -9999px;
}

/*手机焦点图*/
.wapSwiper {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
}

.wapSwiper .top {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 111;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 20px 10px;
    flex-direction: column;
}

.wapSwiper .top .b {
    float: left;
    width: 100%;
    line-height: 1.5em;
    font-size: 2em;
    color: #fff;
    font-family: 'MB';
    text-align: center;
}

.wapSwiper .top .s {
    float: left;
    width: 100%;
    line-height: 1.2em;
    font-size: 1.5em;
    color: #fff;
    font-family: 'MB';
    text-align: center;
    margin-bottom: 10px;
}

.wapSwiper .top .u {
    float: right;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 0 15px;
}

.wapSwiper .top .u img {
    float: left;
    width: 100%;
}

.wapSwiper .top .u .text {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px 0;
    height: 100%;
}

.wapSwiper .top .u .text span {
    font-size: 1em;
    font-family: 'MB';
    color: #fff;
    margin-bottom: 0.5em;
}

.wapSwiper .top .u .text b {
    line-height: 2em;
    font-size: 2em;
    color: var(--themefive);
    padding: 0 2em;
    background: #fff;
    font-family: 'MB';
}

.wapSwiper .top .u .text em {
    line-height: 20px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.wapSwiper .top .small {
    float: left;
    width: 100%;
    line-height: 1.4em;
    font-size: 1em;
    color: #fff;
    text-align: center;
}

.wapSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-size: cover;
    background-position: center center;
}

.wapSwiper .swiper-slide {
    height: 70vh;
    position: relative;
}

.wapSwiper .swiper-slide .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 70vh;
    background: rgba(0,0,0,0.0);
}

.wapSwiper .swiper-slide .bgtp {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.wapSwiper .swiper-slide .bgtp .bgtpimg {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    animation-name: scaleDraw;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    overflow: hidden;
}

.wapSwiper .swiper-slide a {
    float: left;
    text-align: left;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 3;
    background-image: linear-gradient(to right,rgba(0,0,0,0.8),rgba(0,0,0,0));
    padding: 50px 70px 80px 20px;
}

.wapSwiper .swiper-slide a .bigtitle {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-family: 'CGB';
    line-height: 40px;
    text-shadow: 0 4px 5px rgba(0,0,0,0.2);
}

.wapSwiper .swiper-slide a .bigstitle {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-family: 'CGB';
    line-height: 30px;
    text-shadow: 0 4px 5px rgba(0,0,0,0.2);
}

.wapSwiper .swiper-slide a .smalltext {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0 0px;
}

.wapSwiper .swiper-slide a .hr {
    float: left;
    width: 100%;
    margin: 15px 0 10px;
}

.wapSwiper .swiper-slide a .hr i {
    float: left;
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
}

.wapSwiper .swiper-slide a p {
    float: left;
    width: 100%;
}

.wapSwiper .swiper-slide a p i {
    float: left;
    border: 1px solid var(--themefour);
    line-height: 40px;
    padding: 0 60px 0 15px;
    font-size: 13px;
    font-style: normal;
    color: #fff;
    font-family: 'CGB';
    text-transform: uppercase;
    background: var(--themefour);
}

.wapSwiper .swiper-slide a span {
    float: left;
    width: 80%;
    color: #fff;
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow: hidden;
}

.wapSwiper .swiper-slide .mouse {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    z-index: 7;
    text-align: center;
}

.wapSwiper .swiper-slide .mouse i {
    width: 20px;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #fff;
}

.wapSwiper .swiper-slide .mouse i em {
    width: 1px;
    height: 3px;
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    animation: mouse_jump 1s infinite;
    vertical-align: top;
}

.wapSwiper .swiper-horizontal>.swiper-pagination-bullets, .wapSwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .wapSwiper .swiper-pagination-custom, .wapSwiper .swiper-pagination-fraction {
    bottom: 30px;
    text-align: left;
    padding-left: 15px;
}

.wapSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .wapSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2.5px;
}

.wapSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    opacity: 1;
}

.wapSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--themefour);
    opacity: 1;
    height: 10px;
    vertical-align: middle;
    display: inline-block;
}

@media (min-width: 300px) {
    .pcSwiper {
        display: block;
    }

    .wapSwiper {
        display: none;
    }
}

@media (min-width: 768px) {
    .pcSwiper {
        display: block;
    }

    .wapSwiper {
        display: none;
    }
}

@media (min-width: 1100px) {
    .pcSwiper .swiper-slide a {
        padding: 0 40px;
    }
}

@media (min-width: 1300px) {
    .pcSwiper .swiper-slide a {
        padding: 0 60px;
    }
}

@media (min-width: 1440px) {
    .pcSwiper .swiper-slide a {
        padding: 0 160px;
    }
}

@media (min-width: 1600px) {
    .pcSwiper .swiper-slide a {
        padding: 0 200px;
    }
}

@media (min-width: 1920px) {
    .pcSwiper .swiper-slide a {
        padding: 0 250px;
    }
}

@media (min-width: 2560px) {
    .pcSwiper .swiper-slide a {
        padding: 0 250px;
    }
}

@media (min-width: 3840px) {
    .pcSwiper .swiper-slide a {
        padding: 0 15%;
    }
}

@keyframes scaleDraw {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes mouse_jump {
    0% {
        margin-top: 5px;
    }

    50% {
        margin-top: 10px;
    }

    100% {
        margin-top: 5px;
    }
}

/*index_one*/
.index_one {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.index_one .box {
    float: left;
    width: 100%;
    position: relative;
}

.index_one .box .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.index_one .box .title b {
    width: 100%;
    float: left;
    line-height: 64px;
    font-size: 48px;
    color: #222;
    font-family: 'MB';
    margin-bottom: 15px;
}

.index_one .box .title p {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 20px;
    padding: 0 20%;
    color: #363738
}

.index_one .box .con {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    position: relative;
}

.index_one .box .con .swiper_one {
    width: 100%;
    float: left;
    padding-bottom: 80px;
}

.index_one .box .con .swiper_one .swiper-wrapper {
    float: left;
    width: 100%;
}

.index_one .box .con .swiper_one .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_one .box .con .swiper_one .swiper-wrapper .swiper-slide .content {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    overflow: hidden;
}

.index_one .box .con .swiper_one .swiper-wrapper .swiper-slide .content .img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index_one .box .con .swiper_one .swiper-wrapper .swiper-slide .content .img p {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
    padding: 20px;
    color: #fff;
    z-index: 4;
}

.index_one .box .con .swiper_one .swiper-wrapper .swiper-slide .content .img p b {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}

.index_one .box .con .swiper_one .swiper-wrapper .swiper-slide .content .img p span {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    font-family: 'ML';
}

.index_one .box .con .swiper_one .swiper-wrapper .swiper-slide .content .img img {
    float: left;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}

.index_one .box .con .swiper_one .swiper-wrapper .swiper-slide:hover .content .img img {
    transform: scale(1.1);
}

.index_one .box .con .swiper_one .swiper-wrapper .swiper-slide .content strong {
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 15px;
    color: var(--themefive);
    font-family: 'ML';
    margin-top: 10px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_one .box .con .swiper_one .swiper-pagination-bullet {
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    opacity: 1;
    border-radius: 16px;
    transition: 0.5s;
}

.index_one .box .con .swiper_one .swiper-pagination-bullet-active {
    background: var(--themefive);
    width: 30px;
    height: 16px;
    opacity: 1;
}

.index_one .box .con .swiper-button-next_one, .index_one .box .con .swiper-button-prev_one {
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 40px;
    text-align: center;
    display: inline-block;
    z-index: 99;
    overflow: hidden;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_one .box .con .swiper-button-next_one {
    border: 1px solid var(--themefive);
    top: 42%;
    right: -60px;
}

.index_one .box .con .swiper-button-prev_one {
    border: 1px solid var(--themefive);
    top: 42%;
    left: -60px;
}

.index_one .box .con .swiper-button-next_one span, .index_one .box .con .swiper-button-prev_one span {
    color: var(--themefive)
}

.index_one .box .con .swiper-button-next_one:hover, .index_one .box .con .swiper-button-prev_one:hover {
    background: var(--themefive);
    color: #fff;
    border: 1px solid var(--themefive)
}

.index_one .box .con .swiper-button-next_one:hover span, .index_one .box .con .swiper-button-prev_one:hover span {
    color: #fff;
}

@media (max-width: 768px) {
    .index_one {
        padding: 50px 20px;
    }

    .index_one .container {
        padding: 0
    }

    .index_one .box {
        padding: 0;
    }

    .index_one .box .title b {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .index_one .box .title p {
        line-height: 20px;
        font-size: 14px;
        padding: 0 20px;
    }

    .index_one .box .con .swiper_one .swiper-wrapper .swiper-slide .content .img p {
        padding: 12px;
    }

    .index_one .box .con .swiper_one .swiper-wrapper .swiper-slide .content .img p b {
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .index_one .box .con .swiper_one .swiper-wrapper .swiper-slide .content .img p span {
        line-height: 20px;
        font-size: 12px;
    }

    .index_one .box .con .swiper_one .swiper-wrapper .swiper-slide .content strong {
        line-height: 20px;
        font-size: 14px;
        margin-top: 10px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .index_one .box .con .swiper-button-next_one:after, .index_one .box .con .swiper-button-prev_one:after {
        color: #fff;
        font-size: 20px;
    }

    .index_one .box .con .swiper-button-next_one {
        border: 1px solid rgba(255,255,255,0.4);
        top: 35%;
        right: 10px;
        background: rgba(255,255,255,0.4);
    }

    .index_one .box .con .swiper-button-prev_one {
        border: 1px solid rgba(255,255,255,0.4);
        top: 35%;
        left: 10px;
        background: rgba(255,255,255,0.4);
    }

    .index_one .box .con .swiper-button-next_one span, .index_one .box .con .swiper-button-prev_one span {
        color: #fff;
    }

    .index_one .box .con .swiper-button-next_one:hover {
        right: 0;
    }

    .index_one .box .con .swiper-button-prev_one:hover {
        left: 0;
    }
}

/*index_two*/
.index_two {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #fff;
}

.index_two .box {
    float: left;
    width: 100%;
    position: relative;
}

.index_two .box .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.index_two .box .title b {
    width: 100%;
    float: left;
    line-height: 64px;
    font-size: 48px;
    color: #222;
    font-family: 'MB';
    margin-bottom: 15px;
}

.index_two .box .title p {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 20px;
    padding: 0 20%;
    color: #363738
}

.index_two .box .con {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    position: relative;
}

.index_two .box .con .swiper_two {
    width: 100%;
    float: left;
    padding: 0 0 100px;
}

.index_two .box .con .swiper_two .swiper-wrapper {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.index_two .box .con .swiper_two .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.index_two .box .con .swiper_two .swiper-wrapper .swiper-slide:hover .content {
    background: #f4f4f4;
}

.index_two .box .con .swiper_two .swiper-wrapper .swiper-slide .content {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    text-align: center;
}

.index_two .box .con .swiper_two .swiper-wrapper .swiper-slide .content .img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index_two .box .con .swiper_two .swiper-wrapper .swiper-slide .content .img img {
    float: left;
    width: 100%;
    transition: 0.5s;
}

.index_two .box .con .swiper_two .swiper-wrapper .swiper-slide:hover .content .img img {
    transform: scale(1.1);
}

.index_two .box .con .swiper_two .swiper-wrapper .swiper-slide .content p {
    float: left;
    width: 100%;
    color: var(--themefive);
    font-family: 'MB';
    margin-top: 10px;
    font-size: 18px;
}

.index_two .box .con .swiper_two .swiper-wrapper .swiper-slide .content span {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}

.index_two .box .con .swiper_two .swiper-wrapper .swiper-slide .content strong {
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    margin: 0px 0 30px;
    font-weight: normal;
    padding: 0 5px;
}

.index_two .box .con .swiper_two .swiper-pagination-bullet {
    background: #eee;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    opacity: 1;
    border-radius: 16px;
    transition: 0.5s;
;}

.index_two .box .con .swiper_two .swiper-pagination-bullet-active {
    background: var(--themefive);
    width: 30px;
    height: 16px;
    opacity: 1;
}

.index_two .box .con .b {
    width: 100%;
    float: left;
    text-align: center;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 40px;
    vertical-align: top;
}

.index_two .box .con .b .swiper-button-next_two, .index_two .box .con .b .swiper-button-prev_two {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid var(--themefive);
    border-radius: 40px;
    text-align: center;
    display: inline-block;
    z-index: 19;
    overflow: hidden;
    transition: 0.5s;
    left: auto;
    right: auto;
    position: relative;
    margin: 0 10px;
    vertical-align: top;
    top: 0;
}

.index_two .box .con .b .swiper-button-next_two span, .index_two .box .con .b .swiper-button-prev_two span {
    color: var(--themefive)
}

.index_two .box .con .b .swiper-button-next_two:hover, .index_two .box .con .b .swiper-button-prev_two:hover {
    background: var(--themefive);
    color: #fff;
    border: 1px solid var(--themefive)
}

.index_two .box .con .b .swiper-button-prev_two:hover span, .index_two .box .con .b .swiper-button-next_two:hover span {
    color: #fff;
}

@media (max-width: 768px) {
    .index_two {
        padding: 50px 20px;
    }

    .index_two .box {
        padding: 0;
    }

    .index_two .box .title {
        margin-bottom: 20px;
    }

    .index_two .box .title b {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .index_two .box .title p {
        line-height: 20px;
        font-size: 14px;
        padding: 0 20px;
    }

    .index_two .box .con .swiper_two {
        padding: 0 0 70px;
    }

    .index_two .box .con .swiper_two .swiper-wrapper .swiper-slide .content p {
        font-size: 16px;
    }

    .index_two .box .con .swiper_two .swiper-wrapper .swiper-slide .content strong {
        line-height: 20px;
        font-size: 14px;
        margin: 0px 0 20px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/*indexSolutions*/
.indexSolutions {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #25283c url(/img/indexSolutions.jpg) no-repeat left center;
    background-size: auto 100% ;
}

.indexSolutions .box {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.indexSolutions .box .title {
    float: left;
    width: 40%;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    padding-right: 10%;
}

.indexSolutions .box .title b {
    width: 100%;
    float: left;
    line-height: 63px;
    font-size: 48px;
    color: #fff;
    font-family: 'MB';
    margin-bottom: 15px;
}

.indexSolutions .box .title p {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 20px;
    padding: 0 ;
    color: rgba(255,255,255,0.5);
}

.indexSolutions .box .con {
    width: 50%;
    float: right;
    position: relative;
    z-index: 1;
}

.indexSolutions .box .con img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .indexSolutions {
        padding: 50px 20px;
    }

    .indexSolutions .box {
        float: left;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .indexSolutions .box .title {
        float: left;
        width: 100%;
        margin-bottom: 30px;
        z-index: 2;
        position: relative;
        padding-right: 0;
        text-align: center;
    }

    .indexSolutions .box .title b {
        width: 100%;
        float: left;
        line-height: 32px;
        font-size: 24px;
        color: #fff;
        font-family: 'MB';
        margin-bottom: 15px;
    }

    .indexSolutions .box .title p {
        width: 100%;
        float: left;
        line-height: 20px;
        font-size: 14px;
        padding: 0 ;
        color: rgba(255,255,255,0.5);
    }

    .indexSolutions .box .con {
        width: 100%;
        float: right;
        position: relative;
        z-index: 1;
    }

    .indexSolutions .box .con img {
        max-width: 100%;
    }
}

/*index_warranty*/
.index_warranty {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px ;
}

.index_warranty .box {
    float: left;
    width: 100%;
    position: relative;
}

.index_warranty .box .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.index_warranty .box .title b {
    width: 100%;
    float: left;
    line-height: 64px;
    font-size: 48px;
    color: #222;
    font-family: 'MB';
    margin-bottom: 15px;
}

.index_warranty .box .title p {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 20px;
    padding: 0 20%;
    color: #363738
}

.index_warranty .box .con {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    position: relative;
}

.index_warranty .box .con .swiper_warranty {
    width: 100%;
    float: left;
    padding: 0;
}

.index_warranty .box .con .swiper_warranty .swiper-wrapper {
    float: left;
    width: 100%;
}

.index_warranty .box .con .swiper_warranty .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_warranty .box .con .swiper_warranty .swiper-wrapper .swiper-slide .content {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    overflow: hidden;
    background: #25283C;
    padding: 50px 30px;
    text-align: center;
    transition: 0.5s;
}

.index_warranty .box .con .swiper_warranty .swiper-wrapper .swiper-slide:hover .content {
    background: var(--themefive);
}

.index_warranty .box .con .swiper_warranty .swiper-wrapper .swiper-slide .content b {
    float: left;
    width: 100%;
    font-family: 'MB';
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}

.index_warranty .box .con .swiper_warranty .swiper-wrapper .swiper-slide .content p {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.index_warranty .box .con .swiper_warranty .swiper-pagination-bullet {
    background: #eee;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    opacity: 1;
    border-radius: 16px;
    transition: 0.5s;
}

.index_warranty .box .con .swiper_warranty .swiper-pagination-bullet-active {
    background: var(--themefive);
    width: 30px;
    height: 16px;
    opacity: 1;
}

.index_warranty .box .con .b {
    width: 100%;
    float: left;
    text-align: center;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 40px;
    vertical-align: top;
    display: none;
}

.index_warranty .box .con .b .swiper-button-next_warranty, .index_warranty .box .con .b .swiper-button-prev_warranty {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #25283C;
    border-radius: 40px;
    text-align: center;
    display: inline-block;
    z-index: 99;
    overflow: hidden;
    transition: 0.5s;
    left: auto;
    right: auto;
    position: relative;
    margin: 0 10px;
    vertical-align: top;
    top: 0;
}

.index_warranty .box .con .b .swiper-button-next_warranty span, .index_warranty .box .con .b .swiper-button-prev_warranty span {
    color: #25283C
}

.index_warranty .box .con .b .swiper-button-next_warranty:hover, .index_warranty .box .con .b .swiper-button-prev_warranty:hover {
    background: #25283C;
    color: #fff;
    border: 1px solid #25283C
}

.index_warranty .box .con .b .swiper-button-prev_warranty:hover span, .index_warranty .box .con .b .swiper-button-next_warranty:hover span {
    color: #fff;
}

@media (max-width: 768px) {
    .index_warranty {
        padding: 50px 20px;
    }

    .index_warranty .box {
        padding: 0;
    }

    .index_warranty .box .title {
        margin-bottom: 20px;
    }

    .index_warranty .box .title b {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 0;
    }

    .index_warranty .box .title p {
        line-height: 20px;
        font-size: 14px;
        padding: 0 20px;
    }

    .index_warranty .box .con .swiper_warranty {
        padding: 0 0 70px;
    }

    .index_warranty .box .con .b {
        display: block;
    }
}

/*index_industry*/
.index_industry {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #fff;
}

.index_industry .box {
    float: left;
    width: 100%;
    position: relative;
}

.index_industry .box .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.index_industry .box .title b {
    width: 100%;
    float: left;
    line-height: 64px;
    font-size: 48px;
    color: #222;
    font-family: 'MB';
    margin-bottom: 15px;
}

.index_industry .box .title p {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 20px;
    padding: 0 20%;
    color: #363738
}

.index_industry .box .con {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    position: relative;
    display: flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_industry .box .con .li {
    width: 49%;
    float: left;
    position: relative;
    text-align: left;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    margin-bottom: 0px;
    display: flex;
    transition: 0.5s;
}

.index_industry .box .con .li:hover {
    background: #f4f4f4;
}

.index_industry .box .con .li:hover .text {
    color: var(--themefive)
}

.index_industry .box .con .li .img {
    float: right;
    width: 300px;
}

.index_industry .box .con .li .img img {
    float: left;
    width: 100%;
}

.index_industry .box .con .li .text {
    flex: 1;
    float: right;
    padding: 0 20px 0 0 ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index_industry .box .con .li .text b {
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    font-family: 'MB';
    transition: 0.5s;
}

.index_industry .box .con .li .text p {
    float: left;
    width: 100%;
    font-family: 'ML';
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    /*word-break: break-all;*/
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s;
}

@media (max-width: 768px) {
    .index_industry {
        padding: 50px 0;
    }

    .index_industry .box {
        padding: 0;
    }

    .index_industry .box .title {
        margin-bottom: 20px;
    }

    .index_industry .box .title b {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 0;
    }

    .index_industry .box .title p {
        line-height: 20px;
        font-size: 14px;
        padding: 0 20px;
    }

    .index_industry .box .con .li {
        width: 100%;
    }

    .index_industry .box .con .li .img {
        width: 150px;
    }

    .index_industry .box .con .li .text p {
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: 0.5s;
    }
}

/*index_testmonials*/
.index_testmonials {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.index_testmonials .box {
    float: left;
    width: 100%;
    position: relative;
}

.index_testmonials .box .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}

.index_testmonials .box .title b {
    width: 100%;
    float: left;
    line-height: 64px;
    font-size: 48px;
    color: #222;
    font-family: 'MB';
    margin-bottom: 15px;
}

.index_testmonials .box .title p {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 20px;
    padding: 0 30%;
    color: #363738
}

.index_testmonials .box .con {
    width: 100%;
    float: left;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.index_testmonials .box .con img {
    float: left;
    width: 100%;
}

@media (max-width: 768px) {
    .index_testmonials {
        padding: 50px 0;
    }

    .index_testmonials .box {
        padding: 0;
    }

    .index_testmonials .box .title {
        margin-bottom: 20px;
    }

    .index_testmonials .box .title b {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 0;
    }

    .index_testmonials .box .title p {
        line-height: 20px;
        font-size: 14px;
        padding: 0 20px;
    }

    .index_testmonials .box .con {
        margin-top: 0;
    }
}

/*index_initialive*/
.index_initialive {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #fff;
}

.index_initialive .box {
    float: left;
    width: 100%;
    position: relative;
}

.index_initialive .box .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}

.index_initialive .box .title b {
    width: 100%;
    float: left;
    line-height: 63px;
    font-size: 48px;
    color: #222;
    font-family: 'MB';
    margin-bottom: 15px;
}

.index_initialive .box .title b img {
    display: inline-block;
    height: 63px;
}

.index_initialive .box .title b em {
    display: inline-block;
    font-style: normal;
    color: var(--themeone)
}

.index_initialive .box .title p {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 20px;
    padding: 0 30%;
    color: #363738
}

.index_initialive .box .con {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 0 20%;
    align-items: flex-end;
}

.index_initialive .box .con .li {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index_initialive .box .con .li img {
    height: 200px;
}

.index_initialive .box .con .li:nth-child(1) img {
    height: 180px;
}

.index_initialive .box .con .li:nth-child(2) img {
    height: 300px;
}

.index_initialive .box .con .li b {
    font-size: 30px;
    font-family: 'MB';
    margin-top: 20px;
    line-height: 34px;
}

@media (max-width: 768px) {
    .index_initialive {
        padding: 50px 0 40px;
    }

    .index_initialive .box {
        padding: 0;
    }

    .index_initialive .box .title {
        margin-bottom: 30px;
    }

    .index_initialive .box .title b {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .index_initialive .box .title b img {
        height: 32px;
    }

    .index_initialive .box .title p {
        line-height: 20px;
        font-size: 14px;
        padding: 0 20px;
    }

    .index_initialive .box .con {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        align-items: flex-end;
    }

    .index_initialive .box .con .li {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .index_initialive .box .con .li img {
        height: 70px;
    }

    .index_initialive .box .con .li:nth-child(1) img {
        height: 80px;
    }

    .index_initialive .box .con .li:nth-child(2) img {
        height: 120px;
    }

    .index_initialive .box .con .li b {
        font-size: 18px;
        line-height: 24px;
    }
}

/*index_uploads*/
.index_uploads {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #25283C;
}

.index_uploads .box {
    float: left;
    width: 100%;
    position: relative;
}

.index_uploads .box .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    z-index: 2;
    position: relative;
}

.index_uploads .box .title h1 {
    width: 100%;
    float: left;
    line-height: 63px;
    font-size: 48px;
    color: #fff;
    font-family: 'MB';
    margin-bottom: 15px;
}

.index_uploads .box .title .logo {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 20px;
    padding: 30px 30% 10px;
}

.index_uploads .box .title .desc {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #fff
}

.index_uploads .box .con {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 20%;
}

.index_uploads .box .con .li {
    width: 27.333%;
    float: left;
    margin: 0 3% 0;
}

.index_uploads .box .con .li p {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 60px;
    margin-bottom: 30px;
}

.index_uploads .box .con .li span {
    display: inline-block;
    line-height: 60px;
    font-size: 60px;
    font-weight: bold;
    font-family: 'MB';
    vertical-align: top;
    color: #fff;
    margin-right: 6px;
}

.index_uploads .box .con .li i {
    display: inline-block;
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    font-family: 'MB';
    font-style: normal;
;vertical-align: top;
    color: #fff;
}

.index_uploads .box .con .li strong {
    float: left;
    width: 100%;
    text-align: center;
    background: #f0f0f0;
    height: 80px;
    display: flex;
    align-items: center;
}

.index_uploads .box .con .li strong b {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    padding: 0 20px;
}

.index_uploads .box .con .desc {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 0;
    padding: 0 20%;
}

@media (max-width: 768px) {
    .index_uploads {
        padding: 50px 0;
    }

    .index_uploads .box {
        padding: 0;
    }

    .index_uploads .box .title {
        margin-bottom: 20px;
    }

    .index_uploads .box .title h1 {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 0px;
    }

    .index_uploads .box .title .logo {
        width: 100%;
        float: left;
        line-height: 30px;
        font-size: 20px;
        padding: 30px 0% 10px;
    }

    .index_uploads .box .title .logo img {
        max-width: 60%;
    }

    .index_uploads .box .title .desc {
        width: 100%;
        float: left;
        line-height: 30px;
        font-size: 14px;
        color: #fff
    }

    .index_uploads .box .con {
        padding: 0 10px;
    }

    .index_uploads .box .con .li {
        width: 32.333%;
        float: left;
        margin: 0 0.5% 0;
    }

    .index_uploads .box .con .li p {
        line-height: 50px;
        margin-bottom: 20px;
    }

    .index_uploads .box .con .li span {
        line-height: 50px;
        font-size: 40px;
    }

    .index_uploads .box .con .li i {
        line-height: 50px;
        font-size: 30px;
    }

    .index_uploads .box .con .li strong {
        float: left;
        width: 100%;
        text-align: center;
        background: #f0f0f0;
        height: 80px;
        display: flex;
        align-items: center;
    }

    .index_uploads .box .con .li strong b {
        width: 100%;
        line-height: 20px;
        font-size: 12px;
        padding: 0 5px;
    }

    .index_uploads .box .con .desc {
        font-size: 13px;
        line-height: 20px;
        margin: 20px 0 0;
        padding: 0 5%;
    }
}

/*indexBlogs*/
.indexBlogs {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.indexBlogs .box {
    float: left;
    width: 100%;
    position: relative;
}

.indexBlogs .box .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.indexBlogs .box .title b {
    width: 100%;
    float: left;
    line-height: 64px;
    font-size: 48px;
    color: #222;
    font-family: 'MB';
    margin-bottom: 15px;
}

.indexBlogs .box .title p {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 20px;
    padding: 0 20%;
    color: #363738
}

.indexBlogs .box .con {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    position: relative;
}

.indexBlogs .box .con .latest_blogs {
    width: 100%;
    float: left;
    padding: 0;
}

.indexBlogs .box .con .latest_blogs .swiper-wrapper {
    float: left;
    width: 100%;
}

.indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    display: flex;
    transition: 0.5s;
}

.indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .img {
    float: left;
    width: 300px;
}

.indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .img img {
    float: left;
    width: 100%;
}

.indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .r {
    flex: 1;
    float: right;
    padding: 0 0 0 18px;
    transition: 0.5s;
}

.indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .r b {
    float: left;
    width: 100%;
    transition: 0.5s;
    line-height: 24px;
    font-size: 16px;
    color: var(--themeone);
    font-family: 'MB';
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .r span {
    float: left;
    width: 100%;
    transition: 0.5s;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}

.indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .r p {
    float: left;
    width: 100%;
    transition: 0.5s;
    font-family: 'ML';
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    /*word-break: break-all;*/
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide:hover .content {
    background: var(--themefive)
}

.indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide:hover .content .r b, .indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide:hover .content .r span, .indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide:hover .content .r p {
    color: #fff;
}

.indexBlogs .box .con .latest_blogs .swiper-pagination-bullet {
    background: #eee;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    opacity: 1;
    border-radius: 16px;
    transition: 0.5s;
}

.indexBlogs .box .con .latest_blogs .swiper-pagination-bullet-active {
    background: var(--themefive);
    width: 30px;
    height: 16px;
    opacity: 1;
}

.indexBlogs .box .con .b {
    width: 100%;
    float: left;
    text-align: center;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 40px;
    vertical-align: top;
    display: none;
}

.indexBlogs .box .con .b .swiper-button-next, .indexBlogs .box .con .b .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 40px;
    text-align: center;
    display: inline-block;
    z-index: 99;
    overflow: hidden;
    transition: 0.5s;
    left: auto;
    right: auto;
    position: relative;
    margin: 0 10px;
    vertical-align: top;
    top: 0;
}

.indexBlogs .box .con .b .swiper-button-next:after, .indexBlogs .box .con .b .swiper-button-prev:after {
    color: var(--themefive);
    font-size: 20px;
}

.indexBlogs .box .con .b .swiper-button-next {
    border: 1px solid var(--themefive);
}

.indexBlogs .box .con .b .swiper-button-prev {
    border: 1px solid var(--themefive);
}

.indexBlogs .box .con .b .swiper-button-next:hover, .indexBlogs .box .con .b .swiper-button-prev:hover {
    background: var(--themefive);
    color: #fff;
    border: 1px solid var(--themefive)
}

.indexBlogs .box .con .b .swiper-button-prev:hover:after, .indexBlogs .box .con .b .swiper-button-next:hover:after {
    color: #fff;
}

@media (max-width: 768px) {
    .indexBlogs {
        padding: 50px 20px 0;
    }

    .indexBlogs .box {
        padding: 0;
    }

    .indexBlogs .box .title {
        margin-bottom: 20px;
    }

    .indexBlogs .box .title b {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 0;
    }

    .indexBlogs .box .title p {
        line-height: 20px;
        font-size: 14px;
        padding: 0 20px;
    }

    .indexBlogs .box .con .latest_blogs {
        padding: 0 0 70px;
    }

    .indexBlogs .box .con .b {
        width: 100%;
        float: left;
        text-align: center;
        bottom: 0;
        left: 0;
        position: absolute;
        height: 40px;
    }

    .indexBlogs .box .con .b .swiper-button-next, .indexBlogs .box .con .b .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 44px;
        border-radius: 40px;
        text-align: center;
        display: inline-block;
        z-index: 99;
        overflow: hidden;
        transition: 0.5s;
        left: auto;
        right: auto;
        position: relative;
        margin: 0 10px;
    }

    .indexBlogs .box .con .b .swiper-button-next:after, .indexBlogs .box .con .b .swiper-button-prev:after {
        color: var(--themefive);
        font-size: 20px;
    }

    .indexBlogs .box .con .b .swiper-button-next {
        border: 1px solid var(--themefive);
    }

    .indexBlogs .box .con .b .swiper-button-prev {
        border: 1px solid var(--themefive);
    }

    .indexBlogs .box .con .b .swiper-button-next:hover, .indexBlogs .box .con .b .swiper-button-prev:hover {
        background: var(--themefive);
        color: #fff;
        border: 1px solid var(--themefive)
    }

    .indexBlogs .box .con .b .swiper-button-prev:hover:after, .indexBlogs .box .con .b .swiper-button-next:hover:after {
        color: #fff;
    }

    .indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content {
        padding: 0px;
        display: flex;
        flex-direction: column;
    }

    .indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .img {
        float: left;
        width: 100%;
    }

    .indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .img img {
        float: left;
        width: 100%;
    }

    .indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .r {
        flex: 1;
        float: right;
        padding: 12px;
        width: 100%;
    }

    .indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .r b {
        float: left;
        width: 100%;
        line-height: 24px;
        font-size: 16px;
        color: var(--themeone);
        font-family: 'MB';
    }

    .indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .r span {
        float: left;
        width: 100%;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
    }

    .indexBlogs .box .con .latest_blogs .swiper-wrapper .swiper-slide .content .r p {
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/*indexPartners*/
.indexPartners {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0 0;
}

.indexPartners .box {
    float: left;
    width: 100%;
    position: relative;
}

.indexPartners .box .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.indexPartners .box .title b {
    width: 100%;
    float: left;
    line-height: 64px;
    font-size: 48px;
    color: #222;
    font-family: 'MB';
    margin-bottom: 15px;
}

.indexPartners .box .con {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    position: relative;
    padding: 0 10%;
}

.indexPartners .box .con .partners {
    width: 100%;
    float: left;
}

.indexPartners .box .con .partners .swiper-wrapper {
    float: left;
    width: 100%;
}

.indexPartners .box .con .partners .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.indexPartners .box .con .partners .swiper-wrapper .swiper-slide .content {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    overflow: hidden;
}

.indexPartners .box .con .partners .swiper-wrapper .swiper-slide .content img {
    float: left;
    width: 100%;
    opacity: 0.5;
}

.indexPartners .box .con .partners .swiper-pagination-bullet {
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    opacity: 1;
    border-radius: 16px;
    transition: 0.5s;
}

.indexPartners .box .con .partners .swiper-pagination-bullet-active {
    background: var(--themefive);
    width: 30px;
    height: 16px;
    opacity: 1;
}

.indexPartners .box .con .swiper-button-next, .indexPartners .box .con .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 40px;
    text-align: center;
    display: inline-block;
    z-index: 99;
    overflow: hidden;
    transition: 0.5s;
    display: none;
}

.indexPartners .box .con .swiper-button-next:after, .indexPartners .box .con .swiper-button-prev:after {
    color: var(--themefive);
    font-size: 20px;
}

.indexPartners .box .con .swiper-button-next {
    border: 1px solid var(--themefive);
    top: 42%;
    right: -60px;
}

.indexPartners .box .con .swiper-button-prev {
    border: 1px solid var(--themefive);
    top: 42%;
    left: -60px;
}

.indexPartners .box .con .swiper-button-next:hover, .indexPartners .box .con .swiper-button-prev:hover {
    background: var(--themefive);
    color: #fff;
    border: 1px solid var(--themefive)
}

.indexPartners .box .con .swiper-button-prev:hover:after, .indexPartners .box .con .swiper-button-next:hover:after {
    color: #fff;
}

.indexPartners .box .con .swiper-button-next:hover {
    right: -70px;
}

.indexPartners .box .con .swiper-button-prev:hover {
    left: -70px;
}

@media (max-width: 768px) {
    .indexPartners {
        padding: 50px 20px 0;
        margin-bottom: 0px;
        margin-top: 0;
    }

    .indexPartners .container {
        padding: 0
    }

    .indexPartners .box {
        padding: 0;
    }

    .indexPartners .box .title b {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .indexPartners .box .title p {
        line-height: 20px;
        font-size: 14px;
        padding: 0 20px;
    }

    .indexPartners .box .con .swiper-button-next:after, .indexPartners .box .con .swiper-button-prev:after {
        color: #fff;
        font-size: 20px;
    }

    .indexPartners .box .con .swiper-button-next {
        border: 1px solid rgba(255,255,255,0.4);
        top: 35%;
        right: 10px;
        background: rgba(255,255,255,0.4);
    }

    .indexPartners .box .con .swiper-button-prev {
        border: 1px solid rgba(255,255,255,0.4);
        top: 35%;
        left: 10px;
        background: rgba(255,255,255,0.4);
    }

    .indexPartners .box .con .swiper-button-next:hover {
        right: 0;
    }

    .indexPartners .box .con .swiper-button-prev:hover {
        left: 0;
    }

    .indexPartners .box .con .swiper-button-next:hover, .indexPartners .box .con .swiper-button-prev:hover {
        background: var(--themefive);
        color: #fff;
        border: 1px solid var(--themefive)
    }

    .indexPartners .box .con .swiper-button-prev:hover:after, .indexPartners .box .con .swiper-button-next:hover:after {
        color: #fff;
    }
}

/*home new*/
.home h3,.home h4,.home h5{font-family: MB;}
.home .btn-1 {
    background: rgba(233,69,96,0.15);
    border-color: rgb(255 255 255);
    font-weight: bold;
    position: relative;
    right: 5px;
    padding:10px 25px;
}
.home .btn-1 .bi{display: none;position: absolute;right: 5px;/* font-size: 25px; */}
.home .btn-1:hover{
    /* background: #343a40; */
    /* border-color: #343a40; */
    /* color: #FFFFFF; */
}
.home .btn-1:hover .bi{display: inline-block;}
.home .title{text-align: center;}
.home .title2{padding-bottom: 20px;}
.home .one{margin-top:90px;}
.home .float-width{float: left;width: 100%;}
.home .two{
    position: relative;
}
.home .three{}
.home .four{}
.home .five{}
.home .five .content{display: flex;justify-content: space-between;}
.home .five .content .top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
.home .five .content .content-box{width: 48%;}
#image-container {
    position: absolute;
    width: 100%;
    /* height: 100vh; */ /* 根据需要调整高度 */
    /* overflow: hidden; */
    z-index: 11;
    top: 100px;
}

.falling-image {
    position: absolute;
    top: 0px; /* 确保图片从上方开始掉落 */
    pointer-events: none; /* 防止图片干扰用户交互 */
}
@keyframes fall {
    from {
        top: -100px;
    }
    to {
        top: 100vh; /* 根据需要调整 */
    }
}

/* UI polish 2026: homepage visual consistency */
.home{background:linear-gradient(180deg,#f8f9fb 0%,#fff 42%,#f8f9fb 100%);}
/* 宽度交由 common.css 全站 .container（约 95%）统一控制 */
.home .two,
.home .three,
.home .four,
.home .five{margin-top:28px;}
@media (max-width: 768px){
	.home .two,
	.home .three,
	.home .four,
	.home .five{margin-top:22px;}
}
.home .title{text-align:center;font-size:clamp(28px,3.2vw,46px);line-height:1.15;color:#1a1a2e;letter-spacing:-.02em;padding:40px 0 22px;}
.home .title2{font-size:clamp(24px,2.4vw,38px);line-height:1.2;color:#1a1a2e;letter-spacing:-.02em;}
.home .two .box,.home .three .box,.home .four .box,.home .five .box{background:#fff;border:1px solid rgba(26,26,46,.06);border-radius:24px;box-shadow:0 18px 45px rgba(26,26,46,.08);padding:0 34px 34px;overflow:hidden;}
.home .two .row{align-items:center;}
.home .two img,.home .three img,.home .four img,.home .five .content-box img{border-radius:20px;box-shadow:0 16px 36px rgba(26,26,46,.10);object-fit:cover;}
.home .two p{font-size:16px;line-height:1.8;color:#5b6472;}
.home .btn-1{background:#e94560;border-color:#e94560;color:#fff;border-radius:999px;box-shadow:0 12px 28px rgba(233,69,96,.24);right:0;overflow:hidden;transition:all .25s ease;}
.home .btn-1:hover{background:#c73650;border-color:#c73650;color:#fff;transform:translateY(-2px);box-shadow:0 16px 36px rgba(233,69,96,.32);}
.home .btn-1 .bi{display:inline-block;position:relative;right:auto;margin-left:6px;transition:transform .2s ease;}
.home .btn-1:hover .bi{transform:translateX(3px);}
.home .one .box{padding:24px 0;}
.qli{border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(26,26,46,.16);}
.qli .q_upload{background:radial-gradient(circle at top left,rgba(233,69,96,.35),transparent 35%),linear-gradient(135deg,rgba(26,26,46,.96),rgba(22,33,62,.90));background-size:cover;background-position:center;border:1px solid transparent;}
.qli .q_upload .r p{padding:58px 24px;text-align:center;box-sizing:border-box;}
.qli .q_upload .r h1,
.qli .q_upload .r p b{font-size:clamp(28px,4vw,52px);line-height:1.08;color:#fff;letter-spacing:-.03em;margin-bottom:22px;}
.qli .q_upload .r p span{max-width:760px;float:none;display:inline-block;color:rgba(255,255,255,.78);font-size:15px;line-height:1.7;}
.qli .q_upload .r p em .upload-btn-link{min-width:180px;border-radius:999px;background:linear-gradient(135deg,#e94560,#ff6b6b);box-shadow:0 14px 36px rgba(233,69,96,.38);}
/* 首页 Hero：拖放区 + 选文件按钮（不再直链 /upload） */
.home .home-upload-dropzone{position:relative;width:100%;outline-offset:4px;border-radius:12px;transition:box-shadow .2s ease,outline-color .2s ease;}
.home .home-upload-dropzone.is-dragover{box-shadow:0 0 0 2px rgba(255,255,255,.55);}
.home .home-upload-hint{display:block;margin:10px auto 14px;max-width:560px;padding:0 12px;font-size:14px;line-height:1.55;color:rgba(255,255,255,.78);font-weight:400;}
.home .home-upload-actions{display:block;margin:6px 0 10px;}
.home .home-upload-btn{min-width:180px;border-radius:999px;border:none;cursor:pointer;display:inline-block;padding:12px 28px;font-size:clamp(16px,2vw,20px);letter-spacing:2px;font-weight:700;color:#fff;font-family:inherit;background:linear-gradient(135deg,#e94560,#ff6b6b);box-shadow:0 14px 36px rgba(233,69,96,.38);transition:transform .2s ease,box-shadow .2s ease;}
.home .home-upload-btn:hover{color:#fff;transform:translateY(-1px);box-shadow:0 16px 40px rgba(233,69,96,.45);}
.home .home-hero-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.home .five .content{gap:28px;}
.home .five .content .content-box{background:#fff;border:1px solid rgba(26,26,46,.06);border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(26,26,46,.08);}
.home .five .content .top h4{font-size:24px;color:#1a1a2e;}

@media (max-width: 992px) {
    .home .container{padding-left:16px;padding-right:16px;}
    .home .title{padding:36px 0 20px;}
    .home .two .box,.home .three .box,.home .four .box,.home .five .box{padding:0 20px 24px;border-radius:20px;}
    .home .two .row{gap:24px;}
    .home .five .content{flex-direction:column;}
    .home .five .content .content-box{width:100%;}
}

@media (max-width: 576px) {
    .home .one{margin-top:70px;}
    .home .one .box{padding:20px 0;}
    .qli{border-radius:20px;}
    .qli .q_upload .r p{padding:42px 16px;}
    .qli .q_upload .r > h1{padding:42px 16px 0;}
    .qli .q_upload .r h1,
    .qli .q_upload .r p b{margin-bottom:18px;}
    .qli .q_upload .r p em .upload-btn-link{min-width:150px;line-height:46px;font-size:18px;padding:0 24px;letter-spacing:1px;word-spacing:8px;}
    .qli .q_upload .r p span{font-size:13px;line-height:1.55;}
    .home .title{padding:32px 0 18px;}
    .home .two .box,.home .three .box,.home .four .box,.home .five .box{padding:0 14px 20px;border-radius:18px;}
    .home .two p{font-size:14px;line-height:1.7;}
    .home .btn-1{width:100%;justify-content:center;margin-top:14px;}
    .home .five .content .top{display:block;}
    .home .five .content .top h4{font-size:21px;margin-bottom:12px;}
}

/* ===== Homepage sections — aligned with site theme (--themefive / --themeone) ===== */
.home-hero,.home-scenes,.home-works,.home-reviews,.home-policies,.home-try-modal{
    --home-accent:var(--themefive,#e94560);
    --home-accent-hover:#c73650;
    --home-accent-soft:rgba(233,69,96,.10);
    --home-text:var(--themeone,#1a1a2e);
    --home-muted:#5b6472;
    --home-border:rgba(26,26,46,.08);
    --home-radius:12px;
}

.home-hero{padding:108px 0 0;margin-top:0;background:linear-gradient(180deg,#f8f9fb 0%,#fff 42%);}
.home-hero-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:40px;align-items:center;padding:36px 0 40px;}
.home-hero-content h1{font-size:clamp(28px,3.6vw,44px);line-height:1.12;color:var(--home-text);letter-spacing:-.03em;margin-bottom:16px;font-weight:700;}
.home-hero-subtitle{font-size:clamp(16px,1.8vw,20px);line-height:1.55;color:var(--home-muted);margin-bottom:20px;}
.home-hero-points{list-style:none;padding:0;margin:0 0 28px;}
.home-hero-points li{position:relative;padding-left:22px;margin-bottom:10px;font-size:15px;line-height:1.6;color:var(--home-muted);}
.home-hero-points li::before{content:'';position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:var(--home-accent);}
.home-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px;}
.home-hero-formats{font-size:13px;line-height:1.6;color:#94a3b8;margin:0;}
.home-hero-visual{width:100%;max-width:none;margin-left:0;}
.home-hero-visual > img{width:100%;height:auto;border-radius:16px;box-shadow:0 18px 45px rgba(26,26,46,.08);}
.home-hero-gallery{position:relative;width:100%;aspect-ratio:4/3;max-height:460px;border-radius:16px;overflow:hidden;box-shadow:0 18px 45px rgba(26,26,46,.08);background:#fff;}
.home-hero-gallery.swiper,
.home-hero-gallery .swiper-wrapper,
.home-hero-gallery .swiper-slide{height:100%;}
.home-hero-gallery .swiper-slide{background:#f8f9fb;}
.home-hero-gallery .swiper-slide img{width:100%;height:100%;object-fit:cover;display:block;}
.home-hero-gallery-pagination{bottom:14px!important;z-index:2;line-height:0;}
.home-hero-gallery-pagination .swiper-pagination-bullet{width:8px;height:8px;background:rgba(255,255,255,.6);opacity:1;transition:all .25s ease;}
.home-hero-gallery-pagination .swiper-pagination-bullet-active{width:22px;border-radius:999px;background:var(--home-accent,#e94560);}

.home-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:999px;font-size:15px;font-weight:600;line-height:1.2;border:1.5px solid transparent;cursor:pointer;text-decoration:none;transition:all .25s ease;font-family:inherit;}
.home-btn-primary{background:linear-gradient(135deg,#e94560,#ff6b6b);color:#fff;border-color:transparent;box-shadow:0 12px 28px rgba(233,69,96,.24);}
.home-btn-primary:hover{background:linear-gradient(135deg,#c73650,#e94560);color:#fff;transform:translateY(-2px);box-shadow:0 16px 36px rgba(233,69,96,.32);}
.home-btn-outline{background:#fff;color:var(--home-text);border-color:rgba(26,26,46,.14);}
.home-btn-outline:hover{border-color:var(--home-accent);color:var(--home-accent);background:var(--home-accent-soft);}

.home-trust-bar{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;background:#fff;border:1px solid var(--home-border);border-radius:24px;padding:28px 24px;margin-bottom:48px;box-shadow:0 18px 45px rgba(26,26,46,.08);}
.home-trust-item{text-align:center;}
.home-trust-item strong{display:block;font-size:clamp(22px,2.5vw,32px);color:var(--home-text);letter-spacing:-.02em;line-height:1.1;margin-bottom:4px;}
.home-trust-item span{font-size:13px;color:var(--home-muted);line-height:1.4;}

.home-section-title{text-align:center;font-size:clamp(26px,3vw,38px);color:var(--home-text);letter-spacing:-.02em;margin-bottom:10px;padding:0;}
.home-section-desc{text-align:center;font-size:16px;color:var(--home-muted);max-width:640px;margin:0 auto 36px;line-height:1.65;}

.home-scenes{padding:56px 0;}
.home-scenes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.home-scene-card{display:block;background:#fff;border:1px solid var(--home-border);border-radius:var(--home-radius);padding:28px 22px;text-decoration:none;color:inherit;transition:all .25s ease;box-shadow:0 4px 16px rgba(26,26,46,.04);}
.home-scene-card:hover{border-color:var(--home-accent);transform:translateY(-3px);box-shadow:0 12px 32px rgba(233,69,96,.12);color:inherit;}
.home-scene-icon{width:48px;height:48px;border-radius:10px;background:var(--home-accent-soft);color:var(--home-accent);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px;}
.home-scene-card h3{font-size:17px;font-weight:600;color:var(--home-text);margin-bottom:8px;}
.home-scene-card p{font-size:14px;line-height:1.6;color:var(--home-muted);margin:0;}

.home-works{padding:56px 0;background:#f8f9fb;}
.home-works-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.home-work-card{background:#fff;border-radius:var(--home-radius);overflow:hidden;border:1px solid var(--home-border);box-shadow:0 8px 24px rgba(26,26,46,.06);transition:transform .25s ease;}
.home-work-card:hover{transform:translateY(-4px);}
.home-work-card > img{width:100%;aspect-ratio:4/3;object-fit:cover;padding:0;background:#f8f9fb;}
.home-work-meta{padding:16px;}
.home-work-tag{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--home-accent);background:var(--home-accent-soft);padding:3px 8px;border-radius:4px;margin-bottom:8px;}
.home-work-meta h3{font-size:15px;font-weight:600;color:var(--home-text);margin-bottom:4px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.home-work-meta p{font-size:13px;line-height:1.55;color:var(--home-muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

.home-reviews{padding:56px 0;}
.home-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.home-reviews-grid--5 > .home-review-card:last-child:nth-child(3n+1){grid-column:1/-1;max-width:480px;margin:0 auto;width:100%;}
@media (min-width:993px){
  .home-reviews-grid--5{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;}
  .home-reviews-grid--5 .home-review-card{grid-column:span 2;}
  .home-reviews-grid--5 .home-review-card:nth-child(4){grid-column:2/span 2;}
  .home-reviews-grid--5 .home-review-card:nth-child(5){grid-column:4/span 2;}
}
.home-review-card{background:#fff;border:1px solid var(--home-border);border-radius:var(--home-radius);padding:28px;box-shadow:0 6px 20px rgba(26,26,46,.05);}
.home-review-stars{color:#f59e0b;font-size:14px;letter-spacing:2px;margin-bottom:14px;}
.home-review-text{font-size:15px;line-height:1.7;color:var(--home-muted);margin-bottom:20px;}
.home-review-author{display:flex;align-items:center;gap:12px;}
.home-review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#e94560);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;}
.home-review-author strong{display:block;font-size:14px;color:var(--home-text);}
.home-review-author span{font-size:12px;color:#94a3b8;}

.home-policies{padding:56px 0 64px;background:#f8f9fb;}
.home-policies-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.home-policy-card{background:#fff;border:1px solid var(--home-border);border-radius:16px;padding:32px;box-shadow:0 8px 28px rgba(26,26,46,.05);}
.home-policy-icon{width:52px;height:52px;border-radius:12px;background:var(--home-accent-soft);color:var(--home-accent);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:18px;}
.home-policy-card h3{font-size:20px;font-weight:600;color:var(--home-text);margin-bottom:10px;}
.home-policy-card > p{font-size:15px;line-height:1.65;color:var(--home-muted);margin-bottom:16px;}
.home-policy-card ul{list-style:none;padding:0;margin:0;}
.home-policy-card li{position:relative;padding-left:20px;margin-bottom:8px;font-size:14px;line-height:1.6;color:var(--home-muted);}
.home-policy-card li::before{content:'\2713';position:absolute;left:0;color:var(--home-accent);font-weight:700;}
.home-policy-link{display:inline-flex;align-items:center;gap:4px;margin-top:16px;font-size:14px;font-weight:600;color:var(--home-accent);text-decoration:none;}
.home-policy-link:hover{text-decoration:underline;}

/* Try it out modal */
.home-try-modal{position:fixed;inset:0;z-index:10050;display:none;align-items:center;justify-content:center;padding:20px;}
.home-try-modal.is-open{display:flex;}
.home-try-modal-backdrop{position:absolute;inset:0;background:rgba(26,26,46,.55);}
.home-try-modal-dialog{position:relative;background:#fff;border-radius:20px;width:100%;max-width:720px;padding:32px;box-shadow:0 24px 70px rgba(26,26,46,.18);max-height:90vh;overflow-y:auto;}
.home-try-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}
.home-try-modal-header h2{font-size:22px;font-weight:700;color:var(--home-text);margin:0;}
.home-try-modal-close{background:none;border:none;font-size:28px;line-height:1;color:#94a3b8;cursor:pointer;padding:0 4px;}
.home-try-modal-close:hover{color:var(--home-text);}
.home-try-modal-desc{font-size:15px;line-height:1.65;color:var(--home-muted);margin-bottom:24px;}
.home-try-models{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;}
.home-try-model-card{display:flex;flex-direction:column;align-items:stretch;border:2px solid rgba(26,26,46,.10);border-radius:14px;padding:14px 12px 12px;cursor:pointer;transition:all .2s ease;text-align:center;background:#fff;}
.home-try-model-card input{position:absolute;opacity:0;pointer-events:none;}
.home-try-model-thumb{display:flex;align-items:center;justify-content:center;width:100%;min-height:110px;padding:10px 6px;margin-bottom:10px;background:#fff;}
.home-try-model-thumb img{display:block;max-width:100%;max-height:120px;width:auto;height:auto;object-fit:contain;}
.home-try-model-card span{font-size:13px;font-weight:600;color:var(--home-text);line-height:1.35;}
.home-try-model-card:hover{border-color:rgba(233,69,96,.35);}
.home-try-model-card.is-selected{border-color:var(--home-accent);box-shadow:0 0 0 1px var(--home-accent);}
.home-try-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:16px;}
.home-try-cancel{background:none;border:none;font-size:15px;color:var(--home-muted);cursor:pointer;padding:8px 12px;}
.home-try-cancel:hover{color:var(--home-text);}
.home-try-modal-footer .home-btn-primary{min-width:120px;border-radius:999px;}

@media (max-width:992px){
    .home-hero-grid{grid-template-columns:1fr;gap:32px;text-align:center;padding-top:28px;}
    .home-hero-points{text-align:left;max-width:480px;margin-left:auto;margin-right:auto;}
    .home-hero-actions{justify-content:center;}
    .home-hero-visual{max-width:480px;margin:0 auto;}
    .home-trust-bar{grid-template-columns:repeat(3,1fr);}
    .home-scenes-grid{grid-template-columns:repeat(2,1fr);}
    .home-works-grid{grid-template-columns:repeat(2,1fr);max-width:none;margin:0;}
    .home-reviews-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto;}
    .home-policies-grid{grid-template-columns:1fr;}
}
@media (max-width:576px){
    .home-hero{padding-top:80px;}
    .home-trust-bar{grid-template-columns:repeat(2,1fr);padding:20px 16px;}
    .home-scenes-grid{grid-template-columns:1fr;}
    .home-works-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto;}
    .home-try-models{grid-template-columns:1fr;}
    .home-hero-actions{flex-direction:column;width:100%;}
    .home-hero-actions .home-btn{width:100%;}
    .home-try-modal-dialog{padding:24px 20px;}
}