:root {
	--main-color: #A44323;
	--left-bgcolor: #dcdcdc;
	/*左侧背景色及边框色*/
}

.aboutCont .aboutMenu {
	background: var(--left-bgcolor);
}

.aboutCont .aboutMenu h2 {
	background: #79311d;
}

.aboutCont .aboutMenu ul li a {
	border-left: 5px solid var(--left-bgcolor);
	border-right: 5px solid var(--left-bgcolor);
	background: var(--left-bgcolor);
}

.aboutCont .aboutMenu ul li a:hover {
	border-left: 5px solid #79311d;
}

.aboutCont .aboutMenu ul li a.on {
	border-left: 5px solid #79311d;
	color: #79311d;
}

.aboutCont .aboutInfo .rlm span {
	border-bottom: 2px solid var(--main-color);
}

.aboutCont .aboutInfo .aboutXX a {
	color: var(--main-color);
}

/* 分页 */

.pages ul li.thisclass,
.pages ul li .thisclass,
.pages ul li.thisclass a,
.pages ul li .thisclass a,
.pagebox ul li.thisclass a:hover,
.pagebox ul li .thisclass a:hover {
	background: var(--main-color);
	border: 1px solid var(--main-color);
}

.pages .pageinfo {
	color: var(--main-color);
}

.pages .pageinfo strong {
	color: var(--main-color);
}

/* 右侧内容配置 */

/*艺人入住*/

.ruzhuk {
	width: 750px;
	height: 319px;
	margin: 40px auto 20px;
	background: url(../img/w_yirenruzhu_03.jpg) center center no-repeat;
	background-size: cover;
}

.rz-bd {
	width: 340px;
	float: right;
	margin-top: 25px;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 30px;
}

.rz-bd-bk {
	height: 60px;
	width: 100%;
	overflow: hidden;
}

.rz-bd-com p {
	;
	width: 100%;
	overflow: hidden;
}

.rz-bd-com p span {
	float: left;
	width: 68px;
	font-size: 14px;
	color: #3E3A39;
	line-height: 40px;
	margin-right: 10px;
	text-align: right;
}

.rz-bd-com p span b {
	color: #CC3000;
}

.rz-bd-com p input {
	width: 250px;
	height: 40px;
	background: #f9f8f8;
	border: 1px solid #f0ede8;
	padding-left: 10px;
	border-radius: 5px;
}

.rz-bd-com strong {
	font-size: 12px;
	color: #CC3000;
	padding-left: 80px;
	font-weight: 300;
	line-height: 30px;
	display: none;
}

.rz-bd-com textarea {
	line-height: 26px;
	width: 250px;
	height: 70px;
	background: #f9f8f8;
	border: 1px solid #f0ede8;
	border-radius: 5px;
	padding: 5px;
}

