@import url(fonts/lato/lato.css);
/* ---------------------------------------------- /*
 *  reset
/* ---------------------------------------------- */
* {
	box-sizing: border-box;
}
html.lock {
    overflow: hidden;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, iframe, fieldset, legend, label, button, input, textarea, th, td, figure {
    margin: 0;
    padding: 0
}
a, a:hover, a:visited, a:focus {
	color: inherit;
    text-decoration: none;
    outline: none;
}
ul, ol {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
input, button, select, textarea {
    outline: none
}
textarea {
    resize: none
}
button {
    background: none;
    border: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
button:active,
button:focus {
	outline: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
}
img {
	border: none;
}

body {
	padding-right: 80px;
    font-size: 14px;
    font-family: 'Lato', Helvetica, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight: 400;
    line-height: 2;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/* -------------------------------
 * 共用类
-------------------------------- */
.margin-0 { margin: 0 !important; }
.m-t-0 { margin-top: 0 !important; }
.m-l-3 { margin-left: 3px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px!important; }
.m-t-50 { margin-top: 50px!important; }
.padding-t-0 { padding-top:0 !important; }
.padding-b-0 { padding-bottom:0 !important; }
.p-l-2 { padding-left: 2px; }
.p-r-2 { padding-right: 2px; }
.w-65per { width: 65% !important; }
.w-100per { width: 100% !important; }
.w-8em { width: 8em !important; }
i.line {
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	vertical-align: middle;
	border-left: 1px solid #999;
}
.img-src {
	position: relative;
	font: 0/0;
}
.img-src img {
	max-width: 100%;
	max-height: 100%;
}
.img-middle, .img-bottom {
	font-size: 0;
	text-align: center;
}
.img-middle:after, .img-bottom:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
}
.img-middle:after, .img-middle img { vertical-align: middle; }
.img-bottom:after, .img-bottom img { vertical-align: bottom; }
.fixed { position: fixed !important; }
.cur-default { cursor: default !important; }
.nowrap { white-space: nowrap !important; }
.border-none { border: none !important; }


.left-extra:before {
	content: "";
	display: block;
	position: absolute;
	width: 5000px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 0;
}
.left-extra > * {
	position: relative;
	z-index: 10;
}
.no-link {
	cursor: default !important;
}
.inline {
	display: inline!important;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-between {
    justify-content: space-between;
}

.row.row-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.row.row-flex [class~=col-] {

}
html.lock{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media (max-width: 767px) {
	.m-b-0-xs {
		margin-bottom: 0 !important;
	}
}

/* -------------------------------
 * Bootstarp
-------------------------------- */
/*---- 全局项 ----*/
.container,
#main > .container-fluid {
	position:relative;
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
}

/* 滚动条 */
.custom-scrollbar::-webkit-scrollbar{
	width: 6px;
	height: 6px;
}
.custom-scrollbar::-webkit-scrollbar-button, .custom-scrollbar::-webkit-scrollbar-track{
	display: none;

}
.custom-scrollbar::-webkit-scrollbar-thumb{
	background: #F2F2F2;	
}
.custom-scrollbar::-webkit-scrollbar-button, .custom-scrollbar::-webkit-scrollbar-track{
	display: none;
}
.custom-scrollbar::-webkit-scrollbar-track-piece{
	background: #808080;
}

@media (min-width: 1205px) {

}
@media (min-width: 1023px) {

}


/* -------------------------------
 * 布局
-------------------------------- */
/*---- header ----*/
#header {
	position: relative;
	z-index: 400;
}
#header h1 {
	display: block;
	position: fixed;
	width: 252px;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 500;
}
#header h1 a {
	display: block;
	width: 252px;
	height: 80px;
	text-indent: -9999px;
	font-size: 0;
	background-image: url(img/logo.png);
    background-image: -webkit-image-set(url(img/logo.png) 1x, url(img/logo@2x.png) 2x);
    background-image: -moz-image-set(url(img/logo.png) 1x, url(img/logo@2x.png) 2x);
    background-image: -ms-image-set(url(img/logo.png) 1x, url(img/logo@2x.png) 2x);
}
.menu-box {
	display: block;
	position: fixed;
	top: 0;
	left: 252px;
	z-index: 400;
	-moz-transition: transform .4s ease-out;
	-webkit-transition: transform .4s ease-out;
	-ms-transition: transform .4s ease-out;
	transition: transform .4s ease-out;
}
.menu-box.out {
	-moz-transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	transform: translate(-100%,0);
}
.menu-box > .language,
.menu-box .close {
	display: none;
}
.menu-box .search-block{
	display: none;
}
.menu-box .main-menu {
	height: 80px;
	background: #fff;
}
.menu-box .main-menu > ul {
	font-size: 0;
}
.menu-box .main-menu > ul > li {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: 80px;
	text-align: center;
	vertical-align: top;
}
.menu-box .main-menu > ul > li > a {
	display: inline-block;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
@media (max-width: 1040px) and (min-width: 1025px) {
	.menu-box .main-menu > ul > li > a {
		padding: 0 10px;
	}
}
.menu-box .main-menu > ul > li > a i {
	display: none;
	position: relative;
	top: -2px;
	margin-left: 4px;
	font-size: 12px;
	vertical-align: middle;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.menu-box .main-menu > ul > li > a i.icon-minus {
	display: none;
}
/* .menu-box .main-menu > ul > li > a:hover i.icon-minus {
	display: inline-block;
} */
.menu-box .main-menu > ul > li > a:hover i.icon-plus {
	display: none;
}

@media (min-width: 1025px) {
	.menu-box .main-menu > ul > li.no-link:hover > a {
		background: #000;
		color: #fff;
	}
	.menu-box .main-menu > ul > li:hover > a {
		background: #000;
		color: #fff;
	}
}

.menu-box .main-menu .sub-menu {
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
	min-width: 177px;
	text-align: left;
	background: #000;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-moz-transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
	-webkit-transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
	-ms-transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
	transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
	-moz-transform: translate(-10px,0);
	-webkit-transform: translate(-10px,0);
	-ms-transform: translate(-10px,0);
	transform: translate(-10px,0);
}
.menu-box .main-menu > ul > li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}
@media (min-width: 1025px) {
	.menu-box.out .main-menu > ul > li:hover .sub-menu {
		opacity: 0;
		visibility: hidden;
		-moz-transition: all 0s linear;
		-webkit-transition: all 0s linear;
		-ms-transition: all 0s linear;
		transition: all 0s linear;
	}
}
@media (max-width: 1024px) {
	.menu-box .main-menu > ul > li > a i {
		display:inline-block;
	}
}
.menu-box .main-menu .sub-menu li {
	display: block;
	font-size: 14px;
	line-height: 35px;
	white-space: nowrap;
}
.sidebar {
	display: block;
	position: fixed;
	z-index: 400;
	width: 80px;
	top: 0;
	right: 0;
	background: #fff;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.sidebar .menu-toggle.active:hover{
	background: #FFF;
	color: #000;
}
.sidebar .menu-toggle.active:hover span{
	background: #000;
}
.sidebar .search.active{
	color: #B3B3B3;
}
.sidebar .search.active:hover{
	background: #FFF;
	color: #B3B3B3;
}



.sidebar.out {
	-moz-transform: translate(100%,0);
	-webkit-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	transform: translate(100%,0);
}
.sidebar button,
.sidebar a {
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	color: #000;
}
.sidebar button:hover,
.sidebar a:hover {
	background: #000;
	color: #fff;
}
.sidebar button.no-link:hover,
.sidebar a.no-link:hover {
	background: #fff;
	color: #000;
}
.sidebar .menu-toggle {
	display: none;
}
.sidebar .menu-toggle span {
	display: block;
	width: 20px;
	height: 3px;
	margin: 0 auto 3px;
	background: #000;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.sidebar .menu-toggle.disabled span,
.sidebar .menu-toggle.disabled:hover span{
	background: #B3B3B3;
}
.sidebar .menu-toggle:hover span {
	background: #fff;
}
.sidebar .menu-toggle.no-link:hover span {
	background: #000;
}
.sidebar .menu-toggle span:nth-child(1) {
	-moz-transform-origin: left top;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.sidebar .menu-toggle span:nth-child(2) {
	-moz-transform-origin: center;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
.sidebar .menu-toggle span:nth-child(3) {
	-moz-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.sidebar .menu-toggle.active span:nth-child(1) {
	-moz-transform: rotate(45deg) translate(1px,-1px);
	-webkit-transform: rotate(45deg) translate(1px,-1px);
	-ms-transform: rotate(45deg) translate(1px,-1px);
	transform: rotate(45deg) translate(1px,-1px);
}
.sidebar .menu-toggle.active span:nth-child(2) {
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.sidebar .menu-toggle.active span:nth-child(3) {
	-moz-transform: rotate(-45deg) translate(0,2px);
	-webkit-transform: rotate(-45deg) translate(0,2px);
	-ms-transform: rotate(-45deg) translate(0,2px);
	transform: rotate(-45deg) translate(0,2px);
}
.sidebar .search i {
	font-size: 26px;
	font-weight: normal;
}
.sidebar .search .icon-close {
	display: none;
}
.bottom-nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background: #f7f7f7;
    z-index: 50;
}
.bottom-nav div {
    display: table;
    width: 100%;
    padding: 3.5px 0;
    table-layout: fixed;
}
.bottom-nav div a {
    display: table-cell;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-right: 1px solid #000;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.bottom-nav div a:last-child {
    border: none;
}

#main {
	overflow: hidden;
}
/*---- footer ----*/
#footer {
	display: block;
	position: relative;
	padding: 35px 0 25px;
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden;
}

#footer .container {
	width: 100%;
}
#footer.index .container {
	max-width: 1130px!important;
}
#footer strong {
	font-weight: bold;
}

#footer .container > .row {
	margin: 0 -15px;
}

#footer .container > .row > .col-md-4,
#footer .container > .row > .col-md-8 {
	padding: 0 15px;
}

#footer .row .row {
	margin: 0 -50px;
}

#footer .row .row .col-md-6,
#footer .row .row .col-md-12 {
	padding: 0 50px;
}

#footer .row .row .col-md-12 {
	margin-top: 37px;
}

#footer .copyright {
	color: #999;
}

#footer .como {
	position: absolute;
	right:0;
	text-align: right;
	height: 100%;
	line-height: 1;
	font-size:0;
}
#footer .como:after {
	content: '';
	width: 0;
	height:100%;
	display: inline-block;
	vertical-align: bottom;
}
#footer .como span {
	display: inline-block;
	vertical-align: bottom;
	width: 85px;
	text-align: center;
	font-size: 12px;
}

