.header-banner {
	position: absolute;
	width: 100%;
    height: 685px;
	top: 0;
    background:url("../images/aboutus_head_bg.png") no-repeat center;
	z-index: -1;
}

.header h5 {
    font-size: 20px;
    color: white;
    text-align: center;
    margin-top: 100px
}

.header h3 {
    font-size: 32px;
    color: white;
    text-align: center;
    margin-top: 20px
}

.info {
    margin-top: 70px;
    padding: 60px 120px;
    background-color: rgba(50, 118, 251, .8);
	box-shadow: 0 0 40px 0 rgba(0,44,131,0.50);
}

.info p {
    text-indent: 50px;
    line-height: 36px;
    font-size: 16px;
    color: #FFFFFF;
}

.info .info-title {
    height: 80px;
    border-bottom: 1px solid #FFFFFF;
}

.info .info-title > div {
    width: 160px;
    height: 80px;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
}
.info-content{
	position: relative;
	margin-top: 30px;
	padding: 0 56px;
}
.info-content::before{
	content: "''";
	position: absolute;
	top: -40px;
	left: -30px;
	font-size: 120px;
	color: #fff;
	letter-spacing: -10px;
	font-style: italic;
}
.info-content::after{
	content: "''";
	position: absolute;
	bottom: -100px;
	right: 30px;
	font-size: 120px;
	color: #fff;
	letter-spacing: -10px;
	font-style: italic;
}
.contact-us {
    margin-top: 60px;
    height: 1030px;
}

.contact-us h5 {
    font-size: 20px;
    color: #1F77FA;
    text-align: center;
}

.contact-us h3 {
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-top: 20px
}

.contact-us > .mapDiv {
    margin-top: 40px;
    width: 100%;
    height: 520px;
}

.company-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    width: 1000px;
    height: 300px;
    margin: 50px auto 30px;
    padding-bottom: 20px;
}

.company-info > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 450px;
    height: 110px;
}

.company-info > div:last-child {
    margin-top: 30px;
    width: 1000px;
}

.company-info > div > h4 {
    width: 180px;
    text-align: left;
    padding-bottom: 10px;
    font-size: 32px;
    color: #4D4D4D;
    border-bottom: 1px solid #E8E8E8;
}

.company-info > div > span {
    font-size: 20px;
    color: rgba(77,77,77,0.80);
}

