<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.parallax .row h2.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url(../images/ajax-loader.gif)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/slick-carousel/slick/ajax-loader.gif*/ center center no-repeat;
}
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url(slick.eot)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/slick-carousel/slick/fonts/slick.eot*/;
	src: url(../fonts/slick.eot#iefix)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/slick-carousel/slick/fonts/slick.eot#iefix*/ format('embedded-opentype'), url(../fonts/slick.woff)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/slick-carousel/slick/fonts/slick.woff*/ format('woff'), url(../fonts/slick.ttf)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/slick-carousel/slick/fonts/slick.ttf*/ format('truetype'), url(../fonts/slick.svg#slick)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/slick-carousel/slick/fonts/slick.svg#slick*/ format('svg');
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
 color: #615d5c  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #615d5c
}
.video-js .vjs-audio-button, .video-js .vjs-big-play-button, .video-js .vjs-captions-button, .video-js .vjs-chapters-button, .video-js .vjs-control.vjs-close-button, .video-js .vjs-descriptions-button, .video-js .vjs-fullscreen-control, .video-js .vjs-mouse-display, .video-js .vjs-mute-control, .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-mute-control.vjs-vol-2, .video-js .vjs-play-control, .video-js .vjs-play-control.vjs-playing, .video-js .vjs-play-progress, .video-js .vjs-subtitles-button, .video-js .vjs-volume-level, .video-js .vjs-volume-menu-button, .video-js .vjs-volume-menu-button.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-2, .video-js.vjs-fullscreen .vjs-fullscreen-control, .vjs-icon-audio, .vjs-icon-audio-description, .vjs-icon-cancel, .vjs-icon-captions, .vjs-icon-chapters, .vjs-icon-circle, .vjs-icon-circle-inner-circle, .vjs-icon-circle-outline, .vjs-icon-cog, .vjs-icon-facebook, .vjs-icon-fullscreen-enter, .vjs-icon-fullscreen-exit, .vjs-icon-gplus, .vjs-icon-hd, .vjs-icon-linkedin, .vjs-icon-pause, .vjs-icon-pinterest, .vjs-icon-play, .vjs-icon-play-circle, .vjs-icon-replay, .vjs-icon-spinner, .vjs-icon-square, .vjs-icon-subtitles, .vjs-icon-tumblr, .vjs-icon-twitter, .vjs-icon-volume-high, .vjs-icon-volume-low, .vjs-icon-volume-mid, .vjs-icon-volume-mute {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js, .vjs-no-js {
	color: #fff;
	background-color: #000
}
.video-js .vjs-big-play-button:before, .video-js .vjs-control, .video-js .vjs-control:before, .vjs-menu li, .vjs-no-js {
	text-align: center
}
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@font-face {
	font-family: VideoJS;
	src: url(../fonts/videojs.eot#iefix)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/video.js/dist/font/VideoJS.eot#iefix*/ format("eot")
}
@font-face {
	font-family: VideoJS;
	src: url(../fonts/53a038c6f5394289b4ac4761338afb9a.woff) format("woff"), url(../fonts/002736010bf24892b801d8ee85b3f2dc.woff) format("truetype");
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before, .vjs-icon-play:before {
	content: "\f101"
}
.vjs-icon-play-circle:before {
	content: "\f102"
}
.video-js .vjs-play-control.vjs-playing:before, .vjs-icon-pause:before {
	content: "\f103"
}
.video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before, .vjs-icon-volume-mute:before {
	content: "\f104"
}
.video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before, .vjs-icon-volume-low:before {
	content: "\f105"
}
.video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before, .vjs-icon-volume-mid:before {
	content: "\f106"
}
.video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before, .vjs-icon-volume-high:before {
	content: "\f107"
}
.video-js .vjs-fullscreen-control:before, .vjs-icon-fullscreen-enter:before {
	content: "\f108"
}
.video-js.vjs-fullscreen .vjs-fullscreen-control:before, .vjs-icon-fullscreen-exit:before {
	content: "\f109"
}
.vjs-icon-square:before {
	content: "\f10a"
}
.vjs-icon-spinner:before {
	content: "\f10b"
}
.video-js .vjs-subtitles-button:before, .vjs-icon-subtitles:before {
	content: "\f10c"
}
.video-js .vjs-captions-button:before, .vjs-icon-captions:before {
	content: "\f10d"
}
.video-js .vjs-chapters-button:before, .vjs-icon-chapters:before {
	content: "\f10e"
}
.vjs-icon-share {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-share:before {
	content: "\f10f"
}
.vjs-icon-cog:before {
	content: "\f110"
}
.video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
	content: "\f111"
}
.vjs-icon-circle-outline:before {
	content: "\f112"
}
.vjs-icon-circle-inner-circle:before {
	content: "\f113"
}
.vjs-icon-hd:before {
	content: "\f114"
}
.video-js .vjs-control.vjs-close-button:before, .vjs-icon-cancel:before {
	content: "\f115"
}
.vjs-icon-replay:before {
	content: "\f116"
}
.vjs-icon-facebook:before {
	content: "\f117"
}
.vjs-icon-gplus:before {
	content: "\f118"
}
.vjs-icon-linkedin:before {
	content: "\f119"
}
.vjs-icon-twitter:before {
	content: "\f11a"
}
.vjs-icon-tumblr:before {
	content: "\f11b"
}
.vjs-icon-pinterest:before {
	content: "\f11c"
}
.video-js .vjs-descriptions-button:before, .vjs-icon-audio-description:before {
	content: "\f11d"
}
.video-js .vjs-audio-button:before, .vjs-icon-audio:before {
	content: "\f11e"
}
.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif
}
 .video-js:-moz-full-screen {
 position: absolute
}
 .video-js:-webkit-full-screen {
 width: 100%!important;
 height: 100%!important
}
.video-js .vjs-tech, .video-js.vjs-fill {
	width: 100%;
	height: 100%
}
.video-js *, .video-js :after, .video-js :before {
	box-sizing: inherit
}
.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin: 0
}
.vjs-error .vjs-error-display:before, .vjs-menu .vjs-menu-content, .vjs-no-js {
	font-family: Arial, Helvetica, sans-serif
}
.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
	width: 100%;
	max-width: 100%;
	height: 0
}
.video-js.vjs-16-9 {
	padding-top: 56.25%
}
.video-js.vjs-4-3 {
	padding-top: 75%
}
.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0
}
.case__video-wrapper .video-js {
	height: 591px !important;
}
.case__video-wrapper .video-js video {
	height: 590px;
}
body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto
}
.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}
.video-js.vjs-fullscreen {
	width: 100%!important;
	height: 100%!important;
	padding-top: 0!important
}
.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none
}
.vjs-hidden {
	display: none!important
}
.vjs-disabled {
	opacity: .5;
	cursor: default
}
.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px
}
.vjs-lock-showing {
	display: block!important;
	opacity: 1;
	visibility: visible
}
.vjs-no-js {
	padding: 20px;
	font-size: 18px;
	width: 300px;
	height: 150px;
	margin: 0 auto
}
.vjs-no-js a, .vjs-no-js a:visited {
	color: #66A8CC
}
.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: .06666em solid #fff;
	background-color: #2B333F;
	background-color: rgba(43,51,63,.7);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -1.5em
}
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115,133,159,.5);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}
.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
	display: none
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
	display: block
}
.video-js button {
	background: 0 0;
	border: none;
	color: inherit;
	display: inline-block;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: .5em;
	z-index: 2
}
.vjs-menu-button {
	cursor: pointer
}
.vjs-menu-button.vjs-disabled {
	cursor: default
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none
}
.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none
}
.vjs-menu li {
	list-style: none;
	margin: 0;
	padding: .2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-transform: lowercase
}
.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
	outline: 0;
	background-color: #73859f;
	background-color: rgba(115,133,159,.5)
}
.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2B333F
}
.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 .3em;
	font-weight: 700;
	cursor: default
}
.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0;
	margin-bottom: 1.5em;
	border-top-color: rgba(43,51,63,.7)
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	background-color: #2B333F;
	background-color: rgba(43,51,63,.7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
	display: block
}
.video-js .vjs-menu-button-inline {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	overflow: hidden
}
.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em
}
.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 12em
}
.video-js .vjs-menu-button-inline.vjs-slider-active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}
.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
	display: block;
	opacity: 1
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
	width: auto
}
.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden
}
.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #2B333F;
	background-color: rgba(43,51,63,.7)
}
.vjs-has-started .vjs-control-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility .1s, opacity .1s;
	-moz-transition: visibility .1s, opacity .1s;
	-o-transition: visibility .1s, opacity .1s;
	transition: visibility .1s, opacity .1s
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}
.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
	display: none!important
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table
}
.video-js .vjs-control {
	outline: 0;
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}
.video-js .vjs-control:before {
	font-size: 1.8em;
	line-height: 1.67
}
.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
	text-shadow: 0 0 1em #fff
}
.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle
}
.video-js .vjs-custom-control-spacer {
	display: none
}
.video-js .vjs-progress-control {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 4em
}
.vjs-live .vjs-progress-control {
	display: none
}
.video-js .vjs-progress-holder {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	height: .3em
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.666666666666666666em
}
.video-js .vjs-progress-control:hover .vjs-mouse-display:after, .video-js .vjs-progress-control:hover .vjs-play-progress:after, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
	font-size: .6em
}
.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0
}
.video-js .vjs-mouse-display:before, .video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
	display: none
}
.video-js .vjs-play-progress {
	background-color: #fff
}
.video-js .vjs-play-progress:before {
	position: absolute;
	top: -.333333333333333em;
	right: -.5em;
	font-size: .9em
}
.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after, .video-js .vjs-time-tooltip {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	right: -1.9em;
	font-size: .9em;
	color: #000;
	content: attr(data-current-time);
	padding: 6px 8px 8px;
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em
}
.video-js .vjs-play-progress:after, .video-js .vjs-play-progress:before, .video-js .vjs-time-tooltip {
	z-index: 1
}
.video-js .vjs-load-progress {
	background: #bfc7d3;
	background: rgba(115,133,159,.5)
}
.video-js .vjs-load-progress div {
	background: #fff;
	background: rgba(115,133,159,.75)
}
.video-js.vjs-no-flex .vjs-progress-control {
	width: auto
}
.video-js .vjs-time-tooltip {
	display: inline-block;
	height: 2.4em;
	position: relative;
	float: right;
	right: -1.9em
}
.vjs-tooltip-progress-bar {
	visibility: hidden
}
.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
	display: none
}
.video-js .vjs-progress-control .vjs-mouse-display:after, .vjs-mouse-display .vjs-time-tooltip {
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,.8)
}
.video-js .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 .45em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #73859f;
	background-color: rgba(115,133,159,.5)
}
.video-js .vjs-slider:focus {
	text-shadow: 0 0 1em #fff;
	-webkit-box-shadow: 0 0 1em #fff;
	-moz-box-shadow: 0 0 1em #fff;
	box-shadow: 0 0 1em #fff
}
.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}
.video-js .vjs-volume-control {
	width: 5em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.video-js .vjs-volume-bar {
	margin: 1.35em .45em
}
.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: .3em
}
.vjs-volume-bar.vjs-slider-vertical {
	width: .3em;
	height: 5em;
	margin: 1.35em auto
}
.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff
}
.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: .9em
}
.vjs-slider-vertical .vjs-volume-level {
	width: .3em
}
.vjs-slider-vertical .vjs-volume-level:before {
	top: -.5em;
	left: -.3em
}
.vjs-slider-horizontal .vjs-volume-level {
	height: .3em
}
.vjs-slider-horizontal .vjs-volume-level:before {
	top: -.3em;
	right: -.5em
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
	left: .5em;
	height: 8em
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
	left: -2em
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
	height: 0;
	width: 0;
	overflow-x: hidden;
	overflow-y: hidden
}
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-vertical:focus .vjs-menu-content, .vjs-volume-menu-button-vertical:hover .vjs-menu-content {
	height: 8em;
	width: 2.9em
}
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-horizontal:focus .vjs-menu-content, .vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
	height: 2.9em;
	width: 8em
}
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
	background-color: transparent!important
}
.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-color: #000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%
}
.vjs-poster img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%
}
.vjs-has-started .vjs-poster {
	display: none
}
.vjs-audio.vjs-has-started .vjs-poster {
	display: block
}
.vjs-using-native-controls .vjs-poster {
	display: none
}
.video-js .vjs-live-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em
}
.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left
}
.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider, .vjs-no-flex .vjs-current-time, .vjs-no-flex .vjs-duration {
	display: none
}
.video-js .vjs-time-control {
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em
}
.vjs-time-divider {
	display: none;
	line-height: 3em
}
.video-js .vjs-play-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}
.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em
}
.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .1em;
	background-color: #000;
	background-color: rgba(0,0,0,.5)
}
.vjs-subtitles {
	color: #fff
}
.vjs-captions {
	color: #fc6
}
.vjs-tt-cue {
	display: block
}
 video::-webkit-media-text-track-display {
 -moz-transform: translateY(-3em);
 -ms-transform: translateY(-3em);
 -o-transform: translateY(-3em);
 -webkit-transform: translateY(-3em);
 transform: translateY(-3em)
}
 .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
 -moz-transform: translateY(-1.5em);
 -ms-transform: translateY(-1.5em);
 -o-transform: translateY(-1.5em);
 -webkit-transform: translateY(-1.5em);
 transform: translateY(-1.5em)
}
.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}
.vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center
}
.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center
}
.vjs-error .vjs-error-display:before {
	color: #fff;
	content: 'X';
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -.5em;
	position: absolute;
	text-shadow: .05em .05em .1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%
}
.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .85;
	text-align: left;
	border: 6px solid rgba(43,51,63,.7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px
}
.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
	display: block
}
.vjs-loading-spinner:after, .vjs-loading-spinner:before {
	content: "";
	position: absolute;
	margin: -6px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: #fff transparent transparent
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
	-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
	animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}
.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
	border-top-color: #fff
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
	border-top-color: #fff;
	-webkit-animation-delay: .44s;
	animation-delay: .44s
}
 @keyframes vjs-spinner-spin {
 100% {
 transform: rotate(360deg)
}
}
 @-webkit-keyframes vjs-spinner-spin {
 100% {
 -webkit-transform: rotate(360deg)
}
}
 @keyframes vjs-spinner-fade {
 0%, 100%, 20%, 60% {
 border-top-color: #73859f
}
 35% {
 border-top-color: #fff
}
}
 @-webkit-keyframes vjs-spinner-fade {
 0%, 100%, 20%, 60% {
 border-top-color: #73859f
}
 35% {
 border-top-color: #fff
}
}
.vjs-chapters-button .vjs-menu ul {
	width: 24em
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button {
	display: none
}
.vjs-caption-settings {
	position: relative;
	top: 1em;
	background-color: #2B333F;
	background-color: rgba(43,51,63,.75);
	color: #fff;
	margin: 0 auto;
	padding: .5em;
	height: 16em;
	font-size: 12px;
	width: 40em
}
.vjs-caption-settings .vjs-tracksettings {
	top: 0;
	bottom: 1em;
	left: 0;
	right: 0;
	position: absolute;
	overflow: auto
}
.vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
	float: left
}
.vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-controls:after, .vjs-caption-settings .vjs-tracksettings-font:after {
	clear: both
}
.vjs-caption-settings .vjs-tracksettings-controls {
	position: absolute;
	bottom: 1em;
	right: 1em
}
.vjs-caption-settings .vjs-tracksetting {
	margin: 5px;
	padding: 3px;
	min-height: 40px;
	border: none
}
.vjs-caption-settings .vjs-tracksetting label, .vjs-caption-settings .vjs-tracksetting legend {
	display: block;
	width: 100px;
	margin-bottom: 5px
}
.vjs-caption-settings .vjs-tracksetting span {
	display: inline;
	margin-left: 5px;
	vertical-align: top;
	float: right
}
.vjs-caption-settings .vjs-tracksetting&gt;div {
	margin-bottom: 5px;
	min-height: 20px
}
.vjs-caption-settings .vjs-tracksetting&gt;div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 0
}
.vjs-caption-settings label&gt;input {
	margin-right: 10px
}
.vjs-caption-settings fieldset {
	margin-top: 1em;
	margin-left: .5em
}
.vjs-caption-settings fieldset .vjs-label {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.vjs-caption-settings input[type=button] {
	width: 40px;
	height: 40px
}
.video-js .vjs-modal-dialog {
	background: rgba(0,0,0,.8);
	background: -webkit-linear-gradient(-90deg, rgba(0,0,0,.8), rgba(255,255,255,0));
	background: linear-gradient(180deg, rgba(0,0,0,.8), rgba(255,255,255,0))
}
.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1
}

@media print {
.video-js&gt;:not(.vjs-tech):not(.vjs-poster) {
	visibility: hidden
}
}

@media \0screen {
.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
	content: ""
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: hidden
}
}
html {
	/*font-family: sans-serif;*/
	font-family: SF Pro SC, SF Pro Text, SF Pro Icons, AOS Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}






a:active, a:hover {
	outline: 0;
	color: #9a0000;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

@media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
.navbar {
	display: none;
}
.btn &gt; .caret, .dropup &gt; .btn &gt; .caret {
	border-top-color: #000 !important;
}
.label {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table td, .table th {
	background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ddd !important;
}
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot*/;
	src: url(../fonts/glyphicons-halflings-regular.eot#iefix)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot#iefix*/ format("embedded-opentype"), url(../fonts/../fonts/glyphicons-halflings-regular.woff2)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2*/ format("woff2"), url(glyphicons-halflings-regular.woff)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff*/ format("woff"), url(../fonts/glyphicons-halflings-regular.ttf)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf*/ format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular*/ format("svg");
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\002a";
}
.glyphicon-plus:before {
	content: "\002b";
}
.glyphicon-euro:before, .glyphicon-eur:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";

}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before {
	content: "\e227";
}
.glyphicon-btc:before {
	content: "\e227";
}
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-jpy:before {
	content: "\00a5";
}
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-rub:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}
* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
html {
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: SF Pro SC,SF Pro Text,SF Pro Icons,AOS Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;*/
	font-size: 16px;
	line-height: 1.42857;
	color: #615d5c;
	background-color: #f0f0f0;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-responsive-a {
	display: block;
	max-width: 100%;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 17px;
	margin-bottom: 17px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

	/*font-family: SF Pro SC,SF Pro Display,SF Pro Icons,AOS Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;*/
	font-family: inherit;
	font-weight: 1000;
	line-height: 1.1;
	color: #615d5c;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 17px;
	margin-bottom: 10px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 8.5px;
	margin-bottom: 8.5px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 31px;
}
h2, .h2 {
	font-size: 25px;
}
h3, .h3 {
	font-size: 16px;
}
h4, .h4 {
	font-size: 15px;
}
h5, .h5 {
	font-size: 12px;
}
h6, .h6 {
	font-size: 11px;
}
p {
	margin: 0 0 8.5px;
}
.lead {
	margin-bottom: 17px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width:768px) {
.lead {
	font-size: 18px;
}
}

