/* -------------------------------
 * CMS 全局
------------------------------- */
.container-cms-page {
	width: 100%;
    /* padding-right: 15px;
    padding-left: 15px; */
	padding-top: 35px;
	margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}
.container-cms-page.page-hidden .row-cms-page article {
	position: relative;
	overflow: hidden;
	max-height: 1000px;
}
.container-cms-page.page-hidden .row-cms-page article:after{
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(218,215,206,0), rgba(218,215,206,0.6) 18%, rgba(218,215,206,1));
	background: -moz-linear-gradient(top, rgba(218,215,206,0), rgba(218,215,206,0.6) 18%, rgba(218,215,206,1));
	background: -o-linear-gradient(top, rgba(218,215,206,0), rgba(218,215,206,0.6) 18%, rgba(218,215,206,1));
	background: linear-gradient(top, rgba(218,215,206,0), rgba(218,215,206,0.6) 18%, rgba(218,215,206,1));
}
.theme-green .container-cms-page.page-hidden .row-cms-page article:after{
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(136,203,210,0), rgba(136,203,210,0.6) 18%, rgba(136,203,210,1));
	background: -moz-linear-gradient(top, rgba(136,203,210,0), rgba(136,203,210,0.6) 18%, rgba(136,203,210,1));
	background: -o-linear-gradient(top, rgba(136,203,210,0), rgba(136,203,210,0.6) 18%, rgba(136,203,210,1));
	background: linear-gradient(top, rgba(136,203,210,0), rgba(136,203,210,0.6) 18%, rgba(136,203,210,1));
}
.container-cms-page article .row {
	margin: 0 -8px;
}
.container-cms-page article .row .col-md-8,
.container-cms-page article .row .col-md-4 {
	padding: 0 8px;
}
.row-cms-page *, .row-cms-page *:after, .row-cms-page *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row-cms-page {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cms-block:befoer, .cms-block:after {
	content: "";
	display:table;
	clear:both;
}
.cms-block-tit {
	width: 75%;
	padding-right: 85px;
	padding-bottom: 1.3em;
	font-size: 1.428em;
	font-weight: bold;
	line-height: 1.25;
}
.cms-block.margin-b-default { margin-bottom:3.5em; }
.cms-block.margin-b-compact { margin-bottom:2.1em; }
.cms-block.margin-b-loose { margin-bottom:4.8em; }
.padding-t-0 { padding-top:0 !important; }
.padding-b-0 { padding-bottom:0 !important; }
.cms-block .img-src {
	position: relative;
	font-size: 0;
}
.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;
}
.cms-block a {
	text-decoration: underline;
}
.cms-item {
	width: 75%;
	padding-right: 85px;
}
@media (width: 768px) {
	.cms-item {
		width: 81%;
		padding-right: 60px;
	}
}
@media (max-width: 767px) {
	.cms-item {
		width: 100%;
		padding-right: 0;
	}
}

/* -------------------------------
 * CMS 组件
------------------------------- */
/*---- 分割线 -----*/
.cms-item-hr>hr {
	margin: 0;
	border: 0;
    border-top: 1px solid #e6e6e6;
}


