@charset "utf-8";

/* 
	内页样式表
 */
/**
 * .c-z-1 {
	color: var(--col1);
}
.c-z-2 {
	color: var(--col2);
}
.c-z-3 {
	color: var(--col3);
}
 ***/

.gpHeader {
	border-bottom: solid 1px #ccc;
}

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

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


.column-title+.nav {
	width: 40%;
	text-align: right;
}

.column-title+.nav a {
	color: var(--col2);
	font-size: 16px;
}

.column-title+.nav p {
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	line-height: 2em;
}




/* 内页主体 */
.ny-main-box {
	padding-top: 50px;
}

.danye .ny-main-box {
	background: #fff;
	padding: 0;
}

.ny-main {
	padding-bottom: 80px;
}



/* 左侧板块 */
.ny-main-left {
	width: 20%;
}

/* 内页主体头部名称 */
.ny-main-box-top {
	background: #f5f5f5;
	font-size: 14px;
	line-height: 50px;
}

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

/* 内页面包屑 */
.ny-location {
	color: #666;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
	padding: 20px 0;
}

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

.ny-location i {
	color: var(--col2);
	font-size: 1.2em;
	margin-right: 10px;
}

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

.ny-location a:hover {
	color: var(--col2);
}

.ny-location .typename {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-left: 15px;
	border-left: solid 5px var(--col2);
	line-height: 1em;
}

.return {}

.return a {
	color: var(--col2);
	display: block;
}

.return i {
	margin-right: 0;
	color: var(--col2);
	margin-left: 10px;
	font-size: 1em;
}

/* 内页导航1 */
.ny-typename {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.1em;
	background: var(--col2);
	padding: 25px;
	display: flex;
	align-items: center;
	border-radius: 50px 0 0 0;
}

.ny-typename i {
	font-size: 60px;
	color: #fff;
	font-weight: lighter;
	opacity: 0.2;
	margin-right: 10px;
}

.ny-typename .titleen {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.7;
}

.nyNavBox {
	padding-bottom: 40px;
}

.ny-nav-box1 {}

.ny-nav-box1>ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ny-nav-box1>ul>li~li {
	margin-left: 30px;
}

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

.ny-nav-box1>ul>li>a {
	font-size: 16px;
	line-height: 3.5em;
	text-align: center;
	color: #000;
	transition: 0.5s;
	display: block;
	background: #f5f5f5;
	width: 10em;
}



.ny-nav-box1 ul li a:hover {
	color: var(--col2);
}

.ny-nav-box1 ul li.focus a {
	color: #fff !important;
	background: var(--col2) !important;
}



/* 内页导航2 */

.ny-nav-box2 {
	padding: 10px;
	border: solid 1px #f5f5f5;
}

.ny-nav-box2>ul {}

.ny-nav-box2>ul>li {}

.ny-nav-box2>ul>li~li {
	margin-top: 10px;
}

.ny-nav-box2>ul>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 20px;
	line-height: 50px;
	background: #ededed;
	color: #333;
	transition: 0.5s;
	text-align: center;
	font-size: 18px;
}

