.mejs__offscreen {
	position: absolute;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
	word-wrap: normal;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%)
}

.mejs__container {
	position: relative;
	background: #000;
	vertical-align: top;
	text-align: left;
	text-indent: 0;
	font-family: Helvetica,Arial,serif
}

.mejs__container,.mejs__container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none
}

.mejs__fill-container,.mejs__fill-container .mejs__container {
	width: 100%;
	height: 100%
}

.mejs__fill-container {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background: 0 0
}

.mejs__container:focus {
	outline: 0
}

.mejs__iframe-overlay {
	position: absolute;
	width: 100%;
	height: 100%
}

.mejs__embed,.mejs__embed body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #000
}

.mejs__fullscreen {
	overflow: hidden!important
}

.mejs__container-fullscreen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden
}

.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video {
	width: 100%!important;
	height: 100%!important
}

.mejs__background,.mejs__mediaelement {
	position: absolute;
	top: 0;
	left: 0
}

.mejs__mediaelement {
	z-index: 0;
	width: 100%;
	height: 100%
}

.mejs__poster {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-size: cover
}

:root .mejs__poster-img {
	display: none
}

.mejs__poster-img {
	padding: 0;
	border: 0
}

.mejs__overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center
}

.mejs__layer {
	z-index: 1
}

.mejs__overlay-play {
	cursor: pointer
}

.mejs__overlay-button {
	width: 80px;
	height: 80px;
	background: url(../images/mejs-controls_872edbb.png) no-repeat;
	background-position: 0 -39px
}

.mejs__overlay:hover>.mejs__overlay-button {
	background-position: -80px -39px
}

.mejs__overlay-loading {
	width: 80px;
	height: 80px
}

.mejs__overlay-loading-bg-img {
	z-index: 1;
	width: 80px;
	height: 80px;
	-webkit-animation: mejs__loading-spinner 1s linear infinite;
	-moz-animation: mejs__loading-spinner 1s linear infinite;
	animation: mejs__loading-spinner 1s linear infinite
}

@-webkit-keyframes mejs__loading-spinner {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-moz-keyframes mejs__loading-spinner {
	to {
		-webkit-transform: rotate(1turn);
		-moz-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes mejs__loading-spinner {
	to {
		-webkit-transform: rotate(1turn);
		-moz-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.mejs__controls {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	list-style-type: none
}

.mejs__controls:not([style*="display: none"]) {
	background: rgba(255,0,0,.7);
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,.35));
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.35)));
	background: -moz-linear-gradient(transparent,rgba(0,0,0,.35));
	background: linear-gradient(transparent,rgba(0,0,0,.35))
}

.mejs__button,.mejs__time,.mejs__time-rail {
	margin: 0;
	width: 32px;
	height: 40px;
	font-size: 10px;
	line-height: 10px
}

.mejs__button>button {
	position: absolute;
	display: block;
	overflow: hidden;
	margin: 10px 6px;
	padding: 0;
	width: 20px;
	height: 20px;
	border: 0;
	background: transparent url(../images/mejs-controls_872edbb.png);
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	cursor: pointer
}

.mejs__button>button:focus {
	outline: 1px dotted #999
}

.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus,.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus {
	outline: 0
}

.mejs__time {
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 16px 6px 0;
	width: auto;
	height: 24px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 11px
}

.mejs__play>button {
	background-position: 0 0
}

.mejs__pause>button {
	background-position: -20px 0
}

.mejs__replay>button {
	background-position: -160px 0
}

.mejs__time-rail {
	position: relative;
	margin: 0 10px;
	padding-top: 10px;
	height: 40px;
	direction: ltr;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-moz-box-flex: 1;
	flex-grow: 1
}

.mejs__time-buffering,.mejs__time-current,.mejs__time-float,.mejs__time-float-corner,.mejs__time-float-current,.mejs__time-hovered,.mejs__time-loaded,.mejs__time-marker,.mejs__time-total {
	position: absolute;
	display: block;
	height: 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer
}

.mejs__time-total {
	margin: 5px 0 0;
	width: 100%;
	background: hsla(0,0%,100%,.3)
}

.mejs__time-buffering {
	width: 100%;
	background: -webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);
	background: -moz-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,.4) 75%,transparent 75%,transparent);
	background: linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
	-webkit-background-size: 15px 15px
}

@-webkit-keyframes buffering-stripes {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 30px 0
	}
}

@-moz-keyframes buffering-stripes {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 30px 0
	}
}

@keyframes buffering-stripes {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 30px 0
	}
}

.mejs__time-loaded {
	background: hsla(0,0%,100%,.3)
}

.mejs__time-current,.mejs__time-handle-content {
	background: hsla(0,0%,100%,.9)
}

.mejs__time-hovered {
	z-index: 10;
	background: hsla(0,0%,100%,.5)
}

.mejs__time-hovered.negative {
	background: rgba(0,0,0,.2)
}

.mejs__time-buffering,.mejs__time-current,.mejs__time-hovered,.mejs__time-loaded {
	left: 0;
	width: 100%;
	-webkit-transition: all .15s ease-in;
	-moz-transition: .15s ease-in all;
	transition: all .15s ease-in;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-ms-transform: scaleX(0);
	-ms-transform-origin: 0 0
}

.mejs__time-buffering {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	-ms-transform: scaleX(1)
}

.mejs__time-hovered {
	-webkit-transition: height .1s cubic-bezier(.44,0,1,1);
	-moz-transition: height .1s cubic-bezier(.44,0,1,1);
	transition: height .1s cubic-bezier(.44,0,1,1)
}

.mejs__time-hovered.no-hover {
	-webkit-transform: scaleX(0)!important;
	-moz-transform: scaleX(0)!important;
	transform: scaleX(0)!important;
	-ms-transform: scaleX(0)!important
}

.mejs__time-handle,.mejs__time-handle-content {
	position: absolute;
	left: 0;
	z-index: 11;
	border: 4px solid transparent;
	cursor: pointer;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	-ms-transform: translateX(0)
}

.mejs__time-handle-content {
	top: -4px;
	left: -7px;
	width: 10px;
	height: 10px;
	border: 4px solid hsla(0,0%,100%,.9);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-ms-transform: scale(0)
}

