.bannerImg{
	width: 100%;
}
.bannerImg img{
	width: 100%;
	height: auto;
}
.profile{
	width: 1320px;
	margin: 0 auto;
	padding: 56px 0;
	text-align: center;
}
.schoolProfile-text{
	width: 100%;
	line-height: 33.75px;
	color: #333333;
	font-size: 22px;
	padding: 30px 15px;
	text-align: left;
}
.schoolProfile-text img{
	max-width: 100%;
	height: auto;
}
.profileswiper{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.profileSwiper {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.profileSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 合作单位 */
.cooperate{
	text-align: center;
}
.cooperateBox{
	width: 100%;
	height: 570px;
	background-image: url(../images/cooperateback.jpg);
	margin-top: 36px;
	position: relative;
}
.cooperateSwiper{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.company {
	padding-top: 200px;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    cursor: pointer;
}
.company .companyOrder {
    width: 100%;
    height: 76px;
}
.company .companyOrder .order {
    display: block;
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    color: #FFFFFF;
    font-size: 60px;
    border-radius: 5px 5px;
    background-color: #61b430;
}
.company .companyInfo {
    width: 100%;
    height: auto;
    margin-top: 25px;
    color: #FFFFFF;
}
.company .companyInfo .companyNBame {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: left;
}
.company .companyInfo .describe {
    width: 100%;
    height: 100px;
    line-height: 50px;
    font-size: 18px;
    overflow: hidden;
	text-align: left;
}
.swiper-button-next-cooperate{
	background-image: url(../images/right.png);
	width: 45px;
	height: 54px;
	right: 100px;
	background-size: 100% 100%;
}
.swiper-button-next-cooperate:hover{
	background-image: url(../images/right_hover.png);
}
.swiper-button-prev-cooperate{
	background-image: url(../images/left.png);
	width: 45px;
	height: 54px;
	left: 100px;
	background-size: 100% 100%;
}
.swiper-button-prev-cooperate:hover{
	background-image: url(../images/left_hover.png);
}
/* 荣誉证书 */
.honor{
	padding-top: 56px;
	text-align: center;
	padding-bottom: 50px;
}
.honorSwiper{
	width: 1300px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 288px;
	margin-top: 36px;
}
.honorSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}