#footer .como a {
	display: inline-block;
	vertical-align: bottom;
	width: 82px;
	height: 23px;
	text-indent: -9999px;
	font-size: 0;
	background-image: url(img/como.png);
    background-image: -webkit-image-set(url(img/como.png) 1x, url(img/como@2x.png) 2x);
    background-image: -moz-image-set(url(img/como.png) 1x, url(img/como@2x.png) 2x);
    background-image: -ms-image-set(url(img/como.png) 1x, url(img/como@2x.png) 2x);
}
.back-to-top {
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	right: 5px;
	bottom: 45px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 24px;
	z-index: 30;
}
/*---- main ----*/
.full-kv,
.full-slide {
	display: block;
	position: relative;
	width: 100%;
	height: 650px;
	margin-bottom: -160px;
	background: #f2f2f2;
	overflow: hidden;
}
.full-kv.no-img {
	height: 325px;
	margin-bottom: -325px;
}
.full-kv.no-img .inner {
	display: none;
}
.full-kv .inner,
.full-slide .pic {
	display: block;
	position: absolute;
	width: 5000px;
	height: 5000px;
	left: 50%;
	top: 50%;
	margin: -2500px 0 0 -2500px;
	text-align: center;
	font-size: 0;
}
.full-kv .inner:after,
.full-slide .pic:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.full-kv .inner img,
.full-slide .pic img {
	display: inline-block;
	width: 100vw;
	height: auto;
	vertical-align: middle;
}
.full-slide .btn-wrap {
	display: block;
	position: absolute;
	top: 211px;
	right: 10%;
	font-size: 0;
	z-index: 10;
}
.full-slide button {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 40px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	-moz-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	-ms-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.full-slide .swiper-swiper,
.full-slide .swiper-slide {
	position: relative;
	width: 100%;
	height: 650px;
}
.full-slide .swiper-slide {
	overflow: hidden;
}
.full-slide .pic {
	z-index: 2;
}
.full-slide .swiper-slide:before {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15));
    background: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15));
    background: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15));
	z-index: 3;
}
.full-slide .info {
	display: block;
	position: absolute;
	width: 400px;
	right: 10%;
	top: 215px;
	z-index: 5;
}
.full-slide .info small {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	-moz-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	-ms-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.full-slide .info strong {
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	-moz-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	-ms-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.full-slide .info p {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	-moz-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	-ms-text-shadow: 0 0 3px rgba(0,0,0,0.2);
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.full-slide .info a {
	display: inline-block;
	height: 40px;
	margin-top: 25px;
	padding: 0 15px;
	line-height: 40px;
	background: #89ccd3;
	color: #000;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.full-slide .info a:hover {
	color: #89ccd3;
	background: #000;
}
.full-slide .info a.no-link:hover {
	background: #89ccd3;
	color: #000;
}
.title-box-wrap {
	position: relative;
	padding-right: 25%;
	z-index: 20;
}
.title-box-wrap.no-img {
	padding-top: 80px;
	background: #f2f2f2;
}
.title-box {
	margin-top: 80px;
	background: #fff;
}
.title-box-wrap.no-img .title-box {
	margin-top: 0;
}
.title-box .title {
	display: block;
	position: relative;
	padding: 25px 0 30px;
}
.title-box .title:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.title-box .title .subtitle {
	display: block;
	position: relative;
	margin-bottom: -25px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.title-box .title .subtitle:after {
	content: "";
	display: block;
	position: absolute;
	width: 78px;
	height: 6px;
	left: 0;
	bottom: 0;
	background: #000;
}
.title-box .title .subtitle a {
	-moz-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-ms-transition: color .3s ease-out;
	transition: color .3s ease-out;
}
.title-box .title .subtitle a:hover {
	color: #d8b577;
}
.title-box .title .subtitle a.no-link:hover {
	color: #000;
}
.has-portrait .title-box .title {
	position: relative;
	padding-left: 162px;
}
.title-box .title > img {
	display: block;
	position: absolute;
	width: 142px;
	height: 142px;
	left: 0;
	top: 74px;
}
.title-box .title .pic {
	display: block;
	position: absolute;
	width: 142px;
	height: 142px;
	left: 0;
	top: 74px;
	padding: 10px;
	font-size: 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e6e6e6;
}
.title-box .pic:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.title-box .pic img {
	display: inline-block;
	float: none;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	vertical-align: middle;
}
.title-box .title h1 {
	margin-top: 50px;
	font-size: 40px;
	font-weight: bold;
	line-height: 46px;
}
.title-box .title h2 {
	margin-top: 5px;
	line-height: 30px;
	font-size: 22px;
	font-weight: bolder;
	color: #808080;
}
.title-box .title time {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.title-box .title p {
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.title-box .title p em {
	font-weight: bold;
	font-style: normal;
	color: #d8b577;
}
.title-box .title p .map {
	display: inline-block;
	margin-left: 10px;
	color: #999;
}
.title-box .title p .map:hover {
	color: #000;
}
.title-box .title p .map .i {
	display: inline-block;
	margin-right: 3px;
}
.title-box .title .tag {
	margin-top: 11px;
	font-size: 0;
}
.title-box .title .tag a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0 8px;
	font-size: 12px;
	line-height: 20px;
	background: #e6e6e6;
	color: #808080;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.title-box .title .tag a:hover {
	color: #e6e6e6;
	background: #808080;
}
.title-box .title .tag a.no-link:hover {
	background: #e6e6e6;
	color: #808080;
}
.title-box .share {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
}
.title-box-wrap.no-img .title-box .share {
	top: auto;
	bottom: 20px;
}
.title-box .title > a {
	display: block;
	position: absolute;
	width: 93%;
	height: 40px;
	left: 0;
	top: -40px;
	padding-left: 10px;
	background: #000;
	color: #fff;
	line-height: 40px;
	-moz-transition: background .3s ease-out, color .3s ease-out;
	-webkit-transition: background .3s ease-out, color .3s ease-out;
	-ms-transition: background .3s ease-out, color .3s ease-out;
	transition: background .3s ease-out, color .3s ease-out;
}
.title-box .title > a:hover {
	background: #fff;
	color: #000;
}
.title-box .title > a.no-link:hover {
	background: #000;
	color: #fff;
}
.title-box .title > a:before {
	content: "\e6fb";
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 10px;
	font-family: "i" !important;
	line-height: 40px;
	vertical-align: middle;
}
@media (min-width: 1025px) {
	.title-box,
	.filter-box {
		padding-left: calc(50vw - 535px);
		padding-right: 20px;
	}


}
.title-box.no-img .share {
	top: auto;
	bottom: 30px;
}
.title-box .share .bdsharebuttonbox {
	font-size: 0;
}
.title-box .share .bdsharebuttonbox a {
	display: inline-block;
	float: none;
	width: 40px;
	height: 40px;
	margin: 0 0 0 6px;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 24px;
	background: #fff;
	text-indent: 0;
	opacity: 1;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.title-box .share .bdsharebuttonbox a:hover {
	background: #000;
	color: #fff;
}
.title-box .share .bdsharebuttonbox a.no-link:hover {
	background: #fff;
	color: #000;
}
/*.title-box .share .bdsharebuttonbox .icon-wechat:hover {
	background: #3cb034;
}
.title-box .share .bdsharebuttonbox .icon-weibo:hover {
	background: #eb192d;
}
.title-box .share .bdsharebuttonbox .icon-douban:hover {
	background: #00ae1c;
}*/

.title-lean-more a {
    display: flex;
    align-items: center;
    line-height: 1;
}
.title-lean-more span {
    font-size: 14px;
    font-weight: bold;
}
.title-lean-more .i {
    font-size: 12px;
}


.exhibition-detail > .container {
	max-width: 1030px;
	width: 100%;
}
.exhibition-detail > .container:before,
.page-detail > .container:before,
.video-detail > .container:before,
.news-list-page > .container:before,
.news-detail > .container:before {
	content: "";
	display: block;
	position: absolute;
	width: 5000px;
	height: 100%;
	top: 0;
	right: 25%;
}
.news-list-page > .container:before {
	right: 0;
}
.exhibition-detail > .container > .row > .col-md-9 {
	position: relative;
	padding-right: 258px;
}
.exhibition-detail > .container > .row > .col-md-3 {
	padding-bottom: 5px;
	padding-top: 35px;
	padding-left: 20px;
}
.exhibition-detail .col-aside-screen .intro-box {
	margin-left: -120px;
	margin-bottom: 25px;
}
.exhibition-detail .col-aside-screen .intro-box table {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
}
.exhibition-detail .col-aside-screen .intro-box th {
	width: 120px;
	padding-right: 40px;
	padding-bottom: 6px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
.exhibition-detail .col-aside-screen .intro-box td {
	padding-bottom: 6px;
	vertical-align: top;
}
.exhibition-detail .col-aside-screen .intro-box td a {
	/* display: inline-block; */
	vertical-align: top;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	/* max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;  */
}
.exhibition-detail .col-aside-screen .intro-box td span {
	color: #808080;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.exhibition-detail .col-aside-screen .intro-box td a:hover,
.exhibition-detail .col-aside-screen .intro-box td a:hover span {
	color: #d8b577;
}
.exhibition-detail .col-aside-screen .intro-box td a.no-link:hover,
.exhibition-detail .col-aside-screen .intro-box td a.no-link:hover span {
	color: #000;
}
.exhibition-detail .col-aside-screen .intro-box .episode-box li {
	display: block;
	margin-bottom: 30px;
}
.exhibition-detail .col-aside-screen .intro-box .episode-box li > a {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-right: 75px;
	line-height: 1.2;
}
.exhibition-detail .col-aside-screen .intro-box .episode-box li.disabled > a {
	cursor: default;
}
.exhibition-detail .col-aside-screen .intro-box .episode-box li.disabled > a:hover {
	color: inherit;
}
.exhibition-detail .col-aside-screen .intro-box .episode-box .status {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	padding: 0 8px;
	line-height: 20px;
	font-size: 12px;
	background: #89ccd3;
	color: #fff;
}
.exhibition-detail .col-aside-screen .intro-box .episode-box .disabled .status {
	background: #e6e6e6;
	color: #808080;
}
.exhibition-detail .col-aside-screen .intro-box .episode-box li > a time,
.exhibition-detail .col-aside-screen .intro-box .episode-box li > a strong {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.exhibition-detail .col-aside-screen .intro-box .episode-box li span {
	color: #000;
}
.exhibition-detail .col-aside-screen .intro-box .episode-box li > a span i {
	display: inline-block;
	position: relative;
	top: -1px;
	left: -1px;
	margin-right: 4px;
	vertical-align: middle;
}
.exhibition-detail .col-aside-screen .intro-box .episode-box li p {
	font-size: 12px;
	line-height: 1.5;
	color: #808080;
}
.exhibition-detail .col-aside-screen .intro-box .episode-box button {
	display: inline-block;
    width: 132px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #000;
}
.exhibition-detail .col-aside-screen .btn-group {
	font-size: 0;
}
.exhibition-detail .col-aside-screen .btn-group .btn {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0;
	vertical-align: top;
	font-size: 12px;
	line-height: 1;
	opacity: 1;
}
.exhibition-detail .col-aside-screen .btn-group .btn i {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 8px;
	text-align: center;
	line-height: 40px;
	font-size: 19px;
	border: 1px solid #000;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.exhibition-detail .col-aside-screen .btn-group .btn:hover i {
	background: #000;
	color: #fff;
}
.exhibition-detail .col-aside-screen .btn-group .btn.no-link:hover i {
	background: #fff;
	color: #000;
}
.exhibition-detail .cms-item,
.exhibition-detail .cms-block-tit,
.event-detail .cms-item,
.event-detail .cms-block-tit,
.video-detail .cms-item,
.video-detail .cms-block-tit  {
	width: 100%;
	padding-right: 0;
}
.exhibition-detail .this-media-sm .cms-item-mixed .pull-media {
	width: 50%;
}
.section-title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.section-title-small {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
.work-gallery .pic,
.relative-exhibition .pic,
.works-list-index .item-block .pic {
	position: relative;
}
.work-gallery .pic span,
.works-list-index .item-block .pic span {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: #fafafa;
	z-index: 1;
}
.work-gallery img,
.relative-exhibition img ,
.works-list-index .item-block .pic img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.work-gallery .pic span img {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.work-gallery .pic a {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	z-index: 10;
	-moz-transition: background .3s ease-out;
	-webkit-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	transition: background .3s ease-out;
}
.relative-exhibition .info span,
.works-list-index .item-block .info span {
	display: block;
	position: absolute;
	height: 24px;
	top: -24px;
	right: 0;
	padding: 0 5px;
	background: #89ccd3;
	color: #fff;
	line-height: 24px;
	font-size: 12px;
}
.relative-exhibition .info small,
.works-list-index .item-block .info small {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #89ccd3;
}
.relative-exhibition .info a,
.works-list-index .item-block .info a{
	display: block;
}
.relative-exhibition .info strong,
.works-list-index .item-block .info strong {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.relative-exhibition .info time,
.works-list-index .item-block .info time {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #a49c85;
}
.work-gallery .pic a:hover {
	background: rgba(0,0,0,1);
}
.work-gallery .info,
.relative-exhibition .info,
.works-list-index .item-block .info {
	padding: 10px 15px;
	background: #f2f2f2;
	font-size: 12px;
	line-height: 16px;
}
.relative-exhibition .info,
.works-list-index .item-block .info {
	position: relative;
	padding: 13px 15px 32px;
	z-index: 8;
}
.work-gallery .info strong {
	display: block;
	font-weight: bold;
}
.relative-exhibition .info small {
	display: block;
	font-size: 14px;
	line-height: 16px;
}
.work-gallery button {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -49px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: rgba(0,0,0,0.3);
	z-index: 20;
	-moz-transition: background .3s ease-out;
	-webkit-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	transition: background .3s ease-out;
}
.work-gallery button:hover {
	background: rgba(0,0,0,1);
}
.work-gallery button.swiper-button-disabled:hover {
	background: rgba(0,0,0,0.3);
}
.swiper-button-disabled,
.swiper-button-disabled:hover {
	opacity: .5 !important;
	cursor: default !important;
}
.work-gallery .work-swiper-prev {
	left: 0;
}
.work-gallery .work-swiper-next {
	right: 0;
}
.col-aside-screen .work-gallery,
.col-aside-screen .relative-exhibition {
	margin-left: -160px;
	margin-bottom: 50px;
}
.col-aside-screen .work-gallery .pic,
.col-aside-screen .relative-exhibition .pic {
	padding: 0 0 6px 6px;
	overflow: hidden;
}
.col-aside-screen .relative-exhibition .pic a {
	display: block;
}
.col-aside-screen .work-gallery .pic:after,
.col-aside-screen .relative-exhibition .pic:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -6px;
	top: 6px;
	background: #c2c2c2;
	border-right: 6px solid #c2c2c2;
	box-sizing: content-box;
	z-index: 0;
}
.col-aside-screen .work-gallery .pic img,
.col-aside-screen .work-gallery .pic a,
.col-aside-screen .relative-exhibition img,
.col-aside-screen .relative-exhibition span {
	z-index: 5;
}
.col-aside-screen .work-gallery .pic a,
.col-aside-screen .relative-exhibition span {
	bottom: 6px;
}
.col-aside-screen .work-gallery .work-swiper-prev {
	left: 6px;
}
.col-aside-screen .relative-exhibition .pic span {
	right: -6px;
}
.col-aside-screen .relative-exhibition .info span {
	right: -6px;
}
.col-aside-screen .list-cover {
	display: block;
	position: relative;
	margin-bottom: 50px;
	padding: 0 0 6px 6px;
	overflow: hidden;
}
.col-aside-screen .list-cover:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -6px;
	top: 6px;
	background: #c2c2c2;
	z-index: 0;
}
.col-aside-screen .list-cover img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
}
.exhibition-detail > .container > .row > .col-md-9 .work-gallery,
#main > .container > .row > .col-md-9 .relative-exhibition {
	display: none;
	margin-bottom: 50px;
}
.publication-gallery {
	margin: 0 -15px;
}
.publication-gallery .publication-swiper {
	background: #f2f2f2;
}
.publication-gallery .publication-swiper button {
	display: block;
	position: absolute;
	width: 38px;
	height: 80px;
	margin-top: -40px;
	text-align: center;
	line-height: 80px;
	color: #000;
	z-index: 20;
	-moz-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-ms-transition: color .3s ease-out;
	transition: color .3s ease-out;
}
.publication-gallery .publication-swiper button:hover {
	color: rgba(0,0,0,0.3);
}
.publication-gallery .publication-swiper .publication-swiper-prev {
	left: 0;
}
.publication-gallery .publication-swiper .publication-swiper-next {
	right: 0;
}
.publication-gallery .pic {
	position: relative;
	margin: 20px 30px 0 30px;
	padding-top: calc(100% - 60px);
}
.publication-gallery .pic img {
	display: block;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/*-moz-box-shadow: 0 -2px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 -2px 4px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 -2px 4px rgba(0,0,0,0.4);
	box-shadow: 0 -2px 4px rgba(0,0,0,0.4);*/
}
.publication-gallery .info {
	position: relative;
	padding: 18px 15px;
	/*border-top: 1px solid #c4c4c4;*/
}
.publication-gallery .info:before {
	content: "";
	display: block;
	position: absolute;
	width: 30%;
	height: 2px;
	left: 0;
	top: -1px;
	/*background: -moz-linear-gradient(left, rgba(242,242,242,1), rgba(242,242,242,.2));
    background: -webkit-linear-gradient(left, rgba(242,242,242,1), rgba(242,242,242,.2));
    background: -ms-linear-gradient(left, rgba(242,242,242,1), rgba(242,242,242,.2));
    background: linear-gradient(left, rgba(242,242,242,1), rgba(242,242,242,.2));*/
}
.publication-gallery .info:after {
	content: "";
	display: block;
	position: absolute;
	width: 30%;
	height: 2px;
	right: 0;
	top: -1px;
	/*background: -moz-linear-gradient(left, rgba(242,242,242,.2), rgba(242,242,242,1));
    background: -webkit-linear-gradient(left, rgba(242,242,242,.2), rgba(242,242,242,1));
    background: -ms-linear-gradient(left, rgba(242,242,242,.2), rgba(242,242,242,1));
    background: linear-gradient(left, rgba(242,242,242,.2), rgba(242,242,242,1));*/
}
.publication-gallery .info strong {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.publication-gallery .info span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #999;
}
.container-cms-page {
	/*margin-bottom: 50px;*/
}
.container-cms-page .readmore {
	display: block;
	width: 30px;
	height: 30px;
	margin: 30px 0 0 0;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.container-cms-page .readmore:hover {
	color: #000;
	background: #fff;
}
.container-cms-page .readmore.no-link:hover {
	background: #000;
	color: #fff;
}
.live-gallery {
	margin-bottom: 35px;
}
.live-gallery .live-swiper {
	background: #f2f2f2;
}
.live-gallery .live-swiper .pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 66.66667%;
	background: #fafafa;
}
.live-gallery .live-swiper .pic span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 0;
	text-align: center;
}
.live-gallery .live-swiper .pic span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.live-gallery .live-swiper .pic span img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	cursor: pointer;
}
.live-gallery .live-swiper .pic a {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    z-index: 5;
    -moz-transition: background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.live-gallery .live-swiper .pic a:hover {
	background: rgba(0,0,0,1);
}
.live-gallery .live-swiper .info {
	position: relative;
	height: 36px;
	padding: 10px 80px 10px 15px;
	background: #f2f2f2;
	font-size: 12px;
	line-height: 16px;
}
.live-gallery .live-swiper .info span {
	display: block;
	position: absolute;
	top: 13px;
	right: 15px;
	color: #7c7b7b;
}
.live-gallery .live-swiper button {
	display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -57px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    z-index: 20;
    -moz-transition: background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.live-gallery .live-swiper button:hover {
	background: rgba(0,0,0,1);
}
.live-gallery .live-swiper button.swiper-button-disabled:hover {
	background: rgba(0,0,0,0.3);
}
.live-gallery .live-swiper .live-swiper-prev {
	left: 0;
}
.live-gallery .live-swiper .live-swiper-next {
	right: 0;
}
.live-gallery .live-swiper .swiper-pagination {
	display: block;
	position: absolute;
	width: auto;
	bottom: 40px;
	right: 15px;
	left: auto;
	color: #7c7b7b;
	font-size: 12px;
	z-index: 10;
}
.relative-list {
	position: relative;
	margin-bottom: 35px;
	padding-top: 41px;
}
.relative-list .section-title {
	margin-bottom: 23px;
}
.relative-list:before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 6px;
	top: 0;
	left: 0;
	background: #000;
}
.relative-list li {
	display: block;
	margin-bottom: 22px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.relative-list li a {
	display: block;
	line-height: 20px;
}
.relative-list li a.no-link:hover {
	color: #000!important;
}
.relative-event {
	position: relative;
	margin: 0 0 0 -50px;
	padding: 48px 50px 15px;
}
.relative-event .section-title {
	margin-bottom: 35px;
}
.relative-event button {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}
.event-swiper-prev {
	right: 73px;
}
.event-swiper-next {
	right: 33px;
}
.relative-event .row {
	margin: 0 -15px;
	font-size: 0;
}
.relative-event li {
	display: inline-block;
	float: none;
	margin-bottom: 35px;
	padding: 0 15px;
	vertical-align: top;
	font-weight: bold;
	line-height: 20px;
}
.relative-event li span,
.relative-event li time {
	display: block;
	font-size: 14px;
}
.theme-green .relative-event li a:not(.no-link):hover span {
	color: #000;
}
.relative-event li strong {
	display: block;
	font-size: 16px;
}
.relative-event li span,
.relative-event li strong {
	-moz-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-ms-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

.theme-green .title-box .title time {
	color: #d8b577;
}
.theme-buff .title-box .title time {
	color: #8bb1c2;
}
.exhibition-detail.theme-green > .container:before,
.page-detail.theme-green > .container:before,
.news-list-page.theme-green > .container:before,
.news-detail.theme-green > .container:before,
.video-detail.theme-green > .container:before {
	background: #89ccd3;
}
.exhibition-detail.theme-buff > .container:before,
.page-detail.theme-buff > .container:before,
.news-list-page.theme-buff > .container:before,
.news-detail.theme-buff > .container:before,
.video-detail.theme-buff > .container:before,
.goods-detail.theme-buff .col-bg-green:after {
	background: #dbd7ce;
}
.theme-green .relative-list .section-title,
.theme-green .relative-list span {
	color: #fff;
}
.theme-buff .relative-list span {
	color: #a49c85;
}
.theme-green .relative-event {
	background: #f2ecd8;
}
.theme-buff .relative-event {
	background: #8bb1c2;
}
.theme-green .relative-event li span {
	color: #a49c85;
}
.theme-buff .relative-event li span,
.theme-buff .relative-event li a:not(.no-link):hover strong {
	color: #fff;
}
.list-wrap {
	margin-bottom: -50px;
}
.relative-list.exhibition li {
	display: block;
	margin-bottom: 25px;
	font-size: 0;
	white-space: nowrap;
}
.relative-list.exhibition li > a {
	display: inline-block;
	width: 142px;
	margin-right: 30px;
	vertical-align: top;
}
.relative-list.exhibition li > a img {
	display: block;
	width: 100%;
	height: auto;
}
.relative-list.exhibition li .info {
	display: inline-block;
	width: calc(100% - 172px);
	vertical-align: top;
	white-space: normal;
}
.relative-list.exhibition li .info small {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}
.relative-list.exhibition li .info strong {
	display: block;
	margin-bottom: 3px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.relative-list.exhibition li .info small,
.relative-list.exhibition li .info strong {
	color: #000;
	-moz-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-ms-transition: color .3s ease-out;
	transition: color .3s ease-out;
}
.relative-list.exhibition li .info small:hover,
.relative-list.exhibition li .info strong:hover a {
	color: #fff;
}
.relative-list.exhibition li .info small.no-link:hover,
.relative-list.exhibition li .info strong.no-link:hover,
.relative-list.exhibition li .info small.no-link:hover>a,
.relative-list.exhibition li .info strong.no-link:hover>a {
	color: #000;
}
.relative-list.exhibition li .info time {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #fff;
}
.relative-list.exhibition li .info time span {
	display: block;
	font-size: 16px;
}
.relative-list.exhibition li .info > span {
    display: inline-block;
    margin: 0 5px 5px 0;
}
.relative-list.exhibition li .info > span a {
    display: block;
    padding: 0 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    background: #f2f2f2;
    color: #808080;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.relative-list.exhibition li .info > span a:hover {
	background: #808080;
    color: #f2f2f2;
}
.relative-list.exhibition li .info > span a.no-link:hover {
	background: #f2f2f2;
    color: #808080;
}
.relative-artist li a {
	display: inline;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.relative-artist li a:not(.no-link):hover {
    color: #d8b577;
}
@media (max-width: 825px) {
	.list-wrap {
		width: 700px;
	}
}
.cover-item-list {
	margin-bottom: 50px;
	/*padding: 0 30px;*/
}
@media (max-width: 800px) {
	.cover-item-list {
		margin: 0 0 50px -20px;
		padding: 0 20px;
		overflow: hidden;
	}
}
.cover-item-list h3 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}
.cover-item-list.exhibition h3 {
	margin-bottom: 50px;
}
.cover-item-list .row {
	margin: 0 -30px;
	font-size: 0;
	line-height: 0;
}
.cover-item-list li {
	display: inline-block;
	position: relative;
	float: none;
	height: 200px;
	margin: 0;
	padding: 0 30px 60px;
	background: #89ccd3;
	vertical-align: top;
}
.cover-item-list li.buff {
	background: #dbd7ce;
}
.cover-item-list.exhibition li {
	min-height: 314px;
}
.cover-item-list li.odd:before {
	content: "";
	display: block;
	position: absolute;
	width: 5000px;
	height: 100%;
	right: 0;
	top: 0;
	background: #89ccd3;
	z-index: 0;
}
.cover-item-list li.odd.buff:before{
	background: #dbd7ce;
}
@media (max-width: 992px) {
	.cover-item-list li:before {
		content: "";
		display: block;
		position: absolute;
		width: 5000px;
		height: 100%;
		right: 0;
		top: 0;
		background: #89ccd3;
		z-index: 0;
	}
	.cover-item-list li.buff:before {
		background: #dbd7ce;
	}
    .cover-item-list li.odd.buff:before {
        z-index: 1;
    }
}
.cover-item-list li section {
	display: block;
	position: relative;
	z-index: 10;
}
.cover-item-list li section {
    *zoom: 1
}
.cover-item-list li section:after {
    clear: both;
    content: "\20";
    height: 0;
    display: block
}
.cover-item-list li img {
	display: block;
	position: relative;
	float: left;
	width: 228px;
	height: auto;
	top: -20px;
	margin-right: 30px;
}
.cover-item-list li .info {
	padding: 20px 30px 0 0;
	font-size: 0;
}
.cover-item-list li .info small {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}
.cover-item-list li .info small a:after {
	content: '\e6fc';
	display: inline-block;
	position: relative;
	top: 0.5px;
	margin-left: 4px;
	font-family: 'i' !important;
	vertical-align: top;
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.cover-item-list li .info small a.no-link:after {
	display: none;
}
.cover-item-list li .info strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.cover-item-list li .info time {
	display: block;
	margin-top: 7px;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}
.cover-item-list li .info time span {
	display: block;
	margin: 0 0 4px 0;
	font-size: 16px;
}
.cover-item-list li .info span {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.cover-item-list li .info span a {
	display: block;
	padding: 0 8px;
	font-size: 12px;
	line-height: 20px;
	background: #f2f2f2;
	color: #808080;
}
.cover-item-list li .info a {
	-moz-transition: color .3s ease-out, background .3s ease-out;
	-webkit-transition: color .3s ease-out, background .3s ease-out;
	-ms-transition: color .3s ease-out, background .3s ease-out;
	transition: color .3s ease-out, background .3s ease-out;
}
.cover-item-list li .info span a:hover {
	background: #808080;
	color: #f2f2f2;
}
.cover-item-list li .info span a.no-link:hover {
	background: #f2f2f2;
	color: #808080;
}
.cover-item-list li .info small a:hover,
.cover-item-list li .info strong a:hover {
	color: #fff;
}
.cover-item-list li .info small a.no-link:hover,
.cover-item-list li .info strong a.no-link:hover {
	color: #000;
}
.cover-item-pagination {
	display: block;
	position: absolute;
	right: -60px;
	bottom: 60px;
}
.cover-item-pagination a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	background: rgba(0,0,0,0.1);
	-moz-transition: background .3s ease-out;
	-webkit-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	transition: background .3s ease-out;
}
.cover-item-pagination a:not(.no-link):hover {
	background: rgba(0,0,0,1);
}
.cover-item-pagination p {
	display: block;
	width: 40px;
	padding: 15px 0;
	text-align: center;
}
.cover-item-pagination p span {
	display: block;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1;
}
.cover-item-pagination p span:first-child {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.cover-item-pagination p span:first-child:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 1px;
	left: 14px;
	bottom: 0;
	background: #000;
}
.list-loading-box {
	display: block;
	margin-top: -20px;
	padding-bottom: 100px;
	text-align: center;
}
.list-loading-box img {
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto;
}
.list-no-result {
	position: relative;
	min-height: 360px;
	padding: 30px 10px;
	font-size: 14px;
	line-height: 1;
	color: #808080;
}
.list-no-result p {
	position: relative;
	z-index: 10;
}
.list-no-result:after {
	content: "";
	display: block;
	position: absolute;
	width: 5000px;
	height: 100%;
	top: 0;
	right: 0;
	background: #89ccd3;
	z-index: 0;
}
.list-no-result.no-background:after {
    display: none;
}
.cover-item-list.video h3 {
    margin-top: 25px;
    margin-bottom: 50px;
}
.cover-item-list.video .title-lean-more {
    margin-top: 25px;
    margin-bottom: 50px;
}
.cover-item-list.video li {
    height: auto;
}
.cover-item-list.video .cover,
.cover-video-list .cover {
    display: block;
    width: 100%;
    position: relative;
    margin-top: -20px;
}
.cover-item-list.video .cover::before,
.cover-video-list .cover::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}
.cover-item-list.video .cover::after,
.cover-video-list .cover::after {
    position: absolute;
    font-family: 'i';
    font-size: 16px;
    content: "\e701";
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFF;
    background: rgba(0, 0, 0, .4);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.cover-item-list.video .cover img,
.cover-video-list .cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cover-video-list .cover::after {
    width: 40px;
    height: 40px;
    transition: background .2s ease-out;
}
.cover-video-list .info {
    padding: 15px 0 20px 0;
}
.cover-video-list .info h3 {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
}
.cover-video-list .info label {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    color: #808080;
    background: #F2F2F2;
}
.cover-video-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.cover-video-item::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background: #89CCD3;
    opacity: 0;
    transition: opacity .2s ease-out;
}
.cover-video-item.buff::before {
    background: #DBD7CE;
}
.cover-video-item:hover::before {
    opacity: 1;
}
.cover-video-item:hover .cover::after {
    background: #000;
}
.cover-video-list .year-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}
.txp_tipbar {
    display: none;
}
.video-larger-item {
    width: 75%;
    margin-top: 35px;
    margin-bottom: 50px;
    padding-right: 85px;
}
.video-larger-item .video-wrap {
    position: relative;
}
.video-larger-item .video-wrap::after {
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 56.25%;
}
.cover-video-list.on-relative {
    margin-top: 43px;
    margin-bottom: -30px;
}
.cover-video-list.on-relative .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.cover-video-list.on-relative li {
    margin-bottom: 0;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.cover-video-list.on-relative .info {
    padding-bottom: 0;
}
@media (min-width: 1025px) {
    .video-larger-item.tencent .video-wrap::after {
        padding-bottom: calc(56.25% + 50px);
    }
    .video-larger-item.bilibili .video-wrap::after {
        padding-bottom: calc(56.25% + 68px);
    }
}

.video-larger-item .video-wrap iframe, .video-larger-item .video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-larger-item .info {
    margin-top: 35px;
}
@media (max-width: 991px) {
    .cover-item-list.video li {
        padding: 0 30px 50px;
    }
    .video-larger-item {
        width: 81%;
        padding-right: 60px;
    }
}
@media (max-width: 767px) {
	.list-no-result {
		margin: 0 -15px;
	}
    .cover-item-list.video h3,
    .cover-item-list.video .title-lean-more {
        margin-bottom: 40px;
    }
    .cover-item-list.video li {
        padding: 0 30px 50px;
    }
    .cover-video-list .col-xs-6 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .video-larger-item {
        width: 100%;
        padding-right: 0;
    }
}
.shadow-block-list {
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	.shadow-block-list,
	.cover-item-list {
		padding: 0 0 0 5px;
	}
}
.shadow-block-list h3 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}

.shadow-block-list .row {
	margin: 0 -15px;
	font-size: 0;
}

.shadow-block-list li {
	display: inline-block;
	float: none;
	position: relative;
	margin-bottom: 45px;
	padding: 0 15px;
	vertical-align: top;
}
.shadow-block-list li a {
	display: block;
	position: relative;
}
.shadow-block-list li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -12px;
	top: 12px;
	background: #89ccd3;
	z-index: 1;
	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;
}
.shadow-block-list li.buff a:after {
	background: #DBD7CE;
}
.shadow-block-list li a:hover:after {
	opacity: 1;
}
.shadow-block-list li .pic {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	background: #f2f2f2;
	z-index: 2;
}
.shadow-block-list.goods li .pic {
	background: none;
}
.shadow-block-list li .pic span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 24px;
	text-align: center;
}
.shadow-block-list.goods li .pic span {
	padding: 0;
}
.shadow-block-list li .pic span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.shadow-block-list img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.shadow-block-list .info {
	position: relative;
	padding: 15px 18px 5px 0;
	font-size: 14px;
	line-height: 16px;
	z-index: 2;
}
.shadow-block-list .info strong {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}
@media (max-width: 767px) {
	.shadow-block-list .row {
		margin: 0 -8px;
	}
	.shadow-block-list li {
		margin-bottom: 30px;
		padding: 0 8px;
	}
	.shadow-block-list li a:after {
		left: -8px;
	}
	.shadow-block-list .info {
		margin-bottom: 3px;
		padding-top: 12px;
		font-size: 15px;
		line-height: 18px;
	}
}
.tab-overflow.news-tab {
	margin-bottom: 50px;
}
.tab-overflow.news-tab li a {
	padding-bottom: 5px;
	border-bottom: 1px solid #b3b3b3;
}
.tab-overflow.news-tab li.active a {
	padding-bottom: 0;
}
.news-list {
	position: relative;
	padding: 0;
}
.news-list .row {
	margin: 0 -60px;
	font-size: 0;
}
.news-list .row > div {
	display: inline-block;
	position: relative;
	float: none;
	height: 180px;
	padding: 30px 60px;
	vertical-align: top;
	box-sizing: border-box;
}
.news-list .row > div.odd {
	position: relative;
	z-index: 2;
}
.news-list .row > div.buff:after {
	content: "";
	display: block;
	position: absolute;
	width: 100.5%;
	height: 100%;
	top: 0;
	right: 45px;
	border-left: 45px solid #89ccd3;
	background: #dbd7ce;
}
.news-list .row > div.odd:before {
	content: "";
	display: block;
	position: absolute;
	width: 5000px;
	height: 100%;
	right: 0;
	top: 0;
	background: #89ccd3;
	z-index: 0;
}
.news-list .row > div.odd:after {
	display: none;
}
.news-list .row > div.odd.buff:before{
	background: #dbd7ce;
}
.news-list .inner {
	position: relative;
	padding-right: 30px;
	z-index: 10;
}
.news-list strong {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
}
.news-list strong a {
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.news-list strong a:not(.no-link):hover {
	color: #fff;
}
.news-list span {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
}
.news-list p {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}
.news-list .link {
	margin-top: 28px;
	font-size: 0;
}
.news-list .link a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 8px;
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
.news-list .link a span {
	display: inline-block;
	height: 20px;
	margin-right: 6px;
	padding: 0 8px;
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	background: #f2f2f2;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.news-list .link a:hover span {
	color: #f2f2f2;
	background: #808080;
}
.news-list .link a.no-link:hover span {
	color: #808080;
	background: #f2f2f2;
}
.news-list .link a span i {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 2px;
	vertical-align: middle;
	-moz-transform: scale(0.84);
	-webkit-transform: scale(0.84);
	-ms-transform: scale(0.84);
	transform: scale(0.84);
}
@media (max-width: 767px) {
	.tab-overflow.news-tab {
		margin-bottom: 30px;
	}
	.news-list .row {
		margin: 0 -15px;
	}
	.news-list .row > div {
		width: 100%;
		height: auto;
		padding: 20px 30px 30px 15px;
	}
	.news-list .row > div:before,
	.news-list .row > div:after,
	.news-list .row > div.odd:before,
	.news-list .row > div.odd:after {
		display: none;
	}
	.news-list .row > div.buff {
		background: #dbd7ce;
	}
	.news-list .inner {
		padding-right: 0;
	}
	.news-list strong {
		margin-bottom: 3px;
		font-size: 15px;
		line-height: 19px;
	}
	.news-list span {
		font-size: 13px;
		line-height: 19px;
	}
	.news-list p {
		margin-top: 20px;
	}
	.news-list .link {
		margin-top: 24px;
	}
}
.news-detail > .container > .row > .col-md-9,
.goods-detail > .container > .row > .col-md-9 {
	padding-right: 85px;
}
.news-detail .cms-item,
.news-detail .cms-block-tit,
.goods-detail .cms-item,
.goods-detail .cms-block-tit {
	width: 100%;
	padding-right: 0;
}
.news-detail .this-media-sm .cms-item-mixed .pull-media,
.goods-detail .this-media-sm .cms-item-mixed .pull-media {
	width: 50%;
}
.news-detail .this-media-lg .cms-item-mixed .cms-item-text,
.goods-detail .this-media-lg .cms-item-mixed .cms-item-text {
	width: 100%;
	padding-right: 0;
}
.row-aside-screen .relative-list:before {
	display: none;
}
.news-detail .row-aside-screen .relative-list .section-title,
.news-detail .row-aside-screen .relative-list span {
	color: #d8b577;
}
@media (max-width: 768px) {
	.goods-detail .col-content-layout .row {
		margin: 0 !important;
	}
}
@media (max-width: 767px) {
	.news-detail > .container > .row > .col-md-9,
	.goods-detail > .container > .row > .col-md-9 {
		padding-right: 15px;
	}
	.news-detail > .container:before,
	.goods-detail > .container:before {
		right: 0;
	}
	.news-detail .row-aside-screen .relative-list .section-title,
	.news-detail .row-aside-screen .relative-list span {
		color: #fff;
	}
	.row-aside-screen .relative-list:before {
		display: block
	}
}
.work-list-page .list-no-result:after {
	display: none;
}
.work-block-list {
	padding: 0 5px;
}
.work-block-list h3 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.work-block-list .block {
	margin-bottom: 42px;
}
.work-block-list .block a {
	display: block;
	position: relative;
}
.work-block-list .block a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -12px;
	top: 12px;
	background: #89ccd3;
	opacity: 0;
	z-index: 1;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.work-block-list .block a:hover:after {
	opacity: 1;
}
.work-block-list .block.buff a:after {
	background: #dbd7ce;
}
.work-block-list .pic {
	position: relative;
	z-index: 2;
}
.work-block-list img {
	display: block;
	width: 100%;
	height: auto;
}
.work-block-list .block .info {
	position: relative;
	padding: 12px 10px 10px 0;
	font-size: 14px;
	line-height: 16px;
	z-index: 2;
}
.work-block-list .block .info strong {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}
.work-block-list .block .info span {
	display: block;
}

@media (max-width: 767px) {
	.work-block-list {
		padding: 0;
	}
	.work-block-list .row {
		margin: 0 -8px;
	}
	.work-block-list .block {
		width: 49.9%;
		padding: 0 8px;
	}
}
.info-table {
	margin-bottom: 40px;
}
.info-table table {
	font-size: 14px;
}
.info-table th {
	width: auto;
	padding-right: 25px;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}
.info-table td {
	vertical-align: top;
}
.info-table td span,
.info-table td a {
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
	color: #000 !important;
}
.info-table td a:hover {
	color: #fff !important;
}
/* -------------------------------
 * popup
-------------------------------- */
#share-box .inner {
	position: absolute;
	width: calc(100vw - 30px);
	height: 335px;
	top: 50%;
	left: 15px;
	margin-top: -167px;
	padding: 90px 20px 0 20px;
	background: #fff;
	box-sizing: border-box;
}
#share-box .inner .pop-close {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
}
#share-box h4 {
	display: block;
	height: 50px;
	margin-bottom: 5px;
	background: #f2f2f2;
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	font-weight: bold;
}
.exhibition-detail .share-toggle {
	right: 0;
	bottom: -40px;
}
.exhibition-detail .no-img .share-toggle {
	bottom: 0;
}
#share-box .bdsharebuttonbox {
	overflow: visible !important;
}
#share-box .bdsharebuttonbox a {
	display: block;
	position: relative;
	width: 100%;
	float: none;
	height: 50px;
	margin: 0 0 5px 0;
	line-height: 50px;
	background: #f2f2f2;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif !important;
	text-indent: 0;
	opacity: 1;
	overflow: visible !important;
}
#share-box .bdsharebuttonbox a:before {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	text-align: center;
	font-size: 24px;
	font-family: 'i' !important;
	font-weight: normal;
	vertical-align: middle;
}
#share-box .bdsharebuttonbox a:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 40px;
	left: 50px;
	top: 5px;
	background: #000;
}
.modal-backdrop.in {
	opacity: .7;
}
.artist-detail.has-portrait .container-cms-page {
	padding-top: 70px;
}
.artist-detail.has-portrait > .container > .row > .col-md-3:nth-child(2) {
	padding-top: 70px;
}
#download-code .inner {
    display: block;
    position: fixed;
    width: 605px;
    height: 196px;
    left: 50%;
    top: 50%;
    margin: -98px 0 0 -302px;
    padding: 40px 30px;
    background: #f4f4f4;
}
#download-code .inner .pop-close {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    right: 20px;
    top: 30px;
    padding: 0;
    text-align: center;
    color: #000;
    line-height: 38px;
    font-size: 20px;
    border: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
