/* 
	内页样式表
 */
/**
 * .c-z-1 {
	color: #3fb0ff;
}

.c-z-2 {
	color: #35369b;
}

.c-z-3 {
	color: #f2e01d;
}

 ***/

/* 内页联系方式 */
.ny-lxfs-box .index-cp-lxfs {
	background: #35369b;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	height: 155px;
}

.ny-lxfs-box .index-cp-lxfs img {
	padding-top: 20px;
	display: block;
	width: 50px;
	margin: 0 auto 10px;
}

.ny-lxfs-box .index-cp-lxfs-title {
	line-height: 2em;
	margin: 0 auto;
	font-size: 18px;
}

.ny-lxfs-box .index-cp-lxfs-tell {
	font-size: 26px;
	font-family: '黑体';
	font-weight: bold;
	letter-spacing: 1px;
}


/* 左侧案例 */
.ny-left-item-ul {
	padding: 10px 20px;
	border: solid 1px #35369b;
}

.ny-left-case-ul li {
	padding-left: 10px;
	position: relative;
}

.ny-left-case-ul li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #3fb0ff;
}

.ny-left-case-ul li a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

.ny-left-case-ul li:hover a {
	color: #3fb0ff;
}


/**右侧正文**/
.right-box {}

.ny-news-box .type-name {
	padding: 0;
	background: none;
	line-height: 1em;
	color: #333;
	font-size: 24px;
}

.ny-news-box .type-name span {
	color: #666;
	font-size: 16px;
	display: block;
}


/* 内页正文 栏目头部 */
.ny-type-detail-top {
	background: #f8f8f8;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.ny-type-detail-top a {
	float: left;
	color: #fff;
	background: #3fb0ff;
	padding: 0 25px;
	line-height: 50px;
	font-size: 14px;
}



/* 内页服务项目 */
.ny-fuwu-list-ul {
	padding: 0 15px;
}

.ny-fuwu-list-ul li {
	float: none;
}

.ny-fuwu-list-ul li .box {
	background: #f8f8f8;
}

.ny-fuwu-list-ul li .box .pic {
	padding-bottom: 35%;
	width: 50%;
	float: right;
}

.ny-fuwu-list-ul li:nth-child(2n) .box .pic {
	float: left;
}

.ny-fuwu-list-ul li .box .text {
	width: 50%;
	float: left;
	text-align: center;
}

.ny-fuwu-list-ul li:nth-child(2n) .box .text {
	float: right;
}

.ny-fuwu-list-ul li .box .title {
	margin-top: 50px;
	padding: 0 25px;
	font-size: 22px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	color: #3fb0ff;
}

.ny-fuwu-list-ul li .btn {
	display: inline-block;
	width: 110px;
	font-size: 14px;
	border: solid 1px #3fb0ff;
	color: #3fb0ff;
	transition: 0.3s;
	line-height: 2.2em;
	text-align: center;
	border-radius: 2.2em;
	margin-top: 20px;
}

.ny-fuwu-list-ul li .btn:hover {
	background: #3fb0ff;
	color: #fff;
	transition: 0.5s;
}

.ny-fuwu-list-ul li .box .info {
	padding: 0 50px;
	text-align: justify;
	font-size: 14px;
	color: #999;
	line-height: 1.75em;
}

/* 内页相册 */
.honor-list {
	padding: 0 15px;
}

.honor-list>li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	transition: 0.3s;
}

.honor-list>li a {
	display: block;
	border: solid 1px #ccc;
}

.honor-list>li:nth-child(3n) {
	margin-right: 0;
}

.honor-list>li .pic {
	display: block;
	overflow: hidden;
	padding-bottom: 75%;
}

.honor-list>li .title {
	border-top: solid 1px #ccc;
	font-size: 14px;
	text-align: center;
	padding: 14px 0 15px;
	color: #333;
	transition: 0.3s;
}

.honor-list>li:hover a {
	border-color: #35369b;
	transition: 0.5s;
}

.honor-list>li:hover .title {
	color: #35369b;
	border-color: #35369b;
	transition: 0.5s;
}

/* 内页产品 */
.product-list {
	margin: 0;
}

.product-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	transition: 0.5s;
}

.product-list li .box {
	display: block;
	border: solid 1px #ccc;
}

.product-list li:nth-child(3n) {
	margin-right: 0;
}

.product-list li .pic {
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 75%;
}

.product-list li .text {
	text-align: center;
	padding: 15px 10px;
	border-top: solid 1px #ccc;
}