.mejs__time-rail .mejs__time-handle-content:active,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail:hover .mejs__time-handle-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}

.mejs__time-float {
	position: absolute;
	bottom: 100%;
	display: none;
	margin-bottom: 9px;
	width: 36px;
	height: 17px;
	border: 1px solid #333;
	background: #eee;
	color: #111;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.mejs__time-float-current {
	left: 0;
	display: block;
	margin: 2px;
	width: 30px;
	text-align: center
}

.mejs__time-float-corner {
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #eee;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.mejs__long-video .mejs__time-float {
	margin-left: -23px;
	width: 64px
}

.mejs__long-video .mejs__time-float-current {
	width: 60px
}

.mejs__broadcast {
	position: absolute;
	top: 15px;
	width: 100%;
	height: 10px;
	color: #fff
}

.mejs__fullscreen-button>button {
	background-position: -80px 0
}

.mejs__unfullscreen>button {
	background-position: -100px 0
}

.mejs__mute>button {
	background-position: -60px 0
}

.mejs__unmute>button {
	background-position: -40px 0
}

.mejs__volume-button {
	position: relative
}

.mejs__volume-button>.mejs__volume-slider {
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	display: none;
	margin: 0;
	width: 25px;
	height: 115px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: rgba(50,50,50,.7);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	-ms-transform: translateX(-50%)
}

.mejs__volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px
}

.mejs__volume-total {
	position: absolute;
	top: 8px;
	left: 50%;
	margin: 0;
	width: 2px;
	height: 100px;
	background: hsla(0,0%,100%,.5);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.mejs__volume-current {
	left: 0;
	margin: 0;
	width: 100%
}

.mejs__volume-current,.mejs__volume-handle {
	position: absolute;
	background: hsla(0,0%,100%,.9)
}

.mejs__volume-handle {
	left: 50%;
	width: 16px;
	height: 6px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	cursor: ns-resize;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.mejs__horizontal-volume-slider {
	position: relative;
	display: block;
	width: 56px;
	height: 36px;
	vertical-align: middle
}

.mejs__horizontal-volume-total {
	top: 16px;
	width: 50px;
	height: 8px;
	background: rgba(50,50,50,.8)
}

.mejs__horizontal-volume-current,.mejs__horizontal-volume-total {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 1px
}

.mejs__horizontal-volume-current {
	top: 0;
	width: 100%;
	height: 100%;
	background: hsla(0,0%,100%,.8)
}

.mejs__horizontal-volume-handle {
	display: none
}

.mejs__captions-button,.mejs__chapters-button {
	position: relative
}

.mejs__captions-button>button {
	background-position: -140px 0
}

.mejs__chapters-button>button {
	background-position: -180px 0
}

.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector {
	position: absolute;
	right: 50%;
	bottom: 100%;
	visibility: visible;
	overflow: hidden;
	margin-right: -43px;
	padding: 0;
	width: 86px;
	border: 1px solid transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: rgba(50,50,50,.7)
}

.mejs__chapters-button>.mejs__chapters-selector {
	margin-right: -55px;
	width: 110px
}

.mejs__captions-selector-list,.mejs__chapters-selector-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none!important
}

.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item {
	display: block;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 0;
	color: #fff;
	list-style-type: none!important;
	cursor: pointer
}

.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover {
	background-color: #c8c8c8!important;
	background-color: hsla(0,0%,100%,.4)!important
}

.mejs__captions-selector-input,.mejs__chapters-selector-input {
	position: absolute;
	left: -1000px;
	float: left;
	clear: both;
	margin: 3px 3px 0 5px
}

.mejs__captions-selector-label,.mejs__chapters-selector-label {
	float: left;
	padding: 4px 10px 0;
	width: 100%;
	font-size: 10px;
	line-height: 15px;
	cursor: pointer
}

.mejs__captions-selected,.mejs__chapters-selected {
	color: #21f8f8
}

.mejs__captions-translations {
	margin: 0 0 5px;
	font-size: 10px
}

.mejs__captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 20px
}

.mejs__captions-layer a {
	color: #fff;
	text-decoration: underline
}

.mejs__captions-layer[lang=ar] {
	font-weight: 400;
	font-size: 20px
}

.mejs__captions-position {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%
}

.mejs__captions-position-hover {
	bottom: 35px
}

.mejs__captions-text,.mejs__captions-text * {
	padding: 0;
	background: rgba(20,20,20,.5);
	-webkit-box-shadow: 5px 0 0 rgba(20,20,20,.5),-5px 0 0 rgba(20,20,20,.5);
	box-shadow: 5px 0 0 rgba(20,20,20,.5),-5px 0 0 rgba(20,20,20,.5);
	white-space: pre-wrap
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
	display: none
}

.mejs__overlay-error {
	position: relative
}

.mejs__overlay-error>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	max-width: 100%
}

.mejs__cannotplay,.mejs__cannotplay a {
	color: #fff;
	font-size: .8em
}

.mejs__cannotplay {
	position: relative
}

.mejs__cannotplay a,.mejs__cannotplay p {
	display: inline-block;
	padding: 0 15px;
	width: 100%
}

.swiper-container {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-moz-transition-property: transform,-moz-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform,-moz-transform
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-ms-transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-transition-property: -webkit-transform,height;
	-webkit-transition-property: height,-webkit-transform;
	-moz-transition-property: -moz-transform;
	-moz-transition-property: transform,height,-moz-transform;
	transition-property: height,-webkit-transform;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform,-moz-transform;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start
}

.swiper-container .swiper-notification {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
	opacity: 0;
	pointer-events: none
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -22px;
	width: 27px;
	height: 44px;
	background-position: 50%;
	background-size: 27px 44px;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-background-size: 27px 44px
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	right: auto;
	left: 10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	z-index: 10;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-ms-transform: translateZ(0)
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	background: #007aff;
	opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	top: 50%;
	right: 10px;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 5px 0
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	position: absolute;
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #007aff;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
	-ms-transform: scale(0);
	-ms-transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	transform-origin: right top;
	-ms-transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	top: 0;
	left: 0;
	width: 100%;
	height: 4px
}

