@charset "utf-8";
/* 
	内页样式表
 */
/**
 * .c-z-1 {
	color: #0d61ae;
}
.c-z-2 {
	color: #ffa200;
}
.c-z-3 {
	color: #e6eef6;
}
 ***/

.active {
	position: relative;
	box-shadow: none;
}


/* 内页banner */
.banner-ny {
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner-ny img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner-ny .text {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
}

.banner-ny .text .title {
	font-size: 32px;
}

.banner-ny .text .info {
	font-size: 26px;
	font-family: en2;
	text-transform: uppercase;
	opacity: 0.6;
}


/* 正文 */
.ny-main-box {
	background: #ededed;
	padding-top: 25px;
}

/* 内页样式 */
.ny-main-box .container {
	padding-bottom: 30PX;
	max-width: 1260px;
}

.danye .ny-main-box .container {
	padding-bottom: 0PX;
}

/* 左侧板块 */
.ny-main-left {}

.ny-main-left .ny-typename {
	margin-bottom: 10px;
	font-size: 30px;
	color: #0d61ae;
	text-align: center;
	font-weight: bold;
}


/* 内页主体头部名称 */
.ny-main-box-top {
	padding: 25px 0;
	border-bottom: solid 1px #ccc;
	background: #ededed;
}

.ny-main-box-top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/* 内页面包屑 */
.ny-location {
	font-size: 14px;
	color: #999;
}

.ny-location i {
	color: #0d61ae;
	font-size: 1.2em;
	margin-right: 10px;
}

.ny-location .location {}

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

.ny-location .location a:hover {
	color: #0d61ae;
	text-decoration: underline;
}

.return {
	color: #0d61ae;
}

.return i {
	margin-right: 0;
	color: #0d61ae;
	margin-left: 10px;
	font-size: 1em;
}

/* 内页导航1 */
.ny-nav-box1 {
	width: 100%;
	border-top: none;
	margin-bottom: 15px;
}

.ny-nav-box1 ul {
	font-size: 18px;
	display: flex;
	justify-content: center;
}

.ny-nav-box1 ul li+li {
	margin-left: 20px;
	padding-left: 20px;
}

.ny-nav-box1 ul li {
	position: relative;
	display: block;
}

.ny-nav-box1 ul li+li::before {
	content: '';
	display: block;
	width: 2px;
	background: #ccc;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.ny-nav-box1 ul li a {
	position: relative;
	color: #333;
	display: block;
	line-height: 2em;
}

.ny-nav-box1 ul li a div {}

.ny-nav-box1 ul li a:hover,
.ny-nav-box1 ul li.focus {
	color: #0d61ae;
}

.ny-nav-box1 ul li.focus a {
	color: #0d61ae;
	border-bottom: solid 2px #0d61ae;
}


/* 内页导航2 */
.ny-nav-box2 {}

.ny-nav-box2 ul {
	display: flex;
	justify-content: center;
}

.ny-nav-box2 ul li~li {
	margin-left: 20px;
}

.ny-nav-box2 ul li a {
	display: block;
	min-width: 8em;
	padding: 0 1.5em;
	line-height: 2.7em;
	background: #ededed;
	color: #333;
	transition: 0.5s;
	text-align: center;
	font-size: 18px;
}

.ny-nav-box2 ul li.focus a {
	background: #0d61ae;
	color: #fff;
}

/* 内页联系方式 */
.ny-lxfs1 {
	padding: 20px;
	border: solid 1px #ccc;
}

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

}

.ny-lxfs1 .info {
	font-size: 14px;
	line-height: 1.7em;
	color: #666;
	margin-top: 15px;
}

/* 内页主体内容 */
.ny-main-box .ny-content-box {}

.ny-main-box .ny-content-box .ny-cont {
	margin-bottom: 20px;
}

.danye .ny-main-box .ny-content-box {
	width: 100%;
}