/*---- 富文本 ckedit -----*/
.cms-item-text { font-weight: 400; }
.cms-item-text h2 {
	margin-bottom: 1em;
	font-size: 1.71em;
	font-weight: bold;
}
.cms-item-text h3 {
	padding-bottom: 1.3em;
	font-size: 1.428em;
	font-weight: bold;
	line-height: 1.25;
}
.cms-item-text h4 {
	padding-bottom: 0.5em;
	font-size: 1.143em;
	font-weight: bold;
	line-height: 1.429;
}
.cms-item-text p { margin-bottom: 1.5em; }
.cms-item-text ul, .cms-item-text ol {
	margin-bottom: 1.428em;
	padding-left: 1.8em;
}
.cms-item-text *:last-child, .cms-item-text *>*:last-child { margin-bottom: 0 !important; }
.cms-item-text ul li {
	list-style-type: disc;
}
.cms-item-text ol li {
	list-style-type: decimal;
}
.cms-item-text .table {
	margin-bottom: 0;
}
/*---- 表格 -----*/
.cms-block .table>tbody>tr>td, 
.cms-block .table>tbody>tr>th, 
.cms-block .table>tfoot>tr>td, 
.cms-block .table>tfoot>tr>th, 
.cms-block .table>thead>tr>td, 
.cms-block .table>thead>tr>th {
	padding: 8px 15px;
	line-height: 1.286em;
	border: none;
}
.cms-block .table>tfoot>tr>td, 
.cms-block .table>tfoot>tr>th, 
.cms-block .table>thead>tr>td, 
.cms-block .table>thead>tr>th {
	text-align: left;
}
.cms-block .table>tbody>tr>td, 
.cms-block .table>tbody>tr>th {
	text-align: left;
}
.table>thead>tr>th {
	vertical-align: top;
}
.cms-block .table>tbody>tr>th:first-child,
.cms-block .table>tbody>tr>td:first-child {
	white-space: nowrap;
}
.cms-block .table.table-striped>tbody>tr>th:first-child,
.cms-block .table.table-striped>tbody>tr>td:first-child {
	white-space: normal;
}
.cms-block .table.table-striped>tbody>tr>td, 
.cms-block .table.table-striped>tbody>tr>th, 
.cms-block .table.table-striped>tfoot>tr>td, 
.cms-block .table.table-striped>tfoot>tr>th, 
.cms-block .table.table-striped>thead>tr>td, 
.cms-block .table.table-striped>thead>tr>th {
	border: 1px solid rgba(0,0,0,0.3);
}
.cms-block .table.table-striped>thead>tr>th {
	background: #000;
	color: #fff;
}
.cms-block .table.table-striped>tbody>tr>th:first-child,
.cms-block .table.table-striped>tbody>tr>td:first-child,
.cms-block .table.table-striped>thead>tr>th:first-child {
	border-left: none !important;
}
.cms-block .table.table-striped>tbody>tr>th:last-child,
.cms-block .table.table-striped>tbody>tr>td:last-child,
.cms-block .table.table-striped>thead>tr>th:last-child {
	border-right: none !important;
}
.cms-block .table.table-striped>thead>tr {
	background: rgba(0,0,0,0.05);
}
.cms-block .table.table-striped>tbody>tr:nth-of-type(odd) {
	background: none;
}
.cms-block .table.table-striped>tbody>tr:nth-of-type(even) {
	background: rgba(0,0,0,0.05);
}

/*---- 图片媒体 -----*/
.large .cms-item-image {
	width: 100%;
	padding-right: 0;
}
.cms-item-image .img-src {
	background: #fafafa;
}
.cms-item-image .img-src img {
	display: block;
	max-width: 100%;
	margin: auto;
	background-color: #eee;
}
.large .cms-item-image .img-src img {
	max-height: 9999px;
}

/* 可放大的媒体 */
.cms-item .is-image { cursor:zoom-in; } /* 所有可放大图片 */

/* 点击播放 icon */
.cms-item-image .is-video .img-src:before {
	content: "\e072";
	position: absolute;
    top: 50%;
    left: 50%;
    width: 1.8em;
    height: 1.8em;
	padding-left: .1%;
	margin-top: -.9em;
	margin-left: -.9em;
	font: 32px/1.8em "Glyphicons Halflings";
    text-align: center;
    overflow: hidden;
	color: #333;
    background: rgba(255,255,255,.6);
    border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	opacity:.9;
}
.cms-item-mixed .cms-item-image .is-video .img-src:before {
	top: auto;
	left: auto;
	right: 10px;
	bottom: 10px;
	font-size:11px;
	margin: 0;
} /* 混排模块中 */

/*---- 视频媒体 -----*/
.cms-item-video>.video-code { position :relative; }
.cms-item-video>.youku { padding-bottom :63.1%; }
.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 .caption {
	padding: 10px;
	color: #000;
	font-size: 0.857em;
	line-height: 1.333em;
	text-align: left;
	background: #f2f2f2;
}
.cms-item .caption p:last-child {
	margin-bottom: 0;
}

/*---- 图文混排（基于富文本和媒体） -----*/
.this-media-lg .cms-item-mixed {
	width: 100%;
	padding-right: 0;
}
.this-media-lg .cms-item-mixed .cms-item-text  {
	width: 75%;
	padding-right: 85px;
}
@media (width: 768px) {
	.this-media-lg .cms-item-mixed .cms-item-text,
	.cms-block-tit {
		width: 81%;
		padding-right: 60px;
	}
}
.cms-item-mixed:before, .cms-item-mixed:after {
	content: "";
	display: table;
	clear: both;
}
.cms-item-mixed .pull-media { padding-top: .36em; }
.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: 50%;
}
.this-media-sm .cms-item-mixed .pull-media {
	width: 37.5%;
}
.this-media-xs .cms-item-mixed .pull-media {
	width: 25%;
	padding-bottom: 0;
}
@media (width: 768px) {
	.this-media-sm .cms-item-mixed .pull-media {
		width: 50%;
	}
	.this-media-xs .cms-item-mixed .pull-media {
		width: 33.3333%;
	}
	.this-media-xs .cms-item .caption {
		display: none;
	}
}
@media (max-width: 767px) {
	.this-media-lg .cms-item-mixed .pull-media {
		float: none;
		width: 100%;
		margin-bottom: 1.5em;
		padding: 0;
	}
	.this-media-lg .cms-item-mixed .cms-item-text {
		width: 100%;
		padding: 0;
	}
	.this-media-sm .cms-item-mixed .pull-media {
		width: 45%;
	}
	.this-media-xs .cms-item-mixed .pull-media {
		width: 35%;
	}
	.this-media-xs .cms-item .caption {
		display: none;
	}
	.cms-block-tit {
		width: 100%;
	}
}
.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; }







