@charset "UTF-8";
a:hover,
a:focus {
  text-decoration: none;
}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url(../font/11c302dd8c50619e4131da5d645fb422.otf);
}

.shuTiProfile-title {
  background: #f2432a;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  font-size: 36px;
  color: #fff;
  font-family: "SourceHanSansCN-Light";
  position: relative;
  padding-top: 30px;
  padding-top: 0;
}
.shuTiProfile-title::after {
  position: absolute;
  left: 40px;
  bottom: 35px;
  width: 50px;
  height: 4px;
  background: #fff;
  content: "";
}

.shuTiProfile {
  margin-bottom: 80px;
}
.shuTiProfile .bg {
  background: url(../images/595bbfcfdf167da0c2edd0c343ef2b81.png) center center
    no-repeat;
  background-size: cover;
  height: 860px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 85px;
  padding-bottom: 160px;
  position: relative;
}
.shuTiProfile .bg .logoin {
  position: absolute;
  left: 60px;
  top: 60px;
}
.shuTiProfile .bg .introduce {
  width: 415px;
  margin-right: 80px;
}
.shuTiProfile .bg .introduce .desc {
  font-size: 18px;
  font-family: "SourceHanSansCN-Regular";
  line-height: 2;
  padding: 55px 45px;
  color: #fff;
  background: rgba(49, 47, 46, 0.9);
}

@media (max-width: 991px) {
  .shuTiProfile-title {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .shuTiProfile-title::after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .shuTiProfile .bg .logoin {
    position: static;
    margin-bottom: 40px;
  }
  .shuTiProfile .bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shuTiProfile .bg .introduce {
    margin-right: 0;
  }
  .shuTiProfile .bg .introduce .desc {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .shuTiProfile-title {
    height: 120px;
  }
  .shuTiProfile-title::after {
    bottom: 20px;
  }
  .shuTiProfile-title {
    font-size: 26px;
  }
  .shuTiProfile .bg .introduce .desc {
    font-size: 14px;
    padding: 20px 40px;
  }
  .shuTiProfile .bg {
    padding-bottom: 20px;
    padding-top: 20px;
    height: 500px;
  }
  .shuTiProfile .bg .introduce {
    width: 100%;
  }
  .shuTiProfile .bg {
    height: auto;
    padding-top: 42px;
    padding-bottom: 0;
  }
}

.Our-team {
  background: url(../images/b5683b984c9b88aea5dddb359714c2e5.png) center center
    no-repeat;
  padding-top: 75px;
  background-position: center top;
}
.Our-team .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Our-team .container .img {
  margin-right: 90px;
}
.Our-team .container .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 80px;
}
.Our-team .container .text .desc {
  font-size: 18px;
  color: #323335;
  line-height: 2;
  margin-top: 110px;
  padding: 0 35px;
  font-family: "SourceHanSansCN-Regular";
}

.development-course {
  margin-top: 150px;
}
.development-course .bg {
  margin-top: 100px;
  background: url(../images/62665bdc84029d846cf7f99fa1dfc46d.png) center top
    no-repeat;
  height: 825px;
}
.development-course .bg .container {
  padding-top: 380px;
}
.development-course .bg .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.development-course .bg .container ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-right: 20px;
}
.development-course .bg .container ul li:nth-of-type(1) .years,
.development-course .bg .container ul li:nth-of-type(8) .years,
.development-course .bg .container ul li:nth-of-type(4) .years {
  background: #455663;
}
.development-course .bg .container ul li:nth-of-type(3) .years,
.development-course .bg .container ul li:nth-of-type(3) .years,
.development-course .bg .container ul li:nth-of-type(6) .years {
  background: #282828;
}