.swiper-container-vertical>.swiper-pagination-progress {
	top: 0;
	left: 0;
	width: 4px;
	height: 100%
}

.swiper-pagination-progress.swiper-pagination-white {
	background: hsla(0,0%,100%,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
	background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),transparent);
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
	background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),transparent);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
	background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),transparent);
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
	z-index: 1;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-ms-transform-origin: 0 0
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-ms-transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	visibility: visible;
	pointer-events: auto
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px)
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
	pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0,0,0,.1);
	-ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	bottom: 3px;
	left: 1%;
	z-index: 50;
	width: 98%;
	height: 5px
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	top: 1%;
	right: 3px;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0,0,0,.5)
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-ms-transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	content: "";
	-webkit-background-size: 100%
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn)
	}
}

@-moz-keyframes swiper-preloader-spin {
	to {
		-moz-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		-moz-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

b,body,dd,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,html,i,iframe,img,label,legend,li,p,pre,span,strong,table,tbody,td,tfoot,th,thead,tr,ul {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0
}

html {
	overflow-x: hidden;
	overflow-y: auto
}

a,button,input {
	margin: 0;
	padding: 0;
	outline: 0
}

h1,h2,h3,h4,h5 {
	font-size: 100%
}

li,ul {
	list-style: none
}

a,button {
	cursor: pointer
}

a:focus {
	outline: 0
}

table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix:after,.cls:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: "."
}

.clearfix,.cls {
	clear: both
}

a {
	color: #6c6c6c
}

a,a:hover {
	text-decoration: none
}

a:hover {
	color: #e63eb5
}

.hidden {
	display: none
}

em,i,strong {
	font-weight: 400;
	font-style: normal
}

.hide {
	display: none
}

.body {
	overflow-x: hidden;
	width: 100%;
	background: #fff;
	font: 14px/1.5 Microsoft Yahei,SimSun
}

.header {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 1200px;
	height: 1000px
}

.kv-inner {
	height: 1100px;
	background: url(../images/kv-inner_263b469.jpg) no-repeat 50%
}

.kv-inner,.kv-top {
	position: absolute;
	left: 50%;
	z-index: 1;
	overflow: hidden;
	margin-left: -1000px;
	width: 2000px
}

.kv-top {
	height: 1000px
}

.kv-top-img {
	position: relative;
	clear: both
}

.kv-top-img,.kv-top-img li,.kv-top-img li a,.kv-top-img li img {
	width: 100%;
	height: 100%
}

.kv-top-img li a {
	display: block
}

.kv-top-num {
	position: absolute;
	top: 776px;
	right: 50%;
	margin-right: -600px
}

.kv-num li,.kv-top-num li {
	float: left;
	overflow: hidden;
	margin-left: 7px;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background: #fff;
	text-indent: -9999em;
	cursor: pointer
}

.kv-num li.current,.kv-num li:hover,.kv-top-num li.focus,.kv-top-num li:hover {
	width: 35px;
	background: #d6903c
}

.logo {
	left: 0;
	z-index: 3;
	width: 222px;
	height: 128px;
	background: url(../images/logo_146fc31.png) no-repeat
}

.logo,.nav-top {
	position: absolute;
	top: 0
}

.nav-top {
	left: 50%;
	z-index: 2;
	margin-left: -600px;
	width: 1200px;
	height: 100px
}

.nav-top ul {
	margin-left: 216px
}

.nav-top li {
	float: left;
	width: 100px;
	height: 100%;
	background: url(../images/nav-line_9ae80df.png) 100% no-repeat;
	text-align: center;
	font-weight: 700;
	font-size: 18px
}

.nav-top li:last-child {
	background: 0 0
}

#nav-t2 {
	margin-right: 222px
}

.nav-top a {
	display: block;
	padding-top: 38px;
	height: 88px;
	color: #1b0403;
	text-decoration: none
}

.nav-top a span {
	display: block;
	color: #4e0300;
	font-weight: 400;
	font-style: normal;
	font-size: 10px
}

.nav-top a:hover,.nav-top a:hover span {
	color: #ab660e
}


.tips18 {
	position: absolute;
	top: 772px;
	left: 0;
	z-index: 2;
	color: #2b2727;
	font-size: 16px
}


.section {
	position: relative;
	margin: 0 auto;
	width: 1200px
}

.section1 {
	z-index: 3;
	margin-top: -200px;
	height: 355px;
	background: url(../images/section1_61e588a.png) no-repeat
}

.section1 .news-wrap {
	position: relative;
	float: right;
	margin: 16px 32px 0 0;
	width: 448px;
	height: 316px
}

.section1 .news-wrap .headline {
	margin-top: 20px;
	height: 48px;
	background: #ba925f;
	text-align: center;
	line-height: 48px
}

.section1 .news-wrap .headline,.section1 .news-wrap .headline a {
	color: #fffff2;
	font-weight: 700;
	font-size: 18px
}

.section1 .news-wrap .news-more {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 92px;
	height: 34px;
	color: #f6f6f6;
	text-align: right;
	font-size: 16px;
	line-height: 34px
}

.section1 .news-wrap .news-more:hover {
	color: #f1be7e
}

.section1 .news-tab {
	height: 34px
}

.section1 .news-tab li {
	position: relative;
	float: left;
	display: inline;
	width: 92px;
	height: 34px;
	text-align: center;
	line-height: 34px
}

.section1 .news-tab #li_gonglue {
	margin-right: 0
}

.section1 .news-tab li.current .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 92px;
	height: 2px;
	background-repeat: no-repeat
}

.section1 .news-tab li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #f6f6f6;
	text-align: center;
	font-size: 16px
}

.section1 .news-tab li.current a,.section1 .news-tab li a:hover {
	color: #f1be7e
}

.section1 .news-list {
	overflow: hidden;
	margin-top: 14px;
	height: 200px
}

.section1 .news-list li {
	overflow: hidden;
	height: 39px;
	border-bottom: 1px dashed #615f63;
	color: #7a7a7a;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 39px
}