@media only screen and (max-width: 764px) {
.paishe {
	/*	padding-left:4.5em;*/
	text-align: center;
}
.img-responsive-a {
	display: block;
	max-width: 100%;
	height: auto;
}
}
small, .small {
	font-size: 91%;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase, .initialism {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover, a.text-info:focus {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
	color: #843534;
}
.bg-primary {
	color: #fff;
}
.bg-primary {
	background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 7.5px;
	margin: 34px 0 17px;
	border-bottom: 1px solid #eeeeee;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 8.5px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	/* margin-left: -5px; */
	font-size: 14px;
}
.list-inline &gt; li {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
}
dl {
	margin-top: 0;
	margin-bottom: 17px;
}
dt, dd {
	line-height: 1.42857;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}

@media (min-width:768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.description {
}
.shott {
	padding-left: 134px;
}
.paishe {
	/*	padding-left:550px;*/
	text-align: center;
}
.dl-horizontal dd {
	margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
.initialism {
	font-size: 90%;
}
blockquote {
	padding: 8.5px 17px;
	margin: 0 0 17px;
	font-size: 15px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 10px;
	font-style: normal;
	line-height: 1.42857;
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #615d5c;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}
pre {
	display: block;
	padding: 8px;
	margin: 0 0 8.5px;
	font-size: 11px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #615d5c;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}

@media (min-width:768px) {
.container {
	width: 750px;
}
}

@media (min-width:992px) {
.container {
	width: 970px;
}
}

@media (min-width:1400px) {
.container {
	width: 1400px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.container .col-xs-4 {
	padding-bottom: 30px;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-1 {
	width: 8.33333%;
}
.col-sm-2 {
	width: 16.66667%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333%;
}
.col-sm-5 {
	width: 41.66667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.33333%;
}
.col-sm-8 {
	width: 66.66667%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-10 {
	width: 83.33333%;
}
.col-sm-11 {
	width: 91.66667%;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-pull-1 {
	right: 8.33333%;
}
.col-sm-pull-2 {
	right: 16.66667%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-4 {
	right: 33.33333%;
}
.col-sm-pull-5 {
	right: 41.66667%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-7 {
	right: 58.33333%;
}
.col-sm-pull-8 {
	right: 66.66667%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-10 {
	right: 83.33333%;
}
.col-sm-pull-11 {
	right: 91.66667%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-push-1 {
	left: 8.33333%;
}
.col-sm-push-2 {
	left: 16.66667%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-4 {
	left: 33.33333%;
}
.col-sm-push-5 {
	left: 41.66667%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-7 {
	left: 58.33333%;
}
.col-sm-push-8 {
	left: 66.66667%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-10 {
	left: 83.33333%;
}
.col-sm-push-11 {
	left: 91.66667%;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
.col-sm-offset-1 {
	margin-left: 8.33333%;
}
.col-sm-offset-2 {
	margin-left: 16.66667%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-4 {
	margin-left: 33.33333%;
}
.col-sm-offset-5 {
	margin-left: 41.66667%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-7 {
	margin-left: 58.33333%;
}
.col-sm-offset-8 {
	margin-left: 66.66667%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-10 {
	margin-left: 83.33333%;
}
.col-sm-offset-11 {
	margin-left: 91.66667%;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
}

@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-1 {
	width: 8.33333%;
}
.col-md-2 {
	width: 16.66667%;
}
.col-md-3 {
	width: 25%;
}
.col-md-4 {
	width: 33.33333%;
}
.col-md-5 {
	width: 41.66667%;
}
.col-md-6 {
	width: 50%;
}
.col-md-7 {
	width: 58.33333%;
}
.col-md-8 {
	width: 66.66667%;
}
.col-md-9 {
	width: 75%;
}
.col-md-10 {
	width: 83.33333%;
}
.col-md-11 {
	width: 91.66667%;
}
.col-md-12 {
	width: 100%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-pull-1 {
	right: 8.33333%;
}
.col-md-pull-2 {
	right: 16.66667%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-4 {
	right: 33.33333%;
}
.col-md-pull-5 {
	right: 41.66667%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-7 {
	right: 58.33333%;
}
.col-md-pull-8 {
	right: 66.66667%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-10 {
	right: 83.33333%;
}
.col-md-pull-11 {
	right: 91.66667%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-push-1 {
	left: 8.33333%;
}
.col-md-push-2 {
	left: 16.66667%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-4 {
	left: 33.33333%;
}
.col-md-push-5 {
	left: 41.66667%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-7 {
	left: 58.33333%;
}
.col-md-push-8 {
	left: 66.66667%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-10 {
	left: 83.33333%;
}
.col-md-push-11 {
	left: 91.66667%;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
.col-md-offset-1 {
	margin-left: 8.33333%;
}
.col-md-offset-2 {
	margin-left: 16.66667%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-4 {
	margin-left: 33.33333%;
}
.col-md-offset-5 {
	margin-left: 41.66667%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-7 {
	margin-left: 58.33333%;
}
.col-md-offset-8 {
	margin-left: 66.66667%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-10 {
	margin-left: 83.33333%;
}
.col-md-offset-11 {
	margin-left: 91.66667%;
}
.col-md-offset-12 {
	margin-left: 100%;
}
}

@media (min-width:1400px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-1 {
	width: 8.33333%;
}
.col-lg-2 {
	width: 16.66667%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-4 {
	width: 33.33333%;
}
.col-lg-5 {
	width: 41.66667%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-7 {
	width: 58.33333%;
}
.col-lg-8 {
	width: 66.66667%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-10 {
	width: 83.33333%;
}
.col-lg-11 {
	width: 91.66667%;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-pull-1 {
	right: 8.33333%;
}
.col-lg-pull-2 {
	right: 16.66667%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-4 {
	right: 33.33333%;
}
.col-lg-pull-5 {
	right: 41.66667%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-7 {
	right: 58.33333%;
}
.col-lg-pull-8 {
	right: 66.66667%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-10 {
	right: 83.33333%;
}
.col-lg-pull-11 {
	right: 91.66667%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-push-1 {
	left: 8.33333%;
}
.col-lg-push-2 {
	left: 16.66667%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-4 {
	left: 33.33333%;
}
.col-lg-push-5 {
	left: 41.66667%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-7 {
	left: 58.33333%;
}
.col-lg-push-8 {
	left: 66.66667%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-10 {
	left: 83.33333%;
}
.col-lg-push-11 {
	left: 91.66667%;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
.col-lg-offset-1 {
	margin-left: 8.33333%;
}
.col-lg-offset-2 {
	margin-left: 16.66667%;
}
.col-lg-offset-3 {

	margin-left: 25%;
}
.col-lg-offset-4 {
	margin-left: 33.33333%;
}
.col-lg-offset-5 {
	margin-left: 41.66667%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-7 {
	margin-left: 58.33333%;
}
.col-lg-offset-8 {
	margin-left: 66.66667%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-10 {
	margin-left: 83.33333%;
}
.col-lg-offset-11 {
	margin-left: 91.66667%;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 17px;
	font-size: 18px;
	line-height: inherit;
	color: #615d5c;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 12px;
	line-height: 1.42857;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 31px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
 .form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #999;
}
 .form-control::-webkit-input-placeholder {
 color: #999;
}
 .form-control::-ms-expand {
 border: 0;
 background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
	line-height: 31px;
}
input[type="date"].input-sm, .input-group-sm &gt; input[type="date"].form-control, .input-group-sm &gt; input[type="date"].input-group-addon, .input-group-sm &gt; .input-group-btn &gt; input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm &gt; input[type="time"].form-control, .input-group-sm &gt; input[type="time"].input-group-addon, .input-group-sm &gt; .input-group-btn &gt; input[type="time"].btn, .input-group-sm  input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm &gt; input[type="datetime-local"].form-control, .input-group-sm &gt; input[type="datetime-local"].input-group-addon, .input-group-sm &gt; .input-group-btn &gt; input[type="datetime-local"].btn, .input-group-sm  input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm &gt; input[type="month"].form-control, .input-group-sm &gt; input[type="month"].input-group-addon, .input-group-sm &gt; .input-group-btn &gt; input[type="month"].btn, .input-group-sm  input[type="month"] {
	line-height: 28px;
}
input[type="date"].input-lg, .input-group-lg &gt; input[type="date"].form-control, .input-group-lg &gt; input[type="date"].input-group-addon, .input-group-lg &gt; .input-group-btn &gt; input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg &gt; input[type="time"].form-control, .input-group-lg &gt; input[type="time"].input-group-addon, .input-group-lg &gt; .input-group-btn &gt; input[type="time"].btn, .input-group-lg  input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg &gt; input[type="datetime-local"].form-control, .input-group-lg &gt; input[type="datetime-local"].input-group-addon, .input-group-lg &gt; .input-group-btn &gt; input[type="datetime-local"].btn, .input-group-lg  input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg &gt; input[type="month"].form-control, .input-group-lg &gt; input[type="month"].input-group-addon, .input-group-lg &gt; .input-group-btn &gt; input[type="month"].btn, .input-group-lg  input[type="month"] {
	line-height: 42px;
}
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label, .checkbox label {
	min-height: 17px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 29px;
}
.form-control-static.input-lg, .input-group-lg &gt; .form-control-static.form-control, .input-group-lg &gt; .form-control-static.input-group-addon, .input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn, .form-control-static.input-sm, .input-group-sm &gt; .form-control-static.form-control, .input-group-sm &gt; .form-control-static.input-group-addon, .input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}
.input-sm, .input-group-sm &gt; .form-control, .input-group-sm &gt; .input-group-addon, .input-group-sm &gt; .input-group-btn &gt; .btn {
	height: 28px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm, .input-group-sm &gt; select.form-control, .input-group-sm &gt; select.input-group-addon, .input-group-sm &gt; .input-group-btn &gt; select.btn {
	height: 28px;
	line-height: 28px;
}
textarea.input-sm, .input-group-sm &gt; textarea.form-control, .input-group-sm &gt; textarea.input-group-addon, .input-group-sm &gt; .input-group-btn &gt; textarea.btn, select[multiple].input-sm, .input-group-sm &gt; select[multiple].form-control, .input-group-sm &gt; select[multiple].input-group-addon, .input-group-sm &gt; .input-group-btn &gt; select[multiple].btn {
	height: auto;
}
.form-group-sm .form-control {
	height: 28px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 28px;
	line-height: 28px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 28px;
	min-height: 28px;
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.5;
}
.input-lg, .input-group-lg &gt; .form-control, .input-group-lg &gt; .input-group-addon, .input-group-lg &gt; .input-group-btn &gt; .btn {
	height: 42px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33333;

	border-radius: 6px;
}
select.input-lg, .input-group-lg &gt; select.form-control, .input-group-lg &gt; select.input-group-addon, .input-group-lg &gt; .input-group-btn &gt; select.btn {
	height: 42px;
	line-height: 42px;
}
textarea.input-lg, .input-group-lg &gt; textarea.form-control, .input-group-lg &gt; textarea.input-group-addon, .input-group-lg &gt; .input-group-btn &gt; textarea.btn, select[multiple].input-lg, .input-group-lg &gt; select[multiple].form-control, .input-group-lg &gt; select[multiple].input-group-addon, .input-group-lg &gt; .input-group-btn &gt; select[multiple].btn {
	height: auto;
}
.form-group-lg .form-control {
	height: 42px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 42px;
	line-height: 42px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 42px;
	min-height: 32px;
	padding: 11px 16px;
	font-size: 15px;
	line-height: 1.33333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 38.75px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg &gt; .form-control + .form-control-feedback, .input-group-lg &gt; .input-group-addon + .form-control-feedback, .input-group-lg &gt; .input-group-btn &gt; .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
	width: 42px;
	height: 42px;
	line-height: 42px;
}
.input-sm + .form-control-feedback, .input-group-sm &gt; .form-control + .form-control-feedback, .input-group-sm &gt; .input-group-addon + .form-control-feedback, .input-group-sm &gt; .input-group-btn &gt; .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;

	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 22px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media (min-width:768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .form-control-static {
	display: inline-block;
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
	width: auto;
}
.form-inline .input-group &gt; .form-control {
	width: 100%;
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio, .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio label, .form-inline .checkbox label {
	padding-left: 0;
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 24px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	display: table;
}
.form-horizontal .form-group:after {
	clear: both;
}

@media (min-width:768px) {
.form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width:768px) {
.form-horizontal .form-group-lg .control-label {
	padding-top: 11px;
	font-size: 15px;
}
}

@media (min-width:768px) {
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
	font-size: 11px;
}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #615d5c;
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #615d5c;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
	color: #615d5c;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #615d5c;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open &gt; .btn-default.dropdown-toggle {
	color: #615d5c;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open &gt; .btn-default.dropdown-toggle:hover, .open &gt; .btn-default.dropdown-toggle:focus, .open &gt; .btn-default.dropdown-toggle.focus {
	color: #615d5c;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open &gt; .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #615d5c;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open &gt; .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open &gt; .btn-primary.dropdown-toggle:hover, .open &gt; .btn-primary.dropdown-toggle:focus, .open &gt; .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open &gt; .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active, .btn-success.active, .open &gt; .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open &gt; .btn-success.dropdown-toggle:hover, .open &gt; .btn-success.dropdown-toggle:focus, .open &gt; .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success:active, .btn-success.active, .open &gt; .btn-success.dropdown-toggle {
	background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open &gt; .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open &gt; .btn-info.dropdown-toggle:hover, .open &gt; .btn-info.dropdown-toggle:focus, .open &gt; .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open &gt; .btn-info.dropdown-toggle {
	background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open &gt; .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open &gt; .btn-warning.dropdown-toggle:hover, .open &gt; .btn-warning.dropdown-toggle:focus, .open &gt; .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open &gt; .btn-warning.dropdown-toggle {
	background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open &gt; .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open &gt; .btn-danger.dropdown-toggle:hover, .open &gt; .btn-danger.dropdown-toggle:focus, .open &gt; .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open &gt; .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33333;
	border-radius: 6px;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 11px;
	line-height: 1.5;

	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: 0.35s;
	transition-timing-function: ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup, .dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 7.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #615d5c;
	white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
	color: #777777;
}
.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open &gt; .dropdown-menu {
	display: block;
}
.open &gt; a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 11px;
	line-height: 1.42857;
	color: #777777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right &gt; .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width:768px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto;
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto;
}
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .form-control:focus {
	z-index: 3;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon.input-sm, .input-group-sm &gt; .input-group-addon, .input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn {
	padding: 5px 10px;
	font-size: 11px;
	border-radius: 3px;
}
.input-group-addon.input-lg, .input-group-lg &gt; .input-group-addon, .input-group-lg &gt; .input-group-btn &gt; .input-group-addon.btn {
	padding: 10px 16px;
	font-size: 15px;
	border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group &gt; .btn, .input-group-btn:first-child &gt; .dropdown-toggle, .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group &gt; .btn, .input-group-btn:last-child &gt; .dropdown-toggle, .input-group-btn:first-child &gt; .btn:not(:first-child), .input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn &gt; .btn {
	position: relative;
}
.input-group-btn &gt; .btn + .btn {
	margin-left: -1px;
}
.input-group-btn &gt; .btn:hover, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active {
	z-index: 2;
}
.input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group {
	z-index: 2;
	margin-left: -1px;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav &gt; li {
	position: relative;
	display: block;
}
.nav &gt; li &gt; a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav &gt; li.disabled &gt; a {
	color: #777777;
}
.nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
	background-color: #eeeeee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 7.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs &gt; li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
	border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
	color: #555555;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills &gt; li {
	float: left;
}
.nav-pills &gt; li &gt; a {
	border-radius: 4px;
}
.nav-pills &gt; li + li {
	margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
	color: #fff;
	background-color: #337ab7;
}
.nav-stacked &gt; li {
	float: none;
}
.nav-stacked &gt; li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}
.nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
	float: none;
}
.nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
.nav &gt; li.parent_li {
	position: relative;
}
.nav &gt; li.parent_li dl.cat_list {
	position: absolute;
	top: 40px;
	left: 0px;
	background: rgba(25, 25, 25, 0.7);
	box-shadow: 2px 2px 3px;
	border: #ccc solid 1px;
	width: 110px;
	padding: 5px 0 10px;
	display: none;
}
.nav &gt; li.parent_li dl.cat_list dt {
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
}
.nav &gt; li.parent_li dl.cat_list dt a {
	color: #fff;
}

@media (min-width:768px) {
.nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
	display: table-cell;
	width: 1%;
}
.nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
	margin-bottom: 0;
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a, .nav-tabs-justified &gt; .active &gt; a:hover, .nav-tabs.nav-justified &gt; .active &gt; a:hover, .nav-tabs-justified &gt; .active &gt; a:focus, .nav-tabs.nav-justified &gt; .active &gt; a:focus {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
.nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a, .nav-tabs-justified &gt; .active &gt; a:hover, .nav-tabs.nav-justified &gt; .active &gt; a:hover, .nav-tabs-justified &gt; .active &gt; a:focus, .nav-tabs.nav-justified &gt; .active &gt; a:focus {
	border-bottom-color: #f0f0f0;
}
}
.tab-content &gt; .tab-pane {
	display: none;
}
.tab-content &gt; .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 70px;
	margin-bottom: 0;
	border: 1px solid transparent;
}
.navbar:before, .navbar:after {
	content: " ";
	display: table;
}
.navbar:after {
	clear: both;
}

@media (min-width:768px) {
.navbar {
	border-radius: 4px;
}
}
.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table;
}
.navbar-header:after {
	clear: both;
}

@media (min-width:768px) {
.navbar-header {
	float: left;
}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	display: table;
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 200px;
}
}
.container &gt; .navbar-header, .container &gt; .navbar-collapse, .container-fluid &gt; .navbar-header, .container-fluid &gt; .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width:768px) {
.container &gt; .navbar-header, .container &gt; .navbar-collapse, .container-fluid &gt; .navbar-header, .container-fluid &gt; .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}


@media (min-width:768px) {
.navbar-static-top {
	border-radius: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width:768px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 35px 15px;
	font-size: 15px;
	line-height: 17px;
	height: 70px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand &gt; img {
	display: block;
}

@media (min-width:768px) {
.navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand {
	margin-left: -15px;
}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width:768px) {
.navbar-toggle {
	display: none;
}
}
.navbar-nav {
	margin: 17.5px -15px;
}
.navbar-nav &gt; li &gt; a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu &gt; li &gt; a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu &gt; li &gt; a {
	line-height: 17px;
}
.navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
	background-image: none;
}
}

@media (min-width:768px) {
.navbar-nav {
	float: left;
	margin: 0;
	width: 950px;
}
.navbar-nav &gt; li {
	float: left;
}
.navbar-nav &gt; li &gt; a {
	padding-top: 35px;
	padding-bottom: 35px;
}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
	margin-top: 19.5px;
	margin-bottom: 19.5px;
}

@media (min-width:768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.navbar-form .form-control-static {
	display: inline-block;
}
.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle;
}
.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
	width: auto;
}
.navbar-form .input-group &gt; .form-control {
	width: 100%;
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .radio, .navbar-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .radio label, .navbar-form .checkbox label {
	padding-left: 0;
}
.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0;
}
}

@media (max-width:767px) {
.navbar-form .form-group {
	margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
	margin-bottom: 0;
}
}

@media (min-width:768px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none;
}
}
.navbar-nav &gt; li &gt; .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 13.5px;
	margin-bottom: 19.5px;
}
.navbar-btn.btn-sm {
	margin-top: 21px;
	margin-bottom: 21px;
}
.navbar-btn.btn-xs {
	margin-top: 24px;
	margin-bottom: 24px;
}
.navbar-text {
	margin-top: 26.5px;
	margin-bottom: 26.5px;
}

@media (min-width:768px) {
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
}

@media (min-width:768px) {
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
}
.navbar-right ~ .navbar-right {
	margin-right: 0;
}
}
.navbar-default {
	background-color: white;
	border-color: #eeeeee;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	color: #615d5c;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
	color: #9a0000;
	background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
	color: #9a0000;
	background-color: transparent;
}
.navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #eeeeee;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
	background-color: transparent;
	color: #9a0000;
}

@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
	color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
	color: #9a0000;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
	color: #9a0000;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
	color: #ccc;
	background-color: transparent;
}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #9a0000;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #9a0000;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
	color: #fff;

	background-color: #090909;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #615d5c;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #615d5c;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
	background-color: #090909;
	color: #fff;
}

@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
	border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
	color: #fff;
	background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
	color: #444;
	background-color: transparent;
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}
.breadcrumb {
	padding: 8px 15px;
	/* margin-bottom: 17px; */
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb &gt; li {
	display: inline-block;
}
.breadcrumb &gt; li + li:before {
	content: "/&nbsp;";
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb &gt; .active {
	color: #777777;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 10px 0;
	border-radius: 4px;
}
.pagination &gt; li {
	display: inline;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #9a0000;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; span:focus {
	z-index: 3;
	color: #fff;
	background-color: #9a0000;
	border-color: #9a0000;
	cursor: default;
}
.pagination &gt; .disabled &gt; span, .pagination &gt; .disabled &gt; span:hover, .pagination &gt; .disabled &gt; span:focus, .pagination &gt; .disabled &gt; a, .pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg &gt; li &gt; a, .pagination-lg &gt; li &gt; span {

	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33333;
}
.pagination-lg &gt; li:first-child &gt; a, .pagination-lg &gt; li:first-child &gt; span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg &gt; li:last-child &gt; a, .pagination-lg &gt; li:last-child &gt; span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm &gt; li &gt; a, .pagination-sm &gt; li &gt; span {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}
.pagination-sm &gt; li:first-child &gt; a, .pagination-sm &gt; li:first-child &gt; span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm &gt; li:last-child &gt; a, .pagination-sm &gt; li:last-child &gt; span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 17px 0;
	list-style: none;
	text-align: center;
}
.pager:before, .pager:after {
	content: " ";
	display: table;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li &gt; a, .pager li &gt; span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li &gt; a:hover, .pager li &gt; a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next &gt; a, .pager .next &gt; span {
	float: right;
}
.pager .previous &gt; a, .pager .previous &gt; span {
	float: left;
}
.pager .disabled &gt; a, .pager .disabled &gt; a:hover, .pager .disabled &gt; a:focus, .pager .disabled &gt; span {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
a.label:hover, a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label-default {
	background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #286090;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c;
}
.alert {
	padding: 15px;
	margin-bottom: 17px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert &gt; p, .alert &gt; ul {
	margin-bottom: 0;
}
.alert &gt; p + p {
	margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
.panel {
	margin-bottom: 17px;

	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
	padding: 15px;
}
.panel-body:before, .panel-body:after {
	content: " ";
	display: table;
}
.panel-body:after {
	clear: both;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-heading &gt; .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
}
.panel-title &gt; a, .panel-title &gt; small, .panel-title &gt; .small, .panel-title &gt; small &gt; a, .panel-title &gt; .small &gt; a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel &gt; .list-group, .panel &gt; .panel-collapse &gt; .list-group {
	margin-bottom: 0;
}
.panel &gt; .list-group .list-group-item, .panel &gt; .panel-collapse &gt; .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child, .panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel &gt; .list-group:last-child .list-group-item:last-child, .panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel &gt; .table, .panel &gt; .table-responsive &gt; .table, .panel &gt; .panel-collapse &gt; .table {
	margin-bottom: 0;
}
.panel &gt; .table caption, .panel &gt; .table-responsive &gt; .table caption, .panel &gt; .panel-collapse &gt; .table caption {
	padding-left: 15px;
	padding-right: 15px;
}
.panel &gt; .table:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel &gt; .table:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel &gt; .panel-body + .table, .panel &gt; .panel-body + .table-responsive, .panel &gt; .table + .panel-body, .panel &gt; .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th, .panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
	border-top: 0;
}
.panel &gt; .table-bordered, .panel &gt; .table-responsive &gt; .table-bordered {
	border: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
	border-left: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
	border-right: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td, .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th, .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td, .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
	border-bottom: 0;
}
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td, .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
	border-bottom: 0;
}
.panel &gt; .table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 17px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse &gt; .panel-body, .panel-group .panel-heading + .panel-collapse &gt; .list-group {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default &gt; .panel-heading {
	color: #615d5c;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	border-top-color: #ddd;
}
.panel-default &gt; .panel-heading .badge {
	color: #f5f5f5;
	background-color: #615d5c;
}
.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary &gt; .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	border-top-color: #337ab7;
}
.panel-primary &gt; .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}
.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success &gt; .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info &gt; .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	border-top-color: #bce8f1;
}
.panel-info &gt; .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning &gt; .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	border-top-color: #faebcc;
}
.panel-warning &gt; .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger &gt; .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
	border-bottom-color: #ebccd1;
}
.close {
	float: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	transform: translate(0, -25%);
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
	content: " ";
	display: table;
}
.modal-header:after {
	clear: both;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto;
}
.modal-content {
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.modal-sm {
	width: 300px;
}
}

@media (min-width:992px) {
.modal-lg {
	width: 900px;
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 11px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;

}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 12px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover &gt; .arrow, .popover &gt; .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover &gt; .arrow {
	border-width: 11px;
}
.popover &gt; .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top &gt; .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top &gt; .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right &gt; .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right &gt; .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom &gt; .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom &gt; .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left &gt; .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left &gt; .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
	content: " ";
	display: table;
}
.clearfix:after, .filter-wrapper:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
.visible-xs {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
.visible-md {
	display: none !important;
}
.visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}

@media (max-width:767px) {
.visible-xs {
	display: block !important;
}
table.visible-xs {
	display: table !important;
}
tr.visible-xs {
	display: table-row !important;
}
th.visible-xs, td.visible-xs {
	display: table-cell !important;
}
}

@media (max-width:767px) {
.visible-xs-block {
	display: block !important;
}
}

@media (max-width:767px) {
.visible-xs-inline {
	display: inline !important;
}
}

@media (max-width:767px) {
.visible-xs-inline-block {
	display: inline-block !important;
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm {
	display: block !important;
}
table.visible-sm {
	display: table !important;
}
tr.visible-sm {
	display: table-row !important;
}
th.visible-sm, td.visible-sm {
	display: table-cell !important;
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-block {
	display: block !important;
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline {
	display: inline !important;
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
	display: inline-block !important;
}
}

@media (min-width:992px) and (max-width:1399px) {
.visible-md {
	display: block !important;
}
table.visible-md {
	display: table !important;
}
tr.visible-md {
	display: table-row !important;
}
th.visible-md, td.visible-md {
	display: table-cell !important;
}
}

@media (min-width:992px) and (max-width:1399px) {
.visible-md-block {
	display: block !important;
}
}

@media (min-width:992px) and (max-width:1399px) {
.visible-md-inline {
	display: inline !important;
}
}

@media (min-width:992px) and (max-width:1399px) {
.visible-md-inline-block {
	display: inline-block !important;
}
}

@media (min-width:1400px) {
.visible-lg {
	display: block !important;
}
table.visible-lg {
	display: table !important;
}
tr.visible-lg {
	display: table-row !important;
}
th.visible-lg, td.visible-lg {
	display: table-cell !important;
}
}

@media (min-width:1400px) {
.visible-lg-block {
	display: block !important;
}
}

@media (min-width:1400px) {
.visible-lg-inline {
	display: inline !important;
}
}

@media (min-width:1400px) {
.visible-lg-inline-block {
	display: inline-block !important;
}
}

@media (max-width:767px) {
.hidden-xs {
	display: none !important;
}
}

@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
	display: none !important;
}
}

@media (min-width:992px) and (max-width:1399px) {
.hidden-md {
	display: none !important;
}
}

@media (min-width:1400px) {
.hidden-lg {
	display: none !important;
}
}
.visible-print {
	display: none !important;
}

@media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table !important;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print, td.visible-print {
	display: table-cell !important;
}
}
.visible-print-block {
	display: none !important;
}

@media print {
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}

@media print {
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}

@media print {
.visible-print-inline-block {
	display: inline-block !important;
}
}

@media print {
.hidden-print {
	display: none !important;
}
}
.alert-sm {
	padding: 5px 10px;
}
.alert a {
	font-weight: bold;
}
.alert-success a, .alert-success a:hover, .alert-success a:focus {
	color: #2b542c;
}
.alert-info a, .alert-info a:hover, .alert-info a:focus {
	color: #245269;
}
.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
	color: #66512c;
}
.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
	color: #843534;
}
 @keyframes glyphicon-spin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(359deg);
}
}
.glyphicon-spin {
	display: inline-block;
	animation: glyphicon-spin 1s infinite linear;
}
a .glyphicon-spin {
	display: inline-block;
	text-decoration: none;
}
html.js .btn .ajax-throbber {
	margin-left: .5em;
	margin-right: -.25em;
}
html.js .form-item .input-group-addon .glyphicon {
	color: #777777;
	opacity: .5;
	transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
	color: #337ab7;
	opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
	background-color: white;
}
html.js .ajax-new-content:empty {
	display: none !important;
}
.field--label {
	font-weight: bold;
}
.field--label-inline .field--label, .field--label-inline .field--items {
	float: left;
}
.field--label-inline .field--label, .field--label-inline &gt; .field--item, .field--label-inline .field--items {
	padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field--label, [dir="rtl"] .field--label-inline .field--items {
	padding-left: 0.5em;
	padding-right: 0;
}
.field--label-inline .field--label::after {
	content: ':';
}
.file {
	display: table;
	font-size: 75%;
	font-weight: 700;
	margin: 5px 0;
	width: 100%;
}
.file &gt; span {
	background: #fff;
	color: #337ab7;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.file &gt; span:first-child {
	border-left: 1px solid #ccc;
}
.file &gt; span:last-child {
	border-right: 1px solid #ccc;
}
.file &gt; .tabledrag-changed {
	background: #fcf8e3;
	border-radius: 0;
	color: #8a6d3b;
	display: table-cell;
	padding: 0 1em;
	top: 0;
	vertical-align: middle;
	border-left: 1px solid inherit;
}
.file &gt; .tabledrag-changed, .file &gt; .tabledrag-changed:last-child {
	border: 1px solid #f7e1b5;
}
.file-icon {
	display: table-cell;
	font-size: 150%;
	padding: .25em .5em;
	text-align: center;
	vertical-align: middle;
}
.file-link {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
	color: inherit;
}
.file-size {
	display: table-cell;
	padding: 0 1em;
	text-align: right;
	white-space: pre;
	vertical-align: middle;
}
.image-widget.row {
	overflow: hidden;
}
.filter-wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 0;
	padding: 10px;
	height: 51px;
}
.filter-help {
	float: right;
	line-height: 1;
	margin: .5em 0 0;
}
.nav.nav-tabs.filter-formats {
	margin-bottom: 15px;
}
.select-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
}
.form-inline .select-wrapper {
	width: auto;
}
.input-group .select-wrapper {
	display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.select-wrapper select {
	-webkit-appearance: none;
	appearance: none;
	line-height: 1;
	padding-right: 2em;
}
 .select-wrapper select::-ms-expand {
 opacity: 0;
}
.select-wrapper:after {
	color: #337ab7;
	content: '▼';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: -.5em;
	padding-right: .5em;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
}
.has-glyphicons .select-wrapper:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e114';
	display: inline-block;
	font-family: 'Glyphicons Halflings';
}
.has-error .select-wrapper:after {
	color: #a94442;
}
.has-success .select-wrapper:after {
	color: #3c763d;
}
.has-warning .select-wrapper:after {
	color: #8a6d3b;
}
.form-required:after {
	background-image: url(../fonts/required.svg)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/required.svg*/;
	background-size: 10px 7px;
	content: "";
	display: inline-block;
	line-height: 1;
	height: 7px;
	width: 10px;
}
.form-actions .btn {
	margin-right: 10px;
}
a.icon-before .glyphicon {
	margin-right: .25em;
}
a.icon-after .glyphicon {
	margin-left: .25em;
}
.btn.icon-before .glyphicon {
	margin-left: -.25em;
	margin-right: .25em;
}
.btn.icon-after .glyphicon {
	margin-left: .25em;
	margin-right: -.25em;
}
body {
	position: relative;
}
body.navbar-is-static-top {
	margin-top: 0;
}
body.navbar-is-fixed-top {
	margin-top: 85px;
}
body.navbar-is-fixed-bottom {
	padding-bottom: 85px;
}

@media screen and (min-width:768px) {
body {
	margin-top: 15px;
}
}

@media screen and (max-width:767px) {
body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
	position: fixed;
}
body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
	z-index: 500;
}
body.toolbar-vertical.navbar-is-fixed-top header {
	top: 39px;
}
}

@media screen and (min-width:768px) {
.navbar.container {
	max-width: 720px;
}
}

@media screen and (min-width:992px) {
.navbar.container {
	max-width: 940px;
}
}

@media screen and (min-width:1400px) {
.navbar.container {
	max-width: 1370px;
}
}
.node-preview-container {
	margin-top: -15px;
}
.node-preview-form-select {
	padding: 15px;
}
.panel-title {
	display: block;
	margin: -10px -15px;
	padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
	color: inherit;
}
.panel-title:focus, .panel-title:hover {
	text-decoration: none;
}
.progress-wrapper {
	margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
	margin-bottom: 5px;
}
.progress-wrapper .message {
	font-weight: 700;
	margin-bottom: 5px;
}
.progress-wrapper .percentage, .progress-wrapper .progress-label {
	font-size: 11px;
}
.progress-wrapper .progress-bar {
	min-width: 2em;
}
.tabledrag-toggle-weight {
	float: right;
	margin: 1px 2px 1px 10px;
}
.tabledrag-changed-warning {
	margin: 0;
	overflow: hidden;
}
.tabledrag-handle {
	color: #777777;
	cursor: move;
	float: left;
	font-size: 125%;
	line-height: 1;
	margin: -10px 0 0 -10px;
	padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
	color: #337ab7;
}
.indentation {
	float: left;
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em;
	padding: 0.42em 0 0.42em 0.6em;
	width: 20px;
}
[dir="rtl"] .indentation {
	float: right;
	margin: -0.4em -0.4em -0.4em 0.2em;
	padding: 0.42em 0.6em 0.42em 0;
}
.local-actions {
	margin: 10px 0 10px -5px;
}
.tabs--secondary {
	margin: 10px 0 5px;
}
.tabbable {
	margin-bottom: 20px;
}
.tabs-below &gt; .nav-tabs, .tabs-left &gt; .nav-tabs, .tabs-right &gt; .nav-tabs {
	border-bottom: 0;
}
.tabs-below &gt; .nav-tabs .summary, .tabs-left &gt; .nav-tabs .summary, .tabs-right &gt; .nav-tabs .summary {
	color: #777777;
	font-size: 11px;
}
.tab-pane &gt; .panel-heading {
	display: none;
}
.tab-content &gt; .active {
	display: block;
}
.tabs-below &gt; .nav-tabs {
	border-top: 1px solid #ddd;
}
.tabs-below &gt; .nav-tabs &gt; li {
	margin-top: -1px;
	margin-bottom: 0;
}
.tabs-below &gt; .nav-tabs &gt; li &gt; a {
	border-radius: 0 0 4px 4px;
}
.tabs-below &gt; .nav-tabs &gt; li &gt; a:hover, .tabs-below &gt; .nav-tabs &gt; li &gt; a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}
.tabs-below &gt; .nav-tabs &gt; .active &gt; a, .tabs-below &gt; .nav-tabs &gt; .active &gt; a:hover, .tabs-below &gt; .nav-tabs &gt; .active &gt; a:focus {
	border-color: transparent #ddd #ddd #ddd;
}
.tabs-left &gt; .nav-tabs, .tabs-right &gt; .nav-tabs {
	padding-bottom: 20px;
	width: 220px;
}
.tabs-left &gt; .nav-tabs &gt; li, .tabs-right &gt; .nav-tabs &gt; li {
	float: none;
}
.tabs-left &gt; .nav-tabs &gt; li:focus, .tabs-right &gt; .nav-tabs &gt; li:focus {
	outline: 0;
}
.tabs-left &gt; .nav-tabs &gt; li &gt; a, .tabs-right &gt; .nav-tabs &gt; li &gt; a {
	margin-right: 0;
	margin-bottom: 3px;
}
.tabs-left &gt; .nav-tabs &gt; li &gt; a:focus, .tabs-right &gt; .nav-tabs &gt; li &gt; a:focus {
	outline: 0;
}
.tabs-left &gt; .tab-content, .tabs-right &gt; .tab-content {
	border-radius: 0 4px 4px 4px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	overflow: hidden;
	padding: 10px 15px;
}
.tabs-left &gt; .nav-tabs {
	float: left;
	margin-right: -1px;
}
.tabs-left &gt; .nav-tabs &gt; li &gt; a {
	border-radius: 4px 0 0 4px;
}
.tabs-left &gt; .nav-tabs &gt; li &gt; a:hover, .tabs-left &gt; .nav-tabs &gt; li &gt; a:focus {
	border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left &gt; .nav-tabs &gt; .active &gt; a, .tabs-left &gt; .nav-tabs &gt; .active &gt; a:hover, .tabs-left &gt; .nav-tabs &gt; .active &gt; a:focus {
	border-color: #ddd transparent #ddd #ddd;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.05);
}
.tabs-right &gt; .nav-tabs {
	float: right;
	margin-left: -1px;
}
.tabs-right &gt; .nav-tabs &gt; li &gt; a {
	border-radius: 0 4px 4px 0;
}
.tabs-right &gt; .nav-tabs &gt; li &gt; a:hover, .tabs-right &gt; .nav-tabs &gt; li &gt; a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #ddd;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
}
.tabs-right &gt; .nav-tabs &gt; .active &gt; a, .tabs-right &gt; .nav-tabs &gt; .active &gt; a:hover, .tabs-right &gt; .nav-tabs &gt; .active &gt; a:focus {
	border-color: #ddd #ddd #ddd transparent;
}
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
	z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
	top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
	top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
	left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
	margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
	padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray &gt; .toolbar-lining:before {
	width: 240px;
}
.ui-autocomplete {
	background: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	color: inherit;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	list-style: none;
	min-width: 160px;
	padding: 5px 0;
	text-align: left;
	z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
	border: 0;
	border-radius: 0;
	clear: both;
	color: #615d5c;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	margin: 0;
	outline: 0;
	padding: 3px 20px;
	text-decoration: none;
	white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
	background: #f5f5f5;
	color: #262626;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
	background: #337ab7;
	color: #fff;
}
ol, ul {
	padding-left: 1.5em;
}
.popover ol:last-child, .popover ul:last-child {
	margin-bottom: 0;
}
.page-header {
	margin-top: 0;
}
p:last-child, .form-group:last-child, .panel:last-child {
	margin-bottom: 0;
}
.region-help &gt; .glyphicon {
	font-size: 15px;
	float: left;
	margin: -0.05em 0.5em 0 0;
}
.region-help .block {
	overflow: hidden;
}
.help-block, .control-group .help-inline {
	color: #777777;
	font-size: 12px;
	margin: 5px 0 10px;
	padding: 0;

}
.help-block:first-child, .control-group .help-inline:first-child {
	margin-top: 0;
}
.navbar-nav {
	font-size: 16px;
}
.navbar-default .navbar-nav &gt; li &gt; a.is-active {
	color: #9a0000;
}
.navbar-default {
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
}
.modules {
	padding: 50px 0;
}
.modules .description {
	font-size: 14px;
	margin-bottom: 30px;
}
.numbers {
	background-color: #e9e9e9;
	margin-left: -15px;
	margin-right: -15px;
}
.numbers h3 {
	font-size: 26px;
}
.numbers .row {
	margin-left: 0;
	margin-right: 0;
}
.numbers .col-xs-6:hover {
	color: #9a0000;
}
.parallax {
	padding: 0;
}
.parallax .row {
	text-align: center;
	padding-top: 60.5px;
	padding-bottom: 144.5px;
	background-attachment: fixed;
	height: 300px;
	color: #615d5c;
}
.parallax .row h2 {
	font-size: 30px;
	color: #fff;
}
.parallax .row .description {
	font-size: 22px;
	color: #fff;
}
.parallax-1 .row {
	background-image: url(../images/parallax-1.jpg);
}
.parallax-2 .row {
	background-image: url(../images/parallax-2.jpg);
	background-attachment: initial;
	height: 300px;
	padding-top: 90px;
	position: relative;
}
.parallax-2 .row .description {
	text-align: left;
	letter-spacing: 2px;
}
.parallax-2 .row .description h2 {
	margin-top: 40px;
	margin-bottom: 20px;
}
.parallax-2 .row .description h2:lang(en) {
	font-size: 22px;
}
.parallax-2 .row .description p {
	line-height: 2;
	font-size: 14px;
}
.parallax-2 .row .description p:lang(en) {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.6;
}
.parallax-2 .row .vjs-fluid {
	padding-top: 0;
}
.parallax-3 .row {
	background-image: url(../images/parallax-3.jpg)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/parallax/parallax-3.jpg*/;
}
.parallax-3 .row .description {
	font-size: 21px;
}
.parallax-4 .row {
	background-image: url(../images/parallax-3.jpg)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/parallax/parallax-3.jpg*/;
}
.parallax-4 .row .description {
	font-size: 21px;
}
.parallax-5 .row {
	background-image: url(../images/parallax-4.jpg)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/parallax/parallax-4.jpg*/;
}
.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.35em;
	height: 1.5em;
	width: 1.5em;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0;
	left: 0px;
	margin: auto;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: 0.1em solid #fff;
	border-radius: 3em;
	background-color: #2b333f;
	background-color: rgba(43,51,63,0.7);
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	transition: all 0.4s;
}
.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
	display: none;
}
.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
	height: 100%;
	width: 100%;
}
#carousel-video {
	height: 590px;
}
.pagination.js-pager__items .pager__item .current {
	color: #9a0000;
	border-color: #9a0000;
}
body.navbar-is-fixed-top {
	margin-top: 90px;
}
.btn-xcp {
	color: white;
	background-color: #9a0000;
	border-color: transparent;
	padding: 10px 35px;
}
.btn-xcp:focus, .btn-xcp.focus {
	color: white;
	background-color: #670000;
	border-color: transparent;
}
.btn-xcp:hover {
	color: white;
	background-color: #670000;
	border-color: transparent;
}
.btn-xcp:active, .btn-xcp.active, .open &gt; .btn-xcp.dropdown-toggle {
	color: white;
	background-color: #670000;
	border-color: transparent;
}
.btn-xcp:active:hover, .btn-xcp:active:focus, .btn-xcp:active.focus, .btn-xcp.active:hover, .btn-xcp.active:focus, .btn-xcp.active.focus, .open &gt; .btn-xcp.dropdown-toggle:hover, .open &gt; .btn-xcp.dropdown-toggle:focus, .open &gt; .btn-xcp.dropdown-toggle.focus {
	color: white;
	background-color: #430000;
	border-color: transparent;
}
.btn-xcp:active, .btn-xcp.active, .open &gt; .btn-xcp.dropdown-toggle {
	background-image: none;
}
.btn-xcp.disabled:hover, .btn-xcp.disabled:focus, .btn-xcp.disabled.focus, .btn-xcp[disabled]:hover, .btn-xcp[disabled]:focus, .btn-xcp[disabled].focus, fieldset[disabled] .btn-xcp:hover, fieldset[disabled] .btn-xcp:focus, fieldset[disabled] .btn-xcp.focus {
	background-color: #9a0000;
	border-color: transparent;
}
.btn-xcp .badge {
	color: #9a0000;
	background-color: white;
}
.logos {
	text-align: center;
}
.logos .col-sm-2 {
	overflow: hidden;
}
.logos .col-sm-2 .logo-g {
	position: relative;
	filter: grayscale(100%);
}
.logos .col-sm-2 .logo-c {
	position: absolute;
}
.logos .col-sm-2 a {
	display: block;
	position: relative;
}
.media h3 {
	font-size: 16px;
	background: #9a0000;
	display: inline-block;
	padding: 5px 12px;
	position: relative;
	color: white;
	margin-top: 0;
}
.media h3:after {
	display: block;
	content: '';
	width: 300px;
	height: 1px;
	position: absolute;
	background: #9a0000;
	bottom: -5px;
	left: 0;
}
.media .intro .col-sm-6 {
	margin-bottom: 80px;
}
.media .intro p {
	margin-bottom: 30px;
}
.media h2 {
	font-size: 18px;
}
.media .claim {
	text-align: center;
}
.media .claim:before, .media .claim:after {
	content: " ";
	display: table;
}
.media .claim:after {
	clear: both;
}
.media .claim hr {
	width: 300px;
	border-top: 1px solid #9a0000;
	margin: 20px auto;
}
.media .claim p:last-child {
	margin-top: 30px;
	margin-bottom: 50px;
}
.main-container {
	margin-top: 50px;
}
.cases {
	margin-top: 0;
}
.cat_info {
	line-height: 25px;
	padding: 10px;
	margin-bottom: 20px;
}
.pagination.js-pager__items {
	width: 100%;
	margin: 50px 0 100px 0;
}

@media screen and (max-width:767px) {
.pagination.js-pager__items {
	text-align: left;
	margin: 25px 0 40px 0;
}
}
.pagination.js-pager__items &gt; li {
	display: inline-block;
}
.pagination.js-pager__items &gt; li:before, .pagination.js-pager__items &gt; li:after {
	content: " ";
	display: table;
}
.pagination.js-pager__items &gt; li:after {
	clear: both;
}

@media screen and (max-width:767px) {
.pagination.js-pager__items &gt; li {
	margin-bottom: 10px;
}
}
.pagination.js-pager__items &gt; li &gt; a, .pagination.js-pager__items .pagination &gt; li &gt; span {
	float: none;
	width: 40px;
	display: inline-block;
	height: 40px;
}
.pagination.js-pager__items &gt; li &gt; a:before, .pagination.js-pager__items &gt; li &gt; a:after, .pagination.js-pager__items .pagination &gt; li &gt; span:before, .pagination.js-pager__items .pagination &gt; li &gt; span:after {
	content: " ";
	display: table;
}
.pagination.js-pager__items &gt; li &gt; a:after, .pagination.js-pager__items .pagination &gt; li &gt; span:after {
	clear: both;
}
.pagination.js-pager__items .pager__item.active a {
	border-color: #9a0000;
	background-color: #9a0000;
	border-radius: 30px;
	color: white;
}
.pagination.js-pager__items .pager__item a {
	border-color: #777777;
	background-color: transparent;
	border-radius: 30px;
 color: #615d5c  margin: auto 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 40px;
	text-align: center;
}
.pagination.js-pager__items .pager__item.pager__item--previous a, .pagination.js-pager__items .pager__item.pager__item--next a {
	border: none;
	margin: auto 0px;
	font-size: 16px;
	padding: 8px 10px;
}
.pagination.js-pager__items .pager__item--first, .pagination.js-pager__items .pager__item--last {
	display: none;
}
.block-views-blockcase-block-1 a {
	border-color: #777777;
	background-color: transparent;
	border-radius: 30px;
 color: #615d5c  text-decoration: none;
}
.block-views-blockcase-block-1 a:hover {
	color: #9a0000;
}
.no-padding {
	padding: 0;
}
#block-yangshicaidan ul {
	margin-left: 0;
	margin-right: 0;
}
#block-yangshicaidan ul:before, #block-yangshicaidan ul:after {
	content: " ";
	display: table;
}
#block-yangshicaidan ul:after {
	clear: both;
}
#block-yangshicaidan li {
	background-color: #bbb;
	position: relative;
	float: left;
	width: 33.33333%;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
#block-yangshicaidan li + li {
	border-left: 1px solid #f0f0f0;
}
#block-yangshicaidan a {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
 color: #615d5c  transition: all .2s;
}
#block-yangshicaidan a:hover, #block-yangshicaidan a.is-active {
	background-color: #9a0000;
	color: white;
}
.about-us-block .row &gt; div {
	padding: 0;
	text-align: center;
}
.about-us-block .row &gt; div + div {
	border-left: 1px solid #f0f0f0;
}
.about-us-block .row &gt; div a {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
 color: #615d5c  transition: all .2s;
}
.about-us-block .row &gt; div:hover a, .about-us-block .row &gt; div.active a {
	background-color: #9a0000;
	color: white;
}
.page-node-type-page h1 {
	display: none;
}
.region-sidebar-second {
	margin-top: 50px;
}
.region-sidebar-second &gt; section {
	margin-bottom: 30px;
}
.region-sidebar-second .view-id-case h2 {
	padding-left: 24px;
}
.region-sidebar-second .view-id-case .col-sm-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.region-sidebar-second .view-id-case .col-sm-6 a:nth-child(2) {
	padding-top: 5px;
}
.region-sidebar-second .view-id-case .col-sm-6:first-child {
	padding-right: 6px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.region-sidebar-second .view-id-case .col-sm-6:last-child {
	padding-left: 6px;
	padding-right: 20px;
}
#block-hot-case-block {
	font-size: 14px;
	padding: 22px 22px 22px 22px;
	background-color: white;
	box-shadow: 0 0 10px #eee;
	position: relative;
	margin: 30px 0;
}
#block-hot-case-block h2 {
	margin-left: -24px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 28px;
	border-left: 4px solid #9a0000;
	font-size: 15px;
}
#block-hot-case-block h2, #block-hot-case-block h3 {
	margin-top: 0;
	color: #615d5c
}
#block-hot-case-block .more-link.form-group {
	position: absolute;
	top: 29px;
	right: 20px;
}
#block-hot-case-block .more-link.form-group a {
	color: #615d5c
}
#block-hot-case-block .more-link.form-group a:after {
	content: '+';
}
#block-hot-case-block .col-sm-6 {
	margin-bottom: 5px;
}
#block-hot-case-block a {
	color: #615d5c;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
#block-hot-case-block a:hover {
	color: #9a0000;
	text-decoration: none;
}
#block-views-block-news-block-1 {
	font-size: 14px;
	padding: 22px 22px 22px 22px;
	background-color: white;
	box-shadow: 0 0 10px #eee;
	position: relative;
	margin: 30px 0;
}
#block-views-block-news-block-1 h2 {
	margin-left: -24px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 28px;
	border-left: 4px solid #9a0000;
	font-size: 15px;
}
#block-views-block-news-block-1 h2, #block-views-block-news-block-1 h3 {
	margin-top: 0;
	color: #615d5c
}
#block-views-block-news-block-1 .more-link.form-group {
	position: absolute;
	top: 29px;
	right: 20px;
}
#block-views-block-news-block-1 .more-link.form-group a {
	color: #615d5c
}
#block-views-block-news-block-1 .more-link.form-group a:after {
	content: '+';
}
#block-views-block-news-block-1 ol {
	padding-left: 0;
	list-style: none;
	color: #9a0000;
}
#block-views-block-news-block-1 ol li {
	padding: 8px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#block-views-block-news-block-1 a {
	color: #615d5c
}
#block-views-block-news-block-1 a:hover {
	color: #9a0000;
	text-decoration: none;
}
#block-views-block-extras-wonderful-extra-block {
	font-size: 12px;
	padding: 22px 22px 22px 22px;
	background-color: white;
	box-shadow: 0 0 10px #eee;
	position: relative;
	margin-bottom: 29px;
}
#block-views-block-extras-wonderful-extra-block h2 {
	margin-left: -24px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 28px;
	border-left: 4px solid #9a0000;
	font-size: 15px;
}
#block-views-block-extras-wonderful-extra-block h2, #block-views-block-extras-wonderful-extra-block h3 {
	margin-top: 0;
	color: #615d5c
}

