.Banner{
	position:relative;
	margin-bottom:85px;
}
.Banner .BannerImg{
	width:100%;
}
.Banner .Font{
	position:absolute;
	top:5%;
	left:10%;
	height:295px;
}
.TitleHeader{
	position:relative;
}
.TitleBorder::after{
	content:'';
	position:absolute;
	bottom:28px;
	left:50%;
	margin-left:-21px;
	width:42px;
	height:3px;
	background-color:#c61e30;
}
.TitleHeader h1{
	margin:0 auto;
	width:550px;
	font-size:24px;
	margin-bottom:15px;
	text-align:center;
	color:#3e3a39;
	position:relative;
}
.TitleHeader h1::before{
	content:'';
	position:absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
	width:180px;
	height:2px;
	background-color:#D2D2D2;
}
.TitleHeader h1::after{
	content:'';
	position:absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
	width:180px;
	height:2px;
	background-color:#D2D2D2;
}
.TitleHeader p{
	font-size:16px;
	text-align:center;
	color:#999999;
}
.AllProvide{
	width:1400px;
	margin:0 auto;
	margin-bottom:128px;
	margin-top:78px;
	display:flex;
}
.AllProvide li{
	margin-right:14px;
	flex:1;
}
.AllProvide li:hover .ProvideTitle{
	background-color:#D91817;
}
.AllProvide li:hover .ProvideTitle h4,
.AllProvide li:hover .ProvideTitle span
{
	color:#fff;
}
.AllProvide li:hover .ProvideTitle i{
	width:80px;
	background-color:#fff;
}


.AllProvide li:last-child{
	margin-right:0px;
}
.ProvideTitle{
	transition:all ease 0.3s;
	padding:23px 0 37px 23px;
	position:relative;
	background-color:#dcdddd;
}
.ProvideTitle h4{
	transition:all ease 0.3s;
	margin-bottom:5px;
	font-family:SourceHanSansCN-Regular;
	color:#3e3a39;
	font-size:20px;
}
.ProvideTitle span{
	transition:all ease 0.3s;
	display:block;
	margin-bottom:9px;
	color:#3e3a39;
	font-size:12px;
	position:relative;
}
.ProvideTitle i{
	transition:all ease 0.3s;
	display:block;
	width:40px;
	height:3px;
	background-color:#D91817;
}
.ProvideContainer{
	padding-top:90px;
	padding-bottom:203px;
	margin-bottom:87px;
	width:100%;
	height:600px;
	background-image:url('../images/changeImages/provide.png');
	background-size:cover;
}
.ProvideFont h1,.ProvideFont p{
	color:#fff;
}
.TitleBorderPro{
	margin-bottom:92px;
}
.TitleBorderPro::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-31px;
	width:62px;
	height:4px;
	background-color:#fff;
}
.ProgrammeBlcok{
	width:1400px;
	margin:0 auto;
	display:flex;
}
.ProgrammeList{
	padding-left:210px;
	flex:1;
	height:120px;
	background-repeat:no-repeat;
	background-position:left 70px center;
	cursor: default;
}
.ProgrammeList h4,
.ProgrammeList p{	
	color:#fff;
	padding-left:34px;
}
.ProgrammeList h4{
	margin:30px 0 7px 0;
	font-size:22px;
}

.ProgrammeList:nth-child(1){
	transition:all ease 0.3s;
	background-image:url('../images/changeImages/aicon-b.png');
}
.ProgrammeList:nth-child(2){
	transition:all ease 0.3s;
	background-image:url('../images/changeImages/cicon-b.png');
}
.ProgrammeList:nth-child(3){
	transition:all ease 0.3s;
	background-image:url('../images/changeImages/bicon-b.png');
}

.ProgrammeList:nth-child(1):hover{
	background-image:url('../images/changeImages/aicon-a.png');
}
.ProgrammeList:nth-child(2):hover{
	background-image:url('../images/changeImages/cicon-a.png');
}
.ProgrammeList:nth-child(3):hover{
	background-image:url('../images/changeImages/bicon-a.png');
}

.DynamicContainer{
	width:1400px;
	margin:0 auto;
	margin-top:66px;
	padding:0 68px;
	/* display:flex; */
}

.dynamic-container{
	padding-top:75px;
	padding-bottom:75px;
	background-color:#fff;
}

