@charset "utf-8";
.index-first-level-title {
	font-size:16px;
	color: #030303;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 50px;
}
.news-banner {
	background: url(../img/video.png?size=600x300) no-repeat 50% 50%;
	height: 320px;
	color: #FFF;
	background-size: cover;
	min-width: 1200px;
}
.news-banner h3 {
	padding-top: 240px;
	padding-left: 40px;
}
.video-first-level-title.index-first-level-title {
	padding-top: 70px;
}
.news-banner p {
	padding-left: 40px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.video-find,
.video-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.video-title {
	top: 198px;
	height: 70px;
	font-size: 50px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 70px;
}
.video-find {
	top: 296px;
	width: 700px;
	height: 50px;
	border-radius: 2px;
	display: flex;
	border-radius: 2px;
}
.video-inp {
	width: 600px;
	height: 50px;
	background: rgba(255, 255, 255, 0.3);
	padding-left: 20px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 22px;
	border-radius: 2px 0 0 2px;
}
.video-inp::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	line-height: 22px;
}
.video-inp:-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	line-height: 22px;
}
.video-inp::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	line-height: 22px;
}
.video-inp:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	line-height: 22px;
}
.video-inp:-moz-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	line-height: 50px;
	opacity: 1 !important;
}
.video-inp::-moz-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	line-height: 50px;
	opacity: 1 !important;
}
.video-btn {
	width: 80px;
	height: 50px;
	background: rgba(255, 91, 41, 1);
	border-radius: 0px 2px 2px 0px;
	position: relative;
}
.video-btn img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video-container {
	box-sizing: border-box;
	padding: 0 19px;
}
.video-list {
	min-height: 526px;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between;
	align-items: center;
	align-content: space-between; */
	/* margin-bottom: 100px; */
}
.video-item {
	height: 254px;
	width: 360px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(240, 242, 245, 1);
	box-sizing: border-box;
	margin-right: 41px;
	margin-bottom:15px;
}
.video-item:nth-of-type(3n){
	margin-right: 0;
}
.video-item:hover {
	border: 1px solid rgba(240, 242, 245, 1);
}
.video-img {
	height: 200px;
	border-bottom: 1px solid rgba(240, 242, 245, 1);
}
.video-img div {
	position: absolute;
	top: 10px;
}
.video-img .video-living {
	left: 10px;
	padding: 1px 8px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	height: 18px;
}
.video-img .video-living.video-hui {
	background: rgba(146, 158, 177, 0.5);
}
.video-img .video-living.video-zhi {
	background: rgba(255, 91, 41, 0.8);
}
.video-img .video-living.video-wei {
	background: rgba(51, 214, 197, 0.5);
}
.video-img .video-num {
	right: 10px;
	height: 20px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	padding: 0 8px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.video-item:visited {
	border: 1px solid rgba(240, 242, 245, 1);
}
.video-img .video-time {
	min-width: 122px;
	height: 20px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 2px 2px 0px 0px;
	position: absolute;
	bottom: 52px;
	right: 9px;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 20px;
	top: auto;
}
.video-word {
	padding: 10px;
	box-sizing: border-box;
	height: 52px;
}
.video-word .video-word-title {
	height: 22px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(3, 3, 3, 1);
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.activity-case-container .container-item {
	padding: 0 18px;
}
.case-container .case-tab .item-bar {
	margin: 0 40px 50px;
	color: #C8C7CC;
	font-size: 20px;
	cursor: pointer;
	padding-bottom: 15px;
	position: relative;
}
.case-container .case-tab .item-bar i {
	position: absolute;
	width: 1px;
	height: 20px;
	background: rgba(240, 242, 245, 1);
	left: 80px;
	top: 5px;
}
.case-container .case-tab .item-bar:last-child i {
	display: none;
}
.case-container .case-tab .cur {
	color: #444349;
	font-size: 20px;
	border-bottom: 2px solid #FF5B29;
}
.case-container .case-item {
	width: 266px;
	height: 248px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #F0F2F5;
	position: relative;
	margin: 0 17px;
	border-radius: 4px;
	margin-bottom: 30px;
}
.case-container .case-item:nth-child(4n+1) {
	margin-left: 0;
}
.case-container .case-item:nth-child(4n) {
	margin-right: 0;
}
.case-item-img {
	height: 148px;
	position: relative;
	border-bottom: 1px solid #F0F2F5;
}
.case-item-img .item-time {
	position: absolute;
	width: 82px;
	height: 20px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 2px 2px 0px 0px;
	bottom: 0;
	right: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
	text-align: center;
}
.video-img .item-video {
	padding: 1px 9px;
	height: 18px;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 2px;
}
.case-item-img .item-video {
	padding: 1px 9px;
	height: 18px;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 4px 0px 2px 0px;
}
.case-item-img img {
	border-radius: 4px 4px 0 0;
}
.item-video.item-video-wei {
	background: rgba(51, 214, 197, 0.5);
}
.item-video.item-video-zhi {
	background: rgba(255, 91, 41, 0.8);
}
.item-video.item-video-hui {
	background: rgba(146, 158, 177, 0.5);
}
.case-item-img .item-name {
	padding: 1px 8px;
	height: 18px;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0px 4px 0px 2px;
}
.case-item-img .item-name.item-name-hui {
	background: rgba(224, 178, 108, 1);
}
.case-item-img .item-name.item-name-else {
	background: rgba(84, 134, 250, 1);
}
.case-item-con {
	padding: 10px 10px 12px;
	box-sizing: border-box;
	height: 100px;
	width: 266px;
}
.case-item-con .item-con-title {
	width: 245px;
	height: 44px;
	font-size: 14px;
	color: rgba(43, 43, 43, 1);
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.case-tab {
	display: flex;
	justify-content: center;
}
.item-content {
	width: 1204px;
	flex-shrink: 0;
}
.case-item-wrap {
	width: 1204px;
	height: 824px;
	overflow: hidden;
	position: relative;
}
.case-container .case-item-content {
	height: 824px;
	display: flex;
	position: absolute;
}
.item-con-text {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.item-con-text aside:first-child {
	display: flex;
	align-items: center;
	height: 17px;
	font-size: 12px;
	color: rgba(143, 142, 148, 1);
	line-height: 17px;
}
.item-con-text aside:nth-child(2) {
	height: 17px;
	font-size: 12px;
	color: rgba(143, 142, 148, 1);
	line-height: 17px;
}
.second-page-footer {
	margin-top: 90px;
	background: url(../img/second-page-footer-bg.jpg?size=600x300) no-repeat center top;
	background-size: cover;
	text-align: center;
	height: 240px;
}
.second-page-footer p {
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 100px;
}