.about-banner{
    width: 100%;height: 626px;
}
.about-title{
    text-align: center;
}
.about-title .en{
    font-size: 36px;color: #ff4200;font-weight: 700;line-height: 50px;
}
.about-title .cn{
    font-size: 30px;
}
.about-profile{
    display: flex;display: -webkit-flex;justify-content: space-between;
}
.about-profile .profile-content{
    display: flex;display: -webkit-flex;flex-direction: column;justify-content: center;flex:0 0 700px;
}
.about-profile .profile-content .content-title{
    padding: 0 0 20px 0;
}
.about-profile .profile-content .content-title .en{
    font-size: 36px;color: #ff4200;line-height: 50px;font-weight: 700;
}
.about-profile .profile-content .content-title .cn{
    font-size: 30px;
}
.about-profile .profile-content .content-text{
    overflow: hidden;font-size: 12px;line-height: 30px;
}
.about-profile .profile-content .content-text p{
    padding: 0 0 20px;
}
.about-profile .profile-thumb{
    flex:0 0 660px;
}
.about-profile .profile-thumb img.img{
    max-width: 100%;height: 100%;
}
.about-culture{
    background: url('../images/about@culture-bg.jpg') no-repeat center top;padding: 30px 0 70px;
}
.about-culture .about-title .cn{
    color: white;
}
.about-culture .culture-content{
    padding: 60px 0 0 0;text-align: center;color: white;
}
.about-culture .culture-content .title{
    font-size: 18px;
}
.about-culture .culture-content .content{
    font-size: 14px;line-height: 40px;padding: 20px 0 0 0;
}
.about-culture .culture-list{
    display: flex;display: -webkit-flex;justify-content: center;padding: 60px 0 0 0;
}
.about-culture .culture-list .item{
    flex: 0 0 220px;height: 128px;display: flex;display: -webkit-flex;align-items: center;
    background: #ff4200;border-radius: 5px;margin: 0 20px;
}
.about-culture .culture-list .item p{
    flex: 1;text-align: center;font-size: 14px;line-height: 30px;color: white;
}
.about-brand{
    padding: 30px 0 120px 0;
}
.about-brand .brand-logo{
    text-align: center;height: 97px;padding: 90px 0 0 0;
}
.about-brand .brand-content{
    padding: 100px 0 0 0;
}
.about-brand .brand-content p{
    line-height: 50px;font-size: 12px;
}
.about-honor{
    background: #f2f1f2;padding: 30px 0 100px;
}
.about-honor-main{
    padding: 0 60px;margin: 70px 0 0 0;
}
.about-honor-main .honor-item{
    display: flex;display: -webkit-flex;height: 390px;justify-content: center;align-items: center;
    cursor: pointer;
}
.about-honor-main .honor-item img.img{
    max-width: 100%;max-height: 100%;
}
.about-cooperation{
    padding: 30px 0 60px;
}
.about-cooperation-note{
    font-size: 14px;line-height: 30px;padding: 30px 0 0 0;text-align: center;
}
.about-cooperation-main{
    display: flex;display: -webkit-flex;justify-content: space-between;padding: 60px 0 0 0;
}
.about-cooperation-main .cooperation-thumb{
    flex: 0 0 580px;height: 425px;
}
.about-cooperation-main .cooperation-thumb img.img{
    width: 100%;height: 100%;
}
.about-cooperation-main .cooperation-content{
    flex: 0 0 780px;
}
.about-cooperation-main .cooperation-content .title{
    line-height: 50px;font-size: 24px;color: #ff4200;font-weight: 700;
}
.about-cooperation-main .cooperation-content .list{
    padding: 30px 0 0 0;
}
.about-cooperation-main .cooperation-content .list .li{
    position: relative;line-height: 30px;font-size: 16px;margin: 0 0 30px 0;color: #999999;padding: 0 0 0 20px;
}
.about-cooperation-main .cooperation-content .list .li .icon{
    width: 7px;height: 7px;position: absolute;left: 0;top: 11px;background: #ff4200;border-radius: 50%;
}
.about-cooperation-list{
    background: #f2f1f2;display: flex;display: -webkit-flex;flex-wrap: wrap;justify-content: center;padding: 30px 0 20px;
}
.cooperation-list-item{
    flex: 0 0 456px;margin: 0 5px 20px;cursor: pointer;transition: all .3s ease;
}
.cooperation-list-item:hover{
    transform: translateY(-10px);box-shadow: 0 0 10px #ccc;
}
.cooperation-list-item .item-thumb{
    height: 330px;
}
.cooperation-list-item .item-thumb img.img{
    width: 100%;height: 100%;
}
.cooperation-list-item .item-text{
    line-height: 52px;text-align: center;background: white;font-size: 16px;
}





.about-course{
	background: url('../images/about@course-bg.jpg') no-repeat center top;padding: 30px 0 80px 0;
}
.about-course .about-title .cn{
	color: white;
}
.about-course .course-top-main{
	border-bottom: 1px solid white;padding: 120px 0 0 0;
}
.about-course .course-top{
	padding: 0 70px;margin: 0 90px -5px;
}
.about-course .course-top .top-item{
	display: flex;flex-direction: column;justify-content: center;align-items: center;
}
.about-course .course-top .top-item .item-main{
	width: 80px;height: 80px;border-radius: 50%;padding: 27px;line-height: 80px;text-align: center;
}
.about-course .course-top .top-item .item-main .item-text{
	width: 100%;height: 100%;color: white;border-radius: 50%;
}
.about-course .course-top .top-item .item-hr{
	text-align: center;padding: 5px 0;
}
.about-course .course-top .top-item .item-hr span{
	width: 1px;height: 11px;background: white;display: inline-block;
}
.about-course .course-top .top-item .item-icon{
	text-align: center;height: 9px;
}
.about-course .course-top .top-item .item-icon span{
	display: inline-block;width: 9px;height: 9px;background: white;border-radius: 50%;
}
.about-course .course-top .swiper-slide-thumb-active .top-item .item-main{
	background: rgba(255, 66, 0, .6);
}
.about-course .course-top .swiper-slide-thumb-active .top-item .item-main .item-text{
	background: #ff4200;
}
.about-course .course-bottom{
	padding: 90px 10px 10px;margin: 0 190px;
}
.about-course .course-bottom .bottom-item{
	background: white;display: flex;box-shadow: 0 5px 5px #ccc;
}
.about-course .course-bottom .bottom-item img.item-thumb{
	flex: 0 0 400px;height: 270px;width: 400px;
}
.about-course .course-bottom .bottom-item .item-text{
	flex: 1;padding: 0 0 0 20px;display: flex;justify-content: center;flex-direction: column;
}
.about-course .course-bottom .bottom-item .item-text .text-title{
	font-size: 16px;line-height: 30px;
}
.about-course .course-bottom .bottom-item .item-text .text-description{
	font-size: 16px;line-height: 24px;
}