@charset "UTF-8";

/* banner图 */
.product-banner {
	width: 100%;
}

/* 导航栏 */
.nav-list {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid rgba(123, 123, 123, .14);
}

.nav-item {
	display: inline-block;
	padding: 0 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav-item-active {
	position: relative;
	/* border-bottom: 2px transparent solid;
	border-image: linear-gradient(to right, #0084FC, #E78580) 1 10; */
}

.nav-item-active:before {
	content: ' ';
	width: 80px;
	border: 1px solid transparent;
	display: inline-block;
	bottom: 0;
	position: absolute;
	border-image: linear-gradient(to right, #0084FC, #E78580) 1 10;
	left: 50%;
	margin-left: -40px;
}

/* 产品简介 */
.width1200 {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.product-desc {
	padding: 0 10px;
}

.title {
	font-size: 22px;
	color: #333333;
	margin: 72px 0 36px;
}

.product-desc .desc {
	font-size: 12px;
	line-height: 24px;
	color: #5D5D5D;
	text-align: left;
}

.product-desc img {
	width: 100%;
	margin-top: 40px;
}

/* 特色功能 */
.features {
	padding: 20px 0 90px;
}

.features-item {
	background: #fff;
	padding: 38px 20px 38px 13px;
	align-items: center;
	box-shadow: 6px 6px 30px rgba(165, 163, 163, .16);
	margin: 0 10px 30px;
}

.features-item .features-img {
	width: 33px;
	height: 28px;
}

.features-item img {
	width: 100%;
}

.features-item .features-desc {
	padding-left: 15px;
	width: calc(100% - 44px);
	text-align: left;
}

.features-item .title {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	margin: 3px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.features-item .desc {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #888787;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 应用价值 */
.application-item {
	width: 250px;
	margin: 0 auto;
}

.application-value {
	background-image: url(../img/productSolutions/product_yingyjz_bj.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: rgba(225, 225, 225, 0.9);
	overflow: hidden;
	padding-bottom: 60px;
}

.application-value .title {
	color: rgba(225, 225, 225, 0.9);
	margin: 40px;
}

.application-value dl {
	text-align: left;
}

.application-value dt {
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	position: relative;
	font-weight: 400;
}

.application-value dd {
	position: relative;
	padding: 5px;
	margin-left: 15px;
	font-size: 12px;
}

.application-value dt:before {
	content: ' ';
	width: 64px;
	border: 1px solid rgba(225, 225, 225, 0.48);
	display: inline-block;
	bottom: 10%;
	position: absolute;
}

.application-value dd:before {
	content: ' ';
	height: 3px;
	width: 3px;
	border-radius: 50%;
	display: inline-block;
	background: rgba(225, 225, 225, 0.9);
	bottom: 45%;
	position: absolute;
	left: -10px;
}

/* 典型案例 */
.typical-img {
	margin-bottom: 10px;
}

.typical-case {
	padding: 40px 0;
}

.typical-case img {
	width: 100%;
}

.typical-case .desc {
	/* max-width: 400px; */
	font-size: 12px;
	line-height: 28px;
	color: #454343;
	text-align: left;
	margin-left: 20px;
}

@media (max-width:992px) {
	.nav-list {
		height: auto;
	}
}
@media (max-width:767px) {
	.nav-item{
		padding: 0 2px;
	}
}