@charset "utf-8";

/*************************

        首页
		
**************************/
.index-banner {
	height: 100vh;
	max-height: 683px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.index-banner .content {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.index-banner .title {
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.index-banner .title span {
	border-bottom: 1px #fff solid;
}

.index-banner .neirong {
	font-size: 16px;
	line-height: 2.25;
	margin-bottom: 60px;
}

.index-banner .link {
	width: 186px;
	height: 44px;
	border: 1px #fff solid;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
}

.index-banner .link:hover {
	background: #fff;
	color: var(--theme-blue);
}

.index-brand {
	padding: 70px 0 60px 0;
}

.index-brand .brand-fl {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 40px;
}

.index-brand .brand-fl .fl-item {
	width: calc(100%/3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-brand .brand-fl .fl-item .item-content {
	margin: 0 auto;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.index-brand .brand-fl .fl-item .icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	border: 2px solid;
}

.index-brand .brand-fl .fl-item .icon .icon-content {
	width: 62px;
	height: 62px;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.index-brand .brand-fl .fl-item .icon .icon-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	/*margin-right: 124px;*/
}



.index-brand .brand-fl .fl-item.on .icon {
	background: none;
}



.index-brand .brand-fl .fl-item .wenzi {
	text-align: center;
	color: #666;
	font-size: 18px;
	line-height: 1;
}

.index-brand .brand-fl .fl-item.on .wenzi {
	color: #333;
}

.index-brand .brand-box {}

.index-brand .brandbox-container {
	display: none;
	position: relative;
}

.index-brand .brand-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	flex-wrap: wrap;
	position: relative;
}

.index-brand .brand-list .list-item {
	width: calc(100%/5);
	height: 120px;
	position: relative;
	background: #f3f5f8;
	z-index: 0;
}

	.index-brand .brand-list .list-item.empty {
		height: 0;
	}

.index-brand .brand-list .list-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px rgba(7, 7, 7, .1) inset;
	z-index: 2;
	pointer-events: none;
}

.index-brand .brand-list .list-item .logo {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	cursor: pointer;
}

.index-brand .brand-list .list-item .logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.index-brand .brand-list .list-item .pic {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 1;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 20px;
	display: none;
	cursor: pointer;
}

.index-brand .brand-list .list-item .pic img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.index-brand .brand-list .list-item:hover {
	z-index: 1;
}

.index-brand .brand-list .list-item:hover .pic {
	display: flex;
}

.index-brand .brandbox-container .swiper-pagination{
	bottom:-30px;
}

.index-solus {
	padding: 60px 0;
	background: #f2f2f2;
}

.index-solus .mt {
	color: #333;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
}

.index-solus .solu-box {
	margin-bottom: 50px;
}

.index-solus .solu-box .solubox-container {
	/*display: none;*/
}

.index-solus .solu-box .solu-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.index-solus .solu-box .solu-list .list-item {
	height: 154px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	color: #fff;
}

.index-solus .solu-box .solu-list .list-item:nth-child(3n) {
	margin-right: 0;
}

.index-solus .solu-box .solu-list .list-item.long {
	width: 50.9433%;
	max-width: 540px;
}

.index-solus .solu-box .solu-list .list-item.short {
	width: 24.5283%;
	max-width: 260px;
}

.index-solus .solu-box .solu-list .list-item .title {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
}

.index-solus .solu-box .solu-list .list-item .info {
	font-size: 14px;
	line-height: 20px;
	max-height: 80px;
	overflow: hidden;
}

.index-solus .solu-fl {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.index-solus .solu-fl .fl-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.index-solus .solu-fl .fl-item .icon {
	width: 108px;
	height: 108px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px #ddd solid;
	margin-bottom: 20px;
}

.index-solus .solu-fl .fl-item .icon .icon-content {
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.index-solus .solu-fl .fl-item .icon .icon-content img {
	margin-left: -128px;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	filter: drop-shadow(64px 0 0 #333);
}

.index-solus .solu-fl .fl-item .wenzi {
	color: #333;
	font-size: 16px;
	line-height: 1;
}

.index-solus .solu-fl .fl-item.on .icon {
	background: #fff;
	border-color: #fff;
}

.index-solus .solu-fl .fl-item.on .icon .icon-content img {
	margin-left: -128px;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	filter: drop-shadow(64px 0 0 var(--theme-blue));
}

.index-news {
	padding: 60px 0;
}

.index-news .mt {
	text-align: center;
	color: #333;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 50px;
}

.index-news .pic-news {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.index-news .pic-news .news-item {
	width: 32%;
	max-width: 337px;
	margin-bottom: 15px;
}

.index-news .pic-news .news-item .img-box {
	width: 100%;
	height: 0;
	padding-bottom: 59.64%;
	overflow: hidden;
	position: relative;
}

.index-news .pic-news .news-item .img-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.index-news .pic-news .news-item .text-box {}

	.index-news .pic-news .news-item .title {
		border-bottom: 1px #dcdcdc solid;
		padding: 25px 0;
		color: #333;
		font-size: 16px;
		line-height: 1.875;
		margin-bottom: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

.index-news .pic-news .news-item .date {
	color: #999;
	font-size: 14px;
	line-height: 1;
}

.index-news .pic-news .news-item .date:before {
	margin-right: 10px;
}

.index-news .pic-news .news-item:hover .title {
	color: var(--theme-blue);
	border-color: var(--theme-blue);
}

.index-news .pic-news .news-item:hover .date {
	color: var(--theme-blue);
}

.index-news .news-list {
	margin-bottom: 50px;
}

.index-news .news-list .list-item {
	border-bottom: 1px #dcdcdc solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.index-news .news-list .list-item .title {
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: calc(100% - 100px);
}

.index-news .news-list .list-item .title:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 7px var(--theme-blue) solid;
	border-top: 4px transparent solid;
	border-bottom: 4px transparent solid;
	margin-right: 5px;
}

.index-news .news-list .list-item .date {
	color: #999;
	font-size: 14px;
	line-height: 1;
	width: 80px;
	text-align: right;
}

.index-news .news-list .list-item:hover .title {
	color: var(--theme-blue);
}

.index-news .more-box {
	width: 220px;
	padding: 10px;
	margin: 0 auto;
}

.index-news .more-box .wenzi,
.index-yaodai .more-button .text {
	color: #333;
	font-size: 18px;
	line-height: 1;
	padding-right: 10px;
}

.index-news .more-box .arrow,
.index-yaodai .more-button .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px var(--theme-blue) solid;
	color: var(--theme-blue);
	font-size: 22px;
	padding-left: 3px;
}

.index-news .more-box:hover .wenzi,
.index-yaodai .more-button:hover .text {
	color: var(--theme-blue);
}

.index-news .more-box:hover .arrow,
.index-yaodai .more-button:hover .arrow {
	background: var(--theme-blue);
	color: #fff;
}

.index-yaodai {
	padding: 60px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-yaodai .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-yaodai .logo-box {
	font-size: 0;
	width: 47.3636%;
}

.index-yaodai .logo-box img{
	width: auto;
	max-width: 100%;
}

.index-yaodai .text-box {
	width: 46.3636%;
}

.index-yaodai .text-box .title {
	color: #333;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 25px;
	text-align: right;
}

.index-yaodai .text-box .wenzi {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	max-height: 120px;
	overflow: hidden;
	margin-bottom: 40px;
}

.index-yaodai .text-box .more {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/*******************************

           内页公共
		   
*******************************/
/********* 顶部留白 *********/
.header-blankblock {
	height: 107px;
}

/******** 内页banner **********/
.inner-banner {
	height: 310px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inner-banner .content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	color: #fff;
}

.inner-banner .banner-title {
	font-size: 30px;
	line-height: 1;
	padding: 15px 0;
	border-bottom: 1px #fff solid;
	letter-spacing: 5px;
}

/********* 面包屑 *************/
.navigation {
	background: #f3f3f3;
}

.navigation .content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 4%;
	width: 100%;
}

	.navigation .link {
		color: #999;
		font-size: 14px;
    line-height: 34px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
		.navigation .link:first-child, .navigation .link:nth-child(3) {
			overflow: inherit;
		}
		.navigation .link:hover {
			color: var(--theme-blue);
		}

.navigation svg {
	width: 10px;
	margin: 0 15px;
	color: #333;
}

	.navigation .wenzi {
		font-size: 14px;
		color: var(--theme-blue);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 34px;
	}

/********** 内容区 **********/
.inner-container {
	background: #f3f3f3;
	padding-top: 45px;
}

.inner-container .lm-title {
	text-align: center;
	color: #333;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 60px;
}

/********* 翻页 *********/
.pages{
	padding-bottom: 100px;
}

.pages .content{
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages .page-item{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	color: #666;
	font-size: 16px;
	border-radius: 50%;
}

.pages .page-item:hover,
.pages .page-item.on{
	background-color: var(--theme-blue);
	color: #fff;
}
	.pages .text {
		width: 112px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #999;
		font-size: 14px;
		padding: 0 20px;
	}
	.pages .page-dot-item {
		color: #333;
		width: 40px;
		height: 40px;
		line-height: 38px;
		text-align: center;
		margin-left: -1px;
	}
	.pages .page-jump {
		width: 60px;
		height: 40px;
		line-height: 40px;
		background: #bdbdbd;
		color: #fff;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
	}

		.pages .page-jump:hover {
			background: var(--theme-blue);
		}
/*******************************

           内页分页面
		   
*******************************/
/*********** 关于艺达思 **********/
.about-page {}

.about-page .text-intro {
	padding-bottom: 65px;
}

.about-page .text-intro .intro-item {
	margin-bottom: 35px;
}

	.about-page .text-intro .intro-item .bc h3 {
		color: #333;
		font-size: 16px;
		line-height: 1;
		margin-bottom: 35px;
		font-weight: bold;
	}

.about-page .text-intro .intro-item .bc {
	color: #666;
	font-size: 14px;
	line-height: 2.14;
}
	.about-page .text-intro .intro-item .bc img {
	max-width:100%;
	}
	.about-page .tuwen-intro {
		/*margin-bottom: 110px;*/
	}

.about-page .tuwen-intro .intro-item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}

.about-page .tuwen-intro .intro-item.intro-item-teshu {
	flex-direction: row-reverse;
}

.about-page .tuwen-intro .intro-item .text-box,
.about-page .tuwen-intro .intro-item .img-box {
	width: 50%;
	height: 410px;
}

.about-page .tuwen-intro .intro-item .img-box {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-page .tuwen-intro .intro-item.intro-item-teshu .img-box {
	background-position: right center;
}

.about-page .tuwen-intro .intro-item .text-box {
	color: #fff;
	padding: 50px 0 40px 0;
}

.about-page .tuwen-intro .intro-item .text-box .neirong {
	width: 100%;
	height: 100%;
}

.about-page .tuwen-intro .intro-item:nth-child(2n+1) .text-box .neirong {
	padding: 0 50px 0 23.61%;
}

.about-page .tuwen-intro .intro-item.intro-item-teshu .text-box .neirong {
	padding: 0 23.61% 0 50px;
}

.about-page .tuwen-intro .intro-item .text-box .bt {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 25px;
}

.about-page .tuwen-intro .intro-item .text-box .bc {
	height: calc(100% - 55px);
	overflow: hidden;
	font-size: 14px;
	line-height: 2.14;
}

	.about-page .history {
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding-bottom: 90px;
		 margin-top: 100px;
}

.about-page .history .bt {
	text-align: center;
	color: #333;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 70px;
}

.about-page .history .arrow-box {
	font-size: 0;
}

.about-page .history .arrow {
	width: 17px;
}

.about-page .history .arrow img {
	width: 100%;
}

.about-page .history .his-list {
	position: relative;
	padding: 10px 0 0 0;
}

.about-page .history .his-list:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 0;
	width: 0;
	height: 100%;
	border-left: 1px #d9d9d9 dashed;
	z-index: 0;
}

.about-page .history .his-list .list-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 35px;
}

.about-page .history .his-list .list-item:last-child {
	margin-bottom: 0;
}

.about-page .history .his-list .list-item .dot {
	width: 40px;
	height: 24px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.about-page .history .his-list .list-item .dot-content {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3f3f3;
}

.about-page .history .his-list .list-item .dot-content:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #a7dcf9;
}

.about-page .history .his-list .list-item:last-child .dot-content {
	background: #a7dcf9;
}

.about-page .history .his-list .list-item:last-child .dot-content:before {
	background: #017bbe;
}

.about-page .history .his-list .list-item .item-content {
	width: calc(100% - 40px);
}

.about-page .history .his-list .list-item .item-content .year {
	color: var(--theme-blue);
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}

.about-page .history .his-list .list-item .item-content .wenzi {
	color: #666;
	font-size: 14px;
	line-height: 2.14;
}

/***************** 解决方案 *********************/
		.solutions-list {
	padding-bottom: 70px;
}

.solutions-list .content {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.solutions-list .list-item {
	width: 32%;
	max-width: 349px;
	margin-bottom: 30px;
	position: relative;
}

.solutions-list .list-item .img-box {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 0;
	padding-bottom: 67.048%;
}

.solutions-list .list-item .img-box img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solutions-list .list-item .text-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(1, 123, 190, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.solutions-list .list-item .text-box .icon {
	width: 108px;
	height: 108px;
	border: 1px #fff solid;
	border-radius: 50%;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.solutions-list .list-item .text-box .icon-content {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 64px;
	height: 64px;
}

.solutions-list .list-item .text-box .icon-content img {
	/*margin-left: -128px;*/
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	/*filter: drop-shadow(64px 0px 0px #fff);*/
}

.solutions-list .list-item .text-box .wenzi {
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

/****************** 解决方案详情 *****************/
.solutions-detail {
	padding-bottom: 100px;
}

.solutions-detail .mt {
	color: #333;
	font-size: 30px;
	line-height: 1;
	padding-bottom: 25px;
	border-bottom: 1px #dadada solid;
	margin-bottom: 35px;
}

.solutions-detail .tuwen-box {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 50px;
}

.solutions-detail .tuwen-box .text-box,
.solutions-detail .tuwen-box .img-box {
	width: 48%;
}

.solutions-detail .tuwen-box .text-box {
	color: #666;
	font-size: 14px;
	line-height: 2.14;
}

.solutions-detail .tuwen-box .img-box {
	font-size: 0;
}

.solutions-detail .tuwen-box .img-box img {
	width: 100%;
}

.solutions-detail .detail-pros {}

.solutions-detail .detail-pros .bt {
	background: #8a8a8a;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 52px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
}

.solutions-detail .detail-pros .bt:before {
	content: "";
	display: block;
	width: 6px;
	height: 18px;
	background: #44aab4;
	margin-right: 15px;
}

.solutions-detail .detail-pros .slide-content {
	padding: 10px;
}

.solutions-detail .detail-pros .slide-content .img-box {
	margin-bottom: 30px;
	position: relative;
}

.solutions-detail .detail-pros .slide-content .img-box .img {
	width: 100%;
	height: 310px;
	background: #fff;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
	position: relative;
	z-index: 0;
	border-radius: 20px;
}

.solutions-detail .detail-pros .slide-content .img-box .img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.solutions-detail .detail-pros .slide-content .img-box .img-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .33);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
	border-radius: 20px;
}

.solutions-detail .detail-pros .slide-content .img-box .cover-content {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.solutions-detail .detail-pros .slide-content .img-box .cover-content img {
	/*margin-top: -80px;*/
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	/*filter: drop-shadow(0 40px 0 #fff);*/
}

.solutions-detail .detail-pros .slide-content .text-box {
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 1;
}

.solutions-detail .detail-pros .slide-content:hover .img-box .img {
	box-shadow: 0 10px 10px rgba(0, 0, 0, .16);
}

.solutions-detail .detail-pros .slide-content:hover .img-box .img-cover {
	z-index: -1;
}

.solutions-detail .detail-pros .slide-content:hover .text-box {
	color: var(--theme-blue);
}

.solutions-detail .detail-pros .swiper-pagination {
	position: static;
	width: 100%;
	margin-top: 45px;
}

.solutions-detail .detail-pros .swiper-pagination-bullet-active {
	background: var(--theme-blue);
}

/************* 品牌与产品 *********/
.brand-and-product-cover {}

.brand-and-product-cover .cover-item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.brand-and-product-cover .cover-item:nth-child(2n) {
	flex-direction: row-reverse;
}

.brand-and-product-cover .cover-item .text-box,
.brand-and-product-cover .cover-item .img-box {
	width: 50%;
	position: relative;
	height: 410px;
}

.brand-and-product-cover .cover-item .text-box {
	padding: 60px 0;
}

.brand-and-product-cover .cover-item .text-box .box-content {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	color: #fff;
}

.brand-and-product-cover .cover-item:nth-child(2n+1) .text-box .box-content {
	padding: 0 50px 0 23.61%;
}

.brand-and-product-cover .cover-item:nth-child(2n) .text-box .box-content {
	padding: 0 23.61% 0 50px;
}

.brand-and-product-cover .cover-item .text-box .info-box {}

.brand-and-product-cover .cover-item .text-box .info-box .title {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 25px;
}

.brand-and-product-cover .cover-item .text-box .info-box .info {
	font-size: 14px;
	line-height: 2.14;
	max-height: 120px;
	overflow: hidden;
}

.brand-and-product-cover .cover-item .text-box .more-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.brand-and-product-cover .cover-item .text-box .more-box .wenzi {
	font-size: 18px;
	line-height: 1;
	padding-right: 10px;
}

.brand-and-product-cover .cover-item .text-box .more-box .arrow {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px #fff solid;
}

.brand-and-product-cover .cover-item .text-box .more-box .arrow svg {
	width: 16px;
	height: 16px;
}

.brand-and-product-cover .cover-item .text-box .box-bg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	opacity: .1;
	width: 282px;
}

.brand-and-product-cover .cover-item .text-box .box-bg-icon .icon-content {
	width: 100%;
	height: 0;
	padding-bottom: 95.035%;
	position: relative;
}

.brand-and-product-cover .cover-item .text-box .box-bg-icon .icon-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.brand-and-product-cover .cover-item .text-box .box-bg-icon .icon-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.brand-and-product-cover .cover-item .img-box {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/******************* 品牌与产品-列表 *******************/
.brand-and-product-list {
	padding-bottom: 80px;
}

.brand-and-product-list .mt {
	color: #333;
	font-size: 30px;
	line-height: 1;
	padding-bottom: 25px;
	border-bottom: 1px #dadada solid;
	margin-bottom: 50px;
}

.brand-and-product-list .mc {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.brand-and-product-list .list-item {
	width: 24%;
	max-width: 262px;
	margin-bottom: 20px;
	position: relative;
}

.brand-and-product-list .list-item .img-box {
	position: relative;
	z-index: 0;
	background: #fff;
	height: 0;
	padding-bottom: 77.8625%;
}

.brand-and-product-list .list-item .img-box .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.brand-and-product-list .list-item .img-box .img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.brand-and-product-list .list-item .cover-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .33);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.brand-and-product-list .list-item .cover-box .cover-content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.brand-and-product-list .list-item .cover-box .cover-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	/*margin-top: -120px;
	filter: drop-shadow(0 60px 0 #fff);*/
}

.brand-and-product-list .list-item:hover:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px #e0e0e0 solid;
	pointer-events: none;
}

.brand-and-product-list .list-item:hover .cover-box {
	z-index: -1;
}

/***************** 品牌与产品-详情 *********************/
.brand-and-product-detail-banner-content {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.brand-and-product-detail-banner-content .banner-wenzi {
	font-size: 18px;
	line-height: 1.667;
	font-weight: lighter;
	margin-top: 25px;
}

.brand-and-product-detail {}

.brand-and-product-detail .brand-list-mobi,
.zhanhui-list-page .sx-list-mobi{
	margin-bottom: 40px;
	display: none;
}

.brand-and-product-detail .brand-list-mobi .list-box,
.zhanhui-list-page .sx-list-mobi .list-box{
	width: 100%;
	max-width: 500px;
	position: relative;
	z-index: 1;
}

.brand-and-product-detail .brand-list-mobi .brand-current,
.zhanhui-list-page .sx-list-mobi .sx-current{
	position: relative;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #e7e7e7;
	padding: 0 30px 0 50px;
	font-size:24px;
	color:var(--theme-blue);
	cursor: pointer;
}

.brand-and-product-detail .brand-list-mobi .brand-current .wenzi,
.zhanhui-list-page .sx-list-mobi .sx-current .wenzi{
	flex: 1;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brand-and-product-detail .brand-list-mobi .brand-current:after,
.zhanhui-list-page .sx-list-mobi .sx-current:after{
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-top: 15px var(--theme-blue) solid;
	border-left: 14px transparent solid;
	border-right: 14px transparent solid;
}

.brand-and-product-detail .brand-list-mobi .brand-current.zhuan:after,
.zhanhui-list-page .sx-list-mobi .sx-current.zhuan:after{
	transform: rotate(180deg);
}

.brand-and-product-detail .brand-list-mobi .brand-list,
.zhanhui-list-page .sx-list-mobi .sx-list{
	position: absolute;
	left: 0;
	top: 80px;
	background: #fff;
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	display: none;
}

.brand-and-product-detail .brand-list-mobi .brand-list .list-item,
.zhanhui-list-page .sx-list-mobi .sx-list .list-item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 80px;
	padding: 0 50px;
	border-bottom: 1px #efefef solid;
	color: #666;
	font-size: 24px;
}

.brand-and-product-detail .brand-list-mobi .brand-list .list-item.on,
.zhanhui-list-page .sx-list-mobi .sx-list .list-item.on{
	background: var(--theme-blue);
	color: #fff;
	border-bottom-color: var(--theme-blue);
}

.brand-and-product-detail .brand-logo {
	margin-bottom: 36px;
}

.brand-and-product-detail .brand-logo .content {
	padding-bottom: 25px;
	border-bottom: 1px #dadada solid;
}

.brand-and-product-detail .brand-logo .logo-box {
	font-size: 0;
}

	.brand-and-product-detail .brand-logo .logo-box img {
		width: auto;
		max-width: 10vw;
	}

.brand-and-product-detail .brand-info {
	color: #666;
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 60px;
}

.brand-and-product-detail .site-link-box {
	padding-bottom: 60px;
}

.brand-and-product-detail .site-link {
	height: 72px;
	background: #fff;
	border-radius: 36px;
	overflow: hidden;
	width: auto;
	display: inline-flex;
}

.brand-and-product-detail .site-link .wenzi {
	width: auto;
	padding: 0 20px;
	min-width: 300px;
	color: var(--theme-blue);
	font-size: 24px;
	line-height: 1;
	text-align: center;
}

.brand-and-product-detail .site-link .arrow {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: var(--theme-blue);
	color: #fff;
}

.brand-and-product-detail .site-link .arrow svg {
	width: 28px;
	height: 28px;
}

.brand-and-product-detail .pro-yinyong,
.brand-and-product-detail .pro-show,
.brand-and-product-detail .pro-download,
.brand-and-product-detail .pro-video,
.brand-and-product-detail .brand-news {
	margin-bottom: 70px;
}

.brand-and-product-detail .pro-yinyong .mt,
.brand-and-product-detail .pro-show .mt,
.brand-and-product-detail .pro-download .mt,
.brand-and-product-detail .pro-video .mt,
.brand-and-product-detail .brand-news .mt {
	color: #333;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 40px;
}

.brand-and-product-detail .pro-yinyong .slide-content {
	position: relative;
}

.brand-and-product-detail .pro-yinyong .slide-content .img-box {
	width: 100%;
	height: 0;
	padding-bottom: 67.68%;
	position: relative;
	z-index: 0;
}

.brand-and-product-detail .pro-yinyong .slide-content .img-box img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	border-radius: 20px;
}

.brand-and-product-detail .pro-yinyong .slide-content .text-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .6);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 20px;
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.brand-and-product-detail .pro-yinyong .slide-content:hover .img-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(7, 125, 190, .3);
	border-radius: 20px;
}

.brand-and-product-detail .pro-yinyong .slide-content:hover .text-box {
	background: rgba(7, 125, 190, .75);
}

.brand-and-product-detail .pro-yinyong .swiper-pagination {
	position: static;
	width: 100%;
	margin-top: 40px;
}

.brand-and-product-detail .pro-yinyong .swiper-pagination-bullet-active {
	background: var(--theme-blue);
}

.brand-and-product-detail .pro-show {}

.brand-and-product-detail .pro-show .mc {
	/*display: flex;
	justify-content: space-between;
	align-items: stretch;*/
}

.brand-and-product-detail .pro-show .pro-info {
	width: 73.63%;
	height: 442px;
	background: rgba(255, 255, 255, .5);
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.brand-and-product-detail .pro-show .pro-info .img-box,
.brand-and-product-detail .pro-show .pro-info .text-box {
	width: 50%;
	height: 100%;
}

.brand-and-product-detail .pro-show .pro-info .img-box {
	background: #dcddde;
	padding: 35px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-and-product-detail .pro-show .pro-info .img-box img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.brand-and-product-detail .pro-show .pro-info .text-box {
	padding: 70px 35px;
}

.brand-and-product-detail .pro-show .pro-info .text-box .title {
	color: #333;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 25px;
}

.brand-and-product-detail .pro-show .pro-info .text-box .info {
	color: #666;
	font-size: 14px;
	line-height: 2.14;
}

.brand-and-product-detail .pro-show .pro-list {
	height: 442px;
	width: 24.54%;
}

.brand-and-product-detail .pro-show .pro-list .list-item {
	width: 82.222%;
	height: 106px;
	border: 1px #dadada solid;
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.brand-and-product-detail .pro-show .pro-list .img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48.64%;
	height: 100%;
	padding: 10px;
}

.brand-and-product-detail .pro-show .pro-list .img-box img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.brand-and-product-detail .pro-show .pro-list .text-box {
	width: 51.36%;
	padding-right: 20px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

.brand-and-product-detail .pro-show .pro-list .list-item.on {
	border-color: var(--theme-blue);
}

.brand-and-product-detail .pro-show .pro-list .list-item.on .text-box {
	color: var(--theme-blue);
}

.brand-and-product-detail .pro-show scrollbar .scrollbar-track,
.brand-and-product-detail .pro-show [scrollbar] .scrollbar-track,
.brand-and-product-detail .pro-show [data-scrollbar] .scrollbar-track {
	background: #e0e1e2;
}

.brand-and-product-detail .pro-show scrollbar .scrollbar-thumb,
.brand-and-product-detail .pro-show [scrollbar] .scrollbar-thumb,
.brand-and-product-detail .pro-show [data-scrollbar] .scrollbar-thumb {
	background: var(--theme-blue);
}

.brand-and-product-detail .pro-download {}

.brand-and-product-detail .pro-download .downloadmenu {
	margin-bottom: 25px;
	display: table;
	table-layout: fixed;
	margin-top: -15px;
	width: 100%;
}

.brand-and-product-detail .pro-download .downloadmenu .menu-item {
	display: table-cell;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 3px #e3e3e4 solid;
	color: #333;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.brand-and-product-detail .pro-download .downloadmenu .menu-item.on {
	color: var(--theme-blue);
	border-bottom-color: var(--theme-blue);
}

.brand-and-product-detail .pro-download .box-container {
	display: none;
}

.brand-and-product-detail .pro-download .download-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	max-height: 250px;
	overflow: hidden;
}

	.brand-and-product-detail .pro-download .download-list.autoheight {
		height: auto;
		max-height: initial;
	}

	.brand-and-product-detail .pro-download .download-item {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		width: 32%;
		max-width: 340px;
		margin-bottom: 30px;
		cursor: pointer;
	}

.brand-and-product-detail .pro-download .download-item .img-box {
	width: 23.82%;
	font-size: 0;
	position: relative;
}

.brand-and-product-detail .pro-download .download-item .img-box .img {
	width: 100%;
	height: 0;
	padding-bottom: 130.86%;
	position: relative;
	z-index: 0;
	box-shadow: 2px 2px 0 #c5c3c3;
}

.brand-and-product-detail .pro-download .download-item .img-box .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brand-and-product-detail .pro-download .download-item .img-box .file-type {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 0 5px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	background: var(--theme-blue);
	text-transform: uppercase;
}

.brand-and-product-detail .pro-download .download-item .img-box .file-type:after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 20px var(--theme-blue) solid;
	border-right: 10px transparent solid;
}

.brand-and-product-detail .pro-download .download-item[href$=".pdf"] .img-box .file-type:before {
	content: "pdf";
}

.brand-and-product-detail .pro-download .download-item[href$=".zip"] .img-box .file-type:before {
	content: "zip";
}

.brand-and-product-detail .pro-download .download-item[href$=".rar"] .img-box .file-type:before {
	content: "rar";
}

.brand-and-product-detail .pro-download .download-item[href$=".7z"] .img-box .file-type:before {
	content: "7z";
}

.brand-and-product-detail .pro-download .download-item[href$=".doc"] .img-box .file-type:before,
.brand-and-product-detail .pro-download .download-item[href$=".docx"] .img-box .file-type:before {
	content: "doc";
}

.brand-and-product-detail .pro-download .download-item[href$=".xls"] .img-box .file-type:before,
.brand-and-product-detail .pro-download .download-item[href$=".xlsx"] .img-box .file-type:before {
	content: "doc";
}

	.brand-and-product-detail .pro-download .download-item[href$=".psd"] .img-box .file-type:before,
	.brand-and-product-detail .pro-download .download-item[href$=".ps"] .img-box .file-type:before {
		content: "ps";
	}

	.brand-and-product-detail .pro-download .download-item[href$=".pptx"] .img-box .file-type:before,
	.brand-and-product-detail .pro-download .download-item[href$=".ppt"] .img-box .file-type:before {
		content: "ppt";
	}

	.brand-and-product-detail .pro-download .download-item[href$=".text"] .img-box .file-type:before,
	.brand-and-product-detail .pro-download .download-item[href$=".txt"] .img-box .file-type:before {
		content: "txt";
	}

.brand-and-product-detail .pro-download .download-item .text-box {
	width: 76.18%;
	padding-left: 15px;
}

.brand-and-product-detail .pro-download .download-item .text-box .title {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.brand-and-product-detail .pro-download .download-item .text-box .date {
	color: #999;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 30px;
}

.brand-and-product-detail .pro-download .download-item .text-box .icon {
	font-size: 0;
}

.brand-and-product-detail .pro-download .download-item .text-box .icon svg {
	width: 30px;
	height: 30px;
	color: #999;
}

.brand-and-product-detail .pro-download .download-item:hover .text-box .title,
.brand-and-product-detail .pro-download .download-item:hover .text-box .date,
.brand-and-product-detail .pro-download .download-item:hover .text-box .icon svg {
	color: var(--theme-blue);
}

.brand-and-product-detail .pro-download .more-button,
.brand-and-product-detail .pro-video .more-button {
	width: 150px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.brand-and-product-detail .pro-download .more-button .wenzi,
.brand-and-product-detail .pro-video .more-button .wenzi {
	color: #333;
	font-size: 18px;
	line-height: 1;
	padding-right: 10px;
}

.brand-and-product-detail .pro-download .more-button .wenzi:after,
.brand-and-product-detail .pro-video .more-button .wenzi:after {
	content: "查看更多";
}

.brand-and-product-detail .pro-download .more-button .arrow,
.brand-and-product-detail .pro-video .more-button .arrow {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px var(--theme-blue) solid;
	color: var(--theme-blue);
}

.brand-and-product-detail .pro-download .more-button .arrow svg,
.brand-and-product-detail .pro-video .more-button .arrow svg {
	width: 16px;
	height: 16px;
}

.brand-and-product-detail .pro-download .more-button.zhuan .wenzi:after,
.brand-and-product-detail .pro-video .more-button.zhuan .wenzi:after {
	content: "收起";
}

.brand-and-product-detail .pro-download .more-button.zhuan .arrow,
.brand-and-product-detail .pro-video .more-button.zhuan .arrow {
	transform: rotate(180deg);
}

.brand-and-product-detail .pro-video .video-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	height: 275px;
	overflow: hidden;
	margin-bottom: 20px;
}

.brand-and-product-detail .pro-video .video-list.autoheight {
	height: auto;
}

.brand-and-product-detail .pro-video .video-list .list-item {
	position: relative;
	margin-bottom: 20px;
	width: 33%;
	max-width: 356px;
}

.brand-and-product-detail .pro-video .video-list .video-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 62.078%;
	cursor: pointer;
}

.brand-and-product-detail .pro-video .video-list .video-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 1;
	border-radius: 20px;
}

.brand-and-product-detail .pro-video .video-list .video-cover .play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-and-product-detail .pro-video .video-list .video-cover .play-icon img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.brand-and-product-detail .pro-video .video-list video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: contain;
	z-index: 0;
	border-radius: 20px;
}

.brand-and-product-detail .pro-video .video-list .text-box {
	padding: 20px;
	color: #333;
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.brand-and-product-detail .brand-news {
	background: #fff;
	padding: 60px 0;
}

.brand-and-product-detail .brand-news .news-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.brand-and-product-detail .brand-news .news-list .list-item {
	width: 48%;
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.brand-and-product-detail .brand-news .news-list .date-box {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #f2f2f2;
	color: var(--theme-blue);
}

.brand-and-product-detail .brand-news .news-list .date-box .day {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 5px
}

.brand-and-product-detail .brand-news .news-list .date-box .year {
	font-size: 14px;
	line-height: 1;
}

.brand-and-product-detail .brand-news .news-list .text-box {
	width: calc(100% - 82px);
	padding-left: 15px;
}

.brand-and-product-detail .brand-news .news-list .text-box .title {
	color: #333;
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}

	.brand-and-product-detail .brand-news .news-list .text-box .time {
		color: #666;
		font-size: 14px;
		line-height: 1.4;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

.brand-and-product-detail .brand-news .news-list .list-item:hover .date-box {
	background: var(--theme-blue);
	color: #fff;
}

.brand-and-product-detail .brand-news .news-list .list-item:hover .text-box .title {
	font-weight: bold;
}

.brand-and-product-detail .brand-news .news-list .list-item:hover .text-box .time {
	color: var(--theme-blue);
}

.brand-and-product-detail .brand-news .more-box {
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.brand-and-product-detail .brand-news .more-box .wenzi {
	color: #333;
	font-size: 18px;
	line-height: 1;
	padding-right: 10px;
}

.brand-and-product-detail .brand-news .more-box .arrow {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px var(--theme-blue) solid;
	color: var(--theme-blue);
}

.brand-and-product-detail .brand-news .more-box .arrow svg {
	width: 16px;
	height: 16px;
}

.detail-yaodai {
	background-image: linear-gradient(to right, #68a9d5, #74b591);
	height: 200px;
}

.detail-yaodai .content {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	align-items: center;
}

.detail-yaodai .text-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
}

.detail-yaodai .text-box .contact-qr {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.detail-yaodai .text-box .contact-qr .qr-item {
	height: 134px;
	font-size: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	margin-right: 15px;
}

.detail-yaodai .text-box .contact-qr .qr-item:last-child{
	margin-right: 0;
}

.detail-yaodai .text-box .contact-qr .qr-item img {
	width: 100%;
	height: 100%;
}

.detail-yaodai .text-box .contact-box{
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px 0 30px;
}

.detail-yaodai .text-box .contact-info {
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	height: 134px;
	flex: 1;
}

.detail-yaodai .text-box .contact-info .mt {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}

.detail-yaodai .text-box .contact-info .info-box {
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	padding: 14px 0;
	border-bottom: 3px rgba(255, 255, 255, .3) solid;
}

.detail-yaodai .text-box .contact-info .info-box .info-item {
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: 60px;
}

.detail-yaodai .text-box .contact-info .info-box .info-item:first-child {
	margin-left: 0;
}

.detail-yaodai .text-box .contact-info .tel {
	color: #f8fa45;
	font-size: 24px;
	line-height: 1;
	padding: 14px 0;
	border-bottom: 1px rgba(255, 255, 255, .3) solid;
	font-weight: bold;
}

.detail-yaodai .contact-button {
	width: 227px;
	height: 60px;
	border-radius: 3px;
	background: #fff;
	color: #047cbf;
	font-size: 18px;
	line-height: 1;
}

/************* 新闻资讯 ************/
.news-list-page {
	padding-bottom: 10px;
}

.news-list-page .list-item {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	position: relative;
}

.news-list-page .list-item:before{
	content: "";
	position: absolute;
	left: 2%;
	bottom: -30px;
	width: 96%;
	height: 30px;
	background: #f3f3f3;
	z-index: 1;
	opacity: 0;
}

.news-list-page .list-item:after {
	content: "";
	background: transparent;
	box-shadow: 0 4px 10px rgba(1, 123, 190, 0.5);
	border-radius: 800px/10px;
	bottom: -30px;
	height: 8px;
	left: 2%;
	position: absolute;
	width: 96%;
	z-index: 0;
	opacity: 0;
}

.news-list-page .list-item .img-box {
	width: 18.54%;
}

.news-list-page .list-item .img-box .img {
	width: 100%;
	height: 0;
	padding-bottom: 66.667%;
	position: relative;
}

.news-list-page .list-item .img-box .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list-page .list-item .text-box {
	width: calc(100% - 18.54%);
	padding-left: 30px;
}

.news-list-page .list-item .text-box .box-content {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	height: 100%;
}

.news-list-page .list-item .text-box .info-box {
	padding-right: 20px;
	height: 100%;
	width: calc(100% - 100px);
}

.news-list-page .list-item .text-box .news-title {
	color: #333;
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.news-list-page .list-item .text-box .news-info {
	color: #666;
	font-size: 14px;
	line-height: 2.14;
	max-height: 60px;
	overflow: hidden;
	margin-bottom: 15px;
}

.news-list-page .list-item .text-box .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px var(--theme-blue) solid;
	color: var(--theme-blue);
}

.news-list-page .list-item .text-box .arrow svg {
	width: 16px;
	height: 16px;
}

.news-list-page .list-item .text-box .date-box {
	border-left: 1px #dadada solid;
	width: 100px;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #999
}

.news-list-page .list-item .text-box .day {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 8px;
}

.news-list-page .list-item .text-box .year {
	font-size: 14px;
	line-height: 1;
}

.news-list-page .list-item:hover:before,
.news-list-page .list-item:hover:after{
	opacity: 1;
}

.news-list-page .list-item:hover .text-box .news-title{
	font-weight:  bold;
}

.news-list-page .list-item:hover .text-box .arrow{
	background: var(--theme-blue);
	color: #fff;
}

.news-list-page .list-item:hover .text-box .date-box{
	color: var(--theme-blue);
}

/***************** 新闻资讯-详情 ******************/
.news-detail-page{
	padding-bottom: 80px;
}

.news-detail-page .news-detail-title-box{
	margin-bottom: 40px;
}

.news-detail-page .news-detail-title-box .title{
	color: #333;
	font-size:30px;
	line-height: 1;
	padding-bottom:25px;
	margin-bottom: 20px;
	border-bottom: 1px #dadada solid;
}

.news-detail-page .news-detail-title-box .date{
	color: var(--theme-blue);
	font-size:14px;
	line-height: 1;
}

.news-detail-page .news-detail-neirong-box{
	border-bottom: 1px #dadada solid;
	padding-bottom: 60px;
	color: #666;
	font-size: 14px;
	line-height: 1.7;
}
	.news-detail-page .news-detail-neirong-box img{
	max-width:100%;
	}

	.news-detail-page .news-detail-navi-box {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

.news-detail-page .news-detail-navi-box .prev-link,
.news-detail-page .news-detail-navi-box .next-link,
.news-detail-page .news-detail-navi-box .back-link{
	display: flex;
	align-items: center;
	padding: 20px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}

.news-detail-page .news-detail-navi-box .prev-link:hover,
.news-detail-page .news-detail-navi-box .next-link:hover,
.news-detail-page .news-detail-navi-box .back-link:hover{
	color:var(--theme-blue);
}

.news-detail-page .news-detail-navi-box .prev-link,
.news-detail-page .news-detail-navi-box .next-link{
	width: 38%;
}

.news-detail-page .news-detail-navi-box .back-link{
	justify-content: center;
	width: 20%;
}

.news-detail-page .news-detail-navi-box .back-link:before,
.news-detail-page .news-detail-navi-box .prev-link:before{
	padding-right: 10px;
}

.news-detail-page .news-detail-navi-box .prev-link{
	justify-content: flex-start;
}

.news-detail-page .news-detail-navi-box .next-link{
	flex-direction: row-reverse;
}

.news-detail-page .news-detail-navi-box .next-link:before{
	padding-left: 10px;
}

/**************** 展会日历 ********************/
.zhanhui-list-page{
	padding-bottom: 50px;
}

.zhanhui-list-page .shaixuan-box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-bottom: 40px;
}

.zhanhui-list-page .shaixuan-box .sx-button{
	width: 15.8%;
	height: 56px;
	border-radius: 3px;
	border: 1px var(--theme-blue) solid;
	margin-bottom: 20px;
	background: #fff;
	color: var(--theme-blue);
	font-size: 18px;
}

.zhanhui-list-page .shaixuan-box .sx-button:hover,
.zhanhui-list-page .shaixuan-box .sx-button.on{
	color: #fff;
	background: var(--theme-blue);
}

.zhanhui-list-page .list-box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.zhanhui-list-page .list-box .list-item,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .list-item{
	display: block;
	width: 33%;
	max-width: 346px;
	margin-bottom: 30px;
	border: 1px #e5e5e5 solid;
	position: relative;
}

.zhanhui-list-page .list-box .img-box,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .img-box{
	position: relative;
}

.zhanhui-list-page .list-box .date,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .date{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 5px;
	text-align: center;
	color: var(--theme-blue);
}

.zhanhui-list-page .list-box .date .day,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .date .day{
	position: relative;
	z-index: 1;
	font-size:28px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px;
}

.zhanhui-list-page .list-box .date .year,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .date .year{
	font-size: 14px;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.zhanhui-list-page .list-box .date .date-bg,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .date .date-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .87;
	height: 60px;
	overflow: hidden;
}

.zhanhui-list-page .list-box .date .date-bg:before,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .date .date-bg:before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	background: #fff;
}

.zhanhui-list-page .list-box .date .date-bg:after,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .date .date-bg:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 200%;
	height: 700%;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%,0);
}

.zhanhui-list-page .list-box .img,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .img{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 0;
	padding-bottom: 61.91%;
}

.zhanhui-list-page .list-box .img img,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zhanhui-list-page .list-box .text-box,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .text-box{
	padding: 25px;
}

.zhanhui-list-page .list-box .title,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .title{
	color: #333;
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 15px;
}

.zhanhui-list-page .list-box .addr,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .addr{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.zhanhui-list-page .list-box .addr .icon,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .addr .icon{
	width: 23px;
	font-size: 0;
}

.zhanhui-list-page .list-box .addr .icon img,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .addr .icon img{
	width: 100%;
}

.zhanhui-list-page .list-box .addr .wenzi,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .addr .wenzi{
	width: calc(100% - 23px);
	color: var(--theme-blue);
	font-size: 14px;
	line-height: 21px;
	padding-left: 10px;
}

.zhanhui-list-page .list-box .info,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .info{
	color: #666;
	font-size: 14px;
	line-height: 2.14;
	max-height: 90px;
	overflow: hidden;
}

.zhanhui-list-page .list-box .list-item:hover,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .list-item:hover{
	background: #fff;
	border-color: #fff;
	box-shadow: 0 0 24px rgba(168,168,168,.45);
}

.zhanhui-list-page .list-box .list-item:hover .date,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .list-item:hover .date{
	color: #fff;
}

.zhanhui-list-page .list-box .list-item:hover .date .date-bg:before,
.zhanhui-list-page .list-box .list-item:hover .date .date-bg:after,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .list-item:hover .date .date-bg:before,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .list-item:hover .date .date-bg:after{
	background: var(--theme-blue);
}

.zhanhui-list-page .list-box .list-item:hover .title,
.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .list-item:hover .title{
	font-weight: bold;
	text-decoration: underline;
}

/**************** 展会日历-详情 *****************/
.zhanhui-detail-page{
	padding-bottom: 90px;
}

.zhanhui-detail-page .zhanhui-info{
	margin-bottom: 80px;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-year{
	margin-bottom: 30px;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-year .year-content{
	background: url(../images/detail-date-bg.png) no-repeat center bottom;
	width: 57px;
	height: 53px;
	background-size: 100% auto;
	text-align: center;
	color: var(--theme-blue);
	font-size: 18px;
	line-height: 1;
	padding-top: 28px;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-title .title{
	color: #333;
	font-size: 30px;
	line-height: 1;
	width: 90%;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-title .back-button{
	color: var(--theme-blue);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row-reverse;
	font-size: 14px;
	line-height: 2;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-title .back-button:before{
	padding-left: 5px;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro{
	
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30px;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box .img-box{
	width: 64.1818%;
	height: 371px;
	position: relative;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box .img-box .date{
	position: absolute;
	left: 0;
	top: 0;
	width: 74px;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: var(--theme-blue);
	color: #fff;
	z-index: 1;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box .img-box .year{
	font-size:14px;
	line-height: 1;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box .img-box .day{
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box .img-box .img{
	font-size: 0;
	width: 100%;
	height: 100%;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box .img-box .img img{
	width: 100%;
	height: 100%;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box .zhanhui-table{
	background-image: linear-gradient(to right,#003f94,#017bbe);
	flex: 1;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box table{
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box table td{
	height: 20%;
	color: #fff;
	border-right: 1px rgba(255,255,255,.2) solid;
	border-bottom: 1px rgba(255,255,255,.2) solid;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 1.2;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box table td:first-child{
	width: 40%;
	text-align: right;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box table td:last-child{
	border-right: none;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .tuwen-box table tr:last-child td{
	border-bottom: none;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .text-box{
	color: #666;
	font-size: 14px;
	line-height: 2.14;
}

.zhanhui-detail-page .zhanhui-info .zhanhui-intro .text-box a{
	color: var(--theme-blue);
	text-decoration: underline;
}

.zhanhui-detail-page .zhanhui-tuijian{
	
}

.zhanhui-detail-page .zhanhui-tuijian .mt{
	background: #8a8a8a;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	width: 100%;
	height: 52px;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 40px;
}

.zhanhui-detail-page .zhanhui-tuijian .mt:before{
	content: "";
	display: block;
	width: 6px;
	height: 18px;
	background: #44aab4;
	margin-right: 15px;
}

.zhanhui-detail-page .zhanhui-tuijian .swiper-zhanhui .list-item{
	width: 100%;
	max-width: inherit;
}

.zhanhui-detail-page .zhanhui-tuijian .swiper-pagination{
	position: static;
	width: 100%;
}

.zhanhui-detail-page .zhanhui-tuijian .swiper-pagination-bullet-active{
	background: var(--theme-blue);
}

/**************** 联系我们 ****************/
.contact-page{
	padding-bottom: 100px;
}

.contact-page .contact-info{
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 60px;
}

.contact-page .contact-neirong{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.contact-page .contact-neirong .contact-bd{
	width: 58.54%;
}

.contact-page .contact-neirong .contact-bd .bd-tip{
	color: var(--theme-blue);
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
}

.contact-page .contact-neirong .contact-bd .bd-box{
	
}

.contact-page .contact-neirong .contact-bd .bd-item{
	background: #fff;
	border: 1px #e5e5e5 solid;
	margin-bottom:20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.contact-page .contact-neirong .contact-bd .bd-item .bt{
	width: 160px;
	height: 44px;
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #333;
}

.contact-page .contact-neirong .contact-bd .bd-item .bc{
	width: calc(100% - 200px);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contact-page .contact-neirong .contact-bd .bd-item .bc_radio{
	height: 44px;
	    align-items: center;
}
.contact-page .contact-neirong .contact-bd .bd-item .bc_radio label{
	display: flex;
    margin-right: 20px;
    color: #333;
    font-size: 14px;
    justify-content: flex-start;
    align-items: center
}
.contact-page .contact-neirong .contact-bd .bd-item .bc_radio label input{
	    margin-right: 5px;
}
.contact-page .contact-neirong .contact-bd .bd-item .radio-button{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 44px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
	color: #333;
	font-size: 14px;
}

.contact-page .contact-neirong .contact-bd .bd-item .radio-button:before{
	margin-right: 5px;
}

.contact-page .contact-neirong .contact-bd .bd-item .radio-button input{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}

.contact-page .contact-neirong .contact-bd .bd-item .text,
.contact-page .contact-neirong .contact-bd .bd-item .select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding-right: 20px;
	color: #333;
	font-size: 14px;
}

.contact-page .contact-neirong .contact-bd .bd-item .textarea{
	width: 100%;
	height: 100px;
	padding: 10px 20px 10px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

.contact-page .contact-neirong .bd-check{
	padding-bottom: 20px;
}

.contact-page .contact-neirong .bd-check .checkit{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: 	#333;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

.contact-page .contact-neirong .bd-check .checkit input{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}

.contact-page .contact-neirong .bd-check .checkit .checkicon{
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	box-shadow: 0 3px 7px rgba(0,0,0,.35) inset;
	margin-right: 10px;
	background: #fff;
	position: relative;
}

.contact-page .contact-neirong .bd-check .checkit.on .checkicon:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	background: var(--theme-blue);
}

.contact-page .contact-neirong .bd-check .popup-button{
	color: var(--theme-blue);
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}

.contact-page .contact-neirong .submit-button{
	width: 100%;
	height: 48px;
	background: var(--theme-blue);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.contact-page .contact-neirong .line{
	width: 1px;
	background-image: linear-gradient(to bottom,transparent,#e7e7e7,transparent);
}

.contact-page .contact-neirong .contact-detail{
	width: 32.72%;
}

.contact-page .contact-neirong .contact-company{
	
}

.contact-page .contact-neirong .company-item{
	margin-bottom: 35px;
}

.contact-page .contact-neirong .company-item .title{
	color: #333;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 15px;
}

.contact-page .contact-neirong .company-item .info-item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #666;
	font-size: 14px;
	line-height: 2.14;
}

.contact-page .contact-neirong .company-item .bt{
	width: 45px;
}
.contact-page .contact-neirong .company-item .bc{
	flex: 1;
}

.contact-page .contact-neirong .company-item .info-item:first-child{
	align-items: flex-end;
}

.contact-page .contact-neirong .company-item .info-item:first-child .bc{
	color: #45abb4;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.contact-page .contact-neirong .contact-qr{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.contact-page .contact-neirong .qr-item{
	width: 120px;
	margin-right: 30px;
}

.contact-page .contact-neirong .qr-item:last-child{
	margin-right: 0;
}

.contact-page .contact-neirong .qr-item .bt{
	color: #333;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 15px;
}

.contact-page .contact-neirong .qr-item .bc{
	width: 100%;
	height: 120px;
/*	background: var(--theme-blue);*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-page .contact-neirong .qr-item .bc img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.ys-popup, .code_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

	.ys-popup .popup-bg, .code_popup .popup-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		background: rgba(0,0,0,.6);
		backdrop-filter: blur(2px);
	}

	.ys-popup .popup-box, .code_popup .popup-box {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		pointer-events: none;
		z-index: 1;
	}

	.ys-popup .popup-content, .code_popup .popup-content {
		background: #fff;
		color: #333;
		width: 80vw;
		max-width: 600px;
		height: 80vh;
		border-radius: 10px;
		position: relative;
		padding: 20px;
		pointer-events: all;
	}

		.ys-popup .popup-content .closeit, .code_popup .popup-content .closeit {
			position: absolute;
			right: 0;
			top: 0;
			width: 30px;
			height: 30px;
			display: flex;
			justify-content: center;
			align-items: center;
			z-index: 1;
			cursor: pointer;
		}

			.ys-popup .popup-content .closeit svg, .code_popup .popup-content .closeit svg {
				width: 16px;
				height: 16px;
			}

		.ys-popup .popup-content .popup-title, .code_popup .popup-content .popup-title {
			position: relative;
			z-index: 0;
			width: 100%;
			text-align: center;
			font-size: 20px;
			line-height: 1;
			padding-bottom: 20px;
			border-bottom: 1px #dadada solid;
			margin-bottom: 20px;
		}

		.ys-popup .popup-content .popup-neirong, .code_popup .popup-content .popup-neirong {
			height: calc(100% - 61px);
			overflow-y: scroll;
			font-size: 14px;
			line-height: 1.5;
		}

/*************** 20230306 ******************/
.index-banner{max-height: inherit;}

/*************** 20230307 ******************/
.search-detail-page{padding:40px 0 0 0}
.search-detail-page .search-num-box{display:flex;justify-content:flex-start;align-items:flex-end;margin-bottom:70px;}
.search-detail-page .search-num-box .wenzi{color:#333;font-size:30px;line-height:1;}
.search-detail-page .search-num-box .num{color:#017bbe;font-size:16px;line-height:1;}
.search-detail-page .search-tab{display:flex;justify-content:flex-start;align-items:flex-start;padding-bottom:30px;}
.search-detail-page .search-tab .tab-item{width:174px;height:58px;border-radius:3px;border:1px #047cbf solid;color:#017bbe;font-size:18px;line-height:1;margin-right:10px;margin-bottom:10px;}
.search-detail-page .search-tab .tab-item.on,.search-detail-page .search-tab .tab-item:hover{background:#047cbf;color:#fff;}
.search-detail-page .search-detail-list{padding-bottom:30px;}
.search-detail-page .search-detail-list .list-item{margin-bottom:20px;}
.search-detail-page .search-detail-list .img-box{width:142px;}
.search-detail-page .search-detail-list .img-box .img{width:100%;height:142px;display:flex;justify-content:center;align-items:center;background:#e7e8e9;}
.search-detail-page .search-detail-list .img-box .img img{width:auto;max-width:100%;height:auto;max-height:100%;}
.search-detail-page .search-detail-list .text-box{flex:1;padding-left:15px;display:flex;justify-content: space-between;align-items: flex-start;flex-direction: column;}
.search-detail-page .search-detail-list .text-box .title{color:#333;font-size:14px;line-height:2;font-weight:bold;}
.search-detail-page .search-detail-list .text-box .info{color:#666;font-size:14px;line-height:30px;max-height:60px;overflow:hidden;}
.search-detail-page .search-detail-list .text-box .arrow-area {display: flex;justify-content: center;align-items: center;width: 30px;   height: 30px;border-radius: 50%;border: 2px var(--theme-blue) solid;color: var(--theme-blue);font-size: 22px;padding-left: 3px;}
.search-detail-page .search-detail-list .list-item:hover .text-box .title{color:var(--theme-blue)}

/* 产品详情补充 */

.product {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
}

.productSwiper {
	max-width: 1100px;
	height: 100%;
	padding: 0px 10px;
}

.productSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	color: #333333;
	background: #dedfe0;
	border-radius: 20px;
	border: 1px solid #dddddd;
}

.productSwiper .swiper-slide:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, .16);
}

.productSwiper .swiper-slide h4 {
	background: #f3f3f3;
	margin: 0px;
	padding: 20px 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-weight: 500;
}

.productSwiper .swiper-img {
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.productSwiper .swiper-slide img {
	width: 56%;
	object-fit: cover;
}

.productSwiper-button-next {
	position: absolute;
	top: 50%;
	right: -60px;
	width: 50px;
	height: 50px;
	background: #fff;
	margin-top: -25px;
}

.productSwiper-button-prev {
	position: absolute;
	top: 50%;
	left: -60px;
	width: 50px;
	height: 50px;
	background: #fff;
	margin-top: -25px;
}

.productSwiper-button-prev svg,
.productSwiper-button-next svg {
	padding-top: 15px;
	padding-left: 15px;
	color: #047cbf;
}

.productSwiper-button-prev:hover,
.productSwiper-button-next:hover {
	background: #047cbf;
}

.productSwiper-button-prev:hover svg,
.productSwiper-button-next:hover svg {
	color: #fff;
}


.swiper-banner {
	height: 100%;
}

.swiper-banner .swiper-pagination-bullet {
	background: #fff;
	border: 1px #017bbe solid
}

.swiper-banner .swiper-pagination-bullet-active {
	background: #017bbe
}