#block-views-block-extras-wonderful-extra-block .more-link.form-group {
	position: absolute;
	top: 29px;
	right: 20px;
}
#block-views-block-extras-wonderful-extra-block .more-link.form-group a {
	color: #615d5c
}
#block-views-block-extras-wonderful-extra-block .more-link.form-group a:after {
	content: '+';
}
.path-news h1.page-header {
	display: none;
}
.breadcrumb {
	background-color: transparent;
	text-align: left;
}
.breadcrumb li {
	color: #9a0000;
}
.breadcrumb li a {
	color: #777777;
}
.breadcrumb li a a:hover {
	color: #9a0000;
	text-decoration: none;
}
.breadcrumb li.active {
	color: #9a0000;
}
.breadcrumb li + li:before {
	content: "&gt;";
}
.extras-category {
	background: #dbdbdb;
	text-align: center;
}
.extras-category ul {
	padding: 0;
}
.extras-category ul li {
	display: inline-block;
	padding: 30px;
	padding-left: 0;
}
.extras-category ul li a {
	color: #615d5c;
}
.star-body {
	background-color: white;
}
.star-body .bg-gray {
	background-color: #eeedec;
}
.star-body .title {
	margin-top: 60px;
	margin-bottom: 60px;
}
.star-body .title hr {
	height: 2px;
	width: 40px;
	background: #9a0000;
}
.star-body .start .movie {
	text-align: center;
	padding: 50px;
}
.star-body .start .movie:before, .star-body .start .movie:after {
	content: " ";
	display: table;
}
.star-body .start .movie:after {
	clear: both;
}
.star-body .start .movie img {
	display: inline-block;
}
.star-body .start .movie .col-xs-4 {
	padding: 30px;
}
.star-body .start .celebrity-carousel-1 {
	padding: 100px;
}
.star-body .start .celebrity-carousel-1 .content {
	padding-bottom: 10px;
}
.star-body .start .celebrity-carousel-1 .content .box {
	border-right: 4px solid #f0f0f0;
	position: relative;
}
.star-body .start .celebrity-carousel-1 .content .box .cover {
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.25);
	transition: opacity 0.5s linear;
}
.star-body .start .celebrity-carousel-1 .content .box .cover:hover {
	opacity: 1;
}
.star-body .start .celebrity-carousel-1 .content .box .cover p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	height: 20px;
	background-color: rgba(154,0,0,0.8);
	color: white;
	margin: auto;
}
.star-body .start .celebrity-carousel-1 .slick-dots {
	padding-top: 15px;
}
.star-body .start .celebrity-carousel-1 .slick-dots .slick-active button:before {
	color: #980000;
}
.star-body .start .coperation-artists {
	min-width: 250px;
	padding-top: 170px;
	padding-bottom: 100px;
	text-align: right;
}
.star-body .start .coperation-artists hr {
	width: 50px;
	color: #9a0000;
	margin-right: 0;
	border: 1px solid #9a0000;
}
.star-body .start .coperation-artists p {
	text-align: left;
	float: right;
}
.star-body .start .celebrity-carousel-2 {
	margin-top: 80px;
	margin-bottom: 50px;
}
.star-body .start .celebrity-carousel-2 .slick-next {
	right: -70px;
	height: 70px;
	width: 38px;
	background-size: 100%;
	z-index: 50;
	background: url("../images/arrow-right-r.png")/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/arrow-right-r.png*/;
	background-position: right;
}
.star-body .start .celebrity-carousel-2 .slick-next:before {
	content: '';
}
.star-body .start .celebrity-carousel-2 .slick-prev {
	left: -70px;
	height: 70px;
	width: 38px;
	background-size: 100%;
	z-index: 50;
	background: url("../images/arrow-left-r.png")/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/arrow-left-r.png*/;
}
.star-body .start .celebrity-carousel-2 .slick-prev:before {
	content: '';
}
.star-body .start .heat .ranking-wrapper .row {
	padding-bottom: 20px;
	margin: 0;
	height: 110px;
}
.star-body .start .heat .ranking-wrapper .row:before, .star-body .start .heat .ranking-wrapper .row:after {
	content: " ";
	display: table;
}
.star-body .start .heat .ranking-wrapper .row:after {
	clear: both;
}
.star-body .start .heat .ranking-wrapper .row div:nth-child(2) {
	padding-bottom: 15px;
}
.star-body .start .heat .ranking-wrapper .star-img {
	width: 90px;
	height: 85px;
	position: absolute;
	left: 80px;
}
.star-body .start .heat .ranking-wrapper .serial-number {
	font-size: 16px;
	padding-right: 20px;
	margin-left: 130px;
}
.star-body .start .heat .ranking-wrapper .name {
	font-size: 16px;
	padding-right: 20px;
	width: 80px;
	text-align: left;
	display: inline-block;
	white-space: nowrap;
}
.star-body .start .heat .ranking-wrapper .heat-number {
	font-size: 12px;
	color: #989898;
}
.star-body .start .heat .ranking-wrapper .heat-number:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 25px;
	background-image: url(../images/arrows-up.png)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/celebrity/arrows-up.png*/;
	margin-left: 20px;
	position: relative;
	top: 5px;
}
.star-body .services-process img {
	display: inline-block;
	max-width: 80px;
}
.star-body .services-process h3 {
	font-size: 17px;
	margin-top: 0;
}
.xcp-red {
	color: #9a0000;
}
p.copyright {
	margin: 30px auto;
	background-color: #f0f0f0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: center;
}
.links {
	margin: 30px 0;
	text-align: center;
}
.links a {
	color: #615d5c
}
.links a:hover {
	color: #9a0000;
}

