@charset "utf-8";
/* 
	内页样式表
 */
/**
 * .c-z-1 {
	color: #0452a1;
}

.c-z-2 {
	color: #ee0000;
}

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

 ***/

/* 内页banner */
.banner-ny {
	width: 100%;
}

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

/* 内页样式1 */
.ny-main-box1 {
	/* padding: 40px 0 60px; */
	background: #fafafa;
	padding-bottom: 80px;
}

/* 左侧 */
.ny-main-box1-left {
	background: #fff;
}

/* 内页栏目标题 */
.ny-toptype-box {
	background: #f5f5f5;
	line-height: 50px;
	height: 50px;
}

.ny-toptype-box .ny-toptype-title {
	font-size: 16px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 0 1em;
	height: 49px;
	color: #0452a1;
	position: relative;
	border: solid 1px #ccc;
	border-bottom: solid 1px #fff;
	position: relative;
	z-index: 3;
}

.ny-toptype-box .ny-toptype-title::before {
	display: block;
	content: '';
	font-size: 16px;
	width: 4em;
	height: 2px;
	background: #0452a1;
	left: 1em;
	bottom: 0;
	position: absolute;
}

/* 内页菜单 */
.ny-main-box1-left .ny-nav-box {}

.ny-main-box1-left .ny-nav-box .ny-nav-ul {}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li {
	margin-top: 1px;
	background: #fff;
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li a {
	/* border: solid 1px #ccc; */
	padding-left: 50px;
	font-size: 16px;
	line-height: 3.5em;
	display: block;
	transition: 0.5s;
	color: #333;
	background: url(../img/icon/icon18.png) no-repeat 20px center / 12px auto;
	padding-right: 15px;
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li:hover a,
.ny-main-box1-left .ny-nav-box .ny-nav-ul li.focus a {
	/* border: solid 1px #0452a1; */
	color: #fff;
	background: #ee0000 url(../img/icon/icon19.png) no-repeat 30px center / 14px auto;
	/* color: #0452a1; */
	/* background: url(../img/icon/icon18.png) no-repeat 25px center / 12px auto; */
}

/* 内页联系方式 */
.ny-lxfs {
	/* border: solid 1px #ccc; */
	border-top: solid 6px #0452a1;
	color: #666;
	margin-top: 30px;
	padding-bottom: 15px;
	background: #fff;
}

.ny-lxfs img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.ny-lxfs img+p {
	color: #0452a1;
	font-size: 14px;
	font-weight: bold;
}

.ny-lxfs p {
	padding: 0 15px;
	font-size: 0px;
	margin-top: 5px;
}

.ny-lxfs p .lxfs-bt {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	width: 5em;
	line-height: 1.7em;
}

.ny-lxfs p .lxfs-info {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	width: 148px;
	line-height: 1.7em;
}

/* 右侧 */
.ny-main-box1 .ny-main {
	float: right;
	width: 930px;
	margin-top: 30px;
	min-height: 400px;
}

.ny-main-box1 .ny-location {
	font-size: 16px;
	color: #ccc;
	line-height: 68px;
	padding-left: 60px;
	background: #fff url(../img/icon/m-iocn0.png) no-repeat 30px center / 20px;
	border-bottom: solid 1px #ccc;
}

.ny-main-box1 .ny-location a {
	color: #333;
}

.ny-main-box1 .ny-location a:hover {
	color: #ee0000;
}

.ny-content-box {}

/* 内页样式2 */
.ny-main-box2 {}

/* 内页主体头部名称 */
.ny-main-box2 .ny-typename-box {
	line-height: 68px;
	height: 68px;
	background: #fff;
	border-bottom: solid 1px #ededed;
}

/* 内页栏目名称 */
.ny-main-box2 .ny-typename-box .ny-toptype-box {
	float: left;
	display: none;
}

.ny-main-box2 .ny-typename-box .ny-toptype-box .ny-toptype-title {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
}

.ny-main-box2 .ny-typename-box .ny-toptype-box .ny-toptype-title::before {
	display: block;
	content: '';
	height: 24px;
	position: absolute;
	width: 5px;
	background: #0452a1;
	top: 50%;
	margin-top: -12px;
	left: 0%;
}

/* 内页导航 */
.ny-main-box2-nav-box {
	width: 1200px;
	padding: 0 15px;
	background: #fff;
	box-sizing: border-box;
	margin: 30px auto 20px;
}

.ny-main-box2-nav-box .ny-nav-box {
	position: relative;
	float: right;
	width: 900px;
}

.ny-main-box2-nav-box .ny-nav-box .ny-nav-ul {
	text-align: right;
}

.ny-main-box2-nav-box .ny-nav-box .ny-nav-ul li:first-child {
	margin-left: 0;
}

.ny-main-box2-nav-box .ny-nav-box .ny-nav-ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 60px;
	vertical-align: top;
	position: relative;
	margin-left: 30px;
}

.ny-main-box2-nav-box .ny-nav-box .ny-nav-ul li a::before {
	display: block;
	content: '';
	width: 0%;
	height: 3px;
	left: 50%;
	bottom: 0;
	background: #0452a1;
	transition: 0.5s;
	z-index: 1;
	position: absolute;
}

.ny-main-box2-nav-box .ny-nav-box .ny-nav-ul li a.focus::before,
.ny-main-box2-nav-box .ny-nav-box .ny-nav-ul li.focus a::before {
	width: 100%;
	left: 0%;
}

.ny-main-box2-nav-box .ny-nav-box .ny-nav-ul li a {
	color: #333;
	display: block;
	position: relative;
	z-index: 2;
}

.ny-main-box2-nav-box .ny-nav-box .ny-nav-ul li:hover a,
.ny-main-box2-nav-box .ny-nav-box .ny-nav-ul li.focus a {
	color: #0452a1;
	font-weight: bold;
}

/* 内页主体内容 */

.ny-main-box2 .left-news {
	float: left;
	width: 310px;
	margin-right: 30px;
}

.ny-main-box2 .ny-main {
	background: #fff;
	padding: 30px;
	float: right;
	width: 800px;
}

.ny-main-box2 .ny-content-box {
	min-height: 400px;
}

/* 内页面包屑 */
.ny-location {
	font-size: 14px;
	line-height: 60px;
	float: left;
}

.ny-location .location {
	color: #ccc;
	padding-left: 22px;
	background: url(../img/icon/m-iocn0.png) no-repeat left center / auto 15px;
}

.ny-location .location a {
	color: #333;
}

.ny-location .location a:hover {
	color: #0452a1;
}

/* 内页正文 */
.ny-content-box {
	min-height: 400px;
	margin-bottom: 50px;
}

.ny-content-box .ny-typename {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #0452a1;
	padding: 20px 0;
	margin-bottom: 20px;
}

.ny-content-box .ny-typename::before,
.ny-content-box .ny-typename::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 1px;
	background: #ccc;
	margin: 0 10px;
}

