#wrapper{
	width: 100%;
	min-height: 100%;
	/*background: #f6f6f6;*/
}
.nav{
	width: 100%;
	height: 105px;
	background: #fff;
}
.nav .logo-box{
	width: 19%;
	height: 105px;
	line-height: 105px;
	text-align: center;
	float: left;
}
.nav .logo-box a{
	display: inline-block;
}
.nav .logo-box img{
	width: 235px;
	height: 51px;
	vertical-align: middle;
}
.nav .nav-list-box{
	width: 62%;
	float: left;
}
.nav .nav-ul li{
	width: 9%;
	height: 105px;
	line-height: 105px;
	float: left;
	text-align: center;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.nav .nav-ul li a{
	display: block;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.nav .nav-ul li a span{
	width: 100%;
	display: block;
	background: #FFFFFF;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.nav .nav-ul li a::before{
	content: attr(data-hover);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #d1ab61;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}
.nav .nav-ul li a:hover::before{
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
.nav .nav-ul li a:hover span{
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}
.nav .nav-ul li.on a::before{
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
.nav .nav-ul li.on a span{
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}
.nav .nav-bar{
	width: 45px;
	height: 45px;
	float: right;
	border-left: 1px solid #d2ab72;
	overflow: hidden;
	display: none;
}
.nav .nav-bar span{
	width: 35px;
	height: 2px;
	background: #d2ab72;
	display: block;
	margin: 10px auto;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
}
.nav.open .nav-bar span:first-child{
	transform: translateY(15px) rotate(-45deg);
}
.nav.open .nav-bar span:nth-child(2){
	opacity: 0;
}
.nav.open .nav-bar span:last-child{
	transform: translateY(-9px) rotate(45deg);
}
.nav .top-contact{
	width: 19%;
	height: 105px;
	line-height: 105px;
	float: right;
	color: #333333;
	font-size: 16px;
}
.nav .top-contact strong{
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/phone-ico.png)no-repeat;
	float: left;
	margin-top: 41px;
	margin-right: 5px;
}
.banner .slide-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner .slide-banner li{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.banner .slide-banner li.active{
	z-index: 1;
	opacity: 1;
}
.banner .slide-banner img{
	width: 100%;
	display: block;
}
.swiper-pagination{
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	text-align: center;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 49px;
	height: 8px;
	border: 2px solid #999999;
	display: inline-block;
	margin: 5px;
	cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet.active{
	border-color: #D2AB72;
	background: #D2AB72;
}
.ind-box{
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.col-four .li{
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px;
}
.ind-new .li .img-box{
	height: 385px;
	width: 100%;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.ind-new .li .img-box img{
	width: 100%;
	height: 100%;
}
.ind-new .li .img-box:hover{
	padding: 8px;
	border:1px solid #bfbfbf;
}
.ind-new .li .text-box{
	margin-top: 10px;
}
.ind-new .li .text-box .title{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
}
.ind-new .li .text-box .date{
	font-size: 14px;
	color: #999;
}
.ind-about{
	width: 100%;
	padding: 30px 0px;
	background: #f6f6f6;
}
.ind-about .content-box .title{
	color: #333333;
	font-size: 24px;
	margin: 20px 0px;
}
.ind-about .img-box{
	height: 175px;
	margin: 0 auto;
	padding: 15px;
	box-shadow: 0px 5px 5px #ccc;
	background: #fff;
	margin-top: 30px;
	float: none;
}
.ind-about .img-box img,
.ind-case .col-four .li .img-box img{
	width: 100%;
	height: 100%;
}
.ind-case .col-four .li{
	height: 450px;
	position: relative;
}
.ind-case .col-four .li .img-box{
	height: 100%;
	background: #ffc000;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.ind-case .li .img-box:hover{
	padding: 8px;
}
.ind-case .li .img-box a{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}
.ind-case .li .mark-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.ind-case .li .text-box{
	position: absolute;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	padding: 8px;
	color: #ffffff;
}
.ind-case .li:hover .mark-box{
	opacity: 1;
}
.ind-case .li .text-box .right{
	width: 80%;
	float: left;
}
.ind-case .li .text-box .right p{
	width: 100%;
	line-height: 26px;
}
.ind-case .li .text-box .left{
	width: 20%;
	float: left;
	text-align: center;
}
.ind-case .li .text-box .left img{
	width: auto;
	margin-top: 17px;
}
.ind-twoban, .ind-threeban{
	width: 100%;
	overflow: hidden;
}
.ind-twoban .li{
	width: 49.75%;
	margin-right: 0.5%;
	max-height: 250px;
	float: left;
}
.ind-twoban .li img, .ind-fiveban .img-box img{
	width: 100%;
	height: 300px;
	display: block;
}
.ind-tabs{
	width: 100%;
	text-align: center;
}
.ind-tabs li{
	display: inline-block;
	margin: 0px 5px;
	position: relative;
}
.ind-tabs li:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: #c3c3c3;
	right: -8px;
	top: 8px;
}
.ind-tabs li:last-child:after{
	display: none;
}
.ind-tabs li a{
	display: inline-block;
	color: #666;
	font-size: 14px;
	padding: 5px 15px;
}
.ind-tabs .on a,
.ind-tabs li a:hover{
	background: #575757;
	color: #fff;
}
.tab-content-list .tab-content{
	margin-top: 35px;
	display: none;
}
.tab-content-list .tab-content.active{
	display: block;
}
.ind-night .col-five .li,
.ind-shebei .col-five .li{
	width: 19.2%;
	height: 440px;
	float: left;
	margin-right: 1%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.ind-night .col-five .li:nth-child(5n),
.ind-tema .col-five .li:nth-child(5n),
.ind-shebei .col-five .li:nth-child(5n){
	margin-right: 0px;
}
.ind-night .col-five .li a,
.ind-shebei .col-five .li a,
.ny-shebei .col-five .li a,
.ny-night .ny-list-box .li a{
	width: 100%;
	height: 100%;
	display: block;
}
.ind-night .col-five .li img,
.ind-shebei .col-five .li img,
.ny-shebei .col-five .li img{
	width: 100%;
	height: 440px;
	display: block;
}
.ind-night .col-five .li .text-box,
.ind-shebei .col-five .li .text-box,
.ny-shebei .col-five .li .text-box,
.ny-night .ny-list-box .li .text-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 35% 10px 0px 10px;
	background: rgba(0,0,0,0.3);
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	text-align: center;
}
.ind-night .col-five .li .text-box .name,
.ny-night .ny-list-box .li .text-box .name{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ind-night .col-five .li .text-box .label,
.ny-night .ny-list-box .li .text-box .label{
	color: #fff;
}
.ind-night .col-five .li .text-box i,
.ny-night .ny-list-box .li .text-box i{
	width: 41px;
	height: 41px;
	display: inline-block;
	background: url(../images/look-ico.png) no-repeat;
	margin-top: 30px;
}
.ind-night .col-five .li:hover .text-box,
.ind-shebei .col-five .li:hover .text-box,
.ny-shebei .col-five .li:hover .text-box,
.ny-night .ny-list-box .li:hover .text-box{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
.ind-video .li .ico-box{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.ind-video .li .ico-box .ico{
	width: 41px;
	height: 41px;
	position: relative;
	top: 43%;
	left: 46%;
	display: inline-block;
	z-index: 3;
	background: url(../images/play-ico.png) no-repeat;
	transform: scale(3);
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	opacity: 0;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
}
.ind-video .li:hover .ico-box .ico{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
}
.ind-star{
	background: #f6f6f6;
	padding: 30px 0px;
}
.ind-star .col-four .li{
	height: 580px;
	position: relative;
}
.ind-star .col-four .li .img-box{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ind-star .li .img-box a,
.ind-tema .col-five .li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.ind-star .col-four .li .img-box img,
.ind-tema .col-five .li .img-box img,
.ny-tema .col-four .li .img-box img{
	width: 100%;
	height: 100%;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
}
.ind-star .col-four .li .text-box{
	position: absolute;
	width: 90%;
	bottom: -50%;
	background: #fff;
	left: 5%;
	text-align: center;
	padding: 10px 0px;
	color: #3d3d3d;
	opacity: 0;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
}
.ind-star .col-four .li:hover .text-box{
	bottom: 20px;
	opacity: 1;
}
.ind-star .col-four .li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.ind-star .col-four .li .text-box:after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 50px;
	background: #3d3d3d;
	position: absolute;
	bottom: -20px;
	left: 20px;
}
.ind-tema .col-five .li{
	width: 19.2%;
	float: left;
	margin-right: 1%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.ny-tema .col-four .li{
	width: 33%;
	float: left;
	margin-right: 0.5%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.ny-tema .col-four .li:nth-child(3n),
.ny-shebei .col-five .li:nth-child(3n),
.ny-system .col-five .li:nth-child(3n){
	margin-right: 0px;
}
.ny-tema .col-four .li .img-box{
	width: 100%;
	height: 330px;
}
.ind-tema .col-five .li .img-box{
	width: 100%;
	height: 305px;
}
.ind-tema .col-five .li .text-box,
.ny-tema .col-four .li .text-box{
	border: 1px solid #999999;
	padding: 15px;
	height: 90px;
	overflow: hidden;
	color: #999999;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
}
.ind-tema .col-five .li .text-box .name
,.ny-tema .col-four .li .text-box .name{
	color: #474747;
}
.ind-tema .col-five .li .text-box .position,
.ny-tema .col-four .li .text-box .position{
	margin-left: 10px;
}
.ind-tema .col-five .li .text-box .label,
.ny-tema .col-four .li .text-box .label{
	margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ind-tema .col-five .li:hover .text-box,
.ny-tema .col-four .li:hover .text-box{
	background: #d0b47b;
	color: #fff;
}
.ind-fiveban{
	margin-bottom: 30px;
}
.ind-fiveban .img-box{
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.ind-fiveban .img-box.padding-none{
	padding-right: 0px;
}
.ind-shebei .li .position{
	position: absolute;
	bottom: 10px;
	text-align: left;
}
.ind-shebei .li .position p,
.ny-shebei .col-five .li p{
	color: #fff;
}
.ind-partners{
	padding: 15px 0px 35px;
}
.ind-partners .li{
	width: 24.2%;
	float: left;
	height: 165px;
	position: relative;
	margin-right: 1%;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
}
.ind-partners .li:nth-child(4n){
	margin-right: 0;
}
.ind-partners .li img{
	width: 100%;
	height: 100%;
	display: block;
}
.ind-partners .li .text-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 165px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.3);
	transform: translate(-100%,100%);
	-webkit-transform: translate(-100%,100%);
	-moz-transform: translate(-100%,100%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.ind-partners .li:hover .text-box{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
}
.footer{
	background: #262626;
	padding: 40px 0px;
}
.footer .logo-box img{
	width: 100%;
}
.footer .logo-box{
	padding:0px 25px;
	border-right: 1px solid #313131;
}
.footer .add{
	border-right: 1px solid #313131;
}
.footer .add .text-box{
	width: 80%;
	color: #989898;
	overflow: hidden;
}
.footer .add .label,
.ny-contact .label{
	width: 25%;
	display: block;
	text-align: right;
	float: left;
}
.footer .add .text,
.ny-contact .text{
	width: 75%;
	display: block;
	float: left;
	line-height: 22px;
}
.footer .contact{
	color: #989898;
	line-height: 26px;
	position: relative;
}
.footer .contact a{
	color: #989898;
}
.copy-right{
    background: #000;
    width: 100%;
    padding: 8px 0px;
    color: #d1ab61;
    font-size: 14px;
    text-align: center;
}
.back-top{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.copy-right a{
	color: #d1ab61;
}
/*内页*/
.ny-banner img{
	width: 100%;
	height: auto;
	display: block;
}
.ny-position{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #f6f6f6;
	text-align: right;
}
.ny-position a{
	color: #444;
}
.ny-tab li{
	margin-right: 30px;
	display: inline-block;
}
.ny-tab li a{
	color: #898989;
}
.ny-tab .on a{
	color: #d0b47b;
}
.ny-tab{
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #e9e9e9;
}
.ny-title,
.ny-title-a{
	margin: 35px 0px 30px;
}
.ny-title .namee{
	text-transform: uppercase;
	color: #999999;
}
.ny-title-a .name{
	color: #333;
}
.ny-title-a .namee{
	color: #999;
}
.ny-wrapper.ind-case .li .left img{
	margin-top: 6px;
}
.ny-service,
.ny-about,
.nt-join{
	margin-bottom: 60px;
}
.ny-service li,
.nt-join .li{
	margin-top: 25px;
}
.ny-service li .title,
.nt-join .li .title{
	color: #d0b47b;
	font-size: 18px;
	font-weight: bold;
}
.ny-service li .text{
	color: #444444;
	font-size: 14px;
	margin-top: 10px;
}
.ny-about .title{
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
}
.ny-about .text,
.nt-join .li .text{
	color: #444444;
	font-size: 14px;
	margin-top: 15px;
	line-height: 24px;
}
.nt-join .label{
	display: inline-block;
	background: #d0b47b;
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
	padding: 5px;
}
.tema-detailed{
	margin: 45px 0px 65px;
}
.tema-detailed .img-box img{
	width: 100%;
}
.tema-detailed .name{
	font-size: 24px;
	margin-top: 35px;
}
.tema-detailed .text-box{
	margin-top: 15px;
}
.tema-detailed .text-box img{max-width:100%}
.tema-detailed .text-box .label{
	color: #999;
}
.tema-detailed .text-box .text{
	color: #666;
}
.ny-contact .map-box img{
	width: 100%;
}
.ny-contact .label{
	width: auto;
}
.ny-contact .contact-text{
	padding-left: 30px;
}
.contact-text .company-name{
	font-size: 18px;
	color: #333;
}
.contact-text .text-box{
	color: #666;
	margin-top: 10px;
	overflow: hidden;
}
.ny-contact{
	margin-bottom: 65px;
}
/*留言板*/
.message-box .row-li{
	display:block;
	overflow: hidden;
	margin-bottom: 15px;
}
.message-box .row-li .label{
	float: left;
	display: block;
	color: #353840;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	width: 10%;
	text-align: center;
}
.message-box .row-li .input-box{
	display: block;
	float: left;
	width: 90%;
}
.message-box .row-li .input-box input{
	width: 80%;
	height: 35px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	padding: 0px 5px;
}
.message-box .row-li .input-box textarea{
	resize: none;
	width: 80%;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	padding: 0px 5px;
}
.message-box .row-li .code-box input{
	height: 35px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	padding: 0px 5px;
}
.message-box .row-li .code-img{
	float: left;
	margin-left: 10px;
}
.submit-btn{
	width: 285px;
	height: 55px;
	border-radius: 5px;
	background: #d1ab61;
	border:none;
	color: #fff;
	font-size: 24px;
	margin: 35px 0px 65px 0px;
	cursor: pointer;
}
/*明星资源*/
.ny-wrapper.ind-star{
	background: #fff;
}
.ny-wrapper.ind-star .col-four .li{
	height: 500px;
}
/*设备资源*/
.ny-shebei .col-five .li,
.ny-system .col-five .li{
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
/*新闻列表页*/
.ny-new .li{
	margin:15px 0px;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.ny-new .li .img-box{
	width: 20%;
	height: 175px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 3%;
	position: relative;
}
.ny-new .li .img-box img,
.ny-new .li .img-box a{
	width: 100%;
	height: 100%;
	display: block;
}
.ny-new .li .right-box{
	width: 75%;
	float: left;
}
.ny-new .li .right-box .title{
	color: #333;
}
.ny-new .li .right-box .date{
	padding: 5px 0;
	color: #999999;
	border-bottom: 1px dotted #ccc;
}
.ny-new .li .right-box .text-box{
	padding: 10px 0px;
	color: #999999;
}
.ny-new .li .title:hover{
	color: #d0b47b;
	text-decoration: underline;
}
.ny-new-title{
	width: 80%;
	margin: 0 auto;
	padding: 15px 0px 5px 0px;
	border-bottom: 1px solid #e5e5e5;
}
.ny-new-title .title{
	font-size: 28px;
	color: #000;
}
.ny-new-title .label{
	color: #999999;
	font-size: 12px;
}
.ny-new .li .ico-box{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 2;
	opacity: 0;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
}
.ny-new .li .ico-box .ico{
	width: 41px;
	height: 41px;
	position: relative;
	top: 40%;
	left: 46%;
	display: inline-block;
	z-index: 3;
	background: url(../images/look-ico.png) no-repeat;
	transform: scale(3);
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	opacity: 0;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
}
.ny-new .li:hover .ico-box{
	opacity: 1;
}
.ny-new .li:hover .ico-box .ico{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
}
/*夜场制度*/
.ny-system .col-five .li a{
	color: #666;
}
.ny-system .col-five .li img{
	width: 100%;
	height: 460px;
	display: block;
}
/*夜场资源*/
.ny-night .ny-list-box .li{
	width: 24.25%;
	float: left;
	margin-right: 1%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.ny-night .ny-list-box .li:nth-child(4n){
	margin-right: 0px;
}
.ny-night .ny-list-box .li img{
	width: 100%;
	height: 360px;
	display: block;
}
/*明星资源内页*/
.ny-star-detailed{
	background: #f1ebe9;
}
.ny-star-detailed .name-box .name{
	font-size: 40px;
	color: #333;
	float: left;
}
.ny-star-detailed .name-box .label{
	display: inline-block;
	float: left;
	background: #d5c8c4;
	font-size: 14px;
	overflow: hidden;
	padding: 5px;
	border-radius: 3px;
	margin:20px 0px 0px 10px;
}
.ny-star-detailed .name-box .label li{
	color: #fff;
	border-right: 1px solid #fff;
	float: left;
	padding: 0px 5px;
}
.ny-star-detailed .name-box .label li:last-child{
	border-right:none;
}
.ny-star-detailed .mq{
	font-size: 20px;
	color: #999999;
}
.ny-star-detailed .star-introduction{
	margin-top: 25px;
	font-size: 14px;
	color: #666;
}
.ny-star-detailed .stat-photo img{
	height: 405px;
	width: auto;
}
.ny-content-box{
	margin: 0px 0px 45px;
	color: #666;
	font-size: 14px;
}
.ny-content-box img{
	max-width: 100%;
}
.ny-content-box p{
	line-height: 24px;
}