@media screen and (min-width:768px) {
.links .node-prev {
	position: absolute;
	left: 2px;
}
}

@media screen and (max-width:767px) {
.links .node-prev.li {
	display: block;
	text-align: left;
	margin-top: 10px;
}
}
.links .node-prev:after {
	content: '';
	display: block;
	width: 17px;
	height: 18px;
	margin-right: 5px;
	float: left;
	background-image: url("../images/prev-icon.png")/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/icon/prev-icon.png*/;
}

@media screen and (min-width:768px) {
.links .node-next {
	position: absolute;
	right: 2px;
}
}

@media screen and (max-width:767px) {
.links .node-next.li {
	display: block;
	text-align: left;
	margin-top: 10px;
}
.links .node-next:after {
	float: left;
	margin-right: 5px;
	margin-left: 0;
}
}
.links .node-next:after {
	content: '';
	display: block;
	width: 17px;
	height: 18px;
	margin-left: 5px;
	float: right;
	background-image: url("../images/next-icon.png")/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/icon/next-icon.png*/;
}

@media screen and (max-width:767px) {
.links .back.li {
	display: block;
	text-align: left;
	margin-top: 10px;
}
}
.links .back:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	float: left;
	background-image: url("../images/back-list-icon.png")/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/icon/back-list-icon.png*/;
}
.page-node-type-extras h1.page-header {
	margin-top: 10px;
}
.page-node-type-extras .extras-detail .carousel-nav {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9a0000;/* padding-bottom: 20px; */
}
.page-node-type-extras .extras-detail .carousel-nav .slick-track {
	padding-bottom: 30px;
}
.page-node-type-extras .extras-detail .carousel-nav .slick-track .slick-slide {
	padding: 6px;
	filter: opacity(0.65);
	transform: translateY(50px);
	width: 210px;
}
.page-node-type-extras .extras-detail .carousel-nav .slick-track .slick-slide.slick-current {
	padding-top: 0;
	filter: opacity(1);
	width: 300px;
	transform: translateY(20px);
}
.page-node-type-extras .extras-detail .carousel-for .slick-next {
	right: 10px;
	height: 60px;
	width: 60px;
	z-index: 50;
	background: url("../images/arrow-right.png")/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/arrow-right.png*/;
	background-size: 100%;
}
.page-node-type-extras .extras-detail .carousel-for .slick-next:before {
	content: '';
}
.page-node-type-extras .extras-detail .carousel-for .slick-prev {
	left: 10px;
	z-index: 50;
	height: 60px;
	width: 60px;
	background: url("../images/arrow-left.png")/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/arrow-left.png*/;
	background-size: 100%;
}
.page-node-type-extras .extras-detail .carousel-for .slick-prev:before {
	content: '';
}
.cooperation {
	padding: 30px;
	text-align: center;
}
.cooperation hr {
	margin-top: 30px;
	width: 200px;
	border-color: #999;
}
.path-celebrity h2:first-child {
	display: none;
}
.path-celebrity .gallery {
	background-color: white;
}
.path-celebrity .gallery h2 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.path-celebrity .gallery .col-xs-3, .path-celebrity .gallery .col-xs-6 {
	padding: 2.5px;
}
.path-celebrity .main-container {
	margin-top: 0;
}
.path-celebrity article.contextual-region.celebrity.full.clearfix &gt; h2, .path-celebrity article.contextual-region.celebrity.full.filter-wrapper &gt; h2, .path-celebrity h1, .path-celebrity .breadcrumb {
	display: none;
}
.path-celebrity .celebrity-detail h2 {
	text-align: center;
}
.path-celebrity .celebrity-detail .name {
	position: relative;
	z-index: -50;
	background-color: white;
}
.path-celebrity .celebrity-detail .name img {
	padding: 8px 0;
}
.path-celebrity .celebrity-detail .name .background-gray {
	background-color: #727171;
	height: 137px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}
.path-celebrity .intro {
	background-color: white;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.path-celebrity .movie h2 {
	margin-top: 50px;
	margin-bottom: 30px;
}
.path-celebrity .movie .col-sm-3 {
	padding: 30px 25px;
}
.path-celebrity .movie .col-sm-3 .box {
	text-align: center;
	box-shadow: 5px 5px 8px 1px #ddd;
}
.path-celebrity .movie .col-sm-3 .box .title {
	background-color: white;
	padding: 20px 5px;
}
.path-celebrity .movie .col-sm-3 .box .footer {
	margin-top: 0;
	background-color: white;
	padding: 20px;
}
.path-celebrity .endorsement {
	text-align: center;
}
.path-celebrity .endorsement img {
	max-width: 80px;
	display: inline-block;
}
.path-celebrity .endorsement .title hr {
	width: 80px;
	border-color: #9a0000;
	border-width: 3px;
}
#block-guanfangweixin h3 {
	margin-left: -39px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 4px solid #9a0000;
	font-size: 18px;
}
#block-guanfangweixin h3 span {
	font-size: 12px;
}
#block-guanfangweixin img {
	width: 100%;
	max-width: 160px;
}
.contact-left {
	padding-left: 0;
	padding-right: 0;
}
.contact-left .panel-title {
	position: relative;
}
.contact-left .panel-title a:after {
	content: '';
	height: 16px;
	width: 28px;
	position: absolute;
	display: inline-block;
	background-image: url(../images/arrow-gray-b.png)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/icon/arrow-gray-b.png*/;
	background-size: 100%;
	right: 50px;
	top: 15px;
}
.contact-left ul {
	list-style: none;
	padding-left: 0;
}
.contact-right {
	padding-left: 0;
	padding-right: 0;
}
span#cnzz_stat_icon_891342 {
	display: none;
}
.about-carousel.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.about-carousel.slick-dotted.slick-slider .slick-dots {
	bottom: 15px;
}
.about-carousel.slick-dotted.slick-slider .slick-dots li button::before {
	color: white;
}

@media only screen and (max-width:764px) {
.zxwm {
	display: none !important;
}
.dianhua {
	display: none !important;
}
.dhhmspan {
	display: none;
}
.xinde {
}
.dianhua {
	width: 10%;
}
.footer-service__list {
	display: flex;
	flex-wrap: wrap;
}
.footer-service__list li {
	flex: 0 0 50%;
}
.media .intro .col-sm-6 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.about-us-block .col-xs-4 {
	max-height: 50px;
}
div#navbar-collapse {
	text-align: center;
}
body.navbar-is-fixed-top {
	margin-top: 60px;
}
.navbar {
	min-height: 60px;
}
.navbar-header .logo {
	margin-left: 10px;
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}
.navbar-header .logo img {
	max-width: 125px;
}
.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}
.parallax-1 .row {
	padding-top: 90px;

	padding-bottom: 90px;
	height: 280px;
}
.parallax-1 .row .description h2 {
	font-size: 19px;
}
.parallax-1 .row .description p {
	font-size: 13px;
}
.parallax-2 .vjs-fluid {
	padding-top: 0;
}
.parallax-2 .row {
	height: 320px;
	padding-top: 60px;
}
.parallax-2 .row .description h2 {
	font-size: 19px;
}
.parallax-2 .row .description p {
	font-size: 13px;
}
h2 {
	font-size: 25px;
}
.star-body .start .coperation-artists {
	min-width: 180px;
	padding-top: 15px;
	padding-bottom: 30px;
}
.star-body .start .movie {
	padding: 15px;
}
.star-body .start .movie .col-xs-4 {
	padding: 15px;
}
.star-body .start .celebrity-carousel-1 {
	padding: 15px;
}
.star-body .start .celebrity-carousel-1 .content .box .cover {
	opacity: 1;
}
.star-body .start .celebrity-carousel-2 .slick-arrow {
	height: 60px;
	width: 20px;
}
.star-body .start .celebrity-carousel-2 .slick-prev {
	left: -40px;
}
.star-body .start .celebrity-carousel-2 .slick-next {
	right: -40px;
}
#views-exposed-form-news-page-1 {
	height: 37px;
	padding-top: 0;
	margin-bottom: 5px;
}
#views-exposed-form-news-page-1 .form-group {
	padding-right: 5px;
	display: inline-block;
	margin-bottom: 0;
}
.coperation-artists {
	width: 180px;
	min-width: 180px;
	margin: auto;
}
.coperation-artists h2 {
	font-size: 24px;
}
.celebrity-detail .endorsement h3 {
	font-size: 15px;
}
.celebrity-detail .endorsement img {
	max-width: 60px;
}
.page-node-type-extras .extras-detail .carousel-for .slick-next, .page-node-type-extras .extras-detail .carousel-for .slick-prev {
	width: 40px;
	height: 40px;
	background-size: 100%;
}
.page-node-type-extras .extras-detail .carousel-nav .slick-track .slick-slide {
	max-width: 80px;
}
.page-node-type-extras .extras-detail .carousel-nav .slick-track .slick-slide.slick-current {
	max-width: 100px;
}
.about-page {
	margin-top: -20px;
}
.about-page .h2-en {
	margin-bottom: 20px;
}
.about-page .who {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.about-page .environment {
	padding-top: 20px;
}
.about-page .services {
	padding-top: 30px;
}
.about-page .history {
	z-index: -10;
	position: relative;
}
.about-page .timeline {
	position: relative;
	height: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 30px;
}
.about-page .timeline .timeline-line {
	position: absolute;
	left: 50%;
	margin-left: 0;
	height: 100%;
	border-right: 1px solid #9a0000;
	z-index: -5;
}
.about-page .timeline .timeline-wrapper:before, .about-page .timeline .timeline-wrapper:after {
	content: " ";
	display: table;
}
.about-page .timeline .timeline-wrapper:after {
	clear: both;
}
.about-page .timeline .timeline-dot {
	display: none;
}
.about-page .timeline .timeline-block {
	background-color: #e9e9e9;
	position: static;
	width: 100%;
	margin-top: 70px;
}
.about-page .timeline .timeline-block:before, .about-page .timeline .timeline-block:after {
	content: " ";
	display: table;
}
.about-page .timeline .timeline-block:after {
	clear: both;
}
.about-page .timeline .timeline-block.timeline-block-left {
	padding-right: 0;
	text-align: center;
}
.about-page .timeline .timeline-block.timeline-block-left img {
	display: inline-block;
}
.about-page .timeline .timeline-block.timeline-block-left .timeline-dot {
	display: none;
}
.about-page .timeline .timeline-block.timeline-block-right {
	padding-left: 0;
	text-align: center;
}
.about-page .timeline .timeline-block.timeline-block-right img {
	display: inline-block;
}
.about-page .timeline .timeline-block.timeline-block-right .timeline-dot {
	display: none;
}
.breadcrumb {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 7px;
}
.main-container {
	margin-top: 20px;
}
.extras-category ul li {
	padding: 21px 30px;
}
.main-container.cases {
	padding-right: 10px;
	padding-left: 10px;
}
.main-container.cases .view-id-case .col-sm-4 {
	padding-left: 5px;
	padding-right: 5px;
}
.main-container.cases .view-id-case .col-sm-4 .intro {
	padding-bottom: 16px;

}
.main-container.cases .pagination.js-pager__items {
	margin: 10px 0 40px 0;
}
.star-body .title {
	margin-top: 20px;
	margin-bottom: 30px;
}
.star-body .start .celebrity-carousel-2 {
	margin-top: 40px;
	margin-bottom: 20px;
}
.star-body .services-process h3 {
	font-size: 15px;
}
.star-body .services-process img {
	max-width: 60px;
}
.star-body .services-process .title {
	margin-bottom: 10px;
}
.star-body .services-process .col-xs-4 {
	margin-top: 20px;
}
.cooperation {
	padding: 5px 30px;
}
.cooperation hr {
	margin-top: 20px;
}
.cooperation p {
	margin-bottom: 0;
}
}

@media only screen and (min-width:768px) {
.start .heat .ranking-wrapper .serial-number {
	margin-left: 50px;
}
.start .heat .ranking-wrapper .star-img {
	left: 10px;
}
.xinde {
	width: 25%;
	margin-left: 10px;
}
.dianhua {
	width: 13%;
}
.dhhmspan {
	position: relative;
	top: 3px;
}
.div {
	position: relative;
	top: 3px;
}
.dhhma {
	display: none !important;
}
}

@media only screen and (min-width:1400px) {
.start .heat .ranking-wrapper .serial-number {
	margin-left: 130px;
}
.start .heat .ranking-wrapper .star-img {
	left: 60px;
}
.xinde {
	width: 25%;
	margin-left: 10px;
}
.dianhua {
	width: 2rem;
}
.dhhmspan {
	position: relative;
	top: 3px;
	font-size: 20px;
}
.div {
	position: relative;
	top: 3px;
}
.dhhma {
	display: none !important;
}
}
.nav &gt; li &gt; a {
	padding: 10px 20px;
}
#block-yuyanqiehuan {
	font-size: 14px;
}
#block-yuyanqiehuan .links {
	margin-top: 0;
	margin-bottom: 10px;
	list-style: none;
	padding-left: 0;
}
#block-yuyanqiehuan li a {
	color: #777;
}
#block-yuyanqiehuan li a:hover {
	color: #9a0000;
}
#block-yuyanqiehuan.is-active a {
	color: #9a0000;
}

@media only screen and (min-width:768px) {
#block-xuanchuanpian-main-menu {
	float: left;
	display: inline-block;
	margin-top: 25px;
}
#block-xuanchuanpian-main-menu:before, #block-xuanchuanpian-main-menu:after {
	content: " ";
	display: table;
}
#block-xuanchuanpian-main-menu:after {
	clear: both;
}
#block-yuyanqiehuan {
	float: right;
	display: inline-block;
}
#block-yuyanqiehuan .links {
	margin-top: 34px;
	margin-bottom: 35px;
	margin-left: 40px;
}
#block-yuyanqiehuan .links li {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
}
#block-yuyanqiehuan .links li + li {
	position: relative;
}
#block-yuyanqiehuan .links li + li::before {
	content: '';
	display: block;
	height: 80%;
	width: 1px;
	background-color: #777;
	position: absolute;
	left: 0;
	z-index: 100;
	top: 0;
	bottom: 0;
	margin: auto;
}
}
.footer {
	background-color: #ffffff;
    color: #615d5c;  
	padding-top:30px;
	padding-bottom: 10px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
}

@media screen and (min-width:1400px) {
.footer .container {
	max-width: 1600px;
	width: 100%;
}
}
.footer-nav {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}
.footer-nav:before, .footer-nav:after {
	content: " ";
	display: table;
}
.footer-nav:after {
	clear: both;
}
.footer-col-1 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.footer-col-1 {
	float: left;
	width: 75%;
}
}
.footer-col-2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

@media (min-width:768px) {
.footer-col-2 {
	float: left;
	width: 25%;
}
}
.footer-service {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.footer-service {
	float: left;
	width: 25%;
}
}

@media screen and (min-width:1400px) {
.footer-service {
	padding-right: 5%;
}
}
.footer-service__title {
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	position: relative;
}

@media screen and (min-width:768px) {
.footer-service__title {
	width: 70%;
}
}
.footer-service__title:after {
	content: '';
	display: block;
	background-color: #9a0000;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 85px;
}
.footer-service__list {
	list-style: none;
	padding-left: 0;
}
.footer-service__list a {
	font-size: 14px;
}
.footer-service__list li {
	margin-bottom: 10px;
	color: #727171;
}
.footer-service__list li a {
	color: #727171;
}
.footer-links {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.footer-links {
	float: left;
	width: 33.33333%;
}
}

