.tab_ul {
	margin-top: -1.6vw !important;
}

.tab_ul li {
	display: inline-block;
	margin-left: 6.5rem;
	color: #6D635F;
	cursor: pointer;
	font-size: 0.83vw !important;

}

.tab_ul li:hover {
	color: #000;

}

.banner_top{
	margin-top: 3vw;
}

.new_container {
	width: 68vw !important;
}

.null_text {
	color: #000;
	font-size: 1vw;
	width: 100%;
	text-align: center;
}

.tab_nav_all {
	width: 100% !important;
	position: relative;
}

.tab_ul li:first-child {
	display: inline-block;
	margin-left: 0rem;

}

.tab_ul_li_active {
	border-bottom: 0.15vw solid #FF6D40;
	color: #150D0A !important;
	padding-bottom: 0.4vw;
	font-weight: bold;
}

.tab_ul_line {
	width: 100%;
	border-top: .1143rem solid #E8E8E8;

}

/* 关于我们 */
.new_about {
	font-size: 1.66vw !important;
	font-weight: bold;
	color: #150D0A;
	line-height: 0rem !important;
	width: 100%;
}

.div_width_new {
	width: 100% !important;
}

.new_about_text_1 {
	font-size: 0.83vw !important;
	font-weight: 600;
	line-height: 3.4286rem !important;
	color: #000;
	letter-spacing: 0rem;
}

.new_about_text_1_copy {
	font-size: 0.83vw !important;
	font-weight: 600;
	line-height: 3.4286rem !important;
	color: #888888;
	letter-spacing: 0rem;
}

.new_about_text_2 {
	font-size: 1.04vw !important;
	font-weight: 400;
	color: #150D0A;
	line-height: 4.5714rem !important;
}

/* 关于我们 */

/* 业务体系 */
/* 旗下艺人 */

.yw_title {
	font-size: 1.5vw !important;
	font-weight: bold;
	padding: 1vw !important;
	text-align: center !important;
}

.yw_title_a {
	font-size: 1.5vw !important;
	font-weight: bold;
	
}

.artList_main {
	width: 100%;
}

.artList_flex {
	display: flex;
	background: #F9F9F9;
	border-radius: 10px;
	width: 68vw;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1.16vw 1vw;
}

.artList_box {
	margin-bottom: 52px;
}

/* 缺 1 个 */
.artList_box:last-child:nth-child(5n-1) {
	margin-right: 13.02vw;
}

/* 缺 2 个 */
.artList_box:last-child:nth-child(5n-2) {
	margin-right: 26.56vw;
}

/* 缺 3 个 */
.artList_box:last-child:nth-child(5n-3) {
	margin-right: 39.89vw;
}


