@charset "utf-8";

body {
    background: transparent;
}

.banner {
    width: 100%;
    height: 880px;
    background: url('../images/banner-pc.jpg') no-repeat center center / auto 100%;
}

.content {
    width: 100%;
    height: 1654px;
    background: url('../images/bg.png') no-repeat center center / 100% 100%;
    margin-top: -55px;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.inner .logo {
    margin-top: 70px;
}


.video-content {
    width: 100%;
    height: 670px;
    display: flex;
    justify-content: space-between;
}

.video-content .video-box {
    width: 740px;
    height: 100%;
}

.video-text {
    height: 200px;
    font-size: 24px;
    line-height: 50px;
    margin-top: 25px;
    color: #fff;
}

.video-content .club-intro {
    position: relative;
    width: 440px;
    height: 100%;
    background: url('../images/intro-bg.png?v=01') no-repeat center center / 100% 100%;
    border-radius: 4px;
}

.video-content .club-intro .intro-title {
    position: absolute;
    right: 0;
    top: -33px;
}  

.video-content .club-intro p {
    font-weight: 400;
    font-size: 24px;
    line-height: 46px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.text {
    margin-top: 50px;
    font-weight: 300;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.club-title {
    display: block;
    width: 345px;
    height: 62px;
    margin: 60px auto 0;
}

/* 轮播 */
#certify {
	position: relative;
	width: 1200px;
	margin: 20px auto 0;
}

#certify  .swiper-slide {
	width: 620px;
	height: 404px;
}
#certify  .swiper-slide img{
	display:block;
    width: 620px;
}

#certify .swiper-button-prev {
	left: 272px;
    top: 168px;
	width: 45px;
	height: 45px;
	background: url(../images/left.png) no-repeat center center / 100% 100% ;
}

#certify .swiper-button-next {
	right: 272px;
    top: 168px;
	width: 45px;
	height: 45px;
	background: url(../images/right.png) no-repeat center center / 100% 100% ;
}
