.footers {
	z-index: 1111
}

.footer,.footers {
	position: relative
}

.footer {
	width: 100%;
	height: 119px;
	background: #005691;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.font-color {
	font-size: 16px;
	color: #ebeef5
}

.company {
	width: 100%;
	height: 405px;
	background: #0076c6;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.companyInfo {
	width: 1200px
}

.companyInfo_name {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	cursor: default
}

.companyInfo_title {
	margin-top: 10px;
	opacity: .73;
	font-size: 18px;
	color: #fff;
	cursor: default
}

.companyInfo_address {
	font-size: 14px;
	color: #fff;
	cursor: default
}

.companyInfo_phone {
	font-size: 24px;
	margin-top: 5px;
	cursor: default
}

.companyInfo_ba {
	line-height: 26px;
	cursor: default
}

.companyInfo_ba,.companyInfo_ba>a {
	font-size: 12px;
	color: #fff
}

.company_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px
}

.company_list_children1 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.company_list_children1,.company_list_children2 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 8px
}

.company_list_children2 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.company_list_children_name {
	font-size: 14px;
	color: #e4e7ed;
	cursor: pointer
}

.company_list_children_name:hover {
	color: #fff
}

.company_list_name {
	font-size: 18px;
	font-weight: 700;
	color: #e4e7ed;
	padding-bottom: 7px;
	cursor: default
}

.company_list_line {
	width: 100%;
	height: 1px;
	opacity: .17;
	border: 1px solid #f2f6fc
}

.children_name1 {
	width: 16%
}

.or_code {
	width: 100%;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center*/
}

.or_code>div {
	text-align: center
}

.text_nav:hover {
	color: #0076c6!important
}

.or_code img {
	width: 125px;
	height: 125px
}

.or_code>div>p {
	font-size: 16px;
	margin: 5px 0 10px;
	color: #fff;
	cursor: default
}

.el-image {
	width: 100%!important;
	height: 100%!important
}

.leftTool {
	width: 90px;
	position: fixed;
	right: 0;
	z-index: 2000;
	text-align: center;
	background: #0076c6;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16)
}

.leftTool_ever {
	width: 90px;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tool-none {
	position: absolute;
	right: 90px;
	top: 70px;
	width: 250px;
	background: #fff;
	z-index: 9999
}

.tool-none>div {
	padding: 10px 10px;
	width: 120px;
	display: inline-block;
	text-align: center
}

.tool-none>div>img {
	width: 90px;
	height: 90px
}

.content .header {
	width: 100%;
	background-color: #f1f1f1
}

.content .header .header-middle {
	padding: 10px 0;
	font-size: 14px
}

.content .header .header-middle .content-left {
	float: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.content .header .header-middle .content-left .header-add {
	padding: 3px 10px;
	cursor: pointer!important
}

.content .header .header-middle .content-right {
	float: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.content .header .header-middle .content-right .header-add {
	padding: 3px 5px;
	cursor: default
}