@keyframes dow_arr1 {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dow_arr2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes large-s {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.index_banner {
  width: 100%;
  overflow: hidden;
}
.index_banner .sw_banner .swiper-pagination {
  width: 84%;
  text-align: right;
  position: absolute;
  bottom: 70px;
  left: 8%;
}
.index_banner .sw_banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.index_banner .sw_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #b1987f;
}
.index_banner .sw_banner .swiper-slide {
  overflow: hidden;
}
.index_banner .sw_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 15s;
}
.index_banner .sw_banner .swiper-slide .txt {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.index_banner .sw_banner .swiper-slide .txt p {
  width: 100%;
  color: #fff;
  font-weight: bold;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1.5s 1s;
  -o-transition: 1.5s 1s;
  transition: 1.5s 1s;
}
.index_banner .sw_banner .swiper-slide .txt a {
  display: inline-block;
  margin-top: 2rem;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1.5s 1.5s;
  -o-transition: 1.5s 1.5s;
  transition: 1.5s 1.5s;
}
.index_banner .sw_banner .swiper-slide .txt a img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.index_banner .sw_banner .swiper-slide .txt a span {
  width: 100%;
  height: 100%;
  padding: 6px 50px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  transition: all 0.3s;
}
.index_banner .sw_banner .swiper-slide .txt a:hover span {
  background-color: #b1987f;
}
.index_banner .sw_banner .swiper-slide .txt a:hover img {
  transform: translateX(5px);
}
.index_banner .sw_banner .swiper-slide .txt_btm {
  position: absolute;
  bottom: 55px;
  left: 8%;
  width: 84%;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding-bottom: 1rem;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1.5s 2s;
  -o-transition: 1.5s 2s;
  transition: 1.5s 2s;
}
.index_banner .sw_banner .swiper-slide .txt_btm::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.index_banner .sw_banner .swiper-slide .txt_btm::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  bottom: -4px;
  right: 0;
}
.index_banner .sw_banner .swiper-slide.swiper-slide-active .txt p,
.index_banner .sw_banner .swiper-slide.swiper-slide-active .txt a,
.index_banner .sw_banner .swiper-slide.swiper-slide-active .txt_btm {
  -webkit-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  opacity: 1;
}
.index_banner .sw_banner .swiper-slide-active .img {
  transform: scale(1.05);
}
.ctn_1 {
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
}
.ctn_1 .entry {
  display: flex;
  justify-content: space-between;
}
.ctn_1 .entry li {
  width: 25%;
  text-align: center;
}
.ctn_1 .entry li a {
  display: inline-block;
}
.ctn_1 .entry li a:hover img {
  transform: scale(1.1);
}
.ctn_1 .entry li a:hover p {
  color: #656cde;
}
.ctn_1 .entry li img {
  max-width: 150px;
  width: auto;
  display: inline-block;
  transition: all 0.3s;
}
.ctn_1 .entry li p {
  color: #222;
  text-align: center;
  transition: all 0.3s;
  margin-top: 1rem;
}
.ctn_2 {
  width: 100%;
  overflow: hidden;
}
.ctn_2 .item {
  display: none;
}
.ctn_2 .item:nth-child(1) {
  display: block;
}
.ctn_2 .item .item_l {
  width: 50%;
  display: block;
  float: left;
  position: relative;
  padding-top: 35.41%;
  overflow: hidden;
}
.ctn_2 .item .item_l img {
  width: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn_2 .item .item_l .txt {
  position: absolute;
  top: 7%;
  left: 10%;
  z-index: 2;
  width: 55%;
}
.ctn_2 .item .item_l p {
  color: #fff;
  display: block;
  line-height: 1.2;
  font-weight: bold;
}
.ctn_2 .item .item_l span {
  color: #fff;
  display: block;
  width: 60%;
  line-height: 2;
  margin-top: 1.5rem;
}
.ctn_2 .item .item_r {
  float: left;
  width: 50%;
}
.ctn_2 .item .item_r img {
  width: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn_2 .item .item_r .txt {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
}
.ctn_2 .item .item_r p {
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 1.2;
}
.ctn_2 .item .item_r span {
  color: #666;
  display: block;
  line-height: 2;
  margin-top: 1.5rem;
}
.ctn_2 .item .item_r .item_t {
  width: 100%;
  position: relative;
  padding-top: 35.41%;
  overflow: hidden;
  display: block;
}
.ctn_2 .item .item_r .item_m {
  width: 100%;
  position: relative;
  padding-top: 35.41%;
  overflow: hidden;
  display: block;
}
.ctn_3 {
  width: 100%;
  overflow: hidden;
}
.ctn_3 .item {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
.ctn_3 .item .txt {
  width: 26%;
}
.ctn_3 .item .txt h2 {
  color: #fff;
  font-weight: bold;
  display: block;
}
.ctn_3 .item .txt p {
  color: #fff;
  display: block;
  margin-top: 2.5rem;
  line-height: 2.5;
  text-align: justify;
}
.ctn_3 .item .txt a {
  padding: 15px 60px;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  margin-top: 4rem;
  transition: all 0.3s;
}
.ctn_3 .item .txt a span {
  display: flex;
  align-items: center;
}
.ctn_3 .item .txt a:hover {
  background-color: #b1987f;
}
.ctn_3 .item .txt a:hover i {
  animation: zy 1s linear 0s infinite;
}
.ctn_3 .item .txt a i {
  font-size: 22px;
  display: inline-block;
  transition: all 0.3s;
}
.ctn_3 .item .img {
  width: 42.875%;
  border-radius: 10px;
  overflow: hidden;
}
.ctn_3 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.ctn_3 ul li {
  width: 20%;
}
.ctn_3 ul li:nth-last-child(1) {
  width: 40% ;
}
.ctn_3 ul li p {
  font-size: 80px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
}
.ctn_3 ul li span {
  display: block;
  text-align: center;
  color: #fff;
}
.ctn_4 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}
.ctn_4 .w1600 {
  position: relative;
}
.ctn_4 .w1600 .pagination {
  margin-top: 2rem;
  width: 100%;
  height: 3px;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}
.ctn_4 .w1600 .pagination .fill {
  background: #b1987f;
  height: 100%;
  transition: all 0.3s;
  position: relative;
}
.ctn_4 .w1600 .pagination .fill .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -33px;
  background-color: #b1987f;
  padding: 3px 10px;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.ctn_4 .w1600 .pagination .fill .num i {
  color: #fff;
  margin: 0 2px;
}
.ctn_4 .w1600 .pagination .fill .num i.cu {
  font-size: 16px;
}
.ctn_4 .w1600 .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ctn_4 .w1600 .title .tit {
  color: #222;
  font-weight: bold;
}
.ctn_4 .w1600 .title a {
  background-repeat: no-repeat;
  width: 13.125%;
  padding-top: 9.2%;
  display: block;
  position: relative;
}
.ctn_4 .w1600 .title a:hover i {
  animation: zy 1s linear 0s infinite;
}
.ctn_4 .w1600 .title a span {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}
.ctn_4 .w1600 .title a span i {
  font-size: 19px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.5rem;
}
.ctn_4 .sw_news {
  margin-top: 2.5rem;
}
.ctn_4 .sw_news a:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.ctn_4 .sw_news a:hover .txt h2 {
  color: #b1987f;
}
.ctn_4 .sw_news .img {
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.ctn_4 .sw_news .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
.ctn_4 .sw_news .txt {
  margin-top: 2rem;
}
.ctn_4 .sw_news .txt h2 {
  color: #222;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.ctn_4 .sw_news .txt p {
  color: #999;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin-top: 2rem;
}
.ctn_4 .sw_news .txt span {
  color: #999;
  display: block;
  margin-top: 2rem;
}
.ctn_4 .news_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 28%;
  overflow: hidden;
}
@keyframes zy {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
.ctn_5 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 3rem 0 5rem;
}
.ctn_5 .balloon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10.8%;
}
.ctn_5 .dog {
  width: 33%;
  position: absolute;
  top: 2%;
  right: 5%;
}
.ctn_5 .txt {
  margin-top: 1rem;
}
.ctn_5 .txt h2 {
  color: #222;
  display: block;
}
.ctn_5 .txt p {
  color: #555;
  display: block;
  width: 49%;
  margin-top: 3rem;
  line-height: 2.5;
}
.ctn_5 ul {
  margin-top: 5rem;
  width: 70%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ctn_5 ul li {
  width: 25%;
  margin-bottom: 2rem;
}
.ctn_5 ul li:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ctn_5 ul li img {
  max-width: 220px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s;
}
@media screen and (max-width: 1366px) {
  .ctn_1 .entry li img {
    max-width: 100px;
  }
  .ctn_2 .item .item_r span {
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .ctn_2 .item .item_l span {
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .ctn_3 ul li p {
    font-size: 80px;
  }
  .ctn_3 .item .txt a {
    padding: 10px 40px;
  }
  .ctn_4 .w1600 .title a span {
    font-size: 16px;
    width: 100%;
    text-align: center;
    bottom: 8%;
  }
}
@media screen and (max-width: 1200px) {
  .ctn_4 .w1600 .title a {
    width: 150px;
    padding-top: 110px;
  }
  .ctn_4 .w1600 .title a span {
    font-size: 14px;
    bottom: 10%;
  }
  .ctn_4 .news_bg {
    padding-top: 30%;
  }
}
@media screen and (max-width: 998px) {
  .ctn_2 .item .item_l {
    width: 100%;
    padding-top: 71%;
  }
  .ctn_2 .item .item_l p {
    font-size: 20px;
  }
  .ctn_2 .item .item_l span {
    margin-top: 1.5rem;
    line-height: 1.5;
  }
  .ctn_2 .item .item_r {
    width: 100%;
  }
  .ctn_2 .item .item_r p {
    font-size: 20px;
  }
  .ctn_2 .item .item_r span {
    line-height: 1.5;
    margin-top: 1rem;
  }
  .ctn_2 .item .item_r img {
    width: 140%;
  }
  .ctn_2 .item .item_r .item_t {
    padding-top: 44.41%;
  }
  .ctn_2 .item .item_r .item_m {
    padding-top: 44.41%;
  }
  .ctn_3 {
    background-position: 38% center!important;
  }
  .ctn_3 ul li p {
    font-size: 40px;
  }
  .ctn_3 .item .txt {
    width: 90%;
  }
  .ctn_3 .item .img {
    display: none;
  }
  .ctn_3 ul {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .ctn_3 ul li {
    width: 50%;
    margin-top: 1rem;
  }
  .ctn_3 ul li:nth-last-child(1) {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .index_banner .sw_banner .swiper-slide .txt a {
    padding: 6px 30px;
  }
  .index_banner .sw_banner .swiper-slide .txt a img {
    margin-left: 5px;
  }
  .ctn_5 .dog {
    top: auto;
    bottom: 2%;
  }
  .ctn_1 .entry li img {
    width: 60%;
  }
  .ctn_1 {
    padding: 1rem 0;
  }
  .ctn_1 .entry li p {
    font-size: 10px;
    margin-top: 4px;
  }
  .ctn_4 .news_bg {
    padding-top: 53%;
  }
  .ctn_4 .sw_news {
    width: 94%;
    margin: 2.5rem auto 0;
  }
  .ctn_4 .w1600 .title a {
    width: 110px;
    padding-top: 76px;
  }
  .ctn_4 .w1600 .title a span {
    font-size: 12px;
    bottom: 0px;
  }
  .ctn_4 .sw_news .txt {
    margin-top: 1rem;
  }
  .ctn_4 .sw_news .txt p {
    margin-top: 1rem;
  }
  .ctn_4 .sw_news .txt span {
    margin-top: 1rem;
  }
  .ctn_4 .w1600 .pagination .fill .num {
    right: 0;
    font-size: 6px;
    padding: 1px 5px;
  }
  .ctn_4 .w1600 .pagination .fill .num i {
    margin: 0;
  }
  .ctn_4 .w1600 .pagination .fill .num i.cu {
    font-size: 12px;
  }
  .ctn_4 .w1600 .pagination .fill .num i.to {
    font-size: 10px;
  }
  .ctn_5 {
    background-position: 70% 10%!important;
    background-size: 300%!important;
    padding: 0 0 8rem;
  }
  .ctn_5 .txt {
    margin-top: 1rem;
  }
  .ctn_5 .txt p {
    width: 100%;
    margin-top: 1rem;
    line-height: 1.8;
  }
  .ctn_5 ul {
    width: 100%;
    margin-top: 2rem;
  }
  .ctn_5 ul li {
    width: 33.33%;
  }
  .ctn_5 ul li img {
    width: 90%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=./index.css.map */