html {
    box-sizing: border-box;
}

*,
*::before,
*:after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'fonts';
    src: url('../fonts/No-move-1.woff');
}

body,
html {
    width: 100%;
    font-size: 16px;
    font-family: 'Arial';
}

.wrapper {
    min-width: 1440px;
}

.wrapper-center {
    width: 1440px;
    height: 3000px;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 1440px;
    height: 950px;
    margin: 0 auto;
    position: relative;
}

.download-container {
    width: 620px;
    position: absolute;
    z-index: 2;
    top: 300px;
}

.download-container>div {
    margin-top: 63px;
}

.download-container>div a {
    margin-right: 10px;
}

.download-container p {
    color: #fff;
    font-weight: 700px;
    font-size: 24px;
}

.download-container p:nth-child(1) {
    margin-top: 20px;
}

.download-container .video {
    width: 1000px;
    height: 220px;
    background: rgba(0, 0, 0, 0.2);
}

.download-container .video>div {
    float: left;
}

.swiper-small {
    width: 400px;
}

.swiper-small-text {
    color: #fff;
    float: right;
    padding: 20px;
    width: 590px;
}


/* swiper */

.swiper1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 950px;
    transform: translateX(-960px);
    -webkit-transform: translateX(-960px);
    -moz-transform: translateX(-960px);
    -ms-transform: translateX(-960px);
    -o-transform: translateX(-960px);
}

.swiper-container1 {
    width: 1920px;
    height: 950px;
    overflow: hidden;
}

.swiper-container1 .swiper-wrapper {
    width: 1920px;
    height: 5000px;
}

.swiper-container1 .swiper-slide {
    width: 1920px;
    height: 950px;
}

.swiper-container1 .swiper-slide video {
    object-fit: cover;
}

.swiper-container2 {
    width: 1100px;
    height: 620px;
    overflow: hidden;
}

.swiper-container2 .swiper-wrapper {
    width: 1920px;
    height: 620px;
}

.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
    top: 30% !important;
}

.swiper-container2 .swiper-slide .pop {
    width: 350px;
    height: 550px;
    position: absolute;
    z-index: 39;
    top: 0px;
    left: 50%;
    transform: translateX(-175px);
    -webkit-transform: translateX(-175px);
    -moz-transform: translateX(-175px);
    -ms-transform: translateX(-175px);
    -o-transform: translateX(-175px);
}

.pop p {
    position: absolute;
    bottom: 10px;
    color: #fff;
    padding: 10px;
}

.pop {
    display: none;
}

.pop1 {
    background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
	/* , url('../image/home1.jpg') */
}

.pop2 {
    background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
	/* , url('../image/home2.jpg') */
}

.pop3 {
    background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
	/* , url('../image/home3.jpg') */
}

.pop4 {
    background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
	/* , url('../image/home4.jpg') */
}

.pop5 {
    background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
	/* , url('../image/home5.jpg') */
}

.swiper-button-prev1 {
    width: 36px;
    height: 25px;
    background: url('../image/prev_btn.png') no-repeat;
    background-size: 100% 100%;
    outline: none;
}

.swiper-button-next1 {
    width: 36px;
    height: 25px;
    background: url('../image/next_btn.png') no-repeat;
    background-size: 100% 100%;
    outline: none;
}

.swiper-button-prev2 {
    width: 60px;
    height: 60px;
    background: url('../image/prev_icon.png') no-repeat;
    background-size: 100% 100%;
    outline: none;
    left: 0 !important;
}

.swiper-button-next2 {
    width: 60px;
    height: 60px;
    background: url('../image/next_icon.png') no-repeat;
    background-size: 100% 100%;
    outline: none;
    right: 0 !important;
}

.swiper-button-prev1 {
    right: 10px;
    left: auto;
    transform: translateY(10px);
    margin-top: 280px;
}

.swiper-button-next1 {
    right: 10px;
    left: auto;
    transform: translateY(10px);
    margin-top: 360px;
}

.page {
    position: absolute;
    z-index: 2;
    color: #c0a0a6;
    right: 10px;
    bottom: 116px;
    font-size: 26px;
}

.current-page {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}


/* nav */

.nav-container {
    width: 80%;
	min-width: 1152px !important;
    height: 100px;
	position: absolute;
    top: 20px;
	left: 10%;
    z-index: 2;
    
}

