/*pubilc start*/

ol,ul,li{list-style: none;padding: 0;margin: 0;}


.div1600{width: 1600px;margin: 0 auto;}
.div1200{width: 1200px;margin: 0 auto;}
.div1100{width: 1100px;margin: 0 auto;}
.div1000{width: 1000px;margin: 0 auto;}

/*hearder*/



/*main*/

/*about*/
.about_title{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.about_title span{
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333333;
	border-bottom: 2px solid #cf9b21;
	padding-bottom: 5px;
}
.about_content{
	display: flex;
	justify-content: space-between;
}
.about_left{
	width: 50%;
	position: relative;
}
.about_left .mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 72px;
	height: 72px;
}
.about_right{
	width: 50%;
	padding-left: 38px;
}
.about_right_title{
	margin-bottom: 30px;
}
.about_right_title h1{
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333333;
}
.about_right p{
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
}
.factory_content{
	position: relative;
	padding: 0 100px;
}
.ddimg{
	max-width: 100%;
}
.factory_content img{
	width: 100%;
}
.factory_content .swiper-button-prev:after{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.factory_content .swiper-button-next:after{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.factory_content .swiper-button-next, .factory_content .swiper-button-prev{
	width: 42px;
	height: 42px;
	background-color: #cdcdcd;
	border-radius: 50%;
	outline: none;
}
.culture{
	background-color: #f3f3f3;
	margin-top: 50px;
	padding-top: 1px;
}
.culture_content{
	display: flex;
	flex-wrap: wrap;
}
.culture_box{
	display: flex;
	width: 32%;
	align-items: center;
	margin-bottom: 40px;
	margin-right: 2%;
}
.culture_box .img{
	width: 102px;
	height: 102px;
	background-color: #cf9b21;
	border-radius: 50%;
	line-height: 102px;
	text-align: center;
}
.culture_box:nth-child(3n){
	margin-right: 0;
}
.culture_box:nth-child(2n) .img{
	background-color: #152845;
}
.culture_box .text{
	width: calc(100% - 102px);
	padding-left: 20px;
}
.culture_box .text h4{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333333;
	line-height: 1.5;
}
.culture_box .text p{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5;
}
.employee{
	overflow: hidden;
}
.employee_content{
	position:relative;
	top:0px;
	left:0px;
	width: 200%;
	overflow:hidden;
	animation:mymove 20s infinite linear;
}
.employee_a{
	display: flex;
	margin-bottom: 11px;
}
.employee_a li{
	width: 320px;
	margin-right: 13px;
}
.employee_b{
	display: flex;
}
.employee_b li{
	width: 309px;
	margin-right: 14px;
}
@-webkit-keyframes mymove {
	from {
		left:0px;
	}
	to {
		left:-100%;
	}
}

.heise:hover{
	background: url(../images/al-bg_25.jpg) no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,0);
}
/*about*/
/*process*/

/*process*/
/*process_xq*/


/*.certificate_content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 42px;
}*/

/*xq_content*/