.ny-nav-box2>ul>li>a i {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ny-nav-box2>ul>li>a i::before {
	color: var(--col2);
	content: "\e6cf";
	font-size: 30px;
	line-height: 1;
}

.ny-nav-box2>ul>li.focus>a {
	color: #fff;
	background: var(--col2);
}

.ny-nav-box2>ul>li.focus>a i::before {
	content: "\e6ce";
	color: #fff;
}

.ny-nav-box2 .find-nav {
	display: none;
}

.ny-nav-box2 .focus .find-nav {
	display: block;
}

.ny-nav-box2 .find-nav ul {
	display: flex;
	flex-wrap: wrap;
}

.ny-nav-box2 .find-nav ul li {
	width: 48%;
	padding: 0 15px;
	border-bottom: dashed 1px #ededed;
	margin-right: 4%;
	margin-top: 2%;
}

.ny-nav-box2 .find-nav ul li:hover {
	border-color: var(--col2);
}

.ny-nav-box2 .find-nav ul li:nth-child(2n) {
	margin-right: 0;
}

.ny-nav-box2 .find-nav ul li a {
	font-size: 12px;
	line-height: 2.5em;
}

.ny-nav-box2 .find-nav ul li:hover a {
	color: var(--col2);
}

/* 内页栏目导航 */
.ny-nav-ul4 {}

.ny-nav-ul4 li {
	width: 240px;
}

.ny-nav-ul4 li.focus a {
	background: var(--col2) !important;
	color: #fff !important;
}

.ny-nav-ul4 li a {
	font-size: 18px;
	display: block;
	text-align: center;
	line-height: 4em;
}

.ny-nav-ul4 li a:hover {
	color: var(--col2);
}

.ny-nav-ul4 .swiper-scrollbar {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
}

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

.ny-lxfs1 .bt {
	font-size: 20px;
	font-weight: bold;
	color: var(--col2);
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #e5e5e5;
}

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

}

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

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

.ny-lxfs2 .item {
	display: flex;
}

.ny-lxfs2 .item~.item {
	margin-top: 20px;
}

.ny-lxfs2 .item i {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border-radius: 100%;
	border: solid 1px var(--col1);
	color: var(--col1);
	margin-right: 10px;
	font-size: 20px;
}

.ny-lxfs2 .item div {
	width: calc(100% - 42px);
	font-size: 14px;
	color: #666;
	line-height: 1.7em;
}

.ny-lxfs2 .item span {
	display: block;
	font-weight: bold;
	color: #333;
}

/* 内页主体内容 */
.ny-main-box .ny-content-box {
	min-height: 500px;
}

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

/* 内页正文 */
.ny-content-box .ny-toptype-title {
	font-size: 38px;
	color: var(--col2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

.ny-content-box .ny-toptype-title .ny-content-typename {
	font-size: 24px;
	padding-left: 20px;
	border-left: solid 5px var(--col2);
}



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

.ny-content-box .detail p {
	text-indent: 2em;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
}

.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: var(--col2);
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}


.ny-content-box .detail h4 {
	color: var(--col2);
	font-size: 1.05em;
	font-weight: bold;
}

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

.ny-content-box .detail strong {
	color: var(--col2);
	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 #e5e5e5;
	border-left: solid 1px #e5e5e5;
	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 #e5e5e5;
	border-right: solid 1px #e5e5e5;
}

.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 */
.ny-nav-xiangguan {
	margin-top: 30px;
	padding: 20px;
	border: solid 1px #e5e5e5;
}

.ny-nav-xiangguan-bt {
	font-size: 20px;
	font-weight: bold;
	color: var(--col2);
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #e5e5e5;
}

.ny-nav-xiangguan-bt .titleen {
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.7;
	font-weight: normal;
}

/* 左侧推荐产品 */
.ny-nav-xiangguan-cp {
	padding-bottom: 40px;
}

.ny-nav-xiangguan-cp .box {
	display: block;
	font-size: 14px;
	color: #333;
	position: relative;
	vertical-align: inherit;
}

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

.ny-nav-xiangguan-cp .text {
	padding: 15px;
	transition: 0.5s;
	border-bottom: solid 1px #e5e5e5;
}

.ny-nav-xiangguan-cp .swiper-button-black {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #ededed;
	margin-top: 0;
	top: auto;
	bottom: 0;
	background-size: 5px;
}

.ny-nav-xiangguan-cp .swiper-button-prev {
	left: 30%;
}

.ny-nav-xiangguan-cp .swiper-button-next {
	right: 30%;
}

/* 左侧推荐新闻 */
.ny-nav-xiangguan-news {}

.ny-nav-xiangguan-news .item~.item {
	margin-top: 10px;
}

.ny-nav-xiangguan-news .item .box {
	display: block;
	font-size: 14px;
	color: #333;
	padding: 20px;
	background: #f5f5f5;
}

.ny-nav-xiangguan-news .item .text {
	display: flex;
	align-items: center;
}

.ny-nav-xiangguan-news .item i {
	margin-right: 10px;
	font-size: 12px;
	color: var(--col2);
}

.ny-nav-xiangguan-news .item .box:hover .title {
	color: var(--col2);
}


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


.product-list1 .item .box:hover .title {
	color: var(--col2);
}

.product-list1 .box {
	display: block;
	font-size: 18px;
	color: #000;
	border: solid 1px #ccc;
	padding: 15px;
	transition: 0.5s;
}

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

.product-list1 .box .text {
	padding: 15px;
	margin-top: 15px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-list1 .title {
	width: 80%;
}

.product-list1 .box i {
	font-weight: bold;
	color: var(--col2);
}



.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: var(--col1);
	color: #fff;
}


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

.product-list3 .item~.item {
	margin-top: 30px;
	padding-top: 30px;
	border-top: dashed 1px #ccc;
}

.product-list3 .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-list3 .box .pic {
	width: 45%;
	padding-bottom: 29.25%;
}

.product-list3 .box .text {
	width: 50%;
	color: #000;
	text-align: left;
}

.product-list3 .box .title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}

