@font-face {
	font-family: 'fontnameRegular';
	src: url('../font/HanYiNuoMiTuan-W-2.ttf') format('truetype');
}

@font-face {
	font-family: 'fontnameYu';
	src: url('https://magnolia.oss-cn-shanghai.aliyuncs.com/ZiXinFangMengXingTi.ttf') format('truetype');
}

* {
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	height: 100%;
}

a {
	color: #000000;
	text-decoration: none;
}

img {
	border: none;
}

.container {
	width: 1200px;
	min-height: 100vh;
	margin: 0 auto;
	background: url("../images/index/bg-device.jpg") no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	/* background-position:0center; */
	padding: 3rem 2%;
	box-sizing: border-box;
	overflow: hidden;
}

.bg-weschool {
	width: 100%;
	height: 100%;
	background: url(../images/bg/bg-weschool.png) center center no-repeat;
	background-size: 40% auto;
	background-attachment: fixed;
}

.header {
	width: 100%;
	padding-left: 5%;
	box-sizing: border-box;
}

.content {
	padding: 0 2.6%;
	box-sizing: border-box;
}

.photo-wrapper {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.photo-wrapper .photo-item {
	width: 100%;
	/* height: fit-content; */
}
.photo-wrapper .photo-item.half {
	width: 48%;
	width: calc(50% - 15px);
	margin-right: 10px;
	/* height: fit-content; */
}

.title {
	text-align: center;
	font-family: fontnameYu;
	font-size: 2.6rem;
	margin-top: 2rem;
	color: rgb(44, 84, 42);
}

.text {
	font-family: 'fontnameYu';
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: rgb(36, 36, 37);
}

.text.section {
	margin-top: 40px;
}

.h3 {
	font-size: 1.5rem;
	font-weight: 500;
}

.mtop {
	margin-top: 1rem;
}

.topout {
	margin-top: 1rem;
}

.indent {
	text-indent: 3rem;
}

.map {
	width: 100%;
	text-align: center;
}

p {
	text-align: justify;
}
