/* -------------------------------
* CMS 全局
------------------------------- */
.margin-t-0 { margin-top: 0 !important; }
.margin-t-default { margin-top: 3.5em; }
.margin-t-compact { margin-top: 1.75em; }
.margin-t-loose { margin-top: 5em; }
.margin-b-0 { margin-bottom: 0 !important; }
.margin-b-default { margin-bottom: 3.5em; }
.margin-b-compact { margin-bottom: 1.75em; }
.margin-b-loose { margin-bottom: 5em; }
.padding-t-0 { padding-top: 0 !important; }
.padding-t-default { padding-top: 3.5em; }
.padding-t-compact { padding-top: 1.75em; }
.padding-t-loose { padding-top: 5em; }
.padding-b-0 { padding-bottom: 0 !important; }
.padding-b-default { padding-bottom: 3.5em; }
.padding-b-compact { padding-bottom: 1.75em; }
.padding-b-loose { padding-bottom: 5em; }
.container-cms-page {
	font-size: 16px;
	line-height: 1.75;
}
@media (max-width: 1024px) {
	.container-cms-page {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.container-cms-page {
		margin: 0;
		font-size: 3.733333333333333vw;
	}
}
@media (max-width: 374px) {
	.container-cms-page {
		font-size: 13px;
	}
}
.cms-block {
	width: 66.66666667%;
	margin-left: 16.66666667%;
	margin-right: 16.66666667%;
}
@media (max-width: 767px) {
	.cms-block {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
}
.container-cms-page:before,
.container-cms-page:after,
.cms-block:before,
.cms-block:after {
	content: '';
	display: table;
	clear: both;
}
.cms-block .img-src {
	position: relative;
	font: 0/0 a;
}
.cms-block .img-src img {
	max-width: 100%;
	max-height: 100%;
}
.cms-block .img-middle,
.cms-block .img-bottom {
	font-size: 0;
	text-align: center;
}
.cms-block .img-middle:after,
.cms-block .img-bottom:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
}
.cms-block .img-middle:after,
.cms-block .img-middle img { vertical-align: middle; }
.cms-block .img-bottom:after,
.cms-block .img-bottom img { vertical-align: bottom; }
.cms-block .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.cms-block .embed-responsive .img-src,
.cms-block .embed-responsive .swiper-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #101820;
	text-align: center;	
}
.cms-block>.cms-block-tit,
.cms-block>.cms-item {
	padding-left: 5px;
	padding-right: 5px;
}
.cms-block-tit {
	margin-bottom: .75em;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.25;
	color: #000;
}
@media (max-width: 767px) {
	.cms-block>.cms-block-tit,
	.cms-block>.cms-item {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

/* -------------------------------
* CMS 组件
------------------------------- */
/*---- 分割线 -----*/
.cms-item-hr>hr {
	margin: 15px 0;
	border: 0;
  border-top: 1px solid #eee;
}

/*---- 富文本 ckedit -----*/
.cms-item-text { font-weight: 400; }
.cms-item-text h2,
.cms-item-text h3,
.cms-item-text h4 {
	/* margin-top: .75em; */
	margin-bottom: .84em;
	font-weight: 600;
	line-height: 1.25;
	color: #000;
}
.cms-item-text h4 {
	margin-bottom: 1em;
}
.cms-item-text h2 {
	font-size: 1.75em;
}
.cms-item .text-bold {
	font-weight: bold;
}
/* .cms-item-text h3 {
	font-size: 1.5em;
} */
.cms-item-text h4 {
	font-size: 1.25em;
}
.cms-item-text p {
	margin-bottom: .75em;
	line-height: 30px !important;
}
.cms-item-text img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.cms-item-text p > a,
.cms-item-text ul li > a,
.cms-item-text ol li > a,
.cms-item-text table a {
	box-shadow: 0 1px;
}
.cms-item-text *:first-child,
.cms-item-text *>*:first-child {
	margin-top: 0 !important;
}
.cms-item-text *:last-child,
.cms-item-text *>*:last-child {
	margin-bottom: 0 !important;
}
.cms-item-text ul,
.cms-item-text ol {
	padding-left: 1.8em;
	margin-bottom: 1.75em;
}
.cms-item-text *:last-child,
.cms-item-text *>*:last-child { margin-bottom: 0 !important; }
.cms-item-text .table-responsive {
	margin-bottom: 1.75em;
	border: none;
}
.cms-item-text .table {
	color: #333;
	border-bottom: #eee 1px solid;
}
.cms-item-text .table th,
.cms-item-text .table td {
	padding: .8em 1em;
	border: none;
}
.cms-item-text .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff;
}
.cms-item-text .table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.cms-item-text .table th {
	white-space: nowrap;
}
.cms-item-text .not-border {
	width: auto;
	border-bottom: none;
}
.cms-item-text .not-border th,
.cms-item-text .not-border td {
	padding-top: 0;
	padding-bottom: .55em;
}
.cms-item-text .not-border th p,
.cms-item-text .not-border td p,
.cms-item-text .table-striped th p,
.cms-item-text .table-striped td p {
	margin-bottom: 0;
}
.cms-item-text .not-border th {
	padding-left: 0;
}
/* .table-responsive .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	white-space: nowrap;
} */


/*---- 图片媒体 -----*/
.cms-item.cms-item-image {
	padding-left: 0;
	margin-left: -25%;
}
@media (max-width: 767px) {
	.cms-item.cms-item-image {
		margin: 0 -5vw;
	}
}
.cms-item-image .img-src {
	background-color: #fafafa;
}
.cms-item-image .img-src>img {
	display: block;
	/* width: 100%; */
	width: auto;
	margin: auto;
}
.cms-item.cms-item-image .img-src>img {
	max-height: 100vh;
}
.cms-item-image.large .caption {
	padding: 20px 30px;
}
@media (max-width: 767px) {
	.cms-item-image.large .caption {
			padding: 10px 15px;
	}
}

/*---- 媒体注释 -----*/
.cms-item .caption {
	padding: 1em 1.5em;
	font-size: .875em;
	line-height: 1.5em;
	text-align: left;
}
@media (max-width: 767px) {
	.cms-item .caption {
		padding: 10px 5vw;
	}
}
.cms-item .caption p:last-child {
	margin-bottom: 0;
}
.this-logo-cards{
	margin-top: -.1rem;
}
.this-logo-cards .img-src{
	padding-bottom: 100%;
	background-color: #fafafa;
}
.this-logo-cards .img-src img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}
.this-logo-cards .col-xs-6{
	margin-top: .1rem;
}
.this-logo-cards .caption{
	background: transparent!important;
	color: #000!important;
	padding: .8em 0;
}
.this-logo-cards .caption p{
	/* max-height: 63px; */
}