.logo {
    width: 180px;
    height: 70px;
    float: left;
}

.menu {
    width: 800px;
    height: 60px;
    float: right;
}

.menu ul {
    width: 800px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu .li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}


/* main */

.main {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

.one {
    width: 1440px;
    height: 1800px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-720px);
    -webkit-transform: translateX(-720px);
    -moz-transform: translateX(-720px);
    -ms-transform: translateX(-720px);
    -o-transform: translateX(-720px);
}

.one-img {
    width: 1440px;
    margin: 0 auto;
    height: 990px;
    text-align: center;
}

.one-title {
    margin-top: 30px;
    height: 250px;
}

.one-title img {
    margin-top: 30px;
}

.one-video {
    width: 1920px;
    height: 818px;
    position: absolute;
    left: 50%;
    transform: translateX(-960px);
}

.one-video video {
    object-fit: cover;
    background-color: #000;
}

.two {
    width: 1440px;
    height: 1200px;
    text-align: center;
    position: absolute;
    top: 1900px;
}

.img-groups div {
    width: 23%;
    float: left;
    margin-top: 30px;
    margin-bottom: 100px;
    margin-left: 16px;
    overflow: hidden;
}

.img-groups div img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

/*
.two-text {
    margin-top: 40px;
    font-size: 20px;
}

.three {
    width: 1440px;
    position: absolute;
    top: 4080px;
    text-align: center;
}

.three-title {
    margin-top: 100px;
}

.two-list {
    background: -webkit-linear-gradient(#54d4d4, #c5fee5);
    background: -o-linear-gradient(#54d4d4, #c5fee5);
    background: -moz-linear-gradient(#54d4d4, #c5fee5);
    background: linear-gradient(#54d4d4, #c5fee5);
    position: absolute;
    width: 1920px;
    left: 50%;
    transform: translateX(-960px);
    padding: 90px 50px;
    margin-top: 100px;
}

.two-list ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.two-list li {
    width: 712px;
    height: 255px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    margin-top: 16px;
    margin-left: 16px;
    padding: 45px 54px;
}

.two-list li:hover {
    box-shadow: 8px 8px 15px #a3f1e0;
}
*/

.three-text {
    margin-top: 100px;
    font-size: 30px;
    font-weight: 700;
}

.three-text p {
    font-family: 'fonts';
    color: #666;
}

.contact {
    margin: 100px 0;
}

.left,
.right {
    float: left;
}

.left {
    text-align: left;
    width: 80%;
}

.left-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'fonts';
}

.right {
    text-align: right;
    width: 20%;
}

.row1 {
    height: 100px;
}

.row2 {
    margin-top: 30px;
}

.row2 p {
    text-align: left;
}

.info {
    width: 350px;
    height: 180px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding-top: 30px;
    border-top: none;
}

.info p {
    margin-top: 8px;
}

.blue {
    color: #222222;
    font-family: 'fonts';
    font-size: 22px;
}


/* footer */

.footer {
    width: 1920px;
    height: 280px;
    background: url('../image/footer-bg.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    font-family: 'fonts';
    font-size: 20px;
    transform: translateX(-960px);
    -webkit-transform: translateX(-960px);
    -moz-transform: translateX(-960px);
    -ms-transform: translateX(-960px);
    -o-transform: translateX(-960px);
}

.up {
    width: 1440px;
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

.up a {
    margin-left: 50px;
}

.down ul {
    width: 1440px;
    height: 125px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.li {
    color: #fff;
    line-height: 60px;
}

.li a {
    text-decoration: none;
    color: #fff;
}

.video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-62.5px, -61px);
}

.video_play1 {
    position: absolute;
    top: 0;
    left: 0;
}


@media screen and (max-width: 1440px) {
    .wrapper {
        min-width: 1200px;
    }
    .wrapper-center {
        width: 1200px;
    }
    .header {
        width: 1200px;
    }
    .swiper-container2 {
        width: 1200px;
        height: 620px;
        overflow: hidden;
    }
    .main {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .one {
        width: 1200px;
        transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
        -o-transform: translateX(-600px);
    }
    .one-img {
        width: 1200px;
    }
    .two {
        width: 1200px;
    }
    .three {
        width: 1200px;
    }
    .up {
        width: 1200px;
    }
    .down ul {
        width: 1200px;
    }
    .two-list li {
        width: 612px;
    }
}