/* ////////////////////////////////section-banner//////////////////////////// */
.banner {
	height: 577px;
	background: url(../product/product-banner.jpg) 100% no-repeat;
	margin-top: 80px;
	position: relative;
}

.banner-title {
	text-shadow: 0px 14px 35px rgba(76, 76, 76, 0.23);
	font-size: 64px;

	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	margin-top: -30px;
}

.banner-des {

	font-size: 42px;

	font-weight: normal;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	margin-top: 40px;
}


/* ////////////////////////////////section-case//////////////////////////// */
.case {
	margin-top: 85px;
}

.case-content {
	margin-top: 64px;
	position: relative;
}

.case-item {
	width: 100%;
	height: 356px;
	position: relative;
	overflow: hidden;
}

.case-item-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.case-item:hover .case-item-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.case-item-bottom {
	height: 84px;
	background: #F5F5F5;
	padding: 0 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.case-item-title {
	font-size: 30px;

	font-weight: 400;
	color: #333333;
	line-height: 1;
}

.case-item-view {
	font-size: 20px;

	font-weight: 400;
	color: #666666;
	line-height: 1;
	cursor: pointer;
}

.icon {
	width: 184px;
	height: 184px;
}

.list-item {}

.list-item-name {
	font-size: 28px;

	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 50px;
}

.list-item-desc {
	font-size: 18px;

	font-weight: 400;
	color: #666666;
	line-height: 32px;
	margin-top: 30px;
	text-align: center;
	max-width: 340px;
}


/* ////////////////////////////////section-feature//////////////////////////// */
.feature {}

.feature-content {
	margin-top: 85px;
}

.tag {
	background-color: rgba(254, 194, 44, 1);
	border-radius: 17px;
	height: 34px;
	position: absolute;
	font-size: 18px;
	padding: 0px 10px;
	color:#333;
}

.tag:before {
	content: "";
	background: url(../product/tag.png) 100% no-repeat;
	width: 50px;
	height: 10px;
	position: absolute;
	z-index: 0;
	left: -50px;
	background-position: left;
}

.tag1 {
	left: 8%;
	top: 367px;
}

.tag2 {
	left: 33%;
	top: 467px;

}

.tag3 {
	left: 66%;
	top: 467px;
}

.tag4 {
	left: 90%;
	top: 367px;
}

/* ////////////////////////////////modal//////////////////////////// */
.modal-case-list {
	padding-top: 20px
}

.modal-case-item {
	margin-bottom: 40px;
}

.modal-case-item-name {
	font-size: 30px;

	font-weight: 400;
	color: #000000;
	line-height: 1;
}

.modal-case-item-desc {
	font-size: 18px;

	font-weight: 400;
	color: #000000;
	line-height: 30px;
	margin-top: 15px;
	padding-left: 22px;
}

.modal-case-item-pic {
	width: 100%;
	/* height: 711px; */
	box-shadow: 5px 5px 15px #ccc;
	margin-top: 40px;
}

.modal-case-item .dot-yellow {
	margin-right: 10px;
}



.modal-header {
	padding: 1rem 1rem;
	height: 98px;
}

.modal-title {
	font-size: 38px;
	line-height: 1.7;
	font-weight: normal;
	padding-left: 30px;
}

.modal-header .close {
	font-size: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
}
