.mySwiper {
  z-index: 1;
  max-height: 745px;
  min-height: 300px;
  height: 50vh;
}

.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-button-next:after {
  content: '' !important;
}

.mySwiper .inner-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 50%;
}
.home-news2{

    padding: 10px 0 22px !important;
}

.mySwiper .inner-banner .inner {
  height: 100%;
  position: relative;
}

.mySwiper .swiper-pagination {
  bottom: 30px !important;
}

.mySwiper .swiper-pagination-bullet {
  width: 34px;
  height: 4px;
  background: #FFFFFF;
  opacity: 0.5;
  position: relative;
  margin: 0 15px !important;
  border-radius: 0;
}

.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #A32123;
}

.home-news {
  padding: 50px 0 22px;
}

.home-news .inner .main {
  display: flex;
  justify-content: space-between;
}

.home-news .inner .main .news-banner {
  width: 724px;
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-news .inner .main .news-banner .news-banner-item {
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 0px rgba(168, 168, 168, 0.34);
  width: 350px;
  margin-bottom: 28px;
}

.home-news .inner .main .news-banner .news-banner-item>img {
  width: 100%;
  height: 179px;
}

.home-news .inner .main .news-banner .news-banner-item .title {
  width: 100%;
  height: 62px;
  text-align: center;
  line-height: 62px;
}

.body {
  background-image: url(../images/home-body-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.home-news .inner .main .news-list {
  width: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.home-news .inner .main .news-list>img {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 121px;
  z-index: 0;
}

.home-news .inner .main .news-list .news-item {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 47.2px;
  box-shadow: 0px 2px 10px 0px rgba(168, 168, 168, 0.3);
  margin-bottom: 18px;
}

.home-news .inner .main .news-list .news-item2 {
  height: 87px;
  box-shadow: 0px 2px 10px 0px rgba(168, 168, 168, 0.3);
  padding: 10px 20px;
}

.home-news .inner .main .news-list .news-item2 .data {
  background-image: none !important;

  width: 62px !important;
  justify-content: space-between !important;
  font-size: 18px !important;
  padding-left: 0 !important;
  align-items: center;
}

.home-news .inner .main .news-list .news-item2 .data span:nth-of-type(1) {
  font-size: 21px;
  background-color: #a13838;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 39px;
  margin-top: 0 !important;
}

.home-news .inner .main .news-list .news-item2 .data span:nth-of-type(2) {
  width: 100%;
  height: 28px;

  background: #F7F2ED;
  color: #A13838;
  line-height: 28px;
  text-align: center;
  margin-top: 0 !important;
}

.home-news .inner .main .news-list .news-item2 .content {
  width: calc(100% - 80px) !important;
  
  line-height: 30px;
}

.home-news .inner .main .news-list .news-item .data {
  width: 95px;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  background-image: url(../images/new-list-data.png);
  background-size: 100% 100%;
  padding-left: 20px;
}

.news-item2 .home-news .inner .main .news-list .news-item2 .data {
  padding-left: 0 !important;
  align-items: center !important;
  color: #fff !important;
}

.news-item2 .home-news .inner .main .news-list .news-item2 .data span {
  opacity: 1 !important;
}

.news-item2 .home-news .inner .main .news-list .news-item2 .data span:nth-of-type(2) {
  background-color: #ffffff !important;
}

.home-news .inner .main .news-list .news-item .data span {
  margin-top: 10px;
  opacity: 1;
  font-size: 12px;
}

.home-news .inner .main .news-list .news-item .content {
  width: calc(100% - 110px);
  color: #333333;
  font-size: 16px;
}

.home-news .inner .main .news-list .news-item:last-child {
  border-bottom: none;
}

.home-plateThree .inner {
  display: flex;
  justify-content: space-between;
}

.home-plateThree .inner .plate-left {
  width: 766px;
}

.home-plateThree .inner .plate-left .plate-left-main {
  padding-bottom: 5px;
}

.home-plateThree .inner .plate-left .plate-left-main .swiper-wrapper .plate-left-item {
  box-shadow: 0px 2px 10px 0px rgba(168, 168, 168, 0.3);
}

.home-plateThree .inner .plate-left .plate-left-main .swiper-wrapper .plate-left-item .img {
  height: 181px;
}

.home-plateThree .inner .plate-left .plate-left-main .swiper-wrapper .plate-left-item .nowrap {
  height: 60px;
  background-color: #fff;
  line-height: 60px;
  padding: 0 13px;
  font-size: 16px;
  text-align: center;
}

.home-plateThree .inner .plate-right {
  width: 364px;
}

.home-plateThree .inner .plate-right .book-item {
  height: 240px;
  cursor: pointer;
}

.home-plateThree .inner .plate-right .book-item .img {
  height: 100%;
}

.home-serve {
  padding: 50px 0;
}

.home-serve .inner .home-title {
  height: 55px;
  justify-content: flex-end;
  position: relative;
  align-items: center;
}

.home-serve .inner .home-title>img {
  position: absolute;
  top: 0;
  left: calc(50% - 135px);
}

.home-serve .inner .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.home-serve .inner .main .item {
  width: 100px;
}

.home-serve .inner .main .item img {
  width: 100px;
  height: 100px;
}

.home-serve .inner .main .item p {
  margin-top: 12px;
  color: #333333;
  font-size: 16px;
  text-align: center;
}

.home-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

.home-title>img {
  height: 50px;
  width: auto;
}

.home-title a {
  transition: all 0.3s linear;
  color: #9D0001;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.home-title a img {
  width: 10px;
  height: 11px;
  margin-left: 5px;
}

.home-news .inner .main .news-banner .news-banner-item .img {
  overflow: hidden;
height: 178px;
}

.home-news .inner .main .news-banner .news-banner-item .img img {
  transition: all 0.2s linear;
}

.home-news .inner .main .news-banner .news-banner-item .title {
  position: relative;
}

.home-news .inner .main .news-banner .news-banner-item .title img {
  width: 129px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}

.home-news .inner .main .news-banner .news-banner-item p {
  transition: all 0.2s linear;
  padding: 0 10px;
  text-align: left;
}

.home-news .inner .main .news-list .news-item {
  transition: all 0.2s linear;
}

.home-plateThree .inner .plate-left .plate-left-main .swiper-wrapper .plate-left-item .img {
  overflow: hidden;
}

.home-plateThree .inner .plate-left .plate-left-main .swiper-wrapper .plate-left-item .img img {
  transition: all 0.2s linear;
}

.home-plateThree .inner .plate-left .plate-left-main .swiper-wrapper .plate-left-item p {
  color: #fff;
}

.home-plateThree .inner .plate-right .book-item {
  transition: all 0.2s linear;
}

.home-serve .inner .main .item img {
  transition: all 0.3s linear;
}

.home-serve .inner .main .item p {
  transition: all 0.3s linear;
}

@media (any-hover: hover) {
  .home-serve .inner .main .item:hover img {
    transform: rotate(360deg) scale(1.2);
  }

  .home-serve .inner .main .item:hover p {
    color: #9D0001;
  }

  .home-plateThree .inner .plate-right .book-item:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.68);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }

  .home-plateThree .inner .plate-left .plate-left-main .swiper-wrapper .plate-left-item:hover .img img {
    transform: scale(1.1);
  }

  .home-plateThree .inner .plate-left .plate-left-main .swiper-wrapper .plate-left-item:hover .trans {
    background-color: #9D0001;
    color: #fff;
  }

  .home-news .inner .main .news-list .news-item:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }

  .home-news .inner .main .news-banner .news-banner-item:hover .img img {
    transform: scale(1.1);
  }

  .home-news .inner .main .news-banner .news-banner-item:hover p {
    color: #fff;
    background-color: #A13838;
  }

  .home-develop .mySwiper7 .swiper-wrapper .swiper-slide .item:hover {
    background-color: #9D0001;
  }

  .home-develop .swiper-wrapper .swiper-slide .item img {
    transition: all 0.3s linear;
  }

  .home-develop .swiper-wrapper .swiper-slide .item:hover img {
    transform: scale(1.2);
  }

  .home-develop .swiper-wrapper .swiper-slide .item .main p {
    transition: all 0.3s linear;
  }

  .home-develop .swiper-wrapper .swiper-slide .item:hover .main p {
    color: #fff !important;
  }

  .home-develop .swiper-wrapper .swiper-slide .data:hover {
    animation: jello 1s linear;
  }

  .home-develop .mySwiper7 .swiper-button-next:hover {
    animation: rubberBand 1s linear;
  }

  .home-develop .mySwiper7 .swiper-button-prev:hover {
    animation: rubberBand 1s linear;
  }

  .home-show .inner .right-serve .main a:hover {
    box-shadow: 0 1px 5px #9d000081;
  }

  .home-show .inner .right-serve .main a:hover img {
    transform: scale(1.3);
  }

  .home-show .inner .left-show .main .swiper-slide:hover {
    box-shadow: 0 1px 5px #9d000081;
  }

  .home-show .inner .left-show .main .swiper-slide:hover img {
    transform: scale(1.2);
  }

  .home-show .inner .left-show .main .swiper-slide:hover p {
    color: #9D0001 !important;
  }

  .home-active .inner .main .activity_item:hover {
    box-shadow: 0 1px 5px #9d000081;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -4px, 0);
  }

  .home-news .inner .main .news-list .news-item:hover .content {
    color: #9D0001;
    animation: headShake 1s linear;
  }

  .home-news .inner .main .news-banner .swiper-wrapper a:hover .title {
    background: #DC6B64;
  }

  .home-news .inner .main .news-banner .swiper-wrapper a:hover .title p {
    color: #fff !important;
  }

  .home-news .inner .main .news-banner .swiper-wrapper a:hover .title span {
    color: #fff;
  }

  .mySwiper .swiper-button-prev:hover {
    transform: scale(1.2) translateX(-5px);
  }

  .mySwiper .swiper-button-next:hover {
    transform: scale(1.2) translateX(5px);
  }

  .home-one .home_one_main:nth-of-type(2) .img_bg .swiper-slide>div .main:hover {
    transform: translateX(10px) translatey(-10px);
  }

  .home-two .inner .left .main img:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -4px, 0);
  }

  .home-title a:hover {
    transform: translateX(10px);
  }
}