.DynamicContainer .DynamicList{
    float: right;
    width: 600px;
}
.DynamicContainer .RightImg{
    float: left;
}
.DynamicContainer .RightImg img{
	width:604px;
	height:422px;
	margin-left:54px;
}
.DynamicList li:hover .dyanmic-j-wrapt{
	color:#c61e30;
}
.DynamicList li .dyanmic-j-wrapt{
	display:flex;
	color:#333;
}
.j-wrapt{
	margin-right:6px;
	font-size:16px;
	font-weight:600;
}
.DynamicList li{
	position:relative;
	padding-left:65px;
	padding-bottom:25px;
    cursor: pointer;
}
.DynamicList li .dyanmic-dashed{
	padding-bottom:22px;
    border-bottom:1px dashed #bfbfbf;
}
.DynamicList li .dyanmic-j-wrapt{
	margin-bottom:18px;
	color:#3e3a39;
}
.DynamicList li .dyanmic-j-wrapt h5{
	font-size:18px;
	font-weight:600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.DynamicList li p{
    height: 60px;
	font-size:14px;
	color:#454444;
	line-height:20px;
}
.DynamicList li p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.PartnersContainer{
	padding-top:50px;
	padding-bottom:90px;
	width:100%;
	background-color:#F6F6F6;
}
.PartnersFlex{
	width:1255px;
	padding:20px 0;
	margin:0 auto;
	margin-top:20px;
	display:flex;
	flex-wrap: wrap;
    align-content: flex-start;
}
.PartnersFlex li{
    padding-top: 135px;
	flex: 0 0 20%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto 85px;
    text-align: center;
}
.PartnersFlex li p{
	padding-top:15px;
	font-size:16px;
}

.PartnersFlex li:nth-child(1){
	background-image:url('../images/schooll/1.png');
}
.PartnersFlex li:nth-child(2){
	background-image:url('../images/schooll/2.png');
}
.PartnersFlex li:nth-child(3){
	background-image:url('../images/schooll/3.png');
}
.PartnersFlex li:nth-child(4){
	background-image:url('../images/schooll/4.png');
}
.PartnersFlex li:nth-child(5){
	background-image:url('../images/schooll/5.png');
}
.PartnersFlex li:nth-child(6){
	background-image:url('../images/schooll/6.png');
}
.PartnersFlex li:nth-child(7){
	background-image:url('../images/schooll/7.png');
}
.PartnersFlex li:nth-child(8){
	background-image:url('../images/schooll/8.png');
}
.PartnersFlex li:nth-child(9){
	background-image:url('../images/schooll/9.png');
}
.PartnersFlex li:nth-child(10){
	background-image:url('../images/schooll/10.png');
}
.PartnersFlex li:nth-child(11){
	background-image:url('../images/schooll/11.png');
}
.PartnersFlex li:nth-child(12){
	background-image:url('../images/schooll/12.png');
}
.PartnersFlex li:nth-child(13){
	background-image:url('../images/schooll/13.png');
}
.PartnersFlex li:nth-child(14){
	background-image:url('../images/schooll/14.png');
}
.PartnersFlex li:nth-child(15){
	background-image:url('../images/schooll/15.png');
}
.PartnersFlex li:nth-child(16){
	background-image:url('../images/schooll/16.png');
}
.PartnersFlex li:nth-child(17){
	background-image:url('../images/schooll/17.png');
}
.PartnersFlex li:nth-child(18){
	background-image:url('../images/schooll/18.png');
}
.PartnersFlex li:nth-child(19){
	background-image:url('../images/schooll/19.png');
}
.PartnersFlex li:nth-child(20){
	background-image:url('../images/schooll/20.png');
}
.GrayWrapt{
	width: 1400px;
	margin:0 auto;
	margin-top:35px;
	background-color: #F4F4F4;
}
.GrayWrapt ul,.TabUpdown ol{
	padding-top: 23px;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    align-content: flex-start;
}
.Triangle{
	position: absolute;
	top: -53px;
	left: -10px;
	width: 0; 
	height: 0;
	border-width: 30px;
	border-style: solid;
	border-color: transparent #F4F4F4 transparent transparent;
	transform: rotate(90deg); 
	transition: all 0.2s;
}
.TriangleWrapt{
	position: relative;
	width: 1160px;
	margin: 0 auto;
}
.TriangleWrapt .TabUpdown{
	display: none;
}
.GrayWrapt{
	/* display:none; */
}
.GrayWrapt .TabUpdown li{
	flex: 0 0 32%;
	flex: 0 0 28%\9;
	box-sizing: border-box;
	margin-bottom: 17px;
	padding: 17px 0;
	padding-left: 35px;
}
.GrayWrapt .TabUpdown li:hover{
	background-color: #fff;
	-moz-box-shadow:0px 0px 4px #B7B7B7; 
	-webkit-box-shadow:0px 0px 4px #B7B7B7;
	box-shadow:0px 0px 4px #B7B7B7;
	background-image: url(../images/rightj.png);
	background-size: 6px 11px;
	background-repeat: no-repeat;
	background-position: right 14px center;
}
.GrayWrapt .TabUpdown li:nth-child(3n+2){
	margin-right: 23px;
	margin-left: 23px;
}
.GrayWrapt .TabUpdown li a h1{
	color: #231816;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 12px;
}
.GrayWrapt .TabUpdown li a p{
	display: inline-block;
	width: 315px;
	font-size: 13px;
	color: #828282;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.NewIcon{
	display: inline-block;
	width: 29px;
	height: 13px;
	background-image: url(../images/new-icon.png);
	background-repeat: no-repeat;
	background-size: 29px 13px;
	margin-left: 5px;
}
.swiper-button-prev{
	left: 0 !important;
}
.swiper-button-next{
	right: 0 !important;
}






















