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

.c-z-2 {
	color: #0167af;
}

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

 ***/

/* 内页联系方式 */
.ny-lxfs-box .index-cp-lxfs {
	background: #0167af;
	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;
}

/* 内页左侧联系方式2 */
.ny_nav_lxfs2 {
	text-align: center;
	padding: 15px;
	background: #2cb0e9;
}

.ny_nav_lxfs2 img {
	display: inline-block;
	margin-top: 20px;
}

.ny_nav_lxfs2-title {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin: 15px 0 10px;
}

.ny_nav_lxfs2-tell {
	font-size: 30px;
	font-family: arial;
	color: #fff;
	font-weight: bold;
}

/* 左侧相关1 */
.ny_nav_xxiangguan {
	margin-bottom: 30px;
}

.ny_nav_xxiangguan .ny_nav_xxiangguan-title {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 60px;
	background: #0167af;
	padding-left: 30px;
}

.ny_nav_xxiangguan1-box {
	border: solid 1px #0167af;
	padding: 28px;
}

.ny_nav_xxiangguan1-box>div {
	height: 400px;
}

.ny_nav_xxiangguan1-box .item {
	margin-top: 20px;
}

.ny_nav_xxiangguan1-box .pic {
	padding-bottom: 67%;
}

.ny_nav_xxiangguan1-box .text {
	padding: 15px;
	background: #f8f8f8;
	transition: 0.5s;
}

.ny_nav_xxiangguan1-box .item:hover .text {
	background: #2cb0e9;
	transition: 0.5s;
}

.ny_nav_xxiangguan1-box .text .title {
	font-size: 14px;
	color: #333;
	transition: 0.5s;
}

.ny_nav_xxiangguan1-box .item:hover .text * {
	color: #fff;
}

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

.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: #2cb0e9;
}

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

.ny-left-case-ul li:hover a {
	color: #2cb0e9;
}


/**右侧正文**/
.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-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: #2cb0e9;
}

