


/* 轮播宽高 */
.about-swiper {
	width: 100%;
	height: 316px;
}

.w960 {
	width: 960px;
	margin: 0px auto;
}

/*自定义分页器的样式*/
.swiper-pagination-custom {
	text-align: center;
	margin: 15px 0px;
}

/*自定义分页器的样式*/
.swiper-pagination-customs {
	width: 50px;
	height: 6px;
	display: inline-block;
	border-radius: 5px;
	margin: 5px 10px;
	outline: 0;
	box-sizing: border-box;
	background: #fff;
}

.swiper-pagination-customs:last-child {}

/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
	width: 50px;
	height: 6px;
	background: #0176DF;
}

/* 路由导航 */
.page-route {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 50px;
}

.page-route img {
	width: 18px;
	height: 16px;
}

.page-route a {
	font-size: 14px;
	font-weight: 400;
	color: #3E3E3E;
	padding-left: 10px;
	padding-right: 10px;
}

.page-route a:hover {
	color: #0176DF;
	cursor: pointer
}

/* 公司介绍 */
.introduction {
	display: flex;
	flex-direction: column;
	min-height: 400px;
}

.introduction .introduction-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.introduction .introduction-title strong {
	font-size: 26px;
	font-weight: 400;
	color: #0176DF;
}

.introduction .introduction-title .line {
	width: 48px;
	height: 4px;
	background: #0176DF;
	border-radius: 2px;
	margin-top: 10px;
}

.introduction .introduction-data {
	margin-top: 50px;
}

/* 企业文化 */

.culture {
	display: flex;
	flex-direction: column;
}

.culture .culture-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.culture .culture-title strong {
	font-size: 26px;
	font-weight: 400;
	color: #0176DF;
}

.culture .culture-title .line {
	width: 48px;
	height: 4px;
	background: #0176DF;
	border-radius: 2px;
	margin-top: 10px;
}

.culture .culturetx {
	display: flex;
	flex-wrap: wrap;
}

.culturetx>div {
	flex: 33% 1 1;
	text-align: center;
}

.culturetx>div>img {
	width: 100%;
	height: 100%;
}

.culturetx {
	margin-top: 40px;
}

.culturetx>div {
	transition: 0.5s;
}

.culturetx>div:hover {
	transform: scale(1.1);
}

.culturetx .tx {
	background: #fff;
}

.culturetx .tx .Txtilte {
	font-size: 18px;
	margin-top: 45px;
}

.culturetx .tx .Txp {
	font-size: 18px;
	margin-top: 40px;
	color: #666666;
}

.culturetx .tx .Txps {
	font-size: 18px;
	margin-top: 10px;
	color: #666666;
}

/* 荣誉 */
.introduction .bigs {
	overflow: hidden;
	margin-top: 40px;
	overflow-x: scroll;
	white-space: nowrap
}

.introduction .honor {
	width: 1400px;
	margin: 0px auto;
}

.introduction .honor>img {
	padding: 0px 15px;
	-webkit-user-drag: none;
}