.development-course .bg .container ul li:nth-of-type(3) .desc .con .de {
  width: 300px;
}
.development-course .bg .container ul li:nth-of-type(even) .desc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  top: 100%;
  bottom: inherit;
  padding-bottom: 0;
  padding-top: 20px;
}
.development-course .bg .container ul li:nth-of-type(even) .desc .con .de {
  width: 310px;
}
.development-course .bg .container ul li:nth-of-type(even) .desc .x {
  background: url(../images/f4b0f07d1c20897acedd5bb060b6931c.png);
}
.development-course .bg .container ul li:nth-of-type(even) .img {
  bottom: 100%;
  margin-bottom: 30px;
  left: 40px;
}
.development-course .bg .container ul li:nth-of-type(odd) .img {
  top: 100%;
  margin-top: 30px;
  right: 40px;
}
.development-course .bg .container ul li .years {
  font-size: 41px;
  color: #ffffff;
  -webkit-transform: skewX(23deg);
  -ms-transform: skewX(23deg);
  transform: skewX(23deg);
  background: #f2432a;
}
.development-course .bg .container ul li .years span {
  display: block;
  -webkit-transform: skewX(-23deg);
  -ms-transform: skewX(-23deg);
  transform: skewX(-23deg);
  text-align: center;
}
.development-course .bg .container ul li .desc {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}
.development-course .bg .container ul li .desc .con {
  padding-left: 50px;
}
.development-course .bg .container ul li .desc .con .tit {
  font-size: 26px;

  color: #455663;
  margin-bottom: 5px;
}
.development-course .bg .container ul li .desc .con .de {
  font-size: 15px;
  color: #040000;
  width: 297px;
  margin-bottom: 50px;
}
.development-course .bg .container ul li .desc .x {
  background-image: url(../images/92ba4a854a945d4b68bcf518c4b04f67.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 152px;
}
.development-course .bg .container ul li .img {
  position: absolute;
}

.special-style-title > span {
  text-align: center;
  font-size: 41px;
  color: #161616;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.special-style-title > span::before {
  margin-right: 70px;
  content: "";
  height: 47px;
  width: 4px;
  background: #f2432a;
  display: inline-block;
}
.special-style-title > span::after {
  margin-left: 70px;
  content: "";
  height: 47px;
  width: 4px;
  background: #f2432a;
  display: inline-block;
}

.special-style-title p {
  text-align: center;
  margin-top: 20px;
}
.special-style-title p span {
  font-size: 26px;

  margin: 0 5px;
}

.enterpriseFaith .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.enterpriseFaith .content {
  margin-top: 60px;
  height: 685px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../images/58b7a88eeded025280bb843baee0d1e0.png) center center
    no-repeat;
  background-size: cover;
}
.enterpriseFaith .content .container div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  padding-left: 155px;
}
.enterpriseFaith .content .container div span:nth-of-type(1) {
  background: #f2432a;
  text-align: center;
  font-size: 30px;
  color: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
  padding: 10px 30px;
}
.enterpriseFaith .content .container div span:nth-of-type(2) {
  font-size: 30px;
  color: #cacaca;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .Our-team .container .img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .Our-team {
    background-size: cover;
  }
  .Our-team .container .text .desc {
    margin-top: 50px;
  }
  .Our-team {
    padding-bottom: 75px;
  }
  .Our-team .container .text .desc {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .Our-team .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Our-team .container .img {
    margin: 0 auto;
  }
  .Our-team .container .text {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .Our-team {
    padding-top: 20px;
  }
  .shuTiProfile {
    margin-bottom: 20px;
  }
  .Our-team .container .text .desc {
    margin-top: 20px;
    font-size: 14px;
  }
  .Our-team {
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .enterpriseFaith .content .container div span:nth-of-type(1) {
    font-size: 26px;
  }
  .enterpriseFaith .content .container div span:nth-of-type(2) {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .enterpriseFaith .content .container div {
    padding-left: 0;
  }
  .enterpriseFaith .content {
    height: auto;
    padding: 20px 0;
  }
  .enterpriseFaith .content .container div span:nth-of-type(1) {
    padding: 10px 10px;
    font-size: 16px;
  }
  .enterpriseFaith .content .container div span:nth-of-type(2) {
    font-size: 14px;
  }
  .enterpriseFaith .content .container div span:nth-of-type(1) {
    margin-right: 10px;
  }
  .enterpriseFaith .content .container div span:nth-of-type(2) {
    font-size: 12px;
  }
  .special-style-title > span {
    font-size: 31px;
  }
  .special-style-title > span::before,
  .special-style-title > span::after {
    height: 27px;
  }
  .special-style-title > span::before {
    margin-right: 35px;
  }
  .special-style-title > span::after {
    margin-left: 35px;
  }
  .special-style-title p span {
    font-size: 20px;
  }
  .enterpriseFaith .content {
    margin-top: 20px;
  }
}

@media (max-width: 1320px) {
  .development-course .bg .container ul li:nth-of-type(1) .desc .con {
    padding-left: 50px;
  }
  .development-course .bg .container ul li:nth-of-type(7) .desc .con {
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .development-course .bg .container ul li .desc {
    position: static;
  }
  .development-course .bg .container ul li .desc .x {
    display: none;
  }
  .development-course .bg .container ul li .img {
    display: none;
  }
  .development-course .bg .container ul {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .development-course .bg .container {
    padding-top: 0;
  }
  .development-course .bg .container ul li:nth-of-type(even) .desc {
    padding-top: 0;
  }
  .development-course .bg .container ul li .desc .con {
    padding-left: 0 !important;
    text-align: center;
    margin-top: 10px;
    padding-right: 0 !important;
  }
  .development-course .bg {
    height: auto;
  }
}

@media (max-width: 767px) {
  .development-course .bg .container ul {
    padding: 0 20px;
  }
  .development-course .bg .container ul li {
    margin-right: 0;
  }
  .development-course .bg .container ul li .years {
    font-size: 26px;
  }
  .development-course .bg {
    margin-top: 20px;
  }
  .development-course {
    margin-top: 30px;
  }
  .development-course .bg .container ul li {
    width: 100%;
  }
  .development-course .bg .container ul li .desc .con .de {
    margin-bottom: 20px;
  }
}

a:hover,
a:focus {
  text-decoration: none;
}

.fourInstructions {
  padding-top: 100px;
  padding-bottom: 150px;
}
.fourInstructions ul li:nth-of-type(4) .title span {
  position: relative;
}
.fourInstructions ul li:nth-of-type(4) .title span::after {
  position: absolute;
  right: 16px;
  top: 0;
  content: "2";
  font-size: 12px;
  color: #f2432a;
}
.fourInstructions ul li:hover .img img:nth-of-type(1) {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.fourInstructions ul li:hover .img img:nth-of-type(2) {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
.fourInstructions ul li .img {
  position: relative;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fourInstructions ul li .img img {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fourInstructions ul li .img img:nth-of-type(1) {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.fourInstructions ul li .img img:nth-of-type(2) {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  opacity: 0;
}
.fourInstructions ul li .title {
  color: #161616;
  font-family: "SourceHanSansCN-Regular";
  text-align: center;
  font-size: 26px;
}
.fourInstructions ul li .title span {
  font-size: 29px;
  color: #f2432a;
}
.fourInstructions ul li .desc {
  text-align: center;
  font-size: 20px;
  color: #6c6e6e;
  font-family: "SourceHanSansCN-Regular";
}

@media (max-width: 991px) {
  .fourInstructions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fourInstructions ul li {
    margin-bottom: 30px;
  }
  .fourInstructions ul li .img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .fourInstructions ul li .img {
    margin-bottom: 20px;
  }
  .fourInstructions ul li .title {
    font-size: 16px;
  }
  .fourInstructions ul li .desc {
    font-size: 16px;
  }
  .fourInstructions ul li .title span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .fourInstructions ul li .img img {
    width: 62px;
  }
  .fourInstructions ul li .img {
    margin-bottom: 10px;
  }
  .fourInstructions ul li .title span {
    font-size: 20px;
  }
  .fourInstructions ul li .title {
    font-size: 14px;
  }
  .fourInstructions ul li .desc {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .fourInstructions ul li:nth-of-type(4) .title span::after {
    right: 10px;
    top: -4px;
  }
}