@media screen and (min-width:1400px) {
.footer-links {
	padding-right: 5%;
}
}
.footer-links__title {
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	width: 95%;
	position: relative;
}
.footer-links__title:after {
	content: '';
	display: block;
	background-color: #9a0000;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 110px;
}
.footer-links__list {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
.footer-links__list a {
	font-size: 14px;
	color: #615d5c;
}
.footer-links__list li {
	margin-bottom: 10px;
	color: #727171;
}
.footer-links__list li a {
	color: #727171;
}
.footer-links__list li {
	flex: 0 0 50%;
	padding-right: 10px;
	margin-bottom: 10px;
}
.footer-qr__img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media screen and (min-width:768px) {
.footer-qr__img {
	position: relative;
	bottom: 60px;
	max-width: 100px;
}
}

@media screen and (max-width:767px) {
.footer-qr__img {
	margin-left: auto;
	margin-right: auto;
}
}
.footer-qa {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.footer-qa {
	float: left;
	width: 75%;
}
.footer-qa ul li {
	float: left;
	width: 50%;
}
}

@media screen and (min-width:1400px) {
.footer-qa {
	padding-right: 5%;
}
}
.footer-qa__title {
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	position: relative;
}
.footer-qa__title:after {
	content: '';
	display: block;
	background-color: #9a0000;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 110px;
}
.footer-qa__list {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
.footer-qa__list a {
	font-size: 14px;
}
.footer-qa__list li {
	margin-bottom: 10px;
	color: #727171;
	width: 100%;
}
.footer-qa__list li a {
	color: #727171;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.footer-qa__list li {
	/*flex: 0 0 60%;*/
	padding-right: 10px;
	margin-bottom: 15px;
}
.footer-qa__list li:nth-child(2n) {
/*flex: 0 0 40%;*/
}
.footer-intro {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.footer-intro:before, .footer-intro:after {
	content: " ";
	display: table;
}
.footer-intro:after {
	clear: both;
}
.footer-info {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
.footer-info {
	float: left;
	width: 83.33333%;
}
}
.footer-info__item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-left: 30px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAfCAYAAAD9cg1AAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFIGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTgtMDctMTdUMjI6Mjc6NDgrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE4LTA3LTE4VDEyOjEwOjI3KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE4LTA3LTE4VDEyOjEwOjI3KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc3Yzc1NDhhLTVjNjMtNDc0NC05NzNiLTQ3ZDY3YWVkYmY4NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3N2M3NTQ4YS01YzYzLTQ3NDQtOTczYi00N2Q2N2FlZGJmODQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3N2M3NTQ4YS01YzYzLTQ3NDQtOTczYi00N2Q2N2FlZGJmODQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjc3Yzc1NDhhLTVjNjMtNDc0NC05NzNiLTQ3ZDY3YWVkYmY4NCIgc3RFdnQ6d2hlbj0iMjAxOC0wNy0xN1QyMjoyNzo0OCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kg9TxQAAATJJREFUSMe1lkEVwyAMhiMBCZWAhEqohEpAQiX0vBMSJgEJlTAJOGCwR97rYxACyw7/qTQfCeEP8AAAQkvUHvWMcoWOKB1CAEpUYBsVGHqlTYwADDNwqZSV6gHsZHDUVUIkdv4FqQG0UHDUUQIcI/XUNWvOlFPKBQFLZ6FpdJrO4NZ/JwIOYtHOuCe+1b4IcERZgCFqgwqINA0ToAjACtRHDiCVoQdo1XCTArTOwDJLtFGtmhacjY8+d0kP4HpdtPW8hQhuOfcAsuWSdlyAVsbt13fALuxFruamlyBA1wBa2klrA8dIzoLWyJydap4zMtFbrl/qznlVKMJCqrY++mzBQ/ejhzoC6N3yj1/NPrw4nXXVDnUGAPnpWDVCKYAq/Gq7zwMJABpcyNnAPwA4O9QI4A1ekFMJhDcyuQAAAABJRU5ErkJggg==") no-repeat left top;
	margin-bottom: 10px;
}

@media (min-width:768px) {
.footer-info__item {
	float: left;
	width: 33.33333%;
}
}
.footer-info__title {
	font-size: 16px;
 color: #615d5c  font-weight: 900;
	font-family: "Heiti SC", "黑体";
	margin-bottom: 2px;
	margin-top: 0;
}
.footer-info__list li {
	margin-bottom: 5px;
}
.footer-qr {
	position: relative;
	min-height: 1px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	text-align: right;
}

@media (min-width:768px) {
.footer-qr {
	float: left;
	width: 16.66667%;
}
}

@media screen and (max-width:767px) {
.footer-tel__item {
	text-align: center;
}
}

@media screen and (min-width:768px) {
.footer-tel__item:first-child {
}
.footer-tel__item {
	padding-top: 20px;
}
}

@media screen and (min-width:1400px) {
.footer-tel__item:first-child {
}
.footer-tel__item {
	padding-top: 20px;
}
}
.footer-tel__title {
	font-size: 16px;
	line-height: 1;
}
/*客服*/
.kefu {
	bottom: 30px;
	right: 30px;
	margin-bottom: 0;
	display: block;
	position: fixed;
	z-index: 999999999
}
.kefu a {
	font-size: 26px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	height: 50px;
	width: 50px;
	display: block
}

@media (min-width:767px) {
.kefu a:hover, .kefu a.gt {
	background-color: #c96
}
}

@media (max-width:767px) {
.kefu {
	width: 100%;
	text-align: center;
	background-color: #615d5c;
	bottom: 0;
	right: 0
}
.kefu li {
	display: inline-block
}
.kefu a {
	padding: 4px 10px;
	height: 40px;
	border-radius: 0;
	background-color: hsla(0,0%,0%,0.00)
}
}
/*fonts*/
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot')/*tpa=http://www.tvctop.com/skin/fonts/icomoon.eot*/;
	src: url('../fonts/icomoon.eot')/*tpa=http://www.tvctop.com/skin/fonts/icomoon.eot*/ format('embedded-opentype'), url('../fonts/icomoon.ttf')/*tpa=http://www.tvctop.com/skin/fonts/icomoon.ttf*/ format('truetype'), url('../fonts/icomoon.woff')/*tpa=http://www.tvctop.com/skin/fonts/icomoon.woff*/ format('woff'), url('../fonts/icomoon.svg')/*tpa=http://www.tvctop.com/skin/fonts/icomoon.svg*/ format('svg');
	font-weight: normal;
	font-style: normal
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-more:before {
	content: "\e900"
}
.icon-office:before {

	content: "\e901"
}
.icon-ruanzhuang:before {
	content: "\e902"
}
.icon-ruodian:before {
	content: "\e903"
}
.icon-xiaofang:before {
	content: "\e904"
}
.icon-page-guanyu:before {
	content: "\e905"
}
.icon-page-lianxi:before {
	content: "\e906"
}
.icon-page-xitong:before {
	content: "\e907"
}
.icon-page-youshi:before {
	content: "\e908"
}
.icon-ml:before {
	content: "\e909"
}
.icon-next:before {
	content: "\e90a"
}
.icon-pre:before {
	content: "\e90b"
}
.icon-cailliao:before {
	content: "\e90c"
}
.icon-chengben:before {
	content: "\e90d"
}
.icon-fengshui:before {
	content: "\e90e"
}
.icon-foot-addess:before {
	content: "\e90f"
}
.icon-foot-map:before {
	content: "\e910"
}
.icon-foot-tel:before {
	content: "\e911"
}
.icon-goutong:before {
	content: "\e912"
}
.icon-qq:before {
	content: "\e913"
}
.icon-sheji:before {
	content: "\e914"
}
.icon-shouji:before {
	content: "\e915"
}
.icon-top:before {
	content: "\e916"
}
.icon-tuandui:before {
	content: "\e917"
}
.icon-weibo:before {
	content: "\e918"
}
.icon-weixin:before {
	content: "\e919"
}
.icon-yzspt:before {
	content: "\e91a"
}
.icon-zhaoming:before {
	content: "\e91b"
}
.icon-zhiliang:before {
	content: "\e91c"
}
.icon-sq:before {
	content: "\e91d"
}
.footer-tel__tel {
	font-size: 16px;
	line-height: 25px;
	font-family: "Arial";
	font-weight: 600;
}

@media screen and (min-width:1400px) {
.footer-tel__tel {
	font-size: 16px;
}
}
.footer-tel__tel a {
	color: #615d5c
}
.icp {
	color: white;
	background-color: #252525;
	padding: 10px 0;
	font-size: 11px;
}
.icp a {
	color: white;
}
.home {
	margin-top: 0 !important;
	background-color: white;
}
.home .breadcrumb {
	display: none;
}
.home h1 {
	display: none;
}
.home .extras.modules {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
}
.home .extras.modules:before, .home .extras.modules:after {
	content: " ";
	display: table;
}
.home .extras.modules:after {
	clear: both;
}
.home .extras .block-title {
	margin-bottom: 10px;/*margin-left:550px;*/
}
.paishe {
}
.home .extras__title {
	font-size: 17px;
	margin-top: 10px;
}
.home .extras__title--en {
	font-size: 14px;
	margin-bottom: 25px;
}
.home .extras .more-link {
	margin-top: 30px;
}
.footer-service__list li {
	font-size: 14px
}
.home .extras .more-link a {
	color: white;
	background-color: #9a0000;
	border-color: transparent;
	display: inline-block;
	border-radius: 5px;
	font-size: 14px;
	padding: 8px 25px;
}
.footer-service h3 {
	font-size: 16px;
}
.footer-links h3 {
	font-size: 16px;
}
.footer-qa h3 {
	font-size: 16px;
}
.footer-info__addr {
	font-size: 14px;
}
.home .extras-left {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

@media (min-width:768px) {
.home .extras-left {
	float: left;
	width: 50%;
	padding-left: 150px;
}
}
.home .extras-right {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.home .extras-right {
	float: left;
	width: 50%;
}
}
.home .extras__item {
	margin-bottom: 10px;
}
.home .extras__item a {
	color: #615d5c
}
.home .extras__index {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	font-size: 12px;
	width: 15px;
	height: 15px;
	color: white;
	background-color: #9a0000;
}
.home .celebrities {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1350px;
	text-align: center;
}
.home .celebrities:before, .home .celebrities:after {
	content: " ";
	display: table;
}
.home .celebrities:after {
	clear: both;
}
.home .celebrities .btn.btn-xcp {
	margin-bottom: 50px;
}
.home .celebrities .more-link {
	text-align: right;
}
.home .celebrities .more-link a {
	color: #9a0000;
	padding: 3px 10px;
	border: 1px #9a0000 solid;
	border-radius: 3px;
}
.home .celebrities-left {
	position: relative;
	min-height: 1px;
}

@media (min-width:768px) {
.home .celebrities-left {
	float: left;
	width: 20%;
}
}
.home .celebrities-right {
	position: relative;
	min-height: 1px;
}

@media (min-width:768px) {
.home .celebrities-right {
	float: left;
	width: 80%;
}
}
.home .celebrities__item--left {
	position: relative;
	min-height: 1px;
	padding: 5px;
}

@media (min-width:768px) {
.home .celebrities__item--left {
	float: left;
	width: 100%;
}
}
.home .celebrities__intro {
	background-color: #AD1414;
	color: white;
	padding: 35px 25px;
}
.home .celebrities__item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 5px;
}

@media (min-width:768px) {
.home .celebrities__item {
	float: left;
	width: 25%;
}
}
.home .celebrities__item--list {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 5px;
}

@media (min-width:768px) {
.home .celebrities__item--list {
	float: left;
	width: 25%;
}
}
.home .celebrities__cover:hover {
	background: rgba(0,0,0,0.5);
	color: white;
}
.home .celebrities__cover {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 5px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-decoration: none;
	transition: all .5s;
	color: transparent;
}
.home .celebrities__title {
	font-size: 18px;
}
.home .celebrities__item--4 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 5px;
}

@media (min-width:768px) {
.home .celebrities__item--4 {
	float: left;
	width: 50%;
}
}
.home .celebrity-list-block {
	background-color: #AD1414;
	padding: 25px 20px;
	text-align: right;
}
.home .celebrity-list-block a {
	color: white;
	display: inline-block;
	margin-bottom: 10px;
}

@media screen and (min-width:768px) {
.home .media-news__item-wrapper {
}
}
.home .media-news__item-wrapper:before, .home .media-news__item-wrapper:after {
	content: " ";
	display: table;
}
.home .media-news__item-wrapper:after {
	clear: both;
}
.home .media-news {
	background-color: #F1F1F1;
	padding: 50px 20px;
}

@media screen and (max-width:767px) {
.home .media-news__col:nth-child(2), .home .media-news__col:nth-child(3), .home .media-news__col:nth-child(4) {
	display: none;
}
}
.home .media-news-block {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1350px;
}
.home .media-news-block:before, .home .media-news-block:after {
	content: " ";
	display: table;
}
.home .media-news-block:after {
	clear: both;
}
.home .media-news-block .block-title {
	color: #615d5c;
	font-size: 25px;
	text-align: center;
}
.home .media-news-block .media-news-block__title--en {
	text-align: center;
}
.home .media-news-block .more-link {
	text-align: center;
	margin-bottom: 50px;
}
.home .media-news-block .more-link a {
	color: white;
	background-color: #9a0000;
	border-color: transparent;
	padding: 10px 35px;
	border-radius: 5px;
	display: inline-block;
}
.home .media-news-block .more-link a:hover {
	color: white;
	background-color: #670000;
	border-color: transparent;
}
.home .media-news-block__title--en {
	font-size: 15px;
	color: #615d5c;
	margin-bottom: 15px;
}
.home .media-news__col {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.home .media-news__col {
	float: left;
	width: 25%;
}
}
.home .media-news__item {
	margin-bottom: 30px;
	text-align: left;
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
}
.home .media-news__box {
	padding: 10px;
	background-color: white;
}
.home .media-news__title {
	margin-bottom: 5px;
}
.home .media-news__title a {
	font-size: 15px;
	color: #615d5c;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	display: block;
}
.home .media-news__created {
	color: #9BABB4;
	font-size: 13px;
	margin-bottom: 5px;
	text-align: center;
}
.home .media-news__body {
	color: #999;
	font-size: 13px;
	line-height: 18px;
	height: 54px;
	overflow: hidden;
	margin-bottom: 5px;
}
.home .media-news__body h2 {
	margin-top: 0;
	font-size: 14px;
}
.home .numbers {
	padding-top: 20px;
	padding-bottom: 20px;
}
.home .numbers img {
	max-width: 100%;
}
.home .services {
	padding-top: 50px;
	padding-bottom: 70px;
}
.home .services img {
	max-width: 100%;
}
.home .services-item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.home .services-item {
	float: left;
	width: 25%;
}
}
.home .services-item__title {
	font-size: 20px;
}
.home .services-item__title--en {
	color: #615d5c
}
.home .services-item__img {
	display: inline-block;
	transition: all .2s;
}
.home .services-item__img-wrapper {
	padding: 30px 38px;
	margin-bottom: 10px;
}
.home .services-item__img-wrapper:hover {
	background: url("../images/home-icon-bg.png") center center no-repeat;
}
.home .services-item__img-wrapper:hover .services-item__img {
	filter: brightness(2);
}
.home .services-item__img-wrapper:hover .services-item__title--en {
	color: #9a0000;
}
.home .services a {
	color: #615d5c;
	display: inline-block;
	text-decoration: none;
}
.home .services a:before, .home .services a:after {
	content: " ";
	display: table;
}
.home .services a:after {
	clear: both;
}
.home .services a:hover {
	color: #9a0000;
}
.home .services .container {
	text-align: center;
}
.home .services p {
	font-size: 12px;
}
.home .vision h2 {
	text-align: center;
}
.home .vision .description {
	text-align: center;
}
.home .vision h3 {
	font-size: 16px;
}
.home .vision p {
	color: #777777;
	font-size: 12px;
}
.home .vision article {
	overflow: hidden;
	line-height: 30px;
}
.home .vision article:first-child h3 {
	margin-top: 0;
}
.home .vision article:first-child .cycle {
	margin-top: 10px;
}
.home .vision article p {
	max-width: 580px;
}
.home .vision .cycle {
	filter: grayscale(100%) opacity(60%);
	width: 50px;
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: 20px;
}

@media screen and (max-width:767px) {
.home .vision .cycle {
	margin-bottom: 90px;
}
}
.home .vision .cycle:hover {
	filter: grayscale(0%) opacity(100%);
}
.home .vision__left {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.home .vision__left {
	float: left;
	width: 50%;
}
}
.home .vision__right {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	height: 400px;
}
.vision_inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	height: 100%;
}

@media screen and (max-width:767px) {
.home .vision__right {
	display: none;
}
}

@media (min-width:768px) {
.home .vision__right {
	float: left;
	width: 50%;
}
}
.home .vision__right img {
	margin-top: 10px;
}
.home .experience {
	padding-top: 100px;
	padding-bottom: 100px;
}
.home .experience h2 {
	margin-top: 0;
	margin-bottom: 10px;
}
.home .experience .description {
	font-size: 15px;
	margin-bottom: 50px;
}
.home .experience p {
	color: #615d5c;
	font-size: 15px;
	font-weight: 500;
	max-width: 85%;
	margin: auto;
}
.home .experience a {
	display: block;
	position: inherit;
	margin-bottom: 20px;
}
.home .block-views-blocknews-block-2 {
	text-align: left;
	background-color: #f1f1f1;
	background-size: 100%;
	height: 750px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.home .block-views-blocknews-block-2 .block-title {
	text-align: center;
	margin-bottom: 15px;
	margin-bottom: 60px;
}
.home .block-views-blocknews-block-2 .box {
	margin: auto;
	max-width: 400px;
	padding: 5px;
	border: 1px solid black;
}
.home .block-views-blocknews-block-2 .box h3 {
	text-align: center;
}
.home .block-views-blocknews-block-2 .box ul {
	font-size: 14px;
	padding: 10px;
}
.home .block-views-blocknews-block-2 .box ul li {
	list-style: none;
	padding: 5px 10px;
}
.home .block-views-blocknews-block-2 .box ul li:nth-child(even) a {
	color: #615d5c;
}
.home .block-views-blocknews-block-2 .box ul li:nth-child(odd) {/* background-color: #ccc; */}
.home .block-views-blocknews-block-2 .box ul li:nth-child(odd) a {
	color: #615d5c;
}
.home .block-views-blocknews-block-2 .box .more-link {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.home .block-views-blocknews-block-2 .box .more-link a {
	color: white;
	background-color: #9a0000;
	border-color: #9a0000;
	padding: 10px 30px;
	font-weight: 300;
	border-radius: 6px;
	font-size: 12px;
}
.home .block-views-blocknews-block-2 .box .more-link a:focus, .home .block-views-blocknews-block-2 .box .more-link a.focus {
	color: white;
	background-color: #670000;
	border-color: #1b0000;
}
.home .block-views-blocknews-block-2 .box .more-link a:hover {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
.home .block-views-blocknews-block-2 .box .more-link a:active, .home .block-views-blocknews-block-2 .box .more-link a.active, .open &gt; .home .block-views-blocknews-block-2 .box .more-link a.dropdown-toggle {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
.home .block-views-blocknews-block-2 .box .more-link a:active:hover, .home .block-views-blocknews-block-2 .box .more-link a:active:focus, .home .block-views-blocknews-block-2 .box .more-link a:active.focus, .home .block-views-blocknews-block-2 .box .more-link a.active:hover, .home .block-views-blocknews-block-2 .box .more-link a.active:focus, .home .block-views-blocknews-block-2 .box .more-link a.active.focus, .open &gt; .home .block-views-blocknews-block-2 .box .more-link a.dropdown-toggle:hover, .open &gt; .home .block-views-blocknews-block-2 .box .more-link a.dropdown-toggle:focus, .open &gt; .home .block-views-blocknews-block-2 .box .more-link a.dropdown-toggle.focus {
	color: white;
	background-color: #430000;
	border-color: #1b0000;
}
.home .block-views-blocknews-block-2 .box .more-link a:active, .home .block-views-blocknews-block-2 .box .more-link a.active, .open &gt; .home .block-views-blocknews-block-2 .box .more-link a.dropdown-toggle {
	background-image: none;
}
.home .block-views-blocknews-block-2 .box .more-link a.disabled:hover, .home .block-views-blocknews-block-2 .box .more-link a.disabled:focus, .home .block-views-blocknews-block-2 .box .more-link a.disabled.focus, .home .block-views-blocknews-block-2 .box .more-link a[disabled]:hover, .home .block-views-blocknews-block-2 .box .more-link a[disabled]:focus, .home .block-views-blocknews-block-2 .box .more-link a[disabled].focus, fieldset[disabled] .home .block-views-blocknews-block-2 .box .more-link a:hover, fieldset[disabled] .home .block-views-blocknews-block-2 .box .more-link a:focus, fieldset[disabled] .home .block-views-blocknews-block-2 .box .more-link a.focus {
	background-color: #9a0000;
	border-color: #9a0000;
}
.home .block-views-blocknews-block-2 .box .more-link a .badge {
	color: #9a0000;
	background-color: white;
}
.home .block-views-blocknews-block-2 .box .more-link a:hover {
	text-decoration: none;
}
.home .logos {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
}
.home .logos:before, .home .logos:after {
	content: " ";
	display: table;
}
.home .logos:after {
	clear: both;
}
.home .logos__item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

@media (min-width:768px) {
.home .logos__item {
	float: left;
	width: 16.66667%;
}
}

@media screen and (min-width:768px) {
.home .logos__item {
	filter: grayscale(100%);
}
}

@media screen and (min-width:768px) {
.home .logos__item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	transition: transform 0.5s;
	transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
}
.home .logos__item:hover {
	transition: filter 0.5s;
	filter: grayscale(0);
}
.home .logos__item:hover::before {
	transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.home .logo__img {
	display: block;
	max-width: 100%;
	height: auto;
}
.home .about {
	margin-bottom: 20px;
}
.home .about h2 {
	margin-bottom: 60px;
}
.home .about-team__wrapper {
	display: flex;
}
.home .about-team-item__wrapper {
	flex: 1;
	color: #666666;
	text-align: center;
}
.home .about-team-item__img {
	display: block;
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.home .about-team-item__title {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 18px;
}

@media screen and (max-width:767px) {
.home .about-team-item__title {
	font-size: 12px;
}
}
.home .about-team-item__name {
	font-size: 14px;
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {
.home .about-team-item__name {
	font-size: 12px;
}
}
.home .about-team-item__intro {
	font-size: 12px;
}
.home .about__text {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	font-size: 14px;
}
#block-front-block-3 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#block-front-block-3:before, #block-front-block-3:after {
	content: " ";
	display: table;
}
#block-front-block-3:after {
	clear: both;
}

@media only screen and (max-width:764px) {
.home .modules {
	padding: 30px 0;
}
.home .slick-dots {
	bottom: 5px;
}
.home .slick-dots li.slick-active button:before {
	opacity: 1;
	color: white;
}
.home .slick-dots li button:before {
	opacity: .5;
	color: white;
}
.home .about {
	margin-bottom: 0;
}
.home .about p {
	margin-bottom: 30px;
}
.home .experience {
	padding-bottom: 20px;
}
.home .experience .description {
	margin-bottom: 35px;
}
.home .experience .col-xs-4 {
	width: 50%;
	padding-left: 4.25px;
	padding-right: 4.25px;
}
.home .services {
	padding-top: 10px;
}
.home .services img {
/*		max-width: 45px;*/
}
.home .services h3 {
	font-size: 14px;
}
.home .services .col-xs-3 {
	padding: 0 5px;
}
.home .services .col-xs-3 p {
	display: none;
}
.home .vision {
	padding-top: 20px;
}
.home .block-views-blocknews-block-2 {
	padding-top: 30px;
	min-height: 660px;
}
.home .block-views-blocknews-block-2:before, .home .block-views-blocknews-block-2:after {
	content: " ";
	display: table;
}
.home .block-views-blocknews-block-2:after {
	clear: both;
}
.home .block-views-blocknews-block-2 .col-lg-4:before, .home .block-views-blocknews-block-2 .col-lg-4:after {
	content: " ";
	display: table;
}
.home .block-views-blocknews-block-2 .col-lg-4:after {
	clear: both;
}
.home .block-views-blocknews-block-2 .col-lg-4 .box:before, .home .block-views-blocknews-block-2 .col-lg-4 .box:after {
	content: " ";
	display: table;
}
.home .block-views-blocknews-block-2 .col-lg-4 .box:after {
	clear: both;
}
.home .block-views-blocknews-block-2 .col-lg-7 {
	padding-bottom: 15px;
	overflow: hidden;
}
.home .block-views-blocknews-block-2 .col-lg-7 img {
	max-width: 180%;
	margin-left: -47%;
	margin-bottom: 15px;
}
.home .celebrities {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.home .celebrities .btn.btn-xcp {
	margin-bottom: 30px;
}
.parallax {
	padding: 0 !important;
}
.parallax .row h2 {
	font-size: 21.6px;
}
.parallax .row .description {
	font-size: 18px;
}
}

@media screen and (min-width:768px) {
.home .block-views-blocknews-block-2 {
	height: 580px;
}
.home .celebrity-list-block {
	height: 115px;
	padding: 8px 5px;
}
.home .services h3 {
	font-size: 17px;
}
.celebrities__item--left.first {
	height: 335px;
}
.celebrities__intro {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	letter-spacing: 1px;
	transform: scale(1.2, 1.2) translate(-40px, -30px);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.35);
}
.parallax .row {
	background-size: 100%;
}
.parallax.parallax-2 .row {
	background-size: cover;
}
}

@media screen and (min-width:1400px) {
.home .celebrity-list-block {
	height: 154px;
	padding: 20px 20px;
}
}
.page-node-type-article .col-sm-9:first-child .breadcrumb {
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding-bottom: 30px;
	padding-top: 20px;
}
.page-node-type-article .region-sidebar-second {
	padding-top: 70px;
}
.page-node-type-article .author {
	color: #777;
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
}
.page-node-type-article .news-case__title {
	font-size: 20px;
	color: #777;
	text-align: center;
	margin-bottom: 20px;
}
.news-case__body {
	letter-spacing: 2px;
}
.news-case__body p{
	margin-bottom: 20px;
	line-height: 30px;
}
.news-case__body img {
	max-width: 100%;
	height: auto;
}
.news-case__body h2 {
	font-size: 15px;
	font-weight: bold;
}
.node--type-article.node--view-mode-full .field--name-node-post-date.field--type-ds {
	display: inline-block;
	margin-right: 30px;
}
.node--type-article.node--view-mode-full .field--name-node-post-date.field--type-ds {
	display: inline-block;
}
.node--type-article.node--view-mode-full .field--name-field-image {
	padding: 0;
	padding-bottom: 15px;
}
.page-node-type-article {
	background-color: white;
}
.page-node-type-article .breadcrumb {
	padding-left: 0;
}
.news {
	color: #777777;
}
.news__item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 5px;
	letter-spacing: 1px;
}
.news__title-wrapper {
	margin-left: -5px;
	font-size: 18px;
}
.news__title-wrapper a {
	color: #615d5c
}
.news__title-wrapper a:hover {
	color: #9a0000;
	text-decoration: none;
}
.news__body-wrapper {
	margin: 25px auto;
}
.news__time-wrapper:before {
	display: inline-block;
	width: 18px;
	height: 18px;
	float: left;
	position: relative;
	left: -2px;
	margin-right: 5px;
	content: '';
	background-image: url(../images/clock.svg)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/clock.svg*/;
	background-repeat: no-repeat;
}
#block-baoludebiaodannewsnews-list-page {
	margin-top: 10px;
	margin-bottom: 20px;
}
#block-baoludebiaodannewsnews-list-page .bef-links .form-group:last-child {
	padding-right: 0;
}
#block-baoludebiaodannewsnews-list-page .bef-links .form-group:nth-child(1) a {
}
#block-baoludebiaodannewsnews-list-page .form-group {
	padding-right: 15px;
}

