/* 公司简介 */
.about_us_box {
	width: 100%;
	margin-top: 2%;
	OVERFLOW: HIDDEN;
	FLOAT: LEFT;
	MARGIN-BOTTOM: 2%;
}

.about_us_box h2 {
	margin: 0px 0px 20px;
	font-size: 30px;
	color: #cf0300;
	width: 100%;
	float: left;
}

.about_us_box h3 {
	margin: 13px 0px 0px;
	font-size: 18px;
	color: #333;
	width: 100%;
	float: left;
	text-align: justify;
	line-height: 32px;
}

.about_us_box h4{
	margin: 10px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	width: 100%;
	float: left;
	text-align: justify;
	line-height: 32px;
}

.about_us_box p {
	line-height: 30px;
	color: #333;
	width: 100%;
	float: left;
	text-indent: 2em;
	margin-bottom: 10px;
	text-align: justify;
}

.ab_left {
	width: 52%;
	float: left;
}

.ab_right {
	width: 45%;
	float: right;
	margin-top: 0;
}

.ab_w {
	width: 100%;
	float: left;
}

.ab_w ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ab_w ul li {
	width: 15%;
	float: left;
	margin-bottom: 15px;
	border: 1px solid #efefef;
}

.ab_w ul li img {
	width: 100%;
	padding: 0 12px;
}

/* 公司简介 */


/* 联系我们 */
.culture_l {
	width: 46%;
	float: left;
}

.about-title {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	width: 100%;
}

.logoB {
	width: 320px;
	height: 80px;
}

.cp {
	margin-top: 60px;
	overflow: hidden;
	width: 100%;
}

.cp .p_a {
	font-size: 24px;
	line-height: 46px;
}

.cp p {
	font-size: 16px;
	line-height: 29px;
	color: #000;
}

.culture_r {
	float: right;
	width: 52%;
}

.hconta {
	/* background: #f7f7f7; */
	border-bottom: 1px solid #d9d9d9;
}

.themeh2 {
	font-size: 32px;
	color: #222;
	line-height: 54px;
	margin-bottom: 16px;
	text-align: center;
	margin: 0;
}

.h4 {
	font-size: 22px;
	color: #cf0300;
	text-align: center;
	line-height: 29px;
}

.fbxj {
	width: 100%;
	overflow: hidden;
}

.hcontbm2 {
	text-align: center;
}

.right_input li {
	width: 48%;
	margin: 0 1% 20px;
	float: left;
}

.right_input .bz_box {
	width: 98%;
}

.right_input #bzContact {
	width: 100%;
	height: 70px;
	outline: none;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.right_input li input {
	width: 100%;
	height: 53px;
	padding-left: 6px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.right_input li span {
	font-size: 12px;
	color: #cf0300;
	position: relative;
	top: 4px;
}

.right_input #insubmit {
	display: inline-block;
	width: 170px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	background: #cf0300;
	text-align: center;
	cursor: pointer;
}

.right_input #insubmit:hover {
	background: #333;
}

.company_device_wrapper {
	background-color: #cf0300;
	padding: 10px 0 40px;
}

.company_device_wrapper .w>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 32px;
	color: #fff;
}

.company_device_wrapper .w>ul li {
	line-height: 30px;
	border-right: 1px solid #fff;
	width: 25%;
	text-align: center;
	margin-top: 40px;
}

.company_device_wrapper .w>ul li span {
	display: block;
	font-size: 18px;
	line-height: 38px;
}

.company_device_wrapper .w>ul li span b {
	font-size: 46px;
	font-family: 'OswaldBold';
}

.company_device_wrapper .w>ul li:nth-last-child(1) {
	border-right: 0;
}


/* 联系我们 */
@media (max-width:980px) {
	.ab_left {
		width: 100%;
		float: left;
	}

	.ab_right {
		width: 100%;
		float: right;
		margin-top: 20px;
	}

	.about_us_box h3 {
		margin: 5px 0px 0px;
		font-size: 20px;
		color: #333;
		width: 100%;
		float: left;
		text-align: left;
		line-height: 40px;
	}

	.about_us_box h3 {
		margin: 5px 0px 0px;
		font-size: 16px;
		color: #333;
		width: 100%;
		float: left;
		text-align: left;
		line-height: 31px;
	}

	.right_input li {
		width: 98%;
		margin: 0 1% 17px;
		float: left;
	}

	.company_device_wrapper .w>ul {
		display: block;
		justify-content: space-between;
		align-items: center;
		margin-top: 32px;
		color: #fff;
		overflow: hidden;
	}

	.company_device_wrapper .w>ul li {
		line-height: 30px;
		border-right: 1px solid #cf0300;
		width: 50%;
		text-align: center;
		margin-top: 40px;
		float: left;
	}
	.about_us_box h2 {
	    margin: 0px 0px 20px;
	    font-size: 22px;
	    color: #cf0300;
	    width: 100%;
	    float: left;
	}
	.ab_w ul {
	    width: 100%;
	    overflow: hidden;
	    margin: 0;
	    display: block;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.ab_w ul li {
	    width: 50%;
	    float: left;
	    margin-bottom: 15px;
	    border: 1px solid #efefef;
	}
	.culture_l {
	    width: 100%;
	    float: left;
	}
	.culture_r {
	    float: right;
	    width: 100%;
	}
	.cp {
	    margin-top: 10px;
	    overflow: hidden;
	    width: 100%;
	}
	.themeh2 {
	    font-size: 26px;
	    color: #222;
	    line-height: 50px;
	    margin-bottom: 16px;
	    text-align: center;
	    margin: 0;
	}
	.cp p {
	    font-size: 16px;
	    line-height: 20px;
	    color: #000;
	}
	.h4 {
	    font-size: 18px;
	    color: #cf0300;
	    text-align: center;
	    line-height: 29px;
	}
}