#download-code h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
#download-code label {
    display: block;
    position: relative;
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    padding-right: 120px;
    background: #fff;
}
#download-code label input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #adadad;
    background: none;
    outline: none;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
#download-code label button {
    display: block;
    position: absolute;
    width: 120px;
    height: 44px;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #231f20;
    outline: none;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
#download-code p {
    font-size: 14px;
    line-height: 1;
    color: #adadad;
}
@media (max-width: 767px) {
    #download-code .inner {
        width: calc(100vw - 30px);
        height: 176px;
        left: 0;
        margin: -88px 15px 0 15px;
        padding: 20px;
    }
    #download-code label {
        padding-right: 40px;
    }
    #download-code label input {
        font-size: 13px;
    }
    #download-code label button {
        width: 70px;
        padding: 0;
        font-size: 13px;
    }
    #download-code p {
        font-size: 12px;
    }
}
/* -------------------------------
* filter-box
------------------------------- */
.filter-box {
	width: 75%;
	margin: 0 0 50px 0;
}
.filter-box > .row {
	margin: 0 -5px;
}
.filter-box > .row > div {
	margin-bottom: 10px;
	padding: 0 5px;
}
.filter-box .checkbox {
	display: block;
	position: relative;
	height: 40px;
	margin: 0;
	padding: 0 13px;
	font-weight: normal;
	line-height: 40px;
	border: 1px solid #000;
	cursor: pointer;
}
.filter-box .checkbox input {
	display: none;
}
.filter-box .checkbox i {
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	right: 13px;
	top: 12px;
	border: 1px solid #000;
	box-sizing: border-box;
}
.filter-box .checkbox i:after {
	content: "";
	display: none;
	position: absolute;
	width: 7px;
	height: 7px;
	left: 3px;
	top: 3px;
	background: #000;
}
.filter-box .checkbox input:checked + i:after {
	display: block;
}
.filter-box .pure-btn {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #89ccd3;
	color: #000;
	font-size: 14px;
	text-align: center;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.filter-box .pure-btn:hover {
	color: #89ccd3;
	background: #000;
}
.filter-box .pure-btn.no-link:hover {
	background: #89ccd3;
	color: #000;
}
/* -------------------------------
* bootstrap-select
------------------------------- */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 100%;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 90%;
  text-align: left;
  text-overflow: ellipsis;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-toggle {
	height: 40px;
	border: 1px solid #000;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.bootstrap-select.btn-group.open .dropdown-toggle,
.bootstrap-select.btn-group .dropdown-toggle:focus,
.bootstrap-select.btn-group .dropdown-toggle:not(.no-link):hover {
	font-size: 14px;
	background: #000;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  padding: 2px 0;
  background: #000;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: #000;
  color: #b3b3b3;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 3px 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu>li>a:focus {
	background: #000;
}
.bootstrap-select.btn-group .dropdown-menu>li>a:not(.no-link):hover {
	color: #89ccd3;
	background: #000;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
/*.bootstrap-select.btn-group .dropdown-menu li.selected a span.text {
	color: #89ccd3;
}*/
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	top: 50%;
	right: 0;
	width:39px;
	height:39px;
	margin-top: -19px;
	line-height: 39px;
	border: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 2px;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -6px;
	background: #000;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 12px;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -1px;
	background: #000;
	-moz-transition: transform .3s ease-out;
	-webkit-transition: transform .3s ease-out;
	-ms-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	-moz-transform-origin: center;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
.bootstrap-select.btn-group.open .dropdown-toggle .caret:before,
.bootstrap-select.btn-group.open .dropdown-toggle .caret:after,
.bootstrap-select.btn-group .dropdown-toggle:not(.no-link):hover .caret:before,
.bootstrap-select.btn-group .dropdown-toggle:not(.no-link):hover .caret:after,
.bootstrap-select.btn-group .dropdown-toggle:focus .caret:before,
.bootstrap-select.btn-group .dropdown-toggle:focus .caret:after {
	background: #fff;
}
.bootstrap-select.btn-group.open .dropdown-toggle .caret:after {
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	/*-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);*/
}
/*.bootstrap-select.btn-group .dropdown-toggle .caret:before {
	content: '\e6fd';
	font-family:"i" !important;
	font-size: 14px;
	font-style:normal;
}
.bootstrap-select.btn-group.open .dropdown-toggle .caret:before {
	content: '\e705';
}*/
@media (max-width: 767px) {
	.bootstrap-select .dropdown-menu { display:none !important; }
	.bootstrap-select > select {
		left: 0 !important;
		width: 100% !important;
		z-index: 2 !important;
	}
}

/*多个tabs*/
.tab-overflow {position:relative; overflow:hidden}
.tab-overflow .nav.nav-tabs {overflow:hidden; display:table; margin:0; border-radius:0}
.tab-overflow .nav.nav-tabs>li,.tab-overflow.nav.nav-tabs>li {display:table-cell; float:none}
.tab-overflow .next-button,.tab-overflow .prev-button {position:absolute; right:0; top:0; z-index:10; display:none!important; opacity:0; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; transition:all .2s linear}
.tab-overflow .prev-button {left:0; right:auto}
.tab-overflow .next-button a,.tab-overflow .prev-button a {margin:0; padding:0 8px!important;}
.tab-overflow .next-button a .i,.tab-overflow .prev-button a .i {font-size:16px}
.tab-overflow .prev-button>a {border-radius:0}
.tab-overflow.overflow-right .next-button,.tab-overflow.overflow-left .prev-button {display:block!important; opacity:1; background:none}
.tab-overflow.nowrap .nav.nav-tabs {white-space:nowrap}
.tab-overflow.nowrap .nav-tabs-cms>li>a>span {max-width:9999px}
/*tabs-cms折叠*/
.cms-page .tab-overflow li {background:none}
.cms-page .tab-overflow .next-button a,.cms-page .tab-overflow .prev-button a {margin:0; padding:0 8px !important}
.nav-tabs-cms {border:none; background:none}
.nav-tabs-cms>li {margin-bottom:0}
.nav-tabs-cms>li>a,.nav-tabs-cms>li>a:hover {background: none;}
.nav-tabs-cms>li>a {border-radius:0; border:none; margin-right:5px; font-weight:bold; color:#808080; padding:0 25px; line-height:46px}
.nav-tabs-cms>li>a:not(.no-link)hover {color:#000}
.tab-overflow .nav-tabs-cms>li:nth-last-child(2)>a {margin-right:0}
.nav-tabs-cms>li>a>span {display:inline-block; line-height:1.1; vertical-align:middle; min-width:3em; max-width:140px; text-align:center}
.nav-tabs-cms>li.active>a,.nav-tabs-cms>li.active>a:focus,.nav-tabs-cms>li.active>a:hover {border: solid #000; border-width: 0 0 6px 0; color: #000;}
.nav-tabs-cms .next-button,.nav-tabs-cms .prev-button {}
.nav-tabs-cms .next-button a,.tab-overflow .prev-button a {margin:0; background:#fff!important; padding:0 8px !important;}
.nav-tabs-cms .next-button a .i,.nav-tabs-cms .prev-button a .i {font-size:12px}
.tab-content-cms {padding:0; border-radius:0; background:none; margin-bottom:0}
.tab-content-cms>.tab-pane {/*padding:10px 20px; background:#e9e9e9*/}
.tab-content-cms>.tab-pane .cms-video,.tab-content-cms>.tab-pane .cms-gallery,.tab-content-cms>.tab-pane .cms-contact {padding:0; background:none}
.tab-content-cms>.tab-pane .cms-contact {border-bottom:#eee 1px solid; padding-bottom:15px; margin-bottom:15px}
.tab-content-cms>.tab-pane .cms-contact:last-child {padding-bottom:0; border-bottom:none}
/*.tab-content-cms>.tab-pane .table-striped>tbody>tr>td {background:#fff; border-bottom:#e9e9e9 1px solid}*/
@media screen and (max-width: 767px) {
/*.nav-tabs-cms>li>a {font-size:13px; line-height:40px}
.tab-content-cms>.tab-pane {padding:5px 15px}
.tab-content-cms>.tab-pane .cms-contact {padding-bottom:0; border-bottom:none}
.tab-content-cms>.tab-pane .cms-contact+.cms-contact {padding-top:15px}*/
}


/* -------------------------------
 * popUp
-------------------------------- */
#full-gallery-box iframe {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
}
#full-gallery-box .pop-close,
.gallery-box .pop-close {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	text-align: center;
	line-height: 80px;
	color: #fff;
	z-index: 20;
	-moz-transition: background .3s ease-out;
	-webkit-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	transition: background .3s ease-out;
}
#full-gallery-box .pop-close:not(.no-link):hover {
	background: #000;
}
.full-loading-box {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	font-size: 0;
	line-height: 0;
	text-align: center;
	z-index: 8000;
}
.full-loading-box:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.full-loading-box img {
	display: inline-block;
	vertical-align: middle;
}
.gallery-wrap {
	display: block;
	position: relative;
}
.gallery-wrap .filter {
	display: block;
	position: fixed;
	width: 160px;
	height: 80px;
	top: 0;
	right: 240px;
	z-index: 20;
}
.gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle {
	height: 80px;
	background: #000;
	color: #fff;
	padding-left: 25px;
	padding-right: 12px;
}
.gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: center;
}
.gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle .caret {
	left: 0;
	right: auto;
}
.gallery-wrap .filter .bootstrap-select.btn-group .dropdown-menu li {
	text-align: center;
}
.gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle .caret:before,
.gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle .caret:after {
	background: #fff;
}
.gallery-wrap .full-gallery-swiper {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
.gallery-wrap .full-gallery-swiper {
	width: 100vw;
	height: 100vh;
}
.full-gallery-swiper-prev,
.full-gallery-swiper-next {
	display: block;
	position: fixed;
	width: 80px;
	height: 80px;
	top: 0;
	font-size: 18px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	background: rgba(0,0,0,0.3);
	z-index: 15;
	-moz-transition: background .3s ease-out, visibility .3s ease-out, opacity .3s ease-out;
	-webkit-transition: background .3s ease-out, visibility .3s ease-out, opacity .3s ease-out;
	-ms-transition: background .3s ease-out, visibility .3s ease-out, opacity .3s ease-out;
	transition: background .3s ease-out, visibility .3s ease-out, opacity .3s ease-out;
}
.full-gallery-swiper-prev:not(.no-link):hover,
.full-gallery-swiper-next:not(.no-link):hover {
	background: rgba(0,0,0,1);
}
.full-gallery-swiper-prev.swiper-button-disabled:not(.no-link):hover,
.full-gallery-swiper-next.swiper-button-disabled:not(.no-link):hover {
	background: rgba(0,0,0,0.3);
}
.full-gallery-swiper-prev {
	right: 160px
}
.full-gallery-swiper-next {
	right: 80px;
}
.gallery-wrap .full-gallery-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}
.gallery-wrap .full-gallery-swiper .swiper-slide {
	width: 100vw;
	height: 100vh;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info {
	position: absolute;
	width: 367px;
	height: 100%;
	top: 0;
	left: 0;
	padding: 80px 50px 20px;
	background: #fff;
	font-size: 0;
}
@media (min-width: 769px) {
	.gallery-wrap .full-gallery-swiper .swiper-slide .info {
		-moz-transform: translateY(0) !important;
		-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: bottom;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .swiper-pagination-fraction{
	bottom: 20px!important;
	width: 367px;
	padding: 0 50px;
	font-style: normal;
	text-align: left;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner {
	display: inline-block;
	max-height: calc(100vh - 100px);
	min-width: 100%;
	margin-bottom: 38px;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner::-webkit-scrollbar {
    width: 4px;
    background: #fff;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner::-webkit-scrollbar-thumb {
    background: #f2f2f2;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner::-webkit-scrollbar-thumb:not(.no-link):hover {
    background: #f2f2f2;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner::-webkit-scrollbar-thumb:active {
    background: #f2f2f2;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info h4 {
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info strong {
	display: block;
	font-weight: normal;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info span {
	display: block;
	color: #808080;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info hr {
	display: block;
	width: 40px;
	height: 1px;
	margin: 18px 0;
	background: #b3b3b3;
	border: none;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .audio {
	margin-top: 18px;
	font-size: 0;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .audio button {
	display: inline-block;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #000;
	font-size: 12px;
	color: #000;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .audio button:not(.no-link):hover {
	background: #000;
	color: #fff;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .audio button i {
	display: inline-block;
	position: relative;
	top: -1px;
	margin-left: 5px;
	vertical-align: middle;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info p {
	max-height: 300px;
	margin-top: 38px;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner > i {
	display: block;
	position: absolute;
	width: auto;
	left: auto;
	right: 50px;
	bottom: 40px;
	font-size: 14px;
	line-height: 1;
	color: #7c7b7b;
	font-style: normal;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner > i span {
	display: inline;
	color: inherit;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .info .expand {
	display: none;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .pic {
	display: block;
	position: relative;
	height: 100%;
	height: 100vh;
	padding-left: 367px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: #f2f2f2;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .pic:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .pic img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.gallery-wrap .full-gallery-swiper .swiper-slide .pic iframe {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.menu-box .full-popup-content{
	display:none;
}
.menu-box .main-menu > ul > li > i {
	display:none;
}
.menu-mask {
	display: block;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	z-index: 499;
}
@media (max-width: 1024px) {
	.menu-mask {
		z-index: 399;
	}
}
/* -------------------------------
 * @media
-------------------------------- */
@media (max-width: 1130px) {
	.title-box,
	.filter-box {
		padding: 0 20px !important;
	}
}
@media (max-width: 1024px) {
	.menu-box {
		position: fixed;
		width: 476px;
		height: 100%;
		right: 0;
		top: 0;
		left: auto;
		background: #fff;
		z-index: 400;
		-moz-transform: translate(100%,0);
		-webkit-transform: translate(100%,0);
		-ms-transform: translate(100%,0);
		transform: translate(100%,0);
		-moz-transition: transform .3s ease-out;
		-webkit-transition: transform .3s ease-out;
		-ms-transition: transform .3s ease-out;
		transition: transform .3s ease-out;
	}
	.menu-box.out {
		-moz-transform: translate(100%,0);
		-webkit-transform: translate(100%,0);
		-ms-transform: translate(100%,0);
		transform: translate(100%,0);
	}
	.menu-box.in {
		-moz-transform: translate(0,0) !important;
		-webkit-transform: translate(0,0) !important;
		-ms-transform: translate(0,0) !important;
		transform: translate(0,0) !important;
		-moz-transition: transform .3s ease-out .2s;
		-webkit-transition: transform .3s ease-out .2s;
		-ms-transition: transform .3s ease-out .2s;
		transition: transform .3s ease-out .2s;
	}
	.menu-box.in > .search-block{
		position: relative;
		height: 80px;
		display: block;
	}
	.menu-box.in > .search-block > .icon-search{
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -24px;
		font-size: 24px;
		color: #B3B3B3;
	}
	.menu-box.in .full-popup-content{
		display:block;
		left: 0;
		top: 80px;
		width: 100%;
		height: 100%;
		-webkit-transform:translate(0,10px);
		-moz-transform:translate(0,10px);
		-ms-transform:translate(0,10px);
		transform:translate(0,10px);
	}
	.menu-box.in .full-popup-content .icon-close{
		top: 0;
		right: 25px;
	}
	.menu-box.in .search-box{
		padding: 80px 55px 0 20px;
		display: block;
	}
	.menu-box .close {
		display: block;
		position: absolute;
		width: 60px;
		height: 80px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 80px;
		font-size: 14px;
		font-weight: bold;
		opacity: 1;
	}
	.menu-box .language {
		display: block;
		padding: 0;
		font-size: 0;
	}
	.menu-box .language a {
		display: inline-block;
		position: relative;
		width: 60px;
		height: 80px;
		line-height: 80px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.menu-box .language a.active:after {
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 6px;
		bottom: 20px;
		left: 20px;
		background: #000;
	}
	.menu-box .main-menu {
		position: absolute;
		padding-top: 81px;
		width: 100%;
		height: calc(100vh - 49px);
		overflow-x: hidden;
		overflow-y: auto;
		-wekit-overflow-scrolling: touch;
	}

	.menu-box .main-menu > ul > li {
		display: block;
		text-align: left;
		line-height: 40px;
		font-size: 0;
	}
	.menu-box .main-menu > ul > li > a {
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 50px);
		padding: 0 20px;
	}
	.menu-box .main-menu > ul > li.more > a {
		display: none;
	}
	.menu-box .main-menu > ul > li.active {
		background: #000;
	}
	.menu-box .main-menu > ul > li.active.more {
		background: #fff;
	}
	.menu-box .main-menu > ul > li.active > a {
		height: 40px;
		line-height: 40px;
		color: #fff;
	}
	.menu-box .main-menu > ul > li.active > a > i {
		color: #000;
	}
	.menu-box .main-menu > ul > li.active .icon-plus{
		color: #FFF;
	}
	.menu-box .main-menu > ul > li.active .icon-plus:before{
		content: '\e705';
	}
	.menu-box .main-menu .sub-menu {
		display: none;
		position: static;
		padding: 0;
		visibility: visible;
		opacity: 1;
		background: none;
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	.menu-box .main-menu .more .sub-menu {
		display: block;
		padding: 0;
	}
	.menu-box .main-menu .more .sub-menu li a {
		display: block;
		padding: 0 20px;
	}
	.menu-box .main-menu > ul > li.active.more .sub-menu li.active a {
		background: #000;
		color: #fff;
	}
	.menu-box .main-menu .active .sub-menu {
		display: block;
	}
	.menu-box .main-menu .sub-menu a {
		line-height: 40px;
		color: #FFF;
	}
	.menu-box .main-menu .more .sub-menu a {
		font-weight: bold;
		color: #000;
	}
	/* .menu-box .main-menu .sub-menu a:not(.no-link):hover {
		background: none;
		color: #000;
	} */
	.menu-box .main-menu .sub-menu .active a {
		color: #fff;
	}
	.menu-box.in {
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	.sidebar .menu-toggle {
		display: block;
	}
	.sidebar .language {
		display: none;
	}
	.menu-box.active .language,
	.menu-box.active .search-block,
	.menu-box.active .main-menu {
		display: none;
	}
	.menu-box.active .full-popup-content{
		visibility: visible;
		opacity: 1;
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
		-ms-transform:translate(0,0);
		transform:translate(0,0);
	}
	.menu-box .main-menu > ul > li > i{
		display:inline-block;
		vertical-align: top;
		width: 50px;
		height: 40px;
		line-height: 40px;
		padding-right: 10px;
		font-size: 16px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.menu-box.in .search-box{
		padding-right: 25px;
	}
	.menu-box.in > .search-block{
		height: 55px;
	}
}

@media (width: 768px) {
	body {
		padding-right: 56px;
	}
	.container {
		width: 100%;
	}
	#header h1 {
		position: absolute;
	}
	.full-kv,
	.full-slide {
		height: 710px;
		margin-bottom: -200px;
	}
	.full-slide .swiper-container,
	.full-slide .swiper-container .swiper-slide {
		height: 710px;
	}
	.full-slide button {
		margin-left: 10px;
	}
	.full-kv .inner img,
	.full-slide .pic img {
		height: 710px !important;
		width: auto !important;
	}
	.full-slide .info {
		width: 287px;
	}
	.full-slide .btn-wrap {
		top: 213px;
	}
	.sidebar {
		width: 56px;
	}
	.sidebar button, .sidebar a {
		width: 56px;
	}
	#footer .container {
		padding-right: 8.3333333%;
	}
	.title-box .share {
		top: 70px;
	}
	.title-box-wrap.no-img .title-box .share {
		top: auto;
		bottom: 10px;
	}
	.exhibition-detail > .container:before {
		right: 33.333333%;
	}
	.exhibition-detail > .container > .row > .col-md-9 {
		padding-right: 140px;
	}
	.exhibition-detail > .container > .row > .col-md-9 .work-gallery,
	#main > .container > .row > .col-md-9 .relative-exhibition {
		display: block;
		margin-bottom: 50px;
	}
	.col-aside-screen .work-gallery,
	.col-aside-screen .relative-exhibition {
		display: none;
	}
	.cover-item-list {
		width: 622px;
	}
	.cover-item-pagination {
		right: 20px;
	}
	.gallery-wrap .filter {
		right: 80px;
	}
	.full-gallery-swiper-prev, .full-gallery-swiper-next {
		top: 353px;
	}
	.full-gallery-swiper-prev {
		right: auto;
		left: 0;
	}
	.full-gallery-swiper-next {
		right: 0;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info {
		width: 100%;
		height: auto;
		min-height: 238px;
		top: auto;
		bottom: 0;
		left: 0;
		padding: 25px 178px 25px 20px;
		-moz-transition: transform .3s ease-out;
		-webkit-transition: transform .3s ease-out;
		-ms-transition: transform .3s ease-out;
		transition: transform .3s ease-out;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide.expand .info {
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: bottom;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide.mask:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 20px;
		left: 0;
		bottom: 0;
		z-index: 10;
		background: #fff;
	    -moz-transition: background .2s ease-out;
	    -webkit-transition: background .2s ease-out;
	    -ms-transition: background .2s ease-out;
	    transition: background .2s ease-out;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide.mask:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 50px;
		left: 0;
		bottom: 19px;
		z-index: 10;
	    background: -moz-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,1));
	    background: -webkit-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,1));
	    background: -ms-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,1));
	    background: linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,1));
	    -moz-transition: background .2s ease-out;
	    -webkit-transition: background .2s ease-out;
	    -ms-transition: background .2s ease-out;
	    transition: background .2s ease-out;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide.expand:before {
		background: rgba(255,255,255,0);
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info {
		-moz-transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide.expand .info {
		-moz-transform: translateY(0) !important;
		-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info h4 {
		margin-bottom: 2px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info strong,
	.gallery-wrap .full-gallery-swiper .swiper-slide .info span {
		display: inline-block;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info span {
		margin-right: 5px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info hr {
		margin: 8px 0;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info p {
		margin-top: 28px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner > i {
		bottom: auto;
		top: 25px;
		right: 20px;
		font-size: 14px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info .expand {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		background: #000;
		right: 20px;
		top: 50px;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-size: 18px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .swiper-pagination-fraction {
		width: 100%;
		padding: 0 20px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .pic {
		height: calc(100% - 238px);
		padding-left: 0;
	}
	.title-box img {
		width: 126px;
		height: 126px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner {
		max-height: 50vh !important;
	}
}

@media (max-width: 767px) {
	body {
		padding-right: 0;
	}
	.container {
		padding: 0 15px;
	}
	#header h1 {
		position: absolute;
		width: 189px;
		height: 60px;
	}
	#header h1 a {
		width: 189px;
		height: 60px;
		background-size: 100% 100%;
	}
	.menu-box {
		width: 100%;
		height: 100%;
	}
	.menu-box .close {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.menu-box .language {
		margin-bottom: 0px;
	}
	.menu-box .language a {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.menu-box .language a.active:after {
		width: 19px;
		height: 4px;
		bottom: 15px;
	}
	.main-menu {
		height: calc(100vh - 120px);
	}
	.sidebar {
		height: 120px;
		width: 60px;
	}
	.sidebar button, .sidebar a {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.full-kv,
	.full-slide {
		width: 100%;
		height: 105vw;
	}
	.full-slide .swiper-container,
	.full-slide .swiper-slide {
		width: 100%;
		height: 105vw;
	}
	.full-kv.no-img {
		height: 71.3vw;
		margin-bottom: calc(0px - 71.3vw - 20px);
	}
	.full-kv .inner img,
	.full-slide .pic img {
		height: 105vw !important;
		width: auto !important;
	}
	.full-slide .btn-wrap,
	.full-slide .info p {
		display: none;
	}
	.full-slide .info {
		width: 36vw;
		right: 20%;
		top: 36vw;
		text-align: right;
	}
	.full-slide .info strong {
		font-size: 25px;
		line-height: 30px;
	}
	.full-slide .info a {
		margin-top: 17px;
	}
	.title-box-wrap {
		padding-right: 75px;
	}
	.title-box-wrap.no-img .title-box .share {
		bottom: 10px;
	}
	.title-box {
		padding: 0 15px !important;
	}
	.filter-box {
		margin: 0 0 40px 0;
		padding: 0 0 0 15px !important;
	}
	.title-box .share .share-toggle {
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background: #fff;
		font-size: 22px;
	}
	.title-box .title {
		padding: 80px 0 25px;
	}
	.title-box .title .subtitle {
		margin-bottom: 15px;
		padding-bottom: 15px;
		font-size: 14px;
		line-height: 30px;
	}
	.title-box .title .subtitle:after {
		width: 61px;
		height: 4px;
	}
	.title-box .title h1 {
		margin-top: 0;
		padding-right: 25px;
		font-size: 25px;
		line-height: 30px;
	}
	.title-box .title h2{
		margin-top: 0;
		font-size: 14px;
		line-height: 25px;
	}
	.title-box .title time {
		font-size: 17px;
		line-height: 20px;
	}
	.title-box .title .tag span {
		height: 25px;
		line-height: 25px;
	}
	.exhibition-detail > .container:before {
		right: 0;
	}
	.exhibition-detail > .container > .row > .col-md-3 {
		background: none;
	}
	.exhibition-detail .col-aside-screen .intro-box {
		margin: 0 0 30px 0;
		padding-top: 25px;
	}
	.exhibition-detail .col-aside-screen .intro-box table,
	.exhibition-detail .col-aside-screen .intro-box table tr {
		display: block;
	}
	.exhibition-detail .col-aside-screen .intro-box th {
		display: block;
		padding: 0;
		text-align: left;
	}
	.exhibition-detail .col-aside-screen .intro-box td {
		display: block;
	}
	.exhibition-detail .col-aside-screen .intro-box .episode-box {
		margin-top: 10px;
	}
	.exhibition-detail .col-aside-screen .intro-box .episode-box .status {
		top: -2px;
		background: #000;
	}
	.exhibition-detail > .container > .row > .col-md-9 {
		padding-right: 15px;
	}
	.exhibition-detail > .container > .row > .col-md-3 {
		padding: 0 15px;
	}
	.section-title,.section-title-small {
		margin-bottom: 15px;
	}
	.publication-gallery {
		margin-bottom: 35px;
	}
	.live-gallery {
		margin-bottom: 50px;
	}
	.live-gallery .live-swiper .info {
		font-size: 13px;
		line-height: 16px;
	}
	.col-aside-screen .work-gallery {
		display: none;
	}
	.col-aside-screen .list-cover {
		padding: 0;
	}
	.col-aside-screen .list-cover:after {
		display: none;
	}
	.col-aside-screen .list-cover img {
		width: 66.67%;
	}
	.exhibition-detail > .container > .row > .col-md-9 .work-gallery,
	#main > .container > .row > .col-md-9 .relative-exhibition {
		display: block;
		margin-bottom: 50px;
	}
	.col-aside-screen .work-gallery,
	.col-aside-screen .relative-exhibition {
		display: none;
	}
	.publication-gallery .info {
		padding: 12px 15px;
	}
	.publication-gallery .info strong {
		margin-bottom: 2px;
		font-size: 15px;
		line-height: 19px;
	}
	.publication-gallery .info span {
		font-size: 13px;
		line-height: 16px;
	}
	.relative-list {
		padding-top: 39px;
	}
	.relative-list:before {
		width: 36px;
		height: 4px;
	}
	.relative-list li {
		font-size: 15px;
		line-height: 22px;
	}
	.relative-event {
		margin: 0 -15px;
		padding: 50px 15px 15px;
	}
	.relative-event li {
		margin-bottom: 22px;
	}
	.relative-event li span,
	.relative-event li time {
		font-size: 15px;
	}
	.relative-event li strong,
	.relative-event li span:last-child {
		font-size: 13px;
	}
	.event-swiper-prev {
		right: 40px;
	}
	.event-swiper-next {
		right: 0;
	}
	#footer {
		padding-top: 50px;
		padding-bottom: 60px;
		font-size: 13px;
		line-height: 19px;
	}
	#footer .row .row .col-md-6 {
		margin-bottom: 30px;
	}
	#footer .row .row .col-md-12 {
		margin-top: 0;
		margin-bottom: 50px;
		color: #fff;
	}
	#footer .row .row .col-md-12 span {
		display: block;
	}
	#footer .row .row .col-md-12 i {
		display: none;
	}
	#footer .como {
		text-align: left;
	}
	#footer .como span {
		width: auto;
		text-align: left;
	}
	.cover-item-list {
		margin: 0 -15px 50px;
	}
	.cover-item-list li {
		height: auto;
		min-height: 49vw;
		padding: 20px 30px 50px;
	}
	.cover-item-list.exhibition h3 {
		margin-bottom: 40px;
		font-size: 17px;
	}
	.cover-item-list.exhibition li {
		min-height: 63.6vw;
		padding: 0 30px 60px;
	}
	.cover-item-list li img {
		width: 44vw;
		margin-right: 15px;
	}
	.cover-item-list li .info {
		padding: 20px 0;
	}
	.cover-item-list li .info small {
		font-size: 13px;
	}
	.cover-item-list li .info strong {
		font-size: 15px;
	}
	.cover-item-list li .info small {
		font-size: 13px;
	}
	.list-wrap {
		width: 100%;
	}
	.cover-item-pagination {
		display: inline-block;
		position: relative;
		right: 0;
		bottom: 0;
		margin: -20px 0 110px;
		height: 40px;
		padding: 0 40px;
	}
	.cover-item-pagination a {
		position: absolute;
		top: 0;
	}
	.cover-item-pagination a.prev {
		left: 0;
	}
	.cover-item-pagination a.next {
		right: 0;
	}
	.cover-item-pagination p {
		display: inline-block;
		width: auto;
		height: 40px;
		padding: 0;
		vertical-align: top;
		font-size: 0;
	}
	.cover-item-pagination p span {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		text-align: center;
		vertical-align: top;
		line-height: 40px;
	}
	.cover-item-pagination p span:first-child {
		margin: 0;
		padding: 0;
	}
	.cover-item-pagination p span:first-child:after {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 12px;
		left: auto;
		right: 0;
		bottom: 14px;
		background: #000;
	}
	.page-detail > .container:before {
		right: 0;
	}
	.gallery-wrap .filter {
		width: 80px;
		height: 40px;
		right: 40px;
	}
	.gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle {
		height: 40px;
		padding-right: 12px;
		padding-left: 25px;
	}
	.gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
		font-size: 13px;
		text-align: center;
	}
	.gallery-wrap .filter .bootstrap-select.btn-group .dropdown-toggle .caret {
		right: auto;
		left: -5px;
		margin-top: -20px;
	}
	.full-gallery-swiper-prev, .full-gallery-swiper-next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: calc(50% - 118px);
		margin-top: -20px;
	}
	.full-gallery-swiper-prev {
		right: auto;
		left: 0;
	}
	.full-gallery-swiper-next {
		right: 0;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info {
		width: 100%;
		height: auto;
		top: auto;
		bottom: 0;
		left: 0;
		padding: 25px 105px 25px 15px;
		-moz-transition: transform .3s ease-out;
		-webkit-transition: transform .3s ease-out;
		-ms-transition: transform .3s ease-out;
		transition: transform .3s ease-out;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide.expand .info {
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: bottom;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide.mask:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 20px;
		left: 0;
		bottom: 0;
		z-index: 10;
		background: #fff;
	    -moz-transition: background .2s ease-out;
	    -webkit-transition: background .2s ease-out;
	    -ms-transition: background .2s ease-out;
	    transition: background .2s ease-out;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide.mask:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 40px;
		left: 0;
		bottom: 19px;
		z-index: 10;
	    background: -moz-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,1));
	    background: -webkit-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,1));
	    background: -ms-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,1));
	    background: linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,1));
	    -moz-transition: background .2s ease-out;
	    -webkit-transition: background .2s ease-out;
	    -ms-transition: background .2s ease-out;
	    transition: background .2s ease-out;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide.expand:before {
		background: rgba(255,255,255,0);
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info {
		/*height: 237px;*/
		min-height: 237px;
		-moz-transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide.expand .info {
		-moz-transform: translateY(0) !important;
		-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner {
		font-size: 13px;
		line-height: 19px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info h4 {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 2px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info strong,
	.gallery-wrap .full-gallery-swiper .swiper-slide .info span {
		display: inline-block;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info span {
		/*margin-left: 5px;*/
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info hr {
		margin: 8px 0;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info p {
		margin-top: 28px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner > i {
		bottom: auto;
		top: 25px;
		right: 15px;
		font-size: 14px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info .expand {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		background: #000;
		right: 15px;
		top: 50px;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-size: 15px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .swiper-pagination-fraction {
		width: 100%;
		padding: 0 15px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .pic {
		height: calc(100% - 237px);
		padding-left: 0;
	}
	#full-gallery-box .pop-close,
	.gallery-box .pop-close {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.has-portrait .title-box .title {
		padding-left: 0;
	}
	.title-box .title > img {
		position: static;
		float: none;
		width: 135px;
		height: 135px;
		margin: 0 0 25px 0;
	}
	.title-box .title .pic {
		position: static;
		float: none;
		width: 135px;
		height: 135px;
		margin: 0 0 25px 0;
	}
	.has-portrait .title-box .title h1 {
		margin-top: 0;
	}
	.artist-detail.has-portrait .container-cms-page {
		padding-top: 40px;
	}
	.artist-detail.has-portrait > .container > .row > .col-md-3:nth-child(2) {
		padding-top: 0;
	}
	.relative-list.exhibition li > a {
		width: 135px;
		margin-right: 15px;
	}
	.relative-list.exhibition li .info {
		width: calc(100% - 150px);
	}
	.relative-list.exhibition li .info small {
		margin-bottom: 3px;
	}
	.relative-list.exhibition li .info strong {
		font-size: 15px;
		line-height: 19px;
	}
	.relative-list.exhibition li .info strong .no-link {
		color: inherit !important;
	}
	.relative-list.exhibition li .info time {
		font-size: 12px;
	}
	.relative-list.exhibition li .info time span {
		font-size: 13px;
	}
	.gallery-wrap .full-gallery-swiper .swiper-slide .info .info-inner {
		max-height: 50vh !important;
	}
	.publication-gallery .pic {
		margin: 20px calc(24% - 10px) 0 calc(24% - 10px);
	}
}

/*  快速搜索页面 */
.full-popup{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 9999;
	right: 0;
	top: 0;
	width: 63%;
	height: 100%;
	font-family: Source Han Sans, 'Lato', Helvetica, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
	transition: all .3s ease-in;
}
.full-popup.show{
	visibility: visible;
	opacity: 1;
}
.full-popup.show .full-popup-content{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.full-popup.menu{
	width: 476px;
	margin-top: 80px;
	background: none;
}
.full-popup.menu .full-popup-content {
	position: absolute;
}
.full-popup.menu .search-box{
	padding-top: 80px;
}
.full-popup.menu .full-popup-content .icon-close {
	top: 20px;
	right: 20px;
	font-size: 20px;
}
.full-popup.menu .full-popup-content .search-box {
	padding-right: 60px;
	padding-left: 20px;
}
@media (max-width:767px) {
	.full-popup .full-popup-content{
		left: 0;
	}
	.full-popup .full-popup-content .search-box{
		padding: 160px 40px 0 20px;
	}
	.full-popup.menu{
		width: 100%;
		margin-top: 60px;
	}
	.full-popup.menu .full-popup-content {
		width: 100%;
	}
	.full-popup.menu .full-popup-content .search-box {
		padding: 80px 40px 0 20px;
	}
}

.full-popup-content{
	visibility: hidden;
	opacity: 0;
	position: relative;
	left: 0;
	top: 0;
	background: #FFF;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(20px, 0);
	-moz-transform: translate(20px, 0);
	-ms-transform: translate(20px, 0);
	transform: translate(20px, 0);
	transition: all .5s .2s ease-in-out;
}

.full-popup-content .icon-close{
	position: absolute;
	top: 100px;
	right: 30px;
}

.full-popup-content .search-box{
	width: 100%;
	padding: 160px 80px 0 40px;
}
.full-popup-content .search-box label{
	position: relative;
	width: 100%;
	padding: 10px 50px 10px 10px;
	margin-bottom: 20px;
	height: 50px;
	background: #F2F2F2;
}
.full-popup-content .search-box input{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: normal;
}
.full-popup-content .search-box .icon-search{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #B3B3B3;
}
.full-popup-content .search-result{
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 250px);
}
.full-popup-content .search-result li{
	position: relative;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.full-popup-content .search-result li:first-child{
	padding-top: 0;
}
.full-popup-content .search-result li h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.full-popup-content .search-result li  p{
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 18px;
}
.full-popup-content .search-result li  p:last-child{
	margin-bottom: 0;
}
.full-popup-content .search-result li  p > a > span {
	font-size: 14px;
	padding: 0 5px;
	color: #808080;
	border-right: 1px solid #808080;
}
.full-popup-content .search-result li  p > a > span:first-child{
	padding-left: 0;
}
.full-popup-content .search-result li  p > a > span:last-child{
	border: none;
}
.full-popup-content .search-result .more{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #808080;
	font-size: 12px;
}
.full-popup-content .search-result .more i{
	font-size: 14px;
	display: inline-block;
	vertical-align: -2%;	
}



/* 完整搜索页面 */
.search-result-page .title-box .title{
	padding: 120px 0 30px;
}
.search-all-box{
	position: relative;
	margin-top: -57px;
	z-index: 99;
	font-family: Source Han Sans, 'Lato', Helvetica, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
}
.search-all-box .search-title{
	max-width: 1030px;
	margin: 0 auto;
}
.search-all-box .search-title h2{
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: bold;
}
.search-all-box .search-title > label{
	position: relative;
	width: 75%;
	height: 50px;
	margin-bottom: 35px;
	padding: 10px 50px 10px 10px;
	background: #F2F2F2;
}
.search-all-box .search-title > label input{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border: none;
	background: none;
	font-weight: normal;
}
.search-all-box .search-title > label button{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color:#B3B3B3;
}
.search-all-box .search-menu-wrapper{
	margin-bottom: 50px;
}
.search-all-box .search-list-swiper > i{
	display: none;
}
.search-all-box .search-menu {
	height: 40px;
}
.search-all-box .search-menu li{
	position: relative;
	float: left;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
}
.search-all-box .search-menu li.v{
	width: auto!important;
}
.search-all-box .search-menu li span{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #B3B3B3;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.search-all-box .search-menu:not(.no_touch) li:hover,
.search-all-box .search-menu li.active {
	color: #000;
}
.search-all-box .search-menu:not(.no_touch) li:hover span,
.search-all-box .search-menu li.active span {
	height: 6px;
	background: #000;
}

.search-all-box .search-result > ul >li{
	display: none;
}
.search-all-box .search-result > ul > li.active{
	display: block;
}
.search-all-box .search-result li > h3{
	margin-bottom: 20px;
	font-size: 12px;
	color: #808080;
}
.search-all-box .search-result li > h3.v-dc{
	margin-bottom: 40px;
}
.search-all-box .search-result .news-list{
	position: relative;
}
.search-all-box .search-result .news-list:before{
	content: '';
	display: block;
	position: absolute;
	width: 5000px;
	height: 100%;
	top: 0;
	right: -5%;
	background: #89ccd3;
}

@media (max-width: 1024px) {
	.search-all-box .search-title {
		padding: 0 15px;
	}
	.search-all-box .search-title > label{
		width: 70%;
	}
}
@media (min-width: 769px) {
	.search-all-box .list-loading-box{
		display: none;
	}
}
@media (max-width:768px) {
	.search-all-box > .container {
		width: 100%;
		padding: 0 20px;
	}
	.search-all-box .list-loading-box{
		margin-top: 25px;
	}
	.search-all-box .cover-item-list{
		overflow: visible;
	}
	.search-all-box .search-menu  li{
		padding: 0;
		text-align: center;
	}
	.search-all-box .search-list-swiper{
		max-width: 612px;
	}
	.search-all-box .search-menu-wrapper{
		margin:0 0 30px;
	}
	.search-all-box .search-list-swiper{
		position: relative;
	}
	.search-all-box .search-list-swiper > i{
		display: block;
		position: absolute;
		z-index: 2;
		height: 30px;
		line-height: 40px;
		text-align: right;
		top: 0;
		right: 0;
		font-size: 18px;
		background: #FFF;
	}
	.search-all-box .search-list-swiper > i.icon-left-arrow{
		right: auto;
		left: 0;
		text-align: left;
	}
	.search-all-box .search-menu li{
		width: 150px;
	}
	.search-all-box .work-block-list{
		padding: 0;
	}
	.search-all-box .search-list-swiper .swiper-button-disabled{
		display:none;
	}
}
@media (max-width:767px) {
	.search-all-box .search-title{
		width: 100%;
	}
	.search-all-box .search-title h2{
		font-size: 17px;
		margin-bottom: 25px;
	}
	.search-all-box .search-title > label{
		width: 255px;
		height: 44px;
		padding: 7px 44px 7px 10px;
		margin-bottom: 30px;
	}
	.search-all-box .search-title > label input{
		padding: 0 5px;
	}
	.search-all-box .search-title > label button{
		width: 44px;
		height: 44px;
	}
	.search-all-box .search-menu-wrapper{
		position: relative;
		height: 40px;
		margin-bottom: 40px;
		max-width: 100%;
		overflow: hidden;
	}
	.search-all-box .search-menu{
		width: 999px;
	}
}


/* 主页 index */
.kv-swiper {
	position: relative;
	width: calc(100% + 80px);
	height: 720px;
}
@media (max-width: 768px) {
	.kv-swiper {
		height: 520px;
	}
}
@media (max-width: 767px) {
	.kv-swiper {
		width:100%;
		height: 350px;
	}
}
.kv-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
.kv-swiper .swiper-slide {
	background-size: cover!important;
}
.kv-swiper .tit-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 80px);
	height: 100px;
	background: #FFF;
}
.kv-swiper .tit-box .tit {
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 20px 0;
}
.kv-swiper .tit-box .tit h2 {
	font-size: 40px;
	font-weight: bold;
	font-family: Source Han Sans, 'Lato', Helvetica, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
}
.kv-swiper .tit-box .tit time {
	font-size: 20px;
	font-weight: bold;
	color: #6BB1BA;
}
.kv-swiper .swiper-container > i{
	position: absolute;
	z-index: 1;
	right: 100px;
	bottom: 33px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	cursor: pointer;
}
.kv-swiper .swiper-container > i.icon-left-arrow{
	right: 156px;
}
@media (max-width: 767px) {
	.kv-swiper .tit-box{
		width: 100%;
		height: 60px;
	}
	.kv-swiper .tit-box .tit {
		padding: 10px 10px 0;
	}
	.kv-swiper .tit-box .tit h2 {
		font-size: 18px;
	}
	.kv-swiper .tit-box .tit time {
		font-size: 14px;
	}
	.kv-swiper .swiper-container > i {
		right: 10px;
		width: 30px;
		height: 30px;
	}
	.kv-swiper .swiper-container > i.icon-left-arrow {
		right: 50px;
	}
}
.works-list-index{
	max-width: 1130px;
	margin: 50px auto 0;
}
@media (max-width: 768px) {
	.works-list-index{
		max-width: 650px;
	}
}
@media (max-width: 767px) {
	.works-list-index{
		max-width: 95%;
	}
}
.works-list-index .item-block {
	width: 100%;
	height: 100%;
}
.works-list-index .item-block:hover .pic:after {
	background: #649499;
}
.works-list-index .item-block:hover .info {
	background: #88CBD2;
}
.works-list-index .item-block:hover .info small,
.works-list-index .item-block:hover .info time {
	color: #FFF;
}

.works-list-index .item-block .pic {
	width: 100%;
	height: calc(100% - 123px); 
	padding: 0 0 6px 6px;
}
@media (max-width: 768px) {
	.works-list-index .item-block .pic {
		height: calc(100% - 100px);
	}
}
.works-list-index .item-block .pic:after{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 6px;
	content: '';
	width: 100%;
	height: 100%;
	background: #CECECE;
}

.works-list-index .item-block .pic a{
	width: 100%;
	height: 100%;
	display: block;
	left: 6px;
	right: 0;
	bottom: 6px;
	overflow: hidden;
}
.works-list-index .item-block .pic img {
	max-width: 100%;
	max-height: 100%;
}
.works-list-index .item-block .info{
	height: 123px;
}
.works-list-index .item-block .info span {
	right: -6px;
	padding: 0 6px;
	background: #6BB1BA;
	font-family: Source Han Sans, 'Lato', Helvetica, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
}
.works-list-index .item-block .info strong,
.works-list-index .item-block .info small {
	font-family: Source Han Sans, 'Lato', Helvetica, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
}
.works-list-index .item-block .info time {
	font-size: 16px;
	color: #808080;
}
@media (max-width: 768px) {
	.works-list-index .item-block .info{
		height: 100px;
		padding: 8px 12px 20px; 
	}
	.works-list-index .item-block .info small{
		font-size: 12px;
	}
	.works-list-index .item-block .info strong{
		font-size: 16px;
	}
	.works-list-index .item-block .info time {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.works-list-index .item-block .info {
		width: 100%;
		height: 80px;
		padding: 5px 10px 10px;
	}
	.works-list-index .item-block .info strong {
		display: block;
		max-width: 100%;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.works-list-index .item-block .info time { 
		font-size: 12px;
	}
}

/* 何香凝 */
.works-list-index .item-block.hxnart .info span{
	background: #D8B577;
}
.works-list-index .item-block.hxnart:hover .pic:after{
	background: #a49c85;
}
.works-list-index .item-block.hxnart:hover .info {
	background: #dbd7ce;
}

/* full-size */
.works-list-index .item-block.full{
	position: relative;
}
.works-list-index .item-block.full .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	background-size: cover!important;
}
.works-list-index .item-block.full .pic:after{
	content: none;
}
.works-list-index .item-block.full .pic a{
	padding: 0;
	position: static;
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,.2));
	background: -moz-linear-gradient(transparent,rgba(0,0,0,.2));
	background: -o-linear-gradient(transparent,rgba(0,0,0,.2));
	background: linear-gradient(transparent,rgba(0,0,0,.2));
	-webkit-filter: blur(2px);
       -moz-filter: blur(2px);
        -ms-filter: blur(2px);    
			filter: blur(2px);
}
.works-list-index .item-block.full .info{
	position: absolute;
	bottom: 0;
	height: auto;
	padding: 0 15px 30px;
	background: none;
	color: #FFF;
	font-family: Source Han Sans, 'Lato', Helvetica, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
}
.works-list-index .item-block.full .info span,
.works-list-index .item-block.full .info small{
	display: none;
}
.works-list-index .item-block.full .info h2{
	font-size: 22px;
	font-weight: bold;
}
.works-list-index .item-block.full .info hr {
	width: 40px;
	height: 6px;
	margin: 25px 0;
	border-top: none;
	background: #FFF; 
}
.works-list-index .item-block.full .info strong{
	font-size: 14px;
}
.works-list-index .item-block.full .info p{
	margin-top: 15px;
	font-size: 14px;
}
@media (max-width: 767px) {
	.works-list-index .item-block.full .info p {
		display:none;
	}
}
.boston-postcards-wrapper{
	width: 100%;
	padding: 50px 0 60px;
	background: #88CBD2;
	overflow: hidden;
}
.boston-postcards{
	max-width: 1130px;
	padding: 0 15px;
	height: 100%;
	margin: 0 auto;
	font-family: Source Han Sans, 'Lato', Helvetica, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
}
.boston-postcards .subscription{
	float: left;
	width: 50%;
	overflow: hidden;
}
@media (max-width: 767px) {
	.boston-postcards .subscription{
		width: 100%;
	}
}
.boston-postcards .subscription h2,
.boston-postcards .follow h2 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.boston-postcards .subscription .input-box{
	float: left;
	position: relative;
	width: 70%;
	height: 42px;
	padding: 8px 45px 9px 15px;
	background: #FFF;
}
.boston-postcards .subscription .input-box input{
	width:100%;
	height: 20px;
	border: none;
}
.boston-postcards .subscription .input-box button{
	position: absolute;
	right:15px;
	top: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: -10px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #F2F2F2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.boston-postcards .subscription .input-box button.active{
	visibility: visible;
	opacity: 1;
}
.boston-postcards .subscription .input-box button > i{
	font-size: 1px;
	color: #B3B3B3;
}
.boston-postcards .subscription .subscription-btn{
	float: left;
	margin-left: 10px;
	width: 132px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: #000;
}
@media (max-width: 950px) {
	.boston-postcards .subscription .subscription-btn{
		width: 100px;
	}
}
.boston-postcards .follow{
	float: left;
	width: 50%;
	padding-left: 10%;
}
@media (max-width: 1080px) {
	.boston-postcards .subscription .input-box{
		width: 65%;
	}
	.boston-postcards .follow{
		padding-left: 5%;
	}
}
@media (max-width: 767px) {
	.boston-postcards .follow{
		margin-top: 30px;
		padding-left: 0;
		width: 100%;
	}
}
.boston-postcards .follow-icon{
	font-size: 0;
}
.boston-postcards .follow-icon a {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
	text-align: center;
	background: #FFF;
}
.boston-postcards .follow-icon a > i {
	font-size: 20px;
}
.boston-postcards .follow-icon .wechat-link{
	position: relative;
}
.boston-postcards .follow-icon .wechat-link .share-code{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -160px;
	left: 52px;
	width: 140px;
	height: 140px;
	margin-top: -70px;
	visibility: hidden;
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.boston-postcards .follow-icon .wechat-link .share-code:after{
	right: auto;
	left: -14px;
	border-right-color: #fff;
	border-left-color: transparent;
}
.boston-postcards .follow-icon .wechat-link .share-code img{
	width: 100%;
}
/* @media (min-width: 768px){ */
	.boston-postcards .follow-icon .wechat-link:hover .share-code{
		visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
	}
/* } */
@media (max-width: 767px){
	.boston-postcards .follow-icon .wechat-link .share-code{
		left: 0;
		top: -100%;
		margin-top: -108px;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
	.boston-postcards .follow-icon .wechat-link.open .share-code{
		visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
	}
}

.fix-announcement{
	position: fixed;
	left:0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 44px;
	padding: 10px 20px;
	background: #F2ECD8;
	font-family: Source Han Sans, 'Lato', Helvetica, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
	font-size:0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
@media (max-width: 767px) {
	.fix-announcement{
		padding: 10px;
		bottom: 40px;
	}
}
.fix-announcement:before{
	content: '';
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 44px;
	top: 0;
	right: 0;
	background: #F2ECD8;
}
.fix-announcement:after{
	content: '';
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 44px;
	top: 0;
	right: 40px;
	background: -webkit-linear-gradient(right, rgba(242,236,216,1), rgba(242,236,216,0.6) 18%, rgba(242,236,216,0));
	background: -moz-linear-gradient(right, rgba(242,236,216,1), rgba(242,236,216,0.6) 18%, rgba(242,236,216,0));
	background: -o-linear-gradient(right, rgba(242,236,216,1), rgba(242,236,216,0.6) 18%, rgba(242,236,216,0));
	background: linear-gradient(right, rgba(242,236,216,1), rgba(242,236,216,0.6) 18%, rgba(242,236,216,0));
}
.fix-announcement.active{
	width: 44px;
}
.fix-announcement.active .left,
.fix-announcement.active p{
	display: none;
}
.fix-announcement .expand{
	display:none;
}
.fix-announcement.active .expand{
	display:block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	line-height: 44px;
}
.fix-announcement.active .expand i{
	font-size: 20px;
	color: #000;
}
.fix-announcement .left{
	display: inline-block;
	vertical-align: top;
	height:100%;
	margin-right: 20px;
	line-height: 24px;
}
.fix-announcement h3{
	margin-left: 30px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.fix-announcement h3 span {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #000;
}
.fix-announcement .announcement {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 125px);
	height:100%!important;
	/* line-height: 24px; */
	white-space: nowrap;
	font-size: 14px;
}
/* 公告 */
@-webkit-keyframes kf-marquestart-animation{ 
	0% { -webkit-transform: translateX(10%); transform: translateX(10%); } 
	100% { -webkit-transform: translateX(0); transform: translateX(0); }
} 
@keyframes kf-marquestart-animation{ 
	0% { -webkit-transform: translateX(10%); transform: translateX(10%); } 
	100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@-webkit-keyframes kf-marque-animation{
	0% { -webkit-transform: translateX(0); transform: translateX(0); } 
	100% { -webkit-transform: translateX(-33.3%); transform: translateX(-33.3%); } 
}
@keyframes kf-marque-animation{
	0% { -webkit-transform: translateX(0); transform: translateX(0); } 
	100% { -webkit-transform: translateX(-33.3%); transform: translateX(-33.3%); } 
}
.marquee{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  position: relative;
  font-size: 0;
}
.marquee .content{
  display: inline-block;
  line-height: 45px;
  position: relative;
  padding-right: 0px;
  white-space: nowrap;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: kf-marque-animation 12s infinite linear;
  animation: kf-marque-animation 12s infinite linear;
}
.marquee .content.start {
	-webkit-transform: translateX(10%);
	-ms-transform: translateX(10%);
	transform: translateX(10%);
	-webkit-animation: kf-marquestart-animation 2s linear;
	animation: kf-marquestart-animation 2s linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.marquee .content p {
	font-size: 14px;
	display: inline-block;
	padding-right: 30px;
}
.marquee .content p span {
	margin-right: 20px;
	font-size: 14px;
	font-weight: 800;
}
.marquee .content:hover {
    animation-play-state:paused;
}
.marquee .content-space{
    display: inline-block;
    width: 100px;
}

.fix-announcement .announcement:before{
	content: '';
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 44px;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(left, rgba(242,236,216,1), rgba(242,236,216,0.6) 18%, rgba(242,236,216,0));
	background: -moz-linear-gradient(left, rgba(242,236,216,1), rgba(242,236,216,0.6) 18%, rgba(242,236,216,0));
	background: -o-linear-gradient(left, rgba(242,236,216,1), rgba(242,236,216,0.6) 18%, rgba(242,236,216,0));
	background: linear-gradient(left, rgba(242,236,216,1), rgba(242,236,216,0.6) 18%, rgba(242,236,216,0));
}


/*liMarquee Plugin CSS*/
.str_wrap {
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}

.str_wrap.str_active {
	background:none;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}


/*grid瀑布流*/
.grid-item { float: left; }
@media (max-width: 767px) {
	.grid-item {
		padding: 2.5px;
		width: 50%;
		height: calc((100vw - 15px)/2*1.45 + 5px);
	}
	.grid-item-wide, .grid-item-xs-wide { width: 100%; }
	.grid-item>.list-item {  }
}
@media (min-width: 768px) {
	.grid-item { padding: 0 10px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.grid-item {
		width: 33.3333%;
		height: calc((100vw - 50px)/3*1.38485804416404 + 10px);
	}
	.grid-item-wide { width: 66.6666%; }
	.grid-item>.list-item {  }
}
@media (min-width: 992px) {
	.grid-item {
		width: 25%;
		height: calc((100vw - 70px)/4*1.38485804416404 + 10px);
	}
	.grid-item-wide { width: 50%; }
}
@media (min-width: 1338px) {
	.grid-item { height: 449px; }
}
@media (max-width: 767px) {
	.grid-item {
		padding: 0 5px;
	}
}


/* 三级菜单改造 */
.menu-box .main-menu .sub-menu > ul > li {
	font-size: 0;
}
.menu-box .main-menu .sub-menu > ul > li.has-menu > a {
	width: calc(100% - 40px);
}
.menu-box .main-menu .sub-menu > ul > li > a {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 700;
	color: #999;
}

.menu-box .main-menu .sub-menu .toggle-expand {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	text-align: center;
	cursor: pointer;
}
.menu-box .main-menu .sub-menu .toggle-expand.active:before {
	content: '\e705';
}
.menu-box .main-menu .sub-menu .three-menu a {
	display: block;
	width: 100%;
	padding: 0 25px;
}

@media (min-width: 1025px) {
	.menu-box .main-menu .sub-menu > ul > li > a:hover,
	.menu-box .main-menu .sub-menu .toggle-expand:hover,
	.menu-box .main-menu .sub-menu .three-menu a:hover {
		color: #88cbd2;
	}
	.menu-box .main-menu .sub-menu .toggle-expand {
		display: inline-block;
	}
}

@media (max-width: 1024px) {
	.menu-box .main-menu .sub-menu .three-menu {
		display: block;
	}
	.menu-box .main-menu .sub-menu .three-menu a {
		padding: 0 40px;
	}
	.menu-box .main-menu .sub-menu > ul > li > a,
	.menu-box .main-menu .sub-menu > ul > li.has-menu > a {
		width: 100%;
		padding: 0 20px;
	}
	.menu-box .main-menu .sub-menu .toggle-expand {
		display: none;
	}
}

.common-list-page .container{
	/* width: 100%; */
}
.common-list{
	margin-bottom: 50px;
}
.common-list:last-child{
	margin-bottom: 0;
}
.common-list .section-title{
	margin-bottom: 30px;
	padding-right: 11.56%;
	padding-right: 85px;
}
.common-list ul{
	padding: 30px 0;
	position: relative;
	padding-right: 11.56%;
	padding-right: 85px;
}

.common-list ul:before{
	content: "";
	display: block;
	position: absolute;
	width: 5000px;
	height: 100%;
	top: 0;
	right: -15px;
	z-index: -1;
}
@media (max-width: 767px){
	.common-list .section-title,
	.common-list ul {padding-right: 0;}
	.common-list ul:before{
		right: -50%;
	}
}
.common-list-page.theme-green ul:before{
	background: #89ccd3;
}
.common-list ul li{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #fff;
}
.common-list ul li:last-child{
	margin-bottom: 0;
}
.common-list ul a{
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 6px;
	color: #000;
	transition: all .2s ease-out;
}
.common-list ul a:hover{
	color: #fff;
}
.common-list ul a.no-link:hover{
	color: #000;
}
.common-list ul span{
	display: block;
}