/* 内页正文 */
.ny-content-box .ny-toptype-title {
	text-align: center;
	font-size: 38px;
	color: #ffa200;
	margin-bottom: 30px;
}

.ny-content-box .ny-toptype-title::before,
.ny-content-box .ny-toptype-title::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 2px;
	background: #ccc;
	margin: 0 5px;
}

.ny-content-box .detail {
	font-size: 16px;
	line-height: 2em;
	color: #666;
	position: relative;
}

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

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

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

.ny-content-box .detail>*+* {
	margin-top: 1.5em;
}

.ny-content-box .detail h2,
.ny-content-box .detail h3 {
	color: #0d61ae;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}


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

.ny-content-box .detail h5 {
	color: #0d61ae;
	font-size: 1.05em;
	opacity: 0.9;
	text-transform: uppercase;
	margin-top: 0 !important;
}

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

.ny-content-box .detail p>strong {
	margin-left: -2em;
}

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

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


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

.ny-content-box .detail table tbody {
	border: none;
	padding: 0;
	margin: 0;
}

.ny-content-box .detail table thead {
	background: #ededed;
}

.ny-content-box .detail tbody tr {
	border: none;
	padding: 0;
	margin: 0;
}

.ny-content-box .detail tbody tr:nth-child(2n+1) {}

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

.ny-content-box .detail tbody tr:nth-child(2n) {}

.ny-content-box .detail table tr h4 {
	font-size: 1.5rem;
	line-height: 2.5em;
}

.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;
}

/* 左侧相关1 */

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

.honor-list>li {
	float: left;
}

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

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


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

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

.honor-list>li:hover .text {
	background: initial;
}

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

.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;
}

/* 图片集 */
.pic-list {}

.pic-list .item {
	position: relative;
}

.pic-list .item .box {
	display: block;
	color: #333;
	transition: 0.5s;
	position: relative;
}


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


.pic-list .item .box .text {
	background: rgba(0, 0, 0, 0.7);
	padding: 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	font-size: 16px;
	transition: 0.5s;
	z-index: 3;
}

.pic-list .item .box:hover .text {
	opacity: 1;
}

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

.product-list1 .item {}

.product-list1 .item .box {
	display: block;
	font-size: 20px;
	color: #333;
	transition: 0.5s;
	background: #fff;
	padding: 25px;
}

.product-list1 .item .box:hover .title {
	color: #0d61ae;
}

.product-list1 .item .box .pic {
	padding-bottom: 100%;
}

.product-list1 .item .box .pic img {
	transform: scale(1) !important;
}

.product-list1 .item .box .text {
	text-align: center;
	padding-top: 25px;
	border-top: solid 1px #ccc;
}

.product-list1 .item .box .text .info {
	font-size: 14px;
	line-height: 1.75em;
	opacity: 0.7;
	margin: 15px 0;
	text-align: justify;
}

.product-list1 .item .box .text .btn {
	display: block;
	width: 8em;
	text-align: center;
	margin: 0 auto;
	line-height: 2.5em;
	font-size: 12px;
	color: #333;
	border: solid 1px #ccc;
}

.product-list1 .item .box .btn:hover {
	color: #0d61ae;
	border-color: #0d61ae;
}

.product-list2 {}

.product-list2 li {
	float: left;
}


.product-list2 li .box {
	display: block;
	transition: 0.5s;
	position: relative;
	font-size: 16px;
	color: #fff;
}

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

.product-list2 li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);

}

.product-list2 li .box:hover .text {
	background: #0d61ae;
	color: #fff;
}


/* 单列 自定义字段图集 */
.product-list3 {}

.product-list3 .item:first-child {
	margin-top: 0;
}

.product-list3 .item {
	margin-top: 25px;
	padding: 20px;
	border: solid 1px #e5e5e5;
	transform: 0.5s;
}

.product-list3 .item:hover {
	border-color: #0d61ae;
}

.product-list3 .item .box {}