.product-list li .title {
	font-size: 16px;
	transition: 0.5s;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.product-list li .shorttitle {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.product-list li .info {
	line-height: 1.75em;
	font-size: 14px;
	color: red;
	text-decoration: line-through;
	margin-bottom: 10px;
}

.product-list li .btn {
	display: inline-block;
	padding: 0 2em;
	font-size: 12px;
	line-height: 2.7em;
	background: #3fb0ff;
	border-radius: 2.7em;
	color: #fff;
	transition: 0.3s;
}

.product-list li:hover .box {
	border-color: #35369b;
}

.product-list li:hover .title {
	color: #35369b;
	border-color: #35369b;
	transition: 0.5s;
}

/*产品详情*/
.ny-cp-detail-top {}

.ny-cp-detail-top-pic {
	float: left;
	width: 400px;
	border: solid 1px #ccc;
}

.ny-cp-detail-top-pic img {
	display: block;
	width: 400px;
	height: 300px;
}

.ny-cp-detail-info {
	float: right;
	width: 340px;
}

.ny-cp-detail-info .title {
	font-size: 20px;
	color: #333;
	padding-bottom: 20px;
}

.ny-cp-detail-info .chanshu-box div {
	font-size: 0;
	margin-bottom: 15px;
}

.ny-cp-detail-info .chanshu-box div>* {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #666;
}

.ny-cp-detail-info .chanshu-box .chanshu-bt {
	width: 5em;
	text-align: right;
}

.ny-cp-detail-info .chanshu-box .chanshu-info {
	width: 250px;
	color: #999;
}


.ny-cp-detail-info-btn {
	margin-top: 20px;
	font-size: 0;
	text-align: left;
}

.ny-cp-detail-info-btn>a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	width: auto;
	padding-left: 40px;
	padding-right: 15px;
	color: #fff;
	line-height: 40px;
	border-radius: 3px;
	margin-right: 20px;
}

.ny-cp-detail-info-btn>a.ny-cp-detail-info-btn-liuyan-qq {
	background: #35369b url(../img/ny-lxfs-icon.png) no-repeat 10px center /20px auto;

}

.ny-cp-detail-info-btn>a.ny-cp-detail-info-btn-liuyan-tell {
	background: #35369b url(../img/ny-tell-icon.png) no-repeat 10px center /20px auto;
}

.ny-cp-detail-info-btn>a.ny-cp-detail-info-btn-liuyan {
	background: #35369b url(../img/ny-liuyan-icon.png) no-repeat 10px center /20px auto;
}

.ny-cp-detail-top .ny-cp-detail-info>p span span {
	color: #f50;
}

.ny-cp-detail-top .ny-cp-detail-bt {
	float: right;
	border: none;
	height: auto;
	line-height: 50px;
	margin: 0;
	font-size: 20px;
	color: #333;
}

.ny-cp-detail-bt {
	height: 40px;
	line-height: 39px;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin-bottom: 10px;
}

.ny-cp-imgs-box {
	margin-bottom: 30px;
}

.ny-cp-imgs-box li {
	background: #ccc;
}

.ny-cp-imgs-box a {
	display: block;
	margin: 1px;
}

.ny-cp-imgs-box .pic {
	/* height: 119px; */
}

.ny-cp-detail-bt p {
	display: inline-block;
	font-size: 20px;
	color: #3fb0ff;
	border-bottom: 2px solid #3fb0ff;
}

.exzoom_img_ul {
	position: relative;
	overflow: hidden;
	width: 400px;
}


/**内页新闻**/
.ny-news-box .detail {
	font-size: 16px;
	line-height: 2em;
	text-indent: 2em;
	text-align: justify;
	color: #666;
}

.ny-news-box .news-detail .title {
	font-size: 20px;
}

.ny-news-box {
	width: 1050px;
	margin: 0 auto;
}

.ny-content-box-top-news {
	margin-bottom: 60px;
}


.ny-content-box-top-news-1 {
	width: 700px;
	float: left;
}

.ny-content-box-top-news-1-ul {
	font-size: 0;
}

.ny-content-box-top-news-1-ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	width: 48%;
}

.ny-content-box-top-news-1-ul li:first-child {
	margin-right: 3%;
}

.ny-content-box-top-news-1-ul li .pic {
	height: 0;
	padding-bottom: 55%;
	margin-bottom: 15px;
}

.ny-content-box-top-news-1-ul li .title {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
	display: block;
}

.ny-content-box-top-news-1-ul li .info {
	font-size: 16px;
	text-align: justify;
	line-height: 2em;
	margin-bottom: 10px;
	color: #666;
}

.ny-content-box-top-news-1-ul li .btn {
	display: inline-block;
	width: 110px;
	line-height: 40px;
	text-align: center;
	background: #3fb0ff;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
}

.ny-content-box-top-news-2 {
	width: 290px;
	height: 335px;
	background: #f95555;
	padding: 20px;
	color: #fff;
	float: right;
}

.ny-content-box-top-news-2-top {
	font-size: 20px;
	margin-bottom: 20px;
}

.ny-content-box-top-news-2-ul {}

.ny-content-box-top-news-2-ul li {
	margin-top: 20px;
	position: relative;
}

.ny-content-box-top-news-2-ul li::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 3px;
}

.ny-content-box-top-news-2-ul li a {
	color: #fff;
	padding-left: 20px;
	display: block;
	font-size: 16px;
}

.news-list1 {
	width: 1000px;
	margin: 0 auto;
}

.news-list1 li:first-child {
	margin-top: 0px;
}

.news-list1 li {
	margin-top: 20px;
}

.news-list1 li .box {}

.news-list1 li .pic {
	float: left;
	width: 18%;
	padding-bottom: 13.5%;
	border: solid 1px #ccc;
}

.news-list1 li .text {
	float: right;
	width: 80.5%;
}

.news-list1 li .title {
	font-size: 16px;
	color: #333;
	display: block;
	font-weight: bold;
	line-height: 3em;
}

.news-list1 li:hover .title {
	color: #3fb0ff;
}


.news-list1 li .time {
	font-size: 12px;
	color: #ccc;
	margin-bottom: 5px;
}


.news-list1 li .info {
	font-size: 14px;
	line-height: 1.75em;
	color: #999;
	text-align: justify;
}



.news-list2 {
	font-size: 0;
}

.news-list2 li {
	font-size: 16px;
}

.news-list2 li .text {
	display: block;
	border: solid 1px #ccc;
	padding: 15px;
	margin-bottom: 10px;
}

.news-list2 li .title {
	display: block;
	position: relative;
	transition: 0.3s;
	color: #333;
}

.news-list2 li .info {
	transition: 0.3s;
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}

.news-list2 li:hover .text {
	border-color: #35369b;
}