@media(max-width:990px) {
#block-baoludebiaodannewsnews-list-page .form-select {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#block-baoludebiaodannewsnews-list-page .form-group {
}
}
#block-baoludebiaodannewsnews-list-page .form-group a {
	color: white;
	background-color: #b3b3b3;
	border-color: #b3b3b3;
	padding: 10px 11px;
	font-weight: 300;
	border-radius: 6px;
	font-size: 12px;
}
#block-baoludebiaodannewsnews-list-page .form-group a:focus, #block-baoludebiaodannewsnews-list-page .form-group a.focus {
	color: white;
	background-color: #9a9a9a;
	border-color: #737373;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover {
	color: white;
	background-color: #9a9a9a;
	border-color: #949494;
}
#block-baoludebiaodannewsnews-list-page .form-group a:active, #block-baoludebiaodannewsnews-list-page .form-group a.active, .open &gt; #block-baoludebiaodannewsnews-list-page .form-group a.dropdown-toggle {
	color: white;
	background-color: #9a9a9a;
	border-color: #949494;
}
#block-baoludebiaodannewsnews-list-page .form-group a:active:hover, #block-baoludebiaodannewsnews-list-page .form-group a:active:focus, #block-baoludebiaodannewsnews-list-page .form-group a:active.focus, #block-baoludebiaodannewsnews-list-page .form-group a.active:hover, #block-baoludebiaodannewsnews-list-page .form-group a.active:focus, #block-baoludebiaodannewsnews-list-page .form-group a.active.focus, .open &gt; #block-baoludebiaodannewsnews-list-page .form-group a.dropdown-toggle:hover, .open &gt; #block-baoludebiaodannewsnews-list-page .form-group a.dropdown-toggle:focus, .open &gt; #block-baoludebiaodannewsnews-list-page .form-group a.dropdown-toggle.focus {
	color: white;
	background-color: #888888;
	border-color: #737373;
}
#block-baoludebiaodannewsnews-list-page .form-group a:active, #block-baoludebiaodannewsnews-list-page .form-group a.active, .open &gt; #block-baoludebiaodannewsnews-list-page .form-group a.dropdown-toggle {
	background-image: none;
}
#block-baoludebiaodannewsnews-list-page .form-group a.disabled:hover, #block-baoludebiaodannewsnews-list-page .form-group a.disabled:focus, #block-baoludebiaodannewsnews-list-page .form-group a.disabled.focus, #block-baoludebiaodannewsnews-list-page .form-group a[disabled]:hover, #block-baoludebiaodannewsnews-list-page .form-group a[disabled]:focus, #block-baoludebiaodannewsnews-list-page .form-group a[disabled].focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a:hover, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a:focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a.focus {
	background-color: #b3b3b3;
	border-color: #b3b3b3;
}
#block-baoludebiaodannewsnews-list-page .form-group a .badge {
	color: #b3b3b3;
	background-color: white;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover {
	text-decoration: none;
	color: white;
	background-color: #9a0000;
	border-color: #9a0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover:focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover.focus {
	color: white;
	background-color: #670000;
	border-color: #1b0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover:hover {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover:active, #block-baoludebiaodannewsnews-list-page .form-group a:hover.active, .open &gt; #block-baoludebiaodannewsnews-list-page .form-group a:hover.dropdown-toggle {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover:active:hover, #block-baoludebiaodannewsnews-list-page .form-group a:hover:active:focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover:active.focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover.active:hover, #block-baoludebiaodannewsnews-list-page .form-group a:hover.active:focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover.active.focus, .open &gt; #block-baoludebiaodannewsnews-list-page .form-group a:hover.dropdown-toggle:hover, .open &gt; #block-baoludebiaodannewsnews-list-page .form-group a:hover.dropdown-toggle:focus, .open &gt; #block-baoludebiaodannewsnews-list-page .form-group a:hover.dropdown-toggle.focus {
	color: white;
	background-color: #430000;
	border-color: #1b0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover:active, #block-baoludebiaodannewsnews-list-page .form-group a:hover.active, .open &gt; #block-baoludebiaodannewsnews-list-page .form-group a:hover.dropdown-toggle {
	background-image: none;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover.disabled:hover, #block-baoludebiaodannewsnews-list-page .form-group a:hover.disabled:focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover.disabled.focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover[disabled]:hover, #block-baoludebiaodannewsnews-list-page .form-group a:hover[disabled]:focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover[disabled].focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a:hover:hover, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a:hover:focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a:hover.focus {
	background-color: #9a0000;
	border-color: #9a0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover .badge {
	color: #9a0000;
	background-color: white;
}
#block-baoludebiaodannewsnews-list-page .form-group button {
	display: none;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a {
	color: white;
	background-color: #9a0000;
	border-color: #9a0000;/*
	width: 114px;
	display: inline-block;
*/
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.focus {
	color: white;
	background-color: #670000;
	border-color: #1b0000;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:hover {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:active, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.active, .open &gt; #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.dropdown-toggle {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:active:hover, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:active:focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:active.focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.active:hover, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.active:focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.active.focus, .open &gt; #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.dropdown-toggle:hover, .open &gt; #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.dropdown-toggle:focus, .open &gt; #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.dropdown-toggle.focus {
	color: white;
	background-color: #430000;
	border-color: #1b0000;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:active, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.active, .open &gt; #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.dropdown-toggle {
	background-image: none;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.disabled:hover, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.disabled:focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.disabled.focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a[disabled]:hover, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a[disabled]:focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a[disabled].focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:hover, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.focus {
	background-color: #9a0000;
	border-color: #9a0000;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a .badge {
	color: #9a0000;
	background-color: white;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:hover {
	text-decoration: none;
}

@media only screen and (max-width:764px) {
.news__body-wrapper {
	margin: 18px auto;
}
}
.ysfxzl-wrapper {
	text-align: left;
	line-height: 1.8;
}
.ysfxzl-wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
}
.ysfxzl-wrapper .title-wrapper {
	position: relative;
	margin-bottom: 20px;
	padding-left: 70px;
}
.ysfxzl-wrapper .title-wrapper:after {
	content: '';
	display: block;
	height: 2px;
	width: 50px;
	background-color: #9a0000;
	position: absolute;
	left: 0;
	top: 14px;
}
.ysfxzl-wrapper .lmzzzt .box-1 {
	max-width: 350px;
	margin-top: 50px;
	margin-bottom: 70px;
}
.ysfxzl-wrapper .lmzzzt h2 {
	font-size: 39px;

	letter-spacing: 2px;
	display: inline-block;
	border: 1px solid black;
	padding: 10px 12px;
}
.ysfxzl-wrapper .lmzzzt .title-wrapper {
	margin-bottom: 50px;
	padding-left: 0;
}
.ysfxzl-wrapper .lmzzzt .title-wrapper:after {
	top: 51px;
	right: 20px;
	left: auto;
}
.ysfxzl-wrapper .lzlc {
	padding-right: 50px;
	padding-left: 100px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../images/left.png)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/ysfxzl/left.png*/ no-repeat;
	background-position: right center;
}
.ysfxzl-wrapper .lzlc .title-wrapper {
	left: -70px;
}
.ysfxzl-wrapper .lzlc p {
	margin-bottom: 10px;
}
.ysfxzl-wrapper .dhzg-wrapper, .ysfxzl-wrapper .yxlrw-wrapper {
	padding-top: 80px;
}
.ysfxzl-wrapper .dhzg, .ysfxzl-wrapper .yxlrw {
	padding: 40px 85px;
}
.ysfxzl-wrapper .lmhz-wrapper {
	padding-left: 100px;
	padding-bottom: 80px;
}
.ysfxzl-wrapper .lmhz-wrapper h3 {
	font-size: 16px;
	position: relative;
}
.ysfxzl-wrapper .lmhz-wrapper h3:nth-child(2)::before {
	content: '';
	display: block;
	height: 20px;
	width: 2px;
	background-color: #9a0000;
	position: absolute;
	left: -30px;
}
.ysfxzl-wrapper .lmhz-wrapper p {
	margin-bottom: 30px;
}
.ysfxzl-wrapper .lmhz-wrapper .lmhz {
	padding-left: 70px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 20px;
	background: rgba(0,0,0,0.05);
}
.ysfxzl-wrapper .lmdw {
	padding-left: 80px;
}
.ysfxzl-wrapper .claim {
	text-align: center;
	margin-top: 50px;
	margin-left: -15px;
	margin-right: -15px;
}
.ysfxzl-wrapper .claim:before, .ysfxzl-wrapper .claim:after {
	content: " ";
	display: table;
}
.ysfxzl-wrapper .claim:after {
	clear: both;
}
.ysfxzl-wrapper .claim:before, .ysfxzl-wrapper .claim:after {
	content: " ";
	display: table;
}
.ysfxzl-wrapper .claim:after {
	clear: both;
}
.ysfxzl-wrapper .claim hr {
	width: 300px;
	border-top: 1px solid #9a0000;
	margin: 20px auto;
}
.ysfxzl-wrapper .claim p:last-child {
	margin-top: 30px;
	margin-bottom: 50px;
}
.path-xsmt {
	background: white;
}
.sdmtjz {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
	padding-bottom: 80px;
	color: #595757;
}
.sdmtjz:before, .sdmtjz:after {
	content: " ";
	display: table;
}
.sdmtjz:after {
	clear: both;
}
.sdmtjz__title {
	text-align: center;
	font-size: 26px;
	color: #595757;
	margin-bottom: 15px;
}
.sdmtjz__title--en {
	font-size: 14px;
	text-align: center;
	margin-bottom: 80px;
}
.sdmtjz img {
	display: block;
	max-width: 100%;
	height: auto;
}
.sdmtjz__title {
	margin-top: 90px;
}
.sdmtjz__title--en {
	margin-bottom: 50px;
}

@media screen and (min-width:768px) {
.sdmtjz__title--en {
	margin-bottom: 130px;
}
}

@media screen and (min-width:768px) {
.sdmtjz-item__title {
	font-size: 32px;
	margin-bottom: 70px;
	margin-top: 120px;
	padding-left: 70px;
}
}
.sdmtjz-item__text {
	max-width: 505px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}

@media screen and (min-width:768px) {
.sdmtjz-item__text {
	padding-left: 70px;
}
}
.sdmtjz__col {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.sdmtjz__col {
	float: left;
	width: 50%;
}
}
.spyx {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
	padding-bottom: 80px;
	color: #595757;
}
.spyx:before, .spyx:after {
	content: " ";
	display: table;
}
.spyx:after {
	clear: both;
}
.spyx__title {
	text-align: center;
	font-size: 26px;
	color: #595757;
	margin-bottom: 15px;
}
.spyx__title--en {
	font-size: 14px;
	text-align: center;
	margin-bottom: 80px;
}
.spyx img {
	display: block;
	max-width: 100%;
	height: auto;
}
.spyx__title {
	margin-top: 60px;
}
.spyx__title--en {
	margin-bottom: 50px;
}

@media screen and (min-width:768px) {
.spyx__title--en {
	margin-bottom: 120px;
}
}
.spyx__col:nth-child(3) {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.spyx__col:nth-child(3) {
	float: left;
	width: 41.66667%;
}
}
.spyx__col:nth-child(4) {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.spyx__col:nth-child(4) {
	float: left;
	width: 58.33333%;
}
}
.spyx-item__title {
	font-size: 21px;
	line-height: 1.6;
	margin-bottom: 60px;
	margin-top: 0;
}
.spyx-item__text {
	font-size: 18px;
	line-height: 1.6;
	color: #595757;
	font-weight: 300;
	max-width: 400px;
}
.szyx {
	margin-left: -15px;
	margin-right: -15px;
	background: url(../images/szyx.png);
}
.szyx__title {
	margin-top: 80px;
	text-align: center;
	font-size: 26px;
	color: #595757;
	margin-bottom: 15px;
}
.szyx__title--en {
	font-size: 14px;
	text-align: center;
	margin-bottom: 95px;
}
.szyx:before, .szyx:after {
	content: " ";
	display: table;
}
.szyx:after {
	clear: both;
}
.szyx__wrapper {
	padding-bottom: 80px;
}
.szyx__col {
	padding: 80px 15px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.szyx-item__title {
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.szyx-item__text {
	font-size: 18px;
	font-weight: 300;
	max-width: 394px;
	line-height: 1.6;
	padding-bottom: 30px;
}
.sjyx {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
	padding-bottom: 80px;
	color: #595757;
	padding-bottom: 180px;
}
.sjyx:before, .sjyx:after {
	content: " ";
	display: table;
}
.sjyx:after {
	clear: both;
}
.sjyx__title {
	text-align: center;
	font-size: 26px;
	color: #595757;
	margin-bottom: 15px;
}
.sjyx__title--en {
	font-size: 14px;
	text-align: center;
	margin-bottom: 80px;
}
.sjyx img {
	display: block;
	max-width: 100%;
	height: auto;
}
.sjyx__col:nth-child(3) {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.sjyx__col:nth-child(3) {
	float: left;
	width: 50%;
}
}
.sjyx__col:nth-child(4) {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.sjyx__col:nth-child(4) {
	float: left;
	width: 50%;
}
}
.sjyx__col img {
	max-width: 500px;
	width: 100%;
	height: auto;
}
.sjyx__title {
	margin-top: 105px;
}
.sjyx__title--en {
	margin-bottom: 100px;
}
.sjyx-item__title {
	font-size: 24px;
	line-height: 1.6;
	font-weight: 300;
	margin-bottom: 50px;
	margin-top: 50px;
}
.sjyx-item__text {
	max-width: 475px;
	margin-bottom: 40px;
	color: #595757;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}
.sjyx-item__text:nth-child(3) {
	margin-bottom: 20px;
}
.sjyx-item__text:nth-child(4) {
	margin-right: 100px;
}
.sjyx-item__text:nth-child(4), .sjyx-item__text:nth-child(5) {
	display: inline-block;
}
.sjyx-item__text:nth-child(4) span, .sjyx-item__text:nth-child(5) span {
	color: #9a0000;
	font-weight: bold;
	font-size: 70px;
}
.nbggll {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
	padding-bottom: 80px;
	color: #595757;
	padding-bottom: 120px;
}
.nbggll:before, .nbggll:after {
	content: " ";
	display: table;
}
.nbggll:after {
	clear: both;
}
.nbggll__title {
	text-align: center;
	font-size: 26px;
	color: #595757;
	margin-bottom: 15px;
}
.nbggll__title--en {
	font-size: 14px;
	text-align: center;
	margin-bottom: 80px;
}
.nbggll img {
	display: block;
	max-width: 100%;
	height: auto;
}
.nbggll__col:nth-child(3) {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.nbggll__col:nth-child(3) {
	float: left;
	width: 50%;
}
}
.nbggll__col:nth-child(4) {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.nbggll__col:nth-child(4) {

	float: left;
	width: 50%;
}
}


@media screen and (min-width:768px) {
.nbggll__col:nth-child(4) img {
	margin-left: auto;
}
}
.nbggll__col img {
	max-width: 500px;
	width: 100%;
	height: auto;

}
.nbggll__title--en {
	margin-bottom: 100px;
}
.nbggll-item__title {
	color: #595757;
	font-weight: 300;
	margin-bottom: 70px;
}
.nbggll-list {
	display: flex;
}
.nbggll-list__col {
	max-width: 230px;
	padding-left: 20px;
}
.nbggll-list__col + .nbggll-list__col {
	margin-left: 50px;
}
.nbggll-list__col:last-child .nbggll-list__title:nth-child(3) {
	margin-top: 110px;
}
.nbggll-list__title {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
	position: relative;
}
.nbggll-list__title:before {
	content: '';
	display: block;
	height: 10px;
	width: 10px;
	background: #595757;
	position: absolute;
	top: 14px;
	left: -18px;
	border-radius: 5px;
}
.nbggll-list__text {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 40px;
}
.alzs {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
	padding-bottom: 80px;
	color: #595757;
	padding-bottom: 190px;
}
.alzs:before, .alzs:after {
	content: " ";
	display: table;
}
.alzs:after {
	clear: both;
}
.alzs__title {
	text-align: center;
	font-size: 26px;
	color: #595757;
	margin-bottom: 15px;
}
.alzs__title--en {
	font-size: 14px;
	text-align: center;
	margin-bottom: 80px;
}
.alzs img {
	display: block;
	max-width: 100%;
	height: auto;
}
.alzs__col:nth-child(3) {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.alzs__col:nth-child(3) {
	float: left;
	width: 66.66667%;
}
}
.alzs__col:nth-child(4) {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 15px solid #9a0000;
}

@media (min-width:768px) {
.alzs__col:nth-child(4) {
	float: left;
	width: 33.33333%;
}
}

@media screen and (min-width:768px) {
.alzs__col:nth-child(4) {
	padding-left: 100px;
	padding-right: 80px;
}
}
.alzs__title--en {
	margin-bottom: 100px;
}
.alzs-item__title {
	font-size: 24px;
	margin-bottom: 35px;
	font-weight: 300;
}
.alzs-item__text {
	font-size: 16px;
	margin-bottom: 30px;
}
.alzs-item__text--small {
	font-size: 12px;
	margin-bottom: 30px;
}
.path-xxmt {
	background: white;
}
.qjsyspgg {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
	padding-bottom: 80px;
	color: #595757;
}
.qjsyspgg:before, .qjsyspgg:after {
	content: " ";
	display: table;
}
.qjsyspgg:after {
	clear: both;
}
.qjsyspgg__title {
	text-align: center;
	font-size: 26px;
	color: #595757;
	margin-bottom: 15px;
}
.qjsyspgg__title--en {
	font-size: 14px;
	text-align: center;
	margin-bottom: 80px;
}
.qjsyspgg img {
	display: block;
	max-width: 100%;
	height: auto;
}
.qjsyspgg__row {
	margin-left: -15px;
	margin-right: -15px;
}
.qjsyspgg__row:before, .qjsyspgg__row:after {
	content: " ";
	display: table;
}
.qjsyspgg__row:after {
	clear: both;
}
.qjsyspgg__title {
	margin-top: 120px;
}
.qjsyspgg__title--en {
	margin-bottom: 145px;
}
.qjsyspgg-item {
	margin-bottom: 80px;
}

@media screen and (min-width:768px) {
.qjsyspgg-item {
	position: relative;
	min-height: 1px;
	padding-left: 118px;
	padding-right: 118px;
}
}

@media screen and (min-width:768px) and (min-width:768px) {
.qjsyspgg-item {
	float: left;
	width: 33.33333%;
}
}
.qjsyspgg-item__title {
	text-align: center;
}
.qjsyspgg-item__subtitle {
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	text-align: justify;
}
.qjsyspgg-item__text {
	font-size: 18px;
	font-weight: 300;
	text-align: justify;
}
.yzmtzy {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
	padding-bottom: 80px;
	color: #595757;
}

.yzmtzy:before, .yzmtzy:after {
	content: " ";
	display: table;
}
.yzmtzy:after {
	clear: both;
}
.yzmtzy__title {
	text-align: center;
	font-size: 26px;
	color: #595757;
	margin-bottom: 15px;
}
.yzmtzy__title--en {
	font-size: 14px;
	text-align: center;
	margin-bottom: 80px;
}
.yzmtzy img {
	display: block;
	max-width: 100%;
	height: auto;
}
.yzmtzy__title {
	margin-top: 120px;
}
.yzmtzy__title--en {
	margin-bottom: 110px;
}
.yzmtzy-nav {
	display: flex;
	margin-bottom: 80px;
}
.yzmtzy-nav-item {
	flex: 1;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width:767px) {
.yzmtzy-nav-item {
	display: none;
}
}
.yzmtzy-nav-item:nth-child(1) {
	background: url(../images/icon-yzmtzy-g-1.png)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/mtjz/icon-yzmtzy-g-1.png*/ top center no-repeat;
}
.yzmtzy-nav-item:nth-child(2) {
	background: url(../images/icon-yzmtzy-g-2.png)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/mtjz/icon-yzmtzy-g-2.png*/ top center no-repeat;
}
.yzmtzy-nav-item:nth-child(3) {
	background: url(../images/icon-yzmtzy-g-3.png)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/mtjz/icon-yzmtzy-g-3.png*/ top center no-repeat;
}
.yzmtzy-nav-item:nth-child(4) {
	background: url(../images/icon-yzmtzy-g-4.png)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/mtjz/icon-yzmtzy-g-4.png*/ top center no-repeat;
}
.yzmtzy-nav-item:nth-child(5) {
	background: url(../images/icon-yzmtzy-g-5.png)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/mtjz/icon-yzmtzy-g-5.png*/ top center no-repeat;
}
.yzmtzy-nav-item img {
	display: inline-block;
	transition: all .2s;
	filter: opacity(0);
}
.yzmtzy-nav-item.active img {
	display: inline-block;
	filter: opacity(1);
}
.yzmtzy-item {
	margin-left: 0;
	margin-right: 0;
	border-right: 15px solid #9a0000;
}
.yzmtzy-item:before, .yzmtzy-item:after {
	content: " ";
	display: table;
}
.yzmtzy-item:after {
	clear: both;
}
.yzmtzy-item__img-wrapper {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.yzmtzy-item__img-wrapper {
	float: left;
	width: 66.66667%;
}
}
.yzmtzy-item__content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-left: 5%;
	padding-top: 15px;
}

@media (min-width:768px) {
.yzmtzy-item__content {
	float: left;
	width: 33.33333%;
}
}
.yzmtzy-item__title {
	margin-bottom: 40px;
	font-size: 24px;
}
.yzmtzy-item__text {
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}
.yzmtzy-item__text--small {
	max-width: 276px;
	font-size: 12px;
}
.xmttfal {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
	padding-bottom: 80px;
	color: #595757;
}
.xmttfal:before, .xmttfal:after {
	content: " ";
	display: table;
}
.xmttfal:after {
	clear: both;
}
.xmttfal__title {
	text-align: center;
	font-size: 26px;
	color: #595757;
	margin-bottom: 15px;
}
.xmttfal__title--en {
	font-size: 14px;
	text-align: center;
	margin-bottom: 80px;
}
.xmttfal img {
	display: block;
	max-width: 100%;
	height: auto;
}
.xmttfal__wrapper {
	padding-top: 80px;
	margin-left: -15px;
	margin-right: -15px;
	background: rgba(204,204,204,0.35);
}
.xmttfal__wrapper:before, .xmttfal__wrapper:after {
	content: " ";
	display: table;
}
.xmttfal__wrapper:after {
	clear: both;
}
.xmttfal-item {
	display: flex;
}

@media screen and (max-width:767px) {
.xmttfal-item {
	flex-direction: column;
}
}
.xmttfal-item__title {
	margin-bottom: 20px;
}
.xmttfal-item__content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.xmttfal-item__content {
	float: left;
	width: 33.33333%;
}
}
.xmttfal-item__img-wrapper {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.xmttfal-item__img-wrapper {
	float: left;
	width: 66.66667%;
}
}
.wonderful-extra li + li {
	margin-top: 10px;
}
#block-views-block-extras-wonderful-extra-block li {
	color: #515151;
}
#block-views-block-extras-wonderful-extra-block li:hover {
	color: #9a0000;
}
#block-views-block-extras-wonderful-extra-block li a {
	color: #515151;
	text-decoration: none;
}
#block-views-block-extras-wonderful-extra-block li a:hover {
	color: #9a0000;
}
#block-views-block-extras-wonderful-extra-block .more-link a {
	color: #615d5c
}
#block-views-block-extras-wonderful-extra-block .more-link a:hover {
	color: #9a0000;
}
.path-extras h1 {
	display: none;
}

@media screen and (min-width:768px) {
.path-extras {
	padding-left: 0;
}
.path-extras .breadcrumb {
	position: absolute;
}
.path-extras .breadcrumb li {
	display: inline-block;
}
.path-extras .breadcrumb li:first-child {
	font-size: 16px;
}
.path-extras .breadcrumb li:first-child::after {
	display: inline-block;
	content: '&gt;';
	color: #777777;
}
.path-extras .breadcrumb li + li {
	font-size: 16px;
}
.path-extras .breadcrumb li + li:before {
	display: none;
}
}
.path-extras .view-display-id-extras_list_page {
	margin-top: 51px;
}
.path-extras .extras__row {
	margin-left: -15px;
	margin-right: -15px;
}
.path-extras .extras__row:before, .path-extras .extras__row:after {
	content: " ";
	display: table;
}
.path-extras .extras__row:after {
	clear: both;
}

@media (min-width:768px) {
.path-extras .extras__row:nth-child(1) .extras-item__wrapper {
	margin-left: 50%;
}
}

@media screen and (min-width:768px) {
.path-extras .extras__row:nth-child(2) {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAABhCAYAAADGBs+jAAAACXBIWXMAAAsSAAALEgHS3X78AAABnklEQVR42u3csW3dMBiF0Z8PGcQjeASP4kq1V8gGaaMqI7wRPIJHyAjegC7sIKnS3gvofBMIPCAlChLX3nsaOtd6mJn3Y+/3uVi3EoDHmXmbmae5YLcSgNeZeTn2vkPIAvyai3YDcFEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEANnWz5mH+fxBA0AKYe8951qPx95vhiOIoOIdsyBAEAQIggBBECAIAgTl+tZ0MedaV3yR9d0LPMuRIEAQBAiCAEEQIAgCBP0X4VzryVAEEb5Oa7+faz0bjhDCsffv+Tyt/QeI4HL09TEwiPSNGUTJ0xGIkkdUECX7BBAlmzUQJTtmEAUIIEoQQJQggChBAFGCAKIEAUQJAogSBBAlCCBKEECUIIAoQQBRggCiBAFECQKIEgQQJQggShBAlCCAKEEAUYIAogQBRAkCiBIEEH+rOOXln1Prn4+972ZCbkb8gbhcH1ppbjwP0FxgAAAAAElFTkSuQmCC") center left no-repeat;
}
.path-extras .extras__row:nth-child(4) {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABhCAYAAAApxKSdAAAACXBIWXMAAAsSAAALEgHS3X78AAABlElEQVR42u3bQW3DUBBF0TdVABhCIQRCIBRCV14XSrb1yhAKoRACoRDC4HdRDr0jzX0InHv08yVLrrVWpu2o2va1nh2e5SUz9ziq3gXg9pbk3gFhJMC+1iPJrQPC1BPQBmEsQBeE0QAdEMYD0AgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAgCwAg18QsZekfVNcl3kg8BWIRXAeB5BwgggBNAACeAAE4AAZwAArh/XH0m9yTXYb/73Nc6OzzIJcmZZBsG8NPmBPg21DtAACeAAE4AAZwAAjgBBHACjNhRtV3MgMU/k7+3oY6Jf01y8y8IjL+v9RQAjO8lDMcXAI4vABxfADi+AHB8AeD4AsDxBYDjCwDHFwCOLwAcXwA4vgBwfAHg+ALA8QWA4wsAxxcAji8AHF8AOL4AcHwB4PgCwPEFgOMLAMcXAI4vABx/PAAdfzRAh/hjAbrEn3wCvjrET5Jf9RVjuK2mh1oAAAAASUVORK5CYII=") center right no-repeat;
}
}