.product-list3 .item .box .pic {
	float: left;
	width: 200px;
	padding-bottom: 140px;
	display: block;
}

.product-list3 .item .box .text {
	float: left;
	margin-left: 20px;
	width: calc(100% - 220px);
}

.product-list3 .item .box .text .title {
	font-size: 14px;
	color: #333;
	transform: 0.5s;
}

.product-list3 .item:hover .text .title {
	color: #0d61ae;
}

.product-list3 .item .box .text .info {
	font-size: 13px;
	line-height: 2em;
	color: #666;
	margin-top: 10px;
}

.product-list3 .item .box .text .info div {
	display: flex;

}

.product-list3 .item .box .text .info div span {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

/**内页新闻**/
.c-news {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.c-news .item {
	width: 32%;
}

.c-news .box {
	align-items: center;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	background: #fff;
	display: block;
}

.c-news .box:hover .title {
	color: #0d61ae;
}

.c-news .box .pic {
	padding-bottom: 75%;
}

.c-news .box .text {
	padding: 20px;
}

.c-news .box .text .time {
	margin-top: 10px;
	font-size: 14px;
	display: flex;
	font-weight: normal;
	color: #666;
	justify-content: space-between;
}

.c-news .box .text .time i {
	margin-right: 10px;
	font-size: 1.5em;
}

.c-news .box:hover .text .time i {
	color: #0d61ae;
	margin-right: 0;
}



.news-list1 {}

.news-list1 .item {}

.news-list1 .item+.item {
	margin-top: 30px;
}

.news-list1 .item .box {
	color: #333;
	transition: 0.5s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	padding: 20px;
	border: solid 1px #dedede;
}

.news-list1 .item .box:hover {
	box-shadow: 0 0 10px #ccc;
}

.news-list1 .item .pic {
	padding-bottom: 198px;
	width: 300px;
	transition: 0.5s;
	background: #000;
}

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

.news-list1 .item .text {
	width: calc(100% - 320px);
}

.news-list1 .item .box .title {
	font-weight: bold;
}

.news-list1 .item .box:hover .title {
	color: #0d61ae;
}

.news-list1 .item .info {
	opacity: 0.8;
	font-size: 16px;
	text-align: justify;
	line-height: 2em;
	margin: 15px 0;
}

.news-list1 .item .time {
	font-size: 16px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #999;
}

.news-list1 .item .time p:last-child {
	padding: 0 1em;
	font-size: 14px;
	line-height: 2.5em;
	background: #ededed;
}

.news-list1 .item .time p:last-child:hover {
	color: #0d61ae;
}

.news-list2 {
	display: flex;
	flex-wrap: wrap;
}

.news-list2 .item {
	width: 48%;
}

.news-list2 .item:nth-child(2)~.item {
	margin-top: 2%;
}

.news-list2 .item:nth-child(2n) {
	margin-left: 4%;
}

.news-list2 .item .box {
	font-size: 18px;
	color: #333;
	transition: 0.5s;
	padding: 20px;
	display: flex;
	align-items: center;
	box-shadow: 0 0 10px #ccc;
}

.news-list2 .item .box:hover .title {
	color: #0d61ae;
}

.news-list2 .item .box:hover i {
	color: #0d61ae;
	margin-right: 0px;
}

.news-list2 .item .box .pic {
	width: 40%;
	padding-bottom: 30%;
}

.news-list2 .item .box .text {
	width: calc(100% - 40%);
	padding-left: 20px;
}

.news-list2 .item .info {
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 10px;
	opacity: 0.7;
}


.news-list2 .item .time {
	font-size: 14px;
	opacity: 0.7;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.news-list2 .item .time i {
	margin-right: 10px;
	font-size: 1.5em;
}



.news-list3 {}

.news-list3 .item {
	margin-bottom: 10px;
}

.news-list3 .item .box {
	display: flex;
	background: #fff;
	color: #333;
	padding: 15px;
	font-size: 16px;
	line-height: 1.7em;
	transition: 0.5s;
}

.news-list3 .item .box .time {
	text-align: center;
	font-size: 14px;
	font-family: 'num2';
	margin-right: 30px;
	padding-right: 15px;
	width: 130px;
	border-right: solid 1px #ededed;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-list3 .item .box .time p {
	font-size: 50px;
	line-height: 1;
}

.news-list3 .item .text {
	font-size: 18px;
	position: relative;
	color: #333;
	width: calc(100% - 160px);
}


.news-list3 .item .title {
	font-size: 20px;
}

.news-list3 .item .box:hover .title {
	color: #0d61ae;
}

.news-list3 .item .info {
	font-size: 14px;
	opacity: 0.7;
	margin-top: 10px;
}



.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: #ffa200;
	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: #0d61ae;
}

.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 {
	display: flex;
	flex-wrap: wrap;
}

.case-list1 .item {
	width: 48%;
	margin-right: 4%;
}

.case-list1 .item:nth-child(2)~.item {
	margin-top: 4%;
}

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

.case-list1 .item .box {
	transition: 0.5s;
	box-shadow: 0 0 10px #ccc;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.case-list1 .item .pic {
	width: 45%;
	padding-bottom: 59.5%;
}

.case-list1 .item .text {
	width: calc(100% - 45%);
	padding-left: 30px;
}

.case-list1 .item .title {
	font-size: 22px;
	font-weight: bold;
	transition: 0.5s;
	color: #333;
	line-height: 3em;
	border-bottom: solid 1px #ccc;
}

.case-list1 .item:hover .title {
	color: #0d61ae;
}

.case-list1 .item .info {
	font-size: 16px;
	color: #999;
	line-height: 1.7em;
	margin-top: 20px;
}

.case-list1 .item .btn {
	margin-top: 30px;
}

.case-list1 .item .btn i {
	font-size: 40px;
}

.case-list1 .item:hover .btn i {
	margin-left: 10px;
	color: #0d61ae;
}

/* 案例2 */
.case-list2 {
	display: flex;
	flex-wrap: wrap;
}

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

.case-list2 .item:nth-child(4)~.item {
	margin-top: 2%;
}

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

.case-list2 .item .box {
	display: block;
	transition: 0.5s;
	position: relative;
	color: #333;
	font-size: 18px;
}

.case-list2 .item .box:hover {
	color: #0d61ae;
}

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

.case-list2 .item .text {
	padding: 15px;
}


.case-list3 {}


.case-list3 .item {
	margin-bottom: 15px;
}

.case-list3 .item .box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	transition: 0.5s;
	font-size: 24px;
	color: #333;
	background: #fff;
	padding: 15px;
}

.case-list3 .item:nth-child(2n) .box {
	flex-direction: row-reverse;
}

.case-list3 .item .box:hover .title {
	color: #0d61ae;
}

.case-list3 .item .pic {
	padding-bottom:19%;
	width: 30%;
}

.case-list3 .item .text {
	width: calc(100% - 32%);
}

.case-list3 .item .info {
	font-size: 16px;
	opacity: 0.7;
	line-height: 2em;
	margin: 25px 0;
}

.case-list3 .item .btn {
	width: 8em;
	font-size: 14px;
	line-height: 2.5em;
	text-align: center;
	border: solid 1px #ccc;
	color: #333;
}

.case-list3 .item .box .btn:hover {
	color: #0d61ae;
	border-color: #0d61ae;
}

/* 瀑布流案例 */
.case-list4 {
	column-count: 3;
}

.case-list4 .box {
	display: block;
	position: relative;
}

.case-list4 .box img {
	display: block;
	width: 100%;
}

.case-list4 .box .text {
	padding: 20px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(246, 208, 71, 0.8);
}

.case-list4 .box .text .info {
	font-size: 12px;
	opacity: 0.7;
	margin-top: 10px;
}


.case-list5 {}

.case-list5 .box {
	display: block;
	font-size: 18px;
	color: #333;
}

.case-list5 .box:hover .title {
	color: #0d61ae;
}

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

.case-list5 .box .text {
	padding: 15px;
}

/* 内页相关推荐 */
.ny-xiangguan {
	padding: 70px 0;
	position: relative;
	z-index: 1;
	background: #fff;
}

.ny-xiangguan-bt {
	margin-bottom: 40px;
	font-size: 30px;
	color: #0d61ae;
	text-align: center;
	font-weight: bold;
}

/* 产品推荐 */
.ny-xiangguan-cp-list {
	height: 365px;
	overflow: hidden;
	position: relative;
}

.ny-xiangguan-cp-list .item {
	width: 300px;
	margin-right: 20px;
}

.ny-xiangguan-cp-list .item .box {
	display: block;
	position: relative;
	background: #fff;
	overflow: hidden;
	font-size: 18px;
	transition: 0.5s;
	color: #333;
	border: solid 1px #ccc;
}

.ny-xiangguan-cp-list .item .box:hover .text,
.ny-xiangguan-cp-list .item .box:hover {
	color: #0d61ae;
	border-color: #0d61ae;
}

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


.ny-xiangguan-cp-list .item .text {
	padding: 20px;
	border-top: solid 1px #ccc;
}




/* 案例推荐 */
.ny-xiangguan-case-ul {}

.ny-xiangguan-case-ul li .box {
	display: block;
	transition: 0.5s;
	background: #ccc;
	padding: 1px;
	font-size: 16px;
	color: #333;
	transition: 0.5s;
}

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

.ny-xiangguan-case-ul li .text {
	padding: 15px;
	margin-top: 1px;
	background: #fff;
}

.ny-xiangguan-case-ul li .box:hover {
	background: #ff0000;
	color: #ff0000;
}


/* 新闻推荐 */
.ny-xiangguan-new-list {}

.ny-xiangguan-new-list {
	display: flex;
	flex-wrap: wrap;
}

.ny-xiangguan-new-list .item {}


.ny-xiangguan-new-list .item .box {
	transition: 0.5s;
	font-size: 18px;
	padding: 25px;
	background: #fff;
	color: #333;
	display: block;

}

.ny-xiangguan-new-list .item .box:hover {
	box-shadow: 0 0 10px #ccc;
}

.ny-xiangguan-new-list .item .box:hover .title {
	color: #0d61ae;
}


.ny-xiangguan-new-list .item .time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	margin-top: 10px;
	opacity: 0.7;
}