.product-list3 .box .cpxn {
	margin-bottom: 10px;
}

.product-list3 .box .yyfw {
	margin-bottom: 30px;
}

.product-list3 .box .bt {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.product-list3 .box .info {
	color: #666;
	font-size: 16px;
	line-height: 1.7em;
}

.product-list3 .box .btnbox {
	display: flex;
	align-items: center;
}

.product-list3 .box .btnbox a {
	width: 8em;
	line-height: 3em;
	color: #fff;
	background: #0084e6;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-list3 .box .btnbox a i {
	font-size: 20px;
	margin-right: 5px;
}

.product-list3 .box .btnbox a:nth-child(1) i {
	font-size: 14px;
}

.product-list3 .box .btnbox a:nth-child(2) {
	background: var(--col1);
	margin: 0 20px;
}

.product-list3 .box .btnbox a:nth-child(3) {
	background: var(--col2);
}


/**内页新闻**/

.ny-c-news {
	margin-bottom: 40px;
}

.ny-c-news .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	box-shadow: 0 0 10px #ccc;
	font-size: 20px;
	color: #000;
}

.ny-c-news .box .text {
	width: 50%;
	padding: 0 40px;
}

.ny-c-news .box:hover .title {
	color: var(--col2);
}

.ny-c-news .box .text .info {
	font-size: 16px;
	line-height: 2em;
	color: #666;
	margin: 20px 0 40px;
}

.ny-c-news .box .text .time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999;
	font-size: 16px;
}

.ny-c-news .box .text .time i {
	color: var(--col2);
	font-size: 20px;
}

.ny-c-news .box .pic {
	width: 45%;
	padding-bottom: 31.05%;
}


.news-list1 {}

.news-list1 .item {}

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

.news-list1 .item .box {
	color: #000;
	transition: 0.5s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	background: var(--col3);
	padding: 20px;
}

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

.news-list1 .item .pic {
	width: 24%;
	padding-bottom: 18%;
	transition: 0.5s;
}

.news-list1 .item .text {
	width: calc(100% - 24%);
	padding: 0 20px 0 30px;
}

.news-list1 .item .box:hover .title {
	color: var(--col2);
}

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

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

.news-list1 .item .time *:last-child {
	padding: 0 1em;
	font-size: 14px;
	color: var(--col2);
	transition: 0.5s;
}


.news-list2 {}

.news-list2 .item {
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	border-radius: 10px;
}

.news-list2 .item .box {
	font-size: 18px;
	color: #000;
	transition: 0.5s;
	display: block;
}


.news-list2 .item .pic {
	padding-bottom: 75%;
	border-radius: 10px 10px 0 0;
}

