.mejs-offscreen {
	position: absolute !important;
	top: -10000px;
	left: -10000px;
	overflow: hidden;
	width: 1px;
	height: 1px
}

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0
}

.mejs-container:focus {
	outline: 0
}

.me-plugin {
	position: static
}

.mejs-embed,
.mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden
}

.mejs-fullscreen {
	overflow: hidden !important
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%
}

.mejs-clear {
	clear: both
}

.mejs-background {
	position: absolute;
	top: 0;
	left: 0
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

:root .mejs-poster img {
	display: none
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0
}

.mejs-overlay-play {
	cursor: pointer
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(static/images/bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
	background-image: url(static/images/bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(static/images/background.png);
	background: rgba(0, 0, 0, .9);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .9)), to(rgba(0, 0, 0, .9)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
	background: -moz-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
	background: -o-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
	background: -ms-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
	background: linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9))
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(static/images/loading.gif) 50% 50% no-repeat
}

.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(static/images/background.png);
	background: rgba(0, 0, 0, .7);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: -moz-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: -o-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: -ms-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	height: 30px;
	width: 100%
}

.mejs-container .mejs-controls div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(static/images/controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
	background-image: url(static/images/controls.png)
}

.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999
}

.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 10px 3px 0;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.mejs-container .mejs-controls .mejs-time a {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto
}

.mejs-controls .mejs-play button {
	background-position: 0 0
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0
}

.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50, 50, 50, .8);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
	background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: -moz-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: -o-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: -ms-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
	from {
		background-position: 0 0
	}

	to {
		background-position: 30px 0
	}
}

@-moz-keyframes buffering-stripes {
	from {
		background-position: 0 0
	}

	to {
		background-position: 30px 0
	}
}

@-ms-keyframes buffering-stripes {
	from {
		background-position: 0 0
	}

	to {
		background-position: 30px 0
	}
}

@-o-keyframes buffering-stripes {
	from {
		background-position: 0 0
	}

	to {
		background-position: 30px 0
	}
}

@keyframes buffering-stripes {
	from {
		background-position: 0 0
	}

	to {
		background-position: 30px 0
	}
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60, 170, 200, .8);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 124, 145, .8)), to(rgba(78, 183, 212, .8)));
	background: -webkit-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
	background: -moz-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
	background: -o-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
	background: -ms-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
	background: linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
	width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255, 255, 255, .8);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px 0px;
	width: 34px;
	display: block;
	text-align: center;
	left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px
}

.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px
}

.mejs-controls .mejs-volume-button {}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
	position: relative
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(static/images/background.png);
	background: rgba(50, 50, 50, .7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, .5);
	margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, .9);
	margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, .9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0
}

.mejs-controls a.mejs-horizontal-volume-slider {
	height: 26px;
	width: 56px;
	position: relative;
	display: block;
	float: left;
	vertical-align: middle
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #333;
	background: rgba(50, 50, 50, .8);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
	background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: -moz-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: -o-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: -ms-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255, 255, 255, .8);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none
}

.mejs-controls .mejs-captions-button {
	position: relative
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -51px;
	width: 85px;
	height: 100px;
	background: url(static/images/background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 10px 10px 0;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 55px;
	float: left;
	padding: 4px 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, .7);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: -moz-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: -o-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: -ms-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
	overflow: hidden;
	border: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102, 102, 102, .7);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(102, 102, 102, .7)), to(rgba(50, 50, 50, .6)));
	background: -webkit-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	background: -moz-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	background: -o-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	background: -ms-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	background: linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: 700;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px;
	line-height: 12px
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #fff
}

.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: 400
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0
}

.mejs-captions-position-hover {
	bottom: 35px
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(static/images/background.png);
	background: rgba(20, 20, 20, .5);
	white-space: pre-wrap
}

.me-cannotplay {}

.me-cannotplay a {
	color: #fff;
	font-weight: 700
}

.me-cannotplay span {
	padding: 15px;
	display: block
}

.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0
}

.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001
}

.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff
}

.mejs-controls .mejs-sourcechooser-button {
	position: relative
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(static/images/background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px
}

.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(static/images/background.png);
	background: rgba(50, 50, 50, .7);
	z-index: 1000;
	overflow: hidden
}

.mejs-postroll-layer-content {
	width: 100%;
	height: 100%
}

.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(static/images/background.png);
	background: rgba(50, 50, 50, .7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer
}

div.mejs-speed-button {
	width: 46px !important;
	position: relative
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #fff
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	display: none;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(static/images/background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector {
	display: block
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: rgba(33, 248, 248, 1)
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin: 0 0 6px;
	padding: 0 10px;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: #fff;
	margin-left: 5px;
	cursor: pointer
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: #c8c8c8 !important;
	background-color: rgba(255, 255, 255, .4) !important
}

.mejs-controls .mejs-button.mejs-jump-forward-button {
	background: transparent url(static/images/jumpforward.png) no-repeat;
	background-position: 3px 3px
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #fff
}

.mejs-controls .mejs-button.mejs-skip-back-button {
	background: transparent url(static/images/skipback.png) no-repeat;
	background-position: 3px 3px
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #fff
}

#me_flash_0_container {
	width: 100%;
	z-index: 999;
}

#mep_0,
#mep_0 div.mejs-layer,
#mep_0 div video {
	width: 100% !important;
}