/*---- 图文混排（基于富文本和媒体） -----*/
.cms-item-mixed:before,
.cms-item-mixed:after {
	content: '';
	display: table;
	clear: both;
}
.cms-item-mixed .pull-media { padding-top: .3em; }
.this-media-left .cms-item-mixed .pull-media {
	float: left;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
}
.this-media-right .cms-item-mixed .pull-media {
	float: right;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
}
.this-media-lg .cms-item-mixed .pull-media {
	width: 51.17%;
}
.this-media-sm .cms-item-mixed .pull-media {
	width: 38.183%;
}
.this-media-xs .cms-item-mixed .pull-media {
	width: 25.195%;
}
.this-media-xs .cms-item-mixed .pull-media .caption {
	display: none;
}
.this-media-not-surround .cms-item-mixed .cms-item-text,
.this-media-left .cms-item-mixed ul,
.this-media-left .cms-item-mixed ol { overflow:hidden; }
@media (max-width: 767px) {
	.this-media-lg .cms-item-mixed .pull-media  {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.this-media-sm .cms-item-mixed .pull-media {
		width: 55%;
	}
	.this-media-xs .cms-item-mixed .pull-media {
		width: 40%;
	}
}
.cms-text .not-border {
	width: auto;
	border-spacing: 0;
	border-collapse: collapse;
}
.cms-text .not-border th,
.cms-text .not-border td {
	border: none !important;
}
.cms-text .not-border th {
	padding-left: 0;
	word-break: keep-all;
}

/*---- 幻灯片媒体集 -----*/
.cms-item-media-swiper {
	position: relative;
}
.cms-item-media-swiper .embed-responsive {
	padding-bottom: 66.666%;
	overflow: visible;
}
.cms-item-media-swiper .swiper-slide img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.cms-item-media-swiper .swiper-slide p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 1em 1.5em;
	margin: 0;
  font-size: .875em;
  line-height: 1.5em;
  text-align: left;
	background-color: transparent !important;
}
.cms-item-media-swiper .swiper-slide p:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: .7;
}
@media (max-width: 767px) {
	.cms-item-media-swiper .swiper-slide p>span {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}

/* Swiper skin for CMS  */
.cms-item-media-swiper .swiper-pagination {
	display: none;
}
.cms-item-media-swiper .swiper-next,
.cms-item-media-swiper .swiper-prev {
	position: absolute;
	top: 50%;
	z-index: 10;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	font: 20px/40px 'ds';
	text-align: center;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cms-item-media-swiper .swiper-next.swiper-button-disabled,
.cms-item-media-swiper .swiper-prev.swiper-button-disabled {
	opacity: .6
}
.cms-item-media-swiper .swiper-prev {
	left: 0
}
.cms-item-media-swiper .swiper-next {
	right: 0
}
.cms-item-media-swiper .swiper-prev:before {
	content: '\e6fb';
}
.cms-item-media-swiper .swiper-next:before {
	content: '\e6fc';
}
@media (max-width: 767px) {
	.cms-item-media-swiper {
		padding-bottom: 18px;
	}
	.cms-item-media-swiper .swiper-pagination {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -18px;
		display: block;
		text-align: center;
	}
	.cms-item-media-swiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin-left: 2px;
		margin-right: 2px;
	}
	.cms-item-media-swiper .swiper-next,
	.cms-item-media-swiper .swiper-prev {
		display: none;
	}
}

/*---- 链接集 -----*/
.cms-item-links {
  margin: 0;
  padding: 0;
	overflow: hidden;
}
.cms-item-links li {
	position: relative;
	padding-bottom: 5px;
  list-style: none;
}
.cms-item-links li a {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 3.3em;
	padding-right: .8em;
	background: none !important;
}
.cms-item-links li a span {
	display: inline-block;
	vertical-align: top;
	padding: 6px 0;
	line-height: 1.4;
}
@media (max-width: 1024px) {
	.cms-item-links li a span {
		padding: 5px 0;
	}
}
.cms-item-links li a:before {
  	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 2.05em;
	font-family: 'ds';
	font-size: 1.2em;
	text-align: center;
}
.cms-item-links li a.is-link:before {
  content: "\e637";
}
.cms-item-links li a.is-mail:before {
  content: "\e638";
}
.cms-item-links li a.is-download:before {
  content: "\e636";
}
.cms-item-links li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: .8;
	transform: translateZ(0);
}
.cms-item-links>li a:hover:after {
	opacity: 1;
}