.news-list2 .item:hover {
	box-shadow: 0 0 10px #666;
}

.news-list2 .item .box:hover .title {
	color: var(--col2);
}

.news-list2 .item .text {
	display: flex;
	justify-content: space-between;
	padding: 30px;
}

.news-list2 .item .text>p {
	font-size: 36px;
	font-family: arial;
}

.news-list2 .item .text>div {
	width: calc(100% - 70px);
}

.news-list2 .item .info {
	font-size: 16px;
	line-height: 1.7em;
	opacity: 0.7;
	font-weight: normal;
	margin: 20px 0;
}

.news-list2 .item .time {
	font-size: 14px;
	opacity: 0.5;
}


.news-list3 {}


.news-list3 .item {}


.news-list3 .item .box {
	display: block;
	color: #000;
	font-size: 18px;
	border: solid 1px #ccc;
}

.news-list3 .item .pic {
	padding-bottom: 66%;
}

.news-list3 .item .text {
	position: relative;
	padding: 20px;
}

.news-list3 .item .box:hover .title {
	color: var(--col2);
}



.news-list4 {
	padding: 20px;
}

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

.news-list4 li .news-typename {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	color: var(--col2);
	font-weight: bold;
	border-right: solid 1px #e5e5e5;
}

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

.news-list4 li:hover .title {
	transition: 0.5s;
	color: var(--col1);
}

.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 .item {}


.case-list1 .item .box {
	transition: 0.5s;
	font-size: 16px;
	color: #333;
	display: block;
	text-align: center;
	border: solid 1px #ccc;
}

.case-list1 .item .box:hover {}

.case-list1 .item .pic {
	padding-bottom: 74%;
}

.case-list1 .item .text {
	padding: 20px;
}

.case-list1 .item:hover .title {
	color: var(--col2);
}


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


.case-list2 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.case-list2 .item .box {
	display: block;
	font-size: 18px;
	color: #333;
	transition: 0.5s;
	position: relative;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px #ccc;
	font-weight: bold;
}

.case-list2 .item .box:hover {
	color: var(--col2);
	box-shadow: 0 0 10px #666;
}

.case-list2 .item .box .pic {
	padding-bottom: 66%;
	border-radius: 20px 20px 0 0;
}

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





.case-list3 {
	display: flex;
	flex-wrap: wrap;
}

.case-list3 .item {
	width: 360px;
	margin-right: 60px;
}

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

.case-list3 .item:nth-child(3)~.item {
	margin-top: 60px;
}

.case-list3 .item .box {
	font-size: 16px;
	color: #333;
	transition: 0.5s;
	background: #fff;
	display: block;
	position: relative;
	box-shadow: 0 0 10px -5px #ccc;
}

.case-list3 .item .box::before {
	content: '热门';
	position: absolute;
	width: 77px;
	height: 51px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	line-height: 46px;
	background: url(../img/shuqian.png);
	top: 48%;
	right: -9px;
}

.case-list3 .item .box .text .title {
	font-weight: bold;
}

.case-list3 .item .box:hover .text .title {
	color: var(--col1);
}

.case-list3 .item .box .pic {
	padding-bottom: 55%;
}

.case-list3 .item .box .text {
	padding: 20px;
}

.case-list3 .item .box .text .zz {
	font-size: 12px;
	line-height: 2em;
	margin-top: 5px;
}

.case-list3 .item .box .text .zz span {
	color: var(--col1);
}

.case-list3 .item .box .text .info {
	font-size: 12px;
	line-height: 2em;
	opacity: 0.7;
	margin-top: 10px;
}

.case-list3 .item .box .text .xing {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.case-list3 .item .box .text .xing img {
	display: block;
}

.case-list3 .item .box .text .xing span {
	font-size: 12px;
	line-height: 2em;
	opacity: 0.7;
}

.case-list3 .item .box .text .title {
	font-size: 18px;
}

/* 瀑布流案例 */
.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: var(--col1);
}

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

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

