.us01{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	overflow: hidden;
	/* background-color: #ececec; */
	background-image: url('../img/ourbanner8.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding: 80px 0px;
	height: 450px;
}
.us01-font{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 1200px;
	/* background-color: #ececec; */
	overflow: hidden;
	margin: 0px auto;

}
.news_title3{
	padding:20px 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 880px;
}
.news_title3 strong{
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 24px;
	text-align: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	/* padding:5px 0px; */

}
.news_title3 h2{
	clear: both;
	display: block;
	overflow: hidden;
	color: #fff;
	text-align: left;
	font-size: 28px;
	width: 100%;
	margin-bottom: 10px;
	/* margin-top: 5px; */


}
.news_title3 p{
	color: #252525;
	/* width: 100%; */
	margin-top: 10px;
    background-color: #fff;
	border-radius: 30px;
	margin: 5px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 8px 15px;
	/* display: inline; */
	text-align: left;
	/* white-space: pre-wrap; /* 保留空白符序列，但是正常地进行换行 */ */
	         word-break: break-word; /* 在长单词或URL地址内部进行换行 */
}

.news_title31 p{
	color: #000000;
	/* width: 100%; */
	margin-top: 10px;
	background-color: #fff;
	border-radius: 30px;
	margin: 5px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 8px 15px;
	/* display: inline; */
	text-align: left;
	/* white-space: pre-wrap; /* 保留空白符序列，但是正常地进行换行 */ */
word-break: break-word; /* 在长单词或URL地址内部进行换行 */
}


.us01-img{
	display: block;
	width: 50%;
}
.us01-img img{
	width: 100%;
}

.us-partner{
	padding: 10px 0px 50px 0px;
	display: block;
	width: 100%;
	background: url('../img/partner-bj.jpg') center top no-repeat;
}
.us-partner img{
	display: block;
	border: none;
	/* margin: 50px; */
	width: 100%;
}
.us-teachter{
	display: block;
	width: 100%;
	padding:30px 0px;
	background-color: #fff;
}
.teacher_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1050px;
	padding: 10px 0px;
	margin: 20px auto;
	background-color: #ececec;
}
.teacher_list li{
	width: 230px;
	overflow: hidden;
	height: 270px;
	position: relative;
	margin: 10px;
}
.teacher_list li:hover .th-pop{
	height: 90%;
	padding-top: 20%;
}
.teacher_list li img{
	width: 100%;
	/* border-radius: 5px; */
	height: 230px;
}
.th-pop{
	position: absolute;
	left:0px;
	bottom:0px;
	width:100%;
	z-index:99;
	background: rgba(0, 118, 147, 0.94);
	height: 40px;
}
.th-pop p{
	line-height: 40px;
	height: 40px;
	padding:0px 20px;
	color: #fff;
	font-size: 16px;
}
.th-pop span{
	display: block;
	text-align: left;
	padding:0px 20px;
	color: #fff;
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
}
.th-pop strong{
	display: block;
	line-height: 20px;
	padding:10px 20px 20px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.contact-us{
	display: block;
	width: 100%;
	background: url('../img/county1.jpg') no-repeat;
	height: 550px;
}
.contact-us-info{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 1000px;
	margin: 0px auto;
	padding-top: 300px;
}
.us-infos{
	display: flex;
	flex-direction: column;
	width: 400px;
	background: #fff;
	height: 233px;
	padding: 20px 50px;

}
.us-infos div{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 5px 0px;
}
.us-infos div img{
	width: 25px;
	margin-right: 15px;
}
.us-infos div p{
	font-size: 14px;
	color: #252525;
}
.maps{
	width: 500px;
}
.us-info-title{
	font-size: 20px;
	color: #000;
	padding: 15px 0px;
}
.contact-all{
	clear: both;
	display: block;
	width: 100%;
	/* margin: 30px 0px;
	padding: 50px 0px; */
	margin-bottom: 50px;
}
.contact-data{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 1000px;
	margin: 0px auto;
	height: 400px;
	overflow: hidden;
}
.contact-01{
	display: flex;
	flex-direction: column;
	width: 400px;
	padding: 50px;
	background-color: #fff;
	height: 300px;
}
.contact-01 strong{
	color: #000;
	font-size: 32px;
}
.contact-01 p{
	font-size: 14px;
	color: #000;
	padding: 20px 0px;
}
.contact-02{
	display: flex;
	width: 500px;
	height: 400px;
}
.contact-02 img{
	width: 100%;
	height: 400px;
}
