@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

/* html{
  font-style: 14px;
} */
.introduction_content {
  width: 100%;
}

.introduction_content .video_wrap {
  width: 100%;
  height: 91vh;
  cursor: pointer;
}

.video_wrap .video_top {
  width: 100%;
  height: 100%;
}

.cut_page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 70%;
  margin: 20px auto;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #e13f38;
  text-decoration: none;
}

a:active {
  color: #e13f38;
  text-decoration: none;
  cursor: pointer;
}

ul li a {
  cursor: pointer;
}

/* 标题 */
.opeartion_school2 {
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0 0;
  width: 100%;
  position: relative;
}

.opeartion_school2 .opeartion_more{
  width: 1200px;
  text-align: right;
  font-size: 20px;
  position: absolute;
  font-weight: bold;
  bottom: 0;
  cursor: pointer;
}

.opeartion_school2 .text-letter,
#introduce .text-letter {
  margin: 15px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
}

.opeartion_school2 .text-letter .text_11,
#introduce .text-letter .text_11 {
  overflow-wrap: break-word;
  color: #d7d7d7;
  font-size: 40px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 70px;
  letter-spacing: 2px;
}

.opeartion_school2 .text-letter .text_12,
#introduce .text-letter .text_12 {
  overflow-wrap: break-word;
  color: #111111;
  font-size: 40px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 70px;
  margin: -20px auto -38px;
}

.opeartion_school2 .text-letter .image_2,
#introduce .text-letter .image_2 {
  width: 174px;
  height: 7px;
  margin: 30px auto 0;
}


/* 文字简介 */
.threeArticles_wrap {
  width: 100%;
  min-height: 200px;
  height: auto;
  background-color: #f5f5f5;
}

.threeArticles_center {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.threeArticles_title_wrap {
  text-align: center;
  position: relative;
  padding: 80px 0 20px;
}

.threeArticles_content {
  line-height: 30px;
  padding-bottom: 50px;
}

.threeArticles_content .left {
  width: 740px;
  height: auto;
}

.threeArticles_content .left .english_title {
  letter-spacing: 2px;
  color: #999;
  font-size: 16px;
}

.threeArticles_content .left .title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 40px;
}

.threeArticles_content .left .content span {
  text-indent: 2em;
}

.threeArticles_content .right {
  margin-left: auto;
}

.title_bg {
  width: 100%;
  font-size: 34px;
  position: absolute;
  opacity: 0.1;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}

.threeArticles_title {
  font-size: 30px;
  padding-bottom: 20px;
  background: url(../imge/threeArticles_border.png) no-repeat bottom;
}

.threeArticles_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.threeArticles_list {
  width: 32%;
  padding: 10px 0;
  box-sizing: border-box;
  height: 280px;
}

.threeArticles_list img {
  width: 100%;
  height: 100%;
}

/* 办学优势 */
.highlights_list {
  width: 20%;
  box-sizing: border-box;
  height: 400px;
  position: relative;
}

.highlights_red_bg {
  width: 100%;
  height: 100%;
}

.highlights_list .highlights_img {
  width: 33%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
}

.highlights_list .highlights_title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  width: 100%;
}

.highlights_list .highlights_desc {
  display: none;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  color: #fff;
  padding: 10px;
}

.highlights_list .highlights_border {
  border-bottom: 2px solid #fff;
  width: 30%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 0);
}

.highlights_list:hover .highlights_red_bg {
  background-color: rgba(255, 0, 0, 0.666);
  position: relative;
}

.highlights_list:hover .highlights_img {
  top: 20%;
}

.highlights_list .highlights_border {
  top: 60%;
}

.highlights_list:hover .highlights_title {
  top: 50%;
}

.highlights_list:hover .highlights_desc {
  display: block;
}



/* 公司荣誉 */
.honour_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fafbff;
  border-radius: 10px 50px;
  margin: 10px 0;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
}

.honour_list .honour_img {
  width: 80%;
  height: 80%;
}

.honour_list p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  height: 50px;
  font-weight: bold;
}

.honour_list:nth-child(3n+0) p {
  background: #FFC000;
}

.honour_list:nth-child(3n+1) p {
  background: #FF4900;
}

.honour_list:nth-child(3n+2) p {
  background: #015aff;

}





/* 资质 */
/* 讲师 */
.swiper-container3 .swiper-wrapper .swiper-slide {
  margin: 30px 0;
  width: 277.5px;
  margin-right: 30px;
}

.jiangshi-item {
  float: left;
  position: relative;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s;
}