/* 弹窗图集 */
.img-list {}

.img-list .box {
	display: block;

	border: solid 1px #ccc;
	padding: 20px;
}

.img-list .box .pic {
	padding-bottom: 66%;
}

.img-list .text {
	padding: 15px;
	text-align: center;
	font-size: 16px;
	color: #000;
	display: block;
}

/* 图片点击放大 */
.clickImgs-box {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
	justify-content: center;
}

.clickImgs-box img {
	width: 25%;
	padding: 5px;
	cursor: pointer;
}

/* 内页相关推荐 */
.ny-xiangguan {
	position: relative;
	background: #f6f7fc;
	padding: 80px 0;
}

.ny-xiangguan-bt {
	margin-bottom: 30px;
	font-size: 28px;
	color: #000;
	text-align: center;
}

.ny-xiangguan-bt .titleen {
	text-transform: uppercase;
	font-size: 20px;
}

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

.ny-xiangguan-cp-list .item .box {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	transition: 0.5s;
	color: #333;
	text-align: center;
}

.ny-xiangguan-cp-list .item .box:hover .text,
.ny-xiangguan-cp-list .item .box:hover {
	color: var(--col2);
}

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


.ny-xiangguan-cp-list .item .text {
	padding: 20px;
}

/* 案例推荐 */
.ny-xiangguan-case-list {
	padding-bottom: 40px;
}

.ny-xiangguan-case-list .box {
	display: block;
	transition: 0.5s;
	font-size: 16px;
	color: #333;
	transition: 0.5s;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

.ny-xiangguan-case-list .box .pic {
	padding-bottom: 66%;
}

.ny-xiangguan-case-list .text {
	padding: 20px;
}

.ny-xiangguan-case-list .box:hover {
	color: var(--col2);
}


.ny-xiangguan-case-list .swiper-pagination {
	bottom: 0;
}

.ny-xiangguan-case-list .swiper-pagination>* {
	background: var(--col2);
}

/* 新闻推荐 */
.ny-xiangguan-new-list {
	display: flex;
	flex-wrap: wrap;
}

.ny-xiangguan-new-list .box {
	display: block;
	font-size: 16px;
	color: #333;
	background: #fff;
	padding: 20px;
}

.ny-xiangguan-new-list .box .text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ny-xiangguan-new-list .box .text .time-y {
	font-size: 46px;
	font-family: 'num2';
	line-height: 0.8em;
}

.ny-xiangguan-new-list .box .text .time-y+div {
	width: calc(100% - 60px);
}

.ny-xiangguan-new-list .box .text .title {
	font-weight: bold;
}

.ny-xiangguan-new-list .box .text .info {
	font-size: 14px;
	line-height: 2em;
	opacity: 0.7;
}

.ny-xiangguan-new-list .box:hover .title {
	color: var(--col2);
}

.ny-xiangguan-new-list .box .time {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: solid 1px #ccc;
	line-height: 1;
	margin-top: 15px;
	padding-top: 15px;
}



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

.message-box {}

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

.message-item-box .item {
	text-align: left;
	font-size: 14px;
	line-height: 50px;
	display: flex;
	width: 48%;
}

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

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

.message-item-box .item .bt {
	width: 3em;
	font-size: 14px;
	min-height: 1px;
}

.message-item-box .item .input {
	border: solid 1px #e5e5e5;
	display: block;
	width: calc(100% - 3em);
	/* width: 100%; */
	height: 50px;
	padding: 0 10px;
	color: #999;
	font-size: 14px;
}

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

.message-item-box .btn-box {
	width: 100%;
	font-size: 14px;
}

.message-item-box .btn-box input {
	font-size: 16px;
	width: 10em;
	line-height: 50px;
	height: 50px;
	border: none;
	cursor: pointer;
	color: #fff;
	transition: 0.5s;
	margin-right: 10px;
	text-align: center;
	background: var(--col2);
}

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

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


/* 内页文章正文 */
.cont-detail {
	width: 1200px;
	margin: 0 auto;
}

.cont-detail .title {
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: bold;
}


.cont-detail .cont-detail-info {
	line-height: 2.5em;
	font-size: 16px;
	color: #999;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #e5e5e5;
	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%;
}

/* 视频 */
.video-js {
	width: 60%;
	max-width: 100%;
	margin: 0 auto 20px !important;
}


/* 图片集详情 */
.image-detail {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.image-detail-imgs {
	position: relative;
	z-index: 1;
}

#imageList {
	z-index: 1;
}

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

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

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

#imageNav .swiper-slide {
	background: #fff;
	padding: 2px;
	display: flex;
	align-items: center;
	transition: 0.5s;
}

