a {
  color: #666;
}
img {
  width: 100%;
}
.briefTitle h2 {
  display: flex;
  font-size: 34px;
  justify-content: center;
}
.briefTitle .title {
  display: block;
}
.briefMain {
  margin-top: 70px;
}
.briefBox {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.briefConent {
  /* width: 45%; */
  position: relative;
  display: flex;
  justify-content: space-between;
}
.briefText {
  width: 48%;
  height: 370px;
  background: url("../images/about/brief_text.png") center no-repeat;
}
.briefText a {
  width: 125px;
  height: 47px;
  background-color: #0b4da2;
  color: #fff;
  line-height: 47px;
  text-align: center;
  margin-top: 45px;
}
.briefImg {
  position: relative;
  margin-top: 30px;
}
.briefConent p {
  text-indent: 2em;
  color: #666;
  line-height: 30px;
  margin-top: 30px;
  /*margin-right: 180px;*/
  font-size: 16px;
  /*margin-left: 70px;*/
}
.develNum {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-top: 12%;
  z-index: 2;
}
.develVideo {
  position: relative;
  margin-top: 80px;
  height: 500px;
  overflow: hidden;
}
.develVideo .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/sImages/video_bac.png") center no-repeat;
  background-size: cover;
  z-index: 1;
}
.develVideo video {
  width: 100%;
  object-fit: fill;
  height: 100%;
  position: absolute;
  min-width: 1200px;
}
.devTime {
  display: flex;
  align-items: center;
}
.time {
  font-size: 58px;
  font-weight: 900;
  font-family: "Arial";
}
.devTime .add {
  font-size: 30px;
  margin-top: 20px;
}
.estabTime {
  text-align: center;
}
.devYear {
  margin-left: 10px;
}
.line {
  text-align: center;
  transform: rotate(30deg);
}
.completeVideo {
  position: relative;
  margin-top: 50px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.completeVideo .viewsMore {
  cursor: pointer;
  display: inline-block;
}
.framework {
  padding-top: 70px;
  padding-bottom: 200px;
  background: url("../images/about/bg1.png") center bottom no-repeat;
  background-size: cover;
}
.frameImg {
  margin-top: 50px;
  display: none;
}
.frameImg img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.frameImg.curr {
  display: block;
}
.teamDire {
  display: flex;
  justify-content: space-between;
}
.teamList {
  position: relative;
  width: 49%;
  height: 486px;
  overflow: hidden;
}
.teamList .iconImg {
  height: 100%;
  transform: scale(1);
  transition-duration: 0.5s;
}
.teamList:hover .iconImg {
  transform: scale(1.08);
}
.direction {
  position: absolute;
  bottom: 76px;
  width: 85%;
  left: 8.2%;
  color: #fff;
}
.direction h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.direction span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "Arial";
  text-transform: uppercase;
  margin-top: 23px;
  line-height: 1;
}
.aboutRight {
  /* display: flex;

    justify-content: flex-end;

    margin-top: 10px; */
  position: absolute;
  right: 0;
  bottom: -18px;
  width: 37px;
  height: 37px;
  background: url("../images/about/right11.png") center no-repeat;
  background-size: contain;
  transition-duration: 0.5s;
}
.teamList:hover .aboutRight {
  background-image: url("../images/about/right11.png");
}
.rightImg {
  width: 37px;
  height: 37px;
  /* background: url("../images/about/right.png") center no-repeat; */
}
.direction p {
  margin-top: 20px;
}
.teamMain {
  background: #f4f4f4;
  padding: 120px 0;
}
.teamInfo {
  background: #fff;
  margin-top: 20px;
  height: 478px;
}
.strImg {
  width: 50%;
  height: 486px;
  overflow: hidden;
}
.teamInfo .rightImg {
  background: url("../images/about/right.png") center no-repeat;
}
.teamInfo .strImg {
  height: 100%;
}
.teamInfo .strImg p {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition-duration: 0.5s;
}
.teamInfo:hover .strImg p {
  transform: scale(1.08);
}
.administration {
  width: 50%;
  display: flex;
  align-items: center;
}
.strationBox {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.strationBox h2 {
  /* margin-top: 30px; */
  color: #333;
  margin-bottom: 42px;
}
.strationBox p {
  /* margin-top: 20px; */
  line-height: 30px;
  color: #666;
}
.strationBox .rightImg {
  margin-top: 30px;
  /* position: absolute; */
  transition-duration: 0.5s;
}
.teamInfo:hover .rightImg {
  background: url("../images/about/rights.png") center no-repeat;
}
.courseImg {
  width: 100%;
  min-height: 650px;
  background: url("../images/about/course.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.courseImg h2 {
  font-size: 34px;
}
.courseLine {
  width: 4px;
  height: 70px;
  background: #0b4da2;
}
.courseTitle {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.courseTitle h1 {
  margin-left: 20px;
  font-size: 65px;
  font-family: "Arial";
  font-weight: 900;
}
.courseContent {
  margin-top: 20px;
  color: #666;
  margin-left: 20px;
  font-size: 18px;
  margin-bottom: 16px;
}
.enWord {
  font-size: 16px;
  color: #acacac;
  font-family: "Arial";
  line-height: 28px;
  margin-left: 20px;
}
.courseDate {
  margin: 0 auto;
  display: flex;
  margin-top: 100px;
  width: 90%;
}
.courseDate .date {
  width: calc(100% / 13);
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.coursepage {
  position: unset!important;
}
.courseDate li {
  border-radius: unset;
  opacity: 1;
  background: unset;
}
.courseDate .swiper-pagination-bullet-active {
  border-bottom: 2px solid #0b4da2;
}
.courseDate .date:hover {
  border-bottom: 2px solid #0b4da2;
}
.courseDate .curr {
  border-bottom: 2px solid #0b4da2;
}
.courseImg .swiper-button-next {
  width: 37px;
  height: 37px;
  background: url("../images/about/arrowRight.png") no-repeat;
  right: 0;
  bottom: 30px;
  top: unset;
  margin-top: unset;
}
.courseImg .swiper-button-prev {
  width: 37px;
  height: 37px;
  background: url("../images/about/arrowLeft.png") no-repeat;
  left: 0;
  bottom: 30px;
  top: unset;
  margin-top: unset;
}
.courseImg .swiper-button-next:hover {
  width: 37px;
  height: 37px;
  background: url("../images/about/arrowRights.png") no-repeat;
}
.courseImg .swiper-button-prev:hover {
  background: url("../images/about/arrowLefts.png") no-repeat;
}
.courseImg .swiper-button-prev:after {
  content: '';
}
.courseImg .swiper-button-next:after {
  content: '';
}
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  background: #000;
}
.footer img {
  width: auto;
}
.progress {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.progressLeft {
  width: 2px;
  height: 40px;
  background: #fff;
}
.progressRight {
  width: 2px;
  height: 60px;
  background: #fff;
  margin-left: 10px;
}
.proBar {
  height: 0;
  background: #1b4e9a;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: heights1;
  animation-name: heights1;
  animation-iteration-count: infinite;
}
.progressLeft .proBar {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}
.progressRight .proBar {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.proBox {
  display: flex;
}
@-webkit-keyframes heights1 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
  /* 100% {

		height: 0;

	} */
}
@keyframes heights1 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
  /* 100% {

		height: 0;

	} */
}
.jointly {
  position: relative;
}
.skyImg {
    padding-bottom: 200px;
  width: 100%;
  min-height: 400px;
  background: url("../images/about/sky.png") no-repeat;
  background-size: 100% 100%;
}
.joinBox {
 
  text-align: center;
}
.joinTitle {
  padding-top: 120px;
}
.joinTitle h2 {
  font-size: 42px;
  color: #1b4e9a;
}
.joinText {
  color: #8faace;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: "Arial";
}
.joinList {
  margin-top: 40px;
}
.joinList .text{
    color: #666;
    margin-top: 15px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    text-indent: 2em;
}
.listTitle {
  font-weight: bold;
  color: #0f3671;
  font-size: 24px;
}
.listContent {
  color: #c8cbcd;
  margin-top: 15px;
  font-size: 18px;
}
.corporateCulture {
  overflow-x: hidden;
}
.orientationMain {
  margin-top: -100px;
  position: relative;
  margin-bottom: 340px;
}
.orientationMain .swiper-container {
  overflow: unset;
}
.orientation {
  width: 100%;
  /* background: #f4f4f4; */
  height: 600px;
  position: relative;
  left: -100%;
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.orientationMain .swiper-container .swiper-slide.swiper-slide-active .orientation {
  left: 0;
  opacity: 1;
}
.orientationMain .swiper-container .swiper-slide.swiper-slide-active .development {
  opacity: 1;
  right: 0;
}
.trendImg {
  position: absolute;
  top: 0;
}
.development {
  position: absolute;
  top: 100px;
  width: 45%;
  height: 690px;
  background: #383838;
  right: -100%;
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.circleBox {
  position: absolute;
  display: flex;
  align-items: center;
  left: calc((64% - 9%) / 2 - (568px / 2));
  bottom: -110px;
}
.circleBox .swiper-slide {
  width: auto;
  cursor: pointer;
}
.circleMain {
  display: flex;
  align-items: center;
  position: relative;
}
.circleMain i {
  width: 16px;
  height: 16px;
  background: url("../images/about/circle.png");
}
.cirLie {
  width: 120px;
  height: 1px;
  background: #ccc;
}
.circleLine {
  width: 140px;
  height: 1px;
  background: #ccc;
}
.orientaText {
  position: absolute;
  top: 30px;
  transform: translateX(-66%);
  left: 50%;
}
.orientaLine {
  width: 1px;
  height: 20px;
  background: #0b4da2;
  margin: 0 auto;
  display: none;
}
.vision {
  left: 18px;
}
.circleMain.active .orientaLine {
  display: block;
}
.circleMain.active i {
  background: url("../images/about/circles.png");
}
.orientaCont {
  margin-top: 10px;
}
.circleMain.active .orientaCont {
  color: #0b4da2;
}
.number {
  width: 50px;
}
.number img {
  width: auto;
}
.orientCont {
  position: relative;
  padding-top: 64px;
  /* left: 5%;

    top: 50%;

    right: 15%;

    transform: translateY(-50%); */
}
.orientCont h2 {
  font-size: 32px;
}
.serviceTitle {
  margin-top: 20px;
  font-size: 22px;
  color: #3868ad;
}
.serviceRule {
  margin-top: 30px;
  width: 52%;
}
.ruleList {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.ruleTitle {
  color: #3868ad;
  font-size: 22px;
}
.ruleBox {
  margin-left: 50px;
}
.ruleText {
  margin-top: 5px;
  color: #666;
}
.developmentText {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #0b4da2;
  height: 240px;
  display: flex;
  align-items: center;
  color: #2165bd;
}
.developmentLine {
  width: 40px;
  height: 4px;
  background: #2165bd;
  margin-top: 10px;
}
.orideve {
  margin-left: 50px;
  text-transform: uppercase;
  font-size: 24px;
}
/*资质荣誉样式*/
.qualifications {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  position: relative;
}
.trophyImg {
  width: 290px;
}
.trophyImg .swiper-slide img {
  width: 290px;
  height: 732px;
  object-fit: cover;
}
.certificateImg {
  width: 325px;
  padding-right: 5px;
}
.qualifiMain {
  position: relative;
  height: 732px;
  display: flex;
  align-items: center;
  margin-right: 25px;
  flex: 1;
}
.qualificationList {
  margin-bottom: 40px;
}
.qualificationList li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 40px;
  font-family: "Arial";
}
.qualificationList li:first-child a {
  margin-top: 0;
}
.enterprises {
  margin-left: 20px;
  transition-duration: 0.5s;
}
.qualificationList li a:hover .enterprises {
  color: #0b4da2;
}
.quaSwitch {
  position: absolute;
  bottom: 0;
  left: calc(5% + 263px);
}
.qalificationMain .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-left: -4px;
}
.qalificationMain .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}
.qalificationMain .swiper-pagination {
  text-align: left;
  bottom: 0px !important;
}
.qalificationMain .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 39px;
  text-align: center;
  font-family: "Arial";
  background: url(../images/special/i_4.png) left bottom no-repeat;
  border-radius: 0;
  opacity: 1;
}
.qalificationMain .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  z-index: 2;
  color: #00519a;
  background: url(../images/special/i_4s.png) left bottom no-repeat;
}
.swithBox {
  display: flex;
}
.swithLine {
  width: 100px;
  height: 1px;
  background: #ccc;
  margin-top: 20px;
  display: flex;
  margin-left: -4px;
  justify-content: space-between;
}
.swithBox .swiper-slide:first-child .swithLine {
  margin-left: 0;
}
.swithNum {
  text-align: center;
  font-family: "Arial";
}
.lineCri {
  width: 4px;
  height: 4px;
  background: #c3c3c4;
  margin-top: -4px;
}
.swithMian {
  cursor: pointer;
}
.swithMian.active .swithNum {
  color: #00519a;
}
.swithMian.active .lineCri {
  background: #00519a;
  position: relative;
  z-index: 100;
}
.honor {
  margin-top: 70px;
  display: flex;
  margin-bottom: 150px;
}
.honorMain h2 {
  font-size: 32px;
}
.honorLeft {
  position: absolute;
  top: 0;
  left: -100px;
}
.cationLine {
  width: 0;
  height: 1px;
  background: #ccc;
  margin-left: 20px;
  transition: all 1s;
}
.qualificationList li:hover .cationLine {
  width: 50px;
  transition: all 1s;
}
.frameworkNav {
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-top: 34px;
}
.frameNavChange {
  line-height: 47px;
  cursor: pointer;
  padding: 0 22px;
}
.frameNavChange.curr {
  /* border-bottom: 2px solid #1b4e9a; */
  background-color: #0b4da2;
  color: #ffffff;
}
.frameworkNavLine {
  margin: 0 20px;
  width: 1px;
  height: 15px;
  background: #ccc;
}
.qalifiSlide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qalificationMain {
  width: calc((100% - 290px) - 5%);
  margin-left: 5%;
}
.swithBox .swiper-slide {
  width: auto;
  position: relative;
}
.swithBox .swiper-slide.active {
  z-index: 9;
}
.swithBox .swiper-slide.active .swithLine {
  background: #1b4e9a;
}
.top-swiper {
  position: relative;
}
.top-swiper .swiper-button-next,
.top-swiper .swiper-button-prev {
  top: calc(100% + 35px);
  outline: none;
}
.top-swiper .swiper-button-next {
  left: calc(100% + 18px);
  right: auto;
}
.top-swiper .swiper-button-prev {
  right: calc(100% + 18px);
  left: auto;
}
.course .gallery-thumbs {
  border-bottom: 1px solid #bfbfbf;
}
.course .gallery-thumbs .swiper-slide {
  position: relative;
  font-size: 22px;
  color: #666666;
  font-family: "Arial";
  text-align: center;
  cursor: pointer;
  line-height: 110px;
}
.course .gallery-thumbs .swiper-slide::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background: #0b4da2;
  content: " ";
}
.course .gallery-thumbs .swiper-slide-thumb-active {
  color: #0b4da2;
}
.course .gallery-thumbs .swiper-slide-thumb-active::after {
  transition: all 0.5s;
  width: 100%;
}
/*视频播放弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  background: #000;
}
.pop_video video {
  width: 100%;
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_25.png) center no-repeat;
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.joinTitle,
.joinList:nth-child(2),
.joinList:nth-child(3),
.joinList:nth-child(4),
.joinList:nth-child(5),
.orientationMain,
.footer,
.briefMain,
.develVideo,
.framework,
.teamMain .w1400,
.courseImg .w1400,
.honorMain {
  visibility: hidden;
}
.joinTitle.active,
.joinList:nth-child(2).active,
.joinList:nth-child(3).active,
.joinList:nth-child(4).active,
.joinList:nth-child(5).active,
.orientationMain.active,
.footer.active,
.briefMain.active,
.develVideo.active,
.framework.active,
.teamMain .w1400.active,
.courseImg .w1400.active,
.honorMain.active {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  animation-delay: 0.2s;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