@media screen and (max-width: 1200px) {
  .home-develop .mySwiper7 .swiper-button-next {
    display: none;
  }

  .home-develop .mySwiper7 .swiper-button-prev {
    display: none;
  }

  .home-develop .mySwiper8 {
    width: auto;
  }

  .home-title {
    padding: 0 20px;
  }

  .home-show .inner {
    flex-direction: column;
    padding: 0 20px;
  }

  .home-show .inner>div:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .home-show .inner>div {
    width: 100% !important;
  }

  .home-show .inner>div>.home-title {
    padding: 0;
  }

  .home-news .inner .main {
    flex-direction: column;
    padding: 0 20px;
  }

  .home-news .inner .main>div {
    width: 100% !important;
  }

  .mySwiper .swiper-wrapper {
    height: 300px;
  }

  .home-one .inner .serve {
    flex-wrap: wrap;
  }

  .home-one .inner .serve a {
    width: 50%;
    height: auto !important;
    font-size: 16px !important;
  }

  .home-two .inner {
    flex-direction: column;
    align-items: center;
  }

  .home-two .inner .left {
    width: 95%;
  }

  .home-two .inner .left>.main {
    width: 70%;
  }

  .home-two .inner .right {
    width: 95%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 800px) {
  .home-develop .mySwiper7 .swiper-wrapper .swiper-slide .item {
    width: 600px !important;
  }

  .home-three .inner .home_three_main .show-active {
    width: auto !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .home-develop .mySwiper7 .swiper-wrapper .swiper-slide .item {
    width: 360px !important;
  }
}

@media screen and (max-width: 500px) {
  .left>.main {
    width: 100% !important;
  }

  .home-two .inner .left .main .top img {
    max-width: 50%;
  }

  .home-two .inner .left .main .bottom img {
    width: 33%;
  }

  .home-two .inner .right .main .activity_item {
    flex-direction: column;
    height: auto;
  }

  .home-two .inner .right .main .activity_item .img {
    max-width: 100%;
  }

  .home-two .inner .right .main .activity_item .content {
    max-width: 100%;
    width: 100%;
  }
}