#imageNav .swiper-slide-thumb-active {
	background: var(--col2);
}

.image-detail .title {
	font-size: 24px;
	margin-bottom: 30px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.image-detail .detail {
	padding: 50px;
	background: #f5f5f5;
}

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

.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-pic {
	width: 680px;
	border: solid 1px #ccc;
}

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

.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: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ny-cp-detail .chanshu-box {}

.ny-cp-detail .chanshu-box .item {
	display: flex;
	margin-top: 0.5em;
	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.8;
	display: flex;
	flex-wrap: wrap;
}

.ny-cp-detail .cp-info-box .ny-cp-tell {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100%);
	padding: 20px 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	font-size: 32px;
	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 #e5e5e5;
	margin-bottom: 15px;
}

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

.ny-cont-bt .title::before {
	content: '';
	display: block;
	width: 5px;
	height: 22px;
	background: var(--col2);
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -11px;
	left: 0;
}

.cp-detail-nav {
	display: flex;
	align-items: center;
	margin-top: 100px;
	background: #f5f5f5;
}


.cp-detail-nav a {
	display: block;
	font-size: 20px;
	line-height: 3em;
	text-align: center;
	width: 8em;
	color: #000;
}

.cp-detail-nav a~a {}

.cp-detail-nav a.focus {
	background: var(--col2);
	color: #fff;
}

.cp-detail-box .detail {
	padding: 30px;
	min-height: 40vh;
}


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

.danye-bt {
	margin-bottom: 30px;
	color: var(--col1);
}

.danye-bt .title {
	font-size: 32px;
	font-weight: bold;
}

.danye-title2 {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	color: var(--col2);
}

.danye-title2 .title {
	font-size: 36px;
	font-weight: bold;
}

.danye-title2 .title span {
	color: var(--col1);
}


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

.ny-cont-lxfs .container {
}

.ny-cont-lxfs .ny-cont-cont {
}

.ny-lxfs-info * {
	margin-top: 1em;
}


/* 电子地图 */
.ny-cont-dzdt {
	padding: 0;
}

.map-box {}

/* 在线留言 */
.ny-cont-zxly {}

.ny-cont-zxly .message-box {
	width: 80%;
	margin: 0 auto;
}

.ny-cont-zxly .message-item-box .item .bt {
	width: 5em;
}

.ny-cont-zxly .message-item-box .item .input {
	width: calc(100% - 5em);
}

.ny-cont-zxly .message-item-box .btn-box {
	display: flex;
	justify-content: center;
}

/* 视频 */
.ny-cont-video {}

.video-cont img {
	display: block;
	margin: 0 auto 20px;
}

.video-cont img~a {
	display: block;
	width: 60px;
	text-align: center;
	color: var(--col2);
	margin: 0 auto;
}

.video-cont img~a i {
	color: var(--col2);
	font-size: 50px;
	display: block;
	margin: 0 auto 10px;
}

