/* banner */
.banner {
  position: relative;
}
.banner #swiper-container-h {
  width: 100%;
}
.banner #swiper-container-h .swiper-wrapper .swiper-slide img {
  float: left;
  width: 100%;
}
.banner #swiper-container-h .swiper-wrapper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 16% 0;
  text-align: center;
  color: #ffffff;
  font-size: 56px;
  z-index: 1;
}
.banner #swiper-container-h .swiper-wrapper .swiper-slide:last-child .text {
  font-size: 64px;
}
.banner #swiper-container-h .swiper-wrapper .swiper-slide .gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.banner #swiper-container-h #swiper-pagination-h {
  position: absolute;
  bottom: 118px;
}
.banner #swiper-container-h #swiper-pagination-h .swiper-pagination-bullet {
  margin: 0 18px;
  width: 20px;
  height: 20px;
  background-color: unset;
  border: 2px solid #ffffff;
  opacity: 1;
}
.banner #swiper-container-h #swiper-pagination-h .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.banner .angle-down {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.banner .angle-down a {
  display: inline-block;
  width: 57px;
  height: 32px;
  background-image: url(../img/angle-down.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 43px;
  color: #fff;
}
/* end banner */
/* content */
.main {
  margin: 120px auto 0;
  width: 1350px;
}
.main .one-title {
  text-align: center;
  text-indent: -11111px;
  width: 100%;
  height: 80px;
}
.main .content {
  margin: 60px auto;
}
.main .section-1 .one-title {
  background-image: url(../img/class_aboutus.png);
  background-position: center;
  background-repeat: no-repeat;
}
.main .section-1 .content .left {
  float: left;
  width: 44%;
  padding-right: 3%;
}
.main .section-1 .content .left h5 {
  color: #0e0d0d;
  background-image: url(../img/gx_gxlmjytzjt.png);
  background-position: left;
  background-repeat: no-repeat;
  text-indent: -11111px;
  height: 66px;
}
.main .section-1 .content .left h5:before {
  width: 80px;
  height: 4px;
  border: 4px solid #2766e9;
}
.main .section-1 .content .left p {
  padding-top: 24px;
  color: #666666;
  font-size: 22px;
  line-height: 41px;
}
.main .section-1 .content .left .btn-blue {
  position: relative;
  margin-top: 14px;
  color: #2766e9;
  border: none;
  background: unset;
  font-size: 20px;
}
.main .section-1 .content .left .btn-blue span {
  display: block;
  padding: 12px 40px;
}
.main .section-1 .content .left .btn-blue::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2766e9;
  transition: 400ms ease all;
}
.main .section-1 .content .left .btn-blue::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2766e9;
  transition: 400ms ease all;
}
.main .section-1 .content .left .btn-blue span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #2766e9;
  transition: 400ms ease all;
}
.main .section-1 .content .left .btn-blue span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #2766e9;
  transition: 400ms ease all;
}
.main .section-1 .content .left .btn-blue:hover span::before {
  height: 0;
  transition: 400ms ease all;
}
.main .section-1 .content .left .btn-blue:hover span::after {
  height: 0;
  transition: 400ms ease all;
}
.main .section-1 .content .right {
  width: 50%;
  float: right;
}
.main .section-1 .content .right img {
  width: 100%;
}
.main .section-2 > .one-title {
  background-image: url(../img/class_qualificationshonors.png);
  background-position: center;
  background-repeat: no-repeat;
}
.main .section-2 .content {
  margin-bottom: 10px;
  justify-content: space-between;
}
.main .section-2 .content .list-item {
  display: inline-block;
  width: 33.3%;
  margin-bottom: 50px;
  float: left;
}
.main .section-2 .content .list-item .photo {
  padding: 13px;
  border: 2px solid #0066ed;
  width: 374px;
  height: 255px;
  cursor: pointer;
  overflow: hidden;
}
.main .section-2 .content .list-item .photo img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s all linear;
}
.main .section-2 .content .list-item .photo:hover img {
  transition: 0.5s all linear;
  transform: scale(1.15);
}
.main .section-2 .content .list-item .warp {
  width: 400px;
  padding: 14px 0;
  border-bottom: 1px solid #cccccc;
}
.main .section-2 .content .list-item .warp .date {
  color: #2766e9;
  font-size: 40px;
  font-weight: bold;
}
.main .section-2 .content .list-item .warp .name {
  color: #0e0d0d;
  font-size: 28px;
}
.main .section-3 .one-title {
  background-image: url(../img/class_wisdom_education.png);
  background-position: center;
  background-repeat: no-repeat;
}
.main .section-3 .content .list-item {
  position: relative;
  float: left;
  padding: 40px 0;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25%;
  text-align: center;
}
.main .section-3 .content .list-item .gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.main .section-3 .content .list-item .warp {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.main .section-3 .content .list-item .warp .title {
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  z-index: 1;
}
.main .section-3 .content .list-item .warp .title::before {
  display: block;
  width: 18px;
  height: 4px;
  background-color: red;
}
.main .section-3 .content .list-item .warp .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 27px;
  padding: 10px 20px 0;
  color: #ffffff;
  z-index: 1;
  text-align: left;
}
.main .section-3 .content .list-item .warp .bth-more {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 42px;
  background-color: unset;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #fff;
}
.main .section-3 .content .list-item .warp .bth-more:hover {
  color: #2766e9;
  background-color: #ffffff;
}
.main .section-3 .content .list-item:nth-of-type(1) {
  background-image: url(../img/we-1.png);
}
.main .section-3 .content .list-item:nth-of-type(2) {
  background-image: url(../img/we-2.png);
}
.main .section-3 .content .list-item:nth-of-type(3) {
  background-image: url(../img/we-3.png);
}
.main .section-3 .content .list-item:nth-of-type(4) {
  background-image: url(../img/we-4.png);
}
.main .section-3 .content .list-item:nth-child(5) {
  width: 100%;
}
.main .section-3 .content .list-item:nth-child(5) .title {
  color: #fff;
  font-size: 32px;
}
.main .section-3 .content .list-item:nth-child(5):hover {
  background-color: #000;
}
.main .section-3 .content .list-item:nth-of-type(6) {
  background-image: url(../img/we-5.png);
}
.main .section-3 .content .list-item:nth-of-type(7) {
  background-image: url(../img/we-6.png);
}
.main .section-3 .content .list-item:nth-of-type(8) {
  background-image: url(../img/we-7.png);
}
.main .section-3 .content .list-item:nth-of-type(9) {
  background-image: url(../img/we-8.png);
}
.main .section-3 .content .list-item:hover {
  background-image: none;
  background-color: #0066ed;
}
.main .section-3 .content .list-item:hover .gray {
  transition: 0.3s all linear;
  background-color: unset;
}
/* end content */