@charset "utf-8";

body,
div,
ul,
li,
p {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

img {
	border: 0;
	vertical-align: middle;
}

ul,
ol {
	list-style: none;
}

li {
	list-style-type: none;
}

p {
	word-wrap: break-word
}

a {
	text-decoration: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.footer {
	width: 100%;
	height: 315px;
	background: #CA0707;
}

.link_cont {
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
}

.link_item select {
	width: 300px;
	height: 30px;
	background: #FFFFFF;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #444444;
	padding-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(./down113.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.footer_cont {
	display: flex;
	margin-top: 65px;
}

.foot-nj {
	flex: 1;
}

.foot-nj a {
	display: inline-block;
	width: 110px;
	height: 38px;
	text-align: center;
	background-color: #fff;
}

.footer_text {
	width: 600px;
	height: 44px;
	font-family: SimSun;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	flex: 4;
}

.foot-dzjg {
	flex: 1;
}