.ny-content-box .detail {
	font-size: 14px;
	line-height: 2em;
	color: #555;
	text-align: justify;
	position: relative;
}

.ny-content-box .detail p {
	text-indent: 2em;
}

.ny-content-box .detail img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto !important;
}

.ny-content-box .detail>*+* {
	margin-top: 10px;
}

.ny-content-box .detail h3 {
	color: #0452a1;
	font-size: 1.1em;
	font-weight: bold;
}

.ny-content-box .detail strong {
	color: #0452a1;
	font-size: 1.05em;
}

.ny-content-box .detail h4 {
	color: #0452a1;
	font-size: 1.05em;
	font-weight: bold;
}

.ny-content-box .detail h5 {
	color: #0452a1;
	font-size: 1.05em;
	font-weight: bold;
	opacity: 0.9;
}

.ny-content-box .detail *+ul,
.ny-content-box .detail *+ol {
	padding-left: 1em;
	margin-top: 0.75em;
}

.ny-content-box .detail *>li {
	color: #888;
	margin-bottom: 0.5em;
	list-style: disc;
}


.ny-content-box .detail table {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	width: 100% !important;
	height: auto !important;
}

.ny-content-box .detail table tr {}

.ny-content-box .detail table tr>* {
	padding: 10px;
	border-top: none;
	margin: 0;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.ny-content-box .detail video {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.ny-content-box .chanshu-detail {
	display: block;
	overflow-x: scroll;
	font-size: 12px;
}

.ny-content-box .chanshu-detail table {
	margin-bottom: 20px;
}



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

.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: 28px;
	font-family: 黑体;
	color: #fff;
	font-weight: lighter;
}

/* 左侧相关1 */

/* 内页相册 */
.honor-list {
	margin-bottom: 10px;
}

.honor-list>li {
	float: left;
	width: 16.66%;
	transition: 0.3s;
}

.honor-list>li .box {
	display: block;
	padding: 1px;
	background: #ccc;
	transition: 0.5s;
}

.honor-list>li:hover .box {
	background: #0452a1;
}


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

.honor-list>li .text {
	transition: 0.5s;
	background: #fff;
	margin-top: 1px;
	text-align: center;
}

.honor-list>li:hover .text {
	/* background: #0452a1; */
}

.honor-list>li .title {
	font-size: 16px;
	transition: 0.5s;
	color: #333;
	line-height: 3em;
	padding: 0 15px;
}

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


.honor-list>li:hover .text * {
	color: #fff;
	color: #0452a1;
}


/* 内页产品列表 */
.product-list {}

.product-list li {
	transition: 0.5s;
}

.product-list li .box {
	display: block;
	transition: 0.5s;
	background: #f5f5f5;
	padding: 2px;
}

.product-list li .box:hover {
	background: #0452a1;
}

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

.product-list li .text {
	transition: 0.5s;
	position: relative;
	padding: 15px;
	margin-top: 2px;
	height: 45px;
}

.product-list li .text .title {
	font-size: 16px;
	color: #333;
	transition: 0.5s;
	position: relative;
	margin-bottom: 5px;
	z-index: 1;
}

.product-list li .text .info {
	font-size: 14px;
	color: #333;
	opacity: 0.6;
	transition: 0.5s;
}


.product-list li:hover .text * {
	color: #fff;
}


.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: #0452a1;
	transition: 0.5s;
}

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

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