.artList_box_img_main {
	width: 12.6vw;
	height: 17.2vw;
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box_img {
	width: 11.56vw;
	height: 16.14vw;
	position: relative;
}

.box_img:hover .z_z_b_n{
	visibility: visible;
}

.img_text {
	font-size: 1.25vw;
	color: #333333;
	line-height: 1.25vw;
	text-align: center;
	margin-top: 1.25vw;
}

/* 旗下艺人 */

/* 影视作品 */
.ys_title {
	font-size: 1.5vw !important;
	font-weight: bold;
	line-height: 7vw;
	text-align: center !important;
	margin-top: 8rem !important;
}

.ys_box {
	margin-bottom: 52px;
}

.ys_box_img_main {
	width: 15.57vw;
	height: 27.76vw;
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ys_box_img {
	width: 14vw;
	height: 25.9vw;
	position: relative;
}
.ys_box_img:hover .z_z_b{
	  display: block;	
}
.img_cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.z_z_b{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background-color: rgba(233, 198, 105, 0.37);
}

.z_z_b_n{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	background-color: rgba(233, 198, 105, 0.37);
}

/* background-color: rgba(233, 198, 105, 0.37); */

/* 缺一个 */
.ys_box:last-child:nth-child(4n-1) {
	margin-right: 16.8vw;
}

/* 缺二个 */
.ys_box:last-child:nth-child(4n-2) {
	margin-right: 32vw;
}


/* 影视作品 */

/* 业务体系 */

/* 新闻动态 */
.news_information_all {
	width: 100%;
	height: auto;
	background: #F9F9F9;
	margin-top: 4.63vw;
}

.news_information_width {
	width: 68vw;
	margin: 0 auto;
}

.news_information_title {
	font-size: 1.66vw !important;
	font-weight: bold;
	color: #150D0A;
	width: 100%;
	padding-top: 2.86vw;
}

.news_information_text {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 2.13vw 1.77vw;
	margin-bottom: 1.25vw;
	cursor: pointer;
}

.information_text_1 {
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 1.97vw;
	color: #333333;
}

.information_text_2 {
	font-size: 0.83vw;
	font-weight: 400;
	color: #999999;
	line-height: 1.56vw;
	padding-top: 0.26vw;
}

.information_text_3 {
	font-size: 0.83vw;
	font-weight: 400;
	color: #999999;
	line-height: 1.97vw;
	padding-top: 1.15vw;
}

.see_more_text {
	font-size: 0.94vw;
	font-weight: 400;
	color: #FF6D40;
	line-height: 1.98vw;
	padding-top: 1.19vw;
	padding-bottom: 2.55vw;
	cursor: pointer;
}

.padding_box_news {
	padding-top: 1.56vw;
}

/* 新闻动态 */


@media screen and (max-width: 768px) {
	.artList_flex {
		width: 89vw;
		padding: 2vw;
	}

	.artList_box_img_main {
		width: 41.6vw;
		height: 48.2vw;
	}

	.box_img {
		width: 37.56vw;
		height: 45.14vw;
	}

	.img_text {
		font-size: 3.9vw;
		margin-top: 3.25vw;
	}

	.artList_box {
		margin-bottom: 30px;
	}

	.ys_box_img_main {
		width: 40.5vw;
		height: 50.76vw;
	}

	.ys_box_img {
		width: 36vw;
		height: 47.9vw;
	}

	.ys_box {
		margin-bottom: 31px;
	}

	.yw_title {
		font-size: 5.5vw !important;
	}

	.ys_title {
		font-size: 5.5vw !important;
		line-height: 21vw;
		margin-top: 2rem !important;
	}

	.news_information_width {
		width: 89vw;
	}

	.news_information_title {
		font-size: 5.5vw !important;
		padding-top: 5.86vw;
	}

	.information_text_1 {
		font-size: 4.25vw;
		line-height: 6.97vw;
	}

	.information_text_2 {
		font-size: 3.83vw;
		line-height: 5.56vw;
		padding-top: 3.26vw;
	}

	.information_text_3 {
		font-size: 3.3vw;
		line-height: 9.97vw;
	}

	.see_more_text {
		font-size: 3.94vw;
		line-height: 5.98vw;
		padding-bottom: 5.55vw;
	}

	.news_information_text {
		padding: 2.13vw 3.77vw;
		margin-bottom: 5.25vw;
	}

	.padding_box_news {
		padding-top: 4.56vw;
	}

	.new_container {
		width: 89vw !important;
	}

	.new_about:before {
		content: "";
		border-top: none !important;
	}

	.new_about {
		font-size: 6vw !important;
	}

	.div_width_new:before {
		content: "";
		border-top: none !important;
	}

	.div_width_new {
		padding: 0.52vw 0 !important;
	}

	.new_about_text_1 {
		font-size: 3.83vw !important;
		line-height: 8vw !important;
	}
	
	.new_about_text_1_copy {
		font-size: 3.83vw !important;
		line-height: 8vw !important;
	}

	.new_about_text_2 {
		font-size: 4.04vw !important;
		line-height: 7vw !important;
	}

	.tab_nav_all {
		display: none !important;
	}



	.null_text {
		font-size: 3.5vw;
	}
	
	.yw_title_a {
		margin-top: 5vw;
		margin-bottom: 3.5vw;
		font-size: 5.5vw !important;
	}
	
	.banner_top {
	    margin-top: 0vw;
	}
	
}