.news-list2 li:hover .title {
	color: #35369b;
	transition: 0.5s;
}

.news-list2 li .time {
	color: #f30;
	float: right;
}

.news-list3 {
	padding: 15px;
}

.news-list3 li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
}

.news-list3 li:nth-child(4n) {
	margin-right: 0%;
}

.news-list3 li .pic {
	padding-bottom: 63%;
}


.news-list3 li .text {
	padding: 15px;
	border: solid 1px #ccc;
	border-top: none;
}

.news-list3 li:hover .text {
	border-color: #3fb0ff;
}

.news-list3 li .title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	transition: 0.3s;
}

.news-list3 li:hover .title {
	color: #3fb0ff;
	transition: 0.5s;
}

.news-list3 li .info {
	font-size: 12px;
	color: #999;
	line-height: 1.75em;
	margin-bottom: 10px;
	height: 5.25em;
	text-align: justify;
}

.news-list3 li .time {
	font-size: 12px;
	color: #ccc;
}



.news-list4 {
	padding: 15px;
}

.news-list4 li {
	font-size: 14px;
	line-height: 1em;
	padding: 15px 0;
	border-bottom: dashed 1px #ccc;
}

.news-list4 li .news-typename {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	color: #35369b;
	font-weight: bold;
	border-right: solid 1px #ccc;
}

.news-list4 li .title {
	color: #333;
	transition: 0.3s;
	display: inline-block;
}

.news-list4 li:hover .title {
	transition: 0.5s;
	color: #3fb0ff;
}

.news-list4 li:hover .news-typename {
	padding-left: 10px;
	transition: 0.5s;
}

.news-list4 li .time {
	display: block;
	float: right;
	font-size: 12px;
	color: #f50;
}


/* 文章正文 */
.news-detail {
	padding: 0 20px;
}