/**内页新闻**/
.news-list1 {}

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

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

.news-list1 li .box {
	display: block;
	transition: 0.5s;
}


.news-list1 li .pic img {
	opacity: 0.98;
}

.news-list1 li .text {
	box-sizing: border-box;
	position: relative;
	transition: 0.5s;
}

.news-list1 li:hover .text {
	margin-right: 0px;
}

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

.news-list1 li .text .more a {
	color: #999;
}

.news-list1 li .title {
	font-size: 16px;
	color: #333;
	display: block;
	transition: 0.5s;
	margin-bottom: 5px;

}

.news-list1 li .text .title:hover,
.news-list1 li .text a:hover {
	transition: 0.5s;
	color: #ee0000;
}

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

.news-list1 li .time span {
	color: #0452a1;
	opacity: 0.5;
}

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


.news-list2 {}

.news-list2 li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #ccc;
	width: 100%;
}

.news-list2 li .box {
	display: block;
	font-size: 0;
}

.news-list2 li .box .pic {
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	padding-bottom: 19.2%;
}

.news-list2 li .text {
	display: inline-block;
	vertical-align: middle;
	width: 78%;
	margin-left: 2%;
}

.news-list2 li .title {
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 10px;
	transition: 0.5s;
}

.news-list2 li .time {
	color: #999;
	font-size: 16px;
	transition: 0.5s;
	line-height: 1em;
	margin-bottom: 20px;
}

.news-list2 li .info {
	color: #666;
	font-size: 16px;
	height: 3em;
	overflow: hidden;
	line-height: 1.5em;
	transition: 0.5s;
}

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



.news-list3 {}

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

.news-list3 li:nth-child(1),
.news-list3 li:nth-child(2) {
	margin-top: 0;
}

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

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

.news-list3 li .box:hover {
	border-color: #0452a1;
}

