* {
    z-index: 1;
    /* font-family: "Microsoft YaHei", Tahoma, Arial, "Helvetica Neue", "Hiragino Sans GB", Simsun, sans-self !important; */
    background-repeat: no-repeat
}

html {
    font-size: 16px
}

body {
    margin: 0;
    padding: 0;
    background-color: #f3f4f6;
    overflow-x: hidden;
    position: relative;
    /* min-width: 1200px; */
    text-align: left
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

li {
    display: inline-block
}

a {
    color: #000;
    margin: 0;
    padding: 0;
    text-decoration: none !important
}

.color-black {
    color: #322e2f
}

.color-white {
    color: #fff !important
}

.color-red {
    color: #4589d2 !important
}

.color-orange {
    color: #4589d2 !important
}

.color-gray {
    color: #7f7f7f !important
}

.content {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.section-text-1 {
    font-size: 22px
}

.section-text-2 {
    font-size: 40px;
    margin: 10px 0 0 0;
    letter-spacing: 1px
}

.section-text-3 {
    font-size: 18px;
    margin: 40px 0 0 0;
    line-height: 30px
}

.section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0
}

.swiper-pagination-bullet {
    width: 35px !important;
    height: 35px !important;
    margin: 0 20px 15px 20px !important
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 140px !important;
    background-size: 50px 140px !important
}

@media screen and (max-width:768px) {
    .content {
        width: 100%;
    }
}