﻿@charset "utf-8";
@font-face {
  font-family: "PingFang SC Regular";
  src: url("../fonts/pingfang sc regular.ttf") format("truetype");
}
/* body整体背景定义 */
body {
	border: 0;
	background: #303030;
}
.top {
	width: 100%;
	height: 75px;
	position: relative;
	z-index: 999;
	background: rgba(48, 48, 48, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

.top > * {
	position: relative;
	z-index: 1;
}
.logo {
	float: left;
	margin-top: 12px;
	margin-left: 7.5%;
	position: relative;
	z-index: 2;
}
.logo img {
	height:51px;
}
.newsbg{ display:none;}
.news-m-bg{background: url(../images/bg02.jpg) no-repeat #242424; background-size:100% auto;}
.news-m-bg1{background: url(../images/ywbg.jpg) no-repeat #242424; background-size:100% auto;}
.news-m-bg2{background: url(../images/bg03.jpg) no-repeat #272527; background-size:100% auto;}
.news-m-bg3{background: url(../images/bg-t.jpg) no-repeat center top #242424; }

.nav {
	float: right;
	display: block;
	overflow: hidden;
	margin-right: 7.5%;
	position: relative;
	z-index: 2;
}
.nav ul {
	float: left;
	display: block;
	overflow: hidden;
	text-align: right;
}
.nav ul li {
	display: inline-block;
	font-family: "黑体";
	font-size: 18px;
	font-weight:bold;
	margin: 0 18px;
	width: 100px;
	text-align: center;
	line-height: 75px;
	height: 75px;
}
.nav ul li a {
	color: rgba(255, 255, 255, 0.85);
	font-weight:bold;
	font-size: 18px;
	font-family: "黑体";
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.nav ul li a:hover {
	color: #fff;
}
.nav ul li.cur {
	line-height: 75px;
	height: 75px;
	background: #ff8a00;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	color: #fff;
}
.nav ul li.cur a {
	color: #fff;
}
.nav ul li:hover {
	line-height: 75px;
	height: 75px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.banner {
	width: 100%;
	border: 0px solid red;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme

*********************************/

.flexslider {
	border: 0px solid #fff;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */

/* IE rgba() hack */

.flex-caption {
	background: none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	width: 96%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
}
/* Direction Nav */

.flex-direction-nav li a {
	width: 22px;
	height: 41px;
	margin: 0px 0 0;
	display: block;
	background: url(../images/nimg22.png) no-repeat 0 0;
	position: absolute;
	top: 43%;
	text-indent: -9999px;
	cursor: pointer;
}
.flex-direction-nav li a.next {
	background-position: -22px 0px;
	right: 100px;
}
.flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 100px;
}
.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 18px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 10px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
	background: #ffffff;
	filter: alpha(opacity=66);
	-moz-opacity: 0.66;
	-khtml-opacity: 0.66;
	opacity: 0.66;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -12px;
}
.flex-control-nav li a.active {
	background: #ffffff;
	cursor: default;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.service {
	width: 100%;
	position: relative;
}
.servicebg {
	width: 100%;
}
.servicebg img {
	width: 100%;
}
.service_n {
	width: 100%;
	position: absolute;
	z-index: 999;
	top: 67%;
}
.service_list {
	width: 85%;
	margin: 0 auto;
}
.service_list ul {
	width: 100%;
	float: left;
}
.service_list ul li {
	width: 18%;
	float: left;
	min-height: 224px;
	border-radius: 5px;
	margin: 0 1%;
	background: url(../images/sevbg.png);
}
.service_list ul li h1 {
	width: 100%;
	text-align: center;
	margin-top: 55px;
}
.service_list ul li h1 img {
	width: 30%;
}
.service_list ul li span {
	width: 100%;
	font-size: 16px;
	float: left;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}
.m {
	width: 100%;
	margin: 0 auto;
}
.more {
	width: 100%;
	margin: 20px auto;
	margin-bottom: 90px;
	text-align: center;
}
.top-px {
	margin: 40px auto;
}
.more img {
	width: 20%;
}
.artist {
	width: 85%;
	margin: 0 auto;
	margin-top: 30px;
}
.artist_title {
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: center;
}
.artist_title a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin: 0 20px;
	padding: 4px 20px;
}
.artist_title a.cur {
	display: inline-block;
	font-size: 14px;
	color: #ff8a00;
	margin: 0 20px;
	padding: 4px 30px;
	border: 1px solid #ff8a00;
}
.news {
	width: 100%;
	position: relative;
}
.thcg_title {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.thcg_title h1 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight:normal;
}
.thcg_title span {
	color: #fff;
	display: inline-block;
	width: 250px;
	height: 1px;
	background: #fff;
	margin-bottom: 5px;
	font-size: 18px;
}
.thcg_title p {
	color: #fff;
	font-size: 16px;
	font-family:PingFang SC Regular;
}
.newsbg {
	width: 100%;
}
.newsbg img {
	width: 100%;
	border: 0;
	overflow: hidden;
}
.news_n {
	width: 100%;
	position:relative;
	z-index: 999;
	overflow:hidden;
}
.news_title {
	text-align: center;
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
}
.news_title img {
	width: 60%;
}
.yw_title {
	text-align: center;
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
}
.yw_title img {
	width: 80%;
}
.vdio {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 80px;
	background: #000;
}
.vdio dl {
	width: 100%;
	overflow: hidden;
	float: left;
}
.vdio dl dt {
	width: 70%;
	overflow: hidden;
	float: left;
	position: relative;
}
.vdio dl dt a {
	width: 100%;
	float: left;
}
.vdio dl dt img {
	width: 100%;
	display: block;
}
.vdio dl dd {
	width: 30%;
	overflow: hidden;
	float: right;
}
.vdio dl dd span label {
	color: #fff;
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #fff;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 18px;
}
.vdio dl dd span {
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #fff;
	margin-top: 5%;
	margin-right: 5%;
}
.vdio dl dd h1 {
	overflow: hidden;
	float: left;
	width: 100%;
	font-size: 26px;
	color: #fff;
	margin-top: 41%;
}
.vdio dl dd h1 p {
	margin-left: 15%;
	line-height: 40px;
	width:75%;
	font-weight:normal;
	min-height: 180px;
}
.vdio dl dd b {
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #fff;
	margin-top: 5%;
	margin-right: 5%;
}
.vdio dl dd b img {
	width: 80%;
}
.v-vdio {
	width: 18%!important;
	position: absolute;
	top: 45%;
	right: 2%;
}
.news_list {
	width: 85%;
	background: #fff;
	border: 9px solid #333;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 5%;
}
.news_list_n {
	width: 98%;
	margin: 1% auto;
	border: 1px solid #333;
}
.news_list_n ul {
	width: 100%;
	margin: 0 auto;
	padding: 1% 0;
	overflow: hidden;
}
.news_list_n ul li {
	width: 45%;
	float: left;
	margin-top: 2%;
	margin-left:3.3%;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}
.news_list_n ul li:hover {
	cursor: pointer;
}
.news_list_n ul li:hover span {
	color: #ff7f30;
}
.news_list_n ul li:hover h1 {
	color: #ff7f30;
}
.news_list_n ul li:hover a.more_b {
	color: #ff7f30;
	border: 1px solid #ff7f30;
}
.news_list_n ul li:hover label em
{background:url(../images/yj-icon1.png) no-repeat;}
.news_list_n ul li:hover a {
	color: #ff7f30;
}
.news_list_n ul li:hover b {
	color: #ff7f30;
}
.news_list_n ul li:hover label {
	color: #ff7f30;
}
.news_list_n ul li span {
	width: 100%;
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
}
.news_list_n ul li h1 {
	width: 70%;
	float: left;
	padding: 8px 0px;
	font-size: 16px;
	height:32px;
	overflow:hidden;
	font-weight:normal;
}
.more_b {
	border: 1px solid #3f3f3f;
	padding: 8px 25px;
	float: right;
	font-size: 14px;
}
.news_list_n ul li b {
	font-weight: normal;
	float: left;
	font-size: 13px;
	margin-top: 10px;
	width: 100%;
	color: #282828;
}
.news_list_n ul li label {
	font-weight: normal;
	font-size: 13px;
	margin-top: 10px;
	color: #282828;
	margin-left: 20px;
}
.news_list_n ul li label em{
	background:url(../images/yj-icon.png) no-repeat;
	width:13px;
	height:13px;
	display: inline-block;
    margin-bottom: -1px;
    margin-right: 5px;
	}
.page {
	width: 100%;
	float: left;
	margin-top: 22px;
	text-align: center;
}
.page a:hover {
	color: #e47b00;
	border: 1px solid #e47b00;
}
.page a.page-num-current {
	color: #e47b00;
	border: 1px solid #e47b00;
}
.page_home {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 2px 0 0 2px;
	font-size: 13px;
	padding: 6px 8px;
	cursor: pointer;
	overflow: hidden;
}
.page-num {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 13px;
	padding: 6px 12px;
	cursor: pointer;
	overflow: hidden;
}
.page_w {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 0 2px 2px 0;
	font-size: 13px;
	padding: 6px 8px;
	overflow: hidden;
	cursor: pointer;
}
.foot {
	width: 100%;
	overflow: hidden;
	background: #d4d4d4;
	float: left;
}
.bottom {
	width: 84%;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
.imgbg {
	width: 10%;
	vertical-align: middle;
	margin-top: -90px;
	margin-right: 40px;
}
.b_logo {
	width: 13%;
	float: left;
	margin-top: 20px;
}
.b_logo img {
	width: 100%;
	float: left;
}
.bottom span {
	line-height: 24px;
	font-size: 14px;
	float: left;
	color: #333333;
	margin-left: 40px;
	font-family: "微软雅黑";
}
.jr_an {
	border: 1px solid #ff8a00;
	padding: 10px 40px;
	float: left;
	color: #ff8a00;
	font-size: 14px;
	margin: 35px 0 0 50px;
}
.bottom label {
	line-height: 24px;
	font-size: 13px;
	float: right;
	text-align: right;
	text-transform: uppercase;
	color: #333333;
	font-family: "微软雅黑";
}
.code { height:100px;
}
.card:hover {
	cursor: pointer;
}
.card:hover img {
	opacity: 0.8;
}
.card:hover div h2 {
	color: #ff7f30;
}
.jrwm {
	width: 75%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 3%;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight:normal;
}
.more-jr {
	width: 100%;
	margin: 10% auto;
	text-align: center;
}
.more-jr a {
	width: 200px;
	border: 1px solid #fff;
	display: block;
	padding: 10px 0;
	font-size: 15px;
	color: #fff;
	border-radius: 3px;
	margin: 20px auto;
	margin-bottom: 50px;
	text-align: center;
}
.more-jr a:hover {
	width: 200px;
	border: 1px solid #ff8a00;
	display: block;
	padding: 10px 0;
	font-size: 15px;
	color: #ff8a00;
	border-radius: 3px;
	margin: 20px auto;
	margin-bottom: 50px;
	text-align: center;
}
.wenda {
	width: 75%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
}
.wenda ul {
	width: 100%;
	float: left;
	margin-bottom: 55px;
}
.wenda ul li {
	width: 100%;
	float: left;
	margin-top: 22px;
	margin-bottom: 10px;
}
.wenda ul li h1 {
	width: 100%;
	font-size: 16px;
	float: left;
}
.wenda ul li p {
	width: 100%;
	font-size: 14px;
	float: left;
	margin-top: 7px;
	line-height: 24px;
}
.liuyan_list {
	width: 75%;
	background:url(../images/bg-c.png);
	border: 9px solid #333;
	min-height: 605px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 7%;
}
.liuyan_list_n {
	width: 98%;
	margin: 1% auto;
	min-height: 585px;
	border: 1px solid #333;
}
.liuyan_list_n dl {
	width: 94%;
	margin: 0 auto;
	padding: 1% 0;
	overflow: hidden;
}
.liuyan_list_n dl dt {
	float: left;
	margin: 45px 0 0 70px;
	width:45%;
}
.liuyan_list_n dl dt ul {
	float: left;
	width: 100%;
}
.liuyan_list_n dl dt ul li {
	float: left;
	margin: 20px 0 0 0;
	background:#fff; border-radius:2px;
	width: 100%;
	position:relative;
}
.liuyan_list_n dl dt ul li b{
	position:absolute; top:8px; left:5px;
}
.input0b {
	border: 0;
	background: none;
	height: 45px;
	width: 90%;
	color:#666;
	padding: 0 5px;
	margin-left:30px;
	outline: none;
}
.input0b1 {
	border: 0;
	background: none;
	height: 45px;
	width: 90%;
	color:#666;
	padding: 0 5px;
	margin-left:28px;
	outline: none;
}
.button-tj {
	width: 200px;
	height: 45px;
	background: #ff8a00;
	border-radius: 4px;
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
	outline: none;
	cursor: pointer;
}
.liuyan_list_n dl dd {
	float: right;
	width: 30%;
	text-align: center;
	min-height: 400px;
	position:relative;
	margin: 45px 70px 0 0px;
}
.button-sc {
	width: 200px;
	height: 45px;
	line-height:45px;
	background: #ff8a00;
	border-radius: 4px;
	color: #fff;
	margin: 0 auto;
	margin-top: 160px;
	font-size: 16px;
	outline: none;
	position:absolute;
	top:0;
	left:16.4%;
	cursor: pointer;
}
.tjzp {
	height: 45px;
	line-height:45px;
	background: #ffffff;
	opacity: 1;
	border-radius: 4px;
	color: #666;
	margin: 0 auto;
	margin-top: 130px;
	font-size: 18px;
	outline: none;
	cursor: pointer;
}
.tjzp b {
	width: 200px;
	overflow: hidden;
	display: block;
	font-size: 59px;
	font-weight: normal;
	margin:0 auto;
}
.wznr img{max-width:100%;height:auto !important;}
.job {
	width: 75%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.job_l {
	width: 35%;
	overflow: hidden;
	float: left;
	background: #000;
	margin-top: 0px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.job_l span {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 13px;
	margin-top: 20px;
	color: #999999;
}
.job_l span b {
	width: 50px;
	text-align: center;
	margin: 0 auto;
	background: #999999;
	height: 1px;
	overflow: hidden;
	display: block;
	font-size: 13px;
	margin-top: 10px;
	color: #999999;
}
.job_l h1 {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 24px;
	margin-top: 40px;
	color: #fff;
	font-weight:normal;
}
.job_l p {
	text-align: left;
	float: left;
	font-size: 14px;
	margin-top: 40px;
	color: #fff;
	line-height: 30px;
	margin-left: 34%;
}
.job_r {
	width: 60%;
	overflow: hidden;
	float: right;
	margin-top: 0px;
}
.job_r ul {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 0px;
}
.job_r ul li {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}
.job_r ul li h1 {
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.job_r ul li p {
	width: 100%;
	font-size: 15px;
	color: #fff;
	margin-top: 8px;
}
.jobc {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0px;
}
.jobc_l {
	width: 50%;
	overflow: hidden;
	float: left;
	background: #000;
	margin-top: 0px;
	padding-bottom: 8%;
	margin-bottom: 6%;
}
.jobc_l span {
	width: 40%;
	text-align: center;
	float: right;
	font-size: 13px;
	margin-top: 20px;
	color: #999999;
}
.jobc_l span b {
	width: 50px;
	text-align: center;
	margin: 0 auto;
	background: #999999;
	height: 1px;
	overflow: hidden;
	display: block;
	font-size: 13px;
	margin-top: 10px;
	color: #999999;
}
.jobc_l h1 {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 24px;
	margin-top: 6%;
	color: #fff;
	font-weight:normal;
}
.jobc_l p {
	text-align: left;
	float: left;
	width:100%;
	text-align:center;
	font-size: 16px;
	margin-top: 40px;
	color: #fff;
	line-height: 30px;
}
.jobc_r {
	width: 43%;
	overflow: hidden;
	float: right;
	margin-top: 0px;
}
.jobc_r ul {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 0px;
}
.jobc_r ul li {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}
.jobc_r ul li h1 {
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.jobc_r ul li p {
	width: 100%;
	font-size: 15px;
	color: #fff;
	margin-top: 8px;
}
.vdio-t {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 80px;
	background: #000;
}
.vdio-t dl {
	width: 100%;
	overflow: hidden;
	float: left;
}
.vdio-t dl dt {
	width: 70%;
	overflow: hidden;
	float: left;
	position: relative;
}
.vdio-t dl dt a video{
	outline:none;
}
.vdio-t dl dt a{
}
.vdio-t dl dt img {
	width: 100%;
	display: block;
}
.vdio-t dl dd {
	width: 30%;
	overflow: hidden;
	float: right;
}
.vdio-t dl dd span label {
	color: #999999;
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #999999;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 18px;
}
.vdio-t dl dd span {
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #999999;
	margin-top: 5%;
	margin-right: 5%;
}
.vdio-t dl dd h1 {
	overflow: hidden;
	float: left;
	width: 100%;
	font-size: 26px;
	color: #fff;
	margin-top: 11%;
	font-weight: normal;
}
.vdio-t dl dd h1 p {
	margin-left: 15%;
	line-height: 40px;
}
.vdio-t dl dd div {
	margin-left: 15%;
	font-size: 14px;
	width: 72%;
	float: left;
	color: #fff;
	margin-top: 25px;
	line-height: 22px;
	min-height: 170px;
}
.vdio-t dl dd b {
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #fff;
	margin-top: 5%;
	margin-right: 5%;
}
.vdio-t dl dd b img {
	width: 80%;
}
.news_nb {
	width: 100%;
	z-index: 999;
	margin-top: 7%;
	padding-bottom: 6%;
}
.nr_n {
	width: 100%;
	z-index: 999;
	top: 67%;
	overflow: hidden;
}
.nr_list {
	width: 89.3%;
	margin: 0 auto;
}
.nr_list ul {
	width: 100%;
	float: left;
}
.nr_list ul li {
	width: 28%;
	float: left;
	min-height: 224px;
	border-radius: 5px;
	margin: 0 2.5%;
	background: url(../images/sevbg.png);
}
.nr_list ul li h1 {
	width: 100%;
	text-align: center;
	margin-top: 45px;
}
.nr_list ul li h1 img {
	width: 20%;
}
.nr_list ul li span {
	width: 100%;
	font-size: 16px;
	float: left;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}
.nr_list ul li p {
	width: 99%;
	padding: 0 10%;
	font-size: 14px;
	float: left;
	text-align: center;
	line-height: 22px;
	color: #fff;
	margin-top: 8px;
}
.city_title {
	text-align: center;
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 6%;
}
.city_title img {
	width: 50%;
}
.citylist {
	text-align: center;
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 4%;
	margin-bottom:5%;
}

.citylist_title {
	width: 100%;
	overflow: hidden;
	float: left;
}
.citylist_title h1 {
	float: left;
	font-size: 15px;
	color: #ff8a00;
	padding: 7px 0px;
}
.citylist_title ul {
	float: right;
	margin-left: 0;
}
.citylist_title ul li {
	float: left;
}
.citylist_title ul li a {
	float: left;
	border: 1px solid #999999;
	padding: 7px 20px;
	margin-left: 15px;
	font-size:14px;
	color: #eeeeee;
}
.citylist_title ul li a:hover {
	float: left;
	border: 1px solid #ff8a00;
	padding: 7px 20px;
	margin-left: 15px;
	color: #ff8a00;
}
.citylist_title ul li.cur a {
	float: left;
	border: 1px solid #ff8a00;
	padding: 7px 20px;
	margin-left: 15px;
	color: #ff8a00;
}
.citylist_n {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 18px;
}
.citylist_n img {
	width: 100%;
}
.citylist_text {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 25px;
	color: #fff;
	font-size: 14px;
}
.citylist_text p{ line-height:30px}
.xw_detail {
	width: 80%;
	margin: 5% auto;
	background: #1f1f1f;
	border: 1px solid #545454;
}
.xw_detail_t {
	width: 90%;
	margin: 3% 5%;
	overflow: hidden;
	padding-bottom: 21px;
	border-bottom: 1px solid #989898;
}
.xw_detail_t h1 {
	width: 100%;
	float: left;
	font-size: 25px;
	font-weight:normal;
	color: #fff;
}
.xw_detail_t span {
	float: left;
	font-size: 14px;
	color: #bcbcbc;
	font-family: "微软雅黑";
	margin-top: 15px;
}
.xw_detail_t label {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	color: #bcbcbc;
	font-family: "微软雅黑";
	margin-top: 15px;
}
.xw_detail_n {
	width: 90%;
	margin: 3% 5%;
	overflow: hidden;
	color: #fff;
	line-height: 33px;
	font-size: 15px;
	padding-bottom: 12px;
}
.yr_about {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 80px;
}
.yr_about dl {
	width: 100%;
	overflow: hidden;
	float: left;
}
.yr_about dl dt {
	width: 40%;
	overflow: hidden;
	float: left;
}
.yr_about dl dt img {
	width: 100%;
}
.yr_about dl dd {
	width: 55%;
	overflow: hidden;
	float: left;
	margin-left: 5%;
}
.yr_about dl dd h1 {
	width: 100%;
	float: left;
	font-size: 26px;
	color: #fff;
	margin-top: 16px;
	font-weight: normal;
}
.yr_about dl dd h1 span {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.yr_about dl dd p {
	width: 100%;
	margin-top: 15px;
	line-height: 29px;
	float: left;
	font-size: 15px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: normal;
	word-wrap:break-word;
}
.yr_about dl dd p span{
	word-wrap:break-word;
}
.more-list {
	width: 76%;
	margin: 0 auto;
}
.more-list-t {
	width: 100%;
	float: left;
	font-size: 18px;
	padding-left: 0.6%;
	color: #fff;
}
.more-list-n {
	width: 100%;
	float: left;
}
.more-jrwm {
	width: 100%;
	margin: 20px auto;
	margin-top: 20px;
	text-align: center;
}
.more-jrwm a {
	width: 200px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	margin: 0 20px;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.more-jrwm a.cur {
	width: 200px;
	cursor: pointer;
	border: 1px solid #ff8a00;
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #ff8a00;
	overflow: hidden;
	border-radius: 3px;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.more-jrwm a:hover {
	width: 200px;
	border: 1px solid #ff8a00;
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #ff8a00;
	border-radius: 3px;
	cursor: pointer;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	text-align: center;
}
.liuyan_list_n1 {
	width: 75%;
	margin: 0% auto;
	display: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	padding-bottom:4%;
}
.liuyan_list_n1 dl {
	width: 94%;
	margin: 0 auto;
	padding: 1% 0;
	overflow: hidden;
}
.liuyan_list_n1 dl dt {
	float: left;
	margin: 25px 0 0 70px;
	width:45%;
}
.liuyan_list_n1 dl dt ul {
	float: left;
	width: 100%;
}
.liuyan_list_n1 dl dt ul li {
	float: left;
	margin: 20px 0 0 0;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.liuyan_list_n1 dl dd {
	float: right;
	background: #ffffff;
	opacity: 0.5;
	width: 30%;
	text-align: center;
	min-height: 400px;
	margin: 45px 70px 0 0px;
}
.input0c {
	
	background: none;
	height: 45px;
	width: 100%;
	color: #666;
	font-size: 15px;
	padding: 0 8px;
	outline: none;
}
.input0c1 {
	background: none;
	height: 45px;
	width: 100%;
	color: #666;
	font-size: 15px;
	padding: 0 7px;
	outline: none;
}
.thisclass {
	display: block;
}
.ljzx_w {
	width: 45%;
	margin: 0% auto;
	margin-top: 4%;
	display: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	padding-bottom:4%;
	overflow:hidden;
}
.ljzx_w ul {
	width: 100%;
	float: left;
}
.ljzx_w ul li {
	width: 33%;
	float: left;
}
.ljzx_w ul li img {
	width: 100%;
	float: left;
}
html.remodal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}
.remodal, [data-remodal-id] {
display:none
}
.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none
}
.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	content: ""
}
.remodal-overlay, .remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.remodal {
	position: relative;
	outline: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}
.remodal-is-initialized {
	display: inline-block
}
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
	-webkit-filter: blur(3px);
	filter: blur(3px)
}
.remodal-overlay {
	background: rgba(43,46,56,.9)
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes
}
.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes
}
.remodal-wrapper {
	padding: 10px 10px 0
}
.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 35px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes
}
.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes
}
.remodal, .remodal-wrapper:after {
	vertical-align: middle
}
.remodal-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color .2s;
	transition: color .2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: 0 0
}
.remodal-close:hover, .remodal-close:focus {
	color: #2b2e38
}
.remodal-close:before {
	font-family: Arial, helvetica cy, nimbus sans l, sans-serif!important;
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center
}
.remodal-confirm, .remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0
}
.remodal-confirm {
	color: #fff;
	background: #81c784
}
.remodal-confirm:hover, .remodal-confirm:focus {
	background: #66bb6a
}
.remodal-cancel {
	color: #fff;
	background: #e57373
}
.remodal-cancel:hover, .remodal-cancel:focus {
	background: #ef5350
}
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
padding:0;
border:0
}
.flash{
    top: 26%;
    left: 20%;
    width:63%;
    display:none;
    background-color: #BEEBEE;
    margin:0 auto;
    height:63%;
    position: fixed;
    z-index: 10002;
  }
@media (max-width:1920px)
{
	.button-sc{left:25.4%;}
	.more-list{width:86%;}
	.nav ul li{margin: 0 32px;}
	.service_list ul li span{font-size:18px;}
	.service_list ul li{min-height: 286px;}
	.service_list ul li h1{margin-top:67px;}
	.service_list ul li span{margin-top:10px;}
	.job_l p {margin-left: 37%;}
	.job_r ul li p{font-size: 15px;}
	.nr_list{width:89.2%;}
	.nr_list ul li{min-height: 264px;}
	.jobc_l span{width:20%;}
	.jobc_r ul li p{ line-height:28px;}
	.jobc_l{margin-bottom:8%;}
	.video_h{ height:600px;}
}
@media (max-width:1600px)
{
.service_list ul li{min-height:260px;}
.button-sc{left:20.4%;}
.jobc_l span {
    width: 25%;
}
.video_h{ height:600px;}
}
@media (max-width:1440px)
{
	 .video_h{ height:500px;}
	 .more-list{width:86.4%;}
	.button-sc{left:16.5%;}
	.nr_list ul li{min-height: 224px;}
	.jobc_l span{width:30%;}
	.nav ul li{margin: 0 18px;}
	.service_list ul li{min-height: 224px;}
	.service_list ul li h1{margin-top:55px;}
	.nav ul li a{font-size:18px;}
	.service_list ul li span{margin-top:5px;}
	.job_l p {margin-left: 34%;}
	.jobc_l{margin-bottom:6%;}
	.job_r ul li p{font-size: 14px;}
	.nr_list{width:89.3%;}
}

.m_nav{ display:none;}
@media (max-width:750px){
	.yr_about dl dt,.yr_about dl dd{width:100%;}
	.yr_about dl dd{margin-left:0;}
	.nav{ display:none;}
	.top{height:45px;}
	.citylist_title ul{margin-left:0;}
	.jobc{width:90%;}
	.jobc_l,.jobc_r{width:100%;}
	.logo{ margin-top: 5px;}
	.logo img{ height:35px;}
	.service_n{top: 37%; position: relative; width:100%; background: url(../images/bg01_1.jpg) no-repeat #000; background-size:100% auto; overflow:hidden; padding-bottom:20px;}
	.servicebg,.newsbg{display:none;}
	.service_list ul li{width: 31.33%;  min-height: 117px; margin-bottom:8px;}
	.m{ overflow:hidden;}
	.artist{width:93%;}
	.service_list{width:90%;}
	.service_list ul{margin-top:10%;}
	.service_list ul li h1{margin-top: 25px;}
	.wrapper{padding-top:0!important; padding-bottom:30px!important;}
	.sortable__nav{margin-bottom: 30px!important;}
	.more img{width:40%;}
	.news{overflow:hidden;}
	.news_n{position:relative; width:100%; top:0; overflow:hidden; padding-top:20px;}
	.news-m-bg{background: url(../images/bg02.jpg); background-size:100% auto;}
	.dsj-m-bg{background: url(../images/dsjbg.jpg); background-size:100% auto;}
	.more {margin: 0px auto; margin-bottom: 30px;}
	.news_list{width: 93%; margin-top: 35px;}
	.news_list_n ul li{width: 94%; margin-right:0;     margin-top: 4%;}
	.news_list_n ul li h1{width:100%; height:auto;}
	.more_b{padding: 5px 12px; float:left;}
	.top-px{margin-top:7%;}
	.bottom span{margin-left:0;}
	.b_logo{margin-top:0;}
	.jr_an{margin-left:0; margin-top:15px;}
	.code,.imgbg{ display:none;}
	.bottom{width:75%;}
	.bottom label{ text-align:center;}
	.news_title{margin-top:6%;}
	.vdio,.vdio-t{ width: 90%; margin-top: 25px;}
	.vdio dl dt,.vdio dl dd,.vdio-t dl dt,.vdio-t dl dd{width:100%;}
	.vdio dl dt embed,.vdio-t dl dt embed{height:220px!important;}
	.vdio dl dd h1,.vdio-t dl dd h1{margin-top: 2%;}
	.vdio dl dd h1 p,.vdio-t dl dd h1 p{min-height: 101px;}
	.vdio dl dd b,.vdio-t dl dd b{margin-top:0;}
	.jrwm{margin-top: 40px; font-size: 20px;}
	.more-jr{margin-top:38px;}
	.more-jr a{margin-bottom: 28px;}
	.wenda{width:85%; margin-top:6px;}
    .liuyan_list{width:90%;}
	.liuyan_list_n dl dt{margin:0; width: 100%;}
	.liuyan_list_n dl dt ul,.liuyan_list_n dl dt ul li,.input0b,.liuyan_list_n dl dd,.job_l{width:100%;}
	.button-tj{margin-top: 5px;}
	.liuyan_list_n dl dd{margin: 25px 0px 20px 0px;}
	.job{width:90%; margin-top: 30px;}
	.job_l{padding-bottom:0; margin-bottom:0;}
	.job_r{width:100%;     margin-top: 25px;}
	.job_r ul li{margin-top:0;}
	.job_l h1{margin-top: 27px;}
	.job_l p{margin-top: 15px; padding-bottom: 15px;}
	.nr_list{width:95%;}
	.city_title{ display:none;}
	.citylist{width:90%; margin-top: 30px;}
	.citylist_title ul li.cur a{ margin-left: 0px;  margin-right: 15px;}
	.citylist_title ul li a{ margin-left: 0px; margin-right: 15px; margin-bottom:10px;}
	.xw_detail_t{margin: 6% 5%;}
	.xw_detail{width:90%;}
	.yr_about{width:90%; margin-top:30px;}
	.more-list,.liuyan_list_n1{width:90%;}
	.container{padding:0!important;}
	.more-list-t{line-height: 44px; padding-left: 0;}
	.more-jrwm a.cur{width:126px; padding:6px 0;}
	.more-jrwm a{width:126px; padding:6px 0; margin:0 10px;}
	.liuyan_list_n1 dl,.liuyan_list_n1 dl dt ul,.liuyan_list_n1 dl dt ul li,.input0c{width:100%;}
	.liuyan_list_n1 dl dt{margin:0; width:100%;}
	.liuyan_list_n1 dl dd{width:100%; margin: 45px 0px 20px 0px;}
	.more-jrwm{margin-bottom:0;}
	.ljzx_w{width:90%;}
	.ljzx_w ul{ padding-bottom:20px;}
	.citylist_title ul li a{width:100px; text-align:center;}
	.citylist_text{ margin-bottom:14px;}
	.citylist_n{padding-bottom:20px;}
	.xw_detail_n img{ height:auto;}
	.flash{
    top: 26%;
    left:inherit;
    width:80%;
    display:none;
    background-color: #BEEBEE;
    margin:0 10%;
    height:43%;
    position: fixed;
    z-index: 10002;
  }
.m_nav{ display:block;}	
.iphone__screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0em;
  right: 0em;
  overflow: hidden;
}
.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}
/**
* Navigation Defaults
*/
.nav1 {
  position: absolute;
  z-index: 100000;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 35%;
  right: 0;
  top: 0;
  height: 100%;
}
.nav--active .nav1 {
  opacity: 1;
  background-color: rgba(51, 51, 51, 0.95);
}
.nav__list {
  margin: 50px 0 0 0;
  padding: 10px;
}
.nav__item {
  list-style-type: none;
  text-align: center;
  padding: 15px 0;
}
.nav1__link {
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  padding: 10px 22px;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
/* Default navigation icon */
.nav__trigger {
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
  right: 10px;
  top: 10px;
  z-index: 100001;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 3px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -8px;
}
.nav__icon:after {
  margin-top: 8px;
}
.nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav--active .nav1 {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    border-radius: 0;
    width: 35%;
    height: 100%;
	z-index: 100000;
	right: 0;
}
}
@-webkit-keyframes remodal-opening-keyframes {
from {
-webkit-transform:scale(1.05);
transform:scale(1.05);
opacity:0
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0)
}
}
@keyframes remodal-opening-keyframes {
from {
-webkit-transform:scale(1.05);
transform:scale(1.05);
opacity:0
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0)
}
}
@-webkit-keyframes remodal-closing-keyframes {
from {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
to {
	-webkit-transform: scale(.95);
	transform: scale(.95);
	opacity: 0;
	-webkit-filter: blur(0);
	filter: blur(0)
}
}
@keyframes remodal-closing-keyframes {
from {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
to {
	-webkit-transform: scale(.95);
	transform: scale(.95);
	opacity: 0;
	-webkit-filter: blur(0);
	filter: blur(0)
}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
from {
opacity:0
}
to {
	opacity: 1
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity:0
}
to {
	opacity: 1
}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
from {
opacity:1
}
to {
	opacity: 0
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity:1
}
to {
	opacity: 0
}
}
@media only screen and (min-width:641px) {
.remodal {
	max-width: 800px
}
}
.lt-ie9 .remodal-overlay {
	background: #2b2e38
}
.lt-ie9 .remodal {
	width: 700px
}
.banner2{ 
  height:400px;
  position: relative;
  overflow: hidden;
}

/* 视频背景样式 */
.banner2.banner-video {
  background: #000;
}

.banner2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Banner叠加层文字 */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  pointer-events: none;
}

.banner-overlay h1 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.banner-overlay p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

@media only screen and (max-width:768px) {
  .banner2{ height:200px;}
  
  .banner-overlay h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .banner-overlay p {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  border: 1px solid #fff;
}
.pagination a.page-num-current {
  color: #333;
  background: #fff;
  border: 1px solid #fff;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
#maximg img{ max-width:100%; height:auto !important}

/* 视频音量控制按钮 */
.video-volume-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  backdrop-filter: blur(5px);
}
.video-volume-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.video-volume-btn .volume-icon {
  font-size: 24px;
  font-style: normal;
  user-select: none;
}
@media only screen and (max-width:768px) {
  .video-volume-btn {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
  .video-volume-btn .volume-icon {
    font-size: 20px;
  }
}

/* ========================================
   首页全新设计样式 - 联萌风格
   ======================================== */

/* 1. 全屏视频Banner */
.hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #000;
}

.hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.hero-content {
  text-align: center;
  color: #fff;
  max-width: 1000px;
  padding: 0 20px;
}

.hero-title {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
  letter-spacing: 2px;
}

.hero-subtitle {
  font-size: 24px;
  margin-bottom: 40px;
  opacity: 0.95;
  font-weight: 300;
  letter-spacing: 4px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
  animation: bounce 2s infinite;
}

.hero-scroll-hint span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scroll-arrow {
  font-size: 24px;
  font-style: normal;
  display: block;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

/* 2. 公共区块样式 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
  margin-top: 20px;
  letter-spacing: 2px;
}

/* 3. 核心服务卡片 */
.service-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.service-card {
  perspective: 1000px;
  height: 280px;
}

.service-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.service-card:hover .service-card-inner {
  transform: rotateY(180deg);
}

.service-card-front,
.service-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-card-front {
  background: #fff;
}

.service-card-back {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  transform: rotateY(180deg);
}

.service-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.service-card-back h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.service-card-back p {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  opacity: 0.95;
}

/* 4. 艺人网格 */
.artist-section {
  padding: 100px 0;
  background: #fff;
}

.artist-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px !important;
  margin-top: 40px;
}

.artist-grid-item {
  position: relative;
}

.artist-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #fff;
}

.artist-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.artist-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.artist-card-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background: #f0f0f0;
}

.artist-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.artist-card:hover .artist-card-image {
  transform: scale(1.1);
}

.artist-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.artist-card:hover .artist-card-overlay {
  opacity: 1;
}

.view-profile-btn {
  color: #fff;
  font-size: 16px;
  padding: 12px 30px;
  border: 2px solid #fff;
  border-radius: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.artist-card:hover .view-profile-btn {
  background: #fff;
  color: #333;
}

.artist-card-info {
  padding: 20px;
  text-align: center;
}

.artist-card-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.sortable__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.sortable__nav .nav__link {
  padding: 10px 25px;
  border-radius: 25px;
  background: #f0f0f0;
  color: #666;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sortable__nav .nav__link:hover,
.sortable__nav .nav__link.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

.more-btn-wrapper {
  text-align: center;
  margin-top: 60px;
}

.btn-more-modern {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.btn-more-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
}

/* 5. 新闻资讯卡片 */
.news-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.news-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.news-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-card-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  background: #f0f0f0;
}

.news-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card:hover .news-card-image {
  transform: scale(1.1);
}

.news-card-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.news-icon {
  font-size: 48px;
}

.news-card-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  text-align: center;
}

.date-day {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.date-month {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.9;
}

.news-card-content {
  padding: 25px;
}

.news-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #999;
}

.news-meta-views i {
  margin-right: 5px;
}

.news-read-more {
  color: #667eea;
  font-weight: 600;
  transition: all 0.3s ease;
}

.news-card:hover .news-read-more {
  color: #764ba2;
}

/* 6. 行动按钮 */
.action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
}

.btn-secondary {
  background: #fff;
  color: #667eea;
  border: 2px solid #667eea;
}

.btn-secondary:hover {
  background: #667eea;
  color: #fff;
  transform: translateY(-3px);
}

/* 7. 响应式设计 - 旧的媒体查询已被新的移动端优化样式替代(见文件底部) */
@media only screen and (max-width: 1200px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .artist-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* 旧的768px和480px媒体查询已删除，使用文件底部的新移动端优化样式 */

/* ========================================
   列表页面通用样式
   ======================================== */

/* 页面标题 */
.page-header {
  text-align: center;
  padding: 80px 0 60px;
}

.page-title {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.page-subtitle {
  font-size: 16px;
  color: #666;
  letter-spacing: 2px;
  margin-top: 10px;
}

.title-decoration {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  margin: 20px auto 0;
  border-radius: 2px;
}

/* ========================================
   视频作品页样式 (videolist.html)
   ======================================== */

.artist-works-section {
  padding: 40px 0 100px;
  background: #fff;
}

.video-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.video-work-item {
  position: relative;
}

.video-work-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.video-work-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  background: #000;
}

.video-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-work-card:hover .video-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.play-btn-large {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(0.9);
  opacity: 0;
}

.video-work-card:hover .play-btn-large {
  transform: scale(1);
  opacity: 1;
}

.play-btn-large:hover {
  transform: scale(1.1);
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.play-icon {
  font-size: 28px;
  color: #667eea;
  margin-left: 5px;
  font-style: normal;
}

.video-duration {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.video-work-info {
  padding: 20px;
}

.video-work-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.video-work-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-work-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #999;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.icon-views,
.icon-date {
  font-style: normal;
}

/* ========================================
   新闻列表页样式 (newslist.html)
   ======================================== */

.news-list-section {
  padding: 40px 0 100px;
  background: #f8f9fa;
}

.news-list-modern {
  max-width: 1000px;
  margin: 0 auto;
}

.news-list-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.news-list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.news-item-link {
  display: flex;
  text-decoration: none;
  color: inherit;
}

/* 左右交替布局 */
.news-item-left .news-item-link {
  flex-direction: row;
}

.news-item-right .news-item-link {
  flex-direction: row-reverse;
}

.news-item-image {
  position: relative;
  flex: 0 0 40%;
  min-height: 280px;
  overflow: hidden;
  background: #f0f0f0;
}

.news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-list-item:hover .news-item-image img {
  transform: scale(1.1);
}

.news-item-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.placeholder-icon {
  font-size: 60px;
}

.news-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(102, 126, 234, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.news-list-item:hover .news-item-overlay {
  opacity: 1;
}

.read-more-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.news-item-content {
  flex: 1;
  padding: 40px;
  display: flex;
  gap: 25px;
}

.news-item-date {
  flex: 0 0 80px;
  text-align: center;
  padding: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 10px;
  color: #fff;
  height: fit-content;
}

.date-day {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.date-month {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.date-year {
  display: block;
  font-size: 12px;
  opacity: 0.9;
}

.news-item-text {
  flex: 1;
}

.news-item-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-item-excerpt {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-item-meta {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: #999;
  align-items: center;
}

.news-item-meta .meta-views,
.news-item-meta .meta-author {
  display: flex;
  align-items: center;
  gap: 5px;
}

.meta-link {
  margin-left: auto;
  color: #667eea;
  font-weight: 600;
  transition: color 0.3s ease;
}

.news-list-item:hover .meta-link {
  color: #764ba2;
}

/* ========================================
   现代分页样式
   ======================================== */

.pagination-modern {
  margin-top: 80px;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 25px;
  background: #fff;
  color: #667eea;
  border: 2px solid #667eea;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pagination-btn:hover {
  background: #667eea;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.pagination-btn span {
  font-size: 16px;
}

.pagination-numbers {
  display: flex;
  gap: 8px;
}

.pagination-numbers a {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f0f0f0;
  color: #666;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pagination-numbers a:hover,
.pagination-numbers a.page-num-current {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  transform: translateY(-2px);
}

.pagination-info {
  padding: 10px 20px;
  background: #f8f9fa;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

.no-data-message {
  text-align: center;
  padding: 80px 20px;
  color: #999;
}

.no-data-icon {
  font-size: 60px;
  display: block;
  margin-bottom: 20px;
}

.no-data-message p {
  font-size: 18px;
  color: #666;
}

/* ========================================
   响应式设计
   ======================================== */

@media only screen and (max-width: 1200px) {
  .video-works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 旧的768px媒体查询已被新的移动端优化样式替代，见文件底部 */

/* ========== 联系我们页面样式 ========== */
.contact-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.contact-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 60px 0;
}

.service-card-simple {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.service-card-simple:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  padding: 20px;
}

.service-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.service-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.service-description {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

.contact-info-wrapper {
  margin-top: 60px;
}

.contact-info-card {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.contact-info-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.contact-info-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}

.contact-info-content {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
}

.contact-map-wrapper {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.contact-map {
  width: 100%;
  height: auto;
  display: block;
}

/* 响应式 */
@media (max-width: 992px) {
  .contact-services {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .contact-info-card {
    padding: 30px;
  }
}

/* ========== 加入我们页面样式 ========== */
.join-us-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.join-form-wrapper {
  margin-top: 60px;
}

.join-form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.form-left {
  padding: 50px;
}

.modern-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-group {
  width: 100%;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.input-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.6;
}

.form-input {
  width: 100%;
  padding: 18px 20px 18px 60px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
  background: #fafafa;
}

.form-input:focus {
  outline: none;
  border-color: #667eea;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.form-input::placeholder {
  color: #999;
}

.form-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.btn-submit-modern {
  width: 100%;
  padding: 18px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
}

.btn-submit-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

.btn-submit-modern:active {
  transform: translateY(0);
}

.btn-text {
  font-size: 18px;
}

.btn-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.btn-submit-modern:hover .btn-icon {
  transform: translateX(5px);
}

.form-right {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-visual-design {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.design-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  opacity: 0.95;
}

.design-circles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: float 20s infinite ease-in-out;
}

.circle-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}

.circle-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
  animation-delay: 5s;
}

.circle-3 {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 10s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

.design-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.design-icon {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.design-icon svg {
  width: 80px;
  height: 80px;
  stroke: #fff;
  filter: drop-shadow(0 5px 15px rgba(0,0,0,0.2));
  animation: iconPulse 3s infinite ease-in-out;
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.design-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.design-text {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.95;
  margin-bottom: 40px;
  text-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.design-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 100px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 32px;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
}

.feature-label {
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* 响应式 */
@media (max-width: 992px) {
  .join-form-container {
    grid-template-columns: 1fr;
  }
  
  .form-left {
    padding: 30px;
  }
  
  .form-right {
    min-height: 400px;
  }
  
  .form-visual-design {
    padding: 30px;
  }
  
  .design-title {
    font-size: 26px;
  }
  
  .design-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .design-features {
    gap: 15px;
  }
  
  .feature-item {
    padding: 15px;
    min-width: 80px;
  }
  
  .feature-icon {
    font-size: 24px;
  }
  
  .feature-label {
    font-size: 12px;
  }
  
  .circle-1 {
    width: 200px;
    height: 200px;
  }
  
  .circle-2 {
    width: 150px;
    height: 150px;
  }
  
  .circle-3 {
    width: 100px;
    height: 100px;
  }
}

/* ========== 新闻详情页样式 ========== */
.article-detail-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.article-detail {
  background: #fff;
  border-radius: 20px;
  padding: 60px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.article-header {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.article-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

.article-meta {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.article-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 15px;
}

.article-meta .meta-item i {
  font-style: normal;
}

.article-content {
  font-size: 17px;
  line-height: 2;
  color: #444;
  margin-bottom: 50px;
}

.article-content p {
  margin-bottom: 20px;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.article-content h2,
.article-content h3,
.article-content h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
}

.article-content ul,
.article-content ol {
  padding-left: 30px;
  margin-bottom: 20px;
}

.article-content li {
  margin-bottom: 10px;
}

.article-related {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #f0f0f0;
}

.related-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
}

.related-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}

.related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.related-item {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.related-item:hover {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.related-image {
  flex: 0 0 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}

.related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.placeholder-icon {
  font-size: 40px;
  filter: brightness(0) invert(1);
}

.related-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.related-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-date {
  font-size: 13px;
  color: #999;
}

/* 响应式 */
@media (max-width: 992px) {
  .article-detail {
    padding: 30px;
  }
  
  .article-title {
    font-size: 28px;
  }
  
  .article-content {
    font-size: 16px;
  }
  
  .related-list {
    grid-template-columns: 1fr;
  }
}

/* ========== 艺人详情页样式 ========== */
.talent-detail-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.talent-profile-card {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 50px;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  margin-bottom: 60px;
}

.profile-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  position: relative;
}

.profile-image-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  z-index: 1;
  pointer-events: none;
}

.profile-image {
  width: 100%;
  height: auto;
  display: block;
}

.profile-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.talent-name {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.talent-name:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 5px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 3px;
}

.talent-info-content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.talent-info-content p {
  margin-bottom: 15px;
}

.talent-works-section {
  margin-top: 40px;
}

.section-title-modern {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.title-text {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  background: #f8f9fa;
  z-index: 1;
}

.title-decoration-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #667eea 30%, #764ba2 70%, transparent 100%);
  z-index: 0;
}

/* 响应式 */
@media (max-width: 992px) {
  .talent-profile-card {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 30px;
  }
  
  .talent-name {
    font-size: 32px;
  }
  
  .talent-info-content {
    font-size: 15px;
  }
  
  .title-text {
    font-size: 26px;
  }
}

/* ========== 移动端美化优化 ========== */
@media (max-width: 768px) {
  /* 通用容器 */
  .container {
    padding: 0 15px;
  }
  
  /* 页面标题 - 增强视觉效果 */
  .page-header {
    padding: 50px 20px !important;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%) !important;
    border-radius: 20px !important;
    margin: 0 -15px 30px !important;
  }
  
  .page-title {
    font-size: 28px !important;
    text-shadow: 0 2px 10px rgba(102, 126, 234, 0.1) !important;
  }
  
  .page-subtitle {
    font-size: 14px !important;
    opacity: 0.85 !important;
  }
  
  .title-decoration {
    width: 50px !important;
  }
  
  /* 首页 Hero Banner */
  .hero-banner {
    height: 75vh;
    min-height: 550px;
  }
  
  .hero-content {
    padding: 0 25px;
  }
  
  .hero-title {
    font-size: 36px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
  }
  
  .hero-subtitle {
    font-size: 16px;
    max-width: 90%;
  }
  
  .action-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
    padding: 16px 30px;
    font-size: 16px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
  }
  
  /* 服务卡片 - 交错布局 */
  .service-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 0 5px !important;
  }
  
  .service-card {
    padding: 35px 25px !important;
    transform: none !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
  }
  
  .service-card:nth-child(even) {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%) !important;
  }
  
  .service-card h3 {
    font-size: 20px !important;
  }
  
  .service-icon {
    font-size: 45px !important;
    margin-bottom: 20px !important;
  }
  
  /* 艺人网格 - 精美2列卡片设计 */
  .artist-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    display: grid !important;
    position: relative !important;
    opacity: 1 !important;
    padding: 0 !important;
    height: auto !important;
  }
  
  .artist-grid-item,
  .artist-grid [data-sjsel] {
    width: 100% !important;
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
  }
  
  .artist-card {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15) !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
  }
  
  .artist-card:active {
    transform: scale(0.98) !important;
  }
  
  .artist-card-image-wrapper {
    aspect-ratio: 3/4 !important;
    height: auto !important;
    position: relative !important;
    overflow: hidden !important;
  }
  
  .artist-card-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
  }
  
  .artist-card:active .artist-card-image {
    transform: scale(1.05) !important;
  }
  
  .artist-card-overlay {
    opacity: 0 !important;
  }
  
  .artist-card-info,
  .artist-card-name {
    font-size: 14px !important;
    padding: 15px 12px !important;
    font-weight: 600 !important;
    color: #333 !important;
    text-align: center !important;
    background: linear-gradient(to bottom, #fff 0%, #fafafa 100%) !important;
  }
  
  /* 新闻网格 - 精美横向卡片 */
  .news-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 0 5px !important;
  }
  
  .news-card {
    display: flex !important;
    flex-direction: row !important;
    height: auto !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.12) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
  }
  
  .news-card:active {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2) !important;
  }
  
  .news-card-image-wrapper {
    flex: 0 0 130px !important;
    height: 130px !important;
    width: 130px !important;
    padding-top: 0 !important;
    position: relative !important;
    overflow: hidden !important;
  }
  
  .news-card-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
  }
  
  .news-card:active .news-card-image {
    transform: scale(1.1) !important;
  }
  
  .news-card-placeholder {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  }
  
  .news-icon {
    font-size: 36px !important;
  }
  
  .news-card-content {
    padding: 18px 15px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  
  .news-card-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin-bottom: 8px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    color: #333 !important;
  }
  
  .news-card-excerpt {
    display: none !important;
  }
  
  .news-card-date {
    position: static !important;
    padding: 6px 10px !important;
    border-radius: 8px !important;
    display: inline-block !important;
    width: fit-content !important;
    margin-top: 5px !important;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%) !important;
    font-size: 11px !important;
    color: #667eea !important;
    font-weight: 600 !important;
  }
  
  .news-card-date .date-day,
  .news-card-date .date-month {
    display: inline !important;
    font-size: 11px !important;
    margin: 0 2px !important;
  }
  
  /* 视频作品网格 - 改为精美2列 */
  .video-works-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 !important;
  }
  
  .video-work-item {
    width: 100% !important;
  }
  
  .video-work-card {
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.12) !important;
    background: #fff !important;
  }
  
  .video-thumbnail-wrapper {
    aspect-ratio: 16/9 !important;
    height: auto !important;
    position: relative !important;
    overflow: hidden !important;
  }
  
  .video-work-info {
    padding: 12px !important;
    background: linear-gradient(to bottom, #fff 0%, #fafafa 100%) !important;
  }
  
  .video-work-title {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  
  .video-work-desc {
    font-size: 12px !important;
    color: #999 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  
  .video-work-meta {
    display: none !important;
  }
  
  /* 新闻列表 - 精美横向卡片 */
  .news-list-modern {
    gap: 18px !important;
    padding: 0 5px !important;
  }
  
  .news-list-item {
    margin-bottom: 0 !important;
  }
  
  .news-item-link {
    flex-direction: row !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.12) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
  }
  
  .news-item-link:active {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2) !important;
  }
  
  .news-item-image {
    flex: 0 0 120px !important;
    min-height: 140px !important;
    max-height: 140px !important;
    position: relative !important;
    overflow: hidden !important;
  }
  
  .news-item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
  }
  
  .news-item-link:active .news-item-image img {
    transform: scale(1.1) !important;
  }
  
  .news-item-placeholder {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  }
  
  .placeholder-icon {
    font-size: 36px !important;
  }
  
  .news-item-overlay {
    display: none !important;
  }
  
  .news-item-content {
    padding: 18px 15px !important;
    flex-direction: column !important;
    gap: 10px !important;
    flex: 1 !important;
  }
  
  .news-item-date {
    width: auto !important;
    padding: 6px 10px !important;
    border-radius: 8px !important;
    margin-bottom: 0 !important;
    flex: none !important;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%) !important;
    display: inline-block !important;
    width: fit-content !important;
  }
  
  .news-item-date .date-day,
  .news-item-date .date-month,
  .news-item-date .date-year {
    display: inline !important;
    font-size: 11px !important;
    margin: 0 1px !important;
    color: #667eea !important;
    font-weight: 600 !important;
  }
  
  .news-item-text {
    flex: 1 !important;
  }
  
  .news-item-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    color: #333 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  
  .news-item-excerpt {
    display: none !important;
  }
  
  .news-item-meta {
    display: none !important;
  }
  
  /* 签约艺人页 - 优化筛选导航 */
  .sortable__nav {
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: center !important;
    padding: 15px 10px !important;
    background: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
    margin-bottom: 20px !important;
    display: flex !important;
    position: relative !important;
    z-index: 10 !important;
  }
  
  .sortable__nav li {
    list-style: none !important;
  }
  
  .nav__link {
    padding: 10px 16px !important;
    font-size: 13px !important;
    border-radius: 20px !important;
    background: #f5f5f5 !important;
    transition: all 0.3s ease !important;
    color: #666 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
    touch-action: manipulation !important;
  }
  
  .nav__link:active {
    transform: scale(0.95) !important;
  }
  
  .nav__link.active,
  .nav__link:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3) !important;
  }
  
  /* 联系我们页 - 改为精美2列 */
  .contact-services {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 !important;
  }
  
  .service-card-simple {
    padding: 25px 15px !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.12) !important;
    border-radius: 18px !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
  }
  
  .service-card-simple:active {
    transform: scale(0.98) !important;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2) !important;
  }
  
  .service-icon-wrapper {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto 15px !important;
    padding: 15px !important;
  }
  
  .service-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
  }
  
  .service-description {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #666 !important;
  }
  
  .contact-info-card {
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  }
  
  .contact-info-title {
    font-size: 24px;
  }
  
  /* 加入我们页 - 表单美化 */
  .join-form-container {
    grid-template-columns: 1fr;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .form-left {
    padding: 35px 25px;
  }
  
  .form-input {
    padding: 16px 20px 16px 55px;
    font-size: 15px;
    border-radius: 12px;
    border: 2px solid #f0f0f0;
  }
  
  .btn-submit-modern {
    padding: 16px 30px;
    font-size: 17px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  }
  
  .form-right {
    min-height: 250px;
  }
  
  .design-title {
    font-size: 24px;
  }
  
  .design-features {
    gap: 12px;
  }
  
  /* 新闻详情页 - 优化阅读体验 */
  .article-detail {
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  }
  
  .article-title {
    font-size: 24px;
    line-height: 1.5;
  }
  
  .article-meta {
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .article-meta .meta-item {
    font-size: 13px;
    padding: 6px 12px;
    background: #f5f5f5;
    border-radius: 8px;
  }
  
  .article-content {
    font-size: 15px;
    line-height: 1.9;
  }
  
  .related-title {
    font-size: 20px;
  }
  
  .related-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .related-item {
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  }
  
  .related-image {
    flex: 0 0 90px;
    height: 90px;
    border-radius: 10px;
  }
  
  .related-item-title {
    font-size: 14px;
    line-height: 1.4;
  }
  
  /* 艺人详情页 - 精美布局 */
  .talent-profile-card {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  }
  
  .profile-image-wrapper {
    border-radius: 15px;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .talent-name {
    font-size: 26px;
    text-align: center;
  }
  
  .talent-name:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .talent-info-content {
    font-size: 14px;
    line-height: 1.9;
  }
  
  .section-title-modern {
    margin-bottom: 25px;
  }
  
  .title-text {
    font-size: 22px;
    padding: 0 20px;
  }
  
  /* 分页 - 简化布局 */
  .pagination-modern {
    padding: 20px 10px;
  }
  
  .pagination-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  
  .pagination-btn {
    flex: 1;
    min-width: 100px;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 10px;
  }
  
  .pagination-numbers {
    order: 0;
    width: 100%;
    text-align: center;
  }
  
  .pagination-info {
    width: 100%;
    text-align: center;
    order: 1;
  }
}

/* 超小屏幕优化 (小于480px) */
@media (max-width: 480px) {
  /* Hero Banner */
  .hero-banner {
    height: 60vh !important;
    min-height: 450px !important;
  }
  
  .hero-title {
    font-size: 26px !important;
  }
  
  .hero-subtitle {
    font-size: 14px !important;
  }
  
  /* 艺人网格保持2列 - 更美观 */
  .artist-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    display: grid !important;
    position: relative !important;
    opacity: 1 !important;
    height: auto !important;
  }
  
  .artist-grid-item,
  .artist-grid [data-sjsel] {
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
  }
  
  .artist-card-name {
    font-size: 13px !important;
    padding: 10px 8px !important;
  }
  
  /* 视频作品也改为2列 */
  .video-works-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  
  .video-work-title {
    font-size: 13px !important;
  }
  
  .video-work-desc {
    font-size: 11px !important;
  }
  
  /* 服务卡片继续保持2列 */
  .service-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  
  .service-icon {
    font-size: 35px !important;
  }
  
  .service-card h3 {
    font-size: 16px !important;
  }
  
  .service-card {
    padding: 25px 15px !important;
  }
  
  /* 联系我们页服务卡片也保持2列 */
  .contact-services {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  
  .service-card-simple {
    padding: 20px 12px !important;
  }
  
  .service-icon-wrapper {
    width: 55px !important;
    height: 55px !important;
    margin-bottom: 12px !important;
  }
  
  .service-title {
    font-size: 15px !important;
  }
  
  .service-description {
    font-size: 12px !important;
  }
  
  /* 保持新闻网格横向布局 */
  .news-grid {
    grid-template-columns: 1fr !important;
  }
  
  .news-card {
    display: flex !important;
    flex-direction: row !important;
  }
  
  .news-card-image-wrapper {
    flex: 0 0 100px !important;
    width: 100px !important;
    height: 100px !important;
  }
  
  .news-card-title {
    font-size: 14px !important;
  }
  
  /* 保持新闻列表横向布局 */
  .news-item-link {
    flex-direction: row !important;
  }
  
  .news-item-image {
    flex: 0 0 100px !important;
    min-height: 120px !important;
  }
  
  .news-item-title {
    font-size: 14px !important;
  }
  
  /* 表单输入 */
  .form-input {
    padding: 12px 15px 12px 50px !important;
    font-size: 14px !important;
  }
  
  .input-icon {
    left: 15px !important;
    width: 20px !important;
    height: 20px !important;
  }
  
  /* 文章标题 */
  .article-title {
    font-size: 20px !important;
  }
  
  /* 艺人姓名 */
  .talent-name {
    font-size: 22px !important;
  }
  
  /* 特性卡片 */
  .feature-item {
    padding: 12px !important;
    min-width: 70px !important;
  }
  
  .feature-icon {
    font-size: 20px !important;
  }
  
  .feature-label {
    font-size: 11px !important;
  }
  
  /* 设计标题 */
  .design-title {
    font-size: 22px !important;
  }
  
  .design-text {
    font-size: 13px !important;
  }
}