.video-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.video-box.show {
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-box>div {
	position: relative;
	width: 1100px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.video-box .video-js {
	display: block;
	width: 100%;
}

.video-box i {
	font-size: 40px;
	color: #fff;
	position: absolute;
	right: -1.5em;
	top: -1.5em;
}

/* 关于我们 */
.ny-cont-gsjj {
	background: url(../img/nyaboutbg.jpg) no-repeat top center/cover;
}

.about-cont {
	position: relative;
	display: flex;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.9);
	padding: 50px;
}

.about-cont .text {
	width: 48%;
	color: #666;
	line-height: 1.7em;
	font-size: 16px;
}

.about-cont .text~.text {
	font-size: 14px;
}

.about-cont .text .title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
}


.about-cont .text .info {
	text-indent: 2em;
}

.about-cont .text .info>*~* {
	margin-top: 1em;
}

/* 资质证书 */
.ny-cont-zzzs {}

.zzzs-list {
	padding-bottom: 3em;
	font-size: 18px;
}

.zzzs-list .swiper-pagination {
	bottom: 0;
}

.zzzs-list .swiper-pagination>* {
	background: var(--col2);
}

.zzzs-list .box {
	display: block;
	color: #000;
}

.zzzs-list .box:hover {
	color: var(--col2);
}

.zzzs-list .box .pic {
	padding-bottom: 71%;
	border: solid 1px #ccc;
	margin-bottom: 15px;
}

.zzzs-list .box .pic img {
	transform: scale(1) !important;
}

/* 企业文化 */
.ny-cont-qywh {
	background: #f5f5f5;
}

.qywh-cont {}

.qywh-cont .item {
	background: #fff;
	padding: 50px;
	text-align: center;
	font-size: 16px;
	color: #666;
	transition: 0.5s;
}

.qywh-cont .item:hover {
	box-shadow: 0 0 10px #999;
}

.qywh-cont .item .pic {
	display: block;
	margin: 0 auto;
	width: 60px;
}

.qywh-cont .item .title {
	font-size: 24px;
	color: #000;
	margin: 25px 0;
}


/* 加盟优势 */
.ny-cont-jmys {}

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

.jmysnav {
	width: 26%;
	box-shadow: 0 20px 20px #ededed;
	background: #fff;
	padding: 50px 0 50px 50px;
}

.jmysnav .bt {
	font-size: 36px;
	text-transform: uppercase;
	color: var(--col2);
	font-weight: bold;
	font-family: arial;
	margin-bottom: 50px;
}

.jmysnav .bt p~p {
	font-size: 24px;
	color: #000;
}

.jmysnav .bt span {
	color: var(--col1);
}

.jmysnav .tab-btn2 a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	border-radius: 60px 0 0 60px;
	line-height: 60px;
	background: #eee;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-top: 30px;
}

.jmysnav .tab-btn2 a i {
	color: var(--col1);
	font-size: 30px;
}

.jmysnav .tab-btn2 a span {
	font-family: 'num2';
	font-size: 30px;
	color: #eee;
}

.jmysnav .tab-btn2 a.focus {
	background: var(--col2);
	color: #fff;
}

.jmysnav .tab-btn2 a.focus i {
	color: #fff;
}

.jmysnav .tab-btn2 a.focus span {
	color: var(--col1);
}

.jmyslist {
	width: 66%;
}

.jmyslist .box {}

.jmyslist .box img {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}

.jmyslist .box .title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}

.jmyslist .box .info {
	font-size: 16px;
	line-height: 1.7em;
	color: #666;
}


/* 加盟条件 */
.ny-cont-jmtj {
	background: url(../img/jmtjbg.jpg) no-repeat top center/cover;
}

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

