.public-header {
  position: fixed;
  z-index: 999999;
  background: #fff;
}
#menu {
  position: fixed;
  top: 50%;
  right: -100px;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
}
#menu li {
  margin-bottom: 15px;
}
#menu li a {
  position: relative;
  display: block;
  height: 10px;
  line-height: 10px;
  text-align: right;
}
#menu li a span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #cdcccc;
  border-radius: 100%;
  transition: all .3s;
  vertical-align: middle;
}
#menu li a p {
  display: none;
  font-size: 16px;
  margin-right: 10px;
  color: #808080;
}
#menu li.active a span {
  width: 10px;
  height: 10px;
  border: 1px solid #bf804d;
  box-sizing: border-box;
  background: transparent;
}
#menu li.active a p {
  display: inline-block;
  vertical-align: middle;
}
#menu.active {
  right: 20px;
}
.session_1 {
  position: relative;
}
.session_1 .img-box {
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.session_1 .swiper-pagination {
  bottom: 50px;
}
.session_1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.session_1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: #9fd9f6;
  border-radius: 8px;
}
.section_2 .fp-tableCell {
  display: block;
  padding-top: 75px;
  position: relative;
}
.section_2 .fp-tableCell:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #0b1539;
  height: 75px;
  content: '';
}
.session_2 {
  position: relative;
  height: 520px;
  background: #0b1539;
}
.session_2 .title-box {
  position: absolute;
  left: 10%;
  top: 115px;
  transform: translateX(-50px);
  opacity: 0;
  transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.session_2 .title-box img {
  height: 360px;
}
.session_2 .txt-box {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -130px;
  margin-top: -40px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.session_2 .txt-box .img-box {
  display: inline-block;
  padding-top: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}
.session_3 {
  box-sizing: border-box;
  margin-top: 30px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.session_3 .item-box {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 95px;
  padding-right: 95px;
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6;
}
.session_3 .item-box .title-box {
  margin-bottom: 25px;
}
.session_3 .item-box .title-box h3 {
  font-size: 26px;
  color: #1b2345;
  margin-bottom: 5px;
}
.session_3 .item-box .title-box p {
  font-size: 18px;
  color: #000000;
  letter-spacing: 2px;
}
.session_3 .item-box .centent-box p {
  line-height: 1.8;
  color: #4c4c4c;
}
.session_3 .swiper-button-prev {
  width: 12px;
  height: 20px;
  left: 40px;
  background: url(../images/icon_3.png);
  margin-top: -10px;
}
.session_3 .swiper-button-next {
  width: 12px;
  height: 20px;
  right: 40px;
  background: url(../images/icon_4.png);
  margin-top: -10px;
}
.section_2.active .session_2 .title-box,
.section_2.active .session_2 .txt-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_2.active .session_3 {
  transform: translateX(0px);
  opacity: 1;
}
.session_4 {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-image: url(../images/img_1.jpg);
}
.session_4 .txt-box {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.session_4 .txt-box .title-box {
  margin-bottom: 40px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.session_4 .txt-box .title-box h3 {
  font-size: 34px;
  color: #1b2345;
  margin-bottom: 8px;
}
.session_4 .txt-box .title-box p {
  font-size: 24px;
  color: #0b1539;
}
.session_4 .txt-box .centent-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.session_4 .txt-box .centent-box p {
  font-size: 18px;
  color: #0b1539;
}
.session_4 .txt-box .centent-box .enter {
  display: block;
  margin-top: 30px;
  width: 230px;
  height: 130px;
  border: 1px solid rgba(11, 21, 57, 0.3);
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
}
.session_4 .txt-box .centent-box .enter span {
  font-size: 18px;
  color: #1b2345;
  font-weight: 700;
}
.session_4 .txt-box .centent-box .enter p {
  font-size: 14px;
  color: #0b1539;
  opacity: .5;
  margin-top: 10px;
}
.session_4 .txt-box .centent-box .enter img.hover {
  display: none;
}
.session_4 .txt-box .centent-box .enter:hover {
  background: #1b2345;
}
.session_4 .txt-box .centent-box .enter:hover span {
  color: #fff;
}
.session_4 .txt-box .centent-box .enter:hover span img {
  display: none;
}
.session_4 .txt-box .centent-box .enter:hover span img.hover {
  display: inline-block;
}
.session_4 .txt-box .centent-box .enter:hover p {
  color: #fff;
}
.session_4 .icon-box {
  position: absolute;
  right: 60px;
  bottom: 50px;
}
.session_4 .icon-box img {
  width: 450px;
}
.section_3.active .session_4 .title-box,
.section_3.active .session_4 .centent-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_3.active .session_3 {
  transform: translateX(0px);
  opacity: 1;
}
.session_5 {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 75px;
}
.session_5 .padding-box {
  position: relative;
}
.session_5 .swiper-button-next,
.session_5 .swiper-button-prev {
  z-index: 99999;
  outline: none;
}
.session_5 .swiper-button-prev {
  width: 12px;
  height: 20px;
  left: 40px;
  background: url(../images/icon_3.png);
  margin-top: -10px;
}
.session_5 .swiper-button-next {
  width: 12px;
  height: 20px;
  right: 40px;
  background: url(../images/icon_4.png);
  margin-top: -10px;
}
.session_5 .swiper-pagination {
  position: static;
  margin-top: 35px;
}
.session_5 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: .5;
}
.session_5 .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: #9fd9f6;
  border-radius: 8px;
}
.session_5 .line-box {
  text-align: center;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.session_5 .title-box {
  display: inline-block;
  text-align: center;
  margin-bottom: 80px;
  border-top: 1px solid #ced0d7;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
.session_5 .title-box h3 {
  font-size: 32px;
  color: #1b2345;
}
.session_5 .title-box p {
  color: #bfbfbf;
  font-size: 16px;
}
.session_5:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  height: 100%;
  width: 5%;
  background: #fff;
  z-index: 999;
}
.session_5:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 5%;
  background: #fff;
  z-index: 999;
}
.session_5 .centent-box {
  margin-left: -8%;
  margin-right: -8%;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.session_5 .item-box {
  display: inline-block;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-image: url(../images/img_2.jpg);
}
.session_5 .item-box:before {
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(27, 35, 69, 0.8);
}
.session_5 .item-box .txt-box {
  opacity: 0;
  position: absolute;
  z-index: 99;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border: 1px solid #fff;
  padding-top: 90px;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
.session_5 .item-box .txt-box .title {
  margin-bottom: 30px;
}
.session_5 .item-box .txt-box .title h3 {
  font-size: 24px;
  color: #9fd9f6;
  font-weight: 400;
}
.session_5 .item-box .txt-box .title p {
  font-size: 13px;
  color: #fff;
  opacity: .8;
}
.session_5 .item-box .txt-box .info-box p {
  color: #fff;
  line-height: 2;
}
.session_5 .item-box .txt-box .info-box .icon-box {
  margin-top: 35px;
}
.session_5 .swiper-slide-active .item-box:before {
  opacity: 1;
}
.session_5 .swiper-slide-active .item-box .txt-box {
  opacity: 1;
}
.section_4.active .session_5 .line-box,
.section_4.active .session_5 .centent-box {
  transform: translateX(0px);
  opacity: 1;
}
.session_6 {
  margin-top: 60px;
  background-image: url(../images/img_3.jpg);
  height: 100vh;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 6%;
}
.session_6 .line-box {
  text-align: center;
}
.session_6 .line-box .more-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .5s, opacity 0.4s .5s;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.session_6 .line-box .more-box span {
  display: inline-block;
  margin-left: 10px;
}
.session_6 .line-box .more-box:hover {
  background: #fff;
  color: #1b2345;
}
.session_6 .title-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .3s, opacity 0.4s .3s;
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
  border-top: 1px solid #ced0d7;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
.session_6 .title-box h3 {
  font-size: 32px;
  color: #fff;
}
.session_6 .title-box p {
  color: #bfbfbf;
  font-size: 16px;
}
.session_6 .list-box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 80px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.session_6 .list-box .item-box {
  position: relative;
  float: left;
  width: 20%;
  height: 200px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  overflow: hidden;
}
.session_6 .list-box .item-box .icon-box {
  margin-bottom: 15px;
  height: 57px;
}
.session_6 .list-box .item-box .icon-box img {
  vertical-align: bottom;
  max-height: 100%;
}
.session_6 .list-box .item-box .txt-box h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.session_6 .list-box .item-box .txt-box p {
  font-size: 11px;
  color: #bfbfbf;
  margin-top: 2px;
}
.session_6 .list-box .item-box .info-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 0px;
  background: #9fd9f6;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  transition: height .3s;
}
.session_6 .list-box .item-box .info-box .title {
  margin-bottom: 15px;
  margin-top: 30px;
}
.session_6 .list-box .item-box .info-box .title h3 {
  font-size: 18px;
  color: #1b2345;
  margin-bottom: 5px;
}
.session_6 .list-box .item-box .info-box .title p {
  font-size: 12px;
  color: #1b2345;
  opacity: .5;
}
.session_6 .list-box .item-box .info-box .msg-box {
  text-align: left;
}
.session_6 .list-box .item-box .info-box .msg-box p {
  font-size: 14px;
  color: #1b2345;
  line-height: 1.6;
}
.session_6 .list-box .item-box:hover .info-box {
  height: 200px;
}
.section_5.active .session_6 .title-box,
.section_5.active .session_6 .more-box,
.section_5.active .session_6 .centent-box,
.section_5.active .session_6 .list-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_6 {
  background: #f5f5f5;
}
.session_7 {
  padding-top: 140px;
  background: #f5f5f5;
  padding-bottom: 40px;
}
.session_7 .line-box {
  text-align: center;
  margin-bottom: 45px;
}
.session_7 .title-box {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
  border-top: 1px solid #ced0d7;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .3s, opacity 0.4s .3s;
}
.session_7 .title-box h3 {
  font-size: 32px;
  color: #1b2345;
}
.session_7 .title-box p {
  color: #bfbfbf;
  font-size: 16px;
}
.session_7 .tab-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.session_7 .tab-box span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  color: #808080;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.session_7 .tab-box span.active,
.session_7 .tab-box span:hover {
  border-bottom: 2px solid #9fd9f6;
  color: #1b2345;
}
.session_7 .img-box img {
  width: 100%;
}
.session_7 .list-box {
  padding-left: 5%;
  padding-right: 5%;
}
.session_7 .swiper-pagination {
  position: static;
  margin-top: 35px;
}
.session_7 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: .5;
}
.session_7 .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: #9fd9f6;
  border-radius: 8px;
}
.session_7 .swiper-button-next,
.session_7 .swiper-button-prev {
  z-index: 99999;
  outline: none;
}
.session_7 .swiper-button-prev {
  width: 12px;
  height: 20px;
  left: 40px;
  background: url(../images/icon_3.png);
  margin-top: -10px;
}
.session_7 .swiper-button-next {
  width: 12px;
  height: 20px;
  right: 40px;
  background: url(../images/icon_4.png);
  margin-top: -10px;
}
.session_7 .list-box {
  display: none;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.session_7 .list-box.active {
  display: block;
}
.section_6.active .session_7 .title-box,
.section_6.active .session_7 .tab-box,
.section_6.active .session_7 .centent-box,
.section_6.active .session_7 .list-box {
  transform: translateX(0px);
  opacity: 1;
}
.session_8 {
  margin-top: 120px;
  padding-bottom: 40px;
}
.session_8 .top-box {
  margin-bottom: 30px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .3s, opacity 0.4s .3s;
}
.session_8 .top-box h3 {
  float: left;
  font-size: 32px;
  color: #1b2345;
}
.session_8 .top-box ul {
  float: right;
  font-size: 0;
}
.session_8 .top-box ul li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.session_8 .top-box ul li:before {
  position: absolute;
  content: '';
  left: 0;
  height: 16px;
  width: 1px;
  top: 2px;
  background: #e6e6e6;
}
.session_8 .top-box ul li:first-child:before {
  display: none;
}
.session_8 .top-box ul li span {
  font-size: 16px;
  color: #808080;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.session_8 .top-box ul li.active span,
.session_8 .top-box ul li:hover span {
  color: #1b2345;
  border-bottom: 2px solid #9fd9f6;
}
.session_8 .list-box {
  display: none;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.session_8 .list-box.active {
  display: block;
}
.session_8 .list-box .row {
  margin-left: -28px;
  margin-right: -28px;
}
.session_8 .list-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
}
.session_8 .list-box .item-box .img-box {
  height: 250px;
  background-size: cover;
  margin-bottom: 40px;
}
.session_8 .list-box .item-box .txt-box .time-box {
  font-size: 12px;
  color: #808080;
  margin-bottom: 18px;
}
.session_8 .list-box .item-box .txt-box .time-box span {
  font-size: 32px;
  color: #292929;
}
.session_8 .list-box .item-box .txt-box .info-box h3 {
  font-size: 16px;
  color: #292929;
  font-weight: 400;
  margin-bottom: 10px;
}
.session_8 .list-box .item-box .txt-box .info-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #4c4c4c;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_7.active .session_8 .top-box,
.section_7.active .session_8 .centent-box,
.section_7.active .session_8 .list-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_8 .bg-box {
  width: 35%;
  background-size: cover;
  background-image: url(../images/img_52.jpg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.session_9 {
  padding-top: 75px;
}
.session_9 .centent-box {
  background: #fff;
  margin-left: 35%;
  padding-left: 8%;
  padding-right: 10%;
}
.session_9 .centent-box .logo-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .3s, opacity 0.4s .3s;
}
.session_9 .centent-box .title-box {
  margin-top: 100px;
  margin-bottom: 50px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .5s, opacity 0.4s .5s;
}
.session_9 .centent-box .title-box h3 {
  font-size: 30px;
  color: #19204a;
  line-height: 1;
}
.session_9 .centent-box .title-box p {
  font-size: 18px;
  color: #bdbdbd;
}
.session_9 .centent-box .form-box {
  font-size: 0;
  margin-top: 6vh;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.session_9 .centent-box .form-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.session_9 .centent-box .form-box .col-md-4 {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.session_9 .centent-box .form-box input {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  font-size: 16px;
  color: #878787;
}
.session_9 .centent-box .form-box textarea {
  color: #878787;
  margin-top: 40px;
  outline: none;
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  height: 8vh;
  resize: none;
  border-bottom: 1px solid #bfbfbf;
  background: transparent;
}
.session_9 .centent-box .form-box .btn-box {
  margin-top: 40px;
  margin-bottom: 40px;
}
.session_9 .centent-box .form-box .btn-box .btn {
  display: inline-block;
  font-size: 16px;
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #1b2445;
  color: #fff;
  cursor: pointer;
}
.session_9 .centent-box .other-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.session_9 .centent-box .other-box .link-box {
  color: #484848;
  margin-bottom: 15px;
}
.session_9 .centent-box .other-box .link-box label {
  font-size: 16px;
  margin-right: 10px;
}
.session_9 .centent-box .other-box .link-box a {
  font-size: 14px;
  margin-right: 20px;
  color: #484848;
}
.session_9 .centent-box .other-box .copy-box {
  color: #888888;
  font-size: 13px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}
.section_8.active .logo-box,
.section_8.active .title-box,
.section_8.active .form-box,
.section_8.active .other-box {
  transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .session_2 {
    height: 400px;
    overflow: hidden;
  }
  .session_3 {
    margin-top: 20px;
  }
  .session_3 .item-box {
    padding-left: 50px;
    padding-right: 50px;
  }
  .session_3 .swiper-button-next {
    right: 20px;
  }
  .session_3 .swiper-button-prev {
    left: 20px;
  }
  .session_5 .title-box {
    margin-bottom: 50px;
  }
  .session_5 .item-box {
    height: 380px;
  }
  .session_5 .item-box .txt-box {
    padding-top: 50px;
  }
  .session_6 .title-box {
    margin-bottom: 30px;
  }
  .session_6 .list-box {
    margin-top: 60px;
  }
  .session_8 {
    margin-top: 100px;
    padding-bottom: 20px;
  }
  .session_8 .top-box {
    margin-bottom: 15px;
  }
  .session_8 .list-box .item-box .img-box {
    height: 210px;
    margin-bottom: 20px;
  }
  .session_8 .list-box .item-box .txt-box .time-box {
    margin-bottom: 5px;
  }
  .session_8 .list-box .item-box .txt-box .time-box span {
    font-size: 22px;
  }
  .session_9 .centent-box .logo-box img {
    height: 65px;
  }
  .session_9 .centent-box .title-box {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .public-header {
    height: 75px;
    line-height: 75px;
  }
  .public-header .logo-box img {
    height: 45px;
  }
  .public-header .body-box li a:before {
    bottom: 20px;
  }
  .session_1 .swiper-pagination {
    bottom: 25px;
  }
  .session_2 {
    height: 340px;
  }
  .session_2 .title-box {
    top: 70px;
  }
  .session_2 .txt-box {
    margin-top: -10px;
  }
  .session_2 .txt-box .img-box img {
    height: 65px;
  }
  .session_3 .item-box {
    padding: 30px;
  }
  .session_3 .item-box .title-box h3 {
    font-size: 22px;
  }
  .session_3 .item-box .title-box p {
    font-size: 16px;
  }
  .session_4 .txt-box .title-box h3 {
    font-size: 24px;
  }
  .session_4 .txt-box .title-box p {
    font-size: 18px;
  }
  .session_4 .txt-box .centent-box p {
    font-size: 16px;
  }
  .session_4 .txt-box .centent-box .enter {
    height: 100px;
    width: 200px;
    padding-top: 20px;
  }
  .session_4 .icon-box img {
    width: 400px;
  }
  .session_5 .title-box {
    margin-bottom: 30px;
  }
  .session_5 .title-box h3 {
    font-size: 24px;
  }
  .session_5 .centent-box {
    margin-left: -12%;
    margin-right: -12%;
  }
  .session_5 .item-box {
    height: 310px;
  }
  .session_5 .item-box .txt-box {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .session_5 .item-box .txt-box .title {
    margin-bottom: 15px;
  }
  .session_5 .item-box .txt-box .icon-box {
    margin-top: 20px!important;
  }
  .session_5 .item-box .txt-box .icon-box img {
    height: 20px;
  }
  .session_6 .title-box h3 {
    font-size: 24px;
  }
  .session_6 .line-box .more-box {
    width: 100px;
    height: 38px;
    line-height: 38px;
  }
  .session_6 .list-box {
    margin-top: 40px;
  }
  .session_6 .list-box .item-box {
    height: 140px;
    padding-top: 10px;
  }
  .session_6 .list-box .item-box:hover .info-box {
    height: 140px;
  }
  .session_6 .list-box .item-box:hover .info-box .title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .session_6 .list-box .item-box:hover .info-box .title h3 {
    font-size: 16px;
  }
  .session_6 .list-box .item-box:hover .info-box .title p {
    font-size: 12px;
  }
  .session_7 {
    padding-top: 100px;
  }
  .session_7 .line-box {
    margin-bottom: 30px;
  }
  .session_7 .title-box h3 {
    font-size: 24px;
  }
  .session_8 .top-box h3 {
    font-size: 24px;
  }
  .session_8 .list-box .item-box .img-box {
    height: 160px;
    margin-bottom: 10px;
  }
  .session_9 .centent-box .logo-box img {
    height: 55px;
  }
  .session_9 .centent-box .title-box {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .session_9 .centent-box .form-box {
    margin-top: 0;
  }
  .session_9 .centent-box .form-box input {
    height: 40px;
    line-height: 40px;
  }
  .session_9 .centent-box .form-box textarea {
    margin-top: 25px;
  }
  .session_9 .centent-box .form-box .btn-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=index.css.map */