.section1 .news-list li .time {
	float: right
}

.section1 .news-list li a {
	color: #afafaf
}

.section1 .news-list li:first-child a {
	color: #bdb2a4
}

.section1 .news-list li:last-child {
	border-bottom: 0
}

.section1 .news-list li:hover a,.section1 .news-list li:hover a span {
	color: #efc998
}

.section1 .news-date {
	float: right
}

.section1 .kv {
	position: relative;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 15px 2px 0 14px
}

.section1 .kv,.section1 .kv-img,.section1 .kv-img img {
	width: 670px;
	height: 326px
}

.section1 .kv-num {
	position: absolute;
	right: 10px;
	bottom: 13px
}

.section1 .jietu-num li,.section1 .kv-num li {
	float: left;
	overflow: hidden;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	border: 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	text-indent: -9999em
}

.section1 .jietu-num li.focus,.section1 .jietu-num li:hover,.section1 .kv-num li.focus,.section1 .kv-num li:hover {
	width: 30px;
	background: #d6903c
}

.section2 {
	position: relative;
	width: 100%;
	height: 580px;
	background: url(../images/section2_714e394.jpg) no-repeat top
}

.section2 .section-title {
	position: absolute;
	top: 124px;
	left: 50%;
	width: 289px;
	height: 33px;
	background: url(../images/role-t_03fb70f.png)
}

.ml-590 {
	margin-left: -590px
}

.role {
	margin: 0 auto;
	padding: 0;
	width: 1200px
}

.role,.role-inner {
	position: relative;
	height: 100%
}

.role-inner {
	width: 100%
}

.role-nav {
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 10;
	display: none;
	width: 107px;
	height: 537px
}

.role-nav li {
	position: absolute;
	left: 8px;
	width: 108px;
	height: 39px;
	background: url(../images/r-tab-icon.png) 100% no-repeat;
	text-align: center;
	font-size: 22px;
	line-height: 39px
}

.role-nav li,.role-nav li a {
	color: #212121
}

.role-nav li.cur,.role-nav li:hover {
	background: url(../images/r-tab-icon-h.png) 100% no-repeat
}

.role-nav li.cur a,.role-nav li:hover a {
	color: #b11a1a;
	font-size: 30px
}

.nav-0 {
	top: 172px
}

.nav-1 {
	top: 255px
}

.nav-2 {
	top: 330px
}

.f-cf {
	width: 100%
}

.role-nav .cur {
	background-image: url(images/role-tab-h.png)
}

.curMod {
	z-index: 5
}

.role-con,.role-detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.r-desc {
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-ms-transform: scale(0)
}

.curMod .r-desc {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}

.curMod .role0,.curMod .role1 {
	top: 0
}

.r-detail {
	position: absolute;
	top: 216px;
	left: 8px;
	z-index: 1;
	width: 330px;
	height: auto;
	color: #000;
	font-size: 14px;
	line-height: 30px
}

.r-detail .title {
	display: block;
	margin-bottom: 28px;
	width: 112px;
	height: 40px;
	background-repeat: no-repeat;
	color: #f6f6f6;
	text-align: center;
	font-size: 26px;
	line-height: 40px
}

.r-detail p,.r-intro p {
	overflow: auto
}

.r-detail p .icon,.r-intro p .icon {
	float: left;
	display: block;
	margin: 10px 4px 0 8px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat
}

.r-detail p span,.r-intro p span {
	float: left;
	display: block;
	width: 308px
}

.r-intro p span {
	width: 340px
}

.r-intro p span.intro-t {
	width: auto
}

.r-detail .rec {
	margin-top: 16px
}

.r-detail .skill {
	position: relative;
	left: -20px;
	padding: 0 40px;
	width: 280px;
	height: 80px;
	background: url(../images/role-skill_4c3bf44.png) 50% no-repeat
}

.r-detail .skill li {
	float: left;
	width: 70px
}

.r-detail .skill li img {
	display: block;
	margin: 10px auto 0;
	width: 41px;
	height: 41px
}

.r-detail .skill li span {
	display: block;
	color: #777;
	text-align: center;
	font-size: 14px;
	line-height: 24px
}

.r-detail .star {
	display: inline-block;
	margin: 0 2px;
	width: 20px;
	height: 18px;
	vertical-align: middle
}

.r-detail .star,.r-detail .star.empty,.r-detail .star.half {
	background-repeat: no-repeat
}

.r-detail .use {
	float: none;
	display: inline-block;
	width: 107px;
	height: 14px;
	background: url(../images/star.png?__sprite) no-repeat;
	vertical-align: middle
}

.r-detail .s-title {
	float: left
}

.r-detail .s-detail {
	float: left;
	margin-top: 3px;
	width: 270px;
	line-height: 23px
}

.r-detail .s-detail2 {
	width: 240px
}

.r-detail .s-detail3 {
	width: 300px
}

.r-detail .s-detail4 {
	width: 240px
}

.r-detail .s-detail5 {
	width: 270px
}

.r-detail .s-detail6 {
	width: 220px
}

.r-img {
	position: absolute
}

.role0 .r-img {
	top: -12px;
	left: 314px
}

.role1 .r-img {
	top: -133px;
	left: 527px
}

.role2 .r-img {
	top: -124px;
	left: 573px
}

.r-intro {
	position: absolute;
	top: 270px;
	right: 6px;
	width: 340px;
	line-height: 30px
}

.section3 {
	height: 464px
}

.section3 .section-title {
	position: absolute;
	top: 24px;
	left: 5px;
	width: 276px;
	height: 31px;
	background: url(../images/game-t_19f0725.png) no-repeat 0 0
}

.ziliao {
	margin-top: 96px;
	width: 100%
}

.ziliao,.zl-box {
	float: left;
	overflow: hidden;
	height: 280px
}

.zl-box {
	position: relative;
	margin: 0 10px;
	width: 280px;
	cursor: pointer;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	transition: width .3s ease
}

.zl-box:hover>.zl-bg {
	display: none
}

.zl-box:hover>.zl {
	display: block
}

.zl,.zl-bg {
	position: absolute;
	width: 280px;
	height: 280px
}

