/*public*/
body {
	width: 100%;
	min-width: 1200px;
	position: relative;
}

.pcshow {
	display: block;
}

.mshow {
	display: none;
}

.safewidth {
	width: 1200px;
	margin: 0 auto;
	min-width: 1100px;
}

[class*='wrap'] {
	padding: 60px 0;
}

.wrap1 {
	margin-top: 106px;
}

.msg {
	text-align: justify;
	letter-spacing: 0.5px;
	line-height: 25px;
}

.msg span {
	font-weight: bold;
	padding-right: 6px;
}

.btn_reg {
	background: #e85258;
	border-radius: 4px;
	width: 200px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	transition: linear .2s;
}

.btn_reg:hover {
	background: #d6161e;
}

h2 {
	font-size: 46px;
	text-align: center;
	font-family: impact;
	font-weight: normal;
	color: #fff;
}

h3 {
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

/*modBox*/
.modBox {
	margin: 40px auto 0 auto;
}

.modBox li {
	display: flex;
	align-items: center;
	padding: 10px;
	margin-top: 20px;
	background: rgba(255, 255, 255, .8);
}

.modBox .line {
	width: 80%;
	height: 1px;
	margin: 40px auto;
}

.modBox li>img {
	width: 80px;
	height: 80px;
}

.modBox li>div {
	margin-left: 20px;
	border-left: 4px solid #aaa;
	color: #5B5959;
	line-height: 1.7;
	padding-left: 20px;
}

.modBox li>div h4 {
	font-size: 19px;
}

.modBox li>div h5 {
	font-size: 17px;
}

.modBox li>div .line {
	width: 80%;
	height: 1px;
	background: #666;
	margin: 5px 0;
}

/*添加word和pdf图标*/
.word {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/pd/2025/imgs/word.svg) no-repeat right top / contain;
	padding-right: 2em;
	background-size: 22px;
}

.pdf {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/pd/2025/imgs/pdf.svg) no-repeat right top / contain;
	padding-right: 2em;
	background-size: 22px;
}

/*headnav 导航*/
.headnav {
	width: 100%;
	min-width: 1200px;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.toplogo {
	width: 100%;
	background: #fff;
}

.toplogo a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.toplogo img {
	padding: 8px;
	height: 70px;
}

.menutab {
	background: #393939;
	width: 100%;
	height: 50px;
	min-width: 1200px;
}


/*往届回顾菜单*/
.reviewShow {
	font-size: 15px;
	padding: 0 20px;
	color: #fff;
	line-height: 25px;
	cursor: pointer;
	position: relative;
}

.reviewHide {
	background: #393939;
	display: none;
	position: absolute;
	top: 32px;
	left: 0px;
	width: 100%;
	z-index: 999;
	text-align: center;
}

.reviewHide li a {
	color: #fff;
	line-height: 30px;
	padding: 8px;
}


.bar {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bar a {
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	padding: 0 29px;
	transition: linear .2s;
}

.bar a:hover {
	background: #000;
	color: #F6A900;
}

.bar a.active {
	color: #F6A900;
	background: #000;
}

.footer {
	width: 100%;
	padding: 10px 15px 20px 15px;
	min-width: 1200px;
	background: url(http://static.hrflag.com/img/newflag/footbg.jpg) center center / cover no-repeat;
	font-family: 微软雅黑, arial;
	color: rgb(255, 255, 255);
	position: relative;
	bottom: 0;
}

.footer>ul {
	width: 1200px;
	margin: 0 auto;
	border-bottom: solid 1px #4b4b4b;
	padding: 20px 0;
}

.footer ul li {
	color: #eee !important;
}

.footer ul:nth-last-child(1) {
	border: none;
}

.ulLogo li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-right: 20px;
}

.ulLogo li h6 {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 4px;
	    min-width: 140px;
	    text-align: right;
}

#ulLogoEn li h6 {
	width: 250px;
	text-align: right;
}

.ulLogo li h3 {
	font-size: 25px;
	line-height: 2.2;
	color: #fff;
	letter-spacing: 3px;
}

.ulLogo li .foot_img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ulLogo li p {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 1px;
}

.foot_img img {
	margin-right: 5px;
}

.ulLogo li img {
	width: 100px;
	height: 37px;
}

/* 新增的版权样式 */
.copyRight {
	padding: 20px 0;
	text-align: center;
}

.copyRight .wrap {
	/* 覆盖全局 .wrap 的 padding */
	padding: 0;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/* 允许换行 */
}

.copyRight span,
.copyRight a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	margin: 5px 10px;
	text-decoration: none;
}