/*---- 幻灯片媒体集 -----*/
.cms-item-media-swiper {
	position: relative;
}
.cms-item-media-swiper .embed-responsive {
	margin-bottom: 74px;
	padding-bottom: 66.7%;
	overflow:visible;
}
.margin-b-default .cms-item-media-swiper .embed-responsive {
	margin-bottom: 124px;
}
.margin-b-compact .cms-item-media-swiper .embed-responsive {
	margin-bottom: 104px;
}
.margin-b-loose .cms-item-media-swiper .embed-responsive {
	margin-bottom: 135px;
}
.cms-block .embed-responsive .swiper-container {
	bottom: -74px;
}
.cms-item-media-swiper .swiper-slide .img-src-wrap {
	position: relative;
	width: 100%;
	padding-top: 66.6667%;
}
.cms-item-media-swiper .swiper-slide .img-src {
	background-color: #fafafa;
}

/* 图片备注 */
.cms-item-media-swiper .swiper-slide a {
	text-decoration: none;
}
.cms-item-media-swiper .swiper-slide p {
	position: relative;
	height: 36px;
	padding: 10px 83px 10px 15px;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-align:left;
	background: #f2f2f2;
	color: #f2f2f2 !important;
	-webkit-transition:all .5s .4s ease-out;
	-moz-transition:all .5s .4s ease-out;
	-ms-transition:all .5s .4s ease-out;
	transition:all .5s .4s ease-out;
}
.cms-item-media-swiper .swiper-slide-active p {
	color: #000 !important;
}
.cms-item-media-swiper .swiper-pagination {
	display: block;
	position: absolute;
	width: auto;
	bottom: -30px;
	right: 15px;
	left: auto;
	color: #7c7b7b;
	font-size: 12px;
	z-index: 10;
}
@media (max-width: 767px) {
	.cms-item-media-swiper .swiper-pagination {
		display: none;
	}
}
/*.cms-item-media-swiper .swiper-slide span {
	display: block;
	position: absolute;
	bottom: 47px;
	right: 15px;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	color: #f2f2f2 !important;
	-webkit-transition:all .5s .3s ease-out;
	-moz-transition:all .5s .3s ease-out;
	-ms-transition:all .5s .3s ease-out;
	transition:all .5s .3s ease-out;
}
.cms-item-media-swiper .swiper-slide-active span {
	color: #7c7b7b !important;
}*/

@media (max-width: 768px) {
	.cms-item-media-swiper .embed-responsive {
		margin-bottom: 0 !important;
	}
	.cms-block .embed-responsive .swiper-container {
		bottom: 0;
	}
	.cms-item-media-swiper .swiper-slide p,
	.cms-item-media-swiper .swiper-slide span {
		display: none;
	}
}

/* 点击播放 icon */
.cms-item-media-swiper .is-video .img-src:before {
	content: "\e072";
	position: absolute;
    top: 50%;
    left: 50%;
    width: 1.8em;
    height: 1.8em;
	padding-left: .1%;
	margin-top: -.9em;
	margin-left: -.9em;
	font: 32px/1.8em "Glyphicons Halflings";
    text-align: center;
    overflow: hidden;
	color: #333;
    background: rgba(255,255,255,.6);
    border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	opacity:.9;
}
.cms-item-mixed .cms-item-media-swiper .is-video .img-src:before { font-size:22px; } /* 混排模块中 */

