.mySwiper {
  z-index: 1;
  height: 40vw;
  max-height: 500px;
  min-height: 300px;
}

.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-button-next:after {
  content: '' !important;
}
.home-plateEight .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide .img img {
    width: 62px;
    height: 62px;
}
.home-plateEight .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide>.title {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.inner-banner .inner>div {
  width: 72px;
  height: 72px;
  background-image: url(images/banner-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s linear;
}

.inner-banner .inner>div:hover {
  transform: rotate(360deg);
}

.inner-banner .inner .swiper-button-prev {
  background-image: url(images/banner-left.png);
}

.mySwiper .inner-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 50%;
}

.mySwiper .inner-banner .inner {
  height: 100%;
  position: relative;
}

.mySwiper .swiper-pagination {
  bottom: 30px !important;
}

.mySwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  opacity: 0.7;
  border-radius: 50%;
  position: relative;
  margin: 0 15px !important;
}

.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 36px;
  height: 14px;
  background: #CC3B29;
  border-radius: 7px 7px 7px 7px;
}

.home-plateNine {
    background-image: url(images/nine-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}

.home-plateNine .inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 50px;
}
.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
}
.home-plateNine .inner .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-plateNine .inner .item {
    cursor: pointer;
}
.home-plateNine .inner .item img {
    width: 112px;
    height: 112px;
    margin-bottom: 15px;
}
.home-plateNine .inner .item {
    & img {
        transition: all 0.3s linear 0s;
    }
}
.home-plateNine .inner .item p {
    font-size: 18px;
    color: rgb(51, 51, 51);
    text-align: center;
    padding-top:10px;
}
.home-plateSix {
    background-image: url(css/img/33.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}
.home-middle-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.home-middle-title img:nth-of-type(1) {
    width: 224px;
    height: 80px;
}
html, body, fieldset, img, iframe, abbr {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.home-plateSix ul.news_list {
    margin: 0px -15px;
}
.clearfix {
    display: block;
}

.home-plateSix li.news {
    float: left;
    width: 25%;
}
.home-plateSix li.news .news_nr {
    padding: 0px 15px;
}
div {
    display: block;
    unicode-bidi: isolate;
}
.home-plateSix li.news .news_imgs {
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.home-plateFive {
    background-image: url(images/home-plateSeven-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}
.home-plateFive .inner {
    display: flex;
    justify-content: space-between;
}
.home-plateFive .inner .left {
    width: 140px;
    height: 240px;
}
.home-plateFive .inner .right {
    width: calc(100% - 176px);
    display: flex;
    justify-content: space-between;
}
.home-plateSeven .inner .right .right-item .title {
    margin-bottom: 20px;
    text-align: center;
}

.home-plateSeven .inner .right .right-item .title img {
    height: 51px;
    width: auto;
}
.home-plateSeven .inner .right .right-item .main {
    width: 520px;
    padding: 0px;
}

.home-plateSeven .inner .right .right-item .title {
    margin-bottom: 20px;
    text-align: center;
}


.home-plateFour {
    background-image: url(images/home-plateFour.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}
.home-plateFour .inner-bottom {
    display: flex;
    justify-content: space-between;
}
.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
}
.home-plateFour .inner-bottom .bottom-unit {
    width: 584px;
}
.home-plateFour .inner-bottom .home-middle-title {
    justify-content: space-between;
}
.home-middle-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.home-middle-title img:nth-of-type(1) {
    width: 224px;
    height: 80px;
}
html, body, fieldset, img, iframe, abbr {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}
/**
.home-middle-title .more_btn .more_text img {
    width: 65px;
    height: 22px;
}
**/
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    padding: 0px;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    transition-duration: 0ms;
    transform: translate3d(-600px, 0px, 0px);
}
.swiper .swiper-notification {
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.home-plateFour .inner-bottom .bottom-book {
    width: 600px;
}
.home-plateFour .inner-bottom .home-middle-title {
    justify-content: space-between;
}
.home-middle-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.book-main .book-item {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s linear 0s;
    border-bottom: 1px dashed rgba(153, 153, 153, 0.56);
    padding: 0px 18px;
}
.swiper-backface-hidden .swiper-slide {
    cursor: pointer;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0px);
    backface-visibility: hidden;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.home-plateEight {
    background-image: url(images/eight-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}
.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
}
.home-plateEight .inner .home-plateTwo-book {
    display: flex;
    justify-content: space-between;
}
.home-plateEight .inner .home-plateTwo-book .book-left {
    width: 120px;
}
img {
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    vertical-align: top;
}
.home-plateEight .inner .home-plateTwo-book .book-right {
    width: calc(100% - 144px);
}
.home-plateEight .inner .home-plateTwo-book .book-right .book-right-main {
    width: 100%;
    height: 202px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 193, 157);
    border-image: initial;
    background: rgba(255, 255, 255, 0.765);
    padding: 0px 28px;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    padding: 0px;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper .swiper-notification {
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
footer {
    position: relative;
    background-image: url(common_res/footer-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 42px 0px 44px;
}
footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
}
footer .inner .left {
    width: 16%;
}
footer .inner .link-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0px;
}
footer .inner .left > p:nth-of-type(1) {
    margin: 14px 0px;
}
footer .inner .left > p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 22px;
}
footer .inner .logo {
    max-width: 481px;
    max-height: 50px;
}
.logo {
    width: auto;
    height: 75px;
}
footer .inner .right {
    width: 33%;
}
footer .inner .link-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0px;
}
footer .inner .right > p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 22px;
}
footer .inner .right > p:nth-of-type(1) {
    margin: 14px 0px;
}
footer .inner .right > p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 22px;
}
.home-plateEight .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide .img img {
    width: 62px;
    height: 62px;
}