.zl {
	display: none
}

.zl-1-bg {
	background: url(../images/n1-bg-p_a882a51.jpg) no-repeat
}

.zl-2-bg {
	background: url(../images/n2-bg-p_ba158ed.jpg) no-repeat
}

.zl-3-bg {
	background: url(../images/n3-bg-p_1fcf39c.jpg) no-repeat
}

.zl-4-bg {
	background: url(../images/n4-bg-p_a49a8a2.jpg) no-repeat
}

.zl-1 {
	background: url(../images/n1-bg-h_5546ba8.jpg) no-repeat
}

.zl-2 {
	background: url(../images/n2-bg-h_4ae1639.jpg) no-repeat
}

.zl-3 {
	background: url(../images/n3-bg-h_e8d4aa7.jpg) no-repeat
}

.zl-4 {
	background: url(../images/n4-bg-h_de79713.jpg) no-repeat
}

.zl-con ul li {
	padding-left: 74px;
	width: 160px;
	height: 36px;
	color: #e9c89d;
	font-size: 16px;
	line-height: 36px
}

.zl-con ul a {
	display: block;
	width: 100%;
	height: 100%;
	color: #e9c89d;
	text-align: left
}

.zl-con ul a:hover {
	color: #ffbd68
}

.zl-con ul a i,.zl-more i {
	display: inline-block;
	margin: 11px 22px 0 0;
	width: 14px;
	height: 14px;
	background: url(../images/zl-list_35c8090.png) no-repeat;
	zoom: 1
}

#zl-1 {
	background-position: 0 0
}

.zl-con {
	overflow: hidden;
	padding-top: 54px
}

.zl-more {
	z-index: 999;
	display: block;
	padding-left: 74px;
	width: 160px;
	height: 36px;
	color: #e9c89d;
	text-align: left;
	font-size: 16px;
	line-height: 36px
}

.zl-more:hover {
	color: #ffbd68
}

.ziliao-text {
	position: absolute;
	bottom: 14px;
	left: 32px;
	z-index: 5;
	display: none;
	font-size: 24px
}

.section4 {
	overflow: hidden;
	width: 100%;
	height: 602px;
	background: url(../images/section4_1890994.jpg) no-repeat top
}

.section4 .section-title {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -582px;
	width: 296px;
	height: 41px;
	background: url(../images/jietu-t_cbaf9b1.png) no-repeat 0 0
}

.exhibition_hall {
	position: relative;
	top: 94px;
	z-index: 10;
	margin: 0 auto;
	width: 1200px
}

.exhibition_hall,.exhibition_hall .jQ_sliderSwitch {
	text-align: center
}

.exhibition_hall .jQ_sliderSwitch li {
	display: inline-block;
	margin-right: 6px;
	width: 30px;
	height: 4px;
	background: #727272;
	cursor: pointer
}

.exhibition_hall .jQ_sliderSwitch li.active {
	background: #c39738
}

.dg-nav {
	bottom: 270px;
	left: 50%;
	z-index: 300;
	margin-left: -29px
}

.dg-nav,.dg-nav span {
	position: absolute;
	width: 56px
}

.dg-nav span {
	display: block;
	height: 58px;
	text-indent: -9000px;
	cursor: pointer
}

.dg-nav span.dg-next:hover {
	background: transparent url(../images/next-h_fa364eb.png) 100% no-repeat
}

.dg-nav span.dg-prev:hover {
	background: transparent url(../images/prev-h_5a63d82.png) 0 no-repeat
}

.dg-nav span.dg-next {
	right: -460px;
	background: transparent url(../images/next_23104f2.png) 100% no-repeat
}

.dg-nav span.dg-prev {
	left: -460px;
	background: transparent url(../images/prev_dbff5b8.png) 0 no-repeat
}

.roundabout_box img {
	width: 100%
}

.roundabout-holder,.roundabout_box {
	margin: 0 auto;
	height: 416px
}

.roundabout-holder {
	width: 500px;
	list-style: none
}

.roundabout-moveable-item {
	width: 758px;
	height: 416px;
	text-align: center;
	font-size: 12px!important;
	cursor: pointer
}

.roundabout-moveable-item .pic {
	width: 100%;
	height: 100%
}

.roundabout-moveable-item .pic .pic-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.6);
	filter: Alpha(opacity=60)
}

.roundabout-in-focus .pic .pic-mask {
	display: none
}

.roundabout-moveable-item img {
	margin: 0;
	width: 100%;
	height: 100%;
	background: url(//img1.37wanimg.com/www/css/images/common/loading-48x48.gif) 50% no-repeat
}

.roundabout-in-focus {
	cursor: auto
}

.roundabout-in-focus000:hover {
	background: #f9f9f9;
	-webkit-box-shadow: 0 0 20px #787878;
	-moz-box-shadow: 0 0 20px #787878
}

.roundabout-holder .text {
	color: #999
}

.roundabout-in-focus000:hover span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 999;
	display: inline;
	padding: 8px 20px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	-webkit-border-top-left-radius: 5px;
	background: #f9f9f9;
	color: #36c;
	-moz-border-radius-topLeft: 5px
}

.roundabout a:active,.roundabout a:focus,.roundabout a:visited {
	outline: 0;
	text-decoration: none
}

.roundabout li {
	margin: 0
}

.section5 {
	overflow: hidden;
	margin: 0 auto;
	width: 1200px;
	height: 250px
}

.section5 ul {
	overflow: auto
}

.section5 li {
	float: left;
	padding: 60px 5px 0;
	width: 290px
}

.section5 li .pic {
	float: left;
	margin-right: 10px;
	width: 134px;
	height: 134px;
	background: url(../images/tel_d475894.jpg) no-repeat
}

.section5 li .pic img {
	width: 100%
}

.section5 li .txt .tit {
	margin-top: 26px;
	color: #0f0f0f;
	font-size: 22px;
	line-height: 32px
}

.section5 li .txt p {
	color: #545454;
	font-size: 12px;
	line-height: 18px
}

.section5 li .txt .mt8 {
	margin-top: 8px
}

.c-body {
	background: #eff0f4
}