#mep_0 div video {
	z-index: 999;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px 15px;
}

.mejs-container .mejs-controls {
	padding-left: 30%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@media (max-width: 1199px) {
	.mejs-container .mejs-controls {
		padding-left: 0px;
	}
}

.cui_mainbox {
	padding: 0
}

.c_indextop {
	max-width: 1560px;
	margin: 0 auto;
	box-sizing: content-box;
}

.line {
	height: 1px;
	background: #ECECEC;
	width: 2000px;
	position: relative;
	left: 50%;
	margin-left: -1000px
}

.bannerbox {
	box-sizing: content-box;
	padding: 0 30px
}

.indexBanner {
	position: relative;
	font-size: 0
}

.indexBanner .showbox {
	overflow: hidden;
	width: 100% !important
}

.indexBanner .cont {
	font-size: 0;
	-webkit-text-size-adjust: none;
	white-space: nowrap;
	display: block;
	width: 100%
}

.indexBanner .cont li {
	display: inline-block;
	position: relative;
	width: 100%;
}

.indexBanner .cont li img {
	width: 100%
}

.indexBanner .cont li .text {
	position: absolute;
	bottom: 45px;
	padding: 0 40px;
	color: white;
	left: 0;
	display: block;
	width: 100%;
	box-sizing: border-box
}

.indexBanner .cont li .text h2 {
	font-size: 32px;
	line-height: 1.1em;
	margin-bottom: 10px;
	color: #fba96f;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgb(0 0 0 / 70%);
}

.indexBanner .cont li .text p {
	font-size: 18px;
	line-height: 1.1em;
	color: #ffd7bb;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.9)
}

.indexBanner .cont li .text.black h2,
.indexBanner .cont li .text.black p {
	color: #000
}

.indexBanner .cont li .text.BLACK h2,
.indexBanner .cont li .text.BLACK p {
	color: #000
}

.indexBanner .bannerpager {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 1;
	font-size: 0
}

.indexBanner .bannerpager li {
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background: #999;
	margin: 0 5px;
	opacity: 1;
	border: 3px solid #d6d6d6;
}

.indexBanner .bannerpager li.cur {
	background: black;
	border-color: white
}

.indexBanner .btn_per {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	text-align: center;
	cursor: pointer;
	background: url(static/images/null.png);
	z-index: 1;
	font-family: "iconfont";
	color: white;
	font: 0
}

.indexBanner .btn_per:after {
	content: "\e60b";
	display: none;
	font-size: 64px;
	position: absolute;
	left: 30px
}

.indexBanner .btn_next {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	text-align: center;
	cursor: pointer;
	background: url(static/images/null.png);
	z-index: 1;
	font-family: "iconfont";
	color: white;
	font: 0
}

.indexBanner .btn_next:after {
	content: "\e60c";
	display: none;
	font-size: 64px;
	position: absolute;
	right: 30px
}

.indexBanner .btn_per:hover {
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#33000000, endColorStr=#00000000);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.indexBanner .btn_next:hover {
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#00000000, endColorStr=#33000000);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.indexBanner .btn_per:hover:after,
.indexBanner .btn_next:hover:after {
	display: inline-block
}

@media (min-width:992px) and (max-width:1199px) {
	.bannerbox {
		padding: 0 20px;
	}

	.indexBanner .btn_per,
	.indexBanner .btn_next {
		width: 100px;
	}

	.indexBanner .btn_per:after {
		left: 20px;
		font-size: 50px;
		left: 20px
	}

	.indexBanner .btn_next:after {
		right: 20px;
		font-size: 50px;
		right: 20px
	}

	.indexBanner .bannerpager {
		bottom: 15px
	}

	.indexBanner .bannerpager li {
		margin: 0 2px;
		width: 6px;
		height: 6px;
		border-width: 2px
	}

	.indexBanner .cont li .text {
		bottom: 35px;
		padding: 0 30px
	}

	.indexBanner .cont li .text h2 {
		font-size: 25px;
		font-weight: normal
	}

	.indexBanner .cont li .text p {
		font-size: 14px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.bannerbox {
		padding: 0 0
	}

	.indexBanner .btn_per,
	.indexBanner .btn_next {
		width: 80px
	}

	.indexBanner .btn_per:after {
		font-size: 34px;
		left: 20px
	}

	.indexBanner .btn_next:after {
		font-size: 34px;
		right: 20px
	}

	.indexBanner .bannerpager {
		bottom: 10px
	}

	.indexBanner .cont li .text {
		bottom: 30px;
		padding: 0 20px;
		display: block !important
	}

	.indexBanner .cont li .text h2 {
		font-size: 18px;
		font-weight: normal
	}

	.indexBanner .cont li .text p {
		font-size: 12px
	}

	.indexBanner .bannerpager li {
		margin: 0 2px;
		width: 6px;
		height: 6px;
		border-width: 2px
	}
}

@media (max-width:767px) {
	.bannerbox {
		padding: 0 0;
		border-bottom: 1px solid #eee
	}

	.indexBanner .cont li .text {
		height: 125px;
		background: white;
		position: static;
		display: block !important
	}

	.indexBanner .cont li .text h2 {
		padding-top: 30px;
		font-size: 20px;
		text-align: center;
		height: 1.1em;
		overflow: hidden;
		color: #333;
		font-weight: normal;
		text-shadow: none
	}

	.indexBanner .cont li .text p {
		font-size: 14px;
		color: #999 !important;
		text-align: center;
		height: 1.1em;
		overflow: hidden;
		margin-bottom: 45px;
		text-shadow: none
	}

	.indexBanner .bannerpager {
		bottom: 15px
	}

	.indexBanner .btn_per,
	.indexBanner .btn_next {
		height: 125px !important;
		width: 50px
	}

	.indexBanner .btn_per:after,
	.indexBanner .btn_next:after {
		font-size: 24px;
		color: #000;
		display: inline-block !important;
		line-height: 125px !important
	}

	.indexBanner .btn_per:after {
		left: 5px
	}

	.indexBanner .btn_next:after {
		right: 5px
	}

	.indexBanner .bannerpager li {
		margin: 0 2px;
		width: 6px;
		height: 6px;
		border-width: 2px;
		border-color: white !important
	}

	.indexBanner .btn_next:hover,
	.indexBanner .btn_per:hover {
		background: none
	}
}

@media(min-width:767px) and (max-width:1199px) {
	.indexBanner .btn_per {
		background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
		background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
		background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
		background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
		background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
		background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	}

	.indexBanner .btn_next {
		background: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
		background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
		background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
		background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
		background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
		background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	}

	.indexBanner .btn_per:after,
	.indexBanner .btn_next:after {
		display: inline-block
	}
}

.c_porEnter {
	padding: 45px 15px 15px;
	box-sizing: border-box;
	font-size: 0
}

.c_porEnter ul li {
	padding: 0 15px;
	position: relative;
	overflow: hidden
}

.c_porEnter ul li .link {
	background: url(static/images/c_img1-1.png) no-repeat -100px;
	display: block;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: -60px
}

.c_porEnter ul li img {
	width: 100%;
}

.c_porEnter ul li .text {
	padding: 20px 0 30px;
	text-align: center
}

.c_porEnter ul li .text a {
	color: #333;
	font-size: 14px;
	line-height: 1.1em;
	margin-bottom: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.c_porEnter ul li:hover .text a {
	color: #eb6100
}

.c_porEnter ul li .text p {
	color: #999;
	font-size: 12px;
	line-height: 1.1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

@media (min-width:992px) and (max-width:1199px) {
	.c_porEnter {
		padding: 45px 5px 15px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.c_porEnter {
		padding: 45px 0 15px;
		max-width: 750px;
		margin: 0 auto
	}

	.c_porEnter ul li {
		padding: 0 15px;
		box-sizing: border-box
	}
}

@media (max-width:767px) {
	.c_porEnter {
		padding: 45px 0 15px;
		max-width: 750px;
		margin: 0 auto
	}

	.c_porEnter ul li {
		padding: 0 15px;
		box-sizing: border-box
	}
}

.c_proGroup {
	padding: 60px 15px 0;
}

.c_proGroup ul:after {
	content: "";
	height: 1px;
	background: #ececec;
	margin: 0 15px;
	display: block;
	visibility: visible
}

.c_proGroup li {
	padding: 0 15px 30px;
	font-size: 0
}

.c_proGroup li img {
	width: 100%
}

.c_proGroup li .text {
	padding-top: 20px
}

.c_proGroup li .text a {
	font-size: 18px;
	color: #333;
	line-height: 1.1em;
	margin-bottom: 10px;
	display: block
}

.c_proGroup li .text a:hover {
	color: #eb6100
}

.c_proGroup li .text p {
	color: #999;
	font-size: 12px;
	line-height: 1.75em;
	margin-bottom: 30px;
	max-height: 3.5em;
	overflow: hidden;
}

@media (min-width:992px) and (max-width:1199px) {
	.c_proGroup {
		padding: 60px 5px 0
	}

	.c_proGroup li .text p {
		max-height: 1.75em;
		overflow: hidden;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.c_proGroup {
		padding: 60px 0px 0;
		max-width: 750px;
		margin: 0 auto
	}

	.c_proGroup li .text p {
		max-height: 1.75em;
		overflow: hidden;
	}
}

@media (max-width:767px) {
	.c_proGroup {
		padding-left: 15px;
		padding-right: 15px
	}

	.c_proGroup li {
		padding: 0 0px 0
	}

	.c_proGroup ul:after {
		margin: 0
	}

	.c_proGroup li:last-child {
		padding-bottom: 15px
	}

	.c_proGroup li .text p {
		max-height: 1.75em;
		overflow: hidden;
	}
}

.c_play {
	width: 48px;
	height: 48px;
	background: url(static/images/c_input_icon_0920.png) no-repeat -38px -265px;
}

.c_proshowbox {
	padding-top: 60px;
}

.c_proshowbox ul:after {
	content: "";
	height: 1px;
	background: #ececec;
	margin: 0 15px;
	display: block;
	visibility: visible
}

.c_proshowbox li {
	padding: 0 15px 60px;
}

.c_proshowbox li .box {
	position: relative;
	display: block;
	overflow: hidden
}

.c_proshowbox li .box .imgbox {
	position: relative
}

.c_proshowbox li .box .imgbox .c_play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	display: block;
}

.c_proshowbox li.o_df_1-3 img {
	position: relative;
	left: 50%;
	margin-left: -50.5%
}

.c_proshowbox li.o_df_2-3 img {
	width: 100%
}

.c_proshowbox li .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#E5000000, endColorStr=#E5000000);
	display: block;
	padding: 0;
	text-align: center;
	z-index: -1
}

.c_proshowbox li .text h1 {
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 10px;
	color: white;
	padding-top: 20px
}

.c_proshowbox li .text p {
	color: #999;
	font-size: 14px;
	line-height: 1.75em
}

.c_proshowbox li .text .btn {
	margin-top: 15px;
	padding-top: 15px;
	display: inline-block;
	border-top: 1px solid #3c3c3b;
	line-height: -1px;
	position: relative
}

.c_proshowbox li .text .btn .o_icofont {
	vertical-align: middle;
	font-size: 16px;
	position: relative;
	right: -5px
}

.c_proshowbox li .text .btn .c_play {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(static/images/c_input_icon_0920.png) no-repeat 0 -259px;
	position: relative;
	left: 0;
	right: 0;
	margin: 0;
	left: -5px
}

.c_proshowbox li a:hover .text {
	z-index: 1
}

@media (min-width:992px) and (max-width:1199px) {
	.c_proshowbox li .c_play {
		margin-top: -25px
	}

	.c_proshowbox li .text {
		display: inline !important;
		position: relative;
		text-align: left
	}

	.c_proshowbox li .text h1 {
		font-size: 18px;
		color: #333
	}

	.c_proshowbox li .text p {
		font-size: 12px;
	}

	.c_proshowbox li .text .o_df-cell {
		display: inline !important;
		text-align: left !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.c_proshowbox li .text {
		display: inline !important;
		position: relative;
		text-align: left
	}

	.c_proshowbox li .text h1 {
		font-size: 18px;
		color: #333
	}

	.c_proshowbox li .text p {
		font-size: 12px;
	}

	.c_proshowbox li .text .o_df-cell {
		display: inline !important;
		text-align: left !important
	}

	.c_proshowbox li.o_df_1-3 img {
		margin-left: -53.5%
	}
}

@media (max-width:767px) {
	.c_proshowbox li:last-child {
		padding-bottom: 15px
	}

	.c_proshowbox li .c_play {}

	.c_proshowbox li {
		text-align: center;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0
	}

	.c_proshowbox li .text h1 {
		font-size: 18px;
		color: #333
	}

	.c_proshowbox li .text {
		display: inline !important;
		position: relative
	}

	.c_proshowbox li .text .o_df-cell {
		display: block !important;
	}

	.c_proshowbox li .text p {
		padding-bottom: 30px
	}

	.c_proshowbox li.o_df_1-3 img {
		left: 0;
		margin-left: 0;
		width: 66.6% !important;
		height: auto !important
	}

	.c_proshowbox ul:after {
		margin: 0
	}
}

.binfenC {
	position: relative;
	margin-bottom: 80px;
	margin-top: 40px;
}

.binfenC h1 {
	font-size: 24px;
	line-height: 60px;
	color: #333;
	padding: 0 15px
}

.binfenC h1 a {
	font-size: 14px;
	color: #666;
	line-height: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-top: 22px
}

.binfenC h1 a:hover {
	color: #eb6100
}

.binfenC .showbox {
	margin: 0 0;
	overflow: hidden;
	margin-top: 15px
}

.binfenC ul.list {
	font-size: 0;
	white-space: nowrap;
	display: block
}

.binfenC ul.list li {
	padding: 0 15px 15px;
	white-space: normal;
	box-sizing: inherit;
	display: inline-block;
	position: relative
}

.binfenC ul.list li img {
	width: 100%
}

.binfenC ul.list li a.imgbox {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}

.binfenC ul.list li span.artflag {
	width: 60px;
	height: 25px;
	color: #fff;
	line-height: 25px;
	text-indent: 16px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.binfenC ul.list li span.artflag.start {
	background-position: 0px 0px;
}

.binfenC ul.list li span.artflag.end {
	background-position: -60px 0px;
}

.binfenC ul.list li .link {
	background: url(static/images/c_img1-1.png) no-repeat -100px;
	display: block;
	position: absolute;
	top: -80px;
	left: 0;
	height: 100%;
	width: 100%;
}

.binfenC ul.list li .tit {
	font-size: 14px;
	color: #333;
	line-height: 1.2em;
	margin: 20px 0;
	display: block;
	height: 1.1em;
	overflow: hidden
}

.binfenC ul.list li:hover .tit {
	color: #eb6100
}

.binfenC ul.list li .tool {
	border-top: 1px solid #f2f2f2;
	padding: 10px 0 30px;
	line-height: 24px;
	color: #666;
	font-size: 0
}

.binfenC ul.list li .tool .brand {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	color: white;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	background: #000;
	font-size: 12px
}

.binfenC ul.list li .tool .brand.sina {
	background: #da251c
}

.binfenC ul.list li .tool .brand.weixin {
	background: #0fcb19
}

.binfenC ul.list li .tool .brand.tieba {
	background: #3385ff
}

.binfenC ul.list li .tool .brand .o-casarte {
	font-size: 24px
}

.binfenC ul.list li .tool .name {
	font-size: 12px
}

.binfenC ul.list li .tool .time {
	color: #ccc;
	font-size: 12px
}

.binfenC .btn_next,
.binfenC .btn_per {
	display: none !important
}

.binfenC .pager {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
	display: block;
	bottom: -15px;
	background: #ececec;
	height: 5px;
	margin-bottom: 15px;
	border-left: 15px solid white;
	box-sizing: border-box;
	height: 1px;
	border-right: 15px solid white
}

.binfenC .binfenpager {
	background: white;
	display: inline-block;
	padding: 0 30px;
	text-align: center;
	font-size: 0;
	top: -5px;
	position: relative
}

.binfenC .binfenpager li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background: #b2b2b2;
	margin: 0 3px;
	opacity: 1;
	cursor: pointer
}

.binfenC .binfenpager li.cur {
	background: black;
}

.binfenC .more {
	height: 18px;
	border-bottom: 1px solid #ededed;
	text-align: center;
	margin-bottom: 50px;
	padding-top: 10px;
	display: none
}

.binfenC .more a {
	display: inline-block;
	background: white;
	position: relative;
	padding-top: 32px
}

.binfenC .more a i {
	font-size: 32px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #080404;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -16px;
	display: block;
}

.binfenC .more a p {
	font-size: 14px;
	color: #333;
	line-height: 32px
}

.binfenC .more a.go .o_icofont {
	animation: zhuan 3s ease-out 0s forwards;
	-moz-animation: zhuan 3s ease-out 0s forwards;
	-webkit-animation: zhuan 3s ease-out 0s forwards;
	-o-animation: zhuan 3s ease-out 0s forwards;
}

@keyframes zhuan {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-1080deg);
	}
}

@-moz-keyframes zhuan {
	100% {
		-moz-transform: rotate(-1080deg);
	}
}

@-webkit-keyframes zhuan {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-1080deg);
	}
}

@-o-keyframes zhuan {
	100% {
		-o-transform: rotate(-1080deg);
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.binfenC ul.list li .tit {
		margin: 15px 0;
		font-size: 12px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.binfenC ul.list li .tit {
		margin: 15px 0;
		font-size: 12px
	}
}

@media (max-width:767px) {
	.binfenC h1 {
		padding: 0
	}

	.binfenC {
		margin-bottom: 40px
	}

	.binfenC .more {
		display: block;
		margin-bottom: 80px
	}

	.binfenC .showbox div {
		transform: translate3d(0px, 0px, 0px) !important;
		-webkit-transform: translate3d(0px, 0px, 0px) !important;
		-moz-transform: translate3d(0px, 0px, 0px) !important;
		left: 0 !important
	}

	.binfenC ul.list {
		white-space: normal !important;
		background;
	}

	.binfenC ul.list li {
		padding-bottom: 0;
		display: none;
		float: left
	}

	.binfenC ul.list li.show {
		display: inline-block;
	}

	.binfenC ul.list li:nth-Child(odd) {
		padding-left: 0
	}

	.binfenC ul.list li:nth-Child(even) {
		padding-right: 0
	}

	.binfenC ul.list li:nth-child(-n+4) {
		display: inline-block;
	}

	.binfenC ul.list li .tit {
		font-size: 12px;
		margin: 15px 0
	}

	.binfenC ul.list li .tool {
		line-height: 16px
	}

	.binfenC ul.list li .tool .brand {
		width: 32px;
		height: 32px;
		line-height: 32px;
		float: left
	}

	.binfenC ul.list li .tool .time {
		float: none !important;
		display: block;
	}

	.binfenC ul.list li .tool .name {
		line-height: 32px;
		height: 32px;
		overflow: hidden;
		display: block;
	}

	.binfenC .pager {
		display: none
	}
}

.binfenC ul.list li .artflagStart {
	display: inline-block;
	width: 60px;
	height: 25px;
	position: absolute;
	bottom: 0;
	right: 0
}

.binfenC ul.list li .artflagEnd {
	display: inline-block;
	width: 60px;
	height: 25px;
	position: absolute;
	bottom: 0;
	right: 0
}

.contact_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	margin-top: 50px;
}

.map_div {
	overflow: hidden;
	float: left;
	width: 50%;
}

.map_div img {}

.contact_r {
	overflow: hidden;
	float: left;
	width: 44%;
	margin-left: 3%;
	margin-top: 3%;
	margin-bottom: 3%;
	color: #6f6f6f;
	font-size: 14px;
}

.contact_r h2 {
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 3%;
}

.contact_r ul li {
	display: block;
	margin-bottom: 10px;
}

.contact_r ul li img {
	display: inline-block;
	margin-right: 12px;
	margin-top: 3px;
	float: left;
}

#map2 {
	width: 100%;
	height: 25rem;
	margin: 0 auto;
	border: #ccc solid 1px;
}

@media screen and (max-width:767px) {
	body #map2 {
		width: 96%;
		height: 20rem;
		margin: 0 auto;
		border: #ccc solid 1px;
		margin-bottom: 2rem;
	}
}


/*.indexBanner .cont li:nth-child(6) .text{display:none;}
@media (max-width: 1199px) and (min-width: 992px){ .indexBanner .cont li:nth-child(6) .text{display:none;}}
@media (max-width: 991px) and (min-width: 768px) {.indexBanner .cont li:nth-child(6) .text{display:none;}}
@media (max-width: 767px) {.indexBanner .cont li:nth-child(6) .text{display:block;}} */
::-webkit-search-cancel-button {
	display: none;
}


.main_header .main_menu li.productC .cont ul li i.c_icon_lg {
	background-position: -2px -625px;
}

.main_header .main_menu li.productC .cont ul li a:hover i.c_icon_lg {
	background-position: -58px -625px
}

.main_header .main_menu li.productC .cont ul li i.c_icon_smart-home {
	background-position: -2px -694px;
}

.main_header .main_menu li.productC .cont ul li a:hover i.c_icon_smart-home {
	background-position: -52px -694px;
}

.main_header .main_menu li.productC .cont ul li i.c_icon_mart-door-lock {
	background-position: -2px -740px;
}

.main_header .main_menu li.productC .cont ul li a:hover i.c_icon_mart-door-lock {
	background-position: -52px -740px;
}


.proVision {
	margin: 0 30px;
	height: 600px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.proVision .pro_swiper .swiper-slide {
	position: relative;
	width: 100%;
	height: 600px;
}

.proVision .pro_swiper .swiper-slide img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: auto;
}

.swiper-pagination-bullet {
	border: 3px solid #fff;
	width: 10px;
	height: 10px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.swiper-pagination-bullet-active {
	background: #eb6100;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: none;
	display: inline-block;
	width: 50px;
	height: 50px;
	left: 30px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	font-family: "iconfont";
	content: "\e60b";
	font-size: 50px;
	color: #999;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
	display: inline-block;
	width: 50px;
	height: 50px;
	right: 30px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	font-family: "iconfont";
	content: "\e60c";
	font-size: 50px;
	color: #999;
}

.proNavbox {
	height: 80px;
	position: relative;
	z-index: 10;
}

.brandNavBox .proNav {
	height: 80px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
	border-bottom: 1px solid #ededed;
	font-size: 0;
	color: #333;
}

.proNavbox .proNav {
	height: 80px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
	border-bottom: 1px solid #ededed;
	font-size: 0;
	color: #333;
}

.cui_mainbox {
	padding: 0 15px;
}

.proNavbox .xinghao {
	display: inline-block;
	width: 250px;
	height: 80px;
	font-size: 16px;
	line-height: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.brandNavBox .xinghao {
	display: inline-block;
	width: 250px;
	height: 80px;
	font-size: 16px;
	line-height: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.proNavbox .proD_tab {
	position: relative;
}

.brandNavBox .proD_tab {
	position: relative;
	margin:-28px 0;
}

.proNavbox .proD_tab .list {
	display: inline-block;
}

.brandNavBox .proD_tab .list {
	display: inline-block;
}

.proNavbox .proD_tab .list ul {
	display: inline-block;
}

.brandNavBox .proD_tab .list ul {
	display: inline-block;
}

.proNavbox .proD_tab .list ul li {
	display: inline-block;
	padding: 0 20px;
	line-height: 80px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	position: relative;
}

.brandNavBox .proD_tab .list ul li {
	display: inline-block;
	padding: 0 20px;
	line-height: 80px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	position: relative;
}

.brandNavBox .proD_tab .list ul li a {
	display: inline-block;
	padding: 0 20px;
	line-height: 80px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	position: relative;
}

.proNavbox .proD_tab .list ul li.cur {
	background: #f8f8f8;
	color: #333;
}

.brandNavBox .proD_tab .list ul li.cur {
	background: #f8f8f8;
	color: #333;
}

.proNavbox .proD_tab .list ul li.cur:after {
	content: "";
	display: block;
	height: 2px;
	background: #eb6100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.brandNavBox .proD_tab .list ul li.cur:after {
	content: "";
	display: block;
	height: 2px;
	background: #eb6100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.brandNavBox .proD_tab .list ul li.cur:after {
	content: "";
	display: block;
	height: 2px;
	background: #eb6100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.proNavbox .proD_tab .list .line {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	vertical-align: 1em;
	width: 1px;
	background: #eee;
	margin: 0 10px;
}

.brandNavBox .proD_tab .list .line {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	vertical-align: 1em;
	width: 1px;
	background: #eee;
	margin: 0 10px;
}

.proNavbox .proD_tab .tabname {
	line-height: 80px;
	margin-right: 20px;
	font-size: 16px;
}

.brandNavBox .proD_tab .tabname {
	line-height: 80px;
	margin-right: 20px;
	font-size: 16px;
}

.proNavbox .proD_tab .toggle {
	width: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: white;
	box-sizing: border-box;
}

.brandNavBox .proD_tab .toggle {
	width: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: white;
	box-sizing: border-box;
}

.proNavbox .proD_tab .toggle i {
	font-size: 24px;
	vertical-align: middle;
	color: black;
}

.brandNavBox .proD_tab .toggle i {
	font-size: 24px;
	vertical-align: middle;
	color: black;
}

.proNavbox .proNav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	height: 60px;
}

.brandNavBox .proNav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	height: 80px;
}

.proNavbox .proNav.fixed .xinghao {
	line-height: 60px;
}

.brandNavBox .proNav.fixed .xinghao {
	line-height: 60px;
}

.proNavbox .proNav.fixed .proD_tab .list ul li {
	line-height: 60px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.brandNavBox .proNav.fixed .proD_tab .list ul li {
	line-height: 60px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.cui_mainbox:after {
	content: " ";
	display: block;
	clear: both;
	height: 1px;
	margin-top: -1px;
}
.proinfo_main .img-box {
}
.proinfo_main img {
	max-width: 100%;
}

.proinfo_main .pro_info {
	padding: 50px 0;
	border-bottom: 1px solid #dedede;
	max-width: 1500px;
	margin: 0 auto;
}
.proinfo_main .pro_info h3 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 50px;
}
.proinfo_main .pro_info .o_g .o_u {
	text-align: center;
	padding: 0 30px;
}
.proinfo_main .pro_info .o_g .o_u h3 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
}
.proinfo_main .pro_info .o_g .o_u p {
	display: flex;
	font-size: 18px;
	line-height: 50px;
	text-align: left;
}
.proinfo_main .pro_info .o_g .o_u p::before {
	content: "◎";
	font-size: 30px;
	margin-right: 10px;
	line-height: 50px;
}
.proinfo_main .pro_info .o_g .o_u.o_df_1-3 p{
	width: 100%;
	justify-content: center;
}
.proinfo_main .pro_info .o_g .o_u.o_df_1-3 p::before {
	content: "";
}

.main_header .main_menu li .btn_next,
.main_header .main_menu li .cont .btn_per {
	display: none;
}

@media (max-width: 991px) {
	.brandNavBox .proD_tab {
	position: relative;
	margin:-16px 0;
}
	.brandNavBox .proD_tab .list{
		display:none;
		}
		
	.brandNavBox .proD_tab .list {
		position: absolute;
		right: 0;
		top: 60px;
		width: 120px;
		background: white;
		display: none;
		z-index: 1;
	}

	.brandNavBox .proD_tab .list ul {
		display: block;
	}

	.brandNavBox .proD_tab .list ul li {
		display: block;
		line-height: 40px !important;
		border-bottom: 1px solid #eee;
		border: 1px solid #eee;
		margin-top: -1px;
		position: relative;
		padding: 0 15px;
	}

	.brandNavBox .proD_tab .list ul li a {
		display: block;
		line-height: 40px !important;
		border-bottom: 1px solid #eee;
		margin-top: -1px;
		position: relative;
		padding: 0 15px;
}

	.brandNavBox .proD_tab .list ul li.cur {
		background: #f8f8f8;
		color: #333;
	}

	.brandNavBox .proD_tab .list ul li.cur:after {
		display: none;
	}

	.brandNavBox .proD_tab .tabname {
		line-height: 60px;
		margin-right: 15px;
	}

	.brandNavBox .proD_tab .toggle {
		width: 60px;
		line-height: 60px;
	}

	.brandNavBox .proD_tab.open .list {
		display: block;
		box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	}

	.brandNavBox .proD_tab.open .toggle {
		border: 1px solid #eee;
		border-top: none;
		border-bottom: none;
		box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	}

	}

@media (max-width: 767px) {
	.proVision {
		margin: 0;
		height: 200px;
	}

	.proVision .pro_swiper .swiper-slide {
		height: 200px;
	}

	.proNavbox {
		height: 60px;
	}

	.proNavbox .proNav {
		height: 60px;
	}
	
	.brandNavBox .proNav {
		height: 60px;
	}

	.proNavbox .xinghao {
		width: 50%;
		height: 60px;
		line-height: 60px;
	}

	.brandNavBox .xinghao {
		width: 50%;
		height: 60px;
		line-height: 60px;
		margin:-10px 0 0 -50px;
	}

	.proNavbox .proD_tab .list {
		position: absolute;
		right: 0;
		top: 60px;
		width: 120px;
		background: white;
		display: none;
		z-index: 1;
	}

	.brandNavBox .proD_tab .list {
		position: absolute;
		right: 0;
		top: 60px;
		width: 120px;
		background: white;
		display: none;
		z-index: 1;
	}

	.proNavbox .proD_tab .list ul {
		display: block;
	}

	.brandNavBox .proD_tab .list ul {
		display: block;
	}

	.proNavbox .proD_tab .list ul li {
		display: block;
		line-height: 40px !important;
		border-bottom: 1px solid #eee;
		border: 1px solid #eee;
		margin-top: -1px;
		position: relative;
		padding: 0 15px;
	}

	.brandNavBox .proD_tab .list ul li {
		display: block;
		line-height: 40px !important;
		border-bottom: 1px solid #eee;
		border: 1px solid #eee;
		margin-top: -1px;
		position: relative;
		padding: 0 15px;
	}

	.brandNavBox .proD_tab .list ul li a {
		display: block;
		line-height: 40px !important;
		border-bottom: 1px solid #eee;
		margin-top: -1px;
		position: relative;
		padding: 0 15px;
}

	.proNavbox .proD_tab .list ul li.cur {
		background: #f8f8f8;
		color: #333;
	}

	.brandNavBox .proD_tab .list ul li.cur {
		background: #f8f8f8;
		color: #333;
	}

	.proNavbox .proD_tab .list ul li.cur:after {
		display: none;
	}

	.brandNavBox .proD_tab .list ul li.cur:after {
		display: none;
	}

	.proNavbox .proD_tab .tabname {
		line-height: 60px;
		margin-right: 15px;
	}

	.brandNavBox .proD_tab .tabname {
		line-height: 60px;
		margin-right: 15px;
	}

	.proNavbox .proD_tab .toggle {
		width: 60px;
		line-height: 60px;
	}

	.brandNavBox .proD_tab .toggle {
		width: 60px;
		line-height: 60px;
	}

	.proNavbox .proD_tab.open .list {
		display: block;
		box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	}

	.brandNavBox .proD_tab.open .list {
		display: block;
		box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	}

	.proNavbox .proD_tab.open .toggle {
		border: 1px solid #eee;
		border-top: none;
		border-bottom: none;
		box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	}

	.brandNavBox .proD_tab.open .toggle {
		border: 1px solid #eee;
		border-top: none;
		border-bottom: none;
		box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	}

	.proinfo_main .pro_info {
		padding-top: 0;
	}

}




.blog-slider {
	width: 100%;
	position: relative;
	max-width: 1000px;
	margin: 50px auto;
	background: #fff;
	box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
	padding: 25px;
	border-radius: 25px;
	transition: all .3s;
}

@media screen and (max-width: 992px) {
	.blog-slider {
		max-width: 680px;
		height: 400px;
	}
}

@media screen and (max-width: 768px) {
	.blog-slider {
		width: calc(100% - 50px);
		min-height: 500px;
		height: auto;
		margin: 180px auto;
	}
}

@media screen and (max-height: 500px) and (min-width: 992px) {
	.blog-slider {
		height: 350px;
	}
}

.blog-slider__item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.blog-slider__item:nth-child(2n) {
	display: flex;
	flex-direction: row-reverse;
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
	opacity: 1;
	transition-delay: .3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
	opacity: 1;
	transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
	transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
	transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
	transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
	transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
	transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
	transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
	transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
	transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
	transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
	transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
	transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
	transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
	transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
	transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
	transition-delay: 1.7s;
}

.blog-slider__img {
	width: 450px;
	flex-shrink: 0;
	height: 300px;
	background-image: linear-gradient(147deg, #fe8a39 0%, #f76824 74%);
	/* box-shadow: 4px 13px 30px 1px rgba(252,101,56, 0.2); */
	border-radius: 20px;
	overflow: hidden;
}

/* .blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  border-radius: 20px;
  opacity: 0;
} */
.blog-slider__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 1;
	border-radius: 20px;
	transition: all .3s;
}

@media screen and (max-width: 768px) {
	.blog-slider {
		margin: 30px 0;
	}
	.blog-slider__item {
		flex-direction: column;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	.blog-slider__item:nth-child(2n) {
		display: flex;
		flex-direction: column;
	}
	.blog-slider__img {
		width: 100%;
		height: auto;
	}
}


.blog-slider__content {
	padding-right: 25px;
	padding-left: 25px;
}

@media screen and (max-width: 768px) {
	.blog-slider__content {
		margin-top: 0;
		text-align: center;
		padding: 0 30px;
	}
}

@media screen and (max-width: 576px) {
	.blog-slider__content {
		padding: 0;
	}
}

.blog-slider__content>* {
	opacity: 1;
	transform: translateY(25px);
	transition: all .4s;
}

.blog-slider__code {
	color: #7b7992;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
}

.blog-slider__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	color: #0d0925;
	margin-bottom: 20px;
}

.blog-slider__text {
	color: #4e4a67;
	margin-bottom: 30px;
	line-height: 2;
}

.blog-slider__text span {
	color: #ec6b10;
}

.blog-slider__button {
	display: inline-flex;
	background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
	padding: 15px 35px;
	border-radius: 50px;
	color: #fff;
	box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
	text-decoration: none;
	font-weight: 500;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
	.blog-slider__button {
		width: 100%;
	}
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.blog-slider__pagination {
	position: absolute;
	z-index: 21;
	right: 20px;
	width: 11px !important;
	text-align: center;
	left: auto !important;
	top: 50%;
	bottom: auto !important;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.blog-slider__pagination {
		transform: translateX(-50%);
		left: 50% !important;
		top: 205px;
		width: 100% !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 8px 0;
}

@media screen and (max-width: 768px) {
	.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
}

.blog-slider__pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	display: block;
	border-radius: 10px;
	background: #062744;
	opacity: 0.2;
	transition: all .3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fd3838;
	height: 30px;
	box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
	.blog-slider__pagination .swiper-pagination-bullet-active {
		height: 11px;
		width: 30px;
	}
}


.videolist {
	position: relative;
}

.videolist:hover {
	cursor: pointer;
}

.binfenC ul.list li img.videoed {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 20%;
	right: 0;
	margin: auto;
	z-index: 99;
	z-index: 99;
	border-radius: 100%;
}

.videos {
	display: none;
	border: 1px solid #080808;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -210px;
	z-index: 100;
	width: 640px;
	height: 360px;
}

.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer;
}
