* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	background: #F5F5F5;
}

/*面包屑*/

.break {
	margin-top: 100px;
	padding: 20px 0;
	color: #000;
}

.break a {
	font-size: 14px;
	color: #000;
	padding-left: 30px;
}

/*面包屑结束*/

/*产品选择*/

.xuanze {
	width: 100%;
	background: #E9E9EB;
}

.xuanze .container {
	position: relative;
}

.xuanze-fon {
	position: absolute;
	top: 40px;
	left: 1%;
	font-size: 24px;
}

.form-group {
	padding: 50px 0;
}

.form-control {
	height: 40px !important;
}

.kuang {
	display: inline-block;
	/*width: 25%;*/
	/*margin-right: 10%;*/
	margin-bottom: 10px;
}

.form-group .kuang:last-child {
	margin-right: 0;
}

/*产品选择结束*/

/*资质认证*/

.honor {
	width: 1200px;
	margin: 20px auto;
	padding: 50px;
	background: #fff;
	overflow: hidden;
}

.honor .honor-title {
	position: relative;
	font-size: 18px;
}

.honor .honor-title::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: -15px;
	background: #B5010C;
}

.honor-select {
	width: 100%;
}

.honor-select ul {
	overflow: hidden;
	margin-top: 30px;
}

.honor-select ul li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 5%;
	text-align: center;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.honor-select ul li:hover {
	cursor: pointer;
}

.honor-select ul li img {
	width: 100%;
}

.honor-select ul li:last-child {
	margin-right: 0;
}

.honor-side {
	opacity: 0;
}

.honor-main {
	width: 100%;
	height: 1200px;
}

.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-top {
	height: 60%;
	width: 100%;
	text-align: center;
}

.gallery-thumbs {
	height: 25%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 1;
	margin-right: 5%;
	text-align: center;
}

.gallery-thumbs .swiper-slide img {
	width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #333;
}

/*资质认证结束*/

/*资质认证手机端*/

.honor-mobile {
	display: none;
	width: 100%;
	padding: 30px;
	background: #fff;
}

.honor-mobile .honor-mobile-title {
	position: relative;
}

.honor-mobile .honor-mobile-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: -8px;
	width: 2px;
	height: 100%;
	background: #B5010C;
}

.honor-mobile .swiper-slide {
	text-align: center;
}

.honor-mobile .swiper-slide img {
	width: 56%;
}

/*资质认证手机端結束*/

