* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}

#keyword{
	width: 160px;
	height: 43px;
	line-height: 43px;
}

.wp_search .search {
    opacity: 0;
}

.w {
	width: 1420px;
	height: 100%;
	margin: 0 auto;
}

a {
	color: black;
	text-decoration: none;
}

/* 头部 */
.head {
	height: 135px;
	width: 100%;
	background-color: #014599;
	border-bottom: 2px solid #045199;
	/* background-color: #045199; */
}

.w {
	width: 1420px;
	height: 100%;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 1000px;
	height: 100%;
	background-size: 105%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url(../img/logo.png);
}

.top-right {
	float: right;
	width: 620px;
	height: 100%;
}

.search {
	background-image: none;
	border-left: 1px solid #dedede;
}

.search-1 {
	margin-top: 20px;
	width: 250px;
	height: 40px;
	/* background-color: aqua; */
	float: right;
}

.NAV {
	width: 100%;
	height: 65px;
	background-color: #014599;
}

.nav {
	margin-top: 20px;
	height: 65px;
	width: 1200px;
	margin: 0 auto;
}

.Article_Content img {
	display: block;
	text-align: center;
	margin: 0 auto;
        object-fit: cover;
}

.F {
	width: 900px;
	height: 50px;
	line-height: 43px;
	font-size: 20px;
	color: #014599;
	font-weight: bold;
	text-align: center;
	/* background-color: darkgoldenrod; */
	margin: auto;
	margin-top: 10px;
	border-bottom: 3px solid darkgray;
}

.dd{
	width: 800px;
	height: 35px;
	margin: auto;
	background-color: ;
	margin-top: 5px;
}
.G{
	min-width: 160px;
	height: 35px;
	float:left;
	background-color: ;
	margin: auto;
	font-size: 10px;
	line-height: 3;
	text-align: center;
	color: darkgray;
}
.H{
	width: 1200px;
	min-height: 500px;
	/* background-color: darkgreen; */
	margin: auto;
}
.L{
	width: 1200px;
	height: 35px;
	background-color: ;
	margin: auto;
	margin-top: 10px;
}
/* .l1{
	width: 300px;
	height: 35px;
	background-color: ;
	float: left;
}
.l2{
	width: 35px;
	height: 35px;
	background-color: darkorchid;
	float: left;
	margin-left: 10px;
} */

.BOTTOM {
	width: 100%;
	height: 180px;
	background-color: rgb(4, 105, 184);
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}

.bottom {
	width: 1200px;
	height: 160px;
	/* background-color: rebeccapurple; */
	margin: 0 auto;
	/*display: flex;
	justify-content: space-between;*/
}

.intrduce {
	width: 390px;
	height: 160px;
	color: whitesmoke;
	/* background-color: red; */
}

.intrduce>h2 {
	font-family: 'Courier New', Courier, monospace;
	font-size: 26px;
	margin: 3px 0;
}

.intrduce>h2::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: whitesmoke;
	margin-bottom: 1px;
	margin-right: 6px;
}

.intrduce>p {
	line-height: 30px;
	/* font-family: 'Courier New', Courier, monospace; */
}

.erweima {
	width: 100px;
	height: 160px;
	/* background-color: beige; */
	float: left;
	margin: 0 10px;
}

.tu {
	width: 100px;
	height: 100px;
	background-color: white;
}

.tu-btext {
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
}