.public-title {
  text-align: center;
}
.public-title h3 {
  font-size: 36px;
  color: #0056a8;
  margin-bottom: 6px;
}
.public-title h3 span {
  font-size: 90px;
  font-family: 'Times New Roman';
  display: inline-block;
  margin-right: 10px;
  line-height: 1.1;
}
.public-title p {
  font-size: 20px;
  color: #666666;
}
.banner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 80px;
}
.banner-box .swiper-container {
  height: 100%;
}
.banner-box .swiper-slide {
  height: 100%;
}
.banner-box .swiper-slide .img-box {
  height: 100%;
}
.banner-box .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .swiper-button-prev {
  left: -50px;
}
.banner-box .swiper-button-next {
  right: -50px;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 60px;
  transition: all .3s;
  border-radius: 50%;
}
.banner-box .swiper-button-next:after,
.banner-box .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.banner-box .swiper-button-next:hover,
.banner-box .swiper-button-prev:hover {
  background: #0056a8;
}
.banner-box:hover .swiper-button-prev {
  left: 50px;
}
.banner-box:hover .swiper-button-next {
  right: 50px;
}
.banner-box .mouse {
  position: absolute;
  z-index: 998;
  bottom: 50px;
  left: 50%;
  margin-left: -17px;
  animation: down 1.2s infinite;
  -webkit-animation: down 1.2s infinite;
  cursor: pointer;
}
.session_1 {
  margin-top: 120px;
  background: url(../images/img_4.jpg) center bottom no-repeat;
  padding-bottom: 100px;
}
.session_1 .left-box {
  float: left;
  width: 800px;
}
.session_1 .left-box .title-box {
  font-size: 16px;
  color: #666666;
  margin-bottom: 25px;
}
.session_1 .left-box .title-box span {
  font-size: 36px;
  color: #0056a8;
  display: inline-block;
  margin-right: 25px;
  font-weight: 700;
}
.session_1 .left-box .des-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 20px;
}
.session_1 .left-box .des-box a {
  display: inline-block;
  margin-top: 38px;
}
.session_1 .left-box .list-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 28px;
}
.session_1 .left-box .list-box .item-box {
  text-align: center;
}
.session_1 .left-box .list-box .item-box .nub span {
  font-size: 72px;
  color: #0068b7;
  font-weight: 700;
  font-family: 'Times New Roman';
}
.session_1 .left-box .list-box .item-box .nub em {
  font-style: normal;
  font-size: 18px;
  color: #666666;
}
.session_1 .left-box .list-box .item-box .nub em.top {
  position: absolute;
}
.session_1 .left-box .list-box .item-box .icon-box {
  height: 65px;
  line-height: 65px;
  margin-top: 5px;
}
.session_1 .left-box .list-box .item-box .icon-box img {
  vertical-align: top;
}
.session_1 .left-box .list-box .item-box p {
  font-size: 16px;
  color: #666666;
}
.session_1 .right-box {
  position: relative;
  float: right;
}
.session_1 .right-box .img-box {
  overflow: hidden;
}
.session_1 .right-box .img-box img {
  transition: all .3s;
}
.session_1 .right-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.session_1 .right-box:hover .img-box img.big {
  transform: scale(1.1);
}
.session_2 .item-box {
  position: relative;
  float: left;
  width: 50%;
}
.session_2 .item-box .img-box {
  overflow: hidden;
}
.session_2 .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.session_2 .item-box .txt-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 165px;
  z-index: 3;
}
.session_2 .item-box .txt-box span {
  font-size: 36px;
  color: #fff;
}
.session_2 .item-box .txt-box p {
  position: relative;
  font-size: 24px;
  color: #fff;
  padding-bottom: 30px;
  margin-top: 10px;
}
.session_2 .item-box .txt-box p:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: #fff;
}
.session_2 .item-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 86, 168, 0.75);
  opacity: 0;
  transition: all .3s;
  z-index: 2;
}
.session_2 .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_2 .item-box:hover:before {
  opacity: 1;
}
.session_3 {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 110px;
}
.session_3 .centent-box {
  margin-top: 70px;
}
.session_3 .centent-box .item-box {
  float: left;
  width: 50%;
  height: 300px;
  overflow: hidden;
}
.session_3 .centent-box .item-box .img-box {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
.session_3 .centent-box .item-box .img-box img {
  transition: all .3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.session_3 .centent-box .item-box .txt-box {
  position: relative;
  background: #fff;
  float: left;
  width: 50%;
  padding-left: 38px;
  box-sizing: border-box;
  padding-top: 65px;
  padding-right: 25px;
  height: 100%;
}
.session_3 .centent-box .item-box .txt-box .center {
  position: relative;
}
.session_3 .centent-box .item-box .txt-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0056a8;
  content: '';
  left: -100%;
  transition: all .3s;
}
.session_3 .centent-box .item-box .txt-box .title-box {
  margin-bottom: 15px;
}
.session_3 .centent-box .item-box .txt-box .title-box h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 5px;
}
.session_3 .centent-box .item-box .txt-box .title-box p {
  font-size: 12px;
  color: #666666;
  line-height: 1.4;
}
.session_3 .centent-box .item-box .txt-box .des-box p {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
.session_3 .centent-box .item-box:nth-child(3) .txt-box:before,
.session_3 .centent-box .item-box:nth-child(4) .txt-box:before {
  left: auto;
  right: -100%;
}
.session_3 .centent-box .item-box:nth-child(3):hover .txt-box:before,
.session_3 .centent-box .item-box:nth-child(4):hover .txt-box:before {
  right: 0;
  left: auto;
}
.session_3 .centent-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_3 .centent-box .item-box:hover .txt-box h3,
.session_3 .centent-box .item-box:hover .txt-box p {
  color: #fff;
}
.session_3 .centent-box .item-box:hover .txt-box:before {
  left: 0;
}
.session_4 {
  
  padding-top: 55px;
  padding-bottom: 55px;
}
.session_4 .public-title {
  margin-bottom: 70px;
}
.session_4 .public-title p {
  color: #fff;
}
.session_4 .centent-box {
  position: relative;
}
.session_4 .centent-box .swiper-button-prev {
  left: -100px;
}
.session_4 .centent-box .swiper-button-next {
  right: -100px;
}
.session_4 .centent-box .swiper-button-next,
.session_4 .centent-box .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 60px;
  transition: all .3s;
  border-radius: 50%;
}
.session_4 .centent-box .swiper-button-next:after,
.session_4 .centent-box .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.session_4 .centent-box .swiper-button-next:hover,
.session_4 .centent-box .swiper-button-prev:hover {
  background: #0056a8;
}
.session_4 .item-box {
  position: relative;
  padding-bottom: 140px;
  overflow: hidden;
}
.session_4 .item-box .img-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.session_4 .item-box .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  bottom: 0px;
}
.session_4 .item-box .txt-box .top-box {
  height: 140px;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}
