/* -------------------------------
 * CMS 全局
------------------------------- */
.container-cms-page {
	width: 100%;;
    margin-right: auto;
	margin-left: auto;
}
.font-bold {
	font-weight: bold;
}
.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 {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	margin: 0;
	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 {
	max-width: 60%;
	margin: 0 auto;
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 1.05em;
}
@media (max-width: 992px) {
	.cms-block-tit {
		max-width: 95%;
		font-size: 1.8em;
	}
}
@media (max-width: 767px) {
	.cms-block-tit {
		max-width: 100%;
	}
}
.cms-block-tit span {
	padding-bottom: .2em;
	line-height: 1.25;
	display: inline-block;
	border-bottom: 6px solid #FDCA00;
}
.cms-block.margin-b-default { margin-bottom:5.7em; }
.cms-block.margin-b-compact { margin-bottom:2.85em; }
.cms-block.margin-b-loose { margin-bottom:6.4em; }
.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: 60%;
	margin: 0 auto;
}
.cms-item.cms-item-links {
	padding-left: 0!important;
}
@media (max-width: 992px) {
	.cms-item {
		width: 95%!important;
	}
}
@media (max-width: 767px) {
	.cms-item {
		width: 100%!important;
	}
}

/* -------------------------------
 * 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: 2em;
	font-weight: bold;
}
.cms-item-text a:hover {
	color: #FDCA00;
} 
.cms-item-text h3,
.cms-item-mixed h3 {
	padding-bottom: 0.69em;
	font-size: 1.57em;
	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: 2.5em; font-size: 1.14em; color: #1a1a1a;}
.cms-item-text ul, .cms-item-text ol {
	margin-bottom: 2.85em;
	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;
	font-size: 1.14em;
	color: #1a1a1a;
}
.cms-item-text ol li {
	list-style-type: decimal;
	font-size: 1.14em;
	color: #1a1a1a;
}
.cms-item-text ul li p,
.cms-item-text ol li p {
	font-size: 1em;
}
.cms-item-text .table {
	margin-bottom: 0;
	margin-left: -15px;
}
.cms-item-text .table-striped {
	margin-left: 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: 7px 15px;
	line-height: 1.14em;
	border: none;
	font-size: 1.14em;
}

.cms-block .table-striped>tbody>tr>td, 
.cms-block .table-striped>tbody>tr>th, 
.cms-block .table-striped>tfoot>tr>td, 
.cms-block .table-striped>tfoot>tr>th, 
.cms-block .table-striped>thead>tr>td, 
.cms-block .table-striped>thead>tr>th {
	padding: 15px 15px 13px;
	line-height: 1.14em;
	border: none;
	font-size: 1.14em;
}

.cms-block .table>tbody>tr>td p, 
.cms-block .table>tbody>tr>th p, 
.cms-block .table>tfoot>tr>td p, 
.cms-block .table>tfoot>tr>th p, 
.cms-block .table>thead>tr>td p, 
.cms-block .table>thead>tr>th p {
	font-size: 1em;
	line-height: 1em;
}

.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-item-text table p {
	margin-bottom: 0;
	line-height: 1.5em!important;
}
.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>thead>tr>th {
	background: #FDCA00;
	color: #000;
}
.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>td,
.cms-block .table.table-striped>tbody>tr>th {
	background: 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 {
	border-bottom: 1px solid #c6c6c6;
}
.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: #F1F1F1;
}
@media (max-width: 767px) {
	.table-responsive {
		border: none;
	}
}

/*---- 图片媒体 -----*/
.cms-item-image {
	_height: 1%;
	overflow: auto;
	width: 100%;
	padding-right: 0;
}
.cms-item-image .img-src {
	background: #fafafa;
}
.cms-item-image .img-src img {
	display: block;
	width: 100%;
	margin: auto;
	background-color: #eee;
}
.cms-item-image.large .img-src img {
	max-height: 9999px;
}
.cms-item-image .caption {
	width: 95%;
	float: right;
	font-size: 1em!important;
	color: #767676;
}
/* 信息列表 */
.cms-item-msg-list {
	width: 100%;
}
.cms-item-msg-list ul {
	overflow: hidden;
	font-size: 0;
	padding: 0;
	margin-left: -3%;
	font-size: 0;
}
.cms-item-msg-list li {
	display: inline-block;
	margin-left: 3%;
	width: 17%;
	vertical-align: top;
}
@media (max-width: 767px) {
	.cms-item-msg-list li {
		width: 47%;
		float: none!important;
		display: inline-block;
		vertical-align: top;
	}

}
.cms-item-msg-list li a {
	display: block;
	width: 100%;
	height: 164px;
	cursor: default;
	background-color: #eee;
}
.cms-item-msg-list li a img {
	width: 100%;
	height: 100%;
}
.cms-item-msg-list li .caption{
	width: 100%;
	padding: 20px 0;
	background: none;
	color: #000;
}
.cms-item-msg-list li .caption p {
	word-break: break-all;
	font-size: 14px;
}


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