.c-body .gift {
	display: none
}

.c-body .tips18 {
	top: -30px;
	left: 960px;
	z-index: 9;
	width: 240px
}

.c-body .header {
	z-index: 4
}

.c-body .left-dl {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 290px;
	height: 470px;
	border: 1px solid #fff;
	background: hsla(0,0%,100%,.7)
}

.c-body .left-dl .dl-box {
	position: relative;
	width: 290px;
	height: 470px
}

.c-body .left-dl .qrcode {
	display: block;
	margin: 30px auto 0;
	width: 160px;
	height: 160px
}

.c-body .left-dl .an-btn {
	display: block;
	margin: 30px auto 0;
	width: 240px;
	height: 70px;
	background: url(../images/a-dl-btn_e0dd5cc.png) no-repeat 50%
}

.c-body .left-dl .an-btn:hover {
	background: url(../images/android-h_c303a9a.png) no-repeat 50%
}

.c-body .left-dl .ios-btn {
	display: block;
	margin: 30px auto 0;
	width: 240px;
	height: 70px;
	background: url(../images/i-dl-btn_8a325d4.png) no-repeat 50%
}

.c-body .left-dl .ios-btn:hover {
	background: url(../images/ios-h_9589cee.png) no-repeat 50%
}

.c-body .left-dl .tips-d {
	margin-top: 10px;
	width: 100%;
	color: #6c6c6c;
	text-align: center;
	font-size: 16px;
	line-height: 20px
}

.c-body .left-dl .tips-d-mid {
	margin-top: 0
}

.c-body .left-dl .more-d {
	margin-top: 76px;
	font-size: 18px
}

.c-body .wrap {
	position: relative;
	z-index: 9;
	margin: -850px auto 0;
	padding-bottom: 120px;
	width: 1200px
}

.c-body .wrap .main {
	position: relative;
	z-index: 9;
	float: left;
	margin-left: 302px;
	width: 898px
}

.side .login-bg {
	float: none
}

.article {
	width: 897px;
	min-height: 900px;
	background-color: #fff
}

.article-top {
	position: relative;
	overflow: hidden;
	width: 897px;
	height: 99px
}

.article-top,.article-top.article-top-list {
	background: url(../images/ar-top-bg_a961c2c.jpg) no-repeat 50%
}

.article-top .cate {
	position: absolute;
	top: 18px;
	left: 30px;
	color: #ab660e;
	font-size: 30px
}

.bread-nav {
	padding: 58px 0 0 30px;
	height: 24px;
	font-size: 12px;
	line-height: 24px
}

.bread-nav,.bread-nav a {
	color: #ab660e
}

.bread-nav a:hover {
	color: #e5291d
}

.article-list {
	margin: 30px 40px
}

.article-list span {
	color: #4b4f6c
}

.article-list-tab {
	margin: 16px 20px 0;
	border-bottom: 1px solid #756a44
}

.article-list-tab ul li {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 66px;
	color: #e6ccac;
	text-align: center;
	font-size: 24px;
	line-height: 66px;
	cursor: pointer
}

.article-list-tab ul li.active,.article-list-tab ul li.hover {
	color: #d8c374;
	font-weight: 700
}

.article-list-tab ul li.active .line,.article-list-tab ul li.hover .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 2px;
	background: #d8c374
}

.article-list li {
	overflow: hidden;
	height: 48px;
	border-bottom: 1px dashed #3e392e;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 48px
}

.article-list li a {
	color: #4b4f6c
}

.article-list li .time {
	float: right
}

.article-list li:last-child {
	border: 0
}

.article a:hover {
	color: #e5291d
}

.article-main {
	margin: auto;
	width: 100%
}

a.card-btn {
	color: #fff
}

.card-btn:focus,.card-btn:hover {
	border-color: #b7b0a8;
	background: #b7b0a8;
	color: #89847e;
	text-shadow: none!important
}

.pageNum {
	margin: 20px auto 0;
	padding-top: 20px;
	height: 50px;
	text-align: center
}

.pageNum a,.pageNum span {
	display: inline-block;
	margin: 3px;
	padding: 0 12px;
	height: 30px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #f3f4f8;
	color: #666;
	font-size: 12px;
	line-height: 30px
}

.pageNum a:hover,.pageNum span {
	background: #435d81;
	color: #fff
}

.key-wechat:focus {
	border-color: #89847e;
	-webkit-box-shadow: inset 0 1px 2px #89847e;
	box-shadow: inset 0 1px 2px #89847e
}

.list-main {
	width: 90%
}

.article-title {
	margin: 48px 0 0;
	height: 36px;
	color: #e5291d;
	text-align: center;
	font-size: 24px;
	line-height: 36px
}

.article-title h1 {
	font-weight: 400
}

.article-detail {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 800px;
	color: #9c9c9c;
	text-align: center;
	font-size: 14px;
	line-height: 36px
}

.article-content {
	padding: 20px 60px;
	width: 780px;
	color: #3c3c3c;
	font-size: 14px;
	line-height: 2
}

.article-relation {
	margin: 0 30px;
	height: 150px
}

.article-relation dt {
	display: block;
	padding: 24px 0 6px;
	border-top: 1px solid #d7d7d7
}

.article-relation dd {
	float: left;
	overflow: hidden;
	width: 50%;
	height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 26px
}

.article-relation .news-date {
	padding-right: 10px
}

.article-relation dd:nth-child(odd) .news-date {
	padding-right: 0
}

.dialog {
	display: none
}

.dialog-mask {
	position: fixed!important;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .4
}

.dialog-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1001;
	margin-left: -200px;
	padding: 0;
	width: 400px;
	color: #404040
}

.dialog-body {
	overflow: hidden;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	word-break: break-all
}

.dialog-titlebar {
	position: relative;
	padding: 18px 24px 0;
	height: 56px;
	border-bottom: 1px solid #e5e5e5;
	color: #333
}

.dialog-close,.dialog-title-text {
	color: #999;
	font-size: 24px
}

.dialog-close {
	position: absolute;
	top: 16px;
	right: 8px;
	width: 32px;
	height: 32px
}

