/* 自定义字体 */
@font-face {
	font-family: 'FZYANS';
	src: url('../font/fzyansjw/FZYanSJW.ttf')
}

@font-face {
	font-family: 'SourceHanSerif';
	src: url('../font/SourceHanSerif/SourceHanSerifCN-Regular.otf')
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-size: 16px;
	color: #333;
	font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiti, sans-serif;
	background-color: #f4f4f2;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	min-width: 1200px;
}

ul,
li {
	list-style: none;
}

img {
	vertical-align: middle;
	border: 0;
}

div,
ul,
li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

a:active,
a:hover {
	/* outline: 0; */
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

input {
	border: none;
	outline: none;
}

input::placeholder {
	color: #a0a0a0;
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.icons {
	display: inline-block;
	vertical-align: middle;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.flex_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.container {
	width: 100%;
	min-width: 1280px;
	background-color: #fff;
}


.footer_wrap {
	width: 100%;
	height: 299px;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 17px;
	background-color: #00599a;

}
.footer_wrap .w1200{
	height: 100%;
	flex-direction: column;
}
.footer_wrap a{
	color: #fff;
}
.footer_top{
	width: 100%;
	flex: 1;
	margin-bottom: 20px;
}
.footer_company_name{
	font-size: 28px;
	margin-bottom:25px;
}
.footer_company_tel{
	margin-top:25px;
	font-size: 20px;
		letter-spacing: 1px;
}
.footer_company_tel span{
	font-size: 26px;
	margin-left: 15px;
}
.footer_menu_wrap{
	flex: 1;
	align-items: flex-start;
	justify-content: space-around;
	margin-left: 50px;
}

.footer_menu_item{
	margin-top: 25px;
	font-size: 14px;
}

.footer_bottom {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

.footer_bottom a {
	color: #fff;
}