.session_4 .item-box .txt-box .top-box .title h3 {
  font-size: 24px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 5px;
}
.session_4 .item-box .txt-box .top-box .title p {
  font-size: 14px;
  color: #999999;
}
.session_4 .item-box .txt-box .icon-box {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
.session_4 .item-box .txt-box .bottom-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  transition: all .3s;
}
.session_4 .item-box:hover .txt-box .bottom-box {
  bottom: 0;
  background-color: #0056a8;
  left: 0;
  right: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}
.session_4 .item-box:hover .txt-box .bottom-box .title {
  text-align: center;
  margin-bottom: 25px;
}
.session_4 .item-box:hover .txt-box .bottom-box .title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 5px;
}
.session_4 .item-box:hover .txt-box .bottom-box .title p {
  font-size: 14px;
  color: #fff;
}
.session_4 .item-box:hover .txt-box .bottom-box .des-box {
  width: 350px;
  margin: 0 auto;
}
.session_4 .item-box:hover .txt-box .bottom-box .des-box p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
.session_4 .swiper-pagination {
  margin-top: 50px;
  position: static;
}
.session_4 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 1;
}
.session_4 .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 30px;
}
.session_5 {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
}
.session_5 .left-box {
  float: left;
  width: 50%;
  padding-right: 60px;
  box-sizing: border-box;
}
.session_5 .left-box .title-box {
  margin-bottom: 80px;
}
.session_5 .left-box .title-box h3 {
  font-size: 36px;
  color: #0056a8;
  margin-bottom: 4px;
}
.session_5 .left-box .title-box p {
  font-size: 20px;
  color: #666666;
}
.session_5 .left-box .list-box .item-box {
  float: left;
  width: 50%;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
  height: 220px;
  text-align: center;
  padding-top: 28px;
}
.session_5 .left-box .list-box .item-box .icon-box {
  height: 74px;
  line-height: 74px;
}
.session_5 .left-box .list-box .item-box .icon-box img {
  vertical-align: top;
}
.session_5 .left-box .list-box .item-box .icon-box img.active {
  display: none;
}
.session_5 .left-box .list-box .item-box .txt-box h3 {
  font-size: 20px;
  color: #333333;
}
.session_5 .left-box .list-box .item-box .txt-box p {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.session_5 .left-box .list-box .item-box:nth-child(1),
.session_5 .left-box .list-box .item-box:nth-child(3) {
  border-left: none;
}
.session_5 .left-box .list-box .item-box:nth-child(3),
.session_5 .left-box .list-box .item-box:nth-child(4) {
  border-bottom: none;
}
.session_5 .left-box .list-box .item-box.active {
  background-color: #0056a8;
}
.session_5 .left-box .list-box .item-box.active .icon-box img {
  display: none;
}
.session_5 .left-box .list-box .item-box.active .icon-box img.active {
  display: inline-block;
}
.session_5 .left-box .list-box .item-box.active .txt-box h3,
.session_5 .left-box .list-box .item-box.active .txt-box p {
  color: #fff;
}
.session_5 .right-box {
  position: relative;
  float: right;
  width: 50%;
}
.session_5 .right-box .arr-box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  font-size: 0;
  background-color: #0056a8;
}
.session_5 .right-box .arr-box:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  left: 50%;
  top: 50%;
  margin-top: -9px;
}
.session_5 .right-box .arr-box .swiper-button-next,
.session_5 .right-box .arr-box .swiper-button-prev {
  position: static;
  margin: 0;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #0056a8;
  line-height: 100px;
  text-align: center;
}
.session_5 .right-box .arr-box .swiper-button-next:after,
.session_5 .right-box .arr-box .swiper-button-prev:after {
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.session_5 .right-box .img-box img {
  width: 800px;
  height: 600px;
  object-fit: cover;
}
.session_6 {
  padding-top: 70px;
  
  padding-bottom: 60px;
}
.session_6 .centent-box {
  margin-top: 60px;
}
.session_6 .centent-box .left-box {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
}
.session_6 .centent-box .left-box .item-box .img-box img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.session_6 .centent-box .right-box {
  float: left;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
}
.session_6 .centent-box .right-box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.session_6 .centent-box .right-box .row .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.session_6 .centent-box .right-box .item-box .img-box img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.session_6 .centent-box .item-box {
  position: relative;
  overflow: hidden;
}
.session_6 .centent-box .item-box .img-box {
  overflow: hidden;
}
.session_6 .centent-box .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.session_6 .centent-box .item-box .txt-box {
  left: 0;
  right: 0;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #fff;
  transition: all .3s;
  font-size: 16px;
  color: #666666;
}
.session_6 .centent-box .item-box .txt-box p {
  position: relative;
}
.session_6 .centent-box .item-box .txt-box:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #0056a8;
  transition: all .3s;
}
.session_6 .centent-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_6 .centent-box .item-box:hover .txt-box {
  color: #fff;
}
.session_6 .centent-box .item-box:hover .txt-box:before {
  height: 58px;
}
.session_6 .public_a {
  margin-top: 45px;
  background: #fff;
}
.session_7 {
  
  padding-top: 100px;
  padding-bottom: 60px;
}
.session_7 .public-title p,
.session_7 .public-title h3 {
  color: #fff;
}
.session_7 .centent-box {
  margin-top: 64px;
}
.session_7 .centent-box .list-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.session_7 .centent-box .list-box .row .col-md-2 {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.session_7 .centent-box .list-box .item-box {
  background-color: #5e5c64;
  border: 3px solid #5e5c64;
  width: 100%;
  background-color: #fff;
  height: 200px;
  line-height: 194px;
  box-sizing: border-box;
  overflow: hidden;
}
.session_7 .centent-box .list-box .item-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  transition: all .3s;
}
.session_7 .centent-box .list-box .item-box:hover {
  border-color: #0056a8;
}
.session_7 .centent-box .list-box .item-box:hover img {
  transform: scale(1.1);
}
.session_7 .swiper-pagination {
  position: static;
}
.session_7 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 1;
}
.session_7 .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 30px;
}
.session_8 {
  margin-top: 80px;
  margin-bottom: 110px;
}
.session_8 .top-title .title-box {
  float: left;
  font-size: 16px;
  color: #666666;
  margin-bottom: 25px;
}
.session_8 .top-title .title-box span {
  font-size: 36px;
  color: #0056a8;
  display: inline-block;
  margin-right: 25px;
  font-weight: 700;
}
.session_8 .top-title .public_a {
  float: right;
}
.session_8 .centent-box .left-box {
  position: relative;
  float: left;
  width: 50%;
}
.session_8 .centent-box .left-box .img-box {
  overflow: hidden;
}
.session_8 .centent-box .left-box .img-box img {
  width: 100%;
  transition: all .3s;
  height: 510px;
  object-fit: cover;
}
.session_8 .centent-box .left-box p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
}
.session_8 .centent-box .left-box:hover .img-box img {
  transform: scale(1.1);
}
.session_8 .centent-box .left-box:hover p {
  background-color: #0056a8;
}
.session_8 .centent-box .right-box {
  float: left;
  width: 50%;
}
.session_8 .centent-box .right-box .item-box {
  height: 128px;
  position: relative;
  padding-left: 190px;
  padding-top: 25px;
  padding-right: 30px;
  box-sizing: border-box;
}
.session_8 .centent-box .right-box .item-box .time-box {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 140px;
  box-sizing: border-box;
  height: 100%;
  border-right: 1px solid #e8e8e8;
  padding-top: 27px;
}
.session_8 .centent-box .right-box .item-box .time-box span {
  font-size: 20px;
  color: #333333;
}
.session_8 .centent-box .right-box .item-box .time-box p {
  font-size: 14px;
  color: #333333;
  margin-top: 12px;
}
.session_8 .centent-box .right-box .item-box .des-box h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.session_8 .centent-box .right-box .item-box .des-box p {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.session_8 .centent-box .right-box .item-box:hover {
  background: #f7f7f7;
}
@media screen and (max-width: 1800px) {
  .session_1 .left-box .title-box {
    margin-bottom: 15px;
  }
  .session_1 .left-box {
    width: 620px;
  }
  .session_1 .right-box {
    width: 640px;
  }
  .session_1 .left-box .des-box a {
    margin-top: 15px;
  }
  .session_1 .left-box .list-box {
    margin-top: 15px;
  }
  .session_1 .left-box .des-box p {
    margin-bottom: 10px;
  }
  .session_4 .centent-box {
    width: 1200px;
  }
  .session_4 .item-box .img-box img {
    height: 350px;
  }
  .session_4 .centent-box .swiper-button-next {
    right: -80px;
  }
  .session_4 .centent-box .swiper-button-prev {
    left: -80px;
  }
  .session_5 .left-box .list-box .item-box .txt-box h3 {
    font-size: 16px;
  }
  .session_5 .left-box .list-box .item-box .txt-box p {
    font-size: 12px;
  }
  .session_5 .right-box .img-box img {
    width: 650px;
    height: 600px;
  }
  .session_7 .centent-box .list-box .item-box {
    height: 150px;
    line-height: 144px;
  }
  .session_6 .centent-box .left-box .item-box .img-box img {
    height: 560px;
  }
  .session_6 .centent-box .right-box .item-box .img-box img {
    height: 240px;
  }
}
/*# sourceMappingURL=index.css.map */