.footerNav {
	width: 100%;
	height: 120px;
	background-color: #666666;

}

.footerNav .center2 {
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #fff
}

.footerNav .center2 span {
	margin-left: 17px;
}

.aboutBox {
	width: 100%;
	margin-bottom: 10px;
	/* height: 415px; */
}


.aboutBox .left {
	padding-top: 54px;
	padding-bottom: 20px;
	display: flex;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 40px;
}

.footerNav .center2 div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.aboutBox .left .content {
	flex: 6;
	display: flex;
	height: 100%;
	border-right: 1px solid #E5E5E5;
	align-items: center;
}

.aboutBox .left .content div {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.aboutBox .left .content div:nth-child(1) {
	margin-left: 43px;
}

.aboutBox .left .content .item span {
	display: block;
	width: 100%;
	padding-top: 4px;
}

/* 12px */
.aboutBox .left .content .item2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.aboutBox .left .content .item2 img {
	width: 66px;
	height: 66px;
}

.aboutBox .left .content .item2 span {
	font-size: 12px;
	color: #000000;
}

.aboutBox .left .content .item span:nth-child(1) {
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: -4px;
}

.aboutBox .left .content .item span:hover {
	color: #FC521E;
	cursor: pointer;
}

.aboutBox .left .content .item span {
	color: #888888;
	font-size: 12px;
	text-align: left;
}


.aboutBox .right {
	flex: 4;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	height: 180px;
	margin-top: -30px;
	margin-left: 20px
}

.aboutBox .right .contentR {
	width: 100%;
	height: 70px;
	display: flex;
}

.aboutBox .right .contentR .serviceBox {
	width: 184px;
	/* height: 68px; */
	background-color: #666666;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding: 16px;
}

.aboutBox .right .contentR .serviceBox img {
	width: 44px;
	height: 44px;
}

.aboutBox .right .contentR .serviceBox .serIphone {
	width: 114px;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	color: white;
}

.aboutBox .right .contentR .serviceBox .serIphone span:nth-child(1) {
	width: 100%;
	display: block;
	margin-top: -8px;
	width: 82px;
	text-align: center;
}

.aboutBox .right .contentR .serviceBox .serIphone span:nth-child(2) {
	width: 100%;
	display: block;
	width: 82px;
	margin-top: 5px;
}

.aboutBox .right .contentR2s {
	width: 100%;
	height: 100%;
	margin-left: 19px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #000000;
}

.aboutBox .right .contentR2s span:nth-child(1) {
	display: block;
	width: 100%;
	margin-top: -5px;
}

.aboutBox .right .contentR2s span:nth-child(2) {
	display: block;
	width: 100%;
	margin-top: -25px;
}

.aboutBox .right .bulkAddr {
	width: 100%;
	height: 40px;
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
}

.aboutBox .right .bulkAddr span:nth-child(1) {
	display: block;
	width: 100%;
}

.aboutBox .right .bulkAddr2 {
	width: 100%;
	height: 40px;
	color: #999999;
	font-size: 12px;
}

.aboutBox .right .bulkAddr2 span:nth-child(1) {
	display: block;
	width: 100%;
}

.aboutBox .right .serviceBox2 {
	width: 100%;
	height: 30px;
	color: #999999;
	font-size: 12px;
}

.aboutBox .right .serviceBox2 span:nth-child(1) {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #FC5B2A;
	color: #FC5B2A;
	text-align: center;
	line-height: 12px;
	margin-right: 3px;
	position: absolute;
	bottom: 8px;
}

.aboutBox .right .serviceBox2 span:nth-child(2) {
	color: #666666;
	margin-top: 0px;
	margin-left: 18px;
}

.blogrollBox {
	height: 68px;
	border-bottom: 1px solid #E5E5E5;
}

.blogrollBox .content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
}

.blogrollBox .content div.title {
	color: #000000;
	font-size: 18px;
	width: 126px;
	text-align: right;
	/* flex: 2; */
}

.blogrollBox .content div {
	/* color: #5BCFA8;
	flex: 2; */
	width: 100px;
	text-align: center;
	color: #5BCFA8;
}

.archivalInfo {
	color: #999999;
	text-align: center;
	/* margin-top: 61px; */
	font-size: 12px;
}

.archivalInfo2 {
	color: #999999;
	text-align: center;
	font-size: 12px;
	margin-top: 6px;
	/* margin-bottom: 59px; */
}

.footerBox {
	margin-top: 40px;
}