.ny-fuwu-list-ul li .btn {
	display: inline-block;
	width: 110px;
	font-size: 14px;
	border: solid 1px #2cb0e9;
	color: #2cb0e9;
	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: #2cb0e9;
	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 {}

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

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

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

.honor-list>li .pic {
	padding-bottom: 70%;
}

.honor-list>li .text {
	padding: 10px;
	transition: 0.5s;
	border-top: solid 1px #ccc;
	text-align: center;
}

.honor-list>li .title {
	font-size: 14px;
	color: #333;
	transition: 0.3s;
	margin-bottom: 5px;
}

.honor-list>li .info {
	font-size: 14px;
	color: #999;
	line-height: 1.7em;
	height: 5.1em;
	overflow: hidden;
	transition: 0.3s;
}

.honor-list>li .box:hover {
	border-color: #0167af;
	transition: 0.5s;
}

.honor-list>li:hover .text {
	background-color: #0167af;
	border-color: #0167af;
	transition: 0.5s;
}

.honor-list>li:hover .text * {
	color: #fff;
	transition: 0.5s;
}


/* 电视媒体 */
.about-list1 {
	padding: 20px;
}

.about-list1 li {
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.about-list1 li:nth-child(6n) {
	margin-right: 0;
}

.about-list1 li .box {
	display: block;
	padding: 15px;
	border: solid 1px #ccc;
	position: relative;
	overflow: hidden;
}

.about-list1 li .pic {
	padding-bottom: 40%;
	overflow: visible;
}

.about-list1 .text {
	display: none;
}

/* 网络媒体 */
.about-list2 {
	padding: 20px;
}

.about-list2 li {}

.about-list2 .text {
	display: none;
}

.about-list2 li {
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.about-list2 li:nth-child(6n) {
	margin-right: 0;
}

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

.about-list2 li .pic {
	padding-bottom: 47%;
}

/* 央视广告 广告方案*/
.guanggao-list {
	padding: 20px;
}

.guanggao-list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

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

.guanggao-list .box {
	display: block;
	border: solid 1px #ccc;
	transition: 0.5s;
}

.guanggao-list .pic {
	padding-bottom: 73%;
}

.guanggao-list .text {
	border-top: solid 1px #ccc;
	padding: 15px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background: #fff;
	transition: 0.5s;
}

.guanggao-list .box:hover {
	border-color: #2cb0e9;
	transition: 0.5s;
}

.guanggao-list .box:hover .text {
	border-color: #2cb0e9;
	color: #fff;
	background: #2cb0e9;
	transition: 0.5s;
}

/* 广告案例 */
.anli-list {
	padding: 20px;
}

.anli-list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

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

.anli-list .box {
	display: block;
	border: solid 1px #ccc;
	transition: 0.5s;
}

.anli-list .pic {
	padding-bottom: 58%;
}

.anli-list .text {
	border-top: solid 1px #ccc;
	padding: 15px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background: #fff;
	transition: 0.5s;
}

.anli-list .box:hover {
	border-color: #2cb0e9;
	transition: 0.5s;
}

.anli-list .box:hover .text {
	border-color: #2cb0e9;
	color: #fff;
	background: #2cb0e9;
	transition: 0.5s;
}

/*  */

/* 内页产品 */
.product-list {
	padding: 20px;
}

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

.product-list li .box {
	display: block;
	text-align: center;
	transition: 0.5s;
	padding: 4px;
	background: #f8f8f8;
}

.product-list li .box:hover {
	background: #0167af;
	transition: 0.5s;
}

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

.product-list li .pic {
	padding-bottom: 75%;
	background: #000;
}

.product-list li .pic img {
	opacity: 0.95;
}

.product-list li .text {
	text-align: center;
	padding: 15px;
	background: #fafafa;
}


.product-list li .text {
	padding: 20px 0 25px;
	background: #fff;
}

.product-list li .text .title {
	font-size: 16px;
	color: #333;
	transition: 0.5s;
}

.product-list li .text .typename {
	font-size: 14px;
	color: #666;
	transition: 0.5s;
	margin: 10px 0;
}

.product-list li .text .btn {
	font-size: 12px;
	color: #333;
	background: #ededed;
	transition: 0.5s;
	display: block;
	width: auto;
	width: 80px;
	margin: 0 auto;
	line-height: 2.5em;
	transition: 0.5s;

}

.product-list li .box .btn:hover {
	color: #fff;
	background: #0167af;
	transition: 0.5s;
}

.product-list li .box:hover .title {
	transition: 0.5s;
	color: #0167af;
}



.product-list2 {
	padding: 20px;
}

.product-list2 li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

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

.product-list2 li .box {
	display: block;
	background: #f8f8f8;
	/* border: solid 1px #ccc; */
	padding: 5px;
	transition: 0.5s;
	position: relative;
}

.product-list2 li .pic {
	padding-bottom: 100%;
}

.product-list2 li .text {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	background: #f8f8f8;
	transition: 0.5s;
}

.product-list2 li .title {
	font-size: 16px;
	text-align: center;
	padding: 20px 10px;
	color: #333;
	transition: 0.5s;
}


.product-list2 li .box:hover {
	background: #2cb0e9;
	transition: 0.5s;
}

.product-list2 li .box:hover .text {
	background: #2cb0e9;
	transition: 0.5s;
}

.product-list2 li .box:hover .text * {
	color: #fff;
	transition: 0.5s;
}


/**内页新闻**/
.news-list1 {
	padding: 20px;
}

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

.news-list1 li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: dashed 1px #ccc;
}

.news-list1 li .box {
	/* padding: 15px; */
	transition: 0.5s;
	/* border: solid 1px #ccc; */
}

.news-list1 li .box:hover {
	border-color: #2cb0e9;
	transition: 0.5s;
}

.news-list1 li .pic {
	float: left;
	width: 200px;
	padding-bottom: 150px;
	transition: 0.5s;
}


.news-list1 li .text {
	float: right;
	width: 745px;
	padding-right: 180px;
	position: relative;
	margin-right: 10px;
	transition: 0.5s;
}

.news-list1 li:hover .text {
	margin-right: 00px;
	transition: 0.5s;
}

.news-list1 li .text::before {
	content: 'MORE';
	position: absolute;
	right: 0px;
	color: #999;
	line-height: 40px;
	height: 40px;
	width: 100px;
	text-align: center;
	bottom: 38px;
	border-left: solid 1px #ccc;
}

.news-list1 li .title {
	font-size: 16px;
	color: #333;
	display: block;
	font-weight: bold;
	margin-top: 15px;
	transition: 0.5s;
}

.news-list1 li:hover .text .title {
	color: #2cb0e9;
	transition: 0.5s;
}

.news-list1 li .time {
	font-size: 14px;
	color: #999;
	transition: 0.5s;
}


.news-list1 li .info {
	font-size: 14px;
	line-height: 1.7em;
	color: #666;
	text-align: justify;
	height: 3.4em;
	margin: 15px 0;
	overflow: hidden;
	transition: 0.5s;
}


.news-list2 {
	display: block;
}

.news-list2 li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 2%;
	display: block;
}

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

.news-list2 li .box {
	transition: 0.5s;
	display: block;
	padding: 2px;
	background: #fafafa;
	border-radius: 5px;
	overflow: hidden;
}

.news-list2 li .box:hover {
	background: #2cb0e9;
	transition: 0.5s;
}

.news-list2 li .pic {
	padding-bottom: 75%;
}

.news-list2 li .text {
	display: block;
	padding: 20px 15px;
}

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

.news-list2 li .info {
	transition: 0.3s;
	color: #999;
	font-size: 14px;
	height: 5.3em;
	overflow: hidden;
	line-height: 1.8em;
	transition: 0.5s;
}

.news-list2 li:hover .box {
	border-color: #0167af;
	transition: 0.5s;
}

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

.news-list2 li .time {
	color: #ccc;
	font-size: 14px;
	margin: 5px 0 5px;
	transition: 0.5s;
}

.news-list2 li .box:hover .text * {
	color: #fff;
	transition: 0.5s;
}

.news-list3 {
	padding: 20px;
}

.news-list3 li {
	float: left;
	width: 49.5%;
	margin-right: 1%;
	margin-top: 1%;
}

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

.news-list3 li .box {
	border: solid 1px #ccc;
	background: #fff;
	padding: 10px;
	display: block;
	transition: 0.5s;
}

.news-list3 li .pic {
	padding-bottom: 149px;
	float: left;
	width: 198px;
	margin-right: 10px;
	border: solid 1px #ccc;
}

.news-list3 li .text {
	float: left;
	width: 342px;
}

.news-list3 .box:hover {
	border-color: #0167af;
}

.news-list3 li .title {
	font-size: 16px;
	color: #333;
	transition: 0.5s;
	margin-top: 5px;
}

.news-list3 li:hover .text .title {
	color: #0167af;
	transition: 0.5s;
}

.news-list3 li .time {
	font-size: 14px;
	color: #ccc;
	transition: 0.5s;
	margin: 5px 0;
}

.news-list3 li .info {
	font-size: 14px;
	color: #999;
	line-height: 1.7em;
	text-align: justify;
	transition: 0.5s;
}



.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: #0167af;
	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: #2cb0e9;
}

