/* 公司简介 */
.about_us_box {
	width: 100%;
	margin: 4% 0px 5%;
	overflow: hidden;
	float: left;
}

.about_us_box h2 {
	margin: 0px 0px 15px;
	font-size: 24px;
	color: #e10001;
	width: 100%;
	float: left;
	text-align: left;
}

.about_us_box h3 {
	margin: 25px 0px 0px;
	font-size: 20px;
	color: #333;
	width: 100%;
	float: left;
	text-align: left;
	line-height: 40px;
}

.about_us_box h4 {
	margin: 8px 0px 5px;
	font-size: 18px;
	color: #01489d;
	width: 100%;
	float: left;
	text-align: left;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
}

.about_us_box h5 {
	margin: 5px 0px 0px;
	font-size: 16px;
	color: #333;
	width: 100%;
	float: left;
	text-align: left;
	line-height: 27px;
}

.about_us_box p {
	line-height: 25px;
	color: #333;
	width: 100%;
	float: left;
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 15px;
}

.ab_left {
    width: 50%;
    float: left;
}

.ab_right {
	width: 51%;
	float: right;
	margin-top: 20px;
}

.about_us_bg {
	width: 48%;
	float: right;
}

.cp {
	margin-top: 40px;
	overflow: hidden;
	width: 100%;
}

.culture_l {
	width: 46%;
	float: left;
}

.about-title {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	width: 100%;
}

.logo {
	width: 320px;
	height: 80px;
}

.cp .p_a {
	font-size: 24px;
	line-height: 46px;
}

.cp p {
	line-height: 26px;
	color: #000;
}

.culture_r {
	float: right;
	width: 52%;
}

/* 公司简介 */


/* 联系我们 */
.hconta {
	background: #fff;
	padding: 25px 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.themeh2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
	text-align: center;
}

.h4 {
	font-size: 16px;
	text-align: center;
	line-height: 20px;
}

.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: 13px;
	color: #e10001;
	position: relative;
	top: 4px;
}

.right_input #insubmit {
	display: inline-block;
	width: 190px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #e10001;
	text-align: center;
	cursor: pointer;
	margin-bottom: 5%;
	font-weight: bold;
}

.right_input #insubmit:hover {
	background: #333;
}

/* 联系我们 */
@media (max-width:980px) {
	.ab_left {
	    width: 100%;
	    float: left;
	}
	.about_us_bg {
	    width: 100%;
	    float: right;
	}
	.hconta {
	    background: #fff;
	    padding: 0px;
	    border-bottom: 1px solid #ccc;
	    margin-bottom: 30px;
	}
	
	.culture_l {
	    width: 100%;
	    float: left;
	
	}
	.about-title {
	    display: flex;
	    flex-direction: column;
	    margin-bottom: 10px;
	    width: 100%;
	    flex-wrap: wrap;
	    align-content: space-around;
	}
	.logo {
	    width: 100%;
	    height: 80px;
	}
	.culture_r {
	    float: right;
	    width: 100%;
	}
	.right_input li {
	    width: 100%;
	    margin: 0 0% 20px;
	    float: left;
	}
}