.jiangshi-item .headimg {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s;
}

.jiangshi-item .certificate_list img {
  width: 100%;
  border-radius: 2px;
  box-sizing: border-box;
}

.swiper-container3 .jiangshiName {
  position: relative;
  top: 0;
  font-size: 16px;
  color: #333;
  margin-top: 80px;
  margin-bottom: 8px;
  font-weight: 700;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-container3 {
  width: 1200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.headimg {
  width: 4.6875vw;
  height: 4.6875vw;
  border-radius: 50%;
  margin: 0 auto 1.041vw;
  overflow: hidden;
}

/* 资质证书 */
.certificate {
  position: relative;
  width: 1300px;
  margin: 0 auto;
}

.certificate .swiper-jiangshi-next,
.certificate .swiper-jiangshi-prev {
  position: absolute;
  top: 60%;
}

.certificate .swiper-jiangshi-next:focus,
.certificate .swiper-jiangshi-prev:focus {
  outline: none;
}

.certificate .swiper-jiangshi-next img,
.certificate .swiper-jiangshi-prev img {
  font-size: 25px;
  color: #ccc;
}

.certificate .swiper-jiangshi-next img:hover,
.certificate .swiper-jiangshi-prev img:hover {
  color: #2e68b8;
  cursor: pointer;
}

.certificate .swiper-jiangshi-prev {
  left: -0px;
}

.certificate .swiper-jiangshi-next {
  right: -0px;
}

/* 发展历程 */
.goThrough_bds {
  /* min-height: 50px; */
  background: url(../images/cdeledu/homeAnnual-line.png) repeat-y center top;
  overflow: inherit;
}

.goThroughLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  min-height: 130px;
}

.goThroughRight {
  /* flex-direction: row; */
}

.goThroughLeftTitle {
  width: 170px;
  background: #015aff;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  z-index: 99;
  border: 15px solid #fff;

}

.goThroughRightTitle {
  background: #fe4800;
}

.horizontalContent .goThroughRightH2 {
  color: #fe4800;
}

.horizontalLine {
  width: 100px;
  height: 2px;
  background: #ccc;
  /* margin: 0 10px; */
}

.horizontalContentWrap {
  display: flex;
  align-items: center;
  position: absolute;
  left: 45px;
}

.horizontalContentWrap2 {
  right: 45px;
  left: auto;
}

.horizontalContent {
  background: #ccc;
  border-radius: 16px;
  padding: 10px;
  font-size: 14px;
  width: 420px;
  border: 10px solid #fff;
}

.goThroughYear {
  color: #015aff;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
}

/* 管理团队 */
.banner {
  width: 100%;
  height: 85%;
  overflow: hidden;
  display: flex;
  position: relative;
}

.banner img {
  width: 100%;
  height: 100%;
}

/*
设置小圆点的容器，利用flex布局使其居中
*/

.banner .points {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 10px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 设置每个小圆点的样式 */

.banner .point {
  background-color: skyblue;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}

.points .active {
  background-color: #f40;
}

/* 制作左右箭头 */

.banner .left-btn,
.banner .right-btn {
  z-index: 999;
  color: #fff;
  position: absolute;
  background-color: rgba(0, 0, 0, .2);
  height: 50px;
  width: 50px;
  display: flex;
  font-size: 50px;
  justify-content: center;
  line-height: 40px;
  cursor: pointer;
  top: 500px;
}

.banner .left-btn {
  left: 40px;
}

.banner .right-btn {
  right: 40px;
}

/* 企业文化 */
.culture_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.culture_list {
  width: 23%;
  margin: 2% 1%;
  text-align: center;
}

.culture_list img {
  width: 100%;
  height: 100%;
}

/* 职业培训 */
.openProjects_list {
  width: 18%;
  margin: 2% 1%;
  text-align: center;
}

.openProjects_list img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}



/* 社会责任 */
.social_Responsibility {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.social_list {
  width: 30%;
  margin: 100px 0 40px;
  border: 1px solid #eae4e4;
  box-shadow: 0 0px 20px #d5d3d3;
}

.social_list .social_img_wrap {
  width: 100%;
  height: 250px;
}

.social_img_wrap img {
  width: 100%;
  height: 100%;
}

.social_title_wrap {
  padding: 30px 20px;
  font-size: 16px;
  background: #fff;
}

.social_title {
  font-size: 22px;
}

.social_date {
  padding: 10px 0;
}

.social_desc {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.social_left_bg,
.social_right_bg {
  background: #FF4900;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: -1;
  left: -8%;
  width: 300px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.social_wrap {
  position: relative;
}

.swiper_button_right ,
.swiper_button_left{
  position: absolute;
  display: flex;
  top: 30px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FF4900;
  cursor: pointer;
}

.swiper_button_left{
  color: #005AFF;
  left: 0;
}


.social_title1 {
  padding: 13px 0 0 0;
  line-height: 30px;
}

.social_title2 {
  font-weight: bold;
  font-size: 20px;
}

.social_right_bg {
  background: #005AFF;
  right: -8%;
  left: auto;
}

.swiper-slide {
  object-fit: cover;
}

.swiper-slide-active {
  object-fit: cover;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

/* .swiper-container2{
  width: 1300px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.swiper-container2 .swiper-wrapper{
  position: initial;
} */

/* .swiper-container-android .swiper-slide,
.swiper-wrapper2 {
  transform: translate3d(0px,0,0);
}

.swiper-wrapper2 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
} */

/* @media screen and (max-width:768px) {
  .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
} */

/* 最新资讯 */
.informationList {
  width: 30%;
  margin: 40px 0 40px;
  border: 1px solid #eae4e4;
  box-shadow: 0 0px 20px #d5d3d3;
}

.externalLinks_border {
  border: 1px solid #DDDDDD;
  border-left: none;
  border-right: none;
  margin: 20px auto;
}

.externalLinks_border a,
.external_title {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  color: #005AFF;
  font-weight: bold;
}


/* 集团总部 */
.groupHeadquarters {
  overflow: hidden;
}

.headOffice .mapWrap {
  width: 1200px;
  background-color: #F7F6F6;
  margin: 0 auto 24px;
}

.headOffice .mapWrap img {
  width: 100%;
}

.greyBox {
  display: flex;
  width: 1200px;
  background-color: #F7F6F6;
  margin: 0 auto;
  padding: 54px 0;
}

/* .fbMargin {
  margin-bottom:49px;
} */

.branchMargin {
  /* box-sizing: border-box; */
  /* overflow: hidden; */
  margin-bottom: 52px;
}

.greyBox .left {
  font-size: 40px;
  width: 300px;
  /* height: 220px; */
  text-align: center;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}

.greyBox .lbottom {
  /* flex-direction: column; */
  align-items: end;
  justify-content: center;
}

.greyBox .ltop {
  align-items: start;
  justify-content: center;
}

.greyBox .right {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-evenly;
  font-size: 20px;
  color: #222222;
  width: 900px;
  /* height: 220px; */
  padding: 30px 54px;
  box-sizing: border-box;
}

.greyBox .left::after {
  content: '';
  position: absolute;
  left: 300px;
  right: 0;
  height: 143px;
  width: 2px;
  background-color: #D2D2D2;
}

.filiale {
  margin-bottom: 141px;
}


/* 投诉建议 */

.complaintSuggestion {
  overflow: hidden;
}

.commentMessage {
  /* margin-top: 119px; */
  margin-bottom: 66px;
  width: 1100px;
  margin: 0 auto;
}

.commentMessage .information_form {
  font-size: 20px;
  /* width: 1100px; */
  /* border: 1px solid #000; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.information_form .input-container{
  display: flex;
  flex-direction: column;
}
.input-container .input_error{
  padding: 5px 0px 5px 30px;
}
.information_form .border_box {
  border-radius: 5px;
  border: 1px solid #000;
  width: 432px;
  height: 56px;
  color: #666666;
  /* display: table-cell;
  vertical-align: middle; */
  line-height: 56px;
  text-align: left;
  margin: 5px 31px;
  padding-left: 20px;
  border: 1px solid #9f9f9f;
}

.border_box input {
  width: 80%;
  height: 40px;
  font-size: 20px;
  border: none;
  /* background: none; */
  box-shadow: 0 0 0 1000px white inset;
  font-family: SourceHanSansCN-Normal;
  /* color: #666666; */
}

.information_form .theme {
  width: 927px;
}

.information_form .message {
  display: table-cell;
  vertical-align: text-top;
  width: 927px;
  height: 158px;
  padding-top: 18px;
}

.message .message_area {
  border: none;
  font-family: SourceHanSansCN-Normal;
  /* color: #666666; */
  color: #000;
  width: 90%;
  height: 90%;
  color: #000;
}

.information_form .comment_submit {
  background-color: #005AFF;
  font-size: 20px;
  color: #FFFFFF;
  width: 250px;
  height: 40px;
  margin-bottom: 60px;
  margin-top: 20px;
  border-radius: 5px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  border: none;
}