@charset "utf-8";
/*---------- 0.top ----------*/
body {
    background-color: #f9fafe;
	-webkit-text-size-adjust: 100%;
}
.mobile {
    display: none;
}
.title img {
    width: 100%;
    height: auto;
}
.white,
.white a:link,
.white a:visited,
.white a:hover {
    color: white;
}
/* 0.top */
.play-top {
    background: url(../images/topbg.jpg) no-repeat top center;
}
.play-top .top-h {
    height: 884px;
}
.play-top .video {
    background: url(../images/vbg.png) no-repeat;
    width: 1184px;
    height: 687px;
    margin: 0 auto;
}
.play-top .video video {
    object-fit: cover;
    margin-left: 10px;
    margin-top: 10px;
}
/* 1.p1 */
.play-p1 {
    margin-top: 100px;
}
.play-p1 .swiper-container {
    width: 100%;
    height: 570px;
    overflow: hidden;
    margin-top: 36px;
}
.play-p1 .swiper-container .swiper-slide {
    width: 20%;
}
.play-p1 .swiper-container .swiper-slide img {
    width: 100%;
}
.play-p1 .swiper-button-prev {
    width: 78px;
    height: 91px;
    background: url(../images/prev.png) no-repeat;
    position: absolute;
    left: 0;
    top: 238px;
    opacity: 1;
}
.play-p1 .swiper-button-next {
    width: 81px;
    height: 91px;
    background: url(../images/next.png) no-repeat;
    position: absolute;
    right: 0;
    top: 238px;
}
/* 2.p2 */
.play-p2 {
    margin-top: 130px;
}
.play-p2 {
    margin-top: 130px;
    overflow: hidden;
}
.play-p2 .list {
    clear: both;
    width: 1280px;
    margin: 90px auto 0 auto;
    overflow: hidden;
}
.play-p2 .list li {
    float: left;
    width: 303px;
    height: 170px;
    position: relative;
    margin-left: 21px; 
    margin-bottom: 15px;
}

.play-p2 .list li:nth-child(4n+1) {
    margin-left: 0;
}

.play-p2 .list li div.txt {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    padding: 5px;
    font-size: 14px;
    line-height: 1.1;
}

.play-p2 .pages {
    text-align: center;
    padding: 40px 0 20px 0;
    overflow: hidden;
}

.play-p2 .pages a {
    border-width: 4px;
	border-color: rgb(187, 19, 94);
	border-style: solid;
	border-radius: 13px;
	background-color: rgb(255, 255, 255);
    width: 29px;
    height: 28px;
    margin: 0 5px;
    text-decoration: none;
    font-size: 0;
    display: inline-block;
}

.pages a.common_current_page {
    border-width: 4px;
	border-color: rgb(187, 19, 94);
	border-style: solid;
	border-radius: 13px;
	background-color: rgb(4, 251, 238);
}
/* 5.footer */
.footer {
    background: url(../images/footbg.jpg) no-repeat;
    background-size: 100% auto;
    padding-top: 14%;
    padding-bottom: 1%;
    margin-top: 100px;
    overflow: hidden;
}
.footer .pic {
    text-align: center;
    padding-bottom: 40px;
}
.footer .pic img {
    margin: 0 20px;
}
#copyright {
    text-align: center;
    font-size: 16px;
}