.carousel45 .banner {
  position: relative;
  z-index: 9;
}

.gp-header2.currents {
  z-index: 999;
}

.carousel45 .banner .bannerPic {
  padding-bottom: 34.25%;
  overflow: hidden;
}

.carousel45 .banner .slick-arrow {
  text-indent: -8888888em;
}

.carousel45 .banner .slick-arrow:after {
  display: none !important;
}

.section3 {
  padding-bottom: 100px;
}

.section4 {
  padding-top: 80px;
}

.carousel45 .banner .slick-prev {
  left: 100%;
  margin-left: -280px;
  width: 40px;
  height: 40px;
  background: #942c2c url(../images/l.png) no-repeat center;
  top: 100%;
  margin-top: -47px;
  z-index: 101;
  transform: scale(1);
}

.carousel45 .banner .slick-next {
  right: 192px;
  width: 40px;
  height: 40px;
  background: #e0c67e url(../images/r.png) no-repeat center;
  top: 100%;
  margin-top: -47px;
  z-index: 101;
  transform: scale(1);
}

.carousel45 .banner .slick-dots {
  bottom: 14px;
  width: auto;
  right: 70px;
  z-index: 100;
}

.carousel45 .banner .slick-dots li {
  width: 8px;
  height: 8px;
  position: relative;
  margin: 0 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.carousel45 .banner .slick-dots li button {
  background-color: rgba(148, 44, 44, 0.4);
  width: 10px;
  height: 10px;
}

.carousel45 .banner .slick-dots li.slick-active button {
  background: #942c2c;
}

.carousel45 .banner::before {
  content: "";
  display: block;
  width: 300px;
  height: 55px;
  background: rgba(148, 44, 44, 0.4);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (max-width:996px) {
  .banner::before {
    width: 200px !important;
    height: 39px !important;
  }

  .banner .slick-prev {
    left: 100% !important;
    margin-left: -200px !important;
    top: 100% !important;
    margin-top: -39px !important;
  }

  .banner .slick-next {
    right: 119px !important;
    top: 100% !important;
    margin-top: -39px !important;
  }

  .banner .slick-dots {
    right: 35px !important;
    bottom: 9px !important;
  }
}

@media screen and (max-width:479px) {
  .banner::before {
    width: 196px !important;
    height: 32px !important;
  }

  .banner .slick-prev {
    left: 100% !important;
    margin-left: -200px !important;
    top: 100% !important;
    margin-top: -36px !important;
    transform: scale(0.8) !important;
  }

  .banner .slick-next {
    right: 126px !important;
    top: 100% !important;
    margin-top: -36px !important;
    transform: scale(0.8) !important;
  }

  .banner .slick-dots {
    right: 35px !important;
    bottom: 6px !important;
  }
}

.gp-title24 {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #942c2c;
  color: #942c2c;
}

.gp-title24 span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Arial';
}

.gp-title24 h2 {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.gp-title24 .more {
  padding: 15px 40px;
  border-radius: 30px;
  background: #f1f0ef;
  color: #757575;
}

.news-list .item:nth-child(2) .info .text .left-align {
  display: inline-block;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1460px) {
  .gp-title24 .more {
    padding: 10px 20px;
  }

  .gp-title24 span {
    font-size: 14px;
  }
}

.carousel53 .gpCarousel {
  position: relative;
}

.carousel53 .gpCarousel .slick-slider a span {
  padding-bottom: 56.25%;
  position: relative;
}

.carousel53 .gpCarousel .slick-slider a span .slick-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-sizing: border-box;
  padding: 8px 60px 8px 20px;
}

.carousel53 .gpCarousel .slick-slider a span .slick-txt p {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

.carousel53 .gpCarousel .slick-arrow {
  width: 66px;
  height: 66px;
  line-height: 66px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.carousel53 .gpCarousel .slick-arrow::after {
  display: none;
}

.carousel53 .gpCarousel .slick-arrow.slick-next {
  left: auto;
  right: 10px;
}


.carousel53 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 40px;
  text-align: center;
}

.carousel53 .gpCarousel .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #f9f9f9;
  transition: all 0.2s ease;
  cursor: pointer;
}

.carousel53 .gpCarousel .slick-dots li button {
  display: none;
}

.carousel53 .gpCarousel .slick-dots li.slick-active {
  background: #942c2c;
}

.gp-title93>div {
  padding: 10px;
  background: #f2f2f2;
}

@media screen and (min-width: 996px) {
  .gp-title93>div:hover {
    transform: translate(10px, 10px);
  }
}


.gp-title93>div .img {
  padding-bottom: 66%;
}

.gp-title93>div .info {
  box-sizing: border-box;
  padding: 30px 0 40px;
  text-align: center;
}

.gp-title93>div .info .more {
  float: right;
  background: #ebebeb;
  padding: 15px 35px;
}

.gp-title93>div .info .more span {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1em;
  color: #999999;
}

.gp-title93>div .info .more span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gp-title93>div .info .title {
  font-weight: normal;
}

.gp-title93>div .info .title p {
  display: block;
  margin-top: 5px;
  color: #999999;
  letter-spacing: 2px;
}

.gp-title93>div .info .title a {
  font-weight: bold;
  color: #333333;
  display: inline-block;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
}

.gp-title93>div .info .title a::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #942c2c;
  position: absolute;
  left: -24px;
  top: 50%;
}