.dialog-client {
	overflow: hidden;
	margin: 16px auto;
	font-size: 20px
}

.dialog-content {
	margin-right: 24px;
	margin-left: 24px
}

.dialog-content img {
	display: block;
	margin: 0 auto;
	width: 280px;
	height: 280px
}

.dialog-content p {
	margin: 8px 0
}

.dialog-buttons {
	margin: 16px auto 32px;
	height: 40px;
	text-align: center
}

.dialog-buttons a.dialog-btn {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 40px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #f39939;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 40px
}

.alert .dialog-content p {
	text-align: center
}

.dialog-order .dialog-wrap {
	margin-left: -263px;
	width: 526px;
	height: 386px;
	color: #404040
}

.dialog-order .dialog-body {
	height: 386px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url(../images/dialog-order.jpg) no-repeat
}

.dialog-order .dialog-titlebar {
	padding: 0;
	height: 66px;
	border: 0
}

.dialog-order .dialog-close {
	top: 24px;
	right: 16px;
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -9999px
}

.dialog-order .dialog-content {
	margin: 0 40px
}

.dialog-order .dialog-content p.input {
	margin: 0 22px;
	padding: 10px 0;
	height: 42px;
	line-height: 42px
}

.dialog-order .dialog-content p.msg {
	margin: 0 0 0 22px;
	height: 20px;
	color: #ff0d00;
	font-size: 14px;
	line-height: 20px
}

.dialog-order .dialog-input {
	padding: 0 10px;
	width: 382px;
	height: 42px;
	border: 0;
	background: #fff;
	color: #292929;
	font-size: 18px;
	line-height: 42px
}

.dialog-order .dialog-input-small {
	float: left;
	width: 220px
}

.dialog-order .dialog-code-img,.dialog-order .dialog-send {
	float: right;
	width: 150px;
	height: 42px
}

.dialog-order .dialog-send {
	background: url(../images/dialog-order-btn.jpg) no-repeat 0 100%;
	color: #fff;
	text-align: center;
	font-size: 18px
}

.dialog-order .dialog-buttons {
	margin: 20px auto 0;
	height: 54px;
	text-align: center
}

.dialog-order .dialog-buttons a.dialog-btn {
	width: 180px;
	height: 54px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url(../images/dialog-order-btn.jpg) no-repeat;
	line-height: 54px
}

.dialog-jietu .dialog-wrap {
	margin-left: -250px;
	width: 500px;
	height: 600px
}

.dialog-jietu .dialog-body {
	height: 600px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: 0 0
}

.dialog-jietu .dialog-close {
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/dialog-jietu-close.png) no-repeat;
	text-indent: -9999px
}

.dialog-jietu .dialog-client {
	position: relative;
	margin: 0;
	vertical-align: middle;
	text-align: left
}

.dialog-jietu .dialog-client img {
	height: 600px
}

.c-body .novice {
	position: relative
}

.novice .zhibosai {
	position: absolute;
	top: 49px;
	left: 1px;
	height: 220px;
	background: 0 0
}

.novice .zhibo {
	display: block;
	margin: 0 1px 1px 0;
	padding-top: 20px;
	width: 161px;
	height: 89px;
	font-size: 24px;
	line-height: 32px
}

#nameList a,#paging li,.novice .zhibo {
	float: left;
	color: #fff;
	text-align: center
}

#nameList a,#paging li {
	margin: 0 8px 5px 0;
	width: 86px;
	height: 23px;
	background: #1d3d6b;
	text-indent: 0;
	font-size: 12px;
	line-height: 23px;
	cursor: pointer
}

#nameList a.hover,#paging li.hover {
	background: #ec8f00;
	color: #fff
}

#nameList {
	width: 100%
}

#all-xz-server {
	overflow-x: hidden;
	overflow-y: auto;
	width: 690px;
	height: 470px
}

.select1,.select2 {
	position: relative;
	display: inline-block
}

.sx-628 {
	background-position: 0 5px
}

.sx-629 {
	background-position: 0 -35px
}

.sx-630 {
	background-position: 0 -75px
}

.sx-631 {
	background-position: 0 -115px
}

.sx-632 {
	background-position: 0 -155px
}

.sx-633 {
	background-position: 0 -195px
}

.sx-634 {
	background-position: 0 -235px
}

.sx-635 {
	background-position: 0 -275px
}

.sx-636 {
	background-position: 0 -315px
}

.sx-637 {
	background-position: 0 -355px
}

.sx-638 {
	background-position: 0 -395px
}

.sx-639 {
	background-position: 0 -435px
}

.s-body .server-list .sx-628 a {
	background-position: 7px 5px
}

.s-body .server-list .sx-629 a {
	background-position: 7px -35px
}

.s-body .server-list .sx-630 a {
	background-position: 7px -75px
}

.s-body .server-list .sx-631 a {
	background-position: 7px -115px
}

.s-body .server-list .sx-632 a {
	background-position: 7px -155px
}

.s-body .server-list .sx-633 a {
	background-position: 7px -195px
}

.s-body .server-list .sx-634 a {
	background-position: 7px -235px
}

.s-body .server-list .sx-635 a {
	background-position: 7px -275px
}

.s-body .server-list .sx-636 a {
	background-position: 7px -315px
}

.s-body .server-list .sx-637 a {
	background-position: 7px -355px
}

.s-body .server-list .sx-638 a {
	background-position: 7px -395px
}

.s-body .server-list .sx-639 a {
	background-position: 7px -435px
}

.loged .loged-top {
	display: none
}

.loged img,.s-loged img {
	margin-right: 3px;
	vertical-align: middle
}

.three {
	top: 270px;
	left: 10px;
	font-size: 12px;
	line-height: 30px
}

