﻿/* 20200827 张玲玲 
* 首页样式
*/
.fn-1 {
	color: #5f5c5c;
	font-size: 18px;
}

.fn-2 {
	color: #aba7a7;
	font-size: 14px;
}

.slide-box {
	width: 100%;
	height: 43.75%;
	overflow: hidden;
}

.video-box {
	width: 100%;
	overflow: hidden;
}

.slide-box .carousel-inner img {
	width: 100%;
}

.slide-box .carousel-control span {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 30px;
}

.slide-box .right.carousel-control span {
	position: absolute;
	right: 10px;
}

.product-box {
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg) no-repeat;
	background-position: center center;
}

.product-title {
	height: 138px;
	width: 138px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}

.product-title span {
	font-size: 18px;
	color: #ffffff;
}

.product-show-pic {
	width: 100%;
	overflow: hidden;
}

.product-show-pic img {
	width: 100%;
	transition: all 0.8s;
}

.product-show-pic img:hover {
	transform: scale(1.1);
}

.product-show-name {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

.product-show-name1 {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.product-item {
	margin-top: 130px;
	height: 442px;

}

.product-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-image: linear-gradient(#d2d2d2, #f4f4f5);
	flex-direction: column;
}

.product-name {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-height: 150px;
	padding: 50px 0;
	flex-direction: column;
}

.product-img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.product-img-box img {
	width: 100%;
	height: auto;
	transition: all 0.8s;
}
.product-img-box img:hover {
	transform: scale(1.1);
}

.product-item a:hover {
	text-decoration: none;
}

.product-des {
	position: relative;
	width: 100%;
	height: 65px;
	text-align: center;
	line-height: 50px;
	font-size: 12px;
	color: #aba7a7;
}

.product-des::after {
	content: "";
	display: block;
	width: 45px;
	height: 2px;
	background-color: #aba7a7;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.news-box {
	width: 100%;
	background-color: #fff;
}

.news-title {
	height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #000000;
}

.news-box {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

.news-box img {
	width: 100%;
	transition: all 0.8s;
}

.news-box img:hover {
	transform: scale(1.05);
}

.news-name {
	width: 100%;
	border-top: 2px solid #39383a;
}

.news-name span {
	padding-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 70px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	color: #696868;
}

.news-item {
	color: #696868;
	text-decoration: none;
}

.news-item:hover {
	text-decoration: none;
	color: #696868;
}