@media (min-width:768px) {
.path-extras .extras__row:nth-child(2n) .extras-item__wrapper {
	margin-left: 25%;
}
}
.path-extras .extras-item__wrapper {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

@media (min-width:768px) {
.path-extras .extras-item__wrapper {
	float: left;
	width: 50%;
}
}
.path-extras .extras-item__wrapper:hover .extras-item__title {
	color: #9a0000;
}
.path-extras .extras-item__img-wrapper {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

@media (min-width:768px) {
.path-extras .extras-item__img-wrapper {
	float: left;
	width: 50%;
}
}

@media (min-width:768px) {
.path-extras .extras-item__img-wrapper {
	left: 50%;
}
}
.path-extras .extras-item__box {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 38px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.path-extras .extras-item__box {
	float: left;
	width: 50%;
}
}

@media (min-width:768px) {
.path-extras .extras-item__box {
	right: 50%;
}
}

@media screen and (min-width:768px) {
.path-extras .extras-item__box {
	text-align: right;
	margin-bottom: 0;
}
}
.path-extras .extras-item__title {
	font-size: 18px;
	margin-bottom: 8px;
	color: #595757;
	transition: all .2s;
}

@media screen and (min-width:768px) {
.path-extras .extras-item__title {
	max-width: 180px;
	margin-bottom: 20px;
	margin-left: auto;
}
}
.path-extras .extras-item__body {
	color: #595757;
	font-size: 12px;
}
.path-extras .extras-item__link:before, .path-extras .extras-item__link:after {
	content: " ";
	display: table;
}
.path-extras .extras-item__link:after {
	clear: both;
}
.path-extras .extras-item__link a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}
.path-taxonomy, .path-case {
	background: white;
}
.path-taxonomy .page-header, .path-case .page-header {
	display: none;
}
.path-taxonomy .cases-item, .path-case .cases-item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin-bottom: 30px;
}

@media (min-width:768px) {
.path-taxonomy .cases-item, .path-case .cases-item {
	float: left;
	width: 24.33333%;
}
}
.path-taxonomy .cases-item:hover .cases-item__box li, .path-case .cases-item:hover .cases-item__box li {
	transform: translate3d(0, 0, 0);
}
.path-taxonomy .cases-item:hover .cases-item__box li:nth-child(1), .path-case .cases-item:hover .cases-item__box li:nth-child(1) {
	transition: 0.15s;
}
.path-taxonomy .cases-item:hover .cases-item__box li:nth-child(2), .path-case .cases-item:hover .cases-item__box li:nth-child(2) {
	transition: 0.1s;
}
.path-taxonomy .cases-item:hover .cases-item__box li:nth-child(3), .path-case .cases-item:hover .cases-item__box li:nth-child(3) {
	transition: 0.05s;
}
.path-taxonomy .cases-item:hover img, .path-case .cases-item:hover img {
	opacity: .7;
	transform: scale(1.1);
}
.path-taxonomy .cases-item:hover .cases-item__footer, .path-case .cases-item:hover .cases-item__footer {
	color: #9a0000;
}
.path-taxonomy .cases-item:hover h2, .path-case .cases-item:hover h2 {
	opacity: 1;
}
.path-taxonomy .cases-item__img-wrapper, .path-case .cases-item__img-wrapper {
	background: #2f3238;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}
.path-taxonomy .cases-item__img-wrapper img, .path-case .cases-item__img-wrapper img {
	height: auto;
	transition: all .35s;
}
.path-taxonomy .cases-item__box, .path-case .cases-item__box {
	position: absolute;
	top: 5%;
	left: 15px;
	right: 15px;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
}
.path-taxonomy .cases-item__box h2, .path-case .cases-item__box h2 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	opacity: 0;
	transition: all .5s;
}
.path-taxonomy .cases-item__box a, .path-case .cases-item__box a {
	font-size: 14px;
	color: #000;
	padding: 8px 15px;
	background: #f3f3f3;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	opacity: .5;
}
.path-taxonomy .cases-item__box ul, .path-case .cases-item__box ul {
	padding-left: 0;
	list-style: none;
}
.path-taxonomy .cases-item__box li, .path-case .cases-item__box li {
	transition: all .35s;
	transform: translate3d(-120%, 0, 0);
}
.path-taxonomy .cases-item__footer, .path-case .cases-item__footer {
	background-color: #efefef;
	padding: 10px 20px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: color .35s;
	border-radius: 0 0 15px 15px;
}
.path-taxonomy .cases-item__link a, .path-case .cases-item__link a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.case img {
	display: block;
	max-width: 100%;
	height: auto;
}
.case .field--name-field-case-sort, .case .field--name-body {
	margin-top: 15px;
}
.menu--anlifenlei {
	text-align: center;
	margin-bottom: 30px;
}
.menu--anlifenlei li {
	display: inline-block;
}
.menu--anlifenlei a {
	color: #595757;
	border: 1px solid transparent;
	border-radius: 3px;
}
.menu--anlifenlei a.is-active {
	border-color: #9a0000;
	padding: 6px 20px;
}
.page-node-type-case .col-sm-9:first-child {
	margin-top: 50px;
	padding: 0;
	background-color: white;
	box-shadow: 0 0 15px #ccc;
	margin-bottom: 80px;
}
.page-node-type-case .breadcrumb {
	padding-left: 0;
}
.page-node-type-case .case .author {
	padding-bottom: 5px;
}
.page-node-type-case .case__content {
	margin-left: 0;
	margin-right: 0;
	padding: 0 30px;
	padding-top: 30px;
}
.page-node-type-case .case__content:before, .page-node-type-case .case__content:after {
	content: " ";
	display: table;
}
.page-node-type-case .case__content:after {
	clear: both;
}
.page-node-type-case .case__row {
	margin-left: 0;
	margin-right: 0;
}
.page-node-type-case .case__row:before, .page-node-type-case .case__row:after {
	content: " ";
	display: table;
}
.page-node-type-case .case__row:after {
	clear: both;
}
.page-node-type-case .case__row:nth-child(1) {
	padding-left: 15px;
}
.page-node-type-case .case__row:nth-child(2) img {
	display: block;
	max-width: 100%;
	height: auto;
}
.page-node-type-case .case__row:nth-child(4) img {
	margin-bottom: 30px;
}
.page-node-type-case .case__col:nth-child(1) {
	position: relative;
	min-height: 1px;
	padding-left: 13px;
	padding-right: 13px;
}

@media (min-width:768px) {
.page-node-type-case .case__col:nth-child(1) {
	float: left;
	width: 41.66667%;
}
}
.page-node-type-case .case__col:nth-child(2) {
	position: relative;
	min-height: 1px;
	padding-left: 13px;
	padding-right: 13px;
	color: #666666;
	letter-spacing: 1px;
}

@media (min-width:768px) {
.page-node-type-case .case__col:nth-child(2) {
	float: left;
	width: 58.33333%;
}
}
.page-node-type-case .case__title {
	font-size: 22px;
	padding-bottom: 30px;
	margin-top: 30px;
	font-weight: bold;
}
.page-node-type-case .case__author {
	margin-right: 25px;
}
.page-node-type-case .case__author-wrapper {
	color: #666666;
	font-size: 13px;
	margin-bottom: 30px;
}

@media screen and (min-width:768px) {
.page-node-type-case .case__author-wrapper {
	margin-bottom: 248px;
}
}
.page-node-type-case .case__date {
	margin-right: 30px;
}
.page-node-type-case .case__sort {
	font-size: 15px;
	color: #666666;
	padding-bottom: 25px;
}
.page-node-type-case .case__sort span a {
	display: inline-block;
	font-size: 12px;
	padding: 3px 8px;
	background: #9a0000;
	border-radius: 3px;
	color: white;
	margin-right: 10px;
}
.page-node-type-case .case__footer {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHMAAAACCAYAAADb5JAAAAAACXBIWXMAAAsSAAALEgHS3X78AAAAS0lEQVRoBe3QMQ3DABAEwX0GhmII5l8Zihm8mxBIkSLSbDfd6WZ3kyRJkiRJ0n801VXdu/vMzPVZzczM/BNXp2+ZmZmZmb93dVTHC2edjHtHzpJlAAAAAElFTkSuQmCC") left top no-repeat;
	margin-bottom: 17px;
	padding-top: 17px;
}

@media (min-width:768px) {
.page-node-type-case .case__footer {
	float: left;
	width: 100%;
}
}
.page-node-type-case .copyright {
	background-color: transparent;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 25px 0;
}
.page-node-type-case .bdsharebuttonbox {
	display: flex;
	justify-content: space-around;
}

@media (min-width:768px) {
.page-node-type-case .bdsharebuttonbox {
	margin-left: 41.66667%;
}
}
.page-node-type-case .bdsharebuttonbox a {
	height: 25px;
	width: 25px;
	display: inline-block;
}
.page-node-type-case .bdsharebuttonbox .bds_more {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAXCAYAAAD+4+QTAAAACXBIWXMAAAsSAAALEgHS3X78AAABQElEQVRIibWW3VXDMAxGr7IAMAHdgDIBGSNvpBtkA9gAmID2Cb+yAWzQbtBu0E4gjoLSkxqSuD/53ux89nVkSYmoKrGCyASY+PSyUN3+MbmCSN4a/us9gASREngGbiPfAqjaGwSRyr1XkffbvcsDSBC5Br6Au64TAxsgL1TXQWQOPPZ4TbNCdd6GGOBhYFED2g4cpq17e6PMQ5QCwMOYCsDDiXz8hikVcopuspEBpmk2MqCWQVYjM7aZp+5Y2tTZBbyOCKmzK7PiAt5GAKyaYqwvvlCtLnw3O6BsBu3syi8E2nn72feuPcSbX+7N8FTZIadtAHEXbuQd9uVI0KeFaLDVRyCL6XsiYFGoll0POyveM2N2LqAXkggaBAxCBkBJAPruJFYQsep98mkrtGnSwmMgJv+C2uaTvp+LsyAnCfgBg8qSFYdDiHMAAAAASUVORK5CYII=") center center no-repeat;
}
.page-node-type-case .bdsharebuttonbox .bds_weixin {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAXCAYAAAD6FjQuAAAACXBIWXMAAAsSAAALEgHS3X78AAABs0lEQVRIibWVsVLCQBCGfxh6qGzhDcTaQihssoW8geEJpLCwEzsqJzwB+AZarK34BrFxLPENoHcmzuJd5ri5u1xg/GcyDMnufZu9fy+NoigQEhENrMc5M2+CSR45YUSUAhgBuPLkfQBYylUHvAcjor5a5DQyfwsgZebnWjAFWgFox1ZqaMzMyygYEXUArA8EaQ2ZeRUKaKrfzAEaA5g7cmS/hqqFpirfTMOuPc87VQsY6hLRKBTQclhba+G5L+Z5M/5/yzgA+ALwE4I1kiQZWMmxegXwCeDS4V5ptTg0M0ejeQBE9moG4BzArWdM5N69mE7NbAnLa8IeAdxFOldiFhqorS+WvYhIFnfeWPfeHbnSxp5V0Jlu4yQCJO07cYBcuak6IExNzRMkDThQLyzVdiMKcxZbGkQdN2PHsGrlR4BE7T03KuDaE9wPFBKllhlERD1l263aCwHrod+oy/fZqdJLywqQ6h+sYSw3mojyI2BZ5ZfaFhFlDvtX6YmZ09onCDNP1NvHai4gHHhcCXAqQyoVR4RLJ3aq3UaXrC/Hmpn1mShFyf7/AQX2n1eSJKPd+kWBX6jJ4la1AGrXAAAAAElFTkSuQmCC") center center no-repeat;
}
.page-node-type-case .bdsharebuttonbox .bds_douban {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAAsSAAALEgHS3X78AAABf0lEQVRIia2VwVHDMBBFP5ncYyrAHUAHNlftJXSQVIBLCB2ECkg6CIc941RA6AA6CBWY2ZlvxpElWx7YGY1Hzuqt9PcrRtM0ycM5l0/Jn2Fa1CJSpq5IhhN6A2Dz7/AOtEjdfRKcsCJQ6O/wACxp96PwwK5jBXtxZZYZAN8B2EbgFmsAB1U9B+HOOQNkAEo+bZ7TGVPiCOCT4wTgPCfsJQL5sKSEAkVntLGfqeqOxwvFLRdl/K3mML2XqlpSNj/2qrr61VxEVkxcJOz0mbkVgMcQGH5D2cB6oMCRQIsdTxYEw7eiqp7Y2G9vkc3XlMHG+xi4t/POCQzw1pGg9fQhYstXVV36L8cu0YOqVvRxRvgTx76Tt6CkFzGPQNvEjYhUnA81+pqSJsFzPn1dYxHMi8nSOyLjK0YPyZIKb91iJ7qnJf3I/Rc9uIhY41p9DWrNy3mTza41LekXSWqoJRnUbuA29o9nRczztK0V7kvpf7Gdc6VzLpvylW/XXbxrGvwAVScCiuWvVgQAAAAASUVORK5CYII=") center center no-repeat;
}
.page-node-type-case .bdsharebuttonbox .bds_tsina {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAXCAYAAAAV1F8QAAAACXBIWXMAAAsSAAALEgHS3X78AAACCUlEQVRIia1V0VECQQx9OP6fHaAVSAfiL/kQK/CoQKxA7eDs4KxA/ci/dHBWIFQgVoAT5+0Z4h7g4JvZgd3bTfLeJtnearXCvhCRIwADAEtVbXLm9nZEJ68ATrn0CaCyoarLtO9gXzY05lkUAG7NuYgM0uK/SJcgImMAJYALLi1MUgtmZ0YiMhSR445vtYis6MRkm/BTn/PNjMw4gKmL0PCgqtPoCMCVW7oEYGevOT/JOuIF37mNa1DVXseZig4XzMIPfr457Djgs2gTYzN2xGmjqiVV6NPRDMCZ7VljtKMTS9+a91G49cTimcbPqYr9v2+T4Q9MCkpahPXEYsp7NFttHXnpql3k2oLUGVKyGOtSVatv6Zj/TxkbL2TZMDobxxzDkGmGiarWuViSozmpJzyavqo6d30MsZexrmreQ4Ld1Tj2vN5oNIps2qhEpMqk+IyGWv1F5DXjbBB73cBteNziBDRYhbU47we7v5qqP5BjkhDvZoktiI7m+Gk9YM1Y33oL0kTkeuA8Mnp283GIsGHWRbTsXLtaY2+JtOaI2fHCeWVthWuJxXuor89UJ67I++F7GSNL0pU0XPDBKlkn9y56+30wmSwQ7mlCEJZtw8gG/pnIdOwFZW2c3qlQU+P0sCCs9rKJ8euZYBHaXdnYlAAGU8HKoe5y0Okowj0FNiyI74pn09wNAL4AvYTqpsRfO/sAAAAASUVORK5CYII=") center center no-repeat;
}
.page-node-type-case .bdsharebuttonbox .bds_tqq {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAaCAYAAABGiCfwAAAACXBIWXMAAAsSAAALEgHS3X78AAACGklEQVRIDb1V0XXaUAy94fBfd4J6g7j/yE0niDsBsIE7QekEpRPU2YBu4DwNUDJBPQKZwD2iV+7LK5wkJkTncDDPkq6upPu46Psep5pImQFYA5gDuGe6BsBKNew8/eRkpL/W8vutajDgAkAOYBM7/cdMpFwAqABcR8e3VqlqaFIU+i9UwxV/W2xrjETKDkCtGvag0ygoYyUf2IobAOacEfyHSFkz8TbCu2LLLEfL+CXPGrL8B0Ygc7wE8FU1rBICNYHsvBUpC9XQ8d0u8tsSrPICYvOZrQm0PAC0N9WwJos3SSIDWPDZYn/yDDwfunAxm4kN8re1TTV4kLEtWGEXz0qktIRfALz3doqUWyZdRYuRcxtrj52wWmfnCQ3kF5ParGIm7lclcwNHsSHzluCDTVkBkqHXeGhzbxW37C4CALW0iCNYoM13WKhJ9DI7NKuxxpFsCNiIlPkk2ibXScF1je17UtRlPPhjxmUriFFNI/UX1MmGG/eJGtu5KJNZtY+BscWdj2V/g3DDtkw0P6I1Z9WxgPy5HR6uK+spJXCnGtI2ensbtvCjangSs9im0bNvYE0GLsic8/QbfTkGCAlYRVYtr6Zvie8NRdphpPnMCor4M68lb6trcBSTY8xcoMPWkcFoFofMRW3M7k9p0XPA8qeI9CXBdo/4vhjYu9dk9irmYA/+Ms5lvvq28mfdxL2ZqGczyez7rJ++xx9vRTRhzKqFYgAAAABJRU5ErkJggg==") center center no-repeat;
}
.page-node-type-case .bdsharebuttonbox .bds_qzone {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAAsSAAALEgHS3X78AAABf0lEQVRIia2VwVHDMBBFP5ncYyrAHUAHNlftJXSQVIBLCB2ECkg6CIc941RA6AA6CBWY2ZlvxpElWx7YGY1Hzuqt9PcrRtM0ycM5l0/Jn2Fa1CJSpq5IhhN6A2Dz7/AOtEjdfRKcsCJQ6O/wACxp96PwwK5jBXtxZZYZAN8B2EbgFmsAB1U9B+HOOQNkAEo+bZ7TGVPiCOCT4wTgPCfsJQL5sKSEAkVntLGfqeqOxwvFLRdl/K3mML2XqlpSNj/2qrr61VxEVkxcJOz0mbkVgMcQGH5D2cB6oMCRQIsdTxYEw7eiqp7Y2G9vkc3XlMHG+xi4t/POCQzw1pGg9fQhYstXVV36L8cu0YOqVvRxRvgTx76Tt6CkFzGPQNvEjYhUnA81+pqSJsFzPn1dYxHMi8nSOyLjK0YPyZIKb91iJ7qnJf3I/Rc9uIhY41p9DWrNy3mTza41LekXSWqoJRnUbuA29o9nRczztK0V7kvpf7Gdc6VzLpvylW/XXbxrGvwAVScCiuWvVgQAAAAASUVORK5CYII=") center center no-repeat;
}
#block-case-hot-case-bottom-block {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width:768px) {
#block-case-hot-case-bottom-block {
	float: left;
	width: 58.33333%;
}
}
#block-case-hot-case-bottom-block .block-title {
	color: #000;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 10px;
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#block-case-hot-case-bottom-block .block-title:after {
	display: block;
	content: '';
	background: #9a0000;
	height: 1px;
	width: 70px;
	position: relative;
	bottom: -11px;
}
#block-case-hot-case-bottom-block .more-link {
	position: absolute;
	right: 10px;
	top: 17px;
}
#block-case-hot-case-bottom-block .more-link, #block-case-hot-case-bottom-block .more-link a {
	color: #9a0000;
}
#block-case-hot-case-bottom-block .more-link:after {
	display: inline-block;
	content: ' 》';
}
.view-content .news-list ul li a {
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
	text-overflow: ellipsis;
}
.view-content .news-list ul li em {
	display: inline;
	float: right;
	font-style: normal;
	color: #999;
}
#block-case-hot-case-bottom-block .view-content {
	margin-left: -15px;
	margin-right: -15px;
}
#block-case-hot-case-bottom-block .view-content:before, #block-case-hot-case-bottom-block .view-content:after {
	content: " ";
	display: table;
}
#block-case-hot-case-bottom-block .view-content:after {
	clear: both;
}
.bottom-case-item {
	position: relative;
	min-height: 1px;
	padding: 0 15px 10px;
}

@media (min-width:768px) {
.bottom-case-item {
	float: left;
	width: 25%;
}
}
.bottom-case-item__title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: #615d5c;
}
.bottom-case-item a {
	color: #515151;
}
#block-latest-news-bottom-block {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin-bottom: 100px;
}

@media (min-width:768px) {
#block-latest-news-bottom-block {
	margin-left: 8.33333%;
}
}

@media (min-width:768px) {
#block-latest-news-bottom-block {
	float: left;
	width: 33.33333%;
}
}
#block-latest-news-bottom-block .block-title {
	color: #000;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 10px;
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#block-latest-news-bottom-block .block-title:after {
	display: block;
	content: '';
	background: #9a0000;
	height: 1px;
	width: 70px;
	position: relative;
	bottom: -11px;
}
#block-latest-news-bottom-block .more-link {
	position: absolute;
	right: 10px;
	top: 17px;
}
#block-latest-news-bottom-block .more-link, #block-latest-news-bottom-block .more-link a {
	color: #9a0000;
}
#block-latest-news-bottom-block .more-link:after {
	display: inline-block;
	content: ' 》';
}
.bottom-news-item {
	padding-left: 15px;
	margin-bottom: 15px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAACXBIWXMAAAsSAAALEgHS3X78AAAALElEQVQImWOsr693YGBgAGFk8IAFKliPJnGQCU0ADkiXANnxAGQmiigDwwUAXFkG3gC5AiEAAAAASUVORK5CYII=") center left no-repeat;
}
.bottom-news-item a {
	color: #515151;
}
#block-anlibiaoti {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
#block-anlibiaoti h3 {
	font-size: 24px;
}
#block-anlibiaoti h4 {
	color: #595959;
	font-size: 20px;
}
.brand-cases {
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width:767px) {
.brand-cases {
	display: none;
}
}
.brand-cases__title {
	font-size: 24px;
}
.brand-cases__title--en {
	color: #595959;
	font-size: 20px;
	margin-bottom: 30px;
}
.brand-cases-item {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.brand-cases-item:before, .brand-cases-item:after {
	content: " ";
	display: table;
}
.brand-cases-item:after {
	clear: both;
}
.brand-cases-item:before {
	content: '';
	position: absolute;
	left: 25%;
	top: 0;
	bottom: 0;
	width: 50%;
	display: inline-block;
	background-color: #EFEFEF;
}
.brand-cases-item__left {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
.brand-cases-item__left {
	float: left;
	width: 58.33333%;
}
}
.brand-cases-item__title {
	font-size: 60px;
	margin-bottom: 50px;
	padding-top: 30px;
}
.brand-cases-item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.brand-cases-item__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	letter-spacing: 1px;
	line-height: 2;
}
.brand-cases-item__right {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
.brand-cases-item__right {
	float: left;
	width: 41.66667%;
}
}
.brand-cases-item__right img {
	display: block;
	max-width: 100%;
	height: auto;
}
.path-about .main-container {
	margin-top: 0;
}

@media screen and (min-width:768px) {
.path-about .main-container {
	min-width: 1400px;
}
}
.path-about .services {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	padding: 100px 0;
	padding-top: 90px;
	padding-bottom: 130px;
}
.path-about .services:before, .path-about .services:after {
	content: " ";
	display: table;
}
.path-about .services:after {
	clear: both;
}
.path-about .services__title {
	text-align: center;
}
.path-about .services__title--en {
	margin-bottom: 30px;
	text-align: center;
}
.path-about .services__title--en {
	margin-bottom: 90px;
}
.path-about .services__wrapper {
	background: white;
}
.path-about .services__row {
	margin-left: 0;
	margin-right: 0;
}
.path-about .services__row:before, .path-about .services__row:after {
	content: " ";
	display: table;
}
.path-about .services__row:after {
	clear: both;
}
.path-about .services-item {
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 7.5px;
	padding-right: 7.5px;
	text-align: center;
	padding-bottom: 40px;
}
.path-about .services-item__row:nth-child(2) {
	margin-top: 30px;
}
.path-about .services-item__title--en {
	color: #9a0000;
}
.path-about .services-item p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #595959;
}
.about {
	margin-left: -15px;
	margin-right: -15px;
}
.about img {
	display: block;
	max-width: 100%;
	height: auto;
}
.about .who h3, .about .services h3 {
	font-size: 18px;
	color: #9a0000;
}
.about .who .h3-en, .about .services .h3-en {
	color: #9a0000;
}
.who {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	padding: 50px 15px;
}
.who:before, .who:after {
	content: " ";
	display: table;
}
.who:after {
	clear: both;
}
.who p {
	text-align: center;
}
.who-title {
	text-align: center;
}
.who-title-en {
	margin-bottom: 30px;
	text-align: center;
}
.who-wrapper {
	background: white;
}
.who-img {
	margin-bottom: 50px;
}
.who-text {
	padding-left: 15px;
	padding-right: 15px;
}
.env {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	padding: 100px 0;
}
.env:before, .env:after {
	content: " ";
	display: table;
}
.env:after {
	clear: both;
}
.env__title {
	text-align: center;
}
.env__title--en {
	margin-bottom: 30px;
	text-align: center;
}
.env-item {
	margin-left: 0;
	margin-right: 0;
	background: #fff;
}
.env-item:before, .env-item:after {
	content: " ";
	display: table;
}
.env-item:after {
	clear: both;
}
.env-item__box-wrapper {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}

