﻿.block {
  width: 1600px;
}
.public-title {
  text-align: center;
}
.public-title h3 {
  font-size: 42px;
  color: #e40f01;
  line-height: 1;
  margin-bottom: 25px;
}
.public-title p {
  position: relative;
  font-size: 18px;
  color: #808080;
  padding-bottom: 35px;
}
.public-title p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #4d4d4d;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.session_1 .img-box img {
  width: 100%;
}
.session_1 .swiper-pagination {
  bottom: 30px;
}
.session_1 .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 7px;
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
  opacity: .3;
}
.session_1 .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 8px;
  background: #fff;
  opacity: 1;
}
.session_2 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.session_2 .centent-box {
  margin-top: 56px;
  overflow: hidden;
}
.session_2 .centent-box img {
  width: 100%;
  transition: all .4s;
}
.session_2 .centent-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.session_3 .centent-box {
  position: relative;
  height: 720px;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/img_2.jpg);
  background-attachment: fixed;
}
.session_3 .centent-box .txt-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.session_3 .centent-box .txt-box h3 {
  font-weight: 700;
  font-size: 42px;
  color: #ffff;
  line-height: 1;
  margin-bottom: 23px;
}
.session_3 .centent-box .txt-box p {
  font-size: 18px;
  color: #ffffff;
}
.session_3 .centent-box .txt-box a {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  margin-top: 25px;
}
.session_3 .centent-box .txt-box a:hover {
  background: #fff;
  border-color: #fff;
  color: #333;
}
.session_4 {
  margin-top: 95px;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.session_4 .centent-box {
  margin-top: 60px;
}
.session_4 .centent-box .left-box {
  position: relative;
  float: left;
  width: 50%;
  overflow: hidden;
}
.session_4 .centent-box .left-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.session_4 .centent-box .left-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.session_4 .centent-box .other-box {
  position: absolute;
  top: 70px;
  left: 55px;
  z-index: 999;
}
.session_4 .centent-box .other-box h3 {
  font-size: 28px;
  color: #e40f01;
  line-height: 1;
  margin-bottom: 15px;
}
.session_4 .centent-box .other-box p {
  font-size: 16px;
  color: #494949;
  opacity: .7;
  margin-bottom: 40px;
  line-height: 2;
}
.session_4 .centent-box .other-box a {
  font-size: 14px;
  color: #333333;
  position: relative;
}
.session_4 .centent-box .other-box a:before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  bottom: -10px;
  height: 2px;
  background: #4d4d4d;
  transition: all .2s;
}
.session_4 .centent-box .other-box a img {
  margin-left: 2px;
}
.session_4 .centent-box .other-box a:hover:before {
  width: 100%;
}
.session_4 .centent-box .right-box {
  float: left;
  width: 50%;
  height: 720px;
}
.session_4 .centent-box .right-box .item-box {
  position: relative;
  height: 50%;
  float: left;
  width: 50%;
}
.session_4 .centent-box .right-box .item-box .img-box {
  overflow: hidden;
}
.session_4 .centent-box .right-box .item-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.session_4 .centent-box .right-box .item-box .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.session_4 .centent-box .right-box .item-box .center-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  box-sizing: border-box;
}
.session_4 .centent-box .right-box .item-box .center-box h3 {
  font-size: 28px;
  color: #e40f01;
  line-height: 1;
  margin-bottom: 15px;
}
.session_4 .centent-box .right-box .item-box .center-box p {
  font-size: 14px;
  color: #494949;
  opacity: .7;
  margin-bottom: 40px;
  line-height: 2;
}
.session_4 .centent-box .right-box .item-box .center-box a {
  font-size: 14px;
  color: #333333;
  position: relative;
}
.session_4 .centent-box .right-box .item-box .center-box a:before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  bottom: -10px;
  height: 2px;
  background: #4d4d4d;
  transition: all .2s;
}
.session_4 .centent-box .right-box .item-box .center-box a img {
  margin-left: 2px;
}
.session_4 .centent-box .right-box .item-box .center-box a:hover:before {
  width: 100%;
}
.session_5 .top-box {
  height: 664px;
  background-image: url(../images/img_6.jpg);
  padding-top: 410px;
  box-sizing: border-box;
  background-position: center center;
}
.session_5 .top-box .txt-box {
  text-align: center;
}
.session_5 .top-box .txt-box h3 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}
.session_5 .top-box .txt-box p {
  font-size: 18px;
  color: #fff;
  opacity: .7;
  margin-bottom: 40px;
  line-height: 2;
}
.session_5 .top-box .txt-box a {
  font-size: 14px;
  color: #fff;
  position: relative;
}
.session_5 .top-box .txt-box a:before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  bottom: -10px;
  height: 2px;
  background: #fff;
  transition: all .2s;
}
.session_5 .top-box .txt-box a img {
  margin-left: 2px;
}
.session_5 .top-box .txt-box a:hover:before {
  width: 100%;
}
.session_5 .bottom-box .centent-box {
  background: #fff;
}
.session_5 .bottom-box .centent-box .item-box {
  float: left;
  width: 25%;
  height: 300px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  text-align: center;
}
.session_5 .bottom-box .centent-box .item-box h3 {
  font-size: 42px;
  color: #e40f01;
  line-height: 1;
  margin-bottom: 20px;
}
.session_5 .bottom-box .centent-box .item-box p {
  font-size: 20px;
  color: #333333;
  line-height: 1;
  margin-bottom: 20px;
}
.session_5 .bottom-box .centent-box .item-box .txt_1 {
  color: #808080;
}
.session_5 .bottom-box .centent-box .item-box .txt_1 img {
  margin-left: 5px;
  vertical-align: middle;
}
.session_5 .bottom-box .centent-box .item-box:last-child {
  border-right: 1px solid #e6e6e6;
}
.session_5 .bottom-box .centent-box .item-box a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  box-sizing: border-box;
 
}
.session_5 .bottom-box .centent-box .item-box a:hover {
  background: #e40f01;
}
.session_5 .bottom-box .centent-box .item-box a:hover h3 {
  color: #ffffff !important;
}
.session_5 .bottom-box .centent-box .item-box a:hover p {
  color: #fff;
}
.session_5 .bottom-box .centent-box .item-box a:hover .txt_1 {
  color: #fff;
}
.session_6 {
  margin-top: 100px;
}
.session_6 img {
  width: 100%;
}
.session_7 {
  margin-top: 100px;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.session_7 .public-title {
  margin-bottom: 65px;
}
.session_7 .public-title h3 {
  margin-bottom: 15px;
}
.session_7 .public-title p {
  padding-bottom: 40px;
}
.session_7 .public-title p:before {
  display: none;
}
.session_7 .public-title a {
  font-size: 14px;
  color: #333333;
  position: relative;
}
.session_7 .public-title a:before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  bottom: -10px;
  height: 2px;
  background: #4d4d4d;
  transition: all .2s;
}
.session_7 .public-title a img {
  margin-left: 2px;
}
.session_7 .public-title a:hover:before {
  width: 100%;
}
.session_7 .list-box .img-hide {
  overflow: hidden;
}
.session_7 .list-box .img-hide p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.session_7 .list-box .left-box {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
}
.session_7 .list-box .left-box .img-hide {
  overflow: hidden;
  position: relative;
}
.session_7 .list-box .left-box .img-box {
  width: 100%;
  height: 745px;
  background-size: cover;
  background-position: center center;
  transition: all .3s;
}
.session_7 .list-box .left-box:hover .img-box {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.session_7 .list-box .right-box {
  float: left;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
  height: 745px;
}
.session_7 .list-box .right-box .img-hide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.session_7 .list-box .right-box .top-box {
  height: 50%;
  width: 100%;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.session_7 .list-box .right-box .top-box .img-box {
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all .3s;
}
.session_7 .list-box .right-box .top-box:hover .img-box {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.session_7 .list-box .right-box .bottom-box {
  height: 50%;
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
}
.session_7 .list-box .right-box .bottom-box .img-hide {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.session_7 .list-box .right-box .bottom-box .img-hide:nth-child(1) {
  padding-right: 10px;
}
.session_7 .list-box .right-box .bottom-box .img-hide:nth-child(2) {
  padding-left: 10px;
}
.session_7 .list-box .right-box .bottom-box .img-hide .hide {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.session_7 .list-box .right-box .bottom-box .img-hide:hover .img-box {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.session_7 .list-box .right-box .bottom-box .img-box {
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all .3s;
}
.session_7 .swiper-pagination {
  position: static;
  margin-top: 60px;
}
.session_7 .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 8px;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.session_7 .swiper-pagination .swiper-pagination-bullet-active {
  background: #1a1a1a;
  border-radius: 8px;
}
.session_8 {
  margin-top: 100px;
  margin-bottom: 190px;
}
.session_8 .centent-box {
  position: relative;
  margin-top: 60px;
}
.session_8 .centent-box .swiper-button-black {
  margin-top: -80px;
}
.session_8 .centent-box .swiper-button-prev {
  left: -40px;
  background-size: 20px 30px;
  outline: none;
}
.session_8 .centent-box .swiper-button-next {
  right: -40px;
  background-size: 20px 30px;
  outline: none;
}
.session_8 .item-box .img-box {
  position: relative;
  overflow: hidden;
}
.session_8 .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.session_8 .item-box .img-box .icon-box {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all .3s;
}
.session_8 .item-box .img-box .icon-box img {
  width: 60px;
  height: 60px;
  margin-top: 30px;
  transition: all .3s;
}
.session_8 .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all .3s;
}
.session_8 .item-box .txt-box {
  padding-left: 130px;
  position: relative;
  margin-top: 28px;
}
.session_8 .item-box .txt-box .time-box {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  padding-right: 30px;
  border-right: 1px solid rgba(26, 26, 26, 0.2);
  height: 85px;
  box-sizing: border-box;
}
.session_8 .item-box .txt-box .time-box h3 {
  font-size: 24px;
  font-weight: 400;
  color: #3f3f3f;
}
.session_8 .item-box .txt-box .time-box span {
  font-size: 14px;
  color: #808080;
}
.session_8 .item-box .txt-box .info-box h3 {
  font-weight: 400;
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 12px;
}
.session_8 .item-box .txt-box .info-box p {
  font-size: 14px;
  color: #3f3f3f;
  opacity: .7;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.session_8 .item-box:hover .img-box img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.session_8 .item-box:hover .img-box .icon-box {
  opacity: 1;
  z-index: 999;
}
.session_8 .item-box:hover .img-box .icon-box img {
  margin-top: 0;
}
.session_8 .item-box:hover .img-box:before {
  opacity: 1;
  z-index: 99;
}
.session_8 .item-box:hover .txt-box .time-box {
  border-right: 1px solid #333;
}
@media screen and (max-width: 1440px) {
  .block {
    max-width: 1300px;
  }
  .session_4 .centent-box .right-box {
    height: 586px;
  }
  .session_7 .list-box .left-box .img-box {
    height: 680px;
  }
  .session_7 .list-box .right-box {
    height: 680px;
  }
}
/*# sourceMappingURL=index.css.map */