.three-icon {
	display: inline-block;
	margin: 0 4px;
	width: 28px;
	height: 28px;
	background: url(../images/three.png) no-repeat;
	vertical-align: middle;
	text-indent: -9999em;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.three-wx {
	background-position: -39px 0
}

.three-wb {
	background-position: -78px 0
}

.s-body .log .three {
	top: 51px;
	left: 247px
}

.s-body .three-icon {
	margin: 0 9px
}

.type-choose {
	position: relative;
	margin: 20px 0 10px;
	height: 26px;
	color: #fff;
	font-size: 12px;
	line-height: 26px
}

.select-dom {
	position: relative;
	z-index: 3;
	display: inline-block;
	width: 68px;
	height: 16px;
	border: 1px solid #6c6c6c;
	background: 0 0;
	vertical-align: middle;
	line-height: 16px;
	cursor: pointer
}

.select-con {
	top: 0;
	left: 0;
	z-index: 2;
	float: left;
	padding: 0 12px 0 2px;
	width: 54px;
	height: 16px;
	background: 0 0;
	background: url(../images/spacer.gif);
	text-align: center;
	font-size: 12px;
	line-height: 15px
}

.select-btn,.select-con {
	position: absolute;
	display: block;
	overflow: hidden
}

.select-btn {
	right: 3px;
	margin-top: 6px;
	height: 0;
	border-top: 5px solid #aeb1c1;
	border-right: 5px solid #1a1e29;
	border-bottom: 0;
	border-left: 5px solid #1a1e29
}

.s-fastin {
	width: 42px;
	height: 16px;
	border: 1px solid #996d33;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 16px
}

#select-dom-s1 {
	margin-right: 36px
}

#select-dom-dq,#select-dom-xz {
	width: 78px
}

#select-dom-dq .select-con,#select-dom-xz .select-con {
	width: 62px
}

.s-fastin-btn {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-left: 20px;
	width: 65px;
	height: 24px;
	text-indent: -9999em;
	cursor: pointer
}

.option-bg {
	position: absolute;
	top: 19px;
	left: 0;
	z-index: 3;
	display: none
}

#option-bg-dq,#option-bg-xz,.s-body .option-bg {
	top: 23px;
	left: 0
}

.option-bg-type {
	top: 21px;
	left: 75px
}

.option-bg-type-i {
	top: 25px;
	left: 60px;
	zoom: 1
}

.option-dom {
	overflow: hidden;
	padding: 1px;
	width: 195px;
	border: 1px solid #6c6c6c;
	background: #3b2019;
	font-size: 12px
}

.option-dom li {
	float: left;
	overflow: hidden;
	padding: 2px;
	width: 61px;
	height: 16px;
	color: #aeb1c1;
	text-align: center;
	line-height: 16px;
	cursor: pointer
}

.option-dom li.focus {
	background: #e5d7be;
	color: #000
}

.type-option-dom {
	background: #fff
}

.type-option-dom .sup-tab-btn {
	padding: 0 10px;
	width: 55px;
	color: #000;
	cursor: pointer
}

.type-option-dom .sup-tab-btn:hover {
	color: #f9a202
}

.sq-dialog-masking {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #000;
	opacity: .4
}

.sq-dialog {
	position: absolute;
	top: 200px;
	left: 500px;
	z-index: 1001;
	padding: 0;
	width: 420px;
	color: #6c6c6c
}

.sq-dialog-avatar {
	position: absolute;
	top: 7px;
	left: 12px;
	z-index: 1;
	width: 22px;
	height: 23px;
	background: transparent url(../images/bg-dialog-avatar.png) no-repeat
}

.sq-dialog-body {
	border: 1px solid transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 2px 1px #fff;
	box-shadow: inset 0 0 2px 1px #fff;
	word-break: break-all
}

.sq-dialog-titlebar {
	background-image: url(data:image/svg+xml;
	base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIuNSIgeTE9IjAiIHgyPSIuNSIgeTI9IjEiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EpIi8+PC9zdmc+);background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#f2f2f2),color-stop(100%,#e9e9e9));
	background-image: -moz-linear-gradient(#f2f2f2,#e9e9e9);
	background-image: -webkit-linear-gradient(#f2f2f2,#e9e9e9);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#e9e9e9));
	background-image: linear-gradient(#f2f2f2,#e9e9e9);
	background-size: 100%;
	-webkit-background-size: 100% 100%;
	position: relative;
	padding: 10px 0 4px 46px;
	height: 20px;
	color: #3c3c3c
}

.sq-dialog-titlebar-text {
	color: #3c3c3c;
	font-size: 14px
}

.sq-dialog-close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 14px;
	height: 13px;
	background: transparent url(../images/bg-dialog-close.png) no-repeat 0 0;
	text-indent: -9999px
}

.sq-dialog-close:hover {
	background-position: 0 -30px
}

.sq-dialog-client {
	margin-right: 10px;
	margin-left: 10px;
	padding: 24px 14px 0;
	background-color: #fff;
	font-size: 14px
}

.sq-dialog-content {
	color: #333;
	margin-right: 10px;
	margin-left: 10px
}

.sq-dialog-buttons {
	margin: 0 10px 10px;
	padding-bottom: 15px;
	background-color: #fff;
	text-align: center
}

.sq-dialog-buttons a {
	margin-right: 10px;
	margin-left: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ffab16;
	color: #fff
}

.sq-dialog-buttons a,.sq-dialog .btn-s-140,.sq-dialog .btn-s-w {
	width: 140px;
	height: 36px;
	font-size: 16px;
	line-height: 36px
}

.sq-dialog .btn-s-140 {
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ffab16;
	color: #fff;
	vertical-align: middle;
	text-align: center
}

.sq-dialog-buttons a:hover {
	background: #ff970e;
	color: #fff;
	text-decoration: none
}

/*body {*/
/*	overflow: auto;*/
/*	min-width: 1200px;*/
/*	background: url(../images/bg-bom_848e649.jpg) bottom no-repeat*/
/*}*/

.r-cover,.sq-dialog-masking {
	position: fixed!important
}

.pic-tel {
	background: url(../images/tel_d475894.jpg) no-repeat
}

.r-detail .title {
	background-position: -455px -80px
}

.r-detail .star.empty {
	background-position: -577px -80px
}

.r-detail .star.half {
	background-position: -607px -80px
}

.r-detail .star {
	background-position: -637px -80px
}

.r-detail p .icon,.r-intro p .icon {
	background-position: -667px -80px
}

.section1 .news-tab li.current .line {
	background-position: -577px -108px
}
