@charset "utf-8";
/**
 * 
 主色1 var(--col1)
 主色2 var(--col2) 
 主色3 var(--col3)
 */

/**内页栏目通用**/
.pgHead {
	position: sticky;
	left: 0;
	top: 0;
}




/* 内页菜单 */
.ny-top-box2 {
	padding: 10px 20px;
}

.ny-top-box2.line {
	border-bottom: solid 1px #ccc;
}

.ny-top-box2 .ny-nav-ul {
	font-size: 1.1rem;
}

.ny-top-box2 .ny-nav-ul .type-item,
.ny-top-box2 .ny-nav-ul .son-item {
	width: auto;
}

.ny-top-box2 .ny-nav-ul .type-item.focus a,
.ny-top-box2 .ny-nav-ul .son-item.focus a {
	color: var(--col2);
	font-weight: bold;
}

.ny-top-box2 .ny-nav-ul .type-item a,
.ny-top-box2 .ny-nav-ul .son-item a {
	display: block;
	color: #333;
}

.ny-top-box2 .swiper-scrollbar {
	height: 0.15rem;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block !important;
}

.ny-top-box2 .swiper-scrollbar.swiper-scrollbar-lock>* {
	display: none;
}

/* 内容板块 */
.ny-container-text {}

.ny-container {
	padding: 15px 15px 20px;
}

.ny-container-text .datail-box {
	font-size: 1rem;
	color: #666;
	line-height: 1.7em;
}

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

