body {
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.banbox {
	width: 100%;
	height: calc(100vh + 10px);
	position: relative;
}

.banbox ul {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.banbox ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	overflow: hidden
}

.banbox ul li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.banbox ul li img:nth-child(2) {
	opacity: 0;
}

.banb {
	width: 100%;
	height: 85px;
	position: absolute;
	z-index: 10;
	bottom: 0;
	text-align: center;
	font-size: 0;
}

.banb em {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin: 5px 10px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banb em:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	left: 0;
	top: 0;
	background: transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.banb em.on:after {
	margin: -5px 0 0 -5px;
	border: 5px solid rgba(255, 255, 255, 0.7);
}

.banb em.on {
	background: none;
	border-bottom: 2px solid #fff;
    width: 70px;
}


.bkt {
    padding-left: 3%;
    height: 60px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
.bkt span {
    display: block;
}
.bkt span:nth-child(1) {
    font-size: 1.5em;
    line-height: 110%;
}
.bkt span:nth-child(2) {
    font-size: 2em;
    font-weight: bold;
    line-height: 100%;
    margin-top: -5px;
    color: #efefef;
}
.bkt a {
    width: 10%;
    height: 40px;
    position: absolute;
    top: 0;
    right: 3%;
    cursor: pointer;
}
.bkt a img {
    display: block;
    height: 15px;
    margin: 10px auto;
}

.sbox {
    width: 100%;
    height: calc(100vw + 30px);
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.swipebox {
    width: 100%;
    height: 100vw;
    position: absolute;
    padding-bottom: 30px;
    left: 0;
    top: 100%;
    z-index: 1;
}
.swipebox.on {
    top: 0;
}
.swipe {
    width: 100vw;
    max-width: 100vw;
    visibility: hidden;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.swipeli {
    float: left;
    position: relative;
}

.swipelip {
    width: 100%;
    height: 100vw;
    margin: 0 auto;
    overflow: hidden;
}

.swipelip img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swipenavi {
    width: 100vw;
    height: auto;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 0px;
}

.pager em {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ddd;
    margin: 0 5px;
    font-style: normal;
    overflow: hidden;
    font-size: 0px;
    border-radius: 50%;
}

.pager em.on {
    background: #d10101;
}

.sbtn {
    width: 25%;
    height: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.sbtn span {
    display: block;
    width: 100%;
    height: 20vw;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0.7em;
    color: #fff;
    line-height: 20vw;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sbtn span::after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: calc(10vw + 20px);
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sbtn span.on {
    background: none;
    font-weight: bold;
}
.sbtn span.on::after {
    width: 10px;
    margin-left: -5px;
}
.sa {
    width: 20%;
    height: 20vw;
    font-size: 0.7em;
    line-height: 20vw;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 10;
    cursor: pointer;
}


.news {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    border-top: 1px dotted #ddd;
}
.news li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 8px 0;
    line-height: 160%;
    font-size: 0.75em;
    border-bottom: 1px dotted #ddd;
}
.news li span {
    display: block;
    float: left;
    width: calc(100% - 80px);
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.news li i {
    display: block;
    float: right;
    text-align: right;
    width: 80px;
    color: #999;
    font-style: normal;
}
.newsp {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px 0;
}
.newsp a {
    display: block;
    height: auto;
    overflow: hidden;
    text-decoration: none;
}
.newsp p {
    display: block;
    width: 100%;
    height: 55vw;
    overflow: hidden;
}
.newsp p img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.newsp span {
    display: block;
    height: auto;
    overflow: hidden;
    font-size: 0.9em;
    line-height: 150%;
    margin: 10px 3%;
    font-weight: bold;
}
.newsp i {
    display: block;
    height: auto;
    overflow: hidden;
    font-size: 0.75em;
    color: #ccc;
    font-style: normal;
    margin: 0 3%;
}
.newsp font {
    display: block;
    height: auto;
    overflow: hidden;
    margin: 10px 3%;
    font-size: 0.7em;
    color: #999;
    line-height: 180%;
}
.vod {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 10px auto 40px auto;
}
.vodp {
    width: 50%;
    height: 47vw;
    float: left;
    overflow: hidden;
}
.vodp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vodu {
    width: 46%;
    height: auto;
    overflow: hidden;
    float: right;
}
.vodu li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px 0;
    line-height: 160%;
    font-size: 0.75em;
}<!--0.00011897087097168-->