.ny-xiangguan-new-list .item .box .time i {
	font-size: 1.5em;
}

/* 留言 */
.ny-message {
	position: relative;
}

.message-box {}

.message-item-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.message-item-box .item {
	text-align: left;
	font-size: 14px;
	display: flex;
	line-height: 45px;
	justify-content: space-between;
	width: 23%;
}

.message-item-box .item:nth-child(4)~* {
	margin-top: 30px;
}

.message-item-box .item:nth-child(5) {
	width: 100%;
}

.message-item-box .item .bt {
	width: 4.5em;
}

.message-item-box .item .input {
	border: solid 1px #ccc;
	display: block;
	width: calc(100% - 5em);
	height: 45px;
	padding: 0 10px;
	color: #999;
}

.message-item-box .item textarea.input {
	padding: 10px;
	height: auto;
	width: calc(100% - 5em + 14px);
	resize: none;
}

.message-item-box .btn-box {
	width: 100%;
	font-size: 14px;
	display: flex;
	justify-content: center;
}

.message-item-box .btn-box input {
	font-size: 16px;
	width: 140px;
	line-height: 45px;
	height: 45px;
	border: none;
	cursor: pointer;
	color: #fff;
	transition: 0.5s;
	margin-right: 10px;
	text-align: center;
	background: #ffa200;
}

