* {
	padding: 0;
	margin: 0;
}

/* 导航栏斜杠 */
#wp_nav_w1 li {
	border-right: 2px solid;
	border-image: linear-gradient(to bottom, #013D88 35%, #ffffff 35%, #ffffff 65%, #013D88 65%) 1;
}

.sub-nav li {
        border-image: linear-gradient(to bottom, #fff, #fff) 1 !important;
}

#wp_nav_w1 .wp_nav .sub-nav {
    border: 1px solid #fff !important;
}

/* 搜索框样式 */
			#keyword {
				max-width: 190px;
				height: 44px;
				background-color: #05060f0a;
				border-radius: .5rem;
				padding: 0 1rem;
				border: 2px solid transparent;
				font-size: 1rem;
				transition: border-color .3s cubic-bezier(.25, .01, .25, 1) 0s, color .3s cubic-bezier(.25, .01, .25, 1) 0s, background .2s 
                                cubic-bezier(.25, .01, .25, 1) 0s;
				background: #DFDFE0;
			}

			#keyword:hover,
			#keyword:focus,
			#keyword-group:hover #keyword {
				outline: none;
				border-color: #05060f;
			}

			.search {
				display: none;
			}



body {
	line-height: 1;
	font-size: 13px;
	font-family: Arial, "Microsoft YaHei", u5b8bu4f53, Tahoma, Geneva, sans-serif;
	color: rgb(51, 51, 51);
}




/* 头部 */
.Top {
	width: 100%;
	height: 142px;
	position: relative;
	background: url() center top no-repeat rgb(11, 81, 169);
}

.top {
	width: 1200px;
	height: 142px;
	margin: 0px auto;
	/* background-image: url('/img/logo.png'); */
}

.top-logo {
	width: 600px;
	float: left;
}

.top-logo img {
	width: 750px;
	margin-top: 30px;
}

.top-word {
    width: 200px;
    position: relative;
    left: 83%;
    top: -9%;
}

.top-word img {
    width: 200px;
}

.top-back {
	width: 450.3px;
	height: 142px;
	background-image: url('/img/back.png');
	background-size: 100%;
	background-position-x: -10px;
	background-repeat: no-repeat;
	background-position-y: 3.7px;
	opacity: 0.4;
	float: right;
}

.top-input {
	width: 0;
	position: relative;
	left: 96%;
        top: -95%;
}

.input-before {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.input-before img {
	width: 40px;
	height: 40px;
}

.input-after {
	width: 200px;
	height: 30px;
	background-color: transparent;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transform: translateY(-10px);
}

.input-after.show {
	display: block;
	opacity: 1;
	transform: translateY(0);
}




/* 搜索框 */
.Nav {
	width: 100%;
	height: 50px;
	background: rgb(1, 61, 136);
}

.nav {
	width: 1145px;
	height: 50px;
	margin: 0px auto;
}





/* 底部 */
/* bottom */
.Bottom {
	width: 100%;
	height: 155px;
	background: #18267d;
}

.bottom {
	width: 1145px;
	height: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 14px 0px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

/* school-info */
.bottom1 p {
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 5px 0;
}

/* copyright-info */
.bottom2 {
	width: 350px;
}

.bottom2 p {
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 5px 0;
}

.bot2-left {
	float: left;
	display: flex;
	flex-direction: column;

}

.bot2-left img {
	display: inline-block;
	text-align: center;
}

.bot2-right {
	float: right;
}



/* bottom-content */
.bottom3 {
	margin-top: 12px;
}

.bottom3 ul {
	display: flex;
	justify-content: space-between;
}

.bottom3 li {
	align-items: center;
	margin-left: 20px;
	margin: 0 8px;
	position: relative;
	list-style: none;
}

/* 友情链接 */
.bot3-drop {
	position: relative;
	width: 180px;
	list-style: none;
}

.bot3-drop select {
	width: 100%;
	padding: 8px 12px;
	font-size: 14px;
	background: transparent;
	color: white;
	border: 1px solid #fff;
	padding: 4px 12px;
	margin-top: 10px;
	display: flex;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* 自定义下拉箭头（伪元素） */
.bot3-drop::after {
	content: '';
	position: absolute;
	right: 12px;
	top: 47%;
	transform: translateY(-460%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	/* 白色箭头 */
}

.bot3-drop select option {
	background-color: #fff;
	color: #3b3b3b;
}

.bot3-drop select option:hover,
.bot3-drop select option:checked {
	background-color: #18267d;
	color: white;
}




/* 二维码 */
.wx-pic {
	position: relative;
	display: inline-block;
	margin: 10px;
}

.wx-pic img {
	width: 70px;
	height: 70px;
	transition: all 0.3s ease;
	position: relative;
}

.wx-pic p {
	margin-top: 6px;
	line-height: 22px;
	font-size: 12px;
	color: #D0D4EA;
	text-align: center;
}

.wx-pic img.enlarged {
	transform: scale(1.3) translateY(-10px);
	z-index: 1;
}