.jmtj-box .bt {
	position: relative;
	color: #000;
	font-size: 14px;
	margin-bottom: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.jmtj-box .bt .left {
	display: flex;
	align-items: center;
}

.jmtj-box .bt .left>p {
	color: var(--col2);
	font-size: 100px;
	text-transform: uppercase;
	font-family: 'en2';
	margin-right: 10px;
	line-height: 1;
}

.jmtj-box .bt .left div p {
	text-transform: uppercase;
	font-family: 'en2';
	font-size: 40px;
	line-height: 1;
}

.jmtj-box .bt .title {
	z-index: 3;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}

.jmtj-box .bt .title span {
	width: 50px;
	height: 2px;
	background: var(--col2);
	display: inline-block;
	margin-left: 10px;
	vertical-align: super;
}


.jmtj-box .left-box {
	width: 40%;
}

.jmtj-box .left-box .text .info {
	font-size: 24px;
	margin-bottom: 50px;
	padding-top: 50px;
}

.jmtj-box .left-box .text .info strong {
	color: var(--col1);
}

.jmtj-box .left-box .text .pic {
	margin-bottom: 50px;
}

.jmtj-box .left-box .text .pic img {
	display: block;
}

.jmtj-box .left-box .text .shorttitle {
	margin-bottom: 30px;
	font-weight: bold;
}

.jmtj-box .left-box .text .shorttitle span {
	background: var(--col2);
	display: inline-block;
	width: 50px;
	height: 2px;
	vertical-align: super;
	margin-right: 5px;
}

.jmtj-box .left-box .text .doc {
	font-size: 16px;
	line-height: 2em;
	color: #666;
	width: 20em;
}

.jmtj-box .jmtj-cont {
	width: 58%;
}

.jmtj-box .jmtj-cont .item {
	background: #fff;
	border-radius: 120px;
	padding: 20px;
	display: flex;
	align-items: center;
}

.jmtj-box .jmtj-cont .item~.item {
	margin-top: 30px;
}

.jmtj-box .jmtj-cont .item .icon {
	background: #dedede;
	width: 100px;
	border-radius: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: 0.5s;
}

.jmtj-box .jmtj-cont .item:hover {
	background: var(--col2);
}

.jmtj-box .jmtj-cont .item:hover .text * {
	color: #fff !important;
}

.jmtj-box .jmtj-cont .item:hover .text .title span {
	background: #fff;
}

.jmtj-box .jmtj-cont .item:hover .icon {
	background: var(--col1);
}

.jmtj-box .jmtj-cont .item .icon i {
	font-size: 50px;
	color: #999;
	transition: 0.5s;
}

.jmtj-box .jmtj-cont .item:hover .icon i {
	color: #fff;
	transform: rotate(360deg);
}

.jmtj-box .jmtj-cont .item .text {
	width: calc(100% - 120px);
}

.jmtj-box .jmtj-cont .item .text .title {
	font-size: 24px;
	color: #000;
}

.jmtj-box .jmtj-cont .item .text .title span {
	display: inline-block;
	width: 60px;
	height: 2px;
	vertical-align: middle;
	margin: 0 10px;
	background: #000;
}

.jmtj-box .jmtj-cont .item .text strong {
	font-weight: normal;
	color: var(--col2);
}

.jmtj-box .jmtj-cont .item .text .info {
	font-size: 16px;
	line-height: 1.7em;
	color: #666;
	margin-top: 10px;
}


/* 加盟流程 */
.ny-cont-jmlc {}

.jmlc-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.jmlc-cont::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50px;
	background: #ccc;
	z-index: 1;
}

.jmlc-cont>i {
	color: #ccc;
	font-size: 12px;
	margin-bottom: 35px;
	position: relative;
	z-index: 2;
}

.jmlc-cont .item {
	text-align: center;
	font-size: 16px;
	color: #000;
	position: relative;
	z-index: 2;
	transition: 0.5s;
}

.jmlc-cont .item:hover {
	color: var(--col2);
}

.jmlc-cont .icon {
	display: block;
	width: 100px;
	height: 100px;
	border: solid 1px #ccc;
	background: #fff;
	border-radius: 100%;
	margin-bottom: 15px;
	padding: 10px;
}

.jmlc-cont .icon i {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	background: #ddd;
	color: #666;
	font-size: 30px;
	transition: 0.5s;
}

.jmlc-cont .item:hover .icon i {
	background: var(--col2);
	color: var(--col1);
}