.message-item-box .btn-box input:hover {
	text-decoration: underline;
}

.message-item-box .btn-box input[type='submit'] {
	color: #fff;
	background: #0d61ae;
	margin-right: 20px;
}


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

.cont-detail .title {
	font-size: 30px;
	color: #333;
	line-height: 2em;
	text-align: center;
}

.case-detail .cont-detail .title {
	text-align: left;
	font-size: 26px;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #ccc;
}

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

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

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


.cont-detail-description {
	padding: 20px;
	font-size: 14px;
	background: #fafafa;
	color: #999;
	line-height: 1.7em;
	margin-bottom: 15px;
}

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

.case-detail .cont-detail .download span {}

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


/* 图片集详情 */
.image-detail {}

.image-detail-top {
	position: relative;
	width: 100%;
}

#imageList {
	z-index: 1;
}

#imageList .swiper-button-prev {
	left: 5%;
}

#imageList .swiper-button-next {
	right: 5%;
}

#imageNav {
	z-index: 10;
	height: auto;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
}

#imageNav .swiper-slide-thumb-active {
	border: solid 5px #fff;
}

.image-detail .title {
	font-size: 30px;
	padding: 30px 0;
	margin-bottom: 30px;
	border-bottom: dashed 1px #ccc;
}


/* 内页产品详情 */
.ny-cp-detail {
	background: #fff;
	padding: 100px;
}

