body {
	-webkit-tap-highlight-color: transparent
}

.mod-slider::selection,
.mod-slider::-moz-selection {
	background: transparent
}

.mod-slider {
	overflow: hidden;
	position: relative
}

.mod-slider ul {
	margin: 0;
	padding: 0
}

.mod-slider li {
	list-style: none
}

.mod-slider .slider-bd {
	width: 92%;
	overflow: hidden;
	float: right
}

.mod-slider .slider-bd ul {
	font-size: 0;
	margin-left: 0;
	white-space: nowrap
}

.mod-slider .slider-bd li {
	display: inline-block;
	width: 305px;
	overflow: hidden
}

.mod-slider .slider-bd img {
	width: 100%;
	min-width: 325px;
	display: block
}

.mod-slider .slider-button {
	float: right;
	width: 100%
}

.mod-slider .slider-button span {
	display: inline-block;
	width: 28px;
	height: 98px;
	position: absolute;
	top: 50%;
	margin-top: -49px;
	font-size: 80px;
	background: url(../images/arrow.png) no-repeat;
	cursor: pointer
}

.mod-slider .slider-button span.prev {
	left: 0;
	background-position: -35px 0
}

.mod-slider .slider-button span.next {
	right: 0;
	background-position: -105px 0
}

.mod-slider .slider-button span.prev:hover {
	background-position: 0 0
}

.mod-slider .slider-button span.next:hover {
	background-position: -70px 0
}

.mod-slider .slider-thumb {
	width: 7%;
	position: relative;
	text-align: center;
	overflow: hidden
}

.mod-slider .slider-thumb ul {
	white-space: nowrap;
	font-size: 0
}

.mod-slider .slider-thumb img {
	width: 100%;
	display: inline
}

.mod-slider .slider-thumb .thumb-prev,
.mod-slider .slider-thumb .thumb-next {
	position: relative;
	cursor: pointer;
	display: inline-block;
	opacity: 0
}

.mod-videobox {
	width: 100%
}

.mod-videobox ul {
	width: 100%;
	padding: 0;
	margin: 0
}

.mod-videobox ul li {
	cursor: pointer;
	list-style: none;
	float: left;
	width: 23%;
	min-width: 120px;
	margin: 1%;
	position: relative;
	overflow: hidden
}

.mod-videobox ul li img {
	width: 100%;
	height: auto
}

.mod-videobox ul li:before,
.mod-videobox ul li:after {
	width: 40px;
	height: 40px;
	content: " ";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0.6
}

.mod-videobox ul li:hover:before,
.mod-videobox ul li:hover:after {
	opacity: 1
}

.mod-videobox ul li:before {
	background: transparent;
	border-radius: 50%;
	border: 4px solid #333;
	margin-left: -22px;
	margin-top: -22px
}

.mod-videobox ul li:after {
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-left-color: #333;
	margin-left: -5px;
	margin-top: -15px
}

.mod-videobox-dialog {
	background: rgba(0, 0, 0, 0.75);
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0
}

.mod-videobox-dialog .bd-main {
	border: 5px solid #fff;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff url(../images/loading.gif) no-repeat center
}

.mod-videobox-dialog .bd-close {
	background: #000;
	border: 2px solid #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: -13px;
	right: -13px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 20px;
	font-weight: 400;
	font-family: arial
}

.arrow {
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

@media (min-width:1025px) {
	.mod-slider .slider-button span.prev {
		left: 8%
	}
	.mod-slider .slider-thumb {
		width: 7%
	}
	.mod-slider .slider-thumb ul li {
		margin: 0 0 5px 0
	}
	.mod-slider .slider-thumb .thumb-prev {
		border-bottom-color: #000;
		margin-top: -10px;
		border-width: 10px
	}
	.mod-slider .slider-thumb .thumb-next {
		border-top-color: #000;
		border-width: 10px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.mod-slider .slider-bd {
		width: 100%;
		float: none
	}
	.mod-slider .slider-thumb {
		width: 100%;
		overflow: hidden;
		text-align: center
	}
	.mod-slider .slider-thumb img {
		width: auto;
		height: 75px;
		display: inline
	}
	.mod-slider .slider-thumb ul {
		display: inline-block
	}
	.mod-slider .slider-thumb li {
		display: inline-block;
		margin: 5px 5px 5px 0
	}
	.mod-slider .slider-thumb .thumb-prev {
		border-right-color: #000;
		top: -27px;
		border-width: 10px;
		margin-left: -10px
	}
	.mod-slider .slider-thumb .thumb-next {
		border-left-color: #000;
		top: -27px;
		border-width: 10px;
		margin-right: -10px
	}
}

@media (max-width:767px) {
	.mod-slider .slider-bd {
		width: 100%
	}
	.mod-slider .slider-thumb {
		display: none
	}
	.mod-slider .slider-button {
		display: none
	}
}