.about-img-text {
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .about-img-text-left {
    width: calc(100% - 38px - 592px);
    text-align: left; }
    .about-img-text-left h4 {
      font-size: 36px;
      font-weight: 600;
      color: #333333;
      margin-bottom: 34px; }
    .about-img-text-left p {
      font-size: 18px;
      color: #666666;
	  line-height: 28px;
      margin-top: 16px; }
  .about-img-text-right {
   width: 592px;
   height: 444px; }
    .about-img-text-right img {
      width: 100%;
      height: 100%; border-radius: 4px;}


.about-course-list {
  height: auto;
  overflow: hidden;
  margin-top: 50px;
  display: flex;
  justify-content: space-between; }
  .about-course-list dd {
    float: left;
    width: 148px; }
    .about-course-list dd h4 {
      font-size: 32px;
      font-weight: 600;
      color: #DE1F26;
      margin-bottom: 60px; }
    .about-course-list dd div {
      border-top: 2px dashed #FFD5D5; }
    .about-course-list dd h5 {
      font-size: 24px;
      font-weight: 600;
      color: #333333;
      margin-top: 52px; }
    .about-course-list dd p {
      text-align: left;
      font-size: 14px;
      color: #666666;
      margin-top: 16px; }
  .about-course-list dt {
    float: left;
    margin: 0 12px;
    padding-top: 93px;
    box-sizing: border-box;
    width: 30px; }
    .about-course-list dt span {
      width: 24px;
      height: 24px;
      border-radius: 2px;
      background: #FFD5D5;
      display: block;
      transform: rotate(45deg); }
  @media screen and (max-width: 1600px) {
    .about-course-list {
      margin-top: 40px; }
      .about-course-list dd {
        width: 122px; }
        .about-course-list dd h4 {
          font-size: 30px;
          margin-bottom: 50px; }
        .about-course-list dd h5 {
          font-size: 20px;
          margin-top: 42px; }
        .about-course-list dd p {
          font-size: 12px;
          margin-top: 14px; }
      .about-course-list dt {
        float: left;
        margin: 0 12px;
        padding-top: 81px;
        box-sizing: border-box;
        width: 24px; }
        .about-course-list dt span {
          width: 24px;
          height: 24px; } }

.about-prize {
  height: 768px;
  margin-top: 50px; }
  .about-prize-left, .about-prize-right {
    height: 100%; }
  .about-prize-left {
    width: 665px;
    background: linear-gradient(-204deg, rgba(222, 31, 38, 0.69), #de1f26);
    padding: 32px 0 0 50px;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    float: left; }
    .about-prize-left li {
      font-size: 22px;
      font-weight: 600;
      color: #FFFFFF;
      padding-left: 20px;
      text-align: left;
      position: relative;
      margin-bottom: 43px; }
      .about-prize-left li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        background: #FFFFFF;
        border-radius: 50%; }
      .about-prize-left li:last-child {
        margin-bottom: 0; }
  .about-prize-right {
    width: calc(100% - 665px);
    float: right;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0 4px 4px 0; }
    .about-prize-right li {
      width: 222px;
      height: 192px;
      background: url(../../img/about/polygon-back.png) no-repeat;
      background-size: 100% 100%;
      float: left;
      display: flex;
      align-items: center;
      justify-content: center; }
      .about-prize-right li:nth-child(4), .about-prize-right li:nth-child(9) {
        margin-left: 111px; }
  @media screen and (max-width: 1600px) {
    .about-prize {
      height: 696px;
      margin-top: 40px; }
      .about-prize-left, .about-prize-right {
        height: 100%; }
      .about-prize-left {
        width: 600px;
        padding: 32px 0 0 50px; }
        .about-prize-left li {
          font-size: 22px;
          margin-bottom: 36.6px; }
          .about-prize-left li:after {
            margin-top: -4px;
            width: 8px;
            height: 8px; }
          .about-prize-left li:last-child {
            margin-bottom: 0; }
      .about-prize-right {
        width: 600px; }
        .about-prize-right li {
          width: 200px;
          height: 174px; }
          .about-prize-right li:nth-child(4), .about-prize-right li:nth-child(9) {
            margin-left: 101px; } }

.about-guide-list {
  height: auto;
  overflow: hidden;
  margin-top: 50px; }
  .about-guide-list li {
    width: 656px;
    float: left;
    margin-bottom: 24px;
    margin-right: 24px; }
    .about-guide-list li .li-left {
      width: 115px;
      height: 115px;
      float: left; }
      .about-guide-list li .li-left img {
        width: 100%;
        height: 100%; }
    .about-guide-list li .li-right {
      float: right;
      width: 517px;
      margin-left: 24px;
      text-align: left; }
      .about-guide-list li .li-right h4 {
        font-size: 24px;
        font-weight: 600;
        color: #333333;
        display: flex;
        align-items: center; }
        .about-guide-list li .li-right h4 span {
          font-size: 16px;
          font-weight: 600;
          color: #333333;
          margin-left: 10px; }
      .about-guide-list li .li-right p {
        margin-top: 16px;
        font-size: 14px;
        color: #666666;
        font-family: PingFang SC,PingFang SC-Semibold, Microsoft YaHei, Arial, Helvetica, sans-serif; }
    .about-guide-list li:nth-child(2n) {
      margin-right: 0; }
  @media screen and (max-width: 1600px) {
    .about-guide-list {
      margin-top: 40px; }
      .about-guide-list li {
        width: 588px; }
        .about-guide-list li .li-left {
          width: 100px;
          height: 100px; }
        .about-guide-list li .li-right {
          float: right;
          width: 464px;
          margin-left: 24px; }
          .about-guide-list li .li-right h4 {
            font-size: 20px; }
            .about-guide-list li .li-right h4 span {
              font-size: 14px; }
          .about-guide-list li .li-right p {
            margin-top: 16px;
            font-size: 14px; } }

.about-vision {
  height: 619px;
  margin-top: 50px; }
  .about-vision li {
    border-radius: 4px;
    overflow: hidden;
    float: left; }
    .about-vision li:nth-child(1) {
      width: 656px;
      height: 619px;
      margin-right: 24px; }
      .about-vision li:nth-child(1) img {
        width: 100%;
        height: 100%; }
    .about-vision li:nth-child(2) {
      width: 656px;
      height: 298px;
      background: #FFFFFF;
      box-shadow: 0px 3px 10px 1px rgba(15, 15, 15, 0.1);
      border-radius: 4px;
      padding: 29px 36px;
      box-sizing: border-box; }
      .about-vision li:nth-child(2) div {
        margin-bottom: 16px; }
        .about-vision li:nth-child(2) div h4 {
          display: flex;
          align-items: center;
          font-size: 24px;
          font-weight: 600;
          color: #333333; }
          .about-vision li:nth-child(2) div h4 span {
            width: 3px;
            height: 18px;
            background: #DE1F26;
            border-radius: 20px;
            margin-right: 10px; }
        .about-vision li:nth-child(2) div p {
          text-align: left;
          margin-top: 14px;
          font-size: 16px;
          font-weight: 500;
          color: #666666; }
        .about-vision li:nth-child(2) div:last-child {
          margin-bottom: 0; }
    .about-vision li:nth-child(3) {
      margin-top: 24px;
      width: 656px;
      height: 297px;
      border-radius: 0; }
      .about-vision li:nth-child(3) img {
        width: 100%;
        height: 100%; }
  @media screen and (max-width: 1600px) {
    .about-vision {
      height: 588px;
      margin-top: 40px; }
      .about-vision li:nth-child(1) {
        width: 588px;
        height: 588px; }
      .about-vision li:nth-child(2) {
        width: 588px;
        height: 282px;
        padding: 29px 36px; }
        .about-vision li:nth-child(2) div {
          margin-bottom: 20px; }
          .about-vision li:nth-child(2) div h4 {
            font-size: 22px; }
          .about-vision li:nth-child(2) div p {
            margin-top: 12px;
            font-size: 14px; }
      .about-vision li:nth-child(3) {
        width: 588px;
        height: 282px; } }




.corporation-other{
	height: 488px;
	overflow: hidden;
	position: relative;
}
.corporation-other img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.corporation-other-m{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* background: linear-gradient(90deg, #28315A 31%, rgba(222,31,38,0.50) 81%); */
}
.corporation-other-m-min{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.corporation-other-m-min li{
	height: auto;
	overflow: hidden;
	margin-bottom: 56px;
}
.corporation-other-m-min li:last-child{
	margin-bottom: 0;
}
.corporation-other-m-min li h4{
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
}
.corporation-other-m-min li p{
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 16px;
}


.leader-list{
	height: auto;
	overflow: hidden;
	margin-top: 56px;
}
.leader-list li{
	width: 592px;
	height: 195px;
	border-radius: 4px;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	float: left;
	margin-right:16px;
	margin-bottom:16px;
	box-sizing: border-box;
	overflow: hidden;
}
.leader-list li:nth-child(2n){
	margin-right: 0;
}
.leader-list li .left{
	width: 150px;
	height: 195px;
	float: left;
	overflow: hidden;
}
.leader-list li .left img{
	width: 100%;
	height: 100%;
}
.leader-list li .right{
	width: calc(100% - 150px);
	text-align: left;
	float: left;
	height: 100%;
	padding: 16px;
	box-sizing: border-box;
}
.leader-list li .right h4{
	font-size: 24px;
	font-weight: 500;
	color: #353535;
}
.leader-list li .right span{
	font-size: 12px;
	font-weight: normal;
	color: #888888;
	margin: 8px 0;
	display: block;
	width: 100%;
}
.leader-list li .right p{
	font-size: 14px;
	font-weight: normal;
	color: #353535;
	line-height: 21px;
}

.about-fz-line{
	height: 679px;
	overflow: hidden;
	position: relative;
}
.about-fz-line .about-fz-line-back{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.about-fz-line-m{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.about-fz-line-m h3{
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
	margin-top: 80px;
}
.about-fz-line-m-line{
	height: 600px;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.about-fz-line-m-line-back{
	width: 100%;
	height: 200px;
}
.about-fz-line-m-line-back img{
	width: 100%;
	height: 100%;
}
.about-fz-line-m-line-ul{
	height: 300px;
	position: relative;
	margin-bottom: -242px;
	margin-top: 58px;
}
.about-fz-line-m-line-ul li{
	width: 244px;
	height: 300px;
	overflow: hidden;
	position: absolute;
}
.about-fz-line-m-line-ul li:nth-child(2){
	bottom: -181px;
	    left: 118px;
}

.about-fz-line-m-line-ul li:nth-child(3){
	bottom: -95px;
	    left: 269px;
}
.about-fz-line-m-line-ul li:nth-child(4){
	    bottom: -278px;
	    left: 384px;
}
.about-fz-line-m-line-ul li:nth-child(5){
	    bottom: -162px;
	    left: 522px;
}
.about-fz-line-m-line-ul li:nth-child(6){
	    bottom: -319px;
	    left: 669px;
}
.about-fz-line-m-line-ul li:nth-child(7){
	       bottom: -154px;
	       left: 806px;
}
.about-fz-line-m-line-ul li:nth-child(8){
	    bottom: -223px;
	    left: 948px;
}
.about-fz-line-m-line-ul li h6{
	font-size: 18px;
	font-weight: 600;
	color: #DE1F26;
	text-align: center;
}
.about-fz-line-m-line-ul li p{
	margin-top: 4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}
.about-fz-line-m-line-ul li div{
	width: 100%;
	height: 50px;
	position: absolute;
}
.about-fz-line-m-line-ul li div::after{
	width: 2px;
	content: "";
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
}
.about-fz-line-m-line-ul li div span{
	display: block;
	position: absolute;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	background: rgba(222, 31, 38, 0.3);
	border-radius: 50%;
	z-index: 1;
}
.about-fz-line-m-line-ul li div span::after{
	position: absolute;
	background: rgba(222, 31, 38, 0.6);
	content: "";
	width: 6px;
	height: 6px;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -3px;
	border-radius: 50%;
	z-index: 2;
}
.about-fz-line-m-line-ul li div div{
	position: absolute;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;

}
.about-fz-line-m-line-ul li div div em{
	width: 4px;
	height: 4px;
	background: #DE1F26;
	display: block;
	border-radius: 50%;
}

/*  */
.about-fz-line-m-line-ul .top-text{
	padding-top: 78px;
}
.about-fz-line-m-line-ul .bottom-text p{
	margin-bottom: 12px;
}
.about-fz-line-m-line-ul .top-text div::after{
	background: linear-gradient(0deg, rgba(222,31,38,0.50) 0%, rgba(222,31,38,0.10) 100%);
}
.about-fz-line-m-line-ul .bottom-text div::after{
	background: linear-gradient(180deg, rgba(222,31,38,0.50) 0%, rgba(222,31,38,0.10) 100%);
}
.about-fz-line-m-line-ul .top-text div div{
	top:unset;
	height: auto;
	bottom: 0;
}
.about-fz-line-m-line-ul .top-text div span{
	top: -20px;
}

.about-fz-line-m-line-ul .bottom-text{
	padding-bottom: 78px;
}
/* .about-fz-line-m-line-ul .bottom-text div{
	background: linear-gradient(180deg, rgba(222,31,38,0.50) 0%, rgba(222,31,38,0.10) 96%);
	bottom: 28;

} */

.about-fz-line-m-line-ul .top-text div{
	top: 20px;
}
.about-fz-line-m-line-ul .bottom-text div div{
	background: unset;
	top: unset;
	top: 0;
}
.about-fz-line-m-line-ul .top-text div div::after{
	content: "";
	height: auto;
}
.about-fz-line-m-line-ul .bottom-text div div::after{
	content: "";
	height: auto;
}

.about-fz-line-m-line-ul .bottom-text div span{
	bottom:-20px
}


@media screen and (max-width: 1440px) {
	.corporation-other-m-min{
		width: 1140px;
	}
	.about-fz-line-m-line{
		width: 1140px;
	}
	.about-fz-line-m-line-ul li{
		width: 224px;
	}
	.about-fz-line-m-line-ul li h6{
		font-size: 16px;
	}
	.about-fz-line-m-line-ul{
		    margin-bottom: -246px;
	}
	.about-fz-line-m-line-ul li:nth-child(2){
		   bottom: -177px;
		       left: 113px;
	}
	.about-fz-line-m-line-ul li:nth-child(3) {
	       left: 254px;
	       bottom: -91px;
	}
	.about-fz-line-m-line-ul li:nth-child(4) {
	    left: 377px;
		    bottom: -278px;
	}
	.about-fz-line-m-line-ul li:nth-child(5) {
	        bottom: -164px;
	}
	.about-fz-line-m-line-ul li:nth-child(6) {
	        bottom: -312px;
	        left: 661px;
	}
 
	.about-fz-line-m-line-ul li:nth-child(7) {
	        bottom: -148px;
	        left: 783px;
	}
	.about-fz-line-m-line-ul li:nth-child(8) {
	       bottom: -216px;
	    left: 911px;
	}
	.about-img-text-left p {
	  font-size: 16px;
	   }
	   .corporation-other-m-min li h4{
	   	font-size: 30px;
	   }
	   .corporation-other-m-min li p{
	   	font-size: 20px;
	   }
}