.ny-cp-detail .cp-detail-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.ny-cp-detail .cp-litpic {
	width: 400px;
}

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

.ny-cp-detail .cp-info-box {
	width: calc(100% - 450px);
	position: relative;
}

.ny-cp-detail .cp-info-box .title {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: dashed 1px #ccc;
}

.ny-cp-detail .chanshu-box {
	display: flex;
	flex-wrap: wrap;
}

.ny-cp-detail .chanshu-box .item:nth-child(1),
.ny-cp-detail .chanshu-box .item:nth-child(2),
.ny-cp-detail .chanshu-box .item:nth-child(3),
.ny-cp-detail .chanshu-box .item:nth-child(4) {
	width: 50%;
	padding-right: 20px;
}

.ny-cp-detail .chanshu-box .item {
	display: flex;
	margin-top: 1em;
	font-size: 16px;
	color: #333;
	line-height: 1.75em;
	width: 100%;
	padding-right: 0;
}

.ny-cp-detail .chanshu-box .item .bt {
	width: 5em;
}

.ny-cp-detail .chanshu-box .item .info {
	width: calc(100% - 5em);
	opacity: 0.6;
	display: flex;
	flex-wrap: wrap;
}

.ny-cp-detail .chanshu-box .item .info span {
	background: #ededed;
	padding: 0 5px;
	display: block;
	margin: 2px;
}

.ny-cp-detail .cp-info-box .ny-cp-tell {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100%);
	padding-top: 30px;
	border-top: solid 1px #ccc;
	font-size: 40px;
	font-family: num2;
	color: #666;
}

.ny-cp-detail .cp-info-box .ny-cp-tell i {
	font-size: 50px;
	margin-right: 10px;
	color: #f50;
}

.ny-cp-detail .cp-imgs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.ny-cp-detail .cp-imgs img {
	display: block;
	width: 20%;
	padding: 2px;
	cursor: pointer;
}

.ny-cont-bt {
	line-height: 70px;
	height: 70px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}

.ny-cont-bt .title {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #333;
	padding-left: 15px;
}

.ny-cont-bt .title::before {
	content: '';
	display: block;
	width: 5px;
	height: 20px;
	background: #0d61ae;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -10px;
	left: 0;
}


/* 单页 */
.ny-danye-item {
	padding: 15px 0 30px;
}

.ny-main-box .ny-danye-item .container {
	display: block;
}

.cont-text-box {
	color: #333;
	position: relative;
}

.cont-text-box .cont-text {
	font-size: 14px;
	line-height: 2em;
	color: #666;
}