.gp-title93>div .info .title a::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #942c2c;
  position: absolute;
  right: -24px;
  top: 50%;
}

.block-list168 li a {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.block-list168 li a:hover {
  transform: translateX(10px);
  z-index: 2;
}

.block-list168 li:last-child a {
  border-bottom: 1px solid #eee;

}

.block-list168 li a .right {
  width: 68px;
  height: 50px;
  position: relative;
  box-sizing: border-box;
  border-left: 1px solid rgba(51, 77, 102, 0.1);
  color: #98a6b2;
}

.block-list168 li a .right .day {
  line-height: 20px;
  color: #942c2c;
}

.block-list168 li a .right .month {
  line-height: 20px;
}

.block-list168 li a .title {
  flex: 1;
  box-sizing: border-box;
  padding-right: 20px;
  margin: 0 0 0;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width:996px) {
  .block-list168 li a {
    padding: 15px 20px;
  }
}

@media screen and (max-width:767px) {
  .block-list168 li a .title {
    padding-right: 10px;
  }

  .block-list168 li a .right {
    padding-left: 12px;
  }

  .block-list168 li a {
    padding: 10px 15px;
  }
}


/* 修改首页 */
.carousel45 {
  position: relative;
}

.carousel45 .gp-search-wrap {
  position: absolute;
  left: 8%;
  top: 15%;
  z-index: 9;
}

.carousel45 .gp-search-wrap .gp-search .gp-ser .notxt1 {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 999;
  width: 100px;
  height: 100px;
  border-radius: 50% 50% 20px 50%;
  cursor: pointer;
  color: #fff;
  font-size: 40px;
  background-color: #942c2c;
  border: none;
  border-right: 4px solid #fff;
}

.carousel45 .gp-search-wrap .gp-search .gp-ser form {
  position: relative;
  transform: translateX(-50px);
  z-index: 100;
  background-color: #faf5f0;
  height: 90px;
  border-radius: 50px;
  border: 4px solid #ededed;
  padding: 15px 50px 15px 150px;
}

.carousel45 .gp-search-wrap .gp-search .gp-ser .notxt {
  height: 100%;
  border: none;
  padding-right: 60px;
  border-bottom: 1px solid #e0dbd7;
  background-color: transparent;
}

.carousel45 .gp-search-wrap .gp-search .gp-ser .notxt::placeholder {
  color: #aeaaa7;
  font-size: 18px;
  text-align: right;
}

.carousel45 .gp-search-wrap .gp-search .gp-ser form::after {
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  bottom: 35px;
  width: 2px;
  height: 15px;
  background-color: #d6d0cd;
}

.carousel45 .gp-search-wrap .gp-search .gp-ser {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 996px) {
  .carousel45 .gp-search-wrap {
    display: none;
  }
}

.glable-cotin {
  background-color: #f9f4ee;
}

.glable-cotin .gp-img-responsive {
  padding-bottom: 44.25%;
}

.quick-list {
  padding: 75px 0 65px;
}

.quick-list ul li a {
  display: block;
  padding: 65px 25px;
  font-family: 'Arial';
  border-radius: 10px;
  color: #fff;
  margin: 0 10px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.quick-list ul li a:hover {
  transform: scale(1.05);
}

.quick-list ul li a:nth-child(1) {
  background: url("../images/quick-item1-bg.png") no-repeat center/100% 100%;
}

.quick-list ul li a:nth-child(2) {
  background: url("../images/quick-item2-bg.png") no-repeat center/100% 100%;
}

.quick-list ul li a:nth-child(3) {
  background: url("../images/quick-item3-bg.png") no-repeat center/100% 100%;
}

.quick-list ul li a:nth-child(4) {
  background: url("../images/quick-item4-bg.png") no-repeat center/100% 100%;
}

.news-list {
  position: relative;
}

.news-list::after {
  content: "";
  display: block;
  width: 30%;
  height: 45%;
  position: absolute;
  bottom: -205px;
  left: 0;
  background: url("../images/news-list-bg.png")no-repeat left bottom /100% 100%;
}

@media screen and (max-width: 996px) {
  .news-list::after {
    display: none;
  }
}

.news-list .item {
  position: relative;
  padding: 10px 0;
  background-color: #fff;
}

.news-list .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 8;
  transition: all .3s;
}

.news-list .item:nth-child(1):before {
  background: url("../images/news-item1-bg.png") no-repeat right top, #8e2c2c;
}

.news-list .item:nth-child(2):before {
  background: url("../images/news-item2-bg.png") no-repeat left center, #8e2c2c;
}

.news-list .item:nth-child(3):before {
  background: url("../images/news-item3-bg.png") no-repeat right center, #8e2c2c;
}

.news-list .item:hover .info .title .text,
.news-list .item:hover .info .title .text2 {
  color: #fff;
}

.news-list .item:hover .info .title .text::after,
.news-list .item:hover .info .title .text2::after {
  background: rgba(241, 240, 239, .2);

}

.news-list .item:hover .info .title .more {
  background: rgba(241, 240, 239, .2);
  color: #fff;
}

.news-list .item:hover .info .title .more .in-img {
  display: none;
}

.news-list .item:hover .info .title .more .active-img {
  display: inline;
}

.news-list .item:hover::before {
  width: 100%;
}

.news-list .item .gp-container {
  position: relative;
  display: flex;
  justify-content: baseline;
  z-index: 9;
}

.news-list .item .gp-container .img {
  display: block;
  width: 700px;
  flex-shrink: 0;
  margin-right: 30px;
}

.news-list .item .info .title {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #942c2c;
  height: 100%;
}

.news-list .item:nth-child(2) {
  margin: 10px 0;
}

.news-list .item:nth-child(2) .gp-container {
  justify-content: flex-end;
}

.news-list .item:nth-child(2) .info .title {
  align-items: flex-end;

}

.news-list .item:nth-child(2) .gp-container .img {
  margin-left: 30px;
  margin-right: -30px;
}

.news-list .item:nth-child(2) .info .title .text2 {
  display: none;
}

.news-list .item:nth-child(2) .info .title .text::after {
  left: auto;
  right: 0;
}

.news-list .item:nth-child(2) .info .title .text2::after {
  right: auto;
  left: 0;
  bottom: 75px;
}

.news-list .item:nth-child(3) {
  padding-bottom: 20px;
}

.news-list .item .info .title a {
  font-size: 42px;
  color: #942c2c;
}

.news-list .item .info .title .text {
  position: relative;
  font-family: 'Arial';
}

.news-list .item .info .title .text::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 20%;
  height: 6px;
  background-color: #942c2c;

}

