* .swiper-pagination {
  position: static;
  text-align: center;
}
* .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
* .swiper-pagination .swiper-pagination-bullet-active {
  background: #f2c920;
}
.common_tit3 {
  padding: 60px 0 40px;
}
.coop3S .inner,
.pub-swiper-1 .inner {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  display: block;
}
.coop3S .inner .img,
.pub-swiper-1 .inner .img {
  overflow: hidden;
}
.coop3S .inner .img img,
.pub-swiper-1 .inner .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.coop3S .inner .text,
.pub-swiper-1 .inner .text {
  padding: 36px 30px;
  position: relative;
}
.coop3S .inner .text span,
.pub-swiper-1 .inner .text span {
  font-family: Akrobat-Black;
  font-size: 50px;
  letter-spacing: 2.5px;
  color: #f2c920;
  position: absolute;
  right: 30px;
  height: 60px;
  line-height: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.coop3S .inner .text h4,
.pub-swiper-1 .inner .text h4 {
  font-size: 18px;
  font-weight: bold;
  padding-right: 54px;
  color: #1a1a1a;
}
.coop3S .inner:hover .img img,
.pub-swiper-1 .inner:hover .img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pub-book-list .li {
  width: 30.6397%;
  margin: 4.04045% 4.04045% 0 0;
  float: left;
}
.pub-book-list .li .imgbox {
  background-color: #fcfcfc;
  border: solid 1px #f7f7f7;
  -webkit-border-radius: 6px 6px 0px 0px;
     -moz-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
  overflow: hidden;
}
.pub-book-list .li .imgbox img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  -webkit-border-radius: 6px 6px 0px 0px;
     -moz-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
}
.pub-book-list .li .textbox {
  padding: 34px 10px 30px;
  background-color: #f7f7f7;
  -webkit-border-radius: 0px 0px 6px 6px;
     -moz-border-radius: 0px 0px 6px 6px;
          border-radius: 0px 0px 6px 6px;
}
.pub-book-list .li .textbox .tl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.pub-book-list .li .textbox .line {
  width: 30px;
  height: 4px;
  background-color: #f2c920;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  margin: 0 auto;
}
.pub-book-list .li:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pub-book-list .li:nth-child(3n) {
  margin-right: 0;
}
.pub-book-list .li:nth-child(1),
.pub-book-list .li:nth-child(2),
.pub-book-list .li:nth-child(3) {
  margin-top: 0;
}
.training_a {
  padding-bottom: 100px;
}
.training_a .container2 {
  line-height: 1;
}
.training_a .container2 .div1 {
  padding: 60px 48px;
  background: #fff;
}
.training_a .container2 .div1 .title-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.training_a .container2 .div1 .title-box .cn {
  font-size: 26px;
  color: #164a96;
}
.training_a .container2 .div1 .title-box .en {
  font-family: Kiro;
  font-size: 18px;
  letter-spacing: 2px;
  color: #666666;
}
.training_a .container2 .div1 .subnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.training_a .container2 .div1 .subnav li {
  width: 160px;
  text-align: center;
  margin-right: 20px;
}
.training_a .container2 .div1 .subnav li a {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  line-height: 32px;
  text-align: center;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: bold;
}
.training_a .container2 .div1 .subnav .active a,
.training_a .container2 .div1 .subnav li:hover a {
  background: #f2c920;
}
.training_a .container2 .div1 .subnav li:last-child {
  margin-right: 0;
}
.training_a .container2 .div1 .ljbmbtn-box .bmbtn {
  width: 180px;
  height: 40px;
  background-color: #2e7ae8;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: block;
  margin: 0 auto;
}
.training_a .container2 .div2 {
  background-color: #e9eced;
  padding-bottom: 60px;
}
.training_a .container2 .div2 .swiper-box {
  padding: 0 48px;
}
.training_a .container2 .div2 #activePho .imgbox {
  overflow: hidden;
  -webkit-border-radius: 6px 6px 0px 0px;
     -moz-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
}
.training_a .container2 .div2 #activePho .imgbox img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  -webkit-border-radius: 6px 6px 0px 0px;
     -moz-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
}
.training_a .container2 .div2 #activePho .textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-border-radius: 0px 0px 6px 6px;
     -moz-border-radius: 0px 0px 6px 6px;
          border-radius: 0px 0px 6px 6px;
  line-height: 100px;
  background: #fff;
  padding: 0 30px;
}
.training_a .container2 .div2 #activePho .textbox .title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #1a1a1a;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 600;
}
.training_a .container2 .div2 #activePho .textbox .index {
  font-size: 50px;
  font-family: Akrobat-Black;
  letter-spacing: 3px;
  color: #f2c920;
}
.training_a .container2 .div2 #activePhoSP {
  margin-top: 30px;
}
.training_a .container2 .div2 #activePhoSP .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.training_a .container2 .div2 #activePhoSP .swiper-pagination-bullet-active {
  background: #f2c920;
}
.training_a .container2 .div3 {
  background: #fff;
  padding: 0 48px 80px;
}
.training_a .container2 .div3 .coop4 {
  padding: 0;
}
.training_a .container2 .div3 .news_list {
  line-height: normal;
}
.training_a .container2 .div3 .news_list ul {
  margin: 0;
}
.training_a .container2 .div3 .page-el-box .el-pagination button {
  background-color: #f5f5f5;
}
.training_a .container2 .div3 .page-el-box .el-pagination button:hover {
  background-color: #f2c920;
}
.training_a .container2 .div3 .page-el-box .el-pagination button:disabled:hover {
  background-color: #f5f5f5;
}
.book_a {
  padding-bottom: 100px;
}
.book_a .container2 {
  -webkit-border-radius: 6px 6px 0px 0px;
     -moz-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
  background-color: #ffffff;
  padding: 0 48px 100px;
}
.book_a .container2 .common_tit2_outer {
  margin-bottom: 40px;
}
.book_a .container2 .subnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.book_a .container2 .subnav li {
  width: 160px;
  text-align: center;
  margin-right: 20px;
}
.book_a .container2 .subnav li a {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  line-height: 32px;
  text-align: center;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: bold;
}
.book_a .container2 .subnav .active a,
.book_a .container2 .subnav li:hover a {
  background: #f2c920;
}
.book_a .container2 .subnav li:last-child {
  margin-right: 0;
}
.book_a .container2 .div1 .page-el-box .el-pagination button {
  background-color: #f5f5f5;
  color: #333;
}
.book_a .container2 .div1 .page-el-box .el-pagination button:hover {
  background: #f2c920;
}
.book_a .container2 .div1 .page-el-box .el-pagination button:hover .el-icon {
  color: #164a96;
}
.book_a .container2 .div1 .page-el-box .el-pagination button:disabled {
  background-color: #f5f5f5;
}
.book_a .container2 .bt {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
}
.book_a .container2 .div2 {
  padding-bottom: 45px;
}
.book_a .container2 .div2 .book_text {
  padding: 31px 0 37px;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px dashed #999;
  margin-bottom: 46px;
}
.book_a .container2 .div2 .add-img {
  padding-bottom: 46px;
  border-bottom: 1px dashed #999;
}
.book_a .container2 .div2 .swiper-box {
  padding-bottom: 50px;
  border-bottom: 1px dashed #999;
}
.book_a .container2 .div2 #bookSwiper {
  margin-bottom: 40px;
}
.book_a .container2 .div2 #bookSwiper .li {
  margin-top: 0;
}
.book_a .container2 .div2 #bookSwiperSP .swiper-pagination-bullet {
  background: #f5f5f5;
}
.book_a .container2 .div2 #bookSwiperSP .swiper-pagination-bullet-active {
  background: #f2c920;
}
.book-detail-cont {
  padding: 50px 0;
}
.book-detail-cont .swiper-box,
.book-detail-cont .deInfo {
  width: 47.9798%;
}
.book-detail-cont .swiper-box {
  float: left;
}
.book-detail-cont .deInfo {
  float: right;
  padding-top: 40px;
}
.book-detail-cont .deInfo .bookName {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
  padding-bottom: 24px;
  position: relative;
}
.book-detail-cont .deInfo .bookName::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #f2c920;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.book-detail-cont .deInfo .detxt {
  color: #666666;
  line-height: 24px;
  margin-bottom: 60px;
}
.book-detail-cont .deInfo .control-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.book-detail-cont .deInfo .control-box .btn {
  width: 122px;
  height: 35px;
  background-color: #f5f5f5;
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
  text-align: center;
  line-height: 35px;
  color: #333333;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.book-detail-cont .deInfo .control-box .btn img {
  position: relative;
  top: -1px;
}
.book-detail-cont .deInfo .control-box .btn:hover {
  background: #f2c920;
}
.book-detail-cont #bookImg {
  margin-bottom: 24px;
}
.book-detail-cont #bookImg a img {
  display: block;
}
.book-detail-cont #bookImg a.prev_bookImg,
.book-detail-cont #bookImg a.next_bookImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.book-detail-cont #bookImg a.prev_bookImg:hover,
.book-detail-cont #bookImg a.next_bookImg:hover {
  background: #f2c920;
}
.book-detail-cont #bookImg a.prev_bookImg {
  left: 10px;
  right: auto;
}
.book-detail-cont #bookImg a.prev_bookImg img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.book-detail-cont #bookImg .swiper-slide {
  background-color: #fcfcfc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  border: solid 1px #f7f7f7;
}
.book-detail-cont #bookImg .imgbox {
  overflow: hidden;
}
.book-detail-cont #bookImg .imgbox img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

@media (max-width: 768px) {
  .training_a .container2 {
    padding: 0;
  }
  .training_a .container2 .div1 {
    padding: 0 3% 20px;
  }
  .training_a .container2 .div1 .title-box {
    padding: 20px 0;
  }
  .training_a .container2 .div1 .title-box .cn {
    font-size: 20px;
    font-weight: bold;
  }
  .training_a .container2 .div1 .title-box .en {
    font-size: 14px;
    line-height: 24px;
  }
  .training_a .container2 .div2 .common_tit3 {
    padding: 40px 0 20px;
  }
  .training_a .container2 .div2 .swiper-box {
    padding: 0 3%;
  }
  .training_a .container2 .div3 {
    padding: 0 3% 40px;
  }
  .training_a .container2 .div3 .pagination {
    margin: 20px 0 0;
  }

}