.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: 20px; */
}

.news-detail .title {
	font-size: 20px;
	color: #2cb0e9;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

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

.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-list1 {
	padding: 20px;
}

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

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

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

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

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

.case-list1 li .box {
	display: block;
	background: #f8f8f8;
	padding: 5px;
	transition: 0.5s;
}

.case-list1 li .box:hover {
	background: #0167af;
	transition: 0.5s;
}

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

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

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

.case-list1 li .title {
	font-size: 14px;
	transition: 0.3s;
	padding: 15px;
	color: #333;
	background: #fff;
}

.case-list2 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-list1 li:hover a {
	border-color: #0167af;
}

.case-list2 li:hover .title,
.case-list1 li:hover .title {
	color: #0167af;
	transition: 0.5s;
	border-color: #0167af;
}

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

.case-list3 {
	padding: 20px;
}

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

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

.case-list3 li .box {
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	display: block;
	padding: 20px;
	border: solid 1px #f8f8f8;
}

.case-list3 li .box .pic {
	width: 70px;
	height: 70px;
	margin: 20px auto;
	overflow: hidden;
	border-radius: 100%;
	border: solid 1px #f8f8f8;
	padding: 20px;
}

.case-list3 li .box .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.case-list3 li .text {}

.case-list3 li .text .title {
	color: #333;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	transition: 0.5s;
}

.case-list3 li .text .info {
	color: #666;
	font-size: 14px;
	line-height: 1.7em;
	height: 6.8em;
	overflow: hidden;
	transition: 0.5s;
	margin-bottom: 30px;
}

.case-list3 li .text .type {
	color: #999;
	font-size: 12px;
	text-align: right;
}

.case-list3 li .big-pic {
	transform: rotateY(-180deg);
	opacity: 0.0;
	transition: 0.5s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.case-list3 li .big-pic img {
	display: block;
	width: 100%;
}

.case-list3 li .box:hover .big-pic {
	transition: 0.5s;
	transform: rotateY(0deg);
	opacity: 1.0;
}

.case-list4 {}

.case-list4 li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}

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

.case-list4 li .box {
	box-shadow: 0 0 0px 0 #ccc;
	transition: 0.5s;
}

.case-list4 li .box:hover {
	box-shadow: 0 0 10px 0 #ccc;
	transition: 0.5s;
}

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

.case-list4 li .box .text {
	background: #f8f8f8;
	padding: 15px;
	font-size: 12px;
	color: #999;
	transition: 0.5s;
}

.case-list4 li .box:hover .text {
	background: #fff;
	transition: 0.5s;
}

.case-list4 li .box .text .title {
	font-size: 16px;
	color: #333;
	transition: 0.5s;
	margin-bottom: 10px;
}

.case-list4 li .box:hover .text .title {
	color: #0167af;
	transition: 0.5s;
}

.case-list4 li .box .text .info {
	line-height: 1.7em;
	height: 5.1em;
	overflow: hidden;
}

/* 内页详情 */
.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;

}


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