.news-list .item .info .title .text2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 20%;
  height: 6px;
  background-color: #942c2c;

}

.news-list .item .info .title .more {
  width: fit-content;
  font-size: 18px;
  padding: 15px 40px;
  border-radius: 30px;
  background: #f1f0ef;
  color: #757575;
}

.news-list .item .info .title .more .active-img {
  display: none;
}

.section3 .top-title {
  position: relative;
  text-align: right;
  z-index: 10;
  margin-bottom: -33px;
}

.section3 .top-title span {
  display: inline-block;
  position: relative;
  z-index: 8;
  padding: 20px 50px;
  color: #fff;
  font-size: 42px;
  background-color: #942c2c;
  width: fit-content;
  border-bottom-left-radius: 20px;
}

.news-list .item:nth-child(1) .gp-container .info {
  position: relative;
}

.news-list .item:nth-child(1) .gp-container .info::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100%;
  border-bottom: 1px dashed #942c2c;
}

.section3 .top-title {
  position: relative
}

.section3 .top-title .after {
  display: block;
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
  width: 277px;
  height: 80px;
  background: url("../images/title-after-bg.png") no-repeat center bottom;
}

@media screen and (max-width: 1460px) {
  .block-list168 li a {
    padding: 0px 30px;
  }

  .news-list .item .gp-container .img {
    width: 620px;
  }

  .gp-f32 {
    font-size: 28px;
  }
  .news-list::after {
    bottom: -180px;
  }
  .section3 {
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 1386px) {
  .news-list .item .gp-container .img {
    width: 560px;
  }
   .news-list::after {
    bottom: -165px;
  }
  .section3 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1320px) {
  .block-list168 li a {
    padding-bottom: 15px !important;
  }

  .news-list .item .gp-container .img {
    width: 510px;
  }

  .gp-f32 {
    font-size: 22px;
  }
}

@media screen and (max-width: 996px) {
  .quick-list ul li {
    margin-top: 10px;
  }

  .gp-title24 .more {
    margin-top: 10px;
  }

  .news-list .item .info .title a {
    font-size: 32px;
  }

  .news-list .item {
    background-size: 100% 100% !important;
  }

  .section3 .top-title {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .news-list .item .info .title a {
    font-size: 24px;
  }
  .section3 .top-title span {
    padding: 10px 25px;
    font-size: 34px;
  }
}

@media screen and (max-width: 996px) {
  .news-list .item .gp-container {
    flex-direction: column;
  }

  .news-list .item .gp-container .img {
    margin: 0;
    margin-bottom: 10px;
  }

  .news-list .item .info .title .more {
    margin-top: 40px;
  }

  .news-list .item:nth-child(2) .gp-container .img {
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .news-list .item:nth-child(2) .info {
    order: 2;
  }

  .news-list .item:nth-child(2) .img {
    order: 1;
  }

  .news-list .item .gp-container .img {
    width: 100%;
  }

  .news-list .item:nth-child(2) .info .title .text {
    display: none;
  }

  .news-list .item:nth-child(2) .info .title .text2 {
    display: block;
  }

  .news-list .item:nth-child(2) .info .title {
    align-items: flex-start;
    padding: 0;
  }

  .section3 {
    padding-bottom: 40px;
  }

  .section4 {
    padding-top: 30px;
  }

  .gp-title93>div .info {
    box-sizing: border-box;
    padding: 30px 0 30px;
    text-align: center;
  }

  .quick-list {
    padding: 20px 0 30px;
  }

  .gp-title24 {
    padding-top: 30px;
  }

  .section3 .top-title {
    margin-bottom: 20px;
  }

  .section3 .top-title .after {
    display: none;
  }
}