.cont-text-box .cont-text .info>*+* {
	margin-top: 1em;
}

.cont-text-box .cont-text strong {
	color: #0d61ae;
}

.cont-text-box .cont-text .info ul {
	padding-left: 2em;
}

.cont-text-box .cont-text .info ul li {
	font-size: 0.8em;
	line-height: 1.7em;
	list-style: disc;
}

.cont-text-box .pic {}

.cont-text-box img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/* 公司简介 */
.ny-cont-gsjj {
	background: #fff;
}

.gsjj-box {
	display: flex !important;
	justify-content: space-between;
	align-items: flex-end;
}

.gsjj-box .pic {
	width: 600px;
}

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

.gsjj-box .box {
	width: 581px;
}

.gsjj-box .box .title {
	display: flex;
	position: relative;
	align-items: flex-end;
	padding-top: 24px;
}

.gsjj-box .box .title div {
	color: #0d61ae;
	font-weight: bold;
	font-size: 30px;
	margin-right: 50px;
	position: relative;
	z-index: 3;
}

.gsjj-box .box .title div+div {
	font-weight: normal;
	margin: 0;
	font-size: 20px;
	color: #666;
	position: relative;
	z-index: 3;
}

.gsjj-box .box .title p {
	color: #0d61ae;
	font-weight: bold;
	font-size: 70px;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0.1;
}

.gsjj-box .box .info {
	font-size: 14px;
	line-height: 2em;
	margin: 30px 0 0;
	text-indent: 2em;
}

/* 企业文化 */
.ny-cont-qywh {
	position: relative;
	z-index: 2;
	background: url(../img/ny-qywh-bg.jpg) no-repeat top center/ cover;
}

.qywh-list {
	display: flex;
	justify-content: center;
}