/*---- 视频媒体 -----*/
.cms-item-video {
    overflow: auto;
    _height: 1%;
	width: 100%;
}
.cms-item-video .video-box {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.cms-item-video img {
	position: absolute;
	width: 100%;
    height: 100%;
}
.cms-item-video .play-btn {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
	background: rgba(254, 203, 0, .7);
	text-decoration: none;
}
.cms-item-video .play-btn i {
	width: 30px;
    height: 30px;
    font-size: 30px;
}
@media (max-width: 767px) {
	.cms-item-video .play-btn {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.cms-item-video .play-btn i {
		width: 17px;
		height: 17px;
		font-size: 17px;
	}
}
.cms-item-video .play-btn:hover {
	background: rgba(254, 203, 0, .8);
}
.cms-item-video .caption {
    float: right;
}


/*---- 媒体注释 -----*/
.cms-item .caption {
	width: 95%;
	padding: 12px 15px;
	color: #767676;
	font-size: 12px;
	line-height: 1;
	text-align: left;
	background: #f2f2f2;
}
.cms-item .caption p {
	margin-bottom: 0;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.cms-item .caption {
		width: 100%;
	}
}

/*---- 图文混排（基于富文本和媒体） -----*/
.this-media-lg .cms-item-mixed {
	width: 60%;
	padding-right: 0;
}
.this-media-lg .cms-item-mixed .cms-item-text  {
	width: 100%;
	padding-right: 0;
}
@media (max-width: 767px) {
	.this-media-lg .cms-item-mixed{
		width: 100%;
		padding-right: 0;
	}
}
.cms-item-mixed:before, .cms-item-mixed:after {
	content: "";
	display: table;
	clear: both;
}
.cms-item-mixed .caption {
	width: 100%;
}
/* .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%;
}
@media (width: 768px) {
	.this-media-sm .cms-item-mixed .pull-media {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.this-media-lg .cms-item-mixed .cms-item-text {
		width: 100%;
		padding: 0;
	}
	.this-media-sm .cms-item-mixed .pull-media {
		width: 45%;
	}
	.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;width: auto; }


/*---- 链接模块 -----*/
.cms-item-links .link-wrapper {
	margin-bottom: 15px;
}
.cms-item-links .link-wrapper:last-child{
	margin-bottom: 0!important;
}
.cms-item-links .link-wrapper a {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 0;
	background: #E5E5E5;
}
.cms-item-links .link-wrapper a:after {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.cms-item-links .link-wrapper a:hover,
.cms-item-links .link-wrapper.active a {
	background: #FDCA00;
}
.cms-item-links .link-wrapper i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 20px;
}
.cms-item-links .link-wrapper i.icon-link {
	font-size: 26px;
}
.cms-item-links .link-wrapper span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-left: 6px;
	max-width: 85%;
}

@media (max-width: 767px) {
	.container-cms-page {
		width: 100%;
		max-width: none;
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

/*---- video-box -------------------------*/
#video-box {
    padding: 0 !important;
    overflow: hidden !important;
	overflow-y: hidden !important;
}
#video-box .modal-dialog {
    width: 100%;
	height: 100%!important;
    margin: 0 auto;
    text-align: center;
}
#video-box .modal-content {
    width: 100%;
    height: 100%;
    border: none;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	background-image: url(./img/sign-full.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
#video-box .modal-content iframe{
	display: inline-block!important;
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);
}
#video-box .close {
    display: block;
    position: fixed;
    width: 34px;
    height: 34px;
    right: 30px;
    top: 30px;
    font-size: 30px;
}
#video-box .close:hover {
    opacity: 1;
}
#video-box #video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: 0 !important;
}