.news-list3 li .pic {
	padding-bottom: 24.8%;
	float: left;
	width: 40%;
}

.news-list3 li .text {
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding: 15px 20px 0 20px;
}


.news-list3 li .title {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 10px;
	color: #333;
	transition: 0.5s;
}

.news-list3 li .time {
	font-size: 14px;
	color: #999;
	transition: 0.5s;
	line-height: 1em;
	margin-bottom: 6px;
}

.news-list3 li:hover .text .title {
	color: #0452a1;
}

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


.news-list4 {
	padding: 20px;
}

.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: #ee0000;
	font-weight: bold;
	border-right: solid 1px #ccc;
}

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

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

.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-list4 li .download-btn {
	float: right;
}

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

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

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

.case-list1 li .box {
	display: block;
	transition: 0.5s;
}

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

.case-list1 li .text {
	text-align: center;
	padding: 15px;
	background: #fff;
}

.case-list1 li .title {
	font-size: 16px;
	transition: 0.5s;
	color: #333;
	line-height: 2em;
}

.case-list1 li:hover .title {
	color: #ee0000;
}

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

/* 案例2 */
.case-list2 {}

.case-list2 li {}

.case-list2 li .box {
	display: block;
	transition: 0.5s;
	background: #f5f5f5;
	padding: 2px;
}

.case-list2 li .box:hover {
	background: #0452a1;
}

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

.case-list2 li .text {
	transition: 0.5s;
	padding: 0 15px;
	margin-top: 2px;
}

.case-list2 li .title {
	font-size: 16px;
	transition: 0.5s;
	color: #333;
	line-height: 3em;
}

.case-list2 li:hover .text>* {
	color: #fff;
}



/* 内页列表-团队 */
.team-list {}

.team-list li {
	float: left;
	width: 20%;
}

.team-list li .box {
	display: block;
	margin: 10px;
	background: #ededed;
	padding: 2px;
	transition: 0.5s;
}

.team-list li .box:hover {
	background: #ee0000;
}

.team-list li .box .pic {
	padding-bottom: 100%;
}

.team-list li .box .text {
	padding: 18px 20px 20px;
	text-align: center;
}


.team-list li .box .text .title {
	font-size: 18px;
	color: #333;
	line-height: 1em;
	margin-bottom: 10px;
}

.team-list li .box .text .info {
	font-size: 14px;
	color: #999;
	line-height: 2em;
	height: 8em;
	overflow: hidden;
	text-align: justify;
}

.team-list li .box:hover .text>* {
	color: #fff;
}

/* 内页相关推荐 */
.ny-xiangguan {
	background: #fff;
}

.ny-xiangguan-top {
	border-bottom: solid 1px #ededed;
	padding-bottom: 20px;
}

.ny-xiangguan-top>div {
	font-size: 20px;
	color: #ee0000;
	font-weight: bold;
	line-height: 1em;
	position: relative;
	padding: 0 15px 0px 15px;
	float: left;
}

.ny-xiangguan-top>div::before {
	content: '';
	display: block;
	width: 3px;
	height: 20px;
	background: #ee0000;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -9px;
}

.ny-xiangguan-box {
	display: block;
	position: relative;
	padding: 15px;
	border: solid 1px #ccc;
	z-index: 1;
}

.ny-xiangguan-cp {}

.ny-xiangguan-cp-ul {
	position: relative;
	height: 210px;
	overflow: hidden;
}

.ny-xiangguan-cp-ul li {
	width: 210px;
	margin-right: 15px;
}

.ny-xiangguan-cp-ul li .box {
	display: block;
	position: relative;
}

.ny-xiangguan-cp-ul li .box .pic {
	padding-bottom: 100%;
	z-index: 1;
}

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

.ny-xiangguan-cp-ul li .text {
	display: block;
	text-align: center;
	background: #000;
	width: 100%;
	padding: 15px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.6;
	z-index: 2;
}

.ny-xiangguan-cp-ul li .title {
	font-size: 14px;
	padding: 0 15px;
	color: #fff;
	transition: 0.5s;
}

