.carousel47 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.carousel47 .slick-slide >a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel47 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
}
.carousel47 .slick-slide.slick-active img {
  animation: scaleBig 5s linear 0s 1 both;
  transform-style: preserve-3d;
}
.carousel47 .slick-txt {
  font-weight: normal !important;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  font-weight: bold;
  background: transparent;
  background: -webkit-gradient(top, bottom, color-stop(0%, transparent), color-stop(70%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.carousel47 .slick-txt div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel47 .slick-arrow {
  width: 63px;
  height: 20px;
  background: none;
  color: transparent;
  overflow: initial;
}
.carousel47 .slick-arrow.slick-prev {
  background: url(../images/carousel47_lt.png) center no-repeat;
  left: 33px;
}
.carousel47 .slick-arrow.slick-prev::after {
  left: 0px;
}
.carousel47 .slick-arrow.slick-prev:hover {
  color: transparent;
}
.carousel47 .slick-arrow.slick-prev:hover::after {
  background: none;
  border: none;
}
.carousel47 .slick-arrow.slick-next {
  background: url(../images/carousel47_rt.png) center no-repeat;
  right: 33px;
}
.carousel47 .slick-arrow.slick-next::after {
  right: 0px;
  left: auto;
}
.carousel47 .slick-arrow.slick-next:hover {
  color: transparent;
}
.carousel47 .slick-arrow.slick-next:hover::after {
  background: none;
  border: none;
}
.carousel47 .slick-arrow::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 996px) {
  .carousel47 .slick-txt div {
    width: 100% !important;
    text-align: left;
  }
  .carousel47 .slick-arrow {
    width: 45px;
  }
  .carousel47 .slick-arrow::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 3px;
  }
}
@-webkit-keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #3362C7;
}
.gp-title2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title2 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title2 .more {
  padding-top: 10px;
  color: #999;
}
.bayWindow1 {
  padding: 10px 10px 0 0;
  left: 20px;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 20px;
}
.bayWindow1 .con {
  display: block;
}
.bayWindow1 .close {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  text-decoration: none;
  color: #999;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:996px) {
  .bayWindow1 {
    display: block;
  }
}
.carousel19 .slick-slider a {
  width: 100%;
  display: block;
  position: relative;
}
.carousel19 .slick-slider a span {
  padding-bottom: 66.6%;
}
.carousel19 .slick-slider a div.slick-txt {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(51, 98, 199, 0.8);
  position: absolute;
  left: 0;
  bottom: 45px;
  line-height: 20px;
}
.carousel19 .slick-slider a div.slick-txt .title {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel19 .slick-slider a p {
  margin-top: 5px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 40px;
}
.carousel19 .slick-dots {
  bottom: 95px;
  right: 0;
}
.carousel19 .slick-dots li button {
  background-color: #fff;
  border: 1px solid #fff;
}
.carousel19 .slick-dots li.slick-active button {
  background-color: #3362C7;
  border: 1px solid #3362C7;
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  display: flex;
  align-items: center;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #3362C7;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  flex: 1;
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list5 div >span {
  color: #666666;
  float: right;
  margin-left: 10px;
  order: 1;
}
.block-list59 li {
  border-bottom: 1px dashed #e0e0e0;
  overflow: hidden;
}
.block-list59 li >div {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.block-list59 li span {
  width: 60px;
  display: block;
  background: #3362C7;
  color: #fff;
}
.block-list59 li span b {
  display: block;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.block-list59 li span i {
  display: block;
  font-style: normal;
  height: 30px;
  line-height: 30px;
  border: 1px solid #3362C7;
  text-align: center;
  color: #666666;
  background: #fff;
}
.block-list59 li a {
  display: block;
  padding: 0 0 0 10px;
  overflow: hidden;
  line-height: 1.7;
  height: auto;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gp-title71 {
  position: relative;
}
.gp-title71 .mode1Pic {
  padding-bottom: 56%;
  position: relative;
}
.gp-title71 .mode1Txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 16px;
  text-align: center;
  z-index: 3;
}
.gp-title71 .mode1Pic::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/1b.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.gp-title71 .mode1Pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/1a.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-list317 {
  margin: 0 -50px;
}
.block-list317 li a {
  display: block;
  margin: 0 50px;
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.block-list317 li a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #3362C7;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
}
.block-list317 li a:hover::before {
  width: 100%;
}
.block-list317 li a .tit {
  color: #333333;
  line-height: 1.25;
  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-list317 li a:hover .tit {
  color: #3362C7;
}
@media screen and (max-width:1200px) {
  .block-list317 {
    margin: 0 -30px;
  }
  .block-list317 li a {
    margin: 0 30px;
  }
}
@media screen and (max-width:996px) {
  .block-list317 {
    margin: 0 -20px;
  }
  .block-list317 li a {
    margin: 0 20px;
  }
}
@media screen and (max-width:768px) {
  .block-list317 {
    margin: 0 -15px;
  }
  .block-list317 li a {
    margin: 0 15px;
  }
}
.block-list112 li a {
  display: block;
  background: #3362C7;
  box-sizing: border-box;
  padding: 24px;
  text-align: center;
}
.block-list112 li a .img {
  max-width: 60px;
  margin: 0 auto;
}
.block-list112 li a .img span {
  padding-bottom: 100%;
  background: none;
}
.block-list112 li a p {
  color: #fff;
}
.block-list112 li:nth-child(1) a {
  background-color: #204f63;
}
.block-list112 li:nth-child(2) a {
  background-color: #faa632;
}
.block-list112 li:nth-child(3) a {
  background-color: #3d97e4;
}
.block-list112 li:nth-child(4) a {
  background-color: #968c51;
}
