#partOne {
	background-color: #fafafa;
}

#partOne .bx {
	width: 1200px;
	margin: 0 auto;
}

#partOne .bx .top ul {
	padding: 60px 40px 80px 40px;
	display: flex;
	justify-content: space-between;
}

#partOne .bx .top ul li {
	cursor: pointer;
	width: 185px;
	height: 46px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	background: #E4E4E4;
	border-radius: 12px;
}

#partOne .bx .top ul li:hover {
	color: #2E4A99;
}

#partOne .bx .top ul .li {
	color: #fff;
	background: #2E4A99;
}

#partOne .bx .top ul .li:hover {
	color: #fff;
}

#partOne .center .lf {
	width: 814px;
	height: 479px;
	background: #FFFFFF;
	box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.09);
}

#partOne .center .lf img {
	width: 774px;
	height: 439px;

}

.partTwo {
	background-color: #fafafa;
	display: none;
}

.partTwo1 .center .one {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.partTwo1 .center .one .lf {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 814px;
	height: 479px;
	background: #FFFFFF;
	box-shadow: 0px 1px 7px 0px rgba(51, 51, 51, 0.09);
}

.partTwo1 .center .one .lf video {
	width: 774px;
	height: 439px;
}

.partTwo1 .center .one .rt {
	width: 264px;
	height: 386px;
	background: url('../img/mstd01.png');
	background-size: cover;
}



.partTwo1 .center .one .rt h3 {
	margin: 0px 32px;
	padding: 67px 0px 20px 0px;
	width: 210px;
	font-size: 34px;
	font-family: YouSheBiaoTiHei;
	color: #FFFFFF;
	line-height: 36px;
}
.partTwo1 .center .one .rt h3 i{font-style: normal;font-family: "ziyouwenyihei"!important;}
.partTwo1 .center .one .rt span {
	margin: 0px 32px;
	display: block;
	width: 74px;
	height: 3px;
	background: #FFFFFF;
}

.partTwo1 .center .one .rt p {
	padding-top: 36px;
	width: 210px;
	margin: 0px 32px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #FFFFFF;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.partTwo1 .center .two {
	padding: 70px 0px 30px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 1200px;
	margin: 0 auto;
}

.partTwo1 .center .two h4 {
	font-size: 34px;
	color: #333;
	display: flex;
	margin-left: 0!important;
	/*align-items: center;*/
}

.partTwo1 .center .two span {
	font-size: 14px;
	color: #999;
}

.partTwo1 .three ul {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}

.partTwo1 .three ul li {
	position: relative;
  	overflow: hidden;
  
}

.partTwo1 .three ul li .zx {
	z-index: 99;
	width: 1200px;
	margin: 0 auto;
	padding: 55px 0px 70px 0px;
	display: flex;
	justify-content: space-between;
}

.partTwo1 .three ul li:nth-child(2n+1)>.img {
  	background:url('../img/lf.png') no-repeat;
	z-index: 0;
	position: absolute;
	height: 273px;
	width: 1183px;
}
.partTwo1 .three ul li:nth-child(2n)>.img {
  	background:url('../img/rt.png') no-repeat;
	z-index: 0;
	position: absolute;
	height: 273px;
	width: 1183px;
}
.partTwo1 .three ul li:nth-child(2n+1)>.img {
	right: -10%;
	bottom: 0;
}

.partTwo1 .three ul li:nth-child(2n) {
	background-color: #fff;
}

.partTwo1 .three ul li:nth-child(2n)>.img {
	left: -20%;
	bottom: 0;
}

.partTwo1 .three ul li .lf {
	z-index: 99;
	width: 224px;
	height: 224px;
}

.partTwo1 .three ul li .lf img {
	z-index: 999;
	width: 224px;
	height: 224px;
  border-radius: 50%;
}

.partTwo1 .three ul li .ct {
	z-index: 99;
	width: 600px;
	margin-right: 80px;
}

.partTwo1 .three ul li .ct h3 {
	margin-top: 16px;
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
}

.partTwo1 .three ul li .ct span {
	display: block;
	margin-top: 15px;
	color: #2E4A99;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
}

.partTwo1 .three ul li .ct p {
	margin-top: 40px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.partTwo1 .three ul li .rt {
	z-index: 99;
	width: 162px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.partTwo1 .three ul li .rt>span:hover {
	background-color: #2E4A99;
	color: #fff;
}

.partTwo1 .three ul li .rt>span {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 162px;
	height: 40px;
	border: 1px solid #2E4A99;
	border-radius: 20px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #2E4A99;
	line-height: 35px;
}

.partTwo1 .three ul li .rt .nb {
	margin-top: 80px;
	width: 162px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.partTwo1 .three ul li .rt .nb h6 {
	display: flex;
	justify-content: center;
	font-size: 36px;
	font-family: HelloFont WenYiHei;
	font-weight: bold;
	color: #2E4A99;
}

.partTwo1 .three ul li .rt .nb>span {
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #333333;
}

.partTwo2 .center .two {
	padding: 70px 0px 30px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 1200px;
	margin: 0 auto;
}

.partTwo2 .center .two h4 {
	font-size: 34px;
	color: #333;
	display: flex;
	margin-left: 0!important;
	/*align-items: center;*/
}

.partTwo2 .center .two span {
	font-size: 14px;
	color: #999;
}

.partTwo2 .three ul {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}

.partTwo2 .three ul li {
	position: relative;
  	overflow: hidden;
}

.partTwo2 .three ul li .zx {
	z-index: 99;
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0px 5px 0px;
	display: flex;
	justify-content: space-between;
}

.partTwo2 .three ul li:nth-child(2n+1)>.img {
  	background:url('../img/lf.png') no-repeat;
	z-index: 0;
	position: absolute;
	height: 273px;
	width: 1183px;
}
.partTwo2 .three ul li:nth-child(2n)>.img {
  	background:url('../img/rt.png') no-repeat;
	z-index: 0;
	position: absolute;
	height: 273px;
	width: 1183px;
}


.partTwo2 .three ul li:nth-child(2n+1)>.img {
	right: -10%;
	bottom: 0;
}

.partTwo2 .three ul li:nth-child(2n) {
	background-color: #fff;
}

.partTwo2 .three ul li:nth-child(2n)>.img {
	left: -20%;
	bottom: 0;
}

.partTwo2 .three ul li .lf {
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 99;
	width: 277px;
	height: 370px;
	overflow: hidden;
}

.partTwo2 .three ul li .lf img {
	z-index: 999;
	width: 224px;
	height: 224px;
}

.partTwo2 .three ul li .ct {
	width: 900px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	padding: 10px 0px 0px 0px;
}

.partTwo2 .three ul li .ct .tpp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.partTwo2 .three ul li .ct .tpp .left h3 {
	margin-top: 16px;
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
}

.partTwo2 .three ul li .ct .tpp .left>span {
	display: block;
	margin-top: 15px;
	color: #2E4A99;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
}

.partTwo2 .three ul li .ct>p {
	margin-top: 40px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.partTwo2 .three ul li .ct .tpp .right>span:hover {
	background-color: #2E4A99;
	color: #fff;
}

.partTwo2 .three ul li .ct .tpp .right>span {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 162px;
	height: 40px;
	border: 1px solid #2E4A99;
	border-radius: 20px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #2E4A99;
	line-height: 35px;
}

.partTwo2 .three ul li .ct .btt {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.partTwo2 .three ul li .ct .btt .left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.partTwo2 .three ul li .ct .btt .left span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 34px;
	background: #2E4A99;
	border-radius: 8px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #FFFEFE;
	line-height: 32px;
}

.partTwo2 .three ul li .ct .btt .left h6 {
	margin-left: 15px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #000000;
}

.partTwo2 .three ul li .ct .btt .right .topY {
	color: #2E4A99;
}

.partTwo2 .three ul li .ct .btt .right .topY h2 {
	font-size: 36px;
	font-family: "ziyouwenyihei"!important;
}

.partTwo2 .three ul li .ct .btt .right .topY span {
	font-size: 16px;
}

.partTwo2 .three ul li .ct .btt .right>p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #333333;
}

.partTwo3 .center .two {
	padding: 70px 0px 50px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 1200px;
	margin: 0 auto;
}

.partTwo3 .center .two h4 {
	font-size: 34px;
	color: #333;
	display: flex;
	margin-left: 0!important;
	/*align-items: center;*/
}

.partTwo3 .center .two span {
	font-size: 14px;
	color: #999;
}

.partTwo3 .three {
	background-color: #fafafa;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
	height: 469px;
}

.partTwo3 .three .three_left video {
	width: 823px;
	height: 469px;
}

.partTwo3 .three .three_right {
	margin-top: -5px;
	background-color: #fff;
	width: 377px;
	height: 450px;
}

.partTwo3 .three .three_right ul {
	display: flex;
	flex-direction: column;
}

.partTwo3 .three .three_right ul li {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 92px;
	padding: 0px 40px;
	border-bottom: 1px solid #fafafa;
}

.partTwo3 .three .three_right ul .li {
	background: #2E4A99 !important;
}

.partTwo3 .three .three_right ul .li .lft h3 {
	color: #fff !important;
}

.partTwo3 .three .three_right ul .li .lft span {
	color: #fff !important;
}

.partTwo3 .three .three_right ul li .lft h3 {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #2E4A99;
}

.partTwo3 .three .three_right ul li .lft span {
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #333333;
}

.partTwo3 .three .three_right ul li .rgt img {
	width: 56px;
	height: 56px;
}

.partTwo3 .three .three_right ul li .rgt video {
	display: none;
}

 .partTwo3 .bx1 {
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
}

.partTwo3 .filter {
	margin: 100px 24px 60px 24px;
	height: 40px;
	line-height: 40px;
}

.partTwo3 .filter span {
	/* float: left; */
	font-size: 20px;
	color: #333333;
	margin-right: 12px;
}

.partTwo3 .filter select {
	cursor: pointer;
	padding: 0px 5px;
	width: 294px;
	font-size: 16px;
	color: #FFFFFF;
	height: 40px;
	background: #2E4A99;
}
.partTwo3 .filter select option{
	color: #333333!important;
    background: #ffffff!important;
}
/*.partTwo3 .filter select option['学校']:hover:after{
	background-color: red;
}*/

.partTwo3 table {
	margin-bottom: 120px;
	width: 1200px;
	font-size: 16px;
}

.partTwo3 table th {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	background: #3369AF;
}



.partTwo3 table tr:nth-child(2n) td {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333333;
	background-color: #eeeeee;
}

.partTwo3 table tr:nth-child(2n+1) td {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333333;
	background-color: #fdfdfd;
}
.partTwo3 table tr:hover td{
	background-color: rgba(51, 105, 175, 0.11);
}
.partTwo4 .center .two {
	padding: 70px 0px 30px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 1200px;
	margin: 0 auto;
}

.partTwo4 .center .two h4 {
	font-size: 34px;
	color: #333;
	display: flex;
	margin-left: 0!important;
	/*align-items: center;*/
}

.partTwo4 .center .two span {
	font-size: 14px;
	color: #999;
}

.partTwo4 .three ul {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}

.partTwo4 .three ul li {
	position: relative;
  overflow: hidden;
}

.partTwo4 .three ul li .zx {
	z-index: 99;
	width: 1200px;
	margin: 0 auto;
	padding: 55px 0px 70px 0px;
	display: flex;
	justify-content: space-between;
}

.partTwo4  .three ul li:nth-child(2n+1)>.img {
  	background:url('../img/lf.png') no-repeat;
	z-index: 0;
	position: absolute;
	height: 273px;
	width: 1183px;
}
.partTwo4  .three ul li:nth-child(2n)>.img {
  	background:url('../img/rt.png') no-repeat;
	z-index: 0;
	position: absolute;
	height: 273px;
	width: 1183px;
}
.partTwo4 .three ul li:nth-child(2n+1)>.img {
	right: -10%;
	bottom: 0;
}

.partTwo4 .three ul li:nth-child(2n) {
	background-color: #fff;
}

.partTwo4 .three ul li:nth-child(2n)>.img {
	left: -20%;
	bottom: 0;
}

.partTwo4 .three ul li .lf {
	z-index: 99;
	width: 224px;
	height: 224px;
}

.partTwo4 .three ul li .lf img {
	z-index: 999;
	width: 224px;
	height: 224px;
}

.partTwo4 .three ul li .ct {
	z-index: 99;
	width: 860px;
	margin-right: 80px;
}

.partTwo4 .three ul li .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partTwo4 .three ul li .ct h3 {
	margin-top: 16px;
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
}

.partTwo4 .three ul li .ct>p {
	margin-top: 40px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	
}

.partTwo4 .three ul li .ct .top>span {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 162px;
	height: 40px;
	border: 1px solid #2E4A99;
	border-radius: 20px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #2E4A99;
	line-height: 35px;
}

.partTwo4 .three ul li .ct .top>span:hover {
	background-color: #2E4A99;
	color: #fff;
}

.partTwo5 .center .two {
	padding: 70px 0px 30px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 1200px;
	margin: 0 auto;
}

.partTwo5 .center .two h4 {
	font-size: 34px;
	color: #333;
	display: flex;
	margin-left: 0!important;
	/*align-items: center;*/
}

.partTwo5 .center .two span {
	font-size: 14px;
	color: #999;
}

.partTwo5 .three ul {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}

.partTwo5 .three ul li {
	position: relative;
  overflow: hidden;
}

.partTwo5 .three ul li .zx {
	z-index: 99;
	width: 1200px;
	margin: 0 auto;
	padding: 55px 0px 70px 0px;
	display: flex;
	justify-content: space-between;
}

.partTwo5 .three ul li:nth-child(2n+1)>.img {
  	background:url('../img/lf.png') no-repeat;
	z-index: 0;
	position: absolute;
	height: 273px;
	width: 1183px;
}
.partTwo5 .three ul li:nth-child(2n)>.img {
  	background:url('../img/rt.png') no-repeat;
	z-index: 0;
	position: absolute;
	height: 273px;
	width: 1183px;
}
.partTwo5 .three ul li:nth-child(2n+1)>.img {
	right: -10%;
	bottom: 0;
}

.partTwo5 .three ul li:nth-child(2n) {
	background-color: #fff;
}

.partTwo5 .three ul li:nth-child(2n)>.img {
	left: -20%;
	bottom: 0;
}

.partTwo5 .three ul li .lf {
	z-index: 99;
	width: 224px;
	height: 224px;
}

.partTwo5 .three ul li .lf img {
	z-index: 999;
	width: 224px;
	height: 224px;
}

.partTwo5 .three ul li .ct {
	z-index: 99;
	width: 860px;
	margin-right: 80px;
}

.partTwo5 .three ul li .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partTwo5 .three ul li .ct h3 {
	margin-top: 16px;
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
}

.partTwo5 .three ul li .ct>p {
	margin-top: 40px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.partTwo5 .three ul li .ct .top>span {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 162px;
	height: 40px;
	border: 1px solid #2E4A99;
	border-radius: 20px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #2E4A99;
	line-height: 35px;
}

.partTwo5 .three ul li .ct .top>span:hover {
	background-color: #2E4A99;
	color: #fff;
}