.news-detail .title {
	font-size: 20px;
	color: #3fb0ff;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}

.news-detail .news-detail-info {
	line-height: 2em;
	font-size: 14px;
	text-align: center;
	color: #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #ccc;
}

.news-detail .news-detail-info>span {
	margin-right: 10px;
}

.news-detail .news-detail-info>span span {
	color: #f80;
}

.news-detail .fujianxiazai {
	font-size: 14px;
	color: #666;
}

/* 案例 */
.case-list {}

.case-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.case-list2 li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.case-list li:nth-child(3n) {
	margin-right: 0%;
}

.case-list2 li:nth-child(4n) {
	margin-right: 0%;
}

.case-list2 li a,
.case-list li a {
	display: block;
	border: solid 1px #ccc;
}

.case-list li .pic {
	height: 0;
	padding-bottom: 75%;
}

.case-list2 li .pic {
	height: 214px;
}

.case-list2 li .text,
.case-list li .text {
	text-align: center;
}

.case-list2 li .title,
.case-list li .title {
	font-size: 14px;
	transition: 0.3s;
	padding: 14px 0 15px;
	color: #333;
	border-top: solid 1px #ccc;
}

.case-list2 li:hover a,
.case-list li:hover a {
	border-color: #35369b;
}

.case-list2 li:hover .title,
.case-list li:hover .title {
	color: #35369b;
	transition: 0.5s;
	border-color: #35369b;
}

.case-list li .info {
	line-height: 1.5em;
	font-size: 12px;
	color: #999;
}

.case-list3 {}

.case-list3 li {
	float: left;
	width: 19.2%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.case-list3 li:nth-child(5n) {
	margin-right: 0;
}

.case-list3 li .box {
	display: block;
	border: solid 1px #ccc;
}

.case-list3 li .box .pic {
	padding-bottom: 75%;
}

.case-list3 li .text {
	text-align: center;
}

.case-list3 li .text .title {
	padding: 10px;
	border-top: solid 1px #ccc;
	color: #333;
}

/* 内页详情 */
.ny-detail-box1 {}

.ny-detail-box1 .detail-top {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

.ny-detail-box1 .detail-top .detail-top-pic {
	display: block;
	float: left;
	width: 400px;
	height: 250px;
}

.ny-detail-box1 .detail-top .detail-top-info {
	float: right;
	width: 500px;
}

.ny-detail-box1 .detail-top .detail-top-info .title {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.ny-detail-box1 .detail-top .detail-top-info .detail-top-info-chanshu {
	margin-bottom: 10px;
	font-size: 0;
}

.ny-detail-box1 .detail-top .detail-top-info .detail-top-info-chanshu>* {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

.ny-detail-box1 .detail-top .detail-top-info .detail-top-info-chanshu>.bt {
	width: 4em;
	text-align: right;
	background: #f8f8f8;
	padding: 10px 15px;

}

.ny-detail-box1 .detail-top .detail-top-info .detail-top-info-chanshu>.info {
	width: 400px;
	padding: 10px;
	color: #999;
}

.detail-top-info-chanshu-time {
	display: none;
}

.detail-top-info-chanshu-click {
	display: none;
}


/* 内页详情2 */
.ny-detail-box2 {}

.ny-detail-box2 .detail-top {
	padding-bottom: 40px;
}

.ny-detail-box2 .detail-top .title {
	font-size: 18px;
	line-height: 1.5em;
	float: left;
	width: 60%;
}

.ny-detail-box2 .detail-top .detail-top-info {
	float: right;
	text-align: right;
	font-size: 14px;
	color: #666;
}

.ny-detail-box2 .detail-top .detail-top-info .detail-top-info-chanshu {
	font-size: 0;
}

.ny-detail-box2 .detail-top .detail-top-info .detail-top-info-chanshu p {
	margin-bottom: 10px;
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	margin-left: 20px;
	padding-left: 20px;
}

.ny-detail-box2 .detail-top .detail-top-info .detail-top-info-chanshu .time {
	background: url(../img/index-news-time.png) no-repeat left center / 16px auto;
}

.ny-detail-box2 .detail-top .detail-top-info .detail-top-info-chanshu .click {
	background: url(../img/index-news-click.png) no-repeat left center / 16px auto;
}

.ny-detail-box2 .detail-top .detail-top-info .detail-top-info-fenxiang {}

.ny-detail-box2 .detail-pic-box {
	padding-bottom: 40px;

}


/* 内页菜单 相关推荐1 资讯*/
.ny_nav_tuijian_box {
	margin-bottom: 30px;
}

.ny_nav_tuijian_box_top {
	background: #35369b;
	color: #fff;
	padding: 0 15px;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.ny_nav_tuijian_box_top::after {
	content: '+';
	display: block;
	color: #fff;
	position: absolute;
	right: 0;
	line-height: 70px;
	top: 0px;
	font-size: 24px;
	width: 1em;
	z-index: 2;
}

.ny_nav_tuijian_box_top p {
	color: #fff;
	position: relative;
	z-index: 1;
}

.ny_nav_tuijian_ul_1 {
	border-top: none;
	border: solid 1px #ccc;
	padding: 15px;
}

.ny_nav_tuijian_ul_1 li:first-child {
	margin-top: 0px;
}

.ny_nav_tuijian_ul_1 li {
	font-size: 14px;
	color: #333;
	margin-top: 13px;
	position: relative;
}

.ny_nav_tuijian_ul_1 li a {
	display: block;
	color: #666;
	padding-left: 0px;
	transition: 0.3s;
}

.ny_nav_tuijian_ul_1 li span {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 0px;
	background: #3fb0ff;
	height: 3px;
	transition: 0.3s;
}

.ny_nav_tuijian_ul_1 li:hover span {
	width: 15px;
	transition: 0.5s;
}

.ny_nav_tuijian_ul_1 li:hover a {
	transition: 0.5s;
	color: #3fb0ff;
	padding-left: 20px;
}

/* 内页相关推荐 */
.ny-xiangguan {}

.ny-xiangguan-ul-1 {
	font-size: 0;
	padding: 0 20px;
}

.ny-xiangguan-ul-1 li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	font-size: 14px;
	margin-bottom: 15px;
}

.ny-xiangguan-ul-1 li:nth-child(2n) {
	margin-left: 4%;
}

.ny-xiangguan-ul-1 li .title {
	font-size: 16px;
	color: #333;
	position: relative;
	padding: 0px;
	transition: 0.3s;
}

.ny-xiangguan-ul-1 li:hover .title {
	padding-left: 20px;
	transition: 0.5s;
	color: #3fb0ff;
}

.ny-xiangguan-ul-1 li .title::before {
	content: '';
	position: absolute;
	width: 0px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #3fb0ff;
	transition: 0.3s;
}

.ny-xiangguan-ul-1 li:hover .title::before {
	width: 15px;
	transition: 0.5s;
}

.ny-xiangguan-ul-1 li .time {
	float: right;
	font-size: 14px;
	color: #f50;
}



.ny-xiangguan-ul-2 {}

.ny-xiangguan-ul-2 li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.ny-xiangguan-ul-2 li a {}

.ny-xiangguan-ul-2 li:nth-child(4n) {
	margin-right: 0;
}

.ny-xiangguan-ul-2 li a {
	display: block;
	border: solid 1px #ccc;
	text-align: center;
}

.ny-xiangguan-ul-2 li .pic {
	height: 0;
	padding-bottom: 87.5%;
}

.ny-xiangguan-ul-2 li .text {
	padding: 14px 0 15px;
	border-top: solid 1px #ccc;
}

.ny-xiangguan-ul-2 li:hover a,
.ny-xiangguan-ul-2 li:hover .text {
	border-color: #35369b;
}

.ny-xiangguan-ul-2 li .title {
	font-size: 14px;
	transition: 0.5s;
	color: #333;
}

.ny-xiangguan-ul-2 li:hover .title {
	color: #35369b;
}

/* 公司简介 */
.ny-gsm {
	text-align: center;
	font-size: 0;
	width: 80%;
	margin: 90px auto;
}

.ny-gsm li {
	display: inline-block;
	vertical-align: middle;
	width: 20.5%;
	margin-right: 5%;
	height: 0;
	position: relative;
	padding-bottom: 20.5%;
	overflow: hidden;
}

.ny-gsm li img {
	position: absolute;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	margin-left: 0%;
	transition: 0.3s;
}

.ny-gsm li:hover img {
	margin-left: -100%;
	transition: 0.5s;
}

.ny-gsm li:nth-child(4) {
	margin-right: 0;
}

.right-box .detail.ny-cont12 img {
	float: right;
	margin: 10px 0 0 20px;
}

/* 文化内涵 */
.ny-wenhua-box-1 {
	background: #3fb0ff;
	text-align: center;
	border-radius: 5px;
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
	padding: 50px 0;
	transition: 0.3s;
}

.ny-wenhua-box-1:hover {
	padding: 40px 0 60px;
	transition: 0.5s;
}

.ny-wenhua-box-2 {
	font-size: 0;
}

.ny-wenhua-box-2>* {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	border-radius: 5px;
	overflow: hidden;
	width: 430px;
	height: 286px;
}

.ny-wenhua-box-2 .left-pic {
	margin-right: 10px;
}

.ny-wenhua-box-2 img {
	display: block;
	width: 100%;
	height: 100%;
}

.ny-wenhua-box-2 .right-text {
	background: #a0ca00;
	color: #fff;
}

.ny-wenhua-box-2 .right-text p {
	text-align: center;
	padding: 110px 70px;
	font-size: 20px;
	transition: 0.3s;
}

.ny-wenhua-box-2 .right-text:hover p {
	transition: 0.5s;
	padding-top: 100px;
}

/* 内页文化理念 */
.ny-linian-box1 {
	margin-top: 30px;
}

.ny-linian-box1-2,
.ny-linian-box1-1 {
	font-size: 0;
	text-align: center;
}

.ny-linian-box1-2>*,
.ny-linian-box1-1>* {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.ny-linian-box1 .item-pic {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 20%;
	height: 0;
	padding-bottom: 17.1%;
	left: 0;
	top: 0;
	transition: 0.3s;
}

.ny-linian-box1 img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ny-linian-box1 .item-text1 {
	margin-right: 1%;
	position: relative;
	width: 20%;
	height: 0;
	padding-bottom: 17.1%;
}

.ny-linian-box1 .item-text1>* {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
}

.ny-linian-box1 p {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 36%;
}

.ny-linian-box1 .item-text2 {
	width: 58%;
	position: relative;
	height: 0;
}

.ny-linian-box1 .item-text2>* {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 13.7%;
}

.ny-linian-box1-1 .item-text1 {
	margin: 0 1%;
}

.ny-linian-box1-1 {
	margin-bottom: 1%;
}

.ny-linian-box1 .item-text1>*:nth-child(2) {
	margin-top: 5%;
}

.ny-linian-box1 .item-text2>*:nth-child(2) {
	margin-top: 2%;
}

.ny-linian-box1 .bg1 {
	background: #3fb0ff;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	position: relative;
	left: 0;
	top: 0;
	transition: 0.3s;
}

.ny-linian-box1 .bg2 {
	background: #70aedc;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	position: relative;
	left: 0;
	top: 0;
	transition: 0.3s;
}

.ny-linian-box1-2 .item-text2 {
	margin-right: 1%;
}

.ny-linian-box-pic {
	width: 100%;
	background: #f8f8f8;
	margin: 20px 0;
	padding: 30px 0;
}

.ny-linian-box-pic img {
	width: 100%;
	display: block;
}

.ny-linian-box2 {}

.ny-linian-box2 .container>* {
	font-size: 0;
	text-align: center;
}

.ny-linian-box2 .container>*>* {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
}

.ny-linian-box2 .bg1 {
	background: #3fb0ff;
	color: #fff;
	border-radius: 5px;
}

.ny-linian-box2 .bg2 {
	background: #70aedc;
	color: #fff;
	border-radius: 5px;
}

.ny-linian-box2 img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ny-linian-box2 .container>*>*>div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.ny-linian-box2 p {
	position: absolute;
	left: 0;
	top: 42%;
	width: 100%;
}

.ny-linian-box2 .item-text1 {
	width: 28%;
	position: relative;
	height: 0;
	padding-bottom: 19.5%;
}

.ny-linian-box2 .item-pic {
	width: 28%;
	position: relative;
	height: 0;
	padding-bottom: 19.5%;
}

.ny-linian-box2 .item-text2 {
	width: 42%;
	position: relative;
	height: 0;
	padding-bottom: 19.5%;
}

.ny-linian-box2 .ny-linian-box2-1 .item-pic {
	margin: 0 1%;
}

.ny-linian-box2 .ny-linian-box2-2 {
	margin: 1% 0;
}

.ny-linian-box2 .ny-linian-box2-2 .item-text1 {
	margin: 0 1%;
}

.ny-linian-box2 .ny-linian-box2-3 .item-text1 {
	margin: 0 1%;
}

.ny-linian-box2 * {
	z-index: 1;
}

.ny-linian-box1 .bg1:hover,
.ny-linian-box1 .bg2:hover,
.ny-linian-box1 .item-pic:hover,
.ny-linian-box2 .container>*>*:hover>* {
	left: 12px;
	transition: 0.5s;
	z-index: 2;
}

/* 活动展示 */

.bg1 {
	background: #3fb0ff;
	color: #fff;
}

.bg2 {
	background: #70aedc;
	color: #fff;
}

.ny-cont29 .ny-gsm {
	margin: 60px auto;
}

.ny-cont29 .ny-honor-bt1 {
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	padding: 27px 0;
	margin-top: 68px;
	transition: 0.3s;
}

.ny-cont29 .ny-honor-bt1:hover {
	padding: 17px 0 37px;
	transition: 0.5s;
}

.ny-honor-box1 ul {
	margin-top: 30px;
}

.ny-honor-box1 ul li {
	float: left;
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.ny-honor-box1 ul li:nth-child(3n) {
	margin-right: 1%;
}

.ny-honor-box1 ul li:nth-child(4n) {
	margin-right: 0;
}

.ny-honor-box1 ul li a {
	border: none;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ny-honor-box1 ul li .title {
	display: block;
	width: 100%;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	bottom: -50px;
	left: 0;
	transition: 0.3s;
	text-align: center;
	padding: 0;
	border: none;
}

.ny-honor-box1 ul li:hover .title {
	transition: 0.5s;
	bottom: 0;
	color: #fff;
}

.ny-honor-box2 {}

.ny-honor-box2 .container {
	margin: 50px auto;
	padding: 50px 0;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
}

.ny-honor-box2-left2,
.ny-honor-box2-left1 {
	position: relative;
	overflow: hidden;
}

.ny-honor-box2-left {
	float: left;
	width: 580px;
}

.ny-honor-bt2 {
	float: right;
	width: 580px;
	text-align: center;
	font-size: 30px;
	padding: 196px 0;
	border-radius: 5px;
	transition: 0.3s;
}

.ny-honor-bt2:hover {
	transition: 0.5s;
	padding: 186px 0 206px;
}

.ny-honor-box2-left1 {
	margin-bottom: 5px;
	height: 300px;
}

.ny-honor-box2-left .swiper-button-prev,
.ny-honor-box2-left .swiper-button-next {
	background-color: transparent;
	background-size: 18px;
	opacity: 1;
}

.ny-honor-box2-ul1 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.ny-honor-box2-ul1 a .title {
	display: block;
	width: 80%;
	padding: 0 10%;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	bottom: -50px;
	left: 0;
	transition: 0.3s;
	text-align: center;
	z-index: 999;
}

.ny-honor-box2-ul1 a:hover .title {
	transition: 0.5s;
	bottom: 0;
	color: #fff;
}

.ny-honor-bt3 {
	float: left;
	width: 580px;
	text-align: center;
	font-size: 30px;
	border-radius: 5px;
	transition: 0.3s;
	padding: 174px 0;
}

.ny-honor-bt3:hover {
	transition: 0.5s;
	padding: 164px 0 184px;
}

.ny-honor-box3-right {
	float: right;
	width: 580px;
	position: relative;
}

.ny-honor-box3-right1,
.ny_honor_box3_right2 {}

.ny-honor-box3-right1 {
	position: relative;
	overflow: hidden;
}

.ny_honor_box3_right2 {
	position: absolute;
	overflow: hidden;
	bottom: 30px;
	right: 50px;
	z-index: 9999;
	width: 300px;
}

.ny_honor_box3_right2 .pic {
	border: solid 3px #999;
}

.ny_honor_box3_right2 .swiper-slide-thumb-active .pic {
	border: solid 3px #fff;
}

.ny-honor-box3-right1-btn {
	position: absolute;
	height: 70px;
	background: rgba(0, 0, 0, 0.5);
	width: 400px;
	right: 0px;
	bottom: 20px;
	z-index: 9999;
}

.ny-honor-box3-right1-btn>* {
	background-color: transparent;
}



/* 合作加盟 */
.ny-hezuo-bt1 {
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	margin-top: 100px;
	padding: 28px 0px;
	transition: 0.3s;
}

.ny-hezuo-bt1:hover {
	padding: 18px 0px 38px;
	transition: 0.5s;
}


.ny-yingli-1 {
	margin-top: 30px;
}

.ny-yingli-1 .container {
	width: 1100px;
}

.ny-yingli-1 .item {
	float: left;
	width: 263px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.ny-yingli-1 .item:nth-child(4) {
	margin-right: 0;
}

.ny-yingli-1 .item .box {
	display: block;
	background: #3fb0ff;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	transition: 0.5s;
}

.ny-yingli-1 .item .box:hover {
	transition: 0.5s;
	padding: 10px 20px 30px;
}

.ny-yingli-1 .item:nth-child(2n) .box {
	background: #70aedc;
	color: #fff;
}

.ny-yingli-1 .item .box .title {
	font-size: 20px;
	padding: 10px 0;
}

.ny-yingli-1 .item .box .info {
	font-size: 16px;
	line-height: 1.5em;
	height: 3em;
	margin: 15px 0;
}

.ny-yingli-1 .item .box .info-en {
	font-size: 12px;
	line-height: 1.5em;
	height: 4.5em;
}



.ny-yingli-2 {}

.ny-yingli-2 .container {
	width: 1100px;
}

.ny-yingli-2 .ny-yingli-2-left {
	float: left;
	width: 630px;
}

.ny-yingli-2-left-1 {
	margin-bottom: 10px;

}

.ny-yingli-2 img {
	display: block;
	width: 100%;
	height: 100%;
}

.ny-yingli-2-left-2 {
	position: relative;
	overflow: hidden;
}

.ny-yingli-2-left-2-ul {
	height: 200px;
}


.ny-yingli-2-left-2-ul li {
	width: 300px;
	margin-right: 15px;
}

.ny-yingli-2-left-2-ul li .pic {
	display: block;
	width: 100%;
}

.ny-yingli-2-left-2-ul li .pic img {
	display: block;
	width: 100%;
}

.ny-yingli-2-right {
	float: right;
	width: 455px;
	height: 460px;
}

.ny-yingli-3 {
	margin-top: 15px;
}

.ny-yingli-3 .container {
	width: 1100px;
}

.ny-yingli-3 .container>div {
	text-align: center;
	border-radius: 5px;
	padding: 40px 0;
	transition: 0.3s;
}

.ny-yingli-3 .container>div:hover {
	transition: 0.5s;
	padding: 30px 0 50px;
}

.ny-yingli-3 .container>div>div {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.ny-yingli-3 .container>div>p {
	font-size: 14px;
}

/* 内页联系我们 */

/* 在线预订 */

.ny-yuding-huanjing {
	margin-top: 60px;
}

.ny-yuding-huanjing-bt {
	float: left;
	width: 380px;
	text-align: center;
	font-size: 30px;
	border-radius: 5px;
	transition: 0.3s;
	padding: 151px 0;
}

.ny-yuding-huanjing-bt:hover {
	transition: 0.5s;
	padding: 141px 0 161px;
}

.ny-yuding-huanjing-box-right {
	float: right;
	width: 780px;
	position: relative;
}

.ny-yuding-huanjing-box-right1,
.ny-yuding-huanjing-box-right2 {
	position: relative;
	overflow: hidden;
}

.ny-yuding-huanjing-box3-right1 {
	position: relative;
	overflow: hidden;
}

.ny-yuding-huanjing-box-right2 {
	position: absolute;
	overflow: hidden;
	bottom: 30px;
	right: 50px;
	z-index: 9999;
	width: 300px;
}

.ny-yuding-huanjing-box-right2 .pic {
	border: solid 3px #999;
}

.ny-yuding-huanjing-box-right2 .swiper-slide-thumb-active .pic {
	border: solid 3px #fff;
}

.ny-yuding-huanjing-box-right1-btn {
	position: absolute;
	height: 70px;
	background: rgba(0, 0, 0, 0.5);
	width: 400px;
	right: 0px;
	bottom: 20px;
	z-index: 9999;
}

.ny-yuding-huanjing-box-right1-btn>* {
	background-color: transparent;
}


/* 健康模式 */
.ny-jiankang-box1 {
	position: relative;
	overflow: hidden;
	width: 84%;
	margin: 0 auto;
}

.ny-jiankang-box1 a {
	display: block;
	position: relative;
}

.ny-jiankang-box1 a .title {
	position: absolute;
	width: 90%;
	padding: 0 5%;
	line-height: 60px;
	color: #fff;
	text-align: center;
	left: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
}

.ny-jiankang-box1 .swiper-button-prev {
	left: 0;
	background-color: transparent;
	opacity: 1;
}

.ny-jiankang-box1 .swiper-button-next {
	right: 0;
	background-color: transparent;
	opacity: 1;
}

.ny-jiankang-box2 {
	position: relative;

}

.ny-jiankang-box2 a {
	display: block;
}

.ny-jiankang-box2 .container>* {
	font-size: 0;
	position: relative;
	margin-top: 60px;
}

.ny-jiankang-box2 .container>*::before {
	content: '';
	position: absolute;
	width: 100%;
	z-index: 1;
	height: 0px;
	border-top: dashed 1px #ccc;
	left: 0;
	top: 50%;
}

.ny-jiankang-box2 .container>*>* {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	position: relative;
	z-index: 2;
}

.ny-jiankang-box2 .item1 .ny-jiankang-box2-pic {
	width: 620px;
	height: 210px;
	margin-right: 200px;

}

.ny-jiankang-box2 .item2 .ny-jiankang-box2-pic {
	height: 210px;
	margin-right: 200px;
}

.ny-jiankang-box2 .item3 .ny-jiankang-box2-pic {
	height: 210px;
	margin-right: 200px;
}

.ny-jiankang-box2 .item4 .ny-jiankang-box2-pic {
	height: 210px;
	margin-right: 200px;
}

.ny-jiankang-box2 img {
	display: block;
	width: 100%;
	height: 100%;

}

.ny-jiankang-box2 .ny-jiankang-box2-pic {
	margin-left: 0;
	transition: 0.3s;
}

.ny-jiankang-box2 .ny-jiankang-box2-pic:hover {
	margin-left: 20px;
	margin-right: 180px;
	transition: 0.5s;
}

.ny-jiankang-box2 .text-box1 {
	width: 200px;
	border-radius: 5px;
	padding: 50px 50px;
	text-align: center;
	transition: 0.3s;
}

.ny-jiankang-box2 .text-box1:hover {
	padding: 40px 50px 60px;
	transition: 0.5s;
}

.ny-jiankang-box2 .mun {
	float: right;
	margin-top: 80px;
}

.ny-jiankang-box2 .item5 * {}

.ny-jiankang-box2 .item5 *:nth-child(1) {
	width: 60%;
	padding: 40px 5%;
	text-align: right;
}

.ny-jiankang-box2 .item5 *:nth-child(2) {
	width: 26%;
	padding: 40px 2%;
}

.ny-jiankang-list-box1 {
	position: relative;
	overflow: hidden;
	margin: 34px auto 0;
	width: 78%;
}

.ny-jiankang-list-box1 .title {
	position: absolute;
	width: 60%;
	padding: 0 35% 0 5%;
	line-height: 50px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	z-index: 99;
	bottom: 0;
	text-align: left;
	background: rgba(0, 0, 0, 0.5);
}

.ny-jiankang-list-box1 .swiper-button-prev {
	height: 50px;
	width: 50px;
	right: 50px;
	left: auto;
	top: auto;
	bottom: 0;
	margin: 0;
	background-color: transparent;
}

.ny-jiankang-list-box1 .swiper-button-next {
	height: 50px;
	width: 50px;
	top: auto;
	bottom: 0;
	margin: 0;
	right: 0px;
	left: auto;
	background-color: transparent;
}

/* 留言 */
.ny-liuyan-line {
	border-top: dashed 1px #e5e5e5;
	margin-top: 90px;
}

.message {
	width: 800px;
	margin: 0 auto;
}

.message-tishi {
	text-align: left;
	font-size: 14px;
	line-height: 3em;
	text-indent: 0 !important;
	color: #999;
}


.message .btx {
	color: #f30;
	position: absolute;
	line-height: 42px;
	margin-left: -15px;
	font-size: 12px;
}

.message .message-input-box {
	font-size: 0;
	text-align: center;
}

.message .message-input-box input {
	font-size: 12px;
	line-height: 38px;
	padding: 0 5px;
	background: #fff;
	border-radius: 2px;
	border: solid 1px #ccc;
	text-align: left;
	width: 363px;
	display: inline-block;
	margin-bottom: 20px;
	color: #666;
	margin-right: 25px;
}

.message .message-textarea-box textarea:focus,
.message .message-input-box input:focus {
	border-color: #3fb0ff;
	box-shadow: 0 0 5px -3px #3fb0ff;
}

.message .message-textarea-box {
	font-size: 0;
	text-align: center;
}

.message .message-textarea-box textarea {
	padding: 5px;
	border-radius: 2px;
	border: solid 1px #ccc;
	font-size: 12px;
	line-height: 1.75em;
	background: #fff;
	width: 763px;
	display: block;
	height: 85px;
	color: #666;
	margin-bottom: 14px;
}

.message .message-textarea-box input {
	display: inline-block;
	background: #f8f8f8;
	color: #666;
	border-radius: 2px;
	border: none;
	line-height: 2.5em;
	font-size: 16px;
	cursor: pointer;
	width: 120px;
	margin-right: 5px;
	margin-right: 15px;
}

.message .message-textarea-box .tijiao {
	background: #3fb0ff;
	color: #fff;
}

.message .message-textarea-box input:hover {
	background: #3fb0ff;
	color: #fff;
}


.ny-liuyan {
	padding-top: 20px;
	border-top: dashed 1px #ccc;
	margin-top: 20px;
	width: 100%;
}

.ny-liuyan #ly_cont {
	display: none;
}

.ny-liuyan .message-textarea-box textarea {
	padding: 5px;
	border-radius: 2px;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 30px;
	background: #fff;
	width: 738px;
	display: inline-block;
	height: 146px;
	color: #666;
	margin: 0 100px 20px 73px;
}

.ny-liuyan .message-textarea-box .tijiao {
	margin-left: -492px;
}


/**内页搜索**/
.ny-shoushuo-box {
	display: block;
	text-align: center;
}

.ny-shoushuo-box form {
	display: inline-block;
	width: auto;
}

.ny-shoushuo-box .search-text {
	line-height: 35px;
	border: solid 1px #3fb0ff;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	width: 300px;
}

.ny-shoushuo-box .search-btn {
	text-align: left;
	padding: 0 20px 0 40px;
	line-height: 37px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background: #3fb0ff url(../img/search-btn.bg.png) no-repeat 11px center / 16px auto;
}

.shousuo-list li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

.shousuo-list li {
	font-size: 14px;
	line-height: 1em;
	margin-top: 20px;
	padding-top: 20px;
	border-top: dashed 1px #ccc;
}

.shousuo-list li .shousuo-title {
	line-height: 2em;
}

.shousuo-list li .shousuo-info {
	font-size: 12px;
	line-height: 1.75em;
	color: #666;
	margin: 5px 0;
}

.shousuo-list li .shousuo-url {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

.shousuo-list li .shousuo-url>span {
	margin-right: 10px;
}

.shousuo-list li .shousuo-url a {
	margin-right: 10px;
}

.shousuo-list li .shousuo-url .time {
	color: #f50;
}


/* 产品详情 */
.ny-content-cp-pic-box {
	position: relative;
	overflow: hidden;
}

.ny-content-cp-pic-box .swiper-button-prev {
	bottom: 0;
	right: 60px;
	left: auto;
	top: auto;
	width: 60px;
	height: 60px;
	background-color: unset;
}

.ny-content-cp-pic-box .swiper-button-next {
	bottom: 0;
	right: 0;
	left: auto;
	top: auto;
	width: 60px;
	height: 60px;
	background-color: unset;
}

.ny-cp-pic {
	background: #f8f8f8;
	padding: 4px;
	float: left;
	width: 400px;
	height: 350px;
}

.ny-cp-pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.ny-cp-detail-chanshu {
	float: right;
	width: 440px;
}

.ny-cp-detail-chanshu .title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.ny-cp-detail-chanshu .shorttitle {
	font-size: 16px;
	color: #666;
	padding: 20px 0;
}

.ny-cp-detail-chanshu .ny-cp-detail-jianjie {
	font-size: 14px;
	line-height: 1.75em;
	text-align: justify;
	color: #999;
	padding: 15px;
	background: #f8f8f8;
	margin-bottom: 20px;
}

.ny-cp-btn {}

.ny-cp-btn a {
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0 20px 0 40px;
	color: #fff;
	background-color: #3fb0ff;
	margin-right: 15px;
}

.ny-cp-btn a:nth-child(1) {
	background-image: url(../img/ny-lxfs-icon-kefu.png);
	background-position: 10px center;
	background-size: 20px auto;
	background-repeat: no-repeat;
}

.ny-cp-btn a:nth-child(2) {
	background-image: url(../img/ny-lxfs-icon-qq.png);
	background-position: 10px center;
	background-size: 20px auto;
	background-repeat: no-repeat;
}


/* 房型 */
.ny-cp-info-xianguan-fx {}

.ny-cp-info-xianguan-fx ul {
	font-size: 0;

}

.ny-cp-info-xianguan-fx ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 0;
	padding-bottom: 32%;
}

.ny-cp-info-xianguan-fx ul li:nth-child(3n) {
	margin-right: 0;
}

.ny-cp-info-xianguan-fx ul img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ny-cp-info-xianguan-fx ul p {
	position: absolute;
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	bottom: 0;
	text-align: center;
}

.ny-cp-info-xianguan-hj {}

.ny-cp-info-xianguan-hj ul {
	font-size: 0;
}

.ny-cp-info-xianguan-hj ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 0;
	padding-bottom: 32%;
}

.ny-cp-info-xianguan-hj ul li:nth-child(3n) {
	margin-right: 0;
}

.ny-cp-info-xianguan-hj ul li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ny-cp-info-xianguan-hj ul li p {
	position: absolute;
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	bottom: 0;
	text-align: center;
}