.ny-xiangguan-top {
	background: #f8f8f8;
	height: 50px;
	line-height: 50px;
	margin-top: 60px;
	padding-right: 20px;
}

.ny-xiangguan-top div {
	float: left;
	color: #fff;
	background: #0167af;
	padding: 0 25px;
	font-size: 18px;
	font-weight: bold;
}

.ny-xiangguan-box {
	/* padding: 20px; */
	margin-top: 20px;
}

.ny-xiangguan-cp {}

.ny-xiangguan-cp-ul li {
	float: left;
	width: 19.2%;
	margin-right: 1%;
	margin-bottom: 1%;
}

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

.ny-xiangguan-cp-ul li .box {
	display: block;
	padding: 2px;
	transition: 0.5s;
	background: #f8f8f8;
}

.ny-xiangguan-cp-ul li .box:hover {
	transition: 0.5s;
	background: #0167af;
}

.ny-xiangguan-cp-ul li .text {
	display: block;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.ny-xiangguan-cp-ul li .pic {
	padding-bottom: 75%;
}

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

.ny-xiangguan-cp-ul li .box:hover .title {
	transition: 0.5s;
	color: #0167af;
}

.ny-xiangguan-case-ul {}

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

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

.ny-xiangguan-case-ul li .box {
	display: block;
	background: #f8f8f8;
	padding: 2px;
	transition: 0.5s;
}

.ny-xiangguan-case-ul li .box:hover {
	background: #0167af;
	transition: 0.5s;
}

.ny-xiangguan-case-ul li .box .pic {
	padding-bottom: 75%;
}

.ny-xiangguan-case-ul li .text {
	text-align: center;
	padding: 15px;
	background: #fff;
	font-size: 14px;
	color: #333;
	transition: 0.5s;
}

.ny-xiangguan-case-ul li .box:hover .text {
	color: #0167af;
	transition: 0.5s;
}

.ny-xiangguan-new {}

.ny-xiangguan-new-ul {}

.ny-xiangguan-new-ul .item {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.ny-xiangguan-new-ul .item:nth-child(2n) {
	margin-right: 0%;
}

.ny-xiangguan-new-ul .item .box {
	padding: 15px;
	display: block;
	background: #fff;
	border: solid 1px #ccc;
	transition: 0.5s;
}

.ny-xiangguan-new-ul .item .box:hover {
	transition: 0.5s;
	border-color: #2cb0e9;
}

.ny-xiangguan-new-ul .item .box:hover .text * {
	transition: 0.5s;
	color: #2cb0e9;
}

.ny-xiangguan-new-ul .item .text {
	font-size: 14px;
	position: relative;
}

.ny-xiangguan-new-ul .item .title {
	color: #333;
	float: left;
	width: 70%;
	transition: 0.5s;
}

.ny-xiangguan-new-ul .item .time {
	position: absolute;
	right: 0;
	color: #999;
	transition: 0.5s;
}


/* 内页联系我们 */
.ny-content-box .ny-cont30 .detail {
	padding: 0;
}

.ny-content-box .ny-cont30 .detail table,
.ny-content-box .ny-cont30 .detail table tr>* {
	border: none;
}

.ny-content-box .ny-cont30 .detail table tr {
	font-size: 0;
}

.ny-content-box .ny-cont30 .detail td {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	background-color: #f8f8f8;
	width: 230px;
	padding: 75px 25px 25px 25px;
	background-position: center 20px;
	background-size: 50px;
	background-repeat: no-repeat;
	text-align: center;
	color: #999;
	margin: 0 10px;
}

.ny-content-box .ny-cont30 .detail td a {
	color: #999;
}

.ny-content-box .ny-cont30 .detail tr td:nth-child(1) {
	background-image: url(../img/icon/icon55.png);
}

.ny-content-box .ny-cont30 .detail tr td:nth-child(2) {
	background-image: url(../img/icon/icon56.png);
}

.ny-content-box .ny-cont30 .detail tr td:nth-child(3) {
	background-image: url(../img/icon/icon57.png);
}

.ny-content-box .ny-cont30 .detail tr td:nth-child(4) {
	background-image: url(../img/icon/icon58.png);
}

.ny-content-box .ny-cont30 .detail td span {
	display: block;
	font-size: 16px;
}

/* 留言 */

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

.message img {
	float: right;
}

.message #form {
	float: left;
	width: 540px;
}

.message-box {}

.message-box .item {
	font-size: 0;
	margin-bottom: 10px;
}

.message-box .bt {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #333;
	width: 50px;
	line-height: 40px;
}

.message-box .item .input-text {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 430px;
	border: solid 1px #ccc;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	color: #999;
}

.message-box .item textarea.input-text {
	height: 120px;
	padding: 5px 10px;
}

.message-box .btn-box {
	font-size: 0;
}

.message-box .btn-box .coolbg {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 120px;
	line-height: 40px;
	border: none;
	cursor: pointer;
	background: #f8f8f8;
	color: #333;
	transition: 0.5s;
	margin-right: 2px;
}

.message-box .btn-box .coolbg:hover,
.message-box .btn-box .tijiao {
	background: #0167af;
	color: #fff;
	transition: 0.5s;
}

/**内页搜索**/
.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 #2cb0e9;
	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: #2cb0e9 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-cp-detail {}

.ny-content-cp-pic-box {
	position: relative;
	overflow: hidden;
	padding: 20px;
}

.ny-cp-pic {
	border: solid 5px #f8f8f8;
	width: 480px;
	float: left;
	margin-right: 20px;
}

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

.ny-content-cp-pic-box #exzoom {
	width: 320px;
}