.ny-container-text .video-js {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.ny-container-text .datail-box h2,
.ny-container-text .datail-box h3 {
	font-size: 1.15rem;
	line-height: 1.5em;
	font-weight: bold;
	color: var(--col1);
}

.ny-container-text .datail-box h4 {
	font-size: 1.1rem;
	line-height: 1.5em;
	font-weight: bold;
	color: var(--col1);
	opacity: 0.9;
}

.ny-container-text .datail-box h5 {
	color: #999;
	line-height: 1.5em;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0;
}

.ny-container-text .datail-box strong {
	color: var(--col1);
	opacity: 0.8;
}

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

.ny-container-text .datail-box>*+* {
	margin-top: 1em;
}

.ny-container-text .datail-box ul,
.ny-container-text .datail-box ol {
	padding-left: 1.5em;
	font-size: 1rem;
	line-height: 1.5em;
	color: #999;
}

.ny-container-text .datail-box li {
	list-style: disc;
	margin: 0 0 10px 0;
}


.ny-container-text .datail-box table td {
	border-right: solid 1px #f8f8f8;
	border-bottom: solid 1px #f8f8f8;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
	padding: 3px;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;

}

.ny-container-text .datail-box table {
	border-top: solid 1px #f8f8f8;
	border-left: solid 1px #f8f8f8;
	table-layout: fixed;
	width: 100%;

}

.ny-container-text .datail-box thead th {
	background: var(--col1);
	line-height: 3em;
	color: #fff;
}

.ny-container-text .datail-box table p {
	text-indent: 0;
}


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

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

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

.news-list1 .item .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-list1 .item .pic {
	padding-bottom: 30%;
	width: 40%;
	background: #000;
}

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

.news-list1 .item .text {
	width: 60%;
	padding-left: 10px;
}

.news-list1 .item .text .title {
	color: #333;
	font-size: 1rem;
	font-weight: bold;
}

.news-list1 .item .text .time {
	color: #ccc;
	font-size: 12px;
}

.news-list1 .item .text .info {
	color: #999;
	font-size: 1rem;
	line-height: 1.7em;
	margin: 5px 0;
}

.news-list2 {}

.news-list2 .item {}


.news-list2 .item .box {
	display: block;
	font-size: 1.1rem;
	color: #333;
	border: solid 1px #e5e5e5;
}

.news-list2 .item .box .text {
	padding: 10px;
}

.news-list2 .item .box .time {
	opacity: 0.7;
	font-size: 1rem;
	margin: 2px 0;
}

.news-list2 .item .box .info {
	font-size: 1rem;
	opacity: 0.7;
}

.news-list3 {}

.news-list3 .box {
	display: block;
	padding: 1px;
	background: #e5e5e5;
	font-size: 1rem;
	color: #333;
}

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

.news-list3 .item .pic::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.news-list3 .item .pic::before {
	content: "\e6bd";
	position: absolute;
	font-family: 'iconfont';
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: solid 2px #fff;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	z-index: 3;
	opacity: 0.5;
}

.news-list3 .box .text {
	background: #fff;
	margin-top: 1px;
	padding: 10px;
}


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

.ny-c-news .box {
	display: block;
	padding: 20px;
	box-shadow: 0 0 10px #ccc;
	font-size: 1.3rem;
	color: #000;
}

.ny-c-news .box .text {
	margin-top: 15px;
}

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

.ny-c-news .box .text .info {
	font-size: 1rem;
	line-height: 2em;
	color: #666;
	margin: 5px 0 10px;
}

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

.ny-c-news .box .text .time i {
	color: var(--col1);
	font-size: 1.2rem;
}

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

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

.product-list1 .item {}

.product-list1 .item .box {
	display: block;
	font-size: 1rem;
	color: #333;
	transition: 0.5s;
	text-align: center;
	border: solid 1px #ccc;
	background: #fff;
	padding: 5px;
}

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

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


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

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

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


/* 产品列表2 */
.product-list2 {}

.product-list2 .item~.item {
	margin-top: 20px;
}

.product-list2 .item .box {
	font-size: 1.2rem;
	color: #333;
	display: block;
}

.product-list2 .item .box .pic {
	padding-bottom: 67%;
}

.product-list2 .item .text {
	margin-top: 15px;
}

.product-list2 .box .title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.product-list2 .box .cpxn {
	margin-bottom: 5px;
}

.product-list2 .box .yyfw {
	margin-bottom: 10px;
}

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

.product-list2 .box .info {
	color: #666;
	font-size: 1rem;
	line-height: 1.7em;
}

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

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

.product-list2 .box .btnbox a i {
	font-size: 1.5rem;
	margin-right: 5px;
}

.product-list2 .box .btnbox a:nth-child(1) i {
	font-size: 1rem;
}

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

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




.product-list3 {}

.product-list3 .item .box {
	font-size: 1rem;
	color: #333;
	transition: 0.5s;
	background: #fff;
	border: solid 1px #e5e5e5;
	overflow: hidden;
}

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

.product-list3 .item .box .pic {
	padding-bottom: 100%;
	overflow: visible;
	box-shadow: 0 0 10px #ccc;
}

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

.product-list3 .item .box .text {
	padding: 10px;
}

.product-list3 .item .box .text .title {
	font-weight: bold;
	font-size: 1.1rem;
}

.product-list3 .item .box .text .info {
	line-height: 1.7em;
	opacity: 0.7;
	margin: 5px 0;
}

.product-list3 .item .box .text .btn {
	display: flex;
	align-items: center;
}

.product-list3 .item .box .text .btn a {
	display: block;
	width: 6em;
	font-size: 1rem;
	line-height: 2.25em;
	border-radius: 2.25em;
	background: var(--col1);
	color: #fff;
	text-align: center;
	transition: 0.5s;
}

.product-list3 .item .box .text .btn a:first-child {
	background: var(--col1);
	color: #fff;
	margin-right: 5px;
}

.product-list3 .item .box .text .btn a:hover {
	box-shadow: 0 0 10px #666;
}



/* 案例 */

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

.case-list1 .item .box {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	transition: 0.5s;
	position: relative;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 10px #f5f5f5;
}

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


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

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


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

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

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

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

.case-list2 .item .box {
	font-size: 1.2rem;
	color: #333;
	transition: 0.5s;
	background: #fff;
	display: block;
	position: relative;
	border: solid 1px #ccc;
}

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

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

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

.case-list2 .item .box .text .info {
	font-size: 1rem;
	line-height: 1.7em;
	opacity: 0.7;
	margin-top: 5px;
}

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

.case-list2 .item .box .text .xing img {
	display: block;
	width: 50%;
}

.case-list2 .item .box .text .xing span {
	font-size: 1rem;
	line-height: 2em;
	opacity: 0.7;
}



.case-list3 {}

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


.case-list3 .box {
	color: #333;
	font-size: 1.1rem;
	border: solid 1px #ededed;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

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

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

.case-list3 .text {
	width: calc(100% - 50%);
	padding: 0 15px;
}

.case-list3 .text .info {
	font-size: 1rem;
	opacity: 0.7;
}

.case-list5 {}

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

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

.case-list5 .text {
	padding: 10px;
}


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

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

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

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


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

.cont-detail .title {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2em;
	color: var(--col2);
}

.cont-detail-description {
	border: dashed 1px #ededed;
	padding: 10px;
	font-size: 12px;
	margin: 10px 0;
	color: #999;
	line-height: 1.5em;
}


.news-detail .cont-detail .details-info {
	font-size: 1rem;
	color: #999;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	margin-top: 5px;
	display: flex;
}

.news-detail .cont-detail .details-info>*+* {
	margin-left: 10px;
}

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

.case-detail .cont-detail .title {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


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

.image-detail-top {
	position: relative;
	margin: 0 auto 10px;
}

#imageList {
	z-index: 1;
}

#imageList .swiper-button-prev {
	left: 0%;
	width: 2rem;
	height: 4rem;
	background-size: 0.5rem;
}

#imageList .swiper-button-next {
	right: 0%;
	width: 2rem;
	height: 4rem;
	background-size: 0.5rem;
}

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