.home-plateEight .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide > .title {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-plateEight .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide > .title p:nth-of-type(1) {
    font-size: 16px;
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
}
.nowrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
a {
    color: rgb(102, 102, 102);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
}
.home-plateFive .inner .right .main .more_btn {
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    color: #CC3B29;
}
.more a.more-link {
    color: #525252;
}
}
.home-plateFive .inner .right .main .more_btn .more_text img {
    width: 65px;
    position: relative;
    margin-left: 5px;
    height: auto;
    top: -1px;
}

.home-plateFive .inner .right .right-item .main {
    width: 520px;
    background-color: rgb(225 207 207 / 18%);
    padding: 16px;
}
.home-plateFive .inner .right .more {
  margin-top: 20px;
  text-align: center;
    cursor: pointer;
    color: #CC3B29;
}
.home-middle-title .more_btn .more_text img{width:65px;height:22px;}
home-plateSix li.news .news_img{width:100%;height:160px;overflow:hidden;}
home-plateSix li.news .news_wz{height:135px;position:relative;}
home-plateSix li.news .news_title{font-size:20px;line-height:30px;margin:10px 0px;padding-top:10px;}
home-plateSix li.news .news_text{font-size:16px;line-height:25px;color:rgb(114,114,114);}
home-plateSix li.news .news_time{font-size:16px;line-height:25px;color:rgb(114,114,114);}
.con li.news .new_time{position:absolute;left:0px;bootom:0px;}
.home-plateFive .right .main .more_btn .more_text img{width:65px;height:22px;}




  .home-plateEight .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);

    p {
      color: #A00A01;

    }
  }

  .home-plateSix .inner>.main .six-left .item:hover {

    background: #F25A47;

   
  }
  .home-plateSix .inner>.main .six-left .item:hover p{
      color: #fff !important;
}
  .home-plateFive .inner .right .more_btn .more_text:hover {
    animation: jello;
    animation-duration: 1s;
  }

  .home-plateFive .inner .right .right-item .main .list-item:hover {
    .nowrap {
      transform: translateX(5px);
      color: #D15344;
    }
  }

  .home-plateFive .inner .right .right-item .main .top-banner:hover {
    .img {
      img {
        transform: scale(1.2);
      }
    }

    .title {
      p {
        color: #D15344 !important;
      }
    }
  }

  .book-main .book-item:hover {
    background: #CC3B29;
  }

  .book-main .book-item:hover div {
    color: #fff !important;
  }

  .home-plateFour .inner-bottom .bottom-unit .unit-main .swiper-slide:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -2px, 0);
  }

  .home-plateFour .inner-top .top-main .top-right .swiper-slide:hover {
    background-color: #A00A01;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
  }

  .home-plateFour .inner-top .top-main .top-right .swiper-slide:hover p {
    color: #fff !important;
  }

  .home-plateFour .inner-top .top-main .top-left:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }

  .home-plateFour .inner-top .top-main .top-left .swiper-slide:hover .img img {
    transform: scale(1.2);
  }

  .home-plateThree-main .swiper-slide:hover>img {
    transform: scale(1.2);
  }
.home-plateSix .home-middle-title .more_btn .more_text img {
    width: 65px;
    height: 22px;
    position: absolute;
    right: 0px;
    top: calc(50% - 10.5px);
}
.home-plateTwo .inner .home-middle-title .more_btn .more_text img {
    width: 65px;
    height: 22px;
    position: absolute;
    right: 0px;
    top: calc(50% - 10.5px);
}
.news_list li.news {
    line-height: 30px;
   
}


.home-plateSix .inner .news_list .news_nr .news_title{font-size:18px;}