.exzoom .exzoom_img_ul {
	width: 100% !important;
	overflow: hidden;
}

.exzoom .exzoom_img_ul li img {
	width: 100% !important;
}

.exzoom .exzoom_nav img {
	width: 58px !important;
}

.ny-cp-detail-chanshu {
	float: right;
	width: 580px;
	padding: 40px;
	background: #f8f8f8;
}

.ny-cp-detail-chanshu .title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.ny-cp-detail-chanshu .ny-cp-detail-jianjie, 
.ny-cp-detail-chanshu .shorttitle {
	font-size: 14px;
	color: #666;
	line-height: 1.7em;
	margin-bottom: 10px;
}

.ny-cp-detail-chanshu-box {
	font-size: 0;
	color: #999;
	margin: 15px 0;
}

.ny-cp-detail-chanshu-box .item {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 1%;
}

.ny-cp-detail-chanshu-box .item:nth-child(2n) {
	margin-right: 0;
}

.ny-cp-detail-chanshu-box .item .bt {
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	width: 45px;
	line-height: 1.8em;
}

.ny-cp-detail-chanshu-box .item .info {
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	line-height: 1.8em;
	width: 430px;
	text-align: justify;
	width: 350px;
}

.ny-cp-btn {
	padding-top: 30px;
}

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

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

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