#imageNav .swiper-slide {
	display: flex;
	align-items: center;
}

#imageNav .swiper-slide-thumb-active {
	background: #fff;
	padding: 2px;
}

.image-detail .title {
	text-align: left;
	font-size: 1.5rem;
	margin-bottom: 15px;
}


.clickImgs-box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.clickImgs-box img {
	width: 50%;
	padding: 2px;
	display: block;
}

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

.ny-cp-detail-btn {
	right: 10px;
	position: absolute;
	bottom: 10px;
	width: calc(4rem + 1px);
	height: 2rem;
}

.ny-cp-detail-btn>*:first-child {
	margin-right: 0rem;
}

.ny-cp-detail-btn>* {
	width: 2rem;
	height: 2rem;
	top: 0px;
	margin-top: 0;
	background-size: 5px;
	background-color: #333;
}

.ny-cp-detail-btn>*+* {
	background-color: var(--col1);
}

.ny-cp-cont .cp-pic-box {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border: solid 1px #ededed;
}

.ny-cp-cont .cp-pic {}

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

/* 产品信息 */
.ny-cp-cont .cp-title {
	color: #333;
	font-size: 1.4rem;
	line-height: 1.2em;
}

.ny-cp-cont .details-info-box {
	margin-top: 15px;
}

.ny-cp-cont .details-info-box .item {
	margin-bottom: 5px;
	display: flex;
}

.ny-cp-cont .details-info-box .item>div {
	font-size: 1rem;
	color: #444;
	line-height: 1.6em;
	display: block;
}

.ny-cp-cont .details-info-box .item .bt {
	width: 5em;
	text-align: right;
}

.ny-cp-cont .details-info-box .item .info {
	width: calc(100% - 5em);
	color: #999;
	display: flex;
	flex-wrap: wrap;
}

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

.details-info-btn {
	margin-top: 10px;
	font-size: 1rem;
	display: flex;
}

.details-info-btn .cp-tell-btn {
	font-size: 1rem;
	background: var(--col2);
	color: #fff;
	line-height: 2.2em;
	border-radius: 3px;
	font-family: num2;
	display: flex;
	align-items: center;
	padding: 0 10px;
	margin-left: 10px;
}

.details-info-btn .cp-tell-btn:nth-child(1) {
	margin-left: 0px;
}