.copyRight a:hover {
	text-decoration: underline;
}


@media screen and (max-width:768px) {
	body {
		min-width: 0;
	}

	.pcshow {
		display: none;
	}

	.mshow {
		display: block;
	}

	[class*='wrap'] {
		padding: 30px 0;
	}

	.wrap1 {
		margin-top: 50px;
	}

	.safewidth {
		width: 100%;
		padding: 0 15px;
		min-width: 0;
	}

	.msg {
		text-align: left;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 17px;
	}

	/*modBox*/
	.modBox {
		margin: 20px auto 0 auto;
	}

	.modBox li {
		padding: 15px;
		margin-top: 15px;
	}

	.modBox li>img {
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}

	.modBox li>div {
		margin-left: 0;
		border-left: none;
		color: #5B5959;
		padding-left: 0;
	}

	.modBox li>div h4 {
		font-size: 17px;
	}

	.modBox li>div h5 {
		font-size: 15px;
	}

	.modBox li>div .msg {
		font-size: 13px;
	}

	/*m 导航*/
	.headnav {
		background: #333;
		min-width: 0;
		height: 50px;
	}

	.navlogo a {
		position: absolute;
		top: 0;
		right: 0;
		height: 50px;
		display: block;
	}

	.navlogo img {
		height: 100%;
		padding: 5px;
	}

	.cosmenu {
		width: 0;
		height: 1000px;
	}

	.menubtn {
		position: fixed;
		top: 15px;
		left: 15px;
		width: 35px;
		height: 22px;
		z-index: 5;
		cursor: pointer;
	}

	.menubtn span {
		display: block;
		width: 30px;
		height: 2px;
		background: #fff;
		margin-bottom: 6px;
		transition: all 0.5s;
	}

	.menubtn .spa1 {
		transform: rotate(45deg);
		transition: all 0.5s;
		position: absolute;
		top: 10px;
	}

	.menubtn .spa2 {
		display: none;
		transition: all 0.5s;
	}

	.menubtn .spa3 {
		transform: rotate(-45deg);
		transition: all 0.5s;
		position: absolute;
		top: 11px;
	}

	.menu {
		background: #fff;
		width: 240px;
		height: 100%;
		box-shadow: 0 0 3px #ccc;
		position: relative;
		top: 50px;
		left: -240px;
		transition: all 0.5s;
	}

	.toggle {
		position: fixed;
		top: 13px;
		left: 19px;
		width: 28px;
		height: 30px;
		display: none;
		z-index: 9;
		cursor: pointer;
	}

	.menulogo img {
		width: 150px;
		padding: 20px 0;
		margin: 0 auto;
	}

	.ma {
		background: #f9f9f9;
		padding: 8px 18%;
		height: calc(100vh - 130px);
		overflow: scroll;
	}

	.ma a {
		display: block;
		font-size: 14px;
		color: #333;
		padding: 8px;
	}

	.ma a.active {
		color: #FA6900;
	}

	.ma .reviewShow {
		font-size: 14px;
		color: #333;
		padding: 8px;
	}

	.ma .reviewHide li a {
		background-color: #f9f9f9;
		color: #333;
	}

	.ma .reviewHide {
		text-align: left;
	}


	.footer {
		width: 100%;
		min-width: auto;
		padding: 0 15px 0 15px;
	}

	.footer>ul {
		width: 100%;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.footer .ulLogo li {
		margin-top: 10px;
	}

	.ulLogo li {
		flex-direction: column;
	}

	.ulLogo li p {
		font-size: 12px;
		line-height: 1.5;
	}

	.ulLogo li h6 {
		font-size: 12px;
	}

	.ulLogo li h3 {
		font-size: 12px;
		font-weight: bold;
	}

	.footer ul li.msg p {
		color: #fff;
	}

	.reviewHide.mreview {
		position: static;
	}

	/* 版权信息移动端样式 */
	.copyRight .wrap {
		width: 100%;
		flex-direction: column;
		/* 垂直排列 */
	}

	.copyRight span,
	.copyRight a {
		font-size: 12px;
		margin: 3px 0;
		/* 调整垂直间距 */
	}
}