.all {
	padding-top: 50px;
}

.swiper-slide img {
	width: 100%;
}

/* 轮播图样式 */
#swiper1 .swiper-pagination-bullet {
	width: 21px;
	height: 3px;
	background: #D0D0D0;
	border-radius: 3px;
}

#swiper1 .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

/* 轮播图样式 */



.about {
	padding: 20px 0px 0;
}

.title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}

.title p {
	font-size: 18px;
	color: #323232;
	text-align: center;
	font-weight: 500;
	margin: 0 10px;
}

.line {
	width: 36px;
	height: 1px;
	background-color: #323232;
	text-align: center;
}

.about_center {
	padding: 0 20px;
	margin-bottom: 20px;
}

.en {
	font-size: 12px;
	color: #646464;
	text-align: center;
	margin-bottom: 20px;
}


.about_article {
	font-size: 12px;
	color: #909090;
	text-indent: 20px;
	margin-bottom: 10px;
}

.more {
	display: flex;
	/* justify-content: center; */
	width: 68px;
	line-height: 20px;
	align-items: center;
	text-align: center;
	border: 1px solid #323232;
	border-radius: 2px;
	margin: 0 auto;
	padding-left: 17px;
}

.more_font {
	font-size: 8px;
	color: #323232;
	display: block;
}

.more_pic {
	width: 11%;
}

.more_pic img {
	width: 100%;
	display: block;
}

.about_pic img {
	width: 100%;
}

/* 关于我们 */
.about_down {
	padding: 0 20px;
	position: relative;
}

.about_down img {
	width: 100%;
}

.about_down span {
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 50px;
	text-align: center;
}

.about_down span .top {
	font-size: 28px;
	font-weight: 500;
	color: #323232;
}

.about_down span .down {
	font-size: 6px;
	font-weight: 500;
	color: #909090;
}


.about_down span.date {
	bottom: 35%;
	left: 12%;
}

.about_down span.number {
	bottom: 35%;
	left: 50%;
}

.seemore {
	display: block;
	width: 68px;
	height: 20px;
	background: #3682CE;
	border-radius: 2px;
	margin: 0 auto;
	line-height: 20px;
	font-size: 7px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}

/* 关于我们 */


/* 产品 */

.products {
	padding-top: 20px;
	padding-bottom: 20px;
}

.products .news_list {
	height: 375px;
}

.products .new-content {
	width: 100%;
	height: 60px;
	background: #F1F1F1;
	text-align: center;
	line-height: 60px;
}

/* 
.products_center {
	padding: 0 20px 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.products_list {
	width: 47%;
	background-color: #F1F1F1;
	margin-right: 20px;
	border-radius: 4px;
	margin-bottom: 20px;
	height: 158px;
}

.products_list:nth-child(2n) {
	margin-right: 0;
}

.products_list img {
	width: 100%;
	border-radius: 4px;
	height: 100%;
	object-fit: contain;

}

.products_list_title {
	margin: 0 10px;
	font-size: 14px;
	color: #323232;
	line-height: 30px;
	border-bottom: 1px solid #D8D8D8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.products_list_nav {
	display: flex;
	padding: 7px 10px;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.products_list_nav p {
	color: #646464;
}

.products_list_nav_right {
	width: 8%;
}

.products_list_nav_right img {
	width: 100%;
}


.products_more {
	background-color: #264C86;
	width: 46%;
	/* height: 158.61px; */
/* border-radius: 4px;
margin-bottom: 20px;
}

.products_more a {
	font-size: 12px;
	line-height: 158.61px;
	color: #FFFFFF;
	text-align: center;
	display: block;
} */

*/
/* 产品 */




/* 案例 */

.case {
	padding: 0 20px;
}

.case .img_box {
	width: 100%;
	height: 223px;
}

.case .img_box img {
	width: 100%;
	height: 100%;
}

.case p.title {
	text-align: center;
	height: 50px;
	background: #F1F1F1;
	line-height: 50px;
}

/* 案例 */


/* 新闻 */
.news {
	padding: 20px 20px;
}

.news .news_list {
	width: 100%;
	height: 250px;
}

.news_list img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.news .new-content {
	width: 100%;
	height: 60px;
	background: #F1F1F1;
	padding-top: 7px;
}

.news .new-content .span_l {
	width: 70px;
	padding: 0 6px;
	text-align: center;
	display: inline-block;
}

.news .new-content .span_r {
	display: inline-block;
	width: calc(100% - 100px);
	padding: 0 6px;
	font-size: 14px;
	font-weight: 400;
	color: #323232;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left: 1px solid #D8D8D8;
}

.news .new-content i {
	display: block;
}

.news .new-content i.month {
	font-size: 18px;
	font-weight: 500;
	color: #323232;
}

.news .new-content i.year {
	font-size: 13px;
	font-weight: 500;
	color: #909090;
}

/* 新闻 */


/* 合作伙伴 */
.partner {
	padding: 20px;
}

.partner img {
	width: 100%;
	display: block;
}

.partner .img_rongqi {
	margin: 28px 0 20px;
}

/* 合作伙伴 */

.footer_content {
	width: 100%;
	position: relative;
}

.footer_content ul {
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 0;
	transform: translate(0px, -50%);
}

.footer_content ul li {
	width: 15%;
	text-align: center;
}

.footer_content ul li .foot_title {
	font-size: 16px;
	color: #fff;
	line-height: 18px;
}

.footer_content ul li .foot_content1 {
	font-size: 10px;
	color: #fff;
	line-height: 12px;
}

.footer_content ul li span {
	font-size: 16px;
	color: #fff;
	line-height: 18px;
}

.footer_content img {
	width: 100%;
	display: block;
}