.rz-bd-com button {
	background: #CC3000;
	border-radius: 5px;
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.rz-bd-bk2 {
	height: 80px;
	width: 100%;
	overflow: hidden;
}

.rz-bd-bk3 {
	height: 88px;
	width: 100%;
	overflow: hidden;
}

.aboutCont .aboutInfo .aboutXX .rz-bd-bk3 .hint {
	width: 265px;
	float: right;
	font-size: 12px;
	color: #665636;
}

.rz-bd-com button {
	float: right;
	margin: 15px auto 0;
	width: 260px;
	height: 40px;
	cursor: pointer;
}

/*.rz-pop{ display: none;}*/

.rz-pop .rz-pop-di {
	position: fixed;
	background-color: #666;
	opacity: 0.5;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.rz-popk {
	background: #fff;
	padding: 60px 50px 20px;
	border-top: 3px solid #CC3000;
	border-radius: 5px;
	overflow: hidden;
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -100px;
}

.rz-popk p {
	font-size: 18px;
	color: #0d9834;
	font-weight: bold;
	text-align: center;
}

.rz-popk button {
	width: 150px;
	cursor: pointer;
	height: 40px;
	margin: 20px auto;
	display: block;
	background: #CC3000;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
}

/*媒体报道*/

.media {
	width: 750px;
	margin: 40px auto 20px;
}

.media ul {
	overflow: hidden;
}

.media ul li {
	border: 3px solid #d2d2d2;
	width: 340px;
	height: 194px;
	float: left;
	margin-right: 58px;
	margin-bottom: 50px;
	cursor: pointer;
	position: relative;
}

.media ul li:nth-child(2n+2) {
	margin-right: 0;
}

.media ul li:hover {
	border: 3px solid #a44323;
}

.media .from {
	font-size: 20px;
	color: #a44323;
	line-height: 30px;
	font-weight: bold;
	margin: 20px 10px 15px;
}

.aboutCont .aboutInfo .aboutXX .media .new-tit {
	font-size: 18px;
	line-height: 30px;
	color: #3e3a39;
	margin: 10px;
	display: block;
}

.media .new-time {
	position: absolute;
	bottom: 15px;
	left: 10px;
	color: #9fa0a0;
	font-size: 12px;
}

/*企业风采*/

.enterprise {
	width: 750px;
	margin: 40px auto 20px;
}

.enterprise ul {
	overflow: hidden;
}

.enterprise ul li {
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px dashed #dadada;
	overflow: hidden;
}

.enterprise ul li:hover .new-tit {
	color: #a44323;
}

.enterprise img {
	float: left;
	margin: 0 50px 20px 0;
	max-width: 220px;
	height: 148px;
}

.enterprise .enterk {
	float: left;
	width: 480px;
}

.aboutCont .aboutInfo .aboutXX .enterk .new-tit {
	font-size: 20px;
	line-height: 30px;
	color: #3e3a39;
	display: block;
}

.aboutCont .aboutInfo .aboutXX .enterk .new-tit:hover {
	color: #a44323;
}

.enterprise .new-time {
	color: #9fa0a0;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 22px;
}

.aboutCont .aboutInfo .aboutXX .enterprise .new-tuij a {
	font-size: 12px;
	line-height: 26px;
	color: #666464;
}

.enterprise .new-tuij a {
	color: #a24321;
	font-size: 12px;
}

/*企业风采——详情*/

.detail {
	width: 750px;
	margin: 40px auto 20px;
}

.detail-tit {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.detail-time {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}

.detail-com {
	overflow: hidden;
}

.detail-com p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 30px;
}

.detail-com img {
	max-width: 650px;
	margin: 20px auto 10px;
	height: auto;
	display: block;
}

/*客服验证*/

.service {
	width: 750px;
}

.service-k {
	width: 750px;
	height: 320px;
	background: url(../img/w_kfyz_03.jpg) center center no-repeat;
	background-size: cover;
}

.service-l {
	width: 340px;
	float: left;
	margin: 130px 0 0 65px;
}

.service-l input {
	width: 290px;
	height: 46px;
	border: 1px solid #d2d2d2;
	background: #faf7f3;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 14px;
}

.service-l button {
	width: 300px;
	height: 46px;
	background: #ae0e11;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.service-r {
	width: 320px;
	float: right;
	margin-right: 20px;
}

.service-yz {
	overflow: hidden;
}

.service-yz img {
	display: block;
	margin: 50px auto 10px;
}

.service-yz p span {
	font-size: 14px;
	font-weight: bold;
	color: #3e3b3a;
	text-align: center;
	line-height: 26px;
	display: block;
}

.service-yz p span i {
	font-style: normal;
	color: #ae0e11;
}

.aboutCont .aboutInfo .mdgh-k .guanwang {
	border-bottom: 1px solid #e9e0d2;
	font-size: 16px;
	color: #3e3a39;
	line-height: 40px;
	margin-bottom: 50px;
}

.aboutCont .aboutInfo .mdgh-k .guanwang a {
	font-size: 16px;
	color: #ae0e11;
}

.aboutCont .aboutInfo .mdgh-k .mdgh {
	overflow: hidden;
	border-bottom: 1px solid #e9e0d2;
	margin-bottom: 0;
}

.aboutCont .aboutInfo .mdgh-k .mdgh span {
	font-size: 16px;
	color: #3e3a39;
	line-height: 40px;
}

.aboutCont .aboutInfo .mdgh-k .mdgh span:last-child {
	float: right;
}

.aboutCont .aboutInfo .mdgh-k .mdgh span a {
	font-size: 16px;
	color: #ae0e11;
}

.aboutCont .aboutInfo .mdgh-k {
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

.aboutCont .aboutInfo .mdgh-k ul {
	overflow: hidden;
	margin-right: 0;
	background: #fbf9f6;
	padding-left: 20px;
	padding-top: 20px;
}

.aboutCont .aboutInfo .mdgh-k ul li {
	width: 146px;
	float: left;
	min-height: 240px;
	margin-bottom: 20px;
}

.aboutCont .aboutInfo .mdgh-k ul li p {
	font-size: 14px;
	color: #3e3a39;
	line-height: 30px;
	margin-bottom: 0;
}

/*友情链接*/

.friendship {
	width: 750px;
	margin: 40px auto 20px;
}

.friendship li {
	overflow: hidden;
	margin-bottom: 30px;
}

.friendship li p {
	font-size: 16px;
	color: #ae0e11;
	font-weight: bold;
	border-bottom: 1px solid #f4efe8;
	line-height: 30px;
	margin-bottom: 15px;
}

.friendship li div {
	overflow: hidden;
}

.friendship li div a {
	display: block;
	float: left;
	width: 150px;
	line-height: 30px;
	margin-bottom: 15px;
	font-size: 16px;
}

.friendship li div a:hover {
	color: #ae0e11;
}

/*发展历程*/

.develop {
	margin: 40px auto 20px;
}

.fa-red {
	width: 1px;
	position: absolute;
	top: 140px;
	bottom: 20px;
	left: 76px;
	background: #b6341d;
}

.fa-com {
	position: relative;
	margin-bottom: 50px;
}

.fa-com li .fa-b {
	float: left;
	display: block;
	margin-top: 6px;
}

.fa-com li {
	margin-top: 80px;
	overflow: hidden;
	margin-left: 67px;
}

.fa-com li .fa-ta {
	float: left;
	width: 100px;
	text-align: left;
	color: #b6341d;
	font-size: 16px;
	line-height: 30px;
	padding-left: 10px;
}

.fa-com li .fa-event {
	float: left;
	width: 555px;
	font-size: 16px;
	line-height: 30px;
}

.red {
	font-weight: bolder;
}

.fa-com li .fa-rd {
	background: #df5052;
	color: #fff;
	padding: 15px;
	width: 527px;
}

.fa-com li .fa-event p {
	float: left;
	width: 310px;
	font-size: 16px;
	line-height: 30px;
}

.fa-com li .fa-event img {
	float: right;
}

.fa-frist {
	color: #DF5052;
}

.fa-com li i {
	width: 20px;
	height: 8px;
	background: #B6341D;
	display: block;
	margin-left: -5px;
}