.mySwiper {
  z-index: 1;
  height: 40vw;
  max-height: 500px;
  min-height: 300px;
}

.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-button-next:after {
  content: '' !important;
}

.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-title {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.home-title .title {
  max-width: 218px;
  max-height: 80px;
}

.home-title .more {
  max-width: 56px;
  max-height: 21px;
  cursor: pointer;
}

.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;
}

.home-middle-title img:nth-of-type(2) {
  width: 56px;
  height: 21px;
  position: absolute;
  right: 0;
  top: calc(50% - 10.5px);
}

.home-plateFive {
  background-image: url(../images/home-five-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.home-plateTen {
  background-image: url(../images/ten-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.home-plateTen .inner .swiper-content {
  width: 100%;
  margin-bottom: 46px;
  position: relative;
}

.home-plateTen .inner .swiper-content .swiper {
  width: 100%;
  height: 100%;
}

.home-plateTen .inner .swiper-content .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-plateTen .inner .swiper-content .left:nth-of-type(1) {
  width: 52px;
  height: 52px;
  position: absolute;
  background-image: url(../../static/home-new/arrow-left.png);
  background-size: 100% 100%;
  top: 40%;
  left: -100px;
  cursor: pointer;
}

.home-plateTen .inner .swiper-content .left:nth-of-type(2) {
  width: 52px;
  height: 52px;
  position: absolute;
  background-image: url(../../static/home-new/arrow-right.png);
  background-size: 100% 100%;
  top: 40%;
  right: -100px;
  cursor: pointer;
}

.home-plateTen .inner .swiper-content .left:hover {
  animation: swing 1s infinite;
}

.home-plateTen .inner .active .img {
  width: 220px;
  height: 100%;
}

.home-plateTen .inner .active .show-item-title {
  display: inline-block;
  width: 480px;
  padding: 36px 32px 65px;
  background-color: #f5f2ed;
}

.home-plateTen .inner .active .show-item-title h2 {
  color: #a80009;
  font-size: 26px;
  text-align: left;
  margin-bottom: 22px;
}

.home-plateTen .inner .active .show-item-title p {
  font-size: 14px;
  color: black;
  line-height: 28px;
}

.home-plateTen .inner .swiper-content .swiper .swiper-slide .show-item .img .name {
  display: none;
}

.home-plateTen .inner .swiper-content .swiper .swiper-slide .show-item-title h2 {
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
}

.home-plateTen .inner .show-item {
  width: 220px;
  height: 300px;
  display: flex;
  cursor: pointer;
}

.home-plateTen .inner .show-item .img {
  width: 220px;
  height: 100%;
  position: relative;
}

.home-plateTen .inner .show-item .img .name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  color: #ffffff;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 72, 155, 0) 0%, #2c5c93 100%);
}

.home-plateTen .inner .show-item .show-item-title {
  display: none;
  width: 480px;
  padding: 36px 32px 65px;
  background-color: #f5f2ed;
  position: relative;
}

.home-plateTen .inner .show-item .show-item-title .under-logo {
  position: absolute;
  right: 37px;
  bottom: 37px;
  width: 154px;
  height: 154px;
}

.home-plateTen .inner .show-item .show-item-title h2 {
  color: #ffffff;
  font-size: 18px;
  text-align: left;
  margin-bottom: 22px;
}

.home-plateTen .inner .show-item .show-item-title p {
  font-size: 14px;
  color: black;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.home-plateTen .inner .active {
  width: 780px;
  height: 300px;
  display: flex;
  transition: width 0.5s;
}

.home-plateTen .inner .active .img {
  width: 220px;
  height: 100%;
}

.home-plateTen .inner .active .img .name {
  display: none;
}

.home-plateTen .inner .active .show-item-title {
  display: inline-block;
  width: 560px;
  padding: 36px 32px 65px;
  background: #FCFBFA;
}

.home-plateTen .inner .active .show-item-title p {
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  animation: fadeIn 3s;
}

.home-plateTen .inner .swiper-content .swiper .swiper-slide .show-item-title p {
  animation: fadeIn 0.5s;
  color: #666666;
}

.home-plateTen .inner .swiper-content .swiper .swiper-slide .active h2 {
  color: #333333;
}

.home-plateTen .inner .swiper-content .swiper .swiper-slide .active h2 p {
  margin-top: 10px;
  width: 40px;
  height: 4px;
  background: linear-gradient(90deg, #349299 0%, rgba(52, 146, 153, 0) 100%);
}

.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-plateFive .inner .right .right-item .main {
  width: 352px;
  padding: 16px;
  background-color: #fff;
}

.home-plateFive .inner .right .right-item .main .top-banner .img {
  width: 100%;
  height: 179px;
  position: relative;
}

.home-plateFive .inner .right .right-item .main .top-banner .img .data {
  width: 70px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #CC9D6D;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-plateFive .inner .right .right-item .main .top-banner .img .data span {
  color: #fff;
}

.home-plateFive .inner .right .right-item .main .top-banner .img .data span:nth-of-type(1) {
  font-size: 20px;
}

.home-plateFive .inner .right .right-item .main .top-banner .img .data span:nth-of-type(2) {
  font-size: 14px;
}

.home-plateFive .inner .right .right-item .main .top-banner .title {
  padding: 13px 0;
  border-bottom: 1px dashed #E6D0B6;
}

.home-plateFive .inner .right .right-item .main .top-banner .title p:nth-of-type(1) {
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}

.home-plateFive .inner .right .right-item .main .top-banner .title p:nth-of-type(2) {
  font-size: 14px;
  color: #999999;
}

.home-plateFive .inner .right .right-item .main .list-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #E6D0B6;
  padding: 12px 0;
}

.home-plateFive .inner .right .right-item .main .list-item>.nowrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 50px);
}

.home-plateFive .inner .right .right-item .main .list-item>.nowrap span:nth-of-type(1) {
  width: 5px;
  height: 5px;
  background: #F25A47;
  border-radius: 50%;
}

.home-plateFive .inner .right .right-item .main .list-item>.nowrap span:nth-of-type(2) {
  width: calc(100% - 10px);
color:#333333;
font-size:14px;
}
.home-plateSeven .inner .right .right-item .main .list-item>.nowrap{
font-size:16px;
}
.home-plateFive .inner .right .right-item .main .list-item .data {
  text-align: right;
  width: 40px;
  font-size: 14px;
  color: #999999;
}

.home-plateFive .inner .right .more {
  margin-top: 20px;
  text-align: center;
    cursor: pointer;
    color: #CC3B29;
}

.home-plateFive .inner .right .more img {
    width: 55px;
    position: relative;
    margin-left: 5px;
    height: auto;
    top: -1px;
}

.home-plateSix {
  background-image: url(../images/home-six-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.home-plateSix .inner>.main {
  display: flex;
  justify-content: space-between;
}

.home-plateSix .inner>.main .six-left {
  width: 620px;
  height: 288px;
}

.home-plateSix .inner>.main .six-left .item {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.home-plateSix .inner>.main .six-left .item .content {
  width: calc(100% - 70px);
}

.home-plateSix .inner>.main .six-left .item .content p:nth-of-type(1) {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.home-plateSix .inner>.main .six-left .item .content p:nth-of-type(2) {
  font-size: 14px;
  color: #999999;
}

.home-plateSix .inner>.main .six-left .item .data {
  width: 58px;
}

.home-plateSix .inner>.main .six-left .item .data p {
  text-align: center;
}

.home-plateSix .inner>.main .six-left .item .data p:nth-of-type(1) {
  background-color: #CC3B29;
  color: #fff;
  font-size: 20px;
  height: 33px;
  line-height: 33px;
}

.home-plateSix .inner>.main .six-left .item .data p:nth-of-type(2) {
  background-color: #E1C19D;
  color: #fff;
  font-size: 14px;
  height: 23px;
  line-height: 23px;
}

.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 {
  padding: 0;
  width: 540px;
}

.home-plateSeven .inner .right .right-item .main .list-item {
  padding: 0 20px;
  height: 58px;
}

.home-plateSeven .inner .right .right-item .main .list-item>.nowrap span:nth-of-type(1) {
  width: 8px;
  height: 8px;
  background: #E6D0B6;
}

.home-plateSeven .inner .right .right-item .main .list-item>.nowrap span:nth-of-type(2) {
  width: calc(100% - 20px);
    font-size: 16px;
}

.home-plateSeven .inner .right .right-item .main .list-item .data {
  width: 100px;
  line-height: 58px;
}

.home-plateEight {
  background-image: url(../images/eight-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.home-plateEight .inner .home-plateTwo-book {
  display: flex;
  justify-content: space-between;
}

.home-plateEight .inner .home-plateTwo-book .book-left {
  width: 120px;
}

.home-plateEight .inner .home-plateTwo-book .book-right {
  width: calc(100% - 144px);
}

.home-plateEight .inner .home-plateTwo-book .book-right .book-img {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: flex-end;
}

.home-plateEight .inner .home-plateTwo-book .book-right .book-img img {
  width: 56px;
  height: 21px;
}

.home-plateEight .inner .home-plateTwo-book .book-right .book-right-main {
  width: 100%;
  height: 202px;
  border: 1px solid #E1C19D;
  background: #ffffffc3;
  padding: 0px 28px;
}

.home-plateEight .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide {
  display: flex;
  justify-content: space-between;
  height: 62px;
  margin: 24px 0;
}

.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: #333333;
  margin-bottom: 10px;
}

.home-plateEight .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide>.title p:nth-of-type(2) {
  font-size: 14px;
  color: #999999;
}

.home-plateNine {
  background-image: url(../images/nine-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.home-plateNine .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
padding:0 50px;
}

.home-plateNine .inner .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-plateNine .inner .item img {
  width: 112px;
  height: 112px;
  margin-bottom: 15px;
}

.home-plateNine .inner .item p {
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.home-plateOne .inner .home-newsIcon {
  position: absolute;
  max-height: 100%;
  width: auto;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
}

.home-plateOne .inner .home-news-main {
  width: 776px;
}

.home-plateOne .inner .home-news-main .home-main {
  display: flex;
  min-height: 470px;
}

.home-plateOne .list-main {
  min-height: 470px;
}

.home-plateOne .inner .home-news-main .home-main .main:hover .img img {
  transform: scale(1.2);
}

.home-plateOne .inner .home-news-main .home-main .main {
  width: 380px;
  padding: 14px 14px 34px;
  background-color: #D64C3B;
  position: relative;
  cursor: pointer;
}

.home-plateOne .inner .home-news-main .home-main .main p {
  position: relative;
  z-index: 10;
}

.home-plateOne .inner .home-news-main .home-main .main .img {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.home-plateOne .inner .home-news-main .home-main .main .img img {
  object-fit: cover;
  transition: all 0.3s linear;
}

.home-plateOne .inner .home-news-main .home-main .main .nowrap {
  margin: 20px 0 15px;
  color: #FFFFFF;
  font-size: 16px;
}

.home-plateOne .inner .home-news-main .home-main .main .nowrap-4 {
  line-height: 28px;
  color: #ffffffa9;
  font-size: 14px;
}

.home-plateOne .inner .home-news-main .home-main .main .home-newsBg {
  position: absolute;
  width: 100%;
  max-height: 148px;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.home-plateOne .inner .home-news-main .home-main .list {
  width: 380px;
  background: #ffffffbf;
}

.home-plateOne .inner .home-news-main .home-main .list .item {
  position: relative;
  width: 100%;
  height: 94px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.home-plateOne .inner .home-news-main .home-main .list .item>div {
  position: relative;
  z-index: 10;
}

.home-plateOne .inner .home-news-main .home-main .list .item .data {
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}

.home-plateOne .inner .home-news-main .home-main .list .item .data span:nth-of-type(1) {
  font-size: 24px;
  color: #CC3B29;
}

.home-plateOne .inner .home-news-main .home-main .list .item .data span:nth-of-type(2) {
  font-size: 14px;
  color: #CC3B29;
}

.home-plateOne .inner .home-news-main .home-main .list .item .nowrap-2 {
  width: calc(100% - 100px);
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.home-plateOne .inner .home-news-list {
  width: 400px;
}

.home-plateOne .inner .home-news-list .list-main .list-item {
  width: 100%;
  height: 105px;
  background: #FFFFFF;
  border: 1px solid #E1C19D;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  position: relative;
  padding-left: 60px;
}

.home-plateOne .inner .home-news-list .list-main .list-item .data {
  width: 65px;
  height: 65px;
  position: absolute;
  left: -30px;
  top: calc(50% - 32.5px);
  background: #E1C19D;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-plateOne .inner .home-news-list .list-main .list-item .data span:nth-of-type(1) {
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
}

.home-plateOne .inner .home-news-list .list-main .list-item .data span:nth-of-type(2) {
  font-size: 14px;
  color: #fff;
}

.home-plateOne .inner .home-news-list .list-main .list-item .list-title {
  width: 100%;
  padding: 0 20px 0 0;
}

.home-plateOne .inner .home-news-list .list-main .list-item .list-title .nowrap:nth-of-type(1) {
  margin-bottom: 12px;
  color: #333333;
  font-size: 16px;
}

.home-plateOne .inner .home-news-list .list-main .list-item .list-title .nowrap:nth-of-type(2) {
  color: #666666;
  font-size: 14px;
}

.home-plateTwo {
  padding: 70px 0;
  background-image: url(../images/home-plateTwo.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-plateTwo .inner .home-plateTwo-show {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.home-plateTwo .inner .home-plateTwo-show .show-left {
  width: 120px;
  height: 230px;
}

.home-plateTwo .inner .home-plateTwo-show .show-main {
  width: 1136px;
  height: 460px;
  position: relative;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top {
  height: 100%;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .img {
  width: 330px;
  height: 100%;
  position: relative;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .img .home-show-line {
  position: absolute;
  width: 95%;
  height: auto;
  left: 2.5%;
  top: 2%;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .content {
  width: calc(100% - 363px);
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .content .more {
  height: 21px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .content .more img {
  width: 56px;
  height: 21px;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .content .nowrap {
  margin: 24px 0 24px;
  color: #333333;
  position: relative;
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: bold;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .content .nowrap::after {
  content: "";
  width: 40px;
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 4px;
  background: linear-gradient(90deg, #349299 0%, rgba(52, 146, 153, 0) 100%);
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .content .nowrap-3 {
  width: 80%;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-bottom {
  width: calc(100% - 363px);
  height: 172px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 100px;
  box-sizing: content-box;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-bottom .img {
  height: 100%;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-bottom .show-banner-btn {
  position: absolute;
  text-align: right;
  width: 130px;
  height: 36px;
  right: 0;
  top: 25px;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-bottom .show-banner-btn>div {
  width: 36px;
  height: 36px;
  background-image: url(../images/show-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-bottom .show-banner-btn>div::after {
  content: "" !important;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-bottom .show-banner-btn>.swiper-button-next {
  background-image: url(../images/show-right.png) !important;
}

.home-plateTwo .inner .home-plateTwo-book {
  display: flex;
  justify-content: space-between;
}

.home-plateTwo .inner .home-plateTwo-book .book-left {
  width: 120px;
  height: 230px;
}

.home-plateTwo .inner .home-plateTwo-book .book-right {
  width: calc(100% - 144px);
}

.home-plateTwo .inner .home-plateTwo-book .book-right .book-img {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: flex-end;
}

.home-plateTwo .inner .home-plateTwo-book .book-right .book-img img {
  width: 56px;
  height: 21px;
}

.home-plateTwo .inner .home-plateTwo-book .book-right .book-right-main {
  width: 100%;
  height: 186px;
  border: 1px solid #E1C19D;
  background: #ffffffc3;
  padding: 37px 26px;
}

.home-plateTwo .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.home-plateTwo .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.home-plateTwo .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide .data span:nth-of-type(1) {
  height: 32px;
  background: #F25A47;
  width: 100%;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
}

.home-plateTwo .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide .data span:nth-of-type(2) {
  height: 23px;
  line-height: 23px;
  background: #E1C19D;
  font-size: 14px;
}

.home-plateTwo .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide .book-content {
  width: calc(100% - 70px);
  height: 100%;
}

.home-plateTwo .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide .book-content .title {
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 10px;
}

.home-plateTwo .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide .book-content .content {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

.home-plateThree {
  padding: 70px 0;
  background-image: url(../images/home-plateThree.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-plateThree .inner .home-plateThree-main {
  display: flex;
  justify-content: space-between;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-one {
  width: 528px;
  height: 350px;
  position: relative;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-one .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: #00000088;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  color: #fff;
  font-size: 16px;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-one .title p:nth-of-type(2) {
  font-size: 18px;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-one .title p:nth-of-type(2) {
  padding: 4px 13px;
  border-radius: 16px 16px 16px 16px;
  font-size: 14px;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-one .title .nobegin {
  background-color: #02C487;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-one .title .begin {
  background-color: #D44735;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-one .title .end {
  background-color: #D44735;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-two {
  height: 350px;
  width: 340px;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-two .img {
  height: 210px;
  position: relative;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-two .img p {
  position: absolute;
  top: 24px;
  left: 18px;
  padding: 4px 13px;
  border-radius: 16px 16px 16px 16px;
  font-size: 14px;
  color: #fff;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-two .img .nobegin {
  background-color: #02C487;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-two .img .begin {
  background-color: #D44735;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-two .img .end {
  background-color: #D44735;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-two .title {
  height: calc(100% - 210px);
  padding: 15px 24px;
  background: #CFAF8A;
  background-image: url(../images/swiper-slide-two.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-two .title p:nth-of-type(1) {
  height: 55px;
  line-height: 28px;
  font-size: 16px;
  color: #FFFFFF;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-two .title p:nth-of-type(2) {
  font-size: 14px;
  color: #ffffffc7;
  margin-bottom: 10px;
}

.home-plateThree .inner .home-plateThree-main .swiper-slide-two .title p:nth-of-type(3) {
  font-size: 14px;
  color: #ffffffc7;
}

.home-plateFour {
  padding: 70px 0;
  background-image: url(../images/home-plateFour.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-plateFour .inner-bottom .home-middle-title {
  justify-content: space-between;
}

.home-plateFour .inner-top .top-main {
  display: flex;
  justify-content: space-between;
}

.home-plateFour .inner-top .top-main .top-left {
  width: 528px;
}

.home-plateFour .inner-top .top-main .top-left .img {
  height: 288px;
}

.home-plateFour .inner-top .top-main .top-left p:nth-of-type(1) {
  margin: 15px 0 12px;
  color: #333333;
  font-size: 16px;
}

.home-plateFour .inner-top .top-main .top-left p:nth-of-type(2) {
  font-size: 14px;
  color: #666666;
}

.home-plateFour .inner-top .top-main .top-right {
  width: 700px;
  height: 358px;
}

.home-plateFour .inner-top .top-main .top-right .swiper-slide {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.home-plateFour .inner-top .top-main .top-right .swiper-slide .data {
  width: 102px;
  height: 100%;
  background-image: url(../images/home-plate-data.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.home-plateFour .inner-top .top-main .top-right .swiper-slide .data span:nth-of-type(1) {
  font-size: 26px;
}

.home-plateFour .inner-top .top-main .top-right .swiper-slide .data p {
  width: 51px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.6;
  margin: 10px 0;
}

.home-plateFour .inner-top .top-main .top-right .swiper-slide .data span:nth-of-type(2) {
  font-size: 14px;
}

.home-plateFour .inner-top .top-main .top-right .swiper-slide .content {
  width: calc(100% - 126px);
  height: 100%;
  padding: 24px 0 24px 24px;
}

.home-plateFour .inner-top .top-main .top-right .swiper-slide .content .nowrap {
  border-bottom: 1px solid #e1c19db5;
  font-size: 16px;
  color: #333333;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.home-plateFour .inner-top .top-main .top-right .swiper-slide .content .nowrap-2 {
  line-height: 26px;
  font-size: 14px;
  color: #666666;
}

.home-plateSeven {
  background-image: url(../images/home-plateSeven-bg.png);
}

.home-plateFour .inner-bottom {
  display: flex;
  justify-content: space-between;
}

.home-plateFour .inner-bottom .bottom-unit {
  width: 584px;
}

.home-plateFour .inner-bottom .bottom-unit .unit-main .swiper-slide {
  position: relative;
}

.home-plateFour .inner-bottom .bottom-unit .unit-main .swiper-slide .img {
  height: 230px;
}

.home-plateFour .inner-bottom .bottom-unit .unit-main .swiper-slide>img {
  position: absolute;
  width: 192px;
  height: 132px;
  bottom: 0;
  left: 0;
  display: none;
}

.home-plateFour .inner-bottom .bottom-unit .unit-main .swiper-slide p {
  padding: 0 16px;
}

.home-plateFour .inner-bottom .bottom-unit .unit-main .swiper-slide p:nth-of-type(1) {
  margin: 12px 0 14px;
  color: #333333;
  font-size: 16px;
}

.home-plateFour .inner-bottom .bottom-unit .unit-main .swiper-slide p:nth-of-type(2) {
  line-height: 24px;
  color: #999999;
  font-size: 14px;
}

.home-plateFour .inner-bottom .bottom-unit .unit-main .swiper-slide p:nth-of-type(3) {
  line-height: 24px;
  color: #999999;
  font-size: 14px;
}

.home-plateFour .inner-bottom .bottom-book {
  width: 600px;
}

.home-plateFour .inner-bottom .bottom-book .book-item .img {
  height: 202px;
}

.home-plateFour .inner-bottom .bottom-book .book-item p {
  height: 48px;
  line-height: 22px;
  color: #333333;
  font-size: 14px;
  margin-top: 15px;
  text-indent: 5px;
}

.home-plateOne .inner .home-news-main .home-main .list .item {
  cursor: pointer;
}

.home-plateOne .inner .home-news-main .home-main .list .item div {
  transition: all 0.1s linear;
}

.home-plateOne .inner .home-news-main .home-main .list .item p {
  transition: all 0.1s linear;
}

.home-plateOne .inner .home-news-main .home-main .list .item span {
  transition: all 0.1s linear;
}

.home-plateOne .inner .home-news-list .list-main .list-item {
  cursor: pointer;
}

.home-plateOne .inner .home-news-list .list-main .list-item div {
  transition: all 0.2s linear;
}

.home-plateTwo .inner .home-plateTwo-show .show-main .show-main-bottom .show-banner-btn>div {
  transition: all 0.2s linear;
}

.swiper-backface-hidden .swiper-slide {
  cursor: pointer;
}

.home-plateTwo .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide {
  cursor: pointer;
  transition: all 0.2s linear;
  padding: 5px;
}

.home-plateThree-main .swiper-slide {
  cursor: pointer;
}

.home-plateThree-main .swiper-slide {
  overflow: hidden;
}

.home-plateThree-main .swiper-slide>img {
  transition: all 0.2s linear;
}

.home-plateThree-main .swiper-slide .img {
  overflow: hidden;
}

.home-plateThree-main .swiper-slide .img img {
  transition: all 0.2s linear;
}

.home-plateFour .inner-top .top-main .top-left {
  transition: all 0.2s linear;
}

.home-plateFour .inner-top .top-main .top-left p {
  padding: 0 10px;
}

.home-plateFour .inner-top .top-main .top-left .swiper-slide .img {
  overflow: hidden;
  position: relative;
}

.home-plateFour .inner-top .top-main .top-left .swiper-slide .img .data {
  position: absolute;
  bottom: 12px;
  left: 14px;
  height: 55px;
  width: 58px;
  z-index: 100;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.home-plateFour .inner-top .top-main .top-left .swiper-slide .img .data span:nth-of-type(1) {
  width: 100%;
  height: 30px;
  background: #F25A47;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  display: block;
}

.home-plateFour .inner-top .top-main .top-left .swiper-slide .img .data span:nth-of-type(2) {
  width: 100%;
  height: 24px;
  background: #E1C19D;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}

.home-plateFour .inner-top .top-main .top-right .swiper-slide {
  transition: all 0.2s linear;
}

.home-middle-title img:nth-of-type(2) {
  cursor: pointer;
}

.home-plateFour .inner-bottom .bottom-unit .unit-main .swiper-slide {
  transition: all 0.2s linear;
}

.book-main .book-item {
  transition: all 0.2s linear;
  height: 58px;
  border-bottom: 1px dashed #9999998f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
.book-main .item{
width:182px;
}
.book-main .item p{
text-align: center;
    padding: 10px 0;
}
.home-plateFour .inner-top .top-main .top-left .swiper-slide .img img {
  transition: all 0.2s linear;
}

.book-main .book-item .data {
  color: #CC3B29;
  width: 100px;
}

.book-main .book-item .nowrap-2 {
  width: calc(100% - 120px);
  color: #333333;
  -webkit-line-clamp: 1;
}

.home-plateFive .inner .right .right-item .main .top-banner {
  cursor: pointer;

  .img {
    overflow: hidden;

    img {
      transition: all 0.2s linear;
    }
  }

  p {
    transition: all 0.2s linear;
  }

}

.home-plateFive .inner .right .right-item .main .list-item:hover {
  .nowrap {
    cursor: pointer;
    transition: all 0.2s linear;
  }
}

.home-plateFive .inner .right .more img {
  cursor: pointer;
}

.home-plateSix .inner>.main .six-left .item:hover {

  cursor: pointer;
  transition: all .2s linear;

  p {
    transition: all .2s linear;
  }
}

.home-plateEight .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide {
  transition: all .2s linear;
  padding-right: 20px;
}

.home-plateNine .inner .item {
  cursor: pointer;

  img {
    transition: all .3s linear;
  }
}

.home-plateFour .inner-bottom .bottom-unit .unit-main .swiper-slide .img {
  position: relative;
}

.home-plateFour .inner-bottom .bottom-unit .unit-main .swiper-slide .img .play {
  position: absolute;
  width: 45px;
  height: 45px;
  left: calc(50% - 22.5px);
  top: calc(50% - 22.5px);
  border-radius: 50%;
  display: none;
}

@media (any-hover: hover) {
  .home-plateNine .inner .item:hover {
    img {
      transform: scale(1.2) rotate(360deg);
    }

    p {
      color: #B23729;
    }
  }

  .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: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-plateThree-main .swiper-slide:hover .img img {
    transform: scale(1.2);
  }

  .home-plateThree .inner .home-plateThree-main .swiper-slide-two:hover .title {
    background-color: #D44735 !important;
  }

  .home-middle-title img:nth-of-type(2):hover {
    animation: jello;
    animation-duration: 1s;
  }

  .home-plateTwo .inner .home-plateTwo-book .book-right .book-right-main .swiper-slide:hover {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    transform: scale(1.01);
  }

  .home-middle-title img:nth-of-type(2):hover {
    animation: jello;
    animation-duration: 1s;
  }

  .home-plateTwo .inner .home-plateTwo-book .book-right .book-img img:hover {
    animation: jello;
    animation-duration: 1s;
  }

  .home-plateTwo .inner .home-plateTwo-book .book-right .book-img img {
    animation: jello;
    animation-duration: 1s;
  }

  .home-title .more:hover {
    animation: jello;
    animation-duration: 1s;
  }

  .home-plateTwo .inner .home-plateTwo-show .show-main .show-main-bottom .show-banner-btn>div:hover {
    transform: rotate(360deg);
  }

  .home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .content .more img:hover {
    animation: jello;
    animation-duration: 1s;
  }

  .home-plateOne .inner .home-news-main .home-main .list .item:hover {
    background-color: #D64C3B;
  }

  .home-plateOne .inner .home-news-main .home-main .list .item:hover div {
    color: #fff !important;
  }

  .home-plateOne .inner .home-news-main .home-main .list .item:hover p {
    color: #fff !important;
  }

  .home-plateOne .inner .home-news-main .home-main .list .item:hover span {
    color: #fff !important;
  }

  .home-plateOne .inner .home-news-main .home-main .list .item:hover .home-newsIcon {
    display: block;
  }

  .home-plateOne .inner .home-news-list .list-main .list-item:hover {
    border: 1px solid #D64C3B;
  }

  .home-plateOne .inner .home-news-list .list-main .list-item:hover .data {
    background-color: #D64C3B;
  }

  .home-plateOne .inner .home-news-list .list-main .list-item:hover p {
    color: #D64C3B !important;
  }
}

@media screen and (max-width: 1200px) {
  .home-plateEight .inner .home-plateTwo-book {
    flex-direction: column;
    padding: 0 20px;
  }

  .home-plateFive .inner .right .right-item .main {
    width: 100%;

  }

  .home-plateFive .inner .left {
    margin-bottom: 20px;
  }

  .home-plateEight .inner .home-plateTwo-book .book-right {
    width: 100%;
  }

  .home-plateFive .inner .right {
    width: 100%;
    flex-direction: column;
  }

  .home-plateFive .inner {
    padding: 0 20px;
    flex-direction: column;
  }

  .home-plateOne .inner {
    flex-direction: column;
    padding: 0 20px;
  }

  .home-plateOne .inner>div {
    width: 100% !important;
  }

  .home-plateOne .inner>div .home-main>div {
    width: 50% !important;
  }

  .home-plateOne .inner>div:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .home-plateOne .inner .list-main .list-item {
    padding-left: 5% !important;
  }

  .home-plateOne .inner .list-main .list-item .data {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-right: 3%;
  }

  .home-plateOne .inner .list-main .list-item .list-title {
    width: calc(100% - 200px) !important;
  }

  .home-plateTwo .inner .home-plateTwo-show .show-left {
    display: none;
  }

  .home-plateTwo .inner .home-plateTwo-book .book-left {
    display: none;
  }

  .home-plateTwo .inner .home-plateTwo-show .show-main {
    width: 100%;
    padding: 0 20px;
  }

  .home-plateTwo .inner .home-plateTwo-book .book-right {
    width: 100%;
    padding: 0 20px;
  }

  .home-middle-title img:nth-of-type(2) {
    right: 20px !important;
  }

  .home-plateThree .inner .home-plateThree-main {
    flex-direction: column;
    padding: 0 20px;
  }

  .home-plateThree .inner .home-plateThree-main .swiper-slide {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-plateFour .inner-top .top-main {
    flex-direction: column;
    padding: 0 20px !important;
  }

  .home-plateFour .inner-top .top-main>div {
    width: 100% !important;
  }

  .home-plateFour .inner-top .top-main>div:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .home-plateFour .inner-bottom {
    flex-direction: column;
    padding: 0 20px !important;
  }

  .home-plateFour .inner-bottom>div {
    width: 100% !important;
  }

  .home-plateFour .inner-bottom>div:nth-of-type(1) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 800px) {
  .home-plateTwo .inner .home-plateTwo-show .show-main .show-main-bottom {
    width: 100%;
  }

  .home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .content {
    width: 100% !important;
  }

  .home-plateTwo .inner .home-plateTwo-show .show-main .show-main-top .img {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .home-plateNine .inner {
    flex-direction: column;
  }

  .home-plateNine .inner .item {
    margin-bottom: 20px;
  }

  .home-plateOne .inner .home-news-main .home-main {
    flex-direction: column;
  }

  .home-plateOne .inner .home-news-main .home-main>div {
    width: 100% !important;
  }
}