/* Swiper skin for CMS  */
.cms-item-media-swiper .swiper-next, .cms-item-media-swiper .swiper-prev {
	position: absolute;
	top: 50%;
	z-index: 100;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	font: 20px "i";
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: rgba(0,0,0,0.3);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	-moz-transition: background .3s ease-out;
	-webkit-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	transition: background .3s ease-out;
}
.cms-item-media-swiper .swiper-next:hover, .cms-item-media-swiper .swiper-prev:hover {
	background: #000;
}
.cms-item-media-swiper .swiper-next.swiper-button-disabled:hover, .cms-item-media-swiper .swiper-prev.swiper-button-disabled:hover {
	background: rgba(0,0,0,0.3);
}
.cms-item-media-swiper .swiper-next.swiper-button-disabled, .cms-item-media-swiper .swiper-prev.swiper-button-disabled { opacity: .3 }
.ie8 .cms-item-media-swiper .swiper-next.swiper-button-disabled, .ie8 .cms-item-media-swiper .swiper-prev.swiper-button-disabled { filter: alpha(opacity=30) }
.cms-item-media-swiper .swiper-prev { left: 0 }
.cms-item-media-swiper .swiper-next { right: 0 }
/*.cms-item-media-swiper .swiper-pagination {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.cms-item-media-swiper .swiper-pagination {
	display: none;
}
.cms-item-media-swiper .swiper-pagination>span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin:0 5px;
	background: #fff;
	border-radius:50%;
	opacity: .2;
	box-shadow: 0 3px 5px -2px rgba(0,0,0,.5), 0 0 1px rgba(0,0,0,.4);
}
.cms-item-media-swiper .swiper-pagination>.swiper-pagination-bullet-active { opacity: 1; }

.this-pagination-outside { margin-bottom:23px; }
.this-pagination-outside .swiper-pagination {
	bottom: -23px;
	padding-bottom: 0;
}
.this-pagination-outside .swiper-pagination>span { background-color:#bbb; } 
.cms-item-media-swiper .swiper-pagination>.swiper-pagination-bullet-active {
	background:#fff;
}*/

/*---- 链接模块 -----*/
.cms-item-links {
	margin: 0;
	padding: 0;
}
.cms-item-links li {
	padding: 0;
	list-style: none;
}
.cms-block .cms-item-links li a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #000 !important;
	text-decoration: none;
	font-family: 'Lato',Helvetica,Arial,'\5FAE\8F6F\96C5\9ED1','\5b8b\4f53',sans-serif !important;;
}
.cms-block .cms-item-links li a:before {
	display: inline-block;
	margin-right: 5px;
	font-weight: normal;
	font-size: 16px;
	font-family: 'iconfont' !important;
}
.cms-block .cms-item-links li a.is-link:before {
	content: "\e61e";
}
.cms-block .cms-item-links li a.is-mail:before {
	content: "\e61c";
}
.cms-block .cms-item-links li a.is-download:before {
	content: "\e61d";
}


@media (max-width: 767px) {
	.container-cms-page {
		padding-top: 40px;
	}
}

/* 链接集 */
.cms-item-links > a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.cms-item-links > a:hover{
	color: #A39B84;
}
.cms-item-links > a > i{
	margin-right: 10px;
	font-size: 14px;
}

/*---- 缩略图媒体集 -----*/

.cms-item-media-thumbnail ul {
	display: block;
	width: 100%;
	margin: 0 -5px;
	padding: 0;
	font-size: 0;
}
.cms-item-media-thumbnail ul li {
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 5px;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}
.this-thumbnail-col-3 .cms-item-media-thumbnail li {
	width: 33.3%;
}
.cms-item-atlas {
	font-size: 0;
}
.cms-item-media-thumbnail li .embed-responsive {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 100%;
	cursor: pointer;
}
.cms-item-media-thumbnail li .embed-responsive:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	z-index: 2;
}
.cms-item-media-thumbnail li .embed-responsive:after {
	content: "\e6fd";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	text-align: center;
	line-height: 16px;
	font-family: 'i';
	color: #fff;
	font-size: 14px;
	z-index: 3;
}
.cms-item-media-thumbnail li .embed-responsive:before,
.cms-item-media-thumbnail li .embed-responsive:after {
	opacity: 0;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.cms-item-media-thumbnail li .embed-responsive:hover:before,
.cms-item-media-thumbnail li .embed-responsive:hover:after {
	opacity: 1;
}
.cms-item-media-thumbnail li .embed-responsive .img-src {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.cms-item-media-thumbnail li .embed-responsive .img-src:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: bottom;
}
.cms-item-media-thumbnail li .embed-responsive .img-src:after img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
.cms-item-media-thumbnail p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (max-width: 767px) {
	.this-thumbnail-col-6-xs .cms-item-media-thumbnail li {
		width: 50%;
	}
}



