body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
}

body {
	background: url(../res/cxw_bg.png)no-repeat;
	min-width: 1250px;
}

.title {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	height: 210px;
	background: url(../res/cxw_logo.png)no-repeat center;
}

.top_but {
	text-align: right;
}

.top_but a {
	color: #1c5fb0;
	display: inline-flex;
	align-items: center;
}

.top_but a:first-child {
	margin-right: 35px;
}

.top_but a img {
	margin-right: 10px;
}

.nav {
	background-color: #0080e2;
	font-weight: bold;
	box-shadow: 10px 10px 25px grey;
}

.nav ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav ul li {
	padding: 30px 0;
	width: 175px;
	text-align: center;
	color: #fff;
}

.nav ul li:hover {
	background-color: #fff;
}

.nav ul li:hover {
	color: #0080e2;
}

.nav ul li a {
	color: #fff;
	font-size: 18px;
}

/* bottom */

.bottom_xt {
	width: 100%;
	height: 10px;
	background-color: #e7e8ec;
	border-top: 2px solid #d7e0e9;
	border-bottom: 2px solid #d7e0e9;
}

.bottom_con {
	width: 100%;
	height: 171px;
	background-color: #0070c6;
}

.yxlj,
.bottom_con p,
.yxlj a,
.yxlj a:hover{
	color: #fff;
}

.yxlj {
	margin-bottom: 40px;
}

.bottom_xgx {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}