
/* #region banner */
.box-banner {
	background: #f9f9f9;
}
.banner {
	/* width: 1684px; */
	/* height: 800px; */
	width: 1053px;
	height: 540px;
	margin: 0 auto;
	overflow: hidden;
}
.banner img {
	width: 100%;
	height: 100%;
}
/* #endregion */

/* #region nav */
.nav {
	background: #fff;
}

.nav ul {
	margin: 0 auto;
	min-height: 325px;
	width: 1684px;
	display: flex;
	flex-wrap: wrap;
}

.nav ul li,
.nav ul li a {
	width: 336px;
	height: 325px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.nav ul li a span {
	margin-top: 31px;
	font-size: 22px;
	color: #666;
}
.nav ul li a img {
	width: 150px;
	height: 150px;
}
/* #endregion */

/* #region 精选 */
.sift {
	background-color: #f9f9f9;
	padding-bottom: 60px;
}
.sift .dl {
	width: 1684px;
	margin: 0 auto;
}
.sift .dl .box-title {
	padding: 60px 0 25px 0;
	height: 127px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sift .dl.d2 .box-title {
	margin: 10px 0 15px 0;
}
.sift .dl .box-title .l {
	font-size: 30px;
	color: #000;
}
.sift .dl .box-title .r,
.sift .dl .box-title .r a {
	display: flex;
	font-size: 24px;
	color: #999;
	align-items: center;
}
.sift .dl .box-title .r span {
	margin-right: 9px;
}
.sift .dl .box-title .r img {
	width: 7px;
	height: 13px;
}
.sift .dl .dbody {
	display: flex;
	justify-content: space-between;
}
.sift .dl .dbody .item {
	display: flex;
	width: 548px;
	height: 746px;
	background: #fff;
	box-sizing: border-box;
	padding: 25px 24px;
}
.sift .item .img {
	width: 500px;
	height: 500px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
}
.sift .item .img img {
	object-fit: cover;
}
.sift .item .img ul {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	overflow: hidden;
	border-radius: 5px;
}
.sift .item .img ul li {
	width: 100px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	background: #002163;
}
.sift .item .img ul li.t2 { background: #ff7100; }

.sift .item .title {
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.sift .item .r2 {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}
.sift .item .r3 {
	display: flex;
	margin-bottom: 20px;
	height: 36px;
}
.sift .item .r3 > li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 36px;
	box-sizing: border-box;
	margin-right: 10px;
	border: 1px solid #ff6161;
	color: #ff6161;
	border-radius: 5px;
	font-size: 20px;
}
.sift .item .r4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	color: #83cbc5;
}
.sift .item .r4 .r {
	font-size: 20px;
	color: #999;
}
.sift .item .r3-2 {
	display: flex;
	margin-bottom: 20px;
}
.sift .item .r3-2 > li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 26px;
	box-sizing: border-box;
	margin-right: 10px;
	color: #fff;
	font-size: 18px;
	background: #019193;
}
.sift .item .r3-2 > li.c2 { background: #ffede3; color: #ff5400; }
.sift .item .r3-2 > li.c3 { background: #eee; color: #999; }
.sift .item .r3-2 > li.c4 { background: #ff6161; color: #fff; }
.sift .item .r3-2 > li.c5 { background: #ebf5fe; color: #5271ff; }
.sift .item .r3-2 > li.c6 { background: #7b6db3; color: #fff; }
/* #endregion */

/* #region serve */
.serve-ind {
	background: #fff;
	height: 630px;
}
.serve-ind .box-title {
	padding: 29px 0 36px 0;
	height: 107px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.serve-ind .box-title .l {
	font-size: 30px;
	color: #000;
}
.serve-ind .box-title .r,
.serve-ind .box-title .r a {
	display: flex;
	font-size: 24px;
	color: #999;
	align-items: center;
}
.serve-ind .box-title .r span {
	margin-right: 9px;
}
.serve-ind .box-title .r img {
	width: 7px;
	height: 13px;
}
.serve-ind .sbody {
	width: 1684px;
	height: 500px;
	position: relative;
}
.serve-ind .car-item {
	height: 500px;
	position: relative;
	background-color: #fff;
}
.serve-ind .car-item .cover {
	position: absolute;
	top: 50px;
	left: 142px;
	/* width: 548px; */
	width: 700px;
	height: 400px;
	z-index: 1;
}
.serve-ind .car-item .info {
	position: absolute;
	top: 0;
	right: 142px;
	width: 822px;
	height: 500px;
	background: #f9f9f9;
	z-index: 0;
	box-sizing: border-box;
	padding: 102px 10px 80px 185px;
}
.serve-ind .car-item .info .title {
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 20px;
	color: #333;
}
.serve-ind .car-item .info .title a {
	color: #333;
}
.serve-ind .car-item .info .txt {
	font-size: 22px;
	line-height: 32px;
}
.serve-ind .box-ind .sub,
.serve-ind .box-ind .add {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 2;
}
.serve-ind .box-ind .add {
	left: auto;
	right: 0;
}
.serve-ind .sbody .el-carousel__arrow--left {
	width: 50px;
	height: 50px;
	left: 0;
	opacity: 0;
}
.serve-ind .sbody .el-carousel__arrow--right {
	width: 50px;
	height: 50px;
	right: 0;
	opacity: 0;
}
/* #endregion */

/* #region new */
.new {
	background: #f9f9f9;
	height: 862px;
}
.new .box-title {
	padding: 60px 0 40px 0;
	height: 142px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new .box-title .l {
	font-size: 30px;
	color: #000;
}
.new .box-title .r,
.new .box-title .r a {
	display: flex;
	font-size: 24px;
	color: #999;
	align-items: center;
}
.new .box-title .r span {
	margin-right: 9px;
}
.new .box-title .r img {
	width: 7px;
	height: 13px;
}
.new .nbody {
	width: 1684px;
	height: 660px;
	display: flex;
	justify-content: space-between;
}
.new .nbody .item {
	display: flex;
	width: 548px;
	height: 660px;
	background: #fff;
	box-sizing: border-box;
	padding: 22px 24px 15px 24px;
}
.new .item .img {
	width: 500px;
	height: 500px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 4px;
}
.new .item .img img {
	width: 100%;
}
.new .item .title {
	height: 84px;
	line-height: 42px;
	font-size: 30px;
	color: #333;
	margin-bottom: 4px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new .item .r2 {
	font-size: 22px;
	color: #999;
}
/* #endregion */