.ny-xiangguan-cp-ul li .box:hover .title {
	color: #ee0000;
}

.ny-xiangguan-case-ul {
	height: 500px;
}

.ny-xiangguan-case-ul li {
	/* 	float: left;
	width: 4%;
	margin-right: 2%; */
	margin-bottom: 10px;
}

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

.ny-xiangguan-case-ul li .box {
	display: block;
	transition: 0.5s;
}

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

.ny-xiangguan-case-ul li .text {
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	color: #333;
	background: #ededed;
	transition: 0.5s;

}

.ny-xiangguan-case-ul li .box:hover .text {
	color: #fff;
	background: #ee0000;
	transition: 0.5s;
}

.ny-xiangguan-new {}

.ny-xiangguan-new-ul {}

.ny-xiangguan-new-ul .item:first-child {
	margin-top: 0px;
	border-top: none;
	padding-top: 0px;
}

.ny-xiangguan-new-ul .item {
	/* float: left;
	width: 48%;
	margin-right: 4%; */
	margin-top: 5px;
	border-top: dashed 1px #ccc;
	padding-top: 5px;
}

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

.ny-xiangguan-new-ul .item .box {
	display: block;
	transition: 0.5s;
}

.ny-xiangguan-new-ul .item .box:hover {
	transition: 0.5s;
}

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

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

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

.ny-xiangguan-new-ul .item .title span {
	color: #0452a1;
	display: inline-block;
	vertical-align: middle;
	border-right: solid 1px #ccc;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1em;
}

.ny-xiangguan-new-ul .item .title::before {
	display: inline-block;
	content: '';
	vertical-align: top;
	width: 0;
	height: 2px;
	background: #0452a1;
	margin-right: 0;
	margin-top: 14px;
	transition: 0.5s;
}

.ny-xiangguan-new-ul .item .box:hover .title::before {
	width: 1em;
	margin-right: 10px;
}

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


/* 留言 */
.message {
	font-size: 0;
	/* text-align: center */
}

.message img {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

.message #form {
	display: inline-block;
	vertical-align: top;
}

.message-box {}

.message-box .item {
	font-size: 0;
	text-align: left;
	margin-bottom: 15px;
}

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

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

.message-box .item select.input-text {
	width: 382px;
}

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

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

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

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


/* 内页文章正文 */
.news-detail {}

.news-detail .title {
	font-size: 24px;
	color: #333;
	line-height: 2em;
	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: #999;
}


.news-detail .download {
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
}

.news-detail .download span {}

.news-detail .download a {
	display: inline-block;
	padding-left: 25px;
	background: url(../img/icon/icon59.png) no-repeat 0 center / auto 100%;
}

/* 内页右侧 */
.ny-you-box {
	float: right;
	width: 25%;
}

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


.ny-cp-detail-top {
	margin-bottom: 40px;
}

.ny-cp-pic {
	float: left;
	width: 550px;
}

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

.ny-content-cp-pic-box {
	margin-bottom: 50px;
	font-size: 0;
}


#exzoom {
	width: 400px;
	display: inline-block;
	vertical-align: top;
}

#magnifier1 {
	width: 300px;
}

.magnifier-btn span {
	background-color: #f5f5f5;
}

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

.ny-cp-detail-chanshu .title {
	font-size: 20px;
	color: #333;
	margin: 10px 0;
}

.ny-cp-detail-chanshu-box {
	min-height: 239px;
	max-height: 340px;
}

.ny-cp-detail-chanshu-box .item {
	margin-bottom: 5px;
	font-size: 0;

}

.ny-cp-detail-chanshu-box .item>div a {
	color: #0452a1;
}

.ny-cp-detail-chanshu-box .item>div {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 2em;
	color: #666;
}

.ny-cp-detail-chanshu-box .item .bt {
	width: 80px;
}

.ny-cp-detail-chanshu-box .item .info {
	width: 455px;
	color: #666;
}

.ny-cp-btn {
	padding: 15px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-top: 28px;
}