.ny-detail-box-name {
	margin-top: 30px;
	background: #f8f8f8;
	height: 50px;
	line-height: 50px;
	padding-right: 20px;
}

.ny-detail-box-name .type-name {
	float: left;
	color: #fff;
	background: #0167af;
	padding: 0 25px;
	font-size: 18px;
	font-weight: bold;
}


/* 内页筛选 */
.saixuan-box {}

.saixuan-box .saixuan-bt {
	border-bottom: solid 1px #2cb0e9;
}

.saixuan-box .saixuan-bt-name {
	background: #2cb0e9;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 3px 3px 0 0;
}

.saixuan-box .saixuan-tell {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 38px;
	margin-left: 30px;
}

.saixuan-box .location {
	line-height: 38px;
}

.saixuan-box .saixuan-info {
	padding-top: 20px;
}

.saixuan-box .saixuan-info .saixuan-info-bt {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	width: 60px;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;

}

.saixuan-box .saixuan-info hr {
	clear: both;
	height: 5px;
}

.saixuan-box .saixuan-info .saixuan-info-info {
	float: left;
	width: 1100px;
	font-size: 0;
}

.saixuan-box .saixuan-info span {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px;
	background: #2cb0e9;
	color: #fff;
	padding: 0 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.saixuan-box .saixuan-info a {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px;
	color: #999;
	border-radius: 3px;
	background: #f9f9f9;
	padding: 0 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.saixuan-box .saixuan-info a:hover {
	color: #2cb0e9;
}


.shili-list {}

.shili-list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

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

.shili-list li .box {
	display: block;
	padding: 2px;
	background: #f8f8f8;
	text-align: center;
	transition: 0.5s;
}

.shili-list li .pic {
	padding-bottom: 75%;
}

.shili-list li .box:hover {
	background: #2cb0e9;
	transition: 0.5s;
}

.shili-list li .box .text {
	padding: 15px 0 13px;
	font-size: 14px;
	transition: 0.5s;
	color: #333;
}

.shili-list li .box .title {
	padding: 0 10px;
}

.shili-list li .box:hover .text {
	color: #fff;
	transition: 0.5s;
}




/* 内页关于我们 */

.ny-about {
	position: relative;
}

.ny-about #ppys {
	position: absolute;
	top: 15%;
}


.ny-about-box1 {
	padding: 80px 0 20px;
	margin-bottom: 80px;
}

.ny-about-title-box {
	margin-bottom: 40px;
	text-align: center;
}

.ny-about-title-box .title {
	font-size: 24px;
	color: #333;
	margin-bottom: 5px;
}

.ny-about-title-box .titleen {
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.ny-about-title-box .info {
	font-size: 14px;
	color: #666;
}

.ny-about-box1-cont {
	background: url(../img/ny-about-bg1.png) no-repeat center bottom;
}

.ny-about-box1-cont .container {
	position: relative;
	height: 349px;
}

.ny-about-box1-cont .item {
	position: absolute;
	text-align: center;
}

.ny-about-box1-cont .item .title {
	position: relative;
	font-size: 16px;
	color: #2cb0e9;
}

.ny-about-box1-cont .item .shorttitle {
	display: block;
	line-height: 1.5em;
	height: 1.5em;
}

.ny-about-box1-cont .item .info {
	font-size: 12px;
	color: #666;
	text-align: left;
	line-height: 1.7em;
}

.ny-about-box1-cont .item:nth-child(1) {
	width: 140px;
	bottom: 104px;
	left: 40px;
}

.ny-about-box1-cont .item:nth-child(1) .title {
	margin-bottom: 57px;
}

.ny-about-box1-cont .item:nth-child(1) .info {}

.ny-about-box1-cont .item:nth-child(2) {
	width: 140px;
	left: 231px;
	bottom: 130px;
}

.ny-about-box1-cont .item:nth-child(2) .title {
	margin-bottom: 80px;
	padding-left: 5px;
}

.ny-about-box1-cont .item:nth-child(2) .info {}

.ny-about-box1-cont .item:nth-child(3) {
	width: 140px;
	left: 429px;
	bottom: 80px;
}

.ny-about-box1-cont .item:nth-child(3) .title {
	margin-bottom: 65px;
	padding-right: 8px;
}

.ny-about-box1-cont .item:nth-child(3) .info {}

.ny-about-box1-cont .item:nth-child(4) {
	right: 419px;
	width: 157px;
	bottom: 17px;
}

.ny-about-box1-cont .item:nth-child(4) .title {
	margin-bottom: 77px;
}

.ny-about-box1-cont .item:nth-child(4) .info {}

.ny-about-box1-cont .item:nth-child(5) {
	width: 140px;
	right: 230px;
	bottom: 80px;
}

.ny-about-box1-cont .item:nth-child(5) .title {
	margin-bottom: 44px;
}

.ny-about-box1-cont .item:nth-child(5) .info {}

.ny-about-box1-cont .item:nth-child(6) {
	right: 37px;
	width: 150px;
	bottom: 110px;
}

.ny-about-box1-cont .item:nth-child(6) .title {
	margin-bottom: 55px;
}

.ny-about-box1-cont .item:nth-child(6) .info {
	padding-left: 10px;
}


.split {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
	background-color: #ec9c91
}

.split li {
	height: 7px;
	width: 16.66%;
	float: left
}

.split .l1 {
	background-color: #f2e499
}

.split .l2 {
	background-color: #eed2ab
}

.split .l3 {
	background-color: #b7eec7
}

.split .l4 {
	background-color: #b5d8ec
}

.split .l5 {
	background-color: #b7baed
}

.split .l6 {
	background-color: #ec9c91
}

.ny-about-box2 {
	text-align: center;
	background: #f2f6ff url(../img/ny-about-box2-bg.png) no-repeat center bottom;
	padding-top: 60px;
	padding-bottom: 150px;
}

.ny-about-box2-cont {
	text-align: left;
	font-size: 16px;
	line-height: 1.7em;
	color: #666;
}

.ny-about-box2-cont h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.ny-about-box3 {
	padding: 80px 0;
}

.ny-about-box3-cont {
	padding: 70px 0;
}

.ny-about-box3-cont .box img {}

.ny-about-box3-cont .box .title {
	font-size: 14px;
	text-align: left;
	background: #f8f8f8;
	padding: 10px;
	display: block;
}

.ny-about-box3-cont .swiper-slide {
	transition: 0.5s;
}

.ny-about-box3-cont .swiper-slide-active+.swiper-slide {
	transform: scale(1.4);
	z-index: 9999;
}



/* 内页产品 */
.ny-cp-box {}

.ny-cp-box .item {}

.ny-cp-box .ny-cp-list-type {
	background: #fff;
}

.ny-cp-box .ny-cp-list-type .box {}

.ny-cp-box .ny-cp-list-type .text-box {
	float: left;
	width: 66%;
}

.ny-cp-box .ny-cp-list-type .text-box .text {
	display: block;
	padding: 40px 50px 20px 50px;
}

.ny-cp-box .ny-cp-list-type .text-box .title {
	font-size: 22px;
	color: #333;
	font-weight: bold;
}

.ny-cp-box .ny-cp-list-type .text-box .shorttitle {
	color: #f50;
}

.ny-cp-box .ny-cp-list-type .text-box .info {
	font-size: 12px;
	color: #999;
	line-height: 2em;
	margin-top: 15px;
}

.ny-cp-box .ny-cp-list-type .text-box .info span {
	color: #2cb0e9;
}

.ny-cp-box .ny-cp-list-type .text-box .typeurl {
	padding-left: 50px;
}

.ny-cp-box .ny-cp-list-type .text-box .typeurl a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 2.5em;
	border-radius: 3px;
	width: 140px;
	text-align: center;
	background: #2cb0e9;
	color: #fff;
	transition: 0.5s;
}

.ny-cp-box .ny-cp-list-type .text-box .typeurl a:hover {
	background: #282828;
}

.ny-cp-box .ny-cp-list-type .pic {
	width: 31%;
	padding-bottom: 31%;
	float: left;
}

.ny-cp-box .ny-cp-list-type1 .shorttitle {
	margin-top: 10px;
}

.ny-cp-box .ny-cp-list-type2 {
	background: #e4f3ff;
}

.ny-cp-box .ny-cp-list-type3 {
	background: url(../img/ny-cp-bg2.jpg) no-repeat center center / 100%;
}

.ny-cp-box .ny-cp-list-type4 {
	background: #f6f7f9;
}


.ny-cp-box .ny-cp-list-title {
	font-size: 24px;
	color: #333;
	line-height: 3em;
	margin: 0 50px;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 20px;
}

.ny-cp-box .ny-cp-list {
	padding: 0 50px 30px;
}

.ny-cp-box .ny-cp-list .box {
	display: block;
}

.ny-cp-box .ny-cp-list .pic {
	float: left;
	width: 80px;
	padding-bottom: 80px;
	margin-right: 20px;
	border-radius: 15px;
}

.ny-cp-box .ny-cp-list .text-box {
	float: left;
	width: 700px;
	font-size: 12px;
}

.ny-cp-box .ny-cp-list .title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}

