.carousel3 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.carousel3 .slick-list {
  overflow: visible;
}
.carousel3 .slick-slider {
  max-width: 1200px;
  margin: 0 auto;
}
.carousel3 .slick-slider > a {
  display: block;
  background-color: #fff;
  position: relative;
  margin: 0 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.carousel3 .slick-slider > a img {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.carousel3 .slick-slider .slick-img {
  display: block;
  height: 0;
  padding-bottom: 33.33%;
  overflow: hidden;
}
.carousel3 .slick-current > a img {
  opacity: 1;
}
.carousel3 .slick-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.carousel3 .slick-arrow::before {
  color: #fff;
  vertical-align: middle;
}
.carousel3 .slick-arrow:after {
  content: '';
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.carousel3 .slick-prev {
  left: 30px;
}
.carousel3 .slick-prev:after {
  left: 0;
}
.carousel3 .slick-next {
  right: 30px;
}
.carousel3 .slick-next:after {
  right: 0;
}
.carousel3 .slick-dots {
  position: relative;
  text-align: center;
  bottom: 25px;
}
@media screen and (max-width:767px) {
  .carousel3 .slick-slide > a {
    margin: 0;
  }
  .carousel3 .slick-arrow {
    margin-top: -20px;
  }
}
.gp-title29 span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.gp-title29 .gpColumnTitleIcon {
  margin-right: 10px;
}
.gp-title29 h2 {
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-bottom: 1px solid #B42128;
}
.gp-title29 h2 a {
  color: #B42128;
  box-sizing: border-box;
  padding: 0 60px 0 30px;
  position: relative;
}
.gp-title29 h2 a::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #B42128;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.gp-title29 .more {
  box-sizing: border-box;
  padding: 3px 18px;
  border: 1px solid #e6e6e6;
  border-left: 4px solid #B42128;
  position: relative;
  margin-top: 5px;
}
.gp-title29 .more span {
  color: #333;
}
.gp-title29 .more::before {
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  background: #B42128;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.gp-title29 .more::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  right: 3px;
  top: 0;
  z-index: 0;
}
.gp-title29 .more:hover span {
  color: #fff;
  z-index: 2;
  position: relative;
}
.gp-title29 .more:hover::before {
  width: 100%;
  z-index: 1;
}
.gp-title29 .more:hover::after {
  z-index: 0;
}
.carousel36 {
  overflow-x: clip;
}
.carousel36 .slide {
  margin-left: -20px;
  margin-right: -20px;
}
.carousel36 .slide .slick-prev,
.carousel36 .slide .slick-next {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: auto;
  right: 80px;
  top: -82px;
  transform: translateY(0%);
  transition: all 0s ease;
  background: url(../images/carousel36_prev.png) no-repeat center/cover;
  font-size: 0;
}
.carousel36 .slide .slick-next {
  right: 20px;
  transform: rotate(180deg);
}
.carousel36 .slide .slick-arrow:after {
  display: none;
}
.carousel36 .slide a {
  display: block;
  margin: 0px 20px;
}
.carousel36 .slide a .slick-txt {
  display: block;
  position: relative;
  margin: 0 20px;
  left: auto;
  bottom: auto;
  padding: 0px;
  margin: 0px;
  color: inherit;
  width: auto;
  height: auto;
  line-height: normal;
  background: none;
  font-weight: normal;
}
.carousel36 .slide a .slick-txt .img {
  position: relative;
}
.carousel36 .slide a .slick-txt .img .gp-img-responsive {
  padding-bottom: 66.6%;
}
.carousel36 .slide a .slick-txt .img .gp-img-responsive::after {
  content: '';
  display: block;
  width: 154px;
  height: 3px;
  background-color: #B42128;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.carousel36 .slide a .slick-txt .gp-ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.carousel36 .slide a .slick-txt .gp-ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.carousel36 .slide a .slick-txt .gpArticleTitle {
  line-height: 24px;
  text-align: justify;
  margin-top: 24px;
}
.carousel36 .slide a .slick-txt .gpArticleSummary {
  color: #999999;
  line-height: 20px;
  margin-top: 11px;
  margin-bottom: 36px;
  text-align: justify;
}
.carousel36 .slide a .slick-txt .gpArticleDate {
  display: inline-block;
  max-width: 67px;
  color: #666666;
  line-height: 12px;
  padding-top: 20px;
  border-top: 1px solid #B42128;
}
.carousel36 .slide a .slick-txt .more {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #B42128;
}
.block-list315 li a {
  display: block;
  color: #fff;
  position: relative;
}
.block-list315 li a .pic {
  padding-bottom: 66.66%;
}
.block-list315 li a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: end;
  align-items: flex-end;
}
.block-list315 li a .txt .tit {
  flex: 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 30px;
}
.block-list315 li a .txt .tit div {
  font-weight: bold;
  line-height: 1.22;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list315 li a .txt .time {
  box-sizing: border-box;
  padding: 30px;
  background: #B42128;
  font-weight: bold;
}
.block-list315 li a .txt .time b {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width:996px) {
  .block-list315 li a .txt .time {
    padding: 25px;
  }
  .block-list315 li a .txt .tit {
    padding: 25px;
  }
}
@media screen and (max-width:768px) {
  .block-list315 li a .txt .time {
    padding: 20px;
  }
  .block-list315 li a .txt .tit {
    padding: 20px;
  }
}
@media screen and (max-width:479px) {
  .block-list315 li a .txt .time {
    padding: 15px;
  }
  .block-list315 li a .txt .tit {
    padding: 15px;
  }
}
.tab3-list li a {
  display: block;
  border-left: 2px solid #B42128;
  padding: 12px;
  background: #f8f5f2;
}
.tab3-list li a span {
  display: block;
  color: #B42128;
  padding-bottom: 5px;
}
.tab3-list li a p {
  height: 1.8em;
  overflow: hidden;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list351 .gpTextArea {
  position: relative;
  padding: 0 0 0 24px;
  box-sizing: border-box;
}
.block-list351 .gpTextArea::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e1cbac;
}
.block-list351 .gpTextArea::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 20px;
  left: 0;
  top: 0px;
  background: #B42128;
}
.block-list351 .gpTextArea .time {
  margin-top: 10px;
  color: #999999;
}
.block-list6 .slick-news .item-img1 {
  display: block;
}
.block-list6 .slick-news .item-img1 .gp-img-responsive {
  padding-bottom: 56.25%;
}
.block-list6 .slick-news .item-txt1 {
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 5px;
}
.block-list6 .slick-news .item-txt1 h3 {
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 12px;
}
.block-list6 .slick-news .item-txt1 .item-date1 {
  color: #B42128;
  font-family: 'Arial';
  margin-bottom: 12px;
  display: block;
}
.block-list6 .slick-news .item-txt1 .p1 {
  line-height: 1.7;
  height: 5.1em;
  overflow: hidden;
  color: #999;
}
.block-list6 .slick-news .slick-dots {
  position: static;
  text-align: center;
}
.block-list1 >* {
  margin-bottom: 20px;
}
.block-list1 li {
  display: block;
}
.block-list1 li .item-info1 {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.block-list1 li .item-info1 .item-img1.gp-img-responsive {
  padding-bottom: 66.6%;
}
.block-list1 li .item-info1 .item-txt1 {
  background-color: #fff;
  padding: 16px 25px 35px;
}
.block-list1 li .item-info1 .item-txt1 h3 {
  margin-bottom: 15px;
  line-height: 24px;
  height: 48px;
  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;
}
.block-list1 li .item-info1 .item-txt1 p {
  line-height: 21px;
  height: 42px;
  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;
  margin-bottom: 0;
  color: #666666;
}
.block-list1 li .item-info1:hover p {
  color: #666666;
}
@media screen and (min-width:1020px) {
  .block-list1 li .item-info1 {
    transition: transform 0.4s ease-out;
  }
  .block-list1 li .item-info1:hover {
    transform: translateY(-15px);
  }
}
.gp-title102 {
  position: relative;
  box-shadow: 15px 15px 40px rgba(179, 189, 199, 0.5);
}
.gp-title102 .gpColumnTitleIcon {
  width: 100%;
}
.gp-title102 .gpColumnTitleIcon img {
  width: 100%;
  max-width: none;
}
.gp-title102 .gpColumnTitle {
  position: absolute;
  box-sizing: border-box;
  left: 30px;
  right: 30px;
  bottom: 10%;
}
.gp-title102 .gpColumnTitle .title {
  display: block;
  color: #fff;
  position: relative;
  margin-bottom: 25px;
}
.gp-title102 .gpColumnTitle .title .text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
}
.gp-title102 .gpColumnTitle .title .text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.gp-title102 .gpColumnTitle .title .text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  transition: width ease-in-out 0.3s;
  -ms-transition: width ease-in-out 0.3s;
  -moz-transition: width ease-in-out 0.3s;
  -webkit-transition: width ease-in-out 0.3s;
  -o-transition: width ease-in-out 0.3s;
  display: block;
  bottom: 0;
  opacity: 1;
  width: 0;
  right: 0;
  left: auto;
}
.gp-title102 .gpColumnTitle .title .ico {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.gp-title102 .gpColumnTitle .title .ico i {
  top: 0;
  display: block;
  line-height: 32px;
  font-size: 14px;
  position: relative;
  text-align: center;
  width: 100%;
}
.gp-title102 .gpColumnTitle .gpColumnTitleEn {
  color: #fff;
  line-height: 1.6;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .gp-title102 .gpColumnTitle {
    left: 20px;
    right: 20px;
  }
}
.gp-title102:hover i {
  animation-name: circleLink;
  animation-duration: 0.5s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
.gp-title102:hover .gpColumnTitle .title .text::after {
  left: 0;
  right: auto;
  width: 100%;
}
@keyframes circleLink {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(30px);
    opacity: 1;
  }
  51% {
    transform: translateX(30px);
    opacity: 0;
  }
  52% {
    transform: translateX(-30px);
    opacity: 0;
  }
  53% {
    transform: translateX(-30px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.carousel17 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel17 .gpCarousel {
  margin: 0 -25px;
}
.carousel17 .gpCarousel .slick-slider a {
  display: block;
  margin: 0 25px;
}
.carousel17 .gpCarousel .slick-slider a .gp-img-responsive {
  border-radius: 8px;
  position: relative;
}
.carousel17 .gpCarousel .slick-slider a .gp-img-responsive .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: #fff;
}
.carousel17 .gpCarousel .slick-slider a .slickText {
  text-align: center;
  line-height: 1.3;
  margin: 20px 0;
  box-sizing: border-box;
}
.carousel17 .gpCarousel .slick-prev {
  left: 24px;
  color: #B42128;
  margin-top: -30px;
}
.carousel17 .gpCarousel .slick-next {
  right: 24px;
  color: #B42128;
  margin-top: -30px;
}
.carousel17 .gpCarousel .slick-arrow:hover::after {
  background-color: #B42128;
}
.carousel17 .gpCarousel .slick-arrow:hover {
  color: #fff;
}
.carousel17 .gpCarousel .slick-dots {
  position: static;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1440px) {
  .carousel17 .articleList04 {
    margin-left: -13vw;
  }
}
@media screen and (max-width: 1300px) {
  .carousel17 .articleList04 {
    margin-left: 0;
  }
}
.block-list153 {
  margin: 0 -8px;
}
.block-list153 li a {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0 8px;
  background: #f2f7fc;
  border-bottom: 1px solid #B42128;
  position: relative;
  box-sizing: border-box;
  padding: 29px;
  text-align: center;
  background: #f2f7fc;
}
.block-list153 li a .img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border: 1px solid #B42128;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.block-list153 li a .img img {
  width: auto;
  max-width: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-list153 li a p {
  text-align: center;
  color: #333333;
  margin-top: 10px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list153 li a span {
  display: block;
  text-align: center;
  color: #333333;
  margin-top: 10px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list153 li a:hover {
  transform: translateY(5px);
}
@media screen and (max-width:996px) {
  .block-list153 li a p {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .block-list153 li a p {
    font-size: 14px;
  }
}
