body {
	background: #fff;
}

.picContainer .row {
	margin: -5px !important;
}

.picContainer .row>div {
	padding: 5px !important;
}

#hotSwiper {
	height: 200px;
}

.exampleLeft {
	position: relative;
	padding-top: 100px;
	padding-bottom: 20px;
}

.exampleRight {
	padding-top: 50px;
	padding-left: 60px;
	padding-bottom: 20px;
}

.exampleRight h3 {
	font-size: 20px;
	color: #444;
	position: relative;
}

.exampleRight h3>span {
	background: #fff;
	position: relative;
	z-index: 2;
	padding-right: 15px;
}

.exampleRight h3:after {
	height: 1px;
	width: 100%;
	background: #eee;
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
}

.exampleRight:after {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .03), transparent);
	content: '';
	width: 8px;
	height: 100%;
	position: absolute;
	left: 30px;
	top: 0;
}

.exampleLeft h1 {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 25px;
	font-size: 36px;
	color: #222;
}

.exampleLeft h5 {
	color: #666;
	line-height: 2em;
	font-size: 16px;
	padding-left: 45px;
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
}

.exampleLeft h5>i {
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 40px;
	color: var(--red);
}

.exampleItem {
	width: 100%;
	padding-bottom: 66%;
	background-size: cover;
	background-position: center;
	border-radius: 4px;
	cursor: pointer;
	opacity: .9;
}

.exampleItem:hover {
	opacity: 1;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 27%);
}

.exampleList {
	margin: -10px;
}

.exampleList .col-4 {
	padding: 10px;
}

.viewer-backdrop {
	background-color: rgba(0, 0, 0, .85) !important;
}

#images {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
	padding: 0;
}

#images>li {
	padding: 10px;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	display: inline-flex;
}

#images>li>div {
	width: 100%;
	padding-bottom: 66.666%;
	background: #000;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
	opacity: .9;
}

#images>li>div:hover {
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 27%);
	opacity: 1;
}

#images>li>div>img {
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#images>li>div>div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	display: none;
	align-items: center;
	justify-content: center;
}

.viewer-list>li {
	width: 80px !important;
}

#hotSwiper .swiper-slide {
	width: auto;
	border: 2px solid #fff;
	border-bottom: none;
	border-top: none;
}

#hotSwiper .swiper-slide>img {
	height: 200px;
}

.customLogo {
	width: 240px;
	height: 120px;
	background: #fff;
	position: relative;
	padding: 20px;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 17%);
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 2;
}

.customLogo>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.exampleItem2 {
	width: 100%;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	transition: all .3s;
	top: 0;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
	margin-top: 20px;
}

.exampleItem2:before {
	background: var(--red);
}

.exampleItem2:hover {
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 18%);
	top: -5px;
}

.exampleItem2:hover>.title>h6 {
	color: var(--red);
}

.exampleItem2>.pic {
	width: 100%;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center;
}

.exampleItem2>.title {
	padding: 15px 20px;
	padding-top: 20px;
}

.exampleItem2>.title>h6 {
	color: #444;
	font-size: 15px;
}

.exampleItem2>.logo {
	position: absolute;
	bottom: 35px;
	left: 15px;
	background: #fff;
	height: 50px;
	width: 100px;
	/*box-shadow:0 2px 20px 0 rgb(0 0 0 / 10%);*/
	border-radius: 4px;
	padding: 10px;
}

.exampleItem2>.logo>div {
	background-size: contain;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.contentItem {
	padding: 0 20px;
	line-height: 30px;
	margin-top: 10px;
}

.contentItem>.title {
	color: #aaa;
}

.contentItem>.content {
	color: #555;
	font-weight: bold;
	text-align: right;
}


.contentPicItem {
	width: 100%;
	padding-bottom: 66%;
	position: relative;
	background-size: cover;
}

.contentPicItem>img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.contentPicItem {
	border-radius: 6px;
	overflow: hidden;
}

.videoContent {
	border-radius: 6px;
	overflow: hidden;
}

.videoContent {
	border-radius: 6px;
	overflow: hidden;
}

.video-js {
	width: 100%;
}

.neirong {
	padding-top: 30px;
}

.neirong h6 {
	font-weight: bold;
	color: #444;
	font-size: 18px;
	position: relative;
	padding-top: 40px;
	line-height: 30px;
	box-sizing: content-box;
	padding-bottom: 10px;
}

.neirong p {
	font-size: 14px;
	line-height: 2em;
	color: #555;
	margin-top: 10px;
}

.singleImg,
.contentPicItem {
	cursor: zoom-in;
}

@media screen and (max-width: 960px) {
	#hotSwiper {
		height: 60vw;
	}

	.exampleRight {
		padding: 0;
	}

	.exampleRight:after {
		display: none;
	}

	.exampleLeft {
		padding-bottom: 40px;
	}

	#images>li {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.customLogo {
		top: -80px;
	}
}