.ny-cp-btn .tell {
	float: left;
	font-size: 20px;
	line-height: 40px;
	padding-left: 45px;
	background: url(../img/icon/icon3.png) no-repeat left center / 30px;
	color: #333;
}

.ny-cp-btn .tell span {
	font-family: num1;
	color: #ee0000;
	font-size: 24px;
}

.ny-cp-btn a {
	display: inline-block;
	line-height: 40px;
	border-radius: 40px;
	color: #fff;
	background-color: #ee0000;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 24px;
	padding-left: 50px;
	padding-right: 20px;
	font-size: 14px;
}

.ny-cp-btn .lxfs {
	background-image: url(../img/icon/icon24.png);
}

.ny-cp-btn .qqkf {
	background-image: url(../img/icon/icon32.png);
}

.ny-cp-detail-btn .zxly {
	background-image: url(../img/icon/icon26.png);
}

.ny-cp-detail .ny-detail-box-name {
	line-height: 60px;
	height: 60px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}

.ny-cp-detail .ny-detail-box-name .type-name {
	font-size: 22px;
	font-weight: normal;
	position: relative;
	padding: 0 35px 0 30px;
	color: #333;
}

.ny-cp-detail .ny-detail-box-name .type-name::before {
	content: '';
	display: block;
	width: 3px;
	height: 24px;
	background: #ee0000;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -11px;
}

.ny-content-box .ny-cp-detail .detail {
	padding: 0 20px;
}

/* 产品详情2 */
.ny-cp-detail-box .ny-cp-detail-info {
	float: left;
}

.ny-cp-detail-box .tel-box {
	float: right;
	font-size: 20px;
	color: #666;
	padding-left: 25px;
	background: url(../img/icon/icon10.png) no-repeat left center / auto 85%;
}

.ny-cp-detail-box .tel-box span {
	color: #0452a1;
	font-size: 22px;
	font-family: num2;
	display: inline-block;
}

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


/* 更新 */
/* 人员查询 */

.chaxun-box {
	font-size: 0;
}

.chaxun-text-box {}

.chaxun-text-box .item:first-child {
	margin-top: 0;
}

.chaxun-text-box .item {
	font-size: 0;
	margin-top: 15px;
}

.chaxun-text-box .item>div {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 40px;
}

.chaxun-text-box .item .chaxun-text-bt {
	color: #333;
	width: 60px;
	padding: 0 20px;
	background: #ededed;
}

.chaxun-text-box .item .chaxun-text-info {
	width: 390px;
}

.chaxun-text-box .item .input-text {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	height: 40px;
	color: #999;
	border: solid 1px #ededed;
}

.chaxun-text-btn {
	margin-top: 10px;
	padding-left: 100px;
}

.chaxun-text-btn .coolbg {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #333;
	background: #f5f5f5;
	line-height: 40px;
	width: 100px;
	margin-right: 5px;
	cursor: pointer;
}

.chaxun-text-btn .tijiao {
	background: #0452a1;
	color: #fff;
}

.chaxun-ajax-bt {
	text-align: center;
	margin-bottom: 20px;
}

.chaxun-ajax-bt div {
	font-size: 20px;
	color: #0452a1;
	display: inline-block;
	vertical-align: top;
	line-height: 3em;
	border-bottom: solid 2px #0452a1;
}

.chaxun-ajax {
	font-size: 16px;
}

.chaxun-ajax table {
	margin: 0 auto;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.chaxun-ajax img {
	display: block;
	width: 550px !important;
	margin: 0 auto;
	height: auto !important;
}

.chaxun-ajax table tr {}

.chaxun-ajax table tr>* {
	padding: 15px;
	font-size: 16px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.chaxun-ajax table tr:first-child> td {
	padding: 0;
}

.chaxun-ajax table th {
	background: #f8f8f8;
	text-align: right !important;
}


.printmeBtn {
	display: block;
	width: 160px;
	font-size: 16px;
	line-height: 3em;
	background: #0452a1;
	color: #fff !important;
	text-align: center;
	margin: 30px auto 0;
}

.printme-box {
	background: #fff;
	width: auto;
	margin: auto;
	padding: 40px 0;
}