.ny-cp-box .ny-cp-list .title span {
	font-weight: normal;
}

.ny-cp-box .ny-cp-list .info {
	font-size: 12px;
	color: #999;
	padding-right: 100px;
	position: relative;
	line-height: 1.7em;
	height: 5.1em;
	overflow: hidden;
}

.ny-cp-box .ny-cp-list .info span {
	position: absolute;
	top: 0%;
	right: 0;
	color: #2cb0e9;
}

/* 产品详情 */
.ny-cp-cont-box img {
	display: block;
	max-width: 100%;
	height: auto !important;
}

.ny-cp-cont-top {
	padding: 50px;
}

.ny-cp-cont-top .pic {
	float: left;
	width: 120px;
	margin-right: 20px;
}

.ny-cp-cont-top .text {
	float: left;
	width: 500px;
	padding-right: 160px;
	font-size: 14px;
	line-height: 1.7em;
	color: #999;
	position: relative;
}

.ny-cp-cont-top .text .title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.ny-cp-cont-top .text .shorttitle {
	color: #666;
	margin: 5px 0;
}

.ny-cp-cont-top .text .info {}

.ny-cp-cont-top .text a {
	position: absolute;
	right: 0;
	top: 30%;
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 30px;
	background: #2985dd;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	font-size: 14px;
}

.ny-cp-cont-detail {
	font-size: 13px;
	line-height: 1.7em;
}

.ny-cp-cont-detail h3 {
	margin-top: 61px;
	border-left: 8px solid #ff6700;
	font-weight: 800;
	margin-left: 50px;
	font-size: 24px;
	margin-bottom: 48px;
	padding-left: 17px;
}

.ny-cp-cont-detail h4 {
	font-size: 22px;
	margin-left: 50px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 30px;
}

.ny-cp-cont-detail>p {
	margin-bottom: 10px;
}

.ny-cp-cont-detail>p,
.ny-cp-cont-detail>table,
.ny-cp-cont-detail>div {
	padding: 0 50px;
}