@media (min-width:768px) {
.env-item__box-wrapper {
	float: left;
	width: 50%;
}
}
.env-item__box-wrapper h3 {
	margin-top: 26px;
	text-align: center;
	color: #9a0000;
}
.env-item__img-wrapper {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
.env-item__img-wrapper {
	float: left;
	width: 50%;
}
}

@media (min-width:768px) {
.env-item:nth-child(odd) .env-item__box-wrapper {
	left: 50%;
}
}

@media (min-width:768px) {
.env-item:nth-child(odd) .env-item__img-wrapper {
	right: 50%;
}
}
.env-item__intro {
	padding: 20px 15px 0 15px;
	margin-bottom: 15px;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.history {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding: 50px 0;
	max-width: 1400px;
}
.history:before, .history:after {
	content: " ";
	display: table;
}
.history:after {
	clear: both;
}
.history-title {
	text-align: center;
}
.history-title-en {
	margin-bottom: 30px;
	text-align: center;
}
.history-wrapper {
	background-color: #ffffff;
}

@media screen and (min-width:768px) {
.timeline {
	background: url(../images/timeline-bg.png)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/about/timeline-bg.png*/ center top no-repeat;
	min-height: 975px;
	position: relative;
}
.timeline__content {
	display: inline-block;
}
.timeline-dot {
	display: none;
}
}

@media screen and (min-width:768px) and (min-width:768px) {
.timeline-dot {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4QzZFN0E4MUY3MTFFODkxOTdEMDFCQ0E1ODBBMTciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk4QzZFNzk4MUY3MTFFODkxOTdEMDFCQ0E1ODBBMTciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMjIgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOTE2REZDM0FGOTkxMUU2OTg1NEM2QTdDRTMyQUYxRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTE2REZDNEFGOTkxMUU2OTg1NEM2QTdDRTMyQUYxRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkysbLQAAAPASURBVHjaxJftL9tRFMfrF7qhw7TUM9GW7ZVi7RATT2GeXpBgCcYivJg/AC9JFluWeIUsCxLi8QXFEA9tiT2qYIjprERSphqm6inKYvfImrS/+rW/tpPd5KDnnnM+qXvvud9rc3l5SSEzVrq703YmJwd/zc2tHW9sMDQHB1TwU52dNY4BAbuuYWEsZmxs+v3c3CFSBQFszD5WVDS0uLmpBFFR0i9VVa9lIyNcfAz4YA5iWhiMA8gxVZdwYrGp6Vmrh8f+eF7e2Obs7G1ThbQGsZADuVDDLLCouLi/g8VSrItE98gC8Qa57X5+u1CLFHg4I+PzQHz8gqVAvAkiI6VQ0yhYXFraA+v0r6Ba64uJWRaXlAiuBS81NxfAv8ZYgdWBgShhUdG7jsDAnUYq9RQM/gbf9/7+GGO5nWy2AhgG4FYmc59oTeUSCa0vOvrbWwrlDNklgZ1BDMQSrTkwtJ9t4MenysqGE7mcndjWloQ/brLh4Yfvc3NFF0dHjmSOpy2NdvyouzuBnZo6jZ8TFhSMOPj4rEfV1Dy/Are6u6sSRkcZ3qGhF7qBmzMzNGFiouJcrSYF1Q47J6fjRKHQw4fHO9L1b83P24qSk3efKpUuGHQkp6Cgn3goDElZ2VdzoTAgB3LxfmAAC5jYzsTEoGdSkkGbW0WbZW9mxpdi4YBcqIH3A0shFg9i+wsLP+h8fhc+QC4QlEMrplg+qH9r6A06j9elQkzsUCZjsh8/nsUHKKemHlCsHNfVYKekzB6urTExtB7XfquTrS0na8FENYCJESVhVOpvyg0ODG19zXUT9p6eh9YWt/fyOiQ4bhrsDou1g+7TcPyka3j4srVgRkTEokFDQixgYne5XM6eRPIEH+Cfnf0K/dJYwdX45+S8MDhmiOUSEsLBmHFx6dtjY2n4gOCsrHG09eWWUiE3ODNzAu8Hlkd8fDoGGkktlXpDO8MH8evrudD+zIVCDq+uzuAoAUO9uuoFzKtdzS4paV+prR3EB0Kvje7sTIDGTxYKsZDjy+erDAQjYrCLizv0xJ6pa7GHx5OZuhYhhvBaFIs5uteivhDw91cau8ylvb1xwsLCofaAAGWjnd1ps4PDcWdQ0Db4YM6oEOBwtnXFn770QfLkJqRPf2zsEqH0+a9iT1fegkaCdbFY3qJcWDrS8lZP0KPNYJGgz88fgVyzBb2ufSgvf9NCpx/A2k9XV7+UjY4aPmGQD+aunjAoFnJM1bUx69GG1Ao82o7Qo+1cpbp11SxcXM5o2kcb6oJkH21/BBgAiEB4uq5wh+YAAAAASUVORK5CYII=") no-repeat;
	position: absolute;
}
}

@media screen and (min-width:768px) {
.timeline-item__wrapper {
	position: absolute;
}
.timeline-item__wrapper, .timeline-item__wrapper p, .timeline-item__wrapper h4 {
	font-size: 14px;
}
.timeline-item__wrapper img {
	position: absolute;
}
.timeline-item__wrapper:nth-child(1) {
	transform: translateX(390px) translateY(50px);
}
.timeline-item__wrapper:nth-child(1) h3 {
	text-align: right;
	max-width: 300px;
}
.timeline-item__wrapper:nth-child(1) .timeline__body {
	max-width: 300px;
	text-align: right;
}
.timeline-item__wrapper:nth-child(1) .timeline-dot {
	transform: translateX(309px) translateY(50px);
}
.timeline-item__wrapper:nth-child(2) {
	transform: translateX(30px) translateY(430px);
}
.timeline-item__wrapper:nth-child(2) h3, .timeline-item__wrapper:nth-child(2) h4 {
	text-align: right;
	max-width: 170px;
}
.timeline-item__wrapper:nth-child(2) .timeline__body {
	max-width: 170px;
	text-align: right;
}
.timeline-item__wrapper:nth-child(2) img {
	transform: translateX(240px) translateY(-120px) scale(1.36);
}
.timeline-item__wrapper:nth-child(2) .timeline-dot {
	transform: translateX(176px) translateY(60px);
}
.timeline-item__wrapper:nth-child(3) {
	transform: translateX(900px) translateY(470px);
}
.timeline-item__wrapper:nth-child(3) h3, .timeline-item__wrapper:nth-child(3) h4 {
	max-width: 260px;
}
.timeline-item__wrapper:nth-child(3) .timeline__body {
	max-width: 260px;
}
.timeline-item__wrapper:nth-child(3) img {
	transform: translateX(-245px) translateY(-83px) scale(0.88);
}
.timeline-item__wrapper:nth-child(3) .timeline-dot {
	transform: translateX(-110px) translateY(222px);
}
.timeline-item__wrapper:nth-child(4) {
	transform: translateX(400px) translateY(760px);
}
.timeline-item__wrapper:nth-child(4) h3, .timeline-item__wrapper:nth-child(4) h4 {
	max-width: 260px;
}
.timeline-item__wrapper:nth-child(4) .timeline__body {
	max-width: 260px;
}
.timeline-item__wrapper:nth-child(4) img {
	transform: translateX(-190px) translateY(-280px) scale(0.44);
}
.timeline-item__wrapper:nth-child(4) .timeline-dot {
	transform: translateY(-67px);
}
.timeline-item__wrapper:nth-child(5) {
	transform: translateX(1025px) translateY(770px);
}
.timeline-item__wrapper:nth-child(5) h3, .timeline-item__wrapper:nth-child(5) h4 {
	max-width: 330px;
}
.timeline-item__wrapper:nth-child(5) p {
	max-width: 330px;
}
.timeline-item__wrapper:nth-child(5) img {
	transform: translateX(-280px) translateY(-165px);
}
.timeline-item__wrapper:nth-child(5) .timeline-dot {
	transform: translateX(-42px) translateY(115px);
}
.timeline-item__wrapper:nth-child(6) {
	transform: translateX(430px) translateY(1150px);
}
.timeline-item__wrapper:nth-child(6) h3, .timeline-item__wrapper:nth-child(6) h4 {
	max-width: 310px;
}
.timeline-item__wrapper:nth-child(6) .timeline__body {
	max-width: 310px;
}
.timeline-item__wrapper:nth-child(6) img {
	transform: translateX(-330px) translateY(-130px) scale(1);
}
.timeline__content h3 {
	font-size: 40px;
	color: #999999;
}
.timeline-item__wrapper:nth-child(6) .timeline-dot {
	transform: translateX(-46px) translateY(80px);
}
.timeline-item__wrapper:nth-child(7) {
	transform: translateX(1060px) translateY(1100px);
	display: none;
}
.timeline-item__wrapper:nth-child(7) h3, .timeline-item__wrapper:nth-child(7) h4 {
	max-width: 116px;
}
.timeline-item__wrapper:nth-child(7) .timeline__body {
	max-width: 116px;
}
.timeline-item__wrapper:nth-child(7) img {
	transform: translateX(-170px) translateY(-110px) scale(1.6);
}
.timeline-item__wrapper:nth-child(7) .timeline-dot {
	transform: translateX(-216px) translateY(-44px);
}
.timeline-item__wrapper:nth-child(8) {
	transform: translateX(990px) translateY(1350px);
	display: none;
}
.timeline-item__wrapper:nth-child(8) h3, .timeline-item__wrapper:nth-child(8) h4 {
	max-width: 180px;
}
.timeline-item__wrapper:nth-child(8) .timeline__body {
	max-width: 180px;
}
.timeline-item__wrapper:nth-child(8) img {
	transform: translateX(-170px) translateY(-110px) scale(1.6);
}
.timeline-item__wrapper:nth-child(8) .timeline-dot {
	transform: translateX(-2px) translateY(76px);

}
.timeline-item__wrapper:nth-child(9) {
	transform: translateX(100px) translateY(1520px);
}
.timeline-item__wrapper:nth-child(9) .timeline__body, .timeline-item__wrapper:nth-child(9) h3, .timeline-item__wrapper:nth-child(9) h4 {
	max-width: 302px;
	text-align: right;
}
.timeline-item__wrapper:nth-child(9) img {
	transform: translateX(300px) translateY(-176px) scale(0.83);
}
.timeline-item__wrapper:nth-child(9) .timeline-dot {
	transform: translateX(420px) translateY(-96px);
}
.timeline-item__wrapper:nth-child(10) {
	transform: translateX(850px) translateY(1520px);
}
.timeline-item__wrapper:nth-child(10) .timeline__body, .timeline-item__wrapper:nth-child(10) h3, .timeline-item__wrapper:nth-child(10) h4 {
	max-width: 302px;
	text-align: right;
}
.timeline-item__wrapper:nth-child(10) img {
	transform: translateX(340px) translateY(-170px) scale(0.83);
}
.timeline-item__wrapper:nth-child(10) .timeline-dot {
	transform: translateX(316px) translateY(76px);
}
.timeline-item__wrapper:nth-child(11) {
	transform: translateX(1000px) translateY(1820px);
}
.timeline-item__wrapper:nth-child(11) .timeline__body, .timeline-item__wrapper:nth-child(11) h3, .timeline-item__wrapper:nth-child(11) h4 {
	max-width: 158px;
}
.timeline-item__wrapper:nth-child(11) img {
	transform: translateX(-180px) translateY(-170px) scale(0.83);
}
.timeline-item__wrapper:nth-child(11) .timeline-dot {
	transform: translateX(-110px) translateY(-30px);
}
.timeline-item__wrapper:nth-child(12) {
	transform: translateX(400px) translateY(1950px);
}
.timeline-item__wrapper:nth-child(12) .timeline__body, .timeline-item__wrapper:nth-child(12) h3, .timeline-item__wrapper:nth-child(12) h4 {
	max-width: 270px;
	text-align: right;
}
.timeline-item__wrapper:nth-child(12) .timeline-dot {
	transform: translateX(298px) translateY(40px);
}
.timeline-item__wrapper:nth-child(13) {
	transform: translateX(750px) translateY(2250px);
	display: none;
}
.timeline-item__wrapper:nth-child(13) .timeline__body, .timeline-item__wrapper:nth-child(13) h3, .timeline-item__wrapper:nth-child(13) h4 {
	max-width: 278px;
}
.timeline-item__wrapper:nth-child(13) .timeline-dot {
	transform: translateX(-52px) translateY(30px);
}
}

@media screen and (max-width:767px) {
.timeline__content {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.timeline__content img {
	display: inline-block;
}
.timeline-dot {
	max-height: 250px;
}
.timeline-item__wrapper:nth-child(8) {
	display: none;
}
.timeline-item__wrapper:nth-child(7) {
	display: none;
}
.timeline-item__wrapper:nth-child(13) {
	display: none;
}
}
.path-team {
	background: white;
}

@media screen and (min-width:768px) {
.path-team .container {
	width: 100%;
	max-width: 1400px;
}
}
.team-carousel {
	display: flex;
	margin-bottom: 120px;
}
.team-carousel-item {
	text-align: center;
	flex: 1;
	transition: all 1s;
}
.team-carousel-item.active {
	flex: 2;
}
.team-carousel-item.active .team-carousel-item__name:before, .team-carousel-item.active .team-carousel-item__title:before, .team-carousel-item.active .team-carousel-item__img-wrapper:before {
	background: #9a0000;
	width: 100%;
}
.team-carousel-item.active .team-carousel-item__img-wrapper img {
	transform: scale(1.5);
}
.team-carousel-item.active .team-carousel-item__text {
	opacity: 1;
}
.team-carousel-item__img-wrapper {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	transition: all 1s;
	position: relative;
}
.team-carousel-item__img-wrapper img {
	width: 100%;
	max-width: 110px;
	height: auto;
	transition: all 1s;
}
.team-carousel-item__img-wrapper:before {
	transition: all 1s;
	display: block;
	content: '';
	width: 0;
	height: 50%;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: -10;
}
.team-carousel-item__title {
	padding-bottom: 15px;
	font-size: 18px;
	color: white;
}
.team-carousel-item__name {
	padding-top: 15px;
	font-size: 18px;
	color: white;
}
.team-carousel-item__text {
	padding-top: 10px;
	opacity: 0;
	transition: opacity .15s;
	height: 100px;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}
.team-carousel-item__name, .team-carousel-item__title, .team-carousel-item__img-wrapper {
	position: relative;
}
.team-carousel-item__name:before, .team-carousel-item__title:before, .team-carousel-item__img-wrapper:before {
	transition: all 1s;
	display: block;
	content: '';
	width: 0;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: -10;
}
.team-carousel-item__img-wrapper:before {
	height: 50%;
}
.team-intro {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width:768px) {
.team-intro {
	margin-bottom: 135px;
}
}
.team-intro__title {
	font-size: 28px;
}
.team-intro__title--en {
	font-size: 20px;
	font-weight: 300;
}
.team-intro__text {
	font-size: 16px;
	font-weight: 300;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.team-item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 50px;
}
.team-item__section {
	margin-left: -15px;
	margin-right: -15px;
}
.team-item__section:before, .team-item__section:after {
	content: " ";
	display: table;
}
.team-item__section:after {
	clear: both;
}

@media (min-width:768px) {
.team-item {
	float: left;
	width: 50%;
}
}

@media screen and (min-width:768px) {
.team-item {
	margin-bottom: 150px;
}
}
.team-item__img-wrapper {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.team-item__img-wrapper {
	float: left;
	width: 41.66667%;
}
}
.team-item__img-wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.team-item__row {
	margin-left: 0;
	margin-right: 0;
}
.team-item__row:before, .team-item__row:after {
	content: " ";
	display: table;
}
.team-item__row:after {
	clear: both;
}
.team-item__body {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.team-item__body {
	float: left;
	width: 58.33333%;
}
}
.team-item__body h3 {
	font-size: 16px;
	color: #9a0000;
	margin-top: 10px;
}
.team-item__body h4 {
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
}

@media screen and (max-width:767px) {
.team-item__body p, .team-item__body h3, .team-item__body h4 {
	text-align: center;
}
}
.path-contact {
	background: white;
}
.contact {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: white;
}
.contact:before, .contact:after {
	content: " ";
	display: table;
}
.contact:after {
	clear: both;
}

@media screen and (min-width:992px) {
.contact {
	padding-left: 100px;
	padding-right: 100px;
}
}
.contact-map__carousel img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: cover;
	width: 100%;
}
.contact &gt; .contact__row:nth-child(1) {
	margin-bottom: 80px;
}

@media screen and (max-width:767px) {
.contact &gt; .contact__row:nth-child(1) {
	justify-content: space-between;
	margin-bottom: 35px;
}
}
.contact &gt; .contact__row:nth-child(2) .contact__text {
	padding-top: 25px;
}
.contact-nav {
/*display: flex;*/
}

@media screen and (max-width:767px) {
.contact-nav {
	justify-content: space-between;
}
.one {
	width: 79%;
	display: inline-table;
	position: relative;
	bottom: 13px;
}
.two {
	width: 79%;
	display: inline-table;
	position: relative;
	bottom: 13px;
}
.ersansi {
	position: relative;
	top: 100px;
}
.qqimg .erweima {
	overflow: hidden;
}
.qqfudong {
	overflow: hidden;
}
.qqimg {
	position: absolute;
}
.qqimg img {
	float: left;
	height: 50%;
	width: 50%;
}
.contact-nav-item {
	margin: 10px 0px;
}
}
.contact-nav-item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 66px;
	height: 66px;
	font-size: 20px;
	border: 1px solid #bfbfbf;
	border-radius: 8px;
	color: #ffffff;
	background: #9a0000;
	cursor: pointer;
}

@media screen and (min-width:768px) {
.one {
	display: inline-block;
	position: relative;
	top: 39px;
	left: 20px;
}
.two {
	display: inline-block;
	position: relative;
	top: 39px;
	left: 20px;
}
.qqimg {
	position: relative;
	width: 60% !important;
}
.qqimg img {
	float: right;
	height: 50%;
	width: 13%;
}
.widthqq {
	width: 300px !important;
	position: relative;
	bottom: 80px;
}
.contact-nav-item {
	width: 100px;
	height: 100px;
	font-size: 32px;
	background: #9a0000;
	color: white;
}
.contact-nav-item + .contact-nav-item {
	margin-left: 30px;
}
}
.contact-nav-item.active {
	background: #9a0000;
	color: white;
}
.contact__col {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
}

@media (min-width:768px) {
.contact__col {
	float: left;
	width: 50%;
}
}

@media screen and (min-width:768px) {
.contact__col {
	padding-top: 50px;
}
}

@media screen and (max-width:767px) {
.contact__col .contact__text {
	margin-bottom: 30px;
}
}
.contact__row {
	margin-left: 0;
	margin-right: 0;
}
.contact__row:before, .contact__row:after {
	content: " ";
	display: table;
}
.contact__row:after {
	clear: both;
}
.contact__slogn {
	font-size: 58px;
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {
.contact__slogn {
	font-size: 32px;
	margin-bottom: 20px;
}
}
.contact__slogn--en {
	color: #727171;
	font-size: 26px;
}

@media screen and (max-width:767px) {
.contact__slogn--en {
	font-size: 16px;
}
}
.contact__text {
	color: #727171;
	font-size: 17px;
	max-width: 570px;
	margin-bottom: 90px;
}

@media screen and (max-width:767px) {
.contact__text {
	font-size: 14px;
	margin-bottom: 30px;
}
}
.contact__addr {
	color: #8c8c8c;
	font-size: 22px;
}

@media screen and (max-width:767px) {
.contact__addr {
	font-size: 16px;
}
}
.contact__addr-nav-item {
	letter-spacing: 1px;
}
.contact__tel {
	color: #8c8c8c;
	font-size: 22px;
	margin-bottom: 150px;
}

@media screen and (max-width:767px) {
.contact__tel {
	font-size: 16px;
	margin-bottom: 30px;
}
}
.contact__email {
	font-size: 21px;
	color: #231815;
	margin-bottom: 100px !important;
}
.contact__email a {
	color: #615d5c
}

@media screen and (max-width:767px) {
.contact__email {
	font-size: 16px;
	text-align: center;
}
}
.contact .recruit {
	display: inline-block;
	margin-top: 30px;
	border: 1px solid #231815;
	color: #595757;
	padding: 6px 10px 6px 60px;
	border-radius: 6px;
	position: relative;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAYAAACEJVa/AAAACXBIWXMAAAsSAAALEgHS3X78AAAA/0lEQVQoFZXSvUrDUBgG4KelqziIwbh06FncHBUc3ESnboI4FOni7D2IF+Do0MEfuom71+ESRBcDmUTcK0cSbCP9e5ecHDhP3o+TRmdjvY1rrFguX7jL8mLYwjkOMcjyor/I6ZAmx7jFJoZN7KCDk5AmN0sAp/iOexGR5cU7tuZB40Aco9pvVot50DRgAqlBZyFNLseAbTzgog78Q8o84xVHIU16JfCIJ1yFNGnPREKaZGWjgH304q2hm+VFF/d4qUOtKUB8fpbQ+Lj9kCZxGaE49l+TOjAr5b/02whrVZMP7OIgpMnEl2ck3tIeVuNLYzQaxSbx8KJAlbcsLwbwAzvpXsL5V5AVAAAAAElFTkSuQmCC") no-repeat;
	background-position: 15px 9px;
}
.contact .recruit:before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 6px;
	bottom: 6px;
	left: 0;
	right: 0;
	background: #231815;
	margin-left: auto;
	margin-right: auto;
}
.scene-title {
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	margin: 10px 0;
}

@media screen and (min-width:768px) {
.contact #accordion {
	max-height: 691px;
	overflow-y: scroll;
}
}
.panel-group {
	border-radius: 0;
	margin-bottom: 50px;
}
.panel-group .panel {
	background-color: white;
}
.panel-group .panel + .panel {
	margin-top: 0;
	border: transparent;
}
.panel-group .panel-default {
	border: none;
	font-size: 14px;
}
.panel-group .panel-default.active .panel-title a:after {
	background-image: url(../images/arrow-gray-t.png)/*tpa=https://www.xuanchuanpian.net/themes/custom/xuanchuanpian/images/icon/arrow-gray-t.png*/;
}
.panel-group .panel-default.active &gt; .panel-heading {
	color: white;
	border-radius: 0;
}
.panel-group .panel-default.active &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	color: white;
	border-top: none;
	padding-top: 0;
}
.panel-group .panel-default.active &gt; .panel-heading + .panel-collapse &gt; .panel-body ul {
	margin-bottom: 0;
}
.panel-group .panel-default &gt; .panel-heading {
	background-color: white;
	color: #615d5c;
	border-radius: 0;
}
.panel-group .panel-default &gt; .panel-heading .panel-title {
	font-size: 18px;
	border-bottom: 1px solid #231815;
	padding: 25px 0;
	color: #595757;
}
.panel-group .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	border-top: none;
	border-bottom: 1px solid #231815;
	padding: 30px 0;
	font-family: "Microsoft YaHei UI Light";
}
.panel-group .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body ol {
	margin-bottom: 0;
}
.panel-group .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body ol li {
	line-height: 1.6;
}
.qqimg {
	float: right;
	width: 40%
}
.play2 {
	display: none;
	width: 48px;
	height: 48px;
	background: url(../images/play.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;/*超出内容滚动显示*/
	margin: auto 42%;/*恰当的边距*/
	z-index: 999;
}
.cases-item__img-wrapper {
	position: relative; /*父级relative定位*/
}
.qqimg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -70px 0 0
}

@media screen and (max-width: 767px) {
.contact-map__carousel img {
	max-height: 98px!important;
}
.qqimg {
	width: 90%;
	margin: 30px 0 0!important;
}
.qqimg img {
	width: 20%;
}
}
.pages {
	clear: both;
	text-align: center;
}
.footer-tel__item2 {
	position: absolute;
	bottom: -200px;
	width: 110%;
	height: auto;
	left: -80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-tel__title {
	width: 28%;
	height: 100%;
	margin: 0;
}
.location {
	max-width: 1370px;
	line-height: 30px;
	margin: 0px auto;
	padding: 0 6px;
	font-size: 14px;
}
@media screen and (max-width: 990px) {
.location {
	max-width: 100%;
}
.tCompany_main {
	width: 100% !important;
}
}
@media screen and (max-width: 767px) {
.footer-tel__item {
	left: 0!important;
	bottom: 20px!important;
	width: 100%!important;
}
.footer-col-2 {
	height: 120px!important;
}
}
</pre></body></html>