/*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(/Public/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("/Public/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 {
    float: left;
    width: 100%;
    padding: 30px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    transition: 0.5s;
    position: relative;
    height: 100%;
    display: grid;
    align-items: center;
}

.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;
}

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

.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: #FFF;
    color: #ff6600;
    font-size: 22px;
    font-style: normal;
    padding: 0 30px;
    font-weight: bold;
    /* font-family: 'MB'; */
    cursor: pointer;
    border-radius: 5px;
    word-spacing: 20px;
    letter-spacing: 2px;
}
.qli .q_upload .r p em i:hover{background: #ff6600;color: #FFFFFF;}

.qli .q_upload .r .up_btn {
    width: 400px;
    height: 50px;
    background: none;
    color: var(--themefive);
    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(255,255,255,0.8);
    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: rgb(37 73 216 / 20%);
    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(/Public/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: #ffde59;
    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;padding: 120px 0 40px 0;}
.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; /* 根据需要调整 */
    }
}