/* 产品内容标题 */
.ny-cp-text-bt {
	margin-top: 30px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.ny-cp-text-bt .cp-bt {
	font-size: 1.3rem;
	font-weight: bold;
	color: #333;
	line-height: 1.2em;
	padding-left: 10px;
	border-left: solid 3px var(--col2);
}

/* 内页相关 */
.ny-xiangguan {
	padding: 30px 15px;
	background: var(--col3);
	;
}

.ny-xiangguan-bt {
	margin-bottom: 20px;
	font-size: 1.5rem;
	color: #000;
	text-align: center;
	font-weight: bold;
}

.ny-xiangguan-bt .titleen {
	color: var(--col2);
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: normal;
}

/* 相关新闻 */
.ny-xiangguan-new-list {}

.ny-xiangguan-new-list .item~.item {
	margin-top: 15px;
}

.ny-xiangguan-new-list .box {
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 1rem;
	color: #000;
	background: #fff;
	padding: 10px;
}

.ny-xiangguan-new-list .box .time {
	color: #000;
	text-align: center;
}

.ny-xiangguan-new-list .box .time span {
	font-family: 'num2';
	font-size: 2.5rem;
	line-height: 1;
}

.ny-xiangguan-new-list .box .time p {
	font-size: 1rem;
	line-height: 1;
}

.ny-xiangguan-new-list .box .text {
	width: 75%;
	text-align: left;
	font-weight: bold;
}

.ny-xiangguan-new-list .box .text .info {
	font-size: 1rem;
	line-height: 1.7em;
	color: #666;
	font-weight: normal;
}

.ny-xiangguan-new-list .box .text .btn {
	font-size: 1rem;
	color: #0a5caa;
	margin-top: 5px;
}

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

/* 相关产品 */
.ny-xiangguan-cp-list {}

.ny-xiangguan-cp-list .box {
	display: block;
	color: #333;
	font-size: 1rem;
	text-align: center;
}

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

.ny-xiangguan-cp-list .box .text {
	padding: 5px;
	background: #fff;
	margin-top: 2px;
}

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

.ny-xiangguan-case-list .box {
	display: block;
	color: #333;
	background: #fff;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 0 10px #ccc;
}

.ny-xiangguan-case-list .pic {
	padding-bottom: 66%;
	border-radius: 10px 10px 0 0;
}

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

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

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

.danye-bt .title {
	font-size: 1.5rem;
	font-weight: bold;
}

.danye-title2 {
	text-align: center;
	margin-bottom: 15px;
	position: relative;
	color: #00acab;
}

.danye-title2 .title {
	font-size: 1.4rem;
	font-weight: bold;
}

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


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

.ny-cont-lxfs .ny-cont-cont {
	line-height: 2em;
}
.ny-cont-lxfs .ny-cont-cont>*{
	margin-top: 1em;
}
.ny-cont-lxfs .ny-cont-cont .item2 {
	display: block;
}

.ny-cont-lxfs .ny-cont-cont .item {
	width: 100%;
	margin: 0;
	margin-top: 1em;
}

.ny-cont-lxfs .ny-map-box {
	margin-top: 20px;
}

.ny-lxfs-info {
	color: #333;
}

.ny-lxfs-info .item {
	display: flex;
	align-items: flex-start;
	font-size: 1rem;
	color: #000;
	margin-bottom: 10px;
}

.ny-lxfs-info .item p {
	width: calc(100% - 4em);
}

.ny-lxfs-info .item i {
	font-size: 1.5rem;
	color: var(--col2);
	margin-right: 10px;
	width: 1em;
	text-align: center;
}




/* 在线地图 */
.ny-cont-dzdt {
	padding: 0 15px;
}

#map {
	width: 100%;
	height: 40vh;
	border: none;
}

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


.ny-message {}

.ny-message .left {
	margin-bottom: 2rem;
}

.ny-message .left .title {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #00acab;
}

.ny-message .left .info {
	font-size: 1rem;
	line-height: 2em;
	color: #666;
}

.ny-message .message-box {}


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

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

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

.video-cont img~a i {
	color: var(--col2);
	font-size: 3rem;
	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: 90%;
	align-items: center;
	display: flex;
	justify-content: center;
}

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

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

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

.about-cont {
	position: relative;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
}

.about-cont .text {
	color: #666;
	line-height: 1.7em;
	font-size: 1.1rem;
}

.about-cont .text~.text {
	font-size: 1rem;
	margin-top: 10px;
}

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


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

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

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

.zzzs-list {
	padding-bottom: 3em;
	font-size: 1rem;
}

.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: 10px;
}

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

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

.qywh-cont {}

.qywh-cont .item {
	background: #fff;
	padding: 20px;
	text-align: center;
	font-size: 1rem;
	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: 1.2rem;
	color: #000;
	margin: 10px 0;
}


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

.jmys-cont {}

.jmysnav {}

.jmysnav .tab-btn2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.jmysnav .tab-btn2 a {
	display: block;
	text-align: center;
	border-radius: 2.5em;
	line-height: 2.5em;
	background: #eee;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
}

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


.jmyslist {}

.jmyslist .box {}

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

.jmyslist .box .title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

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


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

.jmtj-box {}

.jmtj-box .bt {
	position: relative;
	color: #000;
	font-size: 1rem;
	margin-bottom: 20px;
	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: 4.5rem;
	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: 1.5rem;
	line-height: 1;
}

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

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


.jmtj-box .left-box {}

.jmtj-box .left-box .text .info {
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding-top: 20px;
}

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

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

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

.jmtj-box .left-box .text .shorttitle {
	margin-bottom: 10px;
	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: 1rem;
	line-height: 2em;
	color: #666;
}

.jmtj-box .jmtj-cont {
	margin-top: 20px;
}

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

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

.jmtj-box .jmtj-cont .item .icon {
	background: #dedede;
	width: 3rem;
	border-radius: 100%;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	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: 2rem;
	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% - 3rem);
}

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

.jmtj-box .jmtj-cont .item .text .title span {
	display: inline-block;
	width: 1rem;
	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: 1rem;
	line-height: 1.7em;
	color: #666;
}


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

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


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

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

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

.jmlc-cont .icon {
	display: block;
	width: 6rem;
	height: 6rem;
	margin: 0 auto 5px;
	border: solid 1px #ccc;
	background: #fff;
	border-radius: 100%;
	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: 2rem;
	transition: 0.5s;
}

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