@charset "utf-8";

#swiper {
	width: 100%;
}
#swiper img {
	width: 100%;
}
#product {
	margin-top: 20px;
}
#product .head {
	width: 100%;
	text-align: center;
}
#product .head a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 24px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #363636;
}
#product .head small {
	display: inline-block;
	width: 25px;
	height: 2px;
	margin: 0 20px;
	background-color: #b2b2b2;
	vertical-align: middle;
}

#product .tab li {
	padding: 0;
	width: 25%;
}
#product .tab li.layui-this {
	color: #d72419;
}
#product .tab li.layui-this::after {
	border-color: #d72419;
}
#product .tab .layui-tab-content {
	/*min-height: 78px;*/
}
@media screen and (min-width: 992px) {
	#product .tab .layui-tab-content a {
		width: 10.3%;
		margin: 0 0.1%;
		margin-bottom: 3px;
	}
}
#product .tab .layui-tab-content a {
	display: inline-block;
	line-height: 32px;
	background-color: #f2f2f2;
	border-radius: 2px;
	text-align: center;
}
#product .tab .layui-tab-content a:hover {
	color: #fff !important;
	background-color: rgba(215, 36, 25, 0.6);
}
@media screen and (max-width: 992px) {
	#product .tab .layui-tab-content a {
		width: 31.33%;
		margin: 0 1%;
		margin-bottom: 8px;
	}
}

#product .body a {
	display: inline-block;
	position: relative;
	box-shadow: 0 0 8px #a6a6a6;
}
#product .body a:hover span {
	background-color: rgba(215, 36, 25, 0.5);
}
#product .body img {
	width: 100%;
	border-radius: 2px;
}
#product .body span {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 32px;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	color: #f2f2f2;
}
@media screen and (max-width: 992px) {
	#product .body img {
		height: 120px;
	}
}
@media screen and (min-width: 991px) {
	#product .body img {
		height: 200px;
	}
}

#img-1 {
	margin-top: 40px;
}

#about {
	margin-top: 30px;
}
#about .head {
	text-align: center;
}
#about .body {
	margin-top: 20px;
}
#about .body .right {
	line-height: 32px;
	font-size: 16px;
}
#about .body .right p {
	padding: 50px 20px 0;
	text-indent: 2em;
	letter-spacing: 1px;
}
#about .foot {
	text-align: center;
}
#about .foot a {
	display: inline-block;
	line-height: 48px;
	padding: 0 30px;
	border: 2px solid #a6a6a6;
	background-color: #f2f2f2;
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 4px;
}
#about .foot a:hover {
	background-color: rgba(215, 36, 25, 0.5);
	color: #f2f2f2 !important;
	border-color: #d72419;
}

#project {
	margin: 40px auto;
}
#project .head {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

#project .body {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#project .swiper-container {
	padding-bottom: 60px;
}

#project  .swiper-slide {
	width: 500px;
	height: 430px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#project .swiper-slide img{
	display:block;
	width: 500px;
	height: 370px;
}
#project  .swiper-slide p {
	line-height: 60px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#project .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#project .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#project .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#project .swiper-button-prev {
	left: -10px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#project .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
#project .swiper-button-next {
	right: -10px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}
#project .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

@media screen and (max-width: 480px) {
	#project  .swiper-slide {
		width: 260px;
		height: 252px;
	}
	#project .swiper-slide img{
		width: 260px;
		height: 192px;
	}
	#project .swiper-button-prev {
		left: -10px;
	}
	#project .swiper-button-next {
		right: -10px;
	}

}