/*---- 视频 -----*/
.cms-item-video>.video-code {
	position :relative;
	padding-bottom: 60%;
	overflow: hidden;
}
.cms-item-video>.youku { padding-bottom :56.25%;}
.cms-item-video>.youtube { padding-bottom :56.25%; }
.cms-item-video>.video-code embed,
.cms-item-video>.video-code iframe,
.cms-item-video>.video-code video,
.cms-item-video>.video-code object {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
}
.cms-item-video>.video-code>img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	pointer-events: none;
}
.cms-item-video>.video-code:before {
	content: '\e639';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	width: .8rem;
	height: .8rem;
	font: .2rem/.8rem 'ds';
	text-align: center;
	cursor: pointer;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	pointer-events: none;
}
.cms-item-video>.video-code.play>img {
	display: none;
}
.cms-item-video>.video-code.play:before {
	content: none;
}
.ie_10 .cms-item-video>.video-code>iframe {
	z-index: 20;
	opacity: 0;
}
.ie_10 .cms-item-video>.video-code.play>iframe {
	opacity: 1;
}

/* 图集 */
.cms-item-atlas ul {
	font-size: 0;
	padding: 0;
	margin-left: -3%;
}
.cms-item-atlas ul > li {
	width:30.333%;
	margin-left: 3%;
	display: inline-block;
	vertical-align: top;
	list-style: none;
}
.cms-item-atlas ul > li .pic {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.cms-item-atlas ul > li .pic a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cms-item-atlas ul > li .pic a img {
	max-width: 100%;
	max-height: 100%;
}
.cms-item-atlas ul > li .info {
	margin-top: 5px;
}
.cms-item-atlas ul > li .info p {
	font-size: 14px;
	max-height: 72px;
	word-break: break-all;
}
@media(max-width: 767px) {
	.cms-item-atlas ul > li .info p {
		max-height: 48px;
	}
	.cms-item-atlas ul > li {
		width: 47%;
	}
}

/* 图集 */
.this-logo-cards .col-xs-1, 
.this-logo-cards .col-xs-10, 
.this-logo-cards .col-xs-11, 
.this-logo-cards .col-xs-12, 
.this-logo-cards .col-xs-2, 
.this-logo-cards .col-xs-3, 
.this-logo-cards .col-xs-4, 
.this-logo-cards .col-xs-5, 
.this-logo-cards .col-xs-6, 
.this-logo-cards .col-xs-7, 
.this-logo-cards .col-xs-8, 
.this-logo-cards .col-xs-9{
	padding-left: 7.5px;
	padding-right: 7.5px;
}

@media(max-width: 767px) {
	.this-logo-cards .row{
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
}

.fancybox-navigation,
.fancybox-infobar{
	display: none!important;
}
.fancybox-is-open .fancybox-bg{
	opacity: .5;
}