<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.aboutus-container {
  width: 1200px;
  margin: 15px auto 30px;
  overflow: hidden;
}
.aboutus-container .menu-bar {
  width: 240px;
  margin-right: 20px;
  box-sizing: border-box;
  float: left;
  padding: 15px 0;
  background: #fff;
}
.aboutus-container .menu-bar a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333;
  padding: 18px 38px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.aboutus-container .menu-bar a:last-child {
  margin-bottom: 0;
}
.aboutus-container .menu-bar a:hover,
.aboutus-container .menu-bar .active {
  color: #08e;
  font-weight: bold;
}
.aboutus-container .menu-bar .active::before,.aboutus-container .menu-bar a:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 4px;
  background: #08e;
  border-radius: 2px;
}
.aboutus-container .aboutus-content {
  width: 940px;
  float: right;
}
.aboutus-container .aboutus-content .title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding: 40px 0px 36px;
}
.aboutus-container .aboutus-content p {
  font: 14px/28px "Source Han Sans CN", sans-serif;
  color: #333;
  margin-bottom: 40px;
  text-align: justify;
}
.aboutus-container .aboutus-content p:last-child {
  margin-bottom: 0;
}
.aboutus-container .aboutus-content .subtitle {
  font-size: 20px;
  padding: 40px 0;
  font-weight: bold;
  color: #333;
}
.aboutus-container .modular {
  background: #fff;
  box-sizing: border-box;
  padding: 42px 30px;
  margin-bottom: 20px;
}
.aboutus-container .story img {
  display: block;
  width: 100%;
}
.aboutus-container .culture .title {
  padding-top: 0;
}
.aboutus-container .culture .culture-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}
.aboutus-container .culture .culture-list .item {
  flex: 1;
  text-align: center;
}
.aboutus-container .culture .culture-list .item img {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 24px;
}
.aboutus-container .culture .culture-list .item h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
}
.aboutus-container .culture .culture-list .item span {
  text-align: center;
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.aboutus-container .culture .idea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.aboutus-container .culture .idea .item {
  width: 430px;
  height: 200px;
  background: url(../images/aboutUs/idea1.png) no-repeat 0 0;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 30px 21px;
}
.aboutus-container .culture .idea .item h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 17px;
}
.aboutus-container .culture .idea .item p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.aboutus-container .culture .idea .item:nth-child(2) {
  background: url(../images/aboutUs/idea2.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.aboutus-container .campusEnvironment{

}
.aboutus-container .campusEnvironment .imgList{
display: flex;
  flex-wrap: wrap;
}
.aboutus-container .campusEnvironment .imgItem{
 width: 280px;
  height:186px ;
  margin-right: 20px;
  margin-bottom: 20px;
}
.aboutus-container .campusEnvironment .imgItem:nth-child(3n){
  margin-right: 0;
}
.aboutus-container .campusEnvironment .imgItem img{
 width: 100%;
}
.aboutus-container .culture .logo-idea dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.aboutus-container .culture .logo-idea dl dt {
  width: 329px;
}
.aboutus-container .culture .logo-idea dl dt img {
  display: block;
  width: 100%;
}
.aboutus-container .culture .logo-idea dl dd {
  width: 492px;
  font: 14px/26px "Source Han Sans CN", sans-serif;
  color: #333;
}
.aboutus-container .culture .logo-idea p {
  font: 14px/28px "Source Han Sans CN", sans-serif;
  color: #333;
  margin-bottom: 24px;
}
.aboutus-container .culture .brand-idea {
  padding-top: 18px;
}
.aboutus-container .culture .brand-idea img {
  display: block;
  width: 100%;
}
.aboutus-container .history {
  padding-top: 0;
}
.aboutus-container .history .time-axis {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.aboutus-container .history .time-axis li {
  flex: 1;
  position: relative;
  padding-bottom: 20px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  cursor: pointer;
}
.aboutus-container .history .time-axis li::after,.aboutus-container .history .time-axis li::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 18px;
  background: #fff url(../images/aboutUs/circle.png) no-repeat;
  background-size: 100% 100%;
  left: 12px;
  bottom: -9px;
  z-index:2;
}
.aboutus-container .history .time-axis li::before {
  background: none;
  background: #fff;
  z-index:1;
}
.aboutus-container .history .time-axis li.active {
  font-size: 20px;
  color: #333;
}
.aboutus-container .history .time-axis li.active::after {
  content: '';
  background: #fff url(../images/aboutUs/circle_active.png) no-repeat;
  background-size: 100% 100%;
}
.aboutus-container .history .time-axis::before {
  content: '';
  width: calc(100% - 24px);
  border-top: 1px solid rgba(0, 136, 238, 0.3);
  position: absolute;
  bottom: 0;
  left: 12px;
}
.aboutus-container .history .time-axis::after {
  content: '';
  width: 14px;
  height: 17px;
  background: url(../images/aboutUs/history-tran.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -8px;
  right: 0;
}
.aboutus-container .history .axis-content .content {
  background: #08e;
  padding: 31px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}
.aboutus-container .history .axis-content .content h3 {
  font-size: 20px;
  font-weight: bold;
}
.aboutus-container .history .axis-content .content p {
  margin-bottom: 30px;
  color: #fff;
}
.aboutus-container .history .axis-content .content p:last-child {
  margin-bottom: 0;
}










.aboutus-container .achievement .title {
  padding: 0;
}
.aboutus-container .achievement .subtitle {
  padding-bottom: 26px;
  color: #333;
}
.aboutus-container .achievement .img-list {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
}
.aboutus-container .achievement .img-list img {
  display: block;
  width: 420px;
  height: 280px;
  margin-bottom: 40px;
}
.aboutus-container .partner .title {
  padding: 0;
}
.aboutus-container .partner .partner-list {
  position: relative;
}
.aboutus-container .partner .partner-list .swiper-button-prev {
  color: transparent;
  width: 52px;
  height: 52px;
  background: url(../images/aboutUs/icon_round_back.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  outline: none;
}
.aboutus-container .partner .partner-list .swiper-button-next {
  color: transparent;
  width: 52px;
  height: 52px;
  background: url(../images/aboutUs/icon_round_next.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  outline: none;
}
.aboutus-container .partner .partner-list .swiper-slide img {
  display: block;
  width: 132px;
  height: 132px;
  margin: 0 auto 23px;
}
.aboutus-container .partner .partner-list .swiper-slide span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.aboutus-container .partner .training-base {
  position: relative;
}
.aboutus-container .partner .training-base .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.aboutus-container .partner .training-base .swiper-slide .item {
  width: 202px;
}
.aboutus-container .partner .training-base .swiper-slide .item img {
  display: block;
  width: 202px;
  height: 133px;
  margin-bottom: 24px;
}
.aboutus-container .partner .training-base .swiper-slide .item span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  /* padding: 0 20px; */
  box-sizing: border-box;
}
.aboutus-container .partner .training-base .swiper-button-prev {
  color: transparent;
  width: 52px;
  height: 52px;
  background: url(../images/aboutUs/icon_round_back.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  outline: none;
}
.aboutus-container .partner .training-base .swiper-button-next {
  color: transparent;
  width: 52px;
  height: 52px;
  background: url(../images/aboutUs/icon_round_next.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -20px; 
  outline: none;
}
.aboutus-container .teachers .title {
  padding: 0;
}
.aboutus-container .teachers .subtitle {
  padding-bottom: 26px;
}
.aboutus-container .teachers .teacher-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.aboutus-container .teachers .teacher-list .item {
  display: block;
  width: 84px;
  margin: 0 29px 16px 0;
}
.aboutus-container .teachers .teacher-list .item img {
  display: block;
  width: 84px;
  height: 84px;
  margin-bottom: 12px;
}
.aboutus-container .teachers .teacher-list .item span {
  display: block;
  width: 73px;
  height: 20px;
  text-align: center;
  font: 12px/19px "Source Han Sans CN", sans-serif;
  box-sizing: border-box;
  padding: 0 10px;
  color: #333;
  margin: 0 auto;
}
.aboutus-container .teachers .teacher-list .item:nth-child(8n) {
  margin-right: 0;
}
.aboutus-container .teachers .teacher-details{
  position: relative;
}
.aboutus-container .teachers .teacher-details .swiper-slide {
  display: flex;
  align-items: flex-end;
}
.aboutus-container .teachers .teacher-details .cover {
  width: 278px;
  height: 100%;
  border: 1px solid #E7E7E7;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
}
.aboutus-container .teachers .teacher-details .cover img {
  display: block;
  width: 100%;
  height: 278px;
}
.aboutus-container .teachers .teacher-details .cover:nth-child(3n) {
  margin-right: 0;
}
.aboutus-container .teachers .teacher-details .cover .desc {
  box-sizing: border-box;
  width: 100%;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100px;
  padding-top: 17px;
}
.aboutus-container .teachers .teacher-details .cover .info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  font: 12px/24px "Source Han Sans CN", sans-serif;
  overflow: hidden;
}
.aboutus-container .teachers .teacher-details .cover:hover .info {
  display: block;
}
.aboutus-container .teachers .teacher-details .cover .desc span {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
}
.aboutus-container .teachers .teacher-details .cover .desc em {
  font-size: 16px;
  color: #666;
}
 
.aboutus-container .teachers .teacher-details p {
  margin-left: 40px;
  line-height: 30px;
  height: 205px;
  display: flex;
  align-items: center;
  line-height: 28px;
}
.aboutus-container .teachers .teacher-details .swiper-button-prev,
.aboutus-container .teachers .teacher-details .swiper-button-next {
  color: #666;
  width: 52px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -55px;
  outline: none;
}
.aboutus-container .teachers .teacher-details .swiper-button-prev {
  left: -20px;
}
.aboutus-container .teachers .teacher-details .swiper-button-next {
  right: -20px;
}
.aboutus-container .teachers .teacher-details .swiper-button-next:after,
.aboutus-container .teachers .teacher-details .swiper-button-prev:after {
  font-size: 18px;
  line-height: 52px;
  z-index: 2;
  background: rgba(0,0,0,0.5);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  color: #fff;
}
 
.aboutus-container .teachers .teacher-details .swiper-button-prev::before {
  left: 0;
}
.aboutus-container .teachers .teacher-details .swiper-button-next:before {
  right: 0;
}
 
.aboutus-container .contact-us .address-container {
  display: flex;
  justify-content: space-between;
}
.aboutus-container .contact-us .address-container .map-img {
  width: 492px;
  height: 240px;
  margin-right: 40px;
}
.aboutus-container .contact-us .address-container .map-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.aboutus-container .contact-us .address-container .info {
  width: calc(100% - 532px);
}
.aboutus-container .contact-us .address-container .info .item {
  display: flex;
  margin-bottom: 32px;
}
.aboutus-container .contact-us .address-container .info .item:last-child {
  margin-bottom: 0;
}
.aboutus-container .contact-us .address-container .info .item .address-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.aboutus-container .contact-us .address-container .info .item .text span{
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 17px;
}
.aboutus-container .contact-us .address-container .info .item .text em{
  display: block;
  font-size: 14px;
  color: #666;
}
.aboutus-container .contact-us .code-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -15px;
}
.aboutus-container .contact-us .code-list .item{
  display: flex;
  width: 208px;
  height: 54px;
  background: #f5f5f5;
  margin-right: 16px;
  margin-bottom: 16px;
  align-items: center;
  font: 12px/20px "Source Han Sans CN", sans-serif;
  color: #333;
  padding: 0 14px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.aboutus-container .contact-us .code-list .item .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 9px;
}
.aboutus-container .contact-us .code-list .item:nth-child(4n) {
  margin-right: 0;
}
.aboutus-container .contact-us .code-list .item:hover .code-mask{
  display: block;
}
.aboutus-container .contact-us .code-list .item .code-mask {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  width: 254px;
  height: 292px;
  background: url(../images/aboutUs/bg_float.png) no-repeat 0 0;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 40px;
}
.aboutus-container .contact-us .code-list .item .code-mask img {
  display: block;
  width: 138px;
  height: 138px;
  margin: 0 auto;
}
.aboutus-container .contact-us .code-list .item .code-mask span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.modular-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0;
}
.modular-title span {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
  position: relative;
}
.modular-title em {
  font-size: 14px;
  color: #aaa;
  letter-spacing: 7px;
}
.modular-title span::before,.modular-title span::after {
  content: '';
  width: 90px;
  border-top: 1px solid #08e;
  position: absolute;
  top:50%;
}
.modular-title span::before {
  left: -140px;
}
.modular-title span::after {
  right: -140px;
}
.text-strong {
  font-weight: bold;
  color: #08e;
  font-size: 20px;
}
.modular-subtitle {
  position: relative;
  padding: 40px 0 40px 17px;
}
.modular-subtitle::before {
  content: '';
  width: 3px;
  height: 45px;
  background: #08e;
  border-radius: 1.5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modular-subtitle span {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.modular-subtitle em {
  display: block;
  font-size: 14px;
  color: #aaa;
  letter-spacing: 7px;
}
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 40px;
}

#certify  .swiper-slide {
	width: 310px;
  height: 230px;
	background: #fff;

}
#certify  .swiper-slide img{
	display:block;
  width: 310px;
  height: 227px;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
 

#certify .swiper-button-prev {
	color: transparent;
  width: 52px;
  height: 52px;
  background: url(../images/aboutUs/icon_round_back.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  outline: none;
}

 
#certify .swiper-button-next {
	color: transparent;
  width: 52px;
  height: 52px;
  background: url(../images/aboutUs/icon_round_next.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  outline: none;
}
 
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}
#certify .desc p {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}
.trendsList{
  display: flex;
  flex-wrap: wrap;
  font-family: Source Han Sans CN;

}
.trendsList .trendsItem{
  display: block;
  width: 424px;
  height: 385px;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 18px 15px;
  margin-right: 32px;
  margin-bottom: 30px;
}
.trendsList .trendsItem:nth-child(2n){
  margin-right: 0;
}
.trendsList .trendsTitle{
  width: 390px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 19px;
  color: #333333;
  line-height: 30px;
}
.trendsList .trendsContent{
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  margin-bottom: 13px;
  height: 40px;
  width: 390px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制行数为2 */
  overflow: hidden;
}
.trendsList .trendsImg{
  width: 392px;
  height: 231px;
}
.trendsList .trendsImg img{
  max-width: 100%;
  max-height: 100%;
}
.trendsCheck{
  margin: 13px 0;
  font-weight: 400;
  font-size: 12px;
  color: #0088EE;
  line-height: 30px;
}</pre></body></html>