@-webkit-keyframes animationOpacity {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@-moz-keyframes animationOpacity {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@-o-keyframes animationOpacity {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@keyframes animationOpacity {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
@-moz-keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
@-o-keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}


.honor_box .page_container .title {
  width: max-content;
  margin: 0 auto 30px;
  font-size: 68px;
  color: #326EFF;
  font-family: 'gilroy-bold';
  text-transform: uppercase;
}

.left_box {
  width: 40%;
  box-sizing: border-box;
}
.right_box {
  width: 58%;
  box-sizing: border-box;
}
.about_box {
  padding: 50px 0;
}
.about_box .imgs_box {
  width: 85%;
}
.about_box .imgs_box:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.about_box .right_box h1 {
  font-size: 34px;
  margin-bottom: 35px;
  font-weight: bold;
  color: #333333;
}
.about_box .right_box h4 {
  /* text-indent: 2em; */
  color: #333333;
  line-height: 1.8;
  display: inline-block;
}
.about_box .right_box h4 + h4 {
  margin-top: 15px;
}

.about_box .right_box h4 i{
  display: block;
  font-style: normal;
  width: 45%;
  float: left;
  text-align: left;
  text-indent: 0;
  /* padding: 0 0 0 5%; */

}
.adv_list {
  text-align: center;
  padding-top: 50px;
}
.adv_list li {
  width: 33%;
  border: 1px solid #e9e9e9;
  padding: 50px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.adv_list h1 {
  font-size: 90px;
  font-weight: bold;
  color: #3f5aba;
}
.adv_list h2 {
  margin-top: 8px;
  font-size: 20px;
  color: #333333;
  line-height: 1.6;
}
.service_box {
  margin-bottom: 50px;
  padding: 0 30px;
}
.service_cont {
  padding: 80px 0;
  background: url("../images/konw_bg.jpg") no-repeat center;
  background-size: cover;
}
.service_left {
  width: 58%;
  margin-right: 2%;
}
.service_right {
  width: 35%;
}
.service_right h1 {
  font-size: 42px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
}
.service_right h4 {
  /* text-indent: 2em; */
  margin-top: 15px;
  color: #333333;
}
.honor_box .right_box h4 {
  text-indent: 0em;
}
.course_box .footer_up_cont {
  padding-top: 50px;
  padding-bottom: 120px;
  text-align: center;
}
.course_box .footer_up_cont .page_container > h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.course_box .footer_up_cont h2 {
  margin: 5px 0 40px;
  font-size: 20px;
  color: #555555;
}
.course_swiper {
  padding: 0 30px;
  position: relative;
}
.course_swiper > span {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 13px;
  height: 25px;
  top: 50px;
  opacity: 0.5;
}
.course_swiper > span:hover {
  opacity: 1;
}
.course_swiper .left_icon {
  left: 2px;
  background: url("../images/left_icon.png") no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}
.course_swiper .right_icon {
  right: 2px;
  background: url("../images/right_icon.png") no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}
.course_swiper .swiper-slide-active h1 {
  color: #3f5aba;
}
.course_swiper .swiper-slide-active h4 {
  color: #fff;
  background: #3f5aba;
  position: relative;
}
.course_swiper .swiper-slide-active h4::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #3f5aba;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.course_swiper .swiper-slide-active .course_icon {
  background: url("../images/course_icons.jpg") no-repeat center;
}
.course_swiper .swiper-slide:hover h1{
  color: #3f5aba;
}
.course_swiper .swiper-slide:hover h4{color: #fff;
  background: #3f5aba;
  position: relative;}
.course_swiper .swiper-slide:hover h4::after{
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #3f5aba;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.course_swiper .swiper-slide:hover .course_icon{ 
  background: url("../images/course_icons.jpg") no-repeat center;
}



.course_swiper h1 {
  font-size: 30px;
  color: #555555;
}
.course_swiper h4 {
  margin-top: 20px;
  padding: 20px 10px;
}
.course_icon {
  display: block;
  height: 24px;
  background: url("../images/course_icon.jpg") no-repeat center;
}
.course_box .footer_up_cont {
  margin-top: calc(30px + 2vw);
}
@media screen and (min-width: 768px) {
  .adv_list {
    flex-wrap: nowrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 992px) {
  .left_box, .right_box {
    width: 100%;
}
  .about_box {
    padding: 30px 0;
  }
  .about_box .imgs_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_box .right_box h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .about_box .right_box h4 {
    font-size: 16px;
  }
  .about_box .right_box h4 + h4 {
    margin-top: 10px;
  }
  .adv_list {
    padding-top: 20px;
  }
  .adv_list li {
    width: 32.5%;
    padding: 20px 0;
  }
  .adv_list h1 {
    font-size: 40px;
  }
  .adv_list h2 {
    margin-top: 5px;
    font-size: 14px;
  }
  .course_box .footer_up_cont {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .course_box .footer_up_cont .page_container > h1 {
    font-size: 20px;
  }
  .course_box .footer_up_cont h2 {
    margin: 5px 0 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .about_box {
    padding: 15px 0;
  }
  .adv_list {
    padding-top: 10px;
  }
  .adv_list li {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .adv_list h1 {
    font-size: 40px;
  }
  .adv_list h2 {
    margin-top: 2px;
    font-size: 14px;
  }
  .service_box {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .service_cont {
    padding: 20px 15px;
  }
  .service_left {
    width: 100%;
    margin-right: 0%;
  }
  .service_right {
    margin-top: 20px;
    width: 100%;
  }
  .service_right h1 {
    font-size: 18px;
  }
  .service_right h4 {
    margin-top: 8px;
    font-size: 12px;
  }
  .course_box .footer_up_cont {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .course_box .footer_up_cont .page_container > h1 {
    font-size: 16px;
  }
  .course_box .footer_up_cont h2 {
    margin: 5px 0 15px;
    font-size: 12px;
  }
  .course_swiper {
    padding: 0;
  }
  .course_swiper > span {
    display: none;
  }
  .course_swiper .swiper-slide-active h4::after {
    top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #3f5aba;
  }
  .course_swiper .swiper-slide-active .course_icon {
    background: url("../images/course_icons.jpg") no-repeat center/209px 12px;
  }
  .course_swiper h1 {
    font-size: 20px;
  }
  .course_swiper h4 {
    margin-top: 10px;
    padding: 5px 5px;
  }
  .course_icon {
    height: 12px;
    background: url("../images/course_icon.jpg") no-repeat center/209px 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .service_right h1 {
    font-size: 16px;
  }
  .service_right h4 {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .about_box {
    padding: 30px 0;
  }
  .about_box .imgs_box {
    width: 90%;
  }
  .about_box .right_box h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .about_box .right_box h4 {
    font-size: 16px;
  }
  .about_box .right_box h4 + h4 {
    margin-top: 10px;
  }
  .adv_list {
    padding-top: 30px;
  }
  .adv_list li {
    padding: 30px 0;
  }
  .adv_list h1 {
    font-size: 60px;
  }
  .adv_list h2 {
    margin-top: 5px;
    font-size: 16px;
  }
  .service_right h1 {
    font-size: 26px;
  }
  .service_right h4 {
    margin-top: 10px;
    font-size: 14px;
  }
  .course_box .footer_up_cont {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .course_box .footer_up_cont .page_container > h1 {
    font-size: 24px;
  }
  .course_box .footer_up_cont h2 {
    margin: 5px 0 30px;
    font-size: 16px;
  }

}
@media (max-width: 768px) {
  .honor_box .page_container .title {
    width: max-content;
    margin: 0 auto 30px;
    font-size: 32px;
  }
}