.qywh-list .item {
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.qywh-list .item .pic {
	width: 30%;
	margin: 0 auto 10px;
	transition: 0.5s;
}

.qywh-list .item:hover .pic {
	transform: rotateY(360deg);
}

.qywh-list .item .pic img {
	display: block;
	width: 100%;
}

.qywh-list .item .info {
	font-size: 16px;
	opacity: 0.7;
	line-height: 1.7em;
}

/* 联系方式 */
.ny-cont-lxfs {}

.ny-lxfs-info {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 30px 0;
	box-shadow: 0 0 10px #ccc;
}

.ny-lxfs-info .line {
	background: #ededed;
	width: 1px;
}

.ny-lxfs-info .item {
	text-align: center;
	width: 20%;
}

.ny-lxfs-info .item i {
	color: #0d61ae;
	font-size: 30px;
	margin-bottom: 20px;
	display: block;
}

.ny-lxfs-info .item p {
	font-size: 16px;
	color: #666;
	line-height: 1.7em;
}

.ny-lxfs-info .item span {
	font-size: 18px;
	color: #333;
	display: block;
}

/* 电子地图 */
.map-box {
	width: 100%;
}

/* 在线留言 */
.ny-cont-zxly {
	background: url(../img/zxly-bg.jpg) no-repeat top center /cover;
}

/* 内页数据 */
.ny-shujv {
	background: #f5f5f5;
}


.shuju-box {
	display: flex;
	justify-content: space-between;
}

.shuju-box .item {
	text-align: center;
	padding:10px 0;
	width: 33.33%;
}

.shuju-box .item~.item {
	border-left: solid 3px #fff;
}

.shuju-box .item .shuzhi {
	color: #ffa200;
	font-size: 60px;
	font-family: 'num2';
	line-height: 1;
}

.shuju-box .item sup {
	color: #ffa200;
	font-size: 14px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: -1em;
}

.shuju-box .item .name {
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}


/* 荣誉资质 */
.ny-cont-ryzz {
	background: #fff;
}

.ryzz-list .box {
	display: block;
	position: relative;
}

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


.ryzz-list .box .text {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	color: #fff;
	opacity: 0;
	transition: 0.5s;
}

.ryzz-list .box:hover .text {
	opacity: 1;
}

.ryzz-list .swiper-button-white {
	background-color: #000;
	height: 50px;
	width: 50px;
	background-size: 10px;
	margin-top: -25px;
}

/* 合作伙伴 */
.ny-cont-hzhb {
	background: url(../img/hzhb-bg.jpg) no-repeat top center /cover;
}

.hzhb-list {
	height: 91px;
}

.hzhb-list .item {
	width: 180px;
	margin-right: 20px;
	float: left;
}

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

.hzhb-list .box .pic {
	padding-bottom: 50%;
}

/* 厂区风貌 */
.ny-cont-cqfm {
	background: #fff;
}

.poster-list {}

.poster-list .box {
	display: block;
}

.poster-list .box .pic {
	padding-bottom: 75%;
}

.poster-main .poster-btn {
	color: #3779b9;
	font-size: 100px;
}


/* 产品主页 */
.cp-type-box~.cp-type-box {
	margin-top: 50px;
}

.cp-type-box .column-title {
	text-align: left;
}

.cp-type {
	background: #fff;
	padding: 20px;
}

.cp-type-cont {
	display: flex;
	justify-content: space-between;
}

.cp-type-cont .pic {
	width: 30%;
	padding-bottom: 19%;
	border: solid 1px #ccc;
}

.cp-type-cont .pic img {
	transform: scale(1) !important;
	opacity: 0.98;
}

.cp-type-cont .text {
	width: 68.5%;
	font-size: 16px;
	line-height: 2em;
}

.cp-type-cont .text .title {
	font-size: 22px;
}

.cp-type-cont .text .title p {
	width: 2em;
	height: 5px;
	background: #3779b9;
	margin: 10px 0;
}

.cp-type-cont .text .info {
	opacity: 0.7;
}

.cp-type-cont .text .btn {
	font-size: 14px;
	width: 9em;
	text-align: center;
	line-height: 2.7em;
	border-radius: 2.7em;
	color: #333;
	display: block;
	margin-top: 20px;
	border: solid 1px #ccc;
}

.cp-type-cont .text .btn:hover {
	border-color: #3779b9;
	color: #3779b9;
}

.cp-type-list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.cp-type-list .item {
	width: 18.5%;
}

.cp-type-list .item .box {
	display: block;
	position: relative;
	border: solid 1px #ccc;
}

.cp-type-list .item .pic {
	padding-bottom: 100%;
}

.cp-type-list .item .text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px;
	width: 100%;
	color: #fff;
}


/* 产品栏目 */
.ny-cptype-box {
	background: #fff;
	padding: 50px;
}

.ny-cptype-title {
	font-size: 26px;
	font-weight: bold;
	color: #3779b9;
	text-align: center;
}

.ny-cptype-info {
	font-size: 16px;
	line-height: 2em;
	margin-top: 15px;
}

.ny-cptype-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: dashed 1px #ccc;
	margin-top: 20px;
	padding-top: 20px;
}

.ny-cptype-list .item {
	width: 48%;
}

.ny-cptype-list .item:nth-child(2)~.item {
	margin-top: 4%;
}

.ny-cptype-list .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.ny-cptype-list .text {
	width: calc(100% - 35%);
}

.ny-cptype-list .title {
	font-size: 16px;
	font-weight: bold;
}

.ny-cptype-list .cpjj {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	line-height: 1.7em;
}

.ny-cptype-list .pic {
	width: 30%;
	border: solid 1px #ccc;
}

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

.ny-cptype-list .info {
	font-size: 14px;
	line-height: 1.7em;
	color: #666;
}
.ny-cptype-list .info ul{
	margin-left: 2em;
}
.ny-cptype-list .info ul li{
	list-style: disc;
}
.ny-cptype-list .info img {
	max-width: 100%;
}
