.public-title {
  text-align: center;
}
.public-title h3 {
  position: relative;
}
.public-title h3 span {
  position: relative;
  display: inline-block;
  border: 1px solid #adadad;
  font-size: 30px;
  color: #1e479c;
  font-weight: 700;
  width: 580px;
  height: 48px;
  line-height: 48px;
  background: #fff;
}
.public-title h3 span:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  left: -20px;
  top: 50%;
  margin-top: -10px;
}
.public-title h3 span:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  right: -20px;
  top: 50%;
  margin-top: -10px;
}
.public-title h3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #adadad;
  left: 0;
  top: 27px;
}
.public-title p {
  font-size: 24px;
  color: #464646;
  margin-top: 8px;
}
.session_1 .banner-box {
  position: relative;
}
.session_1 .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 20px;
}
.session_1 .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fdce29;
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
  outline: none;
}
.session_1 .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  box-sizing: border-box;
}
.session_1 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  top: -2px;
  left: -2px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(253, 206, 41, 0.31);
}
.session_1 img {
  width: 100%;
}
.session_1 .swiper-button-next {
  right: 120px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.session_1 .swiper-button-prev {
  left: 120px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.session_1 .swiper-button-next,
.session_1 .swiper-button-prev {
  outline: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 100px;
  margin-top: -50px;
  background-position: center center;
  background-size: 20px auto;
}
.session_1 .swiper-button-next:hover,
.session_1 .swiper-button-prev:hover {
  background-color: #1e479c;
}
.session_2 {
  margin-top: 100px;
}
.session_2 .tab-box {
  font-size: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}
.session_2 .tab-box span {
  font-size: 16px;
  color: #505050;
  display: inline-block;
  width: 85px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #505050;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.session_2 .tab-box span.active,
.session_2 .tab-box span:hover {
  color: #1e479c;
  border-color: #1e479c;
}
.session_2 .msg-box {
  position: relative;
  width: 100%;
}
.session_2 .item-tab {
  display: none;
}
.session_2 .item-tab.active {
  display: block;
}
.session_2 .item-box {
  height: 570px;
}
.session_2 .item-box .img-box {
  float: left;
  margin-right: 60px;
}
.session_2 .item-box .img-box img {
  height: 570px;
}
.session_2 .item-box .txt-box {
  position: relative;
  height: 100%;
  float: left;
  width: 500px;
  padding-top: 70px;
  box-sizing: border-box;
}
.session_2 .item-box .txt-box .info-box h3 {
  font-size: 24px;
  color: #1e479c;
  border-bottom: 1px solid #1e479c;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.session_2 .item-box .txt-box .info-box p {
  line-height: 1.8;
  font-size: 14px;
  color: #313131;
}
.session_2 .item-box .txt-box .info-box .more-box {
  margin-top: 30px;
}
.session_2 .item-box .txt-box .info-box .more-box a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fdce29;
  box-sizing: border-box;
  color: #fdce29;
}
.session_2 .item-box .txt-box .info-box .more-box a span {
  position: relative;
  z-index: 2;
}
.session_2 .item-box .txt-box .info-box .more-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: #fdce29;
  transition: all .3s;
}
.session_2 .item-box .txt-box .info-box .more-box a:hover {
  color: #333;
}
.session_2 .item-box .txt-box .info-box .more-box a:hover:before {
  transform: translateX(0);
}
.session_2 .item-box .txt-box .er-box {
  position: absolute;
  bottom: 0;
  left: 0;
}
.session_2 .item-box .txt-box .er-box .icon-box {
  border: 10px solid #e5e5e5;
}
.session_2 .item-box .txt-box .er-box p {
  margin-top: 10px;
  font-size: 14px;
  color: #4b4b4b;
}
.session_2 .swiper-pagination {
  position: absolute;
  right: 0px;
  top: 0;
  left: auto;
  width: 90px;
  border-left: 1px solid #1e479c;
  border-right: 1px solid #1e479c;
  padding-top: 50px;
  box-sizing: border-box;
  background: #fff;
}
.session_2 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 70px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0 auto;
  line-height: 28px;
  text-align: center;
  background: transparent;
  box-sizing: border-box;
  opacity: 1;
  margin-bottom: 50px;
  font-size: 20px;
  color: #313131;
}
.session_2 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #1e479c;
  color: #1e479c;
}
.session_3 {
  margin-top: 100px;
  height: 1000px;
  background: url(../images/img_3.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-top: 8vh;
}
.session_3 .public-title h3 span {
  background: #f5f6fb;
}
.session_3 .public-title h3 span:before,
.session_3 .public-title h3 span:after {
  background: #f5f6fb;
}
.session_3 .centent-box {
  padding-left: 15%;
  padding-right: 15%;
  box-sizing: border-box;
  padding-top: 13vh;
}
.session_3 .centent-box .left-box {
  float: left;
  width: 45%;
}
.session_3 .centent-box .left-box .title-box {
  font-size: 24px;
  color: #1e479c;
  font-weight: 700;
  margin-bottom: 40px;
}
.session_3 .centent-box .left-box .title-box span {
  display: inline-block;
  border-bottom: 1px solid #1e479c;
  padding-bottom: 5px;
}
.session_3 .centent-box .left-box .list-box .row {
  margin-left: -6px;
  margin-right: -6px;
}
.session_3 .centent-box .left-box .list-box .col-md-3 {
  float: left;
  width: 25%;
  padding-left: 6px;
  padding-right: 6px;
  box-sizing: border-box;
}
.session_3 .centent-box .left-box .list-box .item-box {
  position: relative;
  width: 100%;
  height: 20vh;
  border: 1px solid #1e479c;
  text-align: center;
  line-height: 1.6;
}
.session_3 .centent-box .left-box .list-box .item-box .center-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  right: 0;
}
.session_3 .centent-box .left-box .list-box .item-box .center-box .icon-box {
  display: block;
  margin: 0 auto;
  border: 1px dashed #1e479c;
  line-height: 50px;
  height: 50px;
  border-radius: 100%;
  width: 50px;
}
.session_3 .centent-box .left-box .list-box .item-box .center-box .icon-box img.active {
  display: none;
}
.session_3 .centent-box .left-box .list-box .item-box .center-box h3 {
  font-size: 18px;
  color: #1e479c;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.session_3 .centent-box .left-box .list-box .item-box .center-box p {
  display: none;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 13px;
  color: #fff;
}
.session_3 .centent-box .left-box .list-box .item-box:hover {
  background: #1e479c;
}
.session_3 .centent-box .left-box .list-box .item-box:hover .center-box .icon-box {
  border: 1px dashed #fff;
}
.session_3 .centent-box .left-box .list-box .item-box:hover .center-box .icon-box img {
  display: none;
}
.session_3 .centent-box .left-box .list-box .item-box:hover .center-box .icon-box img.active {
  display: inline-block;
}
.session_3 .centent-box .left-box .list-box .item-box:hover .center-box h3 {
  color: #fff;
  border-color: #fff;
}
.session_3 .centent-box .left-box .list-box .item-box:hover .center-box p {
  display: block;
}
.session_3 .centent-box .left-box .msg-box {
  margin-top: 8vh;
  width: 80%;
}
.session_3 .centent-box .left-box .msg-box h3 {
  font-size: 18px;
  color: #1e479c;
}
.session_3 .centent-box .left-box .msg-box p {
  font-size: 14px;
  color: #1e479c;
  line-height: 2;
}
.session_3 .centent-box .right-box {
  float: right;
  text-align: right;
  margin-top: 200px;
}
.session_3 .centent-box .right-box .title-box {
  color: #fff;
}
.session_3 .centent-box .right-box .title-box span {
  border-color: #fff;
}
.session_3 .centent-box .right-box .list-box .item-box {
  border-color: #fff;
}
.session_3 .centent-box .right-box .list-box .item-box .center-box .icon-box {
  border-color: #fff;
}
.session_3 .centent-box .right-box .list-box .item-box .center-box h3 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}
.session_3 .centent-box .right-box .list-box .item-box:hover {
  background: #fff;
}
.session_3 .centent-box .right-box .list-box .item-box:hover .center-box .icon-box {
  border-color: #333;
}
.session_3 .centent-box .right-box .list-box .item-box:hover .center-box h3 {
  color: #333;
  border-color: #000000;
}
.session_3 .centent-box .right-box .list-box .item-box:hover .center-box p {
  color: #333;
}
.session_3 .centent-box .right-box .msg-box {
  width: 100%;
}
.session_3 .centent-box .right-box .msg-box h3 {
  color: #fff;
}
.session_3 .centent-box .right-box .msg-box p {
  color: #fff;
}
.session_4 {
  margin-top: 100px;
}
.session_4 .public-title {
  margin-bottom: 50px;
}
.session_4 .info-box {
  text-align: center;
}
.session_4 .info-box p {
  font-size: 14px;
  color: #232323;
  line-height: 2;
}
.session_4 .info-box .more-box {
  margin-top: 30px;
}
.session_4 .info-box .more-box a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fdce29;
  box-sizing: border-box;
  color: #fdce29;
}
.session_4 .info-box .more-box a span {
  position: relative;
  z-index: 2;
}
.session_4 .info-box .more-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: #fdce29;
  transition: all .3s;
}
.session_4 .info-box .more-box a:hover {
  color: #333;
}
.session_4 .info-box .more-box a:hover:before {
  transform: translateX(0);
}
.session_4 .other-box {
  text-align: center;
  margin-top: 58px;
}
.session_4 .other-box .txt-box {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  background: url(../images/icon_3.png) center 30px no-repeat;
}
.session_4 .other-box .title-box {
  text-align: center;
  margin-bottom: 140px;
}
.session_4 .other-box .title-box h3 {
  color: #1e479c;
  font-size: 40px;
}
.session_4 .other-box .title-box p {
  font-size: 18px;
  color: #999999;
}
.session_4 .other-box .info-box h3 {
  color: #fff;
  font-size: 40px;
}
.session_4 .other-box .bg-box {
  margin-top: -180px;
  height: 490px;
  background: url(../images/img_4.jpg) center center no-repeat;
}
.session_5 {
  background: url(../images/img_5.jpg) center center no-repeat;
  padding-top: 110px;
  padding-bottom: 40px;
  background-attachment: fixed;
}
.session_5 .left-box {
  margin-top: 60px;
}
.session_5 .left-box .title {
  width: 710px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: url(../images/img_6.jpg) center center no-repeat;
}
.session_5 .left-box ul {
  padding-left: 35px;
  margin-top: 20px;
}
.session_5 .left-box ul li {
  line-height: 2.8;
  color: #4b4b4b;
}
.session_5 .left-box ul li em {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #617eba;
  border-radius: 100%;
  margin-right: 15px;
}
.session_5 .left-box .more-box {
  margin-top: 30px;
  margin-left: 50px;
}
.session_5 .left-box .more-box a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fdce29;
  box-sizing: border-box;
  color: #fdce29;
}
.session_5 .left-box .more-box a span {
  position: relative;
  z-index: 2;
}
.session_5 .left-box .more-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: #fdce29;
  transition: all .3s;
}
.session_5 .left-box .more-box a:hover {
  color: #333;
}
.session_5 .left-box .more-box a:hover:before {
  transform: translateX(0);
}
.session_6 {
  margin-top: 100px;
}
.session_6 .public-title {
  margin-bottom: 60px;
}
.session_6 .centent-box {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  box-sizing: border-box;
}
.session_6 .centent-box .left-box,
.session_6 .centent-box .center-box,
.session_6 .centent-box .right-box {
  float: left;
  width: 37%;
}
.session_6 .centent-box .left-box .item-box,
.session_6 .centent-box .center-box .item-box,
.session_6 .centent-box .right-box .item-box {
  position: relative;
  background-size: cover;
  background-position: 50%;
  height: 260px;
}
.session_6 .centent-box .left-box .item-box .l,
.session_6 .centent-box .center-box .item-box .l,
.session_6 .centent-box .right-box .item-box .l {
  opacity: 0;
  position: absolute;
  width: 35px;
  height: 24px;
  border: 1px solid #b8a44d;
}
.session_6 .centent-box .left-box .item-box .top_l,
.session_6 .centent-box .center-box .item-box .top_l,
.session_6 .centent-box .right-box .item-box .top_l {
  left: 10px;
  top: 10px;
  border-bottom: none;
  border-right: none;
}
.session_6 .centent-box .left-box .item-box .top_r,
.session_6 .centent-box .center-box .item-box .top_r,
.session_6 .centent-box .right-box .item-box .top_r {
  right: 10px;
  top: 10px;
  border-left: none;
  border-bottom: none;
}
.session_6 .centent-box .left-box .item-box .bottom_l,
.session_6 .centent-box .center-box .item-box .bottom_l,
.session_6 .centent-box .right-box .item-box .bottom_l {
  left: 10px;
  bottom: 10px;
  border-right: none;
  border-top: none;
}
.session_6 .centent-box .left-box .item-box .bottom_r,
.session_6 .centent-box .center-box .item-box .bottom_r,
.session_6 .centent-box .right-box .item-box .bottom_r {
  right: 10px;
  bottom: 10px;
  border-left: none;
  border-top: none;
}
.session_6 .centent-box .left-box .item-box .title,
.session_6 .centent-box .center-box .item-box .title,
.session_6 .centent-box .right-box .item-box .title {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  padding-left: 20px;
}
.session_6 .centent-box .left-box .item-box:before,
.session_6 .centent-box .center-box .item-box:before,
.session_6 .centent-box .right-box .item-box:before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 0;
  left: 0;
  right: 0;
  background: #1e479c;
  transition: all .3s;
}
.session_6 .centent-box .left-box .item-box .txt-box,
.session_6 .centent-box .center-box .item-box .txt-box,
.session_6 .centent-box .right-box .item-box .txt-box {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-80%);
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  transition: all .3s;
  opacity: 0;
}
.session_6 .centent-box .left-box .item-box .txt-box .title-box h3,
.session_6 .centent-box .center-box .item-box .txt-box .title-box h3,
.session_6 .centent-box .right-box .item-box .txt-box .title-box h3 {
  font-size: 24px;
  color: #fdce29;
}
.session_6 .centent-box .left-box .item-box .txt-box .title-box p,
.session_6 .centent-box .center-box .item-box .txt-box .title-box p,
.session_6 .centent-box .right-box .item-box .txt-box .title-box p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.session_6 .centent-box .left-box .item-box .info-box,
.session_6 .centent-box .center-box .item-box .info-box,
.session_6 .centent-box .right-box .item-box .info-box {
  margin-top: 25px;
}
.session_6 .centent-box .left-box .item-box .info-box p,
.session_6 .centent-box .center-box .item-box .info-box p,
.session_6 .centent-box .right-box .item-box .info-box p {
  font-size: 14px;
  color: #fff;
}
.session_6 .centent-box .left-box .item-box.item_1,
.session_6 .centent-box .center-box .item-box.item_1,
.session_6 .centent-box .right-box .item-box.item_1 {
  width: 100%;
}
.session_6 .centent-box .left-box .item-box.item_2,
.session_6 .centent-box .center-box .item-box.item_2,
.session_6 .centent-box .right-box .item-box.item_2 {
  width: 50%;
  float: left;
}
.session_6 .centent-box .left-box .item-box.item_3,
.session_6 .centent-box .center-box .item-box.item_3,
.session_6 .centent-box .right-box .item-box.item_3 {
  float: left;
  width: 50%;
}
.session_6 .centent-box .left-box .item-box.item_4,
.session_6 .centent-box .center-box .item-box.item_4,
.session_6 .centent-box .right-box .item-box.item_4 {
  height: 520px;
}
.session_6 .centent-box .left-box .item-box:hover .l,
.session_6 .centent-box .center-box .item-box:hover .l,
.session_6 .centent-box .right-box .item-box:hover .l {
  opacity: 1;
}
.session_6 .centent-box .left-box .item-box:hover .title,
.session_6 .centent-box .center-box .item-box:hover .title,
.session_6 .centent-box .right-box .item-box:hover .title {
  opacity: 0;
}
.session_6 .centent-box .left-box .item-box:hover:before,
.session_6 .centent-box .center-box .item-box:hover:before,
.session_6 .centent-box .right-box .item-box:hover:before {
  height: 100%;
}
.session_6 .centent-box .left-box .item-box:hover .txt-box,
.session_6 .centent-box .center-box .item-box:hover .txt-box,
.session_6 .centent-box .right-box .item-box:hover .txt-box {
  opacity: 1;
  transform: translateY(-50%);
}
.session_6 .centent-box .center-box {
  width: 26%;
}
.session_7 {
  margin-top: 110px;
}
.session_7 .public-title {
  margin-bottom: 80px;
}
.session_7 .centent-box .block {
  width: 1250px;
}
.session_7 .centent-box .gallery-top {
  padding-right: 50px;
  box-sizing: border-box;
}
.session_7 .centent-box .swiper-button-next,
.session_7 .centent-box .swiper-button-prev {
  position: absolute;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  margin-top: 0;
  bottom: 50px;
  top: auto;
  background-color: #fdce29;
  background-size: 14px auto;
}
.session_7 .centent-box .swiper-button-next {
  bottom: 0px;
  background-color: #1e479c;
}
.session_7 .centent-box .item-box {
  width: 100%;
}
.session_7 .centent-box .item-box .left-box {
  width: 450px;
  float: left;
}
.session_7 .centent-box .item-box .left-box .title-box {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 35px;
}
.session_7 .centent-box .item-box .left-box .title-box:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #1e479c;
}
.session_7 .centent-box .item-box .left-box .title-box h3 {
  font-size: 23px;
  color: #282828;
  font-weight: 400;
}
.session_7 .centent-box .item-box .left-box .title-box p {
  font-size: 16px;
  color: #282828;
}
.session_7 .centent-box .item-box .left-box .txt-box {
  font-size: 16px;
  color: #282828;
  line-height: 2.4;
}
.session_7 .centent-box .item-box .right-box {
  float: right;
}
.session_7 .centent-box .line-box {
  width: 100%;
  height: 1px;
  background: #b2b2b2;
  margin-top: 60px;
}
.session_7 .centent-box .gallery-thumbs {
  padding-top: 10px;
}
.session_7 .centent-box .gallery-thumbs .item-tab {
  text-align: center;
  cursor: pointer;
}
.session_7 .centent-box .gallery-thumbs .item-tab span {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #000000;
  margin-bottom: 15px;
}
.session_7 .centent-box .gallery-thumbs .item-tab h3 {
  font-size: 18px;
  color: #292929;
  font-weight: 400;
}
.session_7 .centent-box .gallery-thumbs .item-tab p {
  font-size: 14px;
  color: #3c3c3c;
}
.session_7 .centent-box .gallery-thumbs .swiper-slide-active .item-tab span {
  height: 25px;
  background: #1e479c;
}
.session_8 {
  margin-top: 120px;
}
.session_8 .title-box {
  text-align: center;
  margin-bottom: 80px;
}
.session_8 .title-box h3 {
  font-size: 60px;
  color: #3a3637;
  line-height: 1;
}
.session_8 .title-box p {
  font-size: 24px;
  color: #232323;
}
.session_8 .centent-box {
  height: 720px;
  padding-left: 8%;
  padding-right: 8%;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/img_13.jpg) center center no-repeat;
}
.session_8 .centent-box .item-box {
  position: relative;
  z-index: 2;
  float: left;
  width: 33.33%;
  height: 100%;
  padding-top: 110px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  overflow: hidden;
}
.session_8 .centent-box .item-box .top-box {
  display: none;
}
.session_8 .centent-box .item-box .img-box img {
  width: 100%;
}
.session_8 .centent-box .item-box .txt-box {
  margin-bottom: 58px;
  transition: all .3s;
}
.session_8 .centent-box .item-box .txt-box .title .time-box {
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}
.session_8 .centent-box .item-box .txt-box .title .time-box span {
  font-size: 36px;
  margin-right: 5px;
}
.session_8 .centent-box .item-box .txt-box .title p {
  position: relative;
  font-size: 24px;
  color: #fff;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.session_8 .centent-box .item-box .txt-box .title p:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.session_8 .centent-box .item-box .txt-box .info-box {
  margin-top: 30px;
}
.session_8 .centent-box .item-box .txt-box .info-box p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.session_8 .centent-box .item-box .txt-box .info-box .more-box {
  display: none;
  margin-top: 20px;
}
.session_8 .centent-box .item-box .txt-box .info-box .more-box a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fdce29;
  box-sizing: border-box;
  color: #fdce29;
}
.session_8 .centent-box .item-box .txt-box .info-box .more-box a span {
  position: relative;
  z-index: 2;
}
.session_8 .centent-box .item-box .txt-box .info-box .more-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: #fdce29;
  transition: all .3s;
}
.session_8 .centent-box .item-box .txt-box .info-box .more-box a:hover {
  color: #333;
}
.session_8 .centent-box .item-box .txt-box .info-box .more-box a:hover:before {
  transform: translateX(0);
}
.session_8 .centent-box .item-box:hover {
  height: 720px;
  overflow: hidden;
  background: #204694;
}
.session_8 .centent-box .item-box:hover .txt-box {
  margin-top: 20px;
}
.session_8 .centent-box .item-box:hover .txt-box .more-box {
  display: block;
}
.session_8 .centent-box .item-box:hover .img-box {
  display: none;
}
.session_8 .centent-box .item-box:hover .img-box.top-box {
  display: block;
}
.session_9 {
  background: url(../images/img_15.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 60px;
  box-sizing: border-box;
  background-attachment: fixed;
  padding-bottom: 100px;
  overflow: hidden;
}
.session_9 .info-box {
  float: left;
  margin-top: 80px;
  width: 500px;
}
.session_9 .title-box {
  margin-bottom: 45px;
}
.session_9 .title-box .txt_1 {
  vertical-align: bottom;
}
.session_9 .title-box .txt_1 .en {
  margin-left: 20px;
}
.session_9 .title-box .txt_2 {
  font-size: 35px;
  color: #292929;
  margin-top: 10px;
  margin-bottom: 10px;
}
.session_9 .title-box p {
  font-size: 16px;
  color: #292929;
  line-height: 1.6;
}
.session_9 .tel-box p {
  font-size: 24px;
  color: #1e479c;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
.session_9 .tel-box h3 {
  font-size: 42px;
  color: #1e479c;
  line-height: 1;
}
.session_9 .leave-box {
  float: right;
  width: 445px;
  background: #627eba;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.session_9 .leave-box .title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.session_9 .leave-box .title h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.session_9 .leave-box .title p {
  line-height: 40px;
  background: #1e479c;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
.session_9 .leave-box .form-box .line-box {
  margin-bottom: 25px;
}
.session_9 .leave-box .form-box .input-box {
  display: inline-block;
  font-size: 0;
}
.session_9 .leave-box .form-box .input-box label {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  vertical-align: top;
}
.session_9 .leave-box .form-box .input-box input {
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 200px;
  background: #fff;
  border: 1px solid #c1c1c1;
  padding-left: 10px;
  padding-right: 10px;
}
.session_9 .leave-box .form-box .input-box select {
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 100px;
  background: #fff;
  border: 1px solid #c1c1c1;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}
.session_9 .leave-box .form-box .input-box span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: 2px;
  color: red;
  font-size: 14px;
}
.session_9 .leave-box .form-box .btns-box {
  font-size: 16px;
  padding-left: 50px;
  font-size: 0;
  text-align: center;
  margin-top: 50px;
}
.session_9 .leave-box .form-box .btns-box span {
  display: inline-block;
  width: 150px;
  height: 30px;
  background: #fdce29;
  text-align: center;
  line-height: 30px;
  margin-left: 6px;
  margin-right: 6px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
}
@media screen and (max-width: 1680px) {
  .session_3 {
    background-size: 120% auto;
  }
  .session_3 .centent-box {
    padding-left: 10%;
    padding-right: 10%;
  }
  .session_3 .centent-box .left-box .msg-box {
    width: 75%;
  }
  .session_3 .centent-box .right-box .msg-box {
    width: 100%;
  }
  .session_6 .centent-box {
    padding-left: 5%;
    padding-right: 5%;
  }
  .session_8 .centent-box {
    height: 620px;
  }
  .session_8 .centent-box .item-box:hover {
    height: 620px;
  }
}
/*# sourceMappingURL=index.css.map */