﻿/*.public-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #222771;
  padding-bottom: 0;
}
.public-header .top-header:before {
  display: none;
}
body {
  padding-top: 70px;
  box-sizing: border-box;
}
.page-box {
  text-align: center;
  font-size: 0;
}
.page-box span {
  display: inline-block;
  height: 30px;
  border: 1px solid #ededed;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 16px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
  vertical-align: middle;
}
.page-box span:hover {
  background: #222771;
  border-color: #222771;
  color: #fff;
}
.page-box span.active {
  color: #222771;
  border-color: transparent;
}
.page-box span.active:hover {
  background: transparent;
}
.page-box em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #666666;
  height: 30px;
  vertical-align: middle;
  margin-top: 2px;
}*/
.public-site {
  height: 90px;
  line-height: 90px;
  color: #333333;
  font-size: 16px;
}
.public-site span {
  color: #333333;
}
.public-site em {
  font-style: normal;
}
.public-site a {
  color: #333333;
}
.public-site a:hover {
  color: #222771;
}
.public-tab {
  text-align: center;
  font-size: 0;
}
.public-tab ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.public-tab ul li a {
  display: block;
  height: 45px;
  width: 150px;
  font-size: 16px;
  color: #fff;
  background: #333333;
  line-height: 45px;
  box-sizing: border-box;
  transition: all .3s;
}
.public-tab ul li.active a,
.public-tab ul li:hover a {
  background-color: #e7a10e;
  color: #fff;
}
/*.page {
  text-align: center;
  font-size: 0;
}*/

.banner-box img {
  width: 100%;
}
.block {
  width: 1400px;
}
.about-wrap .session_1 {
  margin-top: 48px;
}
.about-wrap .session_1 .title-box {
  margin-bottom: 55px;
}
.about-wrap .session_1 .title-box h3 {
  font-size: 30px;
  color: #555555;
  line-height: 1.1;
  margin-bottom: 10px;
}
.about-wrap .session_1 .title-box p {
  font-size: 16px;
  color: #666666;
}
.about-wrap .session_1 .des-box p {
  line-height: 1.8;
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}
.about-wrap .session_1 .list-box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.about-wrap .session_1 .list-box .item-box {
  width: 264px;
  height: 264px;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
}
.about-wrap .session_1 .list-box .item-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all .3s;
}
.about-wrap .session_1 .list-box .item-box:hover img {
  transform: scale(1.2);
}
.about-wrap .session_1_bottom {
  margin-bottom: 75px;
  margin-top: 82px;
}
.about-wrap .session_1_bottom span {
  font-size: 16px;
  color: #666666;
}
.about-wrap .session_1_bottom span:before {
  display: inline-block;
  content: '';
  width: 50%;
  height: 1px;
  background: #d2d2d2;
  vertical-align: middle;
  margin-right: 20px;
}
.about-wrap .session_2 {
  height: 810px;
  padding-top: 98px;
  background: url(../../images/images2/img_15.jpg) center center no-repeat;
  box-sizing: border-box;
}
.about-wrap .session_2 .title-box {
  margin-bottom: 165px;
}
.about-wrap .session_2 .title-box h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
}
.about-wrap .session_2 .title-box p {
  font-size: 16px;
  color: #fff;
}
.about-wrap .session_2 .all-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about-wrap .session_2 .all-box .left-box {
  width: 690px;
}
.about-wrap .session_2 .all-box .left-box .item-box {
  padding-left: 1px;
  padding-right: 1px;
  box-sizing: border-box;
}
.about-wrap .session_2 .all-box .left-box h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 40px;
}
.about-wrap .session_2 .all-box .left-box p {
  font-size: 16px;
  color: #fff;
  line-height: 2.3;
}
.about-wrap .session_2 .all-box .right-box .list-box {
  display: flex;
}
.about-wrap .session_2 .all-box .right-box .item-box {
  background: rgba(255, 255, 255, 0.3);
  height: 135px;
  width: 220px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  box-sizing: border-box;
  text-align: center;
  padding-top: 30px;
  cursor: pointer;
}
.about-wrap .session_2 .all-box .right-box .item-box .icon-box {
  height: 58px;
  line-height: 58px;
}
.about-wrap .session_2 .all-box .right-box .item-box .icon-box img {
  vertical-align: top;
}
.about-wrap .session_2 .all-box .right-box .item-box:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}
.about-wrap .session_2 .all-box .right-box .item-box p {
  color: #fff;
  font-size: 16px;
}
.about-wrap .session_2 .all-box .right-box .item-box.active {
  background: #c00009;
}
.about-wrap .session_3 {
  margin-top: 80px;
  margin-bottom: 120px;
}
.about-wrap .session_3 .title-box {
  text-align: center;
  margin-bottom: 88px;
}
.about-wrap .session_3 .title-box h3 {
  font-size: 30px;
  color: #555555;
  line-height: 1.1;
  margin-bottom: 10px;
}
.about-wrap .session_3 .title-box p {
  font-size: 16px;
  color: #666666;
}
.about-wrap .session_3 .centent-box {
  width: 1100px;
}
.about-wrap .session_3 .centent-box .item-box {
  position: relative;
  float: left;
  width: 50%;
  height: 204px;
}
.about-wrap .session_3 .centent-box .item-box .txt-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 285px;
}
.about-wrap .session_3 .centent-box .item-box .txt-box p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}
.about-wrap .session_3 .centent-box .item-box .title {
  position: absolute;
  right: 0;
  top: 0;
  background: #c00009;
  width: 204px;
  height: 204px;
  line-height: 204px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
}
.about-wrap .session_3 .centent-box .item-box.item_1 {
  left: 10px;
}
.about-wrap .session_3 .centent-box .item-box.item_2 {
  padding-left: 250px;
  box-sizing: border-box;
  margin-left: -10px;
}
.about-wrap .session_3 .centent-box .item-box.item_2 .title {
  left: 0;
  right: auto;
  background: #e1552e;
}
.about-wrap .session_3 .centent-box .item-box.item_3 {
  margin-top: -20px;
  left: 10px;
}
.about-wrap .session_3 .centent-box .item-box.item_3 .title {
  background: #e1552e;
}
.about-wrap .session_3 .centent-box .item-box.item_4 {
  padding-left: 250px;
  box-sizing: border-box;
  margin-top: -20px;
  margin-left: -10px;
}
.about-wrap .session_3 .centent-box .item-box.item_4 .title {
  left: 0;
  right: auto;
}
.about-wrap .session_4 {
  height: 825px;
  background: url(../../images/images2/img_16.jpg);
  padding-top: 78px;
  box-sizing: border-box;
}
.about-wrap .session_4 .title-box {
  text-align: right;
}
.about-wrap .session_4 .title-box h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
}
.about-wrap .session_4 .title-box p {
  font-size: 16px;
  color: #fff;
}
.about-wrap .session_4 .all-box {
  display: flex;
  align-items: center;
}
.about-wrap .session_4 .all-box .left-box {
  width: 370px;
  margin-right: 80px;
}
.about-wrap .session_4 .all-box .left-box ul li {
  position: relative;
  line-height: 128px;
  color: #fff;
  background: rgba(255, 255, 255, 0.28);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  cursor: pointer;
}
.about-wrap .session_4 .all-box .left-box ul li span {
  position: relative;
}
.about-wrap .session_4 .all-box .left-box ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #c00009;
  bottom: 0;
  width: 0;
  content: '';
  transition: all .3s;
}
.about-wrap .session_4 .all-box .left-box ul li:last-child {
  border-bottom: none;
}
.about-wrap .session_4 .all-box .left-box ul li.active:before {
  width: 101%;
}
.about-wrap .session_4 .all-box .right-box {
  width: 625px;
}
.about-wrap .session_4 .all-box .right-box .item-box h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}
.about-wrap .session_4 .all-box .right-box .item-box p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
}
.about-wrap .session_4 .all-box .right-box .swiper-button-next {
  position: static;
  height: 48px;
  line-height: 48px;
  background: #c00009;
  width: 75px;
  margin-top: 0;
  margin-top: 40px;
}
.about-wrap .session_4 .all-box .right-box .swiper-button-next:after {
  display: none;
}
.about-wrap .session_5 {
  margin-top: 115px;
  margin-bottom: 100px;
}
.about-wrap .session_5 .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 88px;
}
.about-wrap .session_5 .title-box .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.about-wrap .session_5 .title-box h3 {
  font-size: 30px;
  color: #555555;
  line-height: 1.1;
  margin-bottom: 10px;
}
.about-wrap .session_5 .title-box p {
  font-size: 16px;
  color: #666666;
}
.about-wrap .session_5 .centent-box {
  position: relative;
  height: 435px;
  padding-top: 75px;
  box-sizing: border-box;
  background: url(../../images/images2/img_17.jpg) center center no-repeat;
}
.about-wrap .session_5 .centent-box .item-box {
  background: #d2d2d2;
  height: 212px;
  padding-top: 75px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .3s;
}
.about-wrap .session_5 .centent-box .item-box h3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
  opacity: .51;
}
.about-wrap .session_5 .centent-box .item-box p {
  font-size: 16px;
  color: #666666;
  opacity: .51;
}
.about-wrap .session_5 .centent-box .item-box:hover {
  background: #fff;
  padding-top: 50px;
}
.about-wrap .session_5 .centent-box .item-box:hover h3,
.about-wrap .session_5 .centent-box .item-box:hover p {
  opacity: 1;
}
.about-wrap .session_5 .centent-box .swiper-pagination {
  position: static;
  margin-top: 65px;
}
.about-wrap .session_6 {
  margin-bottom: 78px;
}
.about-wrap .session_6 .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 64px;
}
.about-wrap .session_6 .title-box h3 {
  font-size: 30px;
  color: #555555;
  line-height: 1.1;
  margin-bottom: 10px;
}
.about-wrap .session_6 .title-box p {
  font-size: 16px;
  color: #666666;
}
.about-wrap .session_6 .item-box {
  padding: 1px;
  box-sizing: border-box;
}
.about-wrap .session_6 .item-box .img-box {
  background: #eeeeee;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  height: 530px;
  line-height: 480px;
  width: 100%;
}
.about-wrap .session_6 .item-box .img-box .img {
  overflow: hidden;
}
.about-wrap .session_6 .item-box .img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.about-wrap .session_6 .item-box p {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
}
.about-wrap .session_6 .item-box:hover .img-box img {
  transform: scale(1.1);
}
.about-wrap .session_6 .item-box:hover p {
  color: #222771;
}
.about-wrap .session_6 .public-pagination {
  position: static;
  margin-top: 48px;
}
.about-wrap .session_7 {
  background: url(../../images/images2/img_19.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 100px;
}
.about-wrap .session_7 .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.about-wrap .session_7 .title-box h3 {
  font-size: 30px;
  color: #555555;
  line-height: 1.1;
  margin-bottom: 10px;
}
.about-wrap .session_7 .title-box p {
  font-size: 16px;
  color: #666666;
}
.about-wrap .session_7 .tab-box {
  text-align: center;
  font-size: 0;
}
.about-wrap .session_7 .tab-box span {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  background: #333333;
  line-height: 45px;
  width: 150px;
  cursor: pointer;
}
.about-wrap .session_7 .tab-box span.active {
  background: #222771;
}
.about-wrap .session_7 .centent-box {
  width: 1600px;
  margin-top: 50px;
}
.about-wrap .session_7 .centent-box .all-box {
  display: none;
}
.about-wrap .session_7 .centent-box .all-box.active {
  display: block;
}
.about-wrap .session_7 .centent-box .swiper-container {
  padding: 8px;
  box-sizing: border-box;
}
.about-wrap .session_7 .centent-box .list-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.about-wrap .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-top: 30px;
}
.about-wrap .session_7 .centent-box .list-box .img-box {
  position: relative;
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.about-wrap .session_7 .centent-box .list-box .img-box:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #222771;
  box-sizing: border-box;
  transition: all .3s;
  opacity: 0;
}
.about-wrap .session_7 .centent-box .list-box .img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.about-wrap .session_7 .centent-box .list-box .img-box:hover:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.about-wrap .session_7 .centent-box .swiper-pagination {
  position: static;
  margin-top: 60px;
}
.join-wrap .session_1 {
  margin-top: 48px;
  margin-bottom: 78px;
}
.join-wrap .session_1 .title-box {
  margin-bottom: 55px;
}
.join-wrap .session_1 .title-box h3 {
  font-size: 30px;
  color: #555555;
  line-height: 1.1;
  margin-bottom: 10px;
}
.join-wrap .session_1 .title-box p {
  font-size: 16px;
  color: #666666;
}
.join-wrap .session_1 .nub-box {
  display: flex;
  margin-bottom: 38px;
}
.join-wrap .session_1 .nub-box .item-box {
  width: 25%;
  text-align: left;
}
.join-wrap .session_1 .nub-box .item-box h3 {
  font-size: 50px;
  color: #222771;
  line-height: 1.4;
}
.join-wrap .session_1 .nub-box .item-box h3 em {
  font-size: 20px;
  font-weight: 400;
}
.join-wrap .session_1 .nub-box .item-box p {
  font-size: 16px;
  color: #666666;
}
.join-wrap .session_1 .all-box .swiper-container {
  padding: 1px;
}
.join-wrap .session_1 .all-box .item-box {
  position: relative;
  border: 1px solid #e5e5e5;
  height: 410px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-top: 64px;
}
.join-wrap .session_1 .all-box .item-box h3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 25px;
}
.join-wrap .session_1 .all-box .item-box p {
  font-size: 14px;
  color: #666666;
  line-height: 2;
}
.join-wrap .session_1 .all-box .item-box em {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 70px;
  color: #333333;
  opacity: .1;
  line-height: 1.1;
  bottom: 40px;
}
.join-wrap .session_1 .all-box .item-box:hover {
  background: #222771;
}
.join-wrap .session_1 .all-box .item-box:hover h3,
.join-wrap .session_1 .all-box .item-box:hover p {
  color: #fff;
}
.join-wrap .session_1 .all-box .item-box:hover em {
  color: #fff;
}
.join-wrap .session_1 .all-box .public-pagination {
  position: static;
  margin-top: 78px;
}
.join-wrap .session_2 {
  background: #f3f5f6 url(../../images/images2/img_21.jpg) center top no-repeat;
  padding-top: 96px;
  padding-bottom: 100px;
}
.join-wrap .session_2 .title-box {
  text-align: center;
  margin-bottom: 140px;
  color: #fff;
}
.join-wrap .session_2 .title-box h3 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 14px;
}
.join-wrap .session_2 .title-box p {
  font-size: 16px;
}
.join-wrap .session_2 .tab-box {
  width: 1600px;
  display: flex;
  height: 130px;
  background: #fff;
  text-align: center;
}
.join-wrap .session_2 .tab-box .item-box {
  position: relative;
  padding-top: 40px;
  box-sizing: border-box;
  height: 130px;
  flex: 1;
  cursor: pointer;
}
.join-wrap .session_2 .tab-box .item-box:before {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0;
  transition: all .3s;
  background: #222771;
}
.join-wrap .session_2 .tab-box .item-box h3 {
  font-size: 20px;
  color: #333333;
  position: relative;
}
.join-wrap .session_2 .tab-box .item-box p {
  font-size: 14px;
  color: #666666;
  position: relative;
}
.join-wrap .session_2 .tab-box .item-box.active:before {
  height: 110%;
}
.join-wrap .session_2 .tab-box .item-box.active h3,
.join-wrap .session_2 .tab-box .item-box.active p {
  color: #fff;
}
.join-wrap .session_2 .centent-box {
  margin-top: 78px;
}
.join-wrap .session_2 .all-box {
  display: none;
}
.join-wrap .session_2 .all-box.active {
  display: block;
}
.join-wrap .session_2 .all-box .des-box {
  margin-bottom: 35px;
}
.join-wrap .session_2 .all-box .des-box p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}
.join-wrap .session_2 .all-box .item-box {
  position: relative;
  border: 1px solid #dedede;
  text-align: center;
  background: #eeeeee;
  height: 490px;
  line-height: 490px;
}
.join-wrap .session_2 .all-box .item-box .img-box {
  overflow: hidden;
}
.join-wrap .session_2 .all-box .item-box .img-box img {
  width: 339px;
  height: 451px;
  object-fit: cover;
  transition: all .3s;
}
.join-wrap .session_2 .all-box .item-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(34, 39, 113, 0.88);
  opacity: 0;
  transition: all .3s;
  z-index: 2;
}
.join-wrap .session_2 .all-box .item-box .txt-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding-left: 80px;
  z-index: 3;
  padding-right: 80px;
  box-sizing: border-box;
  line-height: 1.6;
  opacity: 0;
  margin-top: 80px;
  transition: all .3s;
}
.join-wrap .session_2 .all-box .item-box .txt-box h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 45px;
}
.join-wrap .session_2 .all-box .item-box .txt-box p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.join-wrap .session_2 .all-box .item-box:hover .img-box img {
  transform: scale(0.9);
}
.join-wrap .session_2 .all-box .item-box:hover:before {
  opacity: 1;
}
.join-wrap .session_2 .all-box .item-box:hover .txt-box {
  opacity: 1;
  margin-top: 0;
}
.join-wrap .session_2 .all-box .public-pagination {
  margin-top: 50px;
  position: static;
}
.join-wrap .session_3 {
  margin-top: 75px;
  margin-bottom: 78px;
}
.join-wrap .session_3 .title-box {
  text-align: center;
}
.join-wrap .session_3 .title-box h3 {
  color: #555555;
  font-size: 30px;
}
.join-wrap .session_3 .title-box p {
  font-size: 16px;
  color: #666666;
}
.join-wrap .session_3 .centent-box {
  width: 1500px;
  display: flex;
  margin-top: 65px;
  align-items: center;
  justify-content: space-between;
}
.join-wrap .session_3 .centent-box .left-box {
  padding-right: 45px;
  box-sizing: border-box;
}
.join-wrap .session_3 .centent-box .left-box .img-box {
  overflow: hidden;
}
.join-wrap .session_3 .centent-box .left-box .img-box img {
  transition: all .3s;
}
.join-wrap .session_3 .centent-box .left-box .img-box:hover img {
  transform: scale(1.1);
}
.join-wrap .session_3 .centent-box .right-box {
  flex: 1;
}
.join-wrap .session_3 .centent-box .right-box .item-box {
  position: relative;
  padding-left: 67px;
  margin-bottom: 33px;
}
.join-wrap .session_3 .centent-box .right-box .item-box:last-child {
  margin-bottom: 0;
}
.join-wrap .session_3 .centent-box .right-box .item-box span {
  position: absolute;
  left: 0;
  top: 5px;
}
.join-wrap .session_3 .centent-box .right-box .item-box h3 {
  font-size: 20px;
  color: #666666;
  line-height: 1.1;
  margin-bottom: 10px;
}
.join-wrap .session_3 .centent-box .right-box .item-box p {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
.join-wrap .session_4 {
  background: url(../../images/images2/img_24.jpg) center center no-repeat;
  height: 664px;
  background-size: cover;
  padding-top: 90px;
  box-sizing: border-box;
}
.join-wrap .session_4 .title-box {
  text-align: center;
}
.join-wrap .session_4 .title-box h3 {
  color: #fff;
  font-size: 30px;
}
.join-wrap .session_4 .title-box p {
  font-size: 16px;
  color: #fff;
}
.join-wrap .session_4 .centent-box {
  display: flex;
  justify-content: center;
  margin-top: 110px;
}
.join-wrap .session_4 .centent-box .item-box {
  position: relative;
  text-align: center;
  width: 200px;
  box-sizing: border-box;
}
.join-wrap .session_4 .centent-box .item-box:before {
  position: absolute;
  content: '';
  width: 17px;
  height: 7px;
  right: -10px;
  top: 50px;
  background: url(../../images/images2/icon_25.png);
}
.join-wrap .session_4 .centent-box .item-box:last-child:before {
  display: none;
}
.join-wrap .session_4 .centent-box .item-box .icon-box {
  position: relative;
  width: 104px;
  height: 104px;
  display: inline-block;
}
.join-wrap .session_4 .centent-box .item-box .icon-box svg {
  position: absolute;
  top: 0px;
  left: 0px;
}
.join-wrap .session_4 .centent-box .item-box .icon-box svg .progress {
  stroke-dasharray: 327;
  stroke-dashoffset: 327;
  transition: all .3s;
}
.join-wrap .session_4 .centent-box .item-box .icon-box em {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  font-style: normal;
  font-size: 26px;
  color: #222771;
}
.join-wrap .session_4 .centent-box .item-box .icon-box span {
  display: block;
  margin: 0 auto;
  width: 104px;
  height: 104px;
  line-height: 104px;
  text-align: center;
  position: relative;
  transition: all .45s;
}
.join-wrap .session_4 .centent-box .item-box .icon-box span:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../../images/images2/icon_24_1.png);
  background-size: 100% 100%;
  border-radius: 50%;
  z-index: 3;
}
.join-wrap .session_4 .centent-box .item-box .icon-box span:after {
  width: 103px;
  height: 103px;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}
.join-wrap .session_4 .centent-box .item-box:nth-child(1) .icon-box svg {
  transform: rotate(-135deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(2) .icon-box svg {
  transform: rotate(-90deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(2) .icon-box span {
  transform: rotate(45deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(3) .icon-box svg {
  transform: rotate(-45deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(3) .icon-box span:before {
  transform: rotate(90deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(4) .icon-box svg {
  transform: rotate(0deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(4) .icon-box span:before {
  transform: rotate(135deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(5) .icon-box svg {
  transform: rotate(45deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(5) .icon-box span:before {
  transform: rotate(180deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(6) .icon-box svg {
  transform: rotate(90deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(6) .icon-box span:before {
  transform: rotate(225deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(7) .icon-box svg {
  transform: rotate(135deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(7) .icon-box span:before {
  transform: rotate(270deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(8) .icon-box svg {
  transform: rotate(180deg);
}
.join-wrap .session_4 .centent-box .item-box:nth-child(8) .icon-box span:before {
  transform: rotate(315deg);
}
.join-wrap .session_4 .centent-box .item-box h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
}
.join-wrap .session_4 .centent-box .item-box .des-box {
  margin-top: 15px;
}
.join-wrap .session_4 .centent-box .item-box .des-box p {
  color: #fff;
  line-height: 1.6;
}
.join-wrap .session_4 .centent-box .item-box:hover .icon-box .progress {
  stroke-dashoffset: 0;
}
.join-wrap .session_5 {
  margin-top: 70px;
}
.join-wrap .session_5 .title-box {
  margin-bottom: 60px;
  text-align: center;
}
.join-wrap .session_5 .title-box h3 {
  color: #555555;
  font-size: 30px;
}
.join-wrap .session_5 .title-box p {
  font-size: 16px;
  color: #666666;
}
.join-wrap .session_5 .centent-box .row {
  margin-left: -25px;
  margin-right: -25px;
}
.join-wrap .session_5 .centent-box .row .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.join-wrap .session_5 .centent-box .item-box .img-box {
  overflow: hidden;
}
.join-wrap .session_5 .centent-box .item-box .img-box img {
  width: 100%;
  height: 268px;
  object-fit: cover;
  transition: all .3s;
}
.join-wrap .session_5 .centent-box .item-box p {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 60px;
}
.join-wrap .session_5 .centent-box .item-box p:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateY(-50%);
  width: 0;
  background: #222771;
  height: 1px;
  transition: all .3s;
}
.join-wrap .session_5 .centent-box .item-box:hover .img-box img {
  transform: scale(1.2);
}
.join-wrap .session_5 .centent-box .item-box:hover p {
  color: #222771;
}
.join-wrap .session_5 .centent-box .item-box:hover p:before {
  width: 100%;
  left: 0;
}
.join-wrap .session_5 .centent-box .more-box {
  text-align: center;
  margin-top: 50px;
}
.join-wrap .session_5 .centent-box .more-box a {
  display: inline-block;
  background: #222771;
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 124px;
}
.join-wrap .session_6 {
  margin-top: 80px;
  background: url(../../images/images2/img_26.jpg) center center no-repeat;
  height: 718px;
  padding-top: 100px;
  box-sizing: border-box;
}
.join-wrap .session_6 .title-box {
  margin-bottom: 60px;
  text-align: center;
}
.join-wrap .session_6 .title-box h3 {
  color: #555555;
  font-size: 30px;
}
.join-wrap .session_6 .title-box p {
  font-size: 16px;
  color: #666666;
}
.join-wrap .session_6 .centent-box {
  width: 1200px;
}
.join-wrap .session_6 .centent-box .form-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.join-wrap .session_6 .centent-box .form-box .row .col-md-6,
.join-wrap .session_6 .centent-box .form-box .row .col-md-4,
.join-wrap .session_6 .centent-box .form-box .row .col-md-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.join-wrap .session_6 .centent-box .form-box .row .col-md-6 {
  width: 50%;
  margin-bottom: 30px;
}
.join-wrap .session_6 .centent-box .form-box .row .col-md-4 {
  width: 33.33%;
  margin-bottom: 30px;
}
.join-wrap .session_6 .centent-box .form-box .row .col-md-12 {
  width: 100%;
}
.join-wrap .session_6 .centent-box .form-box .input-box {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.join-wrap .session_6 .centent-box .form-box .input-box label {
  position: absolute;
  left: 20px;
  font-size: 14px;
  color: #222771;
}
.join-wrap .session_6 .centent-box .form-box .input-box input,
.join-wrap .session_6 .centent-box .form-box .input-box select {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
.join-wrap .session_6 .centent-box .form-box .input-box select {
  text-align: center;
}
.join-wrap .session_6 .centent-box .form-box .textarea-box {
  line-height: 1.8;
  height: 175px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.join-wrap .session_6 .centent-box .form-box .textarea-box textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 14px;
}
.join-wrap .session_6 .centent-box .form-box .btn-box {
  font-size: 0;
  margin-top: 20px;
}
.join-wrap .session_6 .centent-box .form-box .btn-box span {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  background: #fff;
  width: 122px;
  text-align: center;
  margin-right: 18px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.join-wrap .session_6 .centent-box .form-box .btn-box span.play {
  color: #fff;
  background: #222771;
}
.link-wrap .session_1 {
  margin-top: 50px;
}
.link-wrap .session_1 .tab-box {
  text-align: center;
  font-size: 0;
  margin-bottom: 95px;
}
.link-wrap .session_1 .tab-box a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  background: #333333;
  line-height: 45px;
  width: 150px;
  cursor: pointer;
}
.link-wrap .session_1 .tab-box a.active,
.link-wrap .session_1 .tab-box a:hover {
  background: #222771;
}
.link-wrap .session_1 .centent-box {
  height: 631px;
  padding-top: 80px;
  box-sizing: border-box;
  background: #f8f8f8 url(../../images/images2/img_27.jpg) center bottom no-repeat;
}
.link-wrap .session_1 .centent-box .title-box {
  text-align: center;
  margin-bottom: 60px;
}
.link-wrap .session_1 .centent-box .title-box h3 {
  line-height: 1.1;
  font-size: 30px;
  color: #555555;
  margin-bottom: 5px;
}
.link-wrap .session_1 .centent-box .title-box p {
  font-size: 16px;
  color: #666666;
}
.link-wrap .session_1 .centent-box .all-box {
  position: relative;
  background: #262b73;
  height: 365px;
  padding-left: 385px;
  padding-right: 194px;
  box-sizing: border-box;
  padding-top: 70px;
}
.link-wrap .session_1 .centent-box .all-box .title {
  color: #fff;
  position: absolute;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  top: 85px;
  left: 90px;
}
.link-wrap .session_1 .centent-box .all-box .list-box {
  display: flex;
  justify-content: space-between;
}
.link-wrap .session_1 .centent-box .all-box .list-box .item-box {
  width: 230px;
  background: #fff;
  height: 230px;
  text-align: center;
  padding-top: 80px;
  box-sizing: border-box;
  transition: all .3s;
}
.link-wrap .session_1 .centent-box .all-box .list-box .item-box h3 {
  font-size: 20px;
  color: #333333;
  transition: all .3s;
}
.link-wrap .session_1 .centent-box .all-box .list-box .item-box p {
  font-size: 16px;
  color: #333333;
  transition: all .3s .2s;
}
.link-wrap .session_1 .centent-box .all-box .list-box .item-box:hover {
  padding-top: 60px;
}
.link-wrap .session_2 {
  background: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 120px;
}
.link-wrap .session_2 .title-box {
  font-size: 26px;
  color: #666666;
  font-weight: 700;
  line-height: 1.1;
}
.link-wrap .session_2 .top-box {
  width: 1600px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.link-wrap .session_2 .top-box .centent-box {
  width: 1200px;
}
.link-wrap .session_2 .top-box .centent-box .list-box {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
.link-wrap .session_2 .top-box .centent-box .list-box .item-box {
  text-align: center;
}
.link-wrap .session_2 .top-box .centent-box .list-box .item-box .icon-box {
  display: inline-block;
  background: #222771;
  height: 73px;
  line-height: 73px;
  width: 73px;
  text-align: center;
  border-radius: 50%;
  transition: all .3s;
}
.link-wrap .session_2 .top-box .centent-box .list-box .item-box p {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.link-wrap .session_2 .top-box .centent-box .list-box .item-box:hover .icon-box {
  transform: rotateY(180deg);
}
.link-wrap .session_2 .bottom-box {
  width: 1200px;
}
.link-wrap .session_2 .bottom-box .list-box {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  padding-right: 15%;
  box-sizing: border-box;
}
.link-wrap .session_2 .bottom-box .list-box .item-box {
  text-align: center;
}
.link-wrap .session_2 .bottom-box .list-box .item-box span {
  font-size: 50px;
  color: #666666;
  opacity: .2;
  line-height: 1.1;
  font-weight: 700;
}
.link-wrap .session_2 .bottom-box .list-box .item-box p {
  font-size: 16px;
  color: #666666;
}
.link-wrap .session_2 .bottom-box .list-box .item-box:hover span {
  color: #222771;
  opacity: 1;
}
.link-wrap .session_2 .bottom-box .list-box .item-box:hover p {
  color: #222771;
}
.link-wrap .session_3 {
  width: 1120px;
  margin-top: 95px;
  margin-bottom: 78px;
}
.link-wrap .session_3 .title-box {
  text-align: center;
}
.link-wrap .session_3 .title-box h3 {
  color: #555555;
  font-size: 30px;
}
.link-wrap .session_3 .title-box p {
  color: #666666;
  font-size: 16px;
}
.link-wrap .session_3 .form-box {
  margin-top: 55px;
}
.link-wrap .session_3 .form-box .input-box {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-right: 30px;
}
.link-wrap .session_3 .form-box .input-box:nth-child(3) {
  margin-right: 0;
}
.link-wrap .session_3 .form-box .input-box input {
  width: 353px;
  height: 47px;
  line-height: 45px;
  border: 1px solid #e2e2e2;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background: transparent;
}
.link-wrap .session_3 .form-box .input-box label {
  position: absolute;
  right: 10px;
  line-height: 45px;
  font-size: 0;
  height: 45px;
  top: 0;
}
.link-wrap .session_3 .form-box .input-box label img {
  vertical-align: middle;
}
.link-wrap .session_3 .form-box .input-box textarea {
  width: 1120px;
  padding: 15px;
  box-sizing: border-box;
  height: 200px;
  border: 1px solid #e2e2e2;
  background: transparent;
}
.link-wrap .session_3 .form-box .input-box:last-child {
  margin-bottom: 20px;
}
.link-wrap .session_3 .form-box .input-box.other-box input {
  width: 120px;
}
.link-wrap .session_3 .form-box .input-box.other-box label {
  left: 125px;
}
.link-wrap .session_3 .form-box .input-box.other-box .img-box {
  margin-left: 20px;
  display: inline-block;
  border: 1px solid #a5a5a4;
}
.link-wrap .session_3 .form-box .select-box select {
  height: 36px;
  width: 107px;
  background: #fff;
  border: 1px solid #a5a5a4;
  outline: none;
}
.link-wrap .session_3 .form-box .btn-box {
  margin-top: 30px;
}
.link-wrap .session_3 .form-box .btn-box span {
  display: block;
  width: 100%;
  height: 58px;
  background: #222771;
  color: #fff;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
}
.link-wrap .session_4 {
  margin-bottom: 200px;
}
.link-wrap .session_4 .map-box img {
  width: 100%;
}
.link-wrap .session_4 .bottom-box {
  text-align: center;
  margin-top: -85px;
}
.link-wrap .session_4 .bottom-box .er-box {
  margin-bottom: 35px;
}
.link-wrap .session_4 .bottom-box .er-box img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.link-wrap .session_4 .bottom-box h3 {
  font-size: 22px;
  color: #333333;
}
.link-wrap .session_4 .bottom-box p {
  font-size: 16px;
  color: #666666;
  margin-top: 40px;
}
.link-wrap .session_4 .bottom-box p span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.train-wrap .session_1 {
  margin-top: 50px;
}
.train-wrap .session_1 .tab-box {
  text-align: center;
  font-size: 0;
  margin-bottom: 95px;
}
.train-wrap .session_1 .tab-box a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  background: #333333;
  line-height: 45px;
  width: 150px;
  cursor: pointer;
}
.train-wrap .session_1 .tab-box a.active,
.train-wrap .session_1 .tab-box a:hover {
  background: #222771;
}
.train-wrap .session_2 .des-box p {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 20px;
}
.train-wrap .session_2 .img-box img {
  width: 100%;
}
.train-wrap .session_3 {
  margin-top: 80px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 100px;
}
.train-wrap .session_3 .item-box {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.train-wrap .session_3 .item-box .img-box {
  overflow: hidden;
}
.train-wrap .session_3 .item-box .img-box img {
  transition: all .3s;
  width: 197px;
  height: 273px;
  object-fit: cover;
}
.train-wrap .session_3 .item-box .txt-box {
  padding-left: 45px;
  box-sizing: border-box;
  flex: 1;
}
.train-wrap .session_3 .item-box .txt-box .top-box {
  margin-bottom: 40px;
}
.train-wrap .session_3 .item-box .txt-box .top-box .title h3 {
  font-size: 26px;
  color: #333333;
}
.train-wrap .session_3 .item-box .txt-box .top-box .title p {
  font-size: 16px;
  color: #222771;
  line-height: 2;
}
.train-wrap .session_3 .item-box .txt-box .top-box .des-box p {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
.train-wrap .session_3 .item-box .txt-box .bottom-box label {
  font-size: 16px;
  color: #222771;
}
.train-wrap .session_3 .item-box .txt-box .bottom-box p {
  font-size: 16px;
  color: #666666;
}
.train-wrap .session_3 .item-box:hover {
  border-bottom: 1px solid #222771;
}
.train-wrap .session_3 .item-box:hover .img-box img {
  transform: scale(1.1);
}
.train-wrap .session_3 .item-box:hover .txt-box .title h3 {
  color: #222771;
}
.train-wrap .session_4 {
  margin-bottom: 100px;
}
.train-wrap .session_4 .row {
  margin-left: -25px;
  margin-right: -25px;
}
.train-wrap .session_4 .row .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 35px;
}
.train-wrap .session_4 .item-box .img-box {
  overflow: hidden;
}
.train-wrap .session_4 .item-box .img-box img {
  width: 100%;
  transition: all .3s;
  object-fit: cover;
  height: 268px;
}
.train-wrap .session_4 .item-box p {
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #5a5a5a;
}
.train-wrap .session_4 .item-box p:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #222771;
  transition: all .3s;
}
.train-wrap .session_4 .item-box:hover .img-box img {
  transform: scale(1.1);
}
.train-wrap .session_4 .item-box:hover p {
  color: #222771;
}
.train-wrap .session_4 .item-box:hover p:before {
  width: 100%;
  left: 0;
}
.train-wrap .session_5 {
  margin-bottom: 100px;
}
.train-wrap .session_5 .row {
  margin-left: -25px;
  margin-right: -25px;
}
.train-wrap .session_5 .row .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.train-wrap .session_5 .item-box {
  cursor: pointer;
}
.train-wrap .session_5 .item-box .img-box {
  position: relative;
  overflow: hidden;
}
.train-wrap .session_5 .item-box .img-box > img {
  width: 100%;
  transition: all .3s;
  object-fit: cover;
  height: 290px;
}
.train-wrap .session_5 .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 9;
}
.train-wrap .session_5 .item-box p {
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #5a5a5a;
}
.train-wrap .session_5 .item-box:hover .img-box > img {
  transform: scale(1.1);
}
.train-wrap .session_5 .item-box:hover p {
  color: #222771;
}
.terminal_2-wrap {
  background: url(../../images/images2/img_58.jpg) center top no-repeat;
}
.terminal-wrap .session_1 {
  margin-top: 50px;
}
.terminal-wrap .session_1 .tab-box {
  text-align: center;
  font-size: 0;
  margin-bottom: 95px;
}
.terminal-wrap .session_1 .tab-box a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  background: #333333;
  line-height: 45px;
  width: 150px;
  cursor: pointer;
}
.terminal-wrap .session_1 .tab-box a.active,
.terminal-wrap .session_1 .tab-box a:hover {
  background: #222771;
}
.terminal-wrap .session_2 {
  margin-bottom: 140px;
}
.terminal-wrap .session_2 .centent-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.terminal-wrap .session_2 .centent-box .left-box {
  position: relative;
  width: 909px;
}
.terminal-wrap .session_2 .centent-box .left-box .public-pagination {
  bottom: -65px;
  text-align: right;
  width: 100%;
}
.terminal-wrap .session_2 .centent-box .left-box .public-pagination .swiper-pagination-bullet {
  background: #000;
}
.terminal-wrap .session_2 .centent-box .left-box img {
  height: 512px;
  width: 100%;
  object-fit: cover;
}
.terminal-wrap .session_2 .centent-box .info-box .txt-box {
  margin-bottom: 50px;
  padding-left: 40px;
}
.terminal-wrap .session_2 .centent-box .info-box .txt-box p {
  line-height: 2;
  font-size: 16px;
  color: #666666;
}
.terminal-wrap .session_2 .centent-box .info-box .txt-box h3 {
  font-size: 28px;
  color: #333333;
  margin-top: 20px;
}
.terminal-wrap .session_2 .centent-box .info-box .small-img img {
  width: 462px;
  height: 260px;
  object-fit: cover;
}
.terminal-wrap .session_3 {
  background: #f2f2f2;
  padding-top: 78px;
  padding-bottom: 80px;
}
.terminal-wrap .session_3 .centent-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.terminal-wrap .session_3 .centent-box .left-box {
  width: 518px;
}
.terminal-wrap .session_3 .centent-box .left-box .info-box .txt-box {
  padding-left: 40px;
  margin-top: 50px;
}
.terminal-wrap .session_3 .centent-box .left-box .info-box .txt-box p {
  line-height: 2;
  font-size: 16px;
  color: #666666;
}
.terminal-wrap .session_3 .centent-box .left-box .info-box .txt-box h3 {
  font-size: 28px;
  color: #333333;
}
.terminal-wrap .session_3 .centent-box .left-box .info-box .small-img img {
  width: 100%;
  height: 291px;
  object-fit: cover;
}
.terminal-wrap .session_3 .centent-box .right-box {
  width: 852px;
  margin-top: 50px;
}
.terminal-wrap .session_3 .centent-box .right-box .big-img img {
  object-fit: cover;
  width: 100%;
  height: 479px;
}
.terminal-wrap .session_3 .public-pagination {
  text-align: left;
  padding-left: 40px;
  bottom: 20px;
  box-sizing: border-box;
}
.terminal-wrap .session_3 .public-pagination .swiper-pagination-bullet {
  background: #000;
}
.terminal-wrap .session_4 {
  margin-top: 80px;
  margin-bottom: 100px;
}
.terminal-wrap .session_4 .centent-box {
  position: relative;
}
.terminal-wrap .session_4 .item-box .img-box {
  overflow: hidden;
}
.terminal-wrap .session_4 .item-box .img-box img {
  width: 100%;
  height: 268px;
  object-fit: cover;
  transition: all .3s;
}
.terminal-wrap .session_4 .item-box p {
  text-align: center;
  line-height: 65px;
  color: #5a5a5a;
}
.terminal-wrap .session_4 .item-box:hover img {
  transform: scale(1.1);
}
.terminal-wrap .session_4 .item-box:hover p {
  color: #222771;
}
.terminal-wrap .session_4 .swiper-button-prev {
  left: -75px;
}
.terminal-wrap .session_4 .swiper-button-next {
  right: -75px;
}
.terminal-wrap .session_4 .swiper-button-next,
.terminal-wrap .session_4 .swiper-button-prev {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #333333;
  border-radius: 50%;
  top: 50%;
  margin-top: -40px;
}
.terminal-wrap .session_4 .swiper-button-next img,
.terminal-wrap .session_4 .swiper-button-prev img {
  width: 25px;
}
.terminal-wrap .session_4 .swiper-button-next:after,
.terminal-wrap .session_4 .swiper-button-prev:after {
  display: none;
}
.terminal-wrap .session_4 .swiper-button-next:hover,
.terminal-wrap .session_4 .swiper-button-prev:hover {
  background: #222771;
}
.terminal-wrap .session_6 {
  width: 1140px!important;
}
.terminal-wrap .session_6 .centent-box {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.terminal-wrap .session_6 .centent-box .info-box {
  text-align: left;
}
.terminal-wrap .session_6 .centent-box .info-box p {
  font-size: 20px;
  color: #e5e5e5;
}
.terminal-wrap .session_6 .centent-box .info-box h3 {
  font-size: 32px;
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.4;
}
.terminal-wrap .session_6 .centent-box .info-box span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #666666;
}
.terminal-wrap .session_6 .centent-box .info-box span:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #8e8e8e;
  left: 0;
  bottom: -20px;
}
.terminal-wrap .session_6 .centent-box #map {
  display: inline-block;
  width: 600px;
  height: 500px;
  vertical-align: middle;
}
.terminal-wrap .session_7 {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-right: 30px;
  width: 1140px!important;
  box-sizing: border-box;
}
.terminal-wrap .session_7 .title {
  float: left;
}
.terminal-wrap .session_7 .title h3 {
  font-size: 32px;
  color: #222771;
  line-height: 1.4;
}
.terminal-wrap .session_7 .title p {
  font-size: 18px;
  color: #afafaf;
  line-height: 1;
}
.terminal-wrap .session_7 .site-box {
  float: right;
  font-size: 0;
}
.terminal-wrap .session_7 .site-box select {
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: none;
  font-size: 14px;
  margin-right: 15px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.terminal-wrap .session_7 .site-box input {
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.terminal-wrap .session_7 .site-box span {
  display: inline-block;
  background: #222771;
  width: 65px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.terminal-wrap .session_8 {
  padding-bottom: 25px;
  border-bottom: 1px solid #aaaaaa;
  padding-left: 100px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.terminal-wrap .session_8 label {
  position: relative;
  display: inline-block;
  width: 135px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #e2e2e2;
}
.terminal-wrap .session_8 label img {
  position: absolute;
  left: 0;
}
.terminal-wrap .session_8 ul {
  display: inline-block;
  padding-left: 30px;
}
.terminal-wrap .session_8 ul li {
  display: inline-block;
  font-size: 0;
  margin-left: 10px;
}
.terminal-wrap .session_8 ul li span {
  font-size: 14px;
  color: #5b5b5b;
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.terminal-wrap .session_8 ul li.active span {
  background: #222771;
  color: #fff;
  font-size: 14px;
}
.terminal-wrap .session_5 {
  margin-bottom: 100px;
}
.terminal-wrap .session_5 .row {
  margin-left: -25px;
  margin-right: -25px;
}
.terminal-wrap .session_5 .row .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.terminal-wrap .session_5 .item-box {
  position: relative;
  cursor: pointer;
}
.terminal-wrap .session_5 .item-box .img-box {
  overflow: hidden;
}
.terminal-wrap .session_5 .item-box .img-box img {
  width: 100%;
  transition: all .3s;
  object-fit: cover;
  height: 268px;
}
.terminal-wrap .session_5 .item-box .txt-box {
  display: flex;
  justify-content: space-between;
  height: 124px;
  padding-top: 12px;
  box-sizing: border-box;
}
.terminal-wrap .session_5 .item-box .txt-box .left-box h3 {
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 400;
}
.terminal-wrap .session_5 .item-box .txt-box .left-box p {
  font-size: 14px;
  color: #5a5a5a;
}
.terminal-wrap .session_5 .item-box .txt-box .right-box {
  font-size: 14px;
  color: #333333;
}
.terminal-wrap .session_5 .item-box .txt-box .right-box img {
  margin-left: 9px;
}
.terminal-wrap .session_5 .item-box:hover .img-box img {
  transform: scale(1.1);
}
.terminal-wrap .session_5 .item-box:hover .txt-box .left-box h3,
.terminal-wrap .session_5 .item-box:hover .txt-box .left-box p {
  color: #222771;
}
.terminal-wrap .session_5 .page-box {
  margin-top: 40px;
}
.news_list-wrap .session_1 {
  margin-top: 50px;
}
.news_list-wrap .session_1 .tab-box {
  text-align: center;
  font-size: 0;
  margin-bottom: 95px;
}
.news_list-wrap .session_1 .tab-box a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  background: #333333;
  line-height: 45px;
  width: 150px;
  cursor: pointer;
}
.news_list-wrap .session_1 .tab-box a.active,
.news_list-wrap .session_1 .tab-box a:hover {
  background: #222771;
}
.news_list-wrap .session_2 {
  width: 1300px;
  margin-bottom: 120px;
}
.news_list-wrap .session_2 .page-box {
  margin-top: 60px;
}
.news_list-wrap .session_2 .list-box {
  margin-top: 30px;
}
.news_list-wrap .session_2 .list-box .item-box {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #eeeeee;
}
.news_list-wrap .session_2 .list-box .item-box .img-box {
  float: left;
  margin-right: 40px;
  overflow: hidden;
}
.news_list-wrap .session_2 .list-box .item-box .img-box img {
  transition: all .3s;
  width: 286px;
  height: 173px;
  object-fit: cover;
}
.news_list-wrap .session_2 .list-box .item-box .txt-box {
  width: 670px;
  float: left;
  padding-top: 30px;
}
.news_list-wrap .session_2 .list-box .item-box .txt-box h3 {
  font-size: 18px;
  color: #464646;
  font-weight: 400;
  margin-bottom: 12px;
  transition: all .3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list-wrap .session_2 .list-box .item-box .txt-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #646464;
  transition: all .3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list-wrap .session_2 .list-box .item-box .time-box {
  position: absolute;
  right: 0;
  top: 68px;
}
.news_list-wrap .session_2 .list-box .item-box .time-box p {
  font-size: 14px;
  text-align: right;
  color: #464646;
}
.news_list-wrap .session_2 .list-box .item-box .time-box p span {
  font-size: 24px;
  color: #464646;
  display: inline-block;
  margin-right: 18px;
}
.news_list-wrap .session_2 .list-box .item-box .time-box .arr-box {
  position: relative;
  text-align: right;
  margin-top: 25px;
}
.news_list-wrap .session_2 .list-box .item-box .time-box .arr-box img {
  vertical-align: top;
}
.news_list-wrap .session_2 .list-box .item-box .time-box .arr-box img.active {
  position: absolute;
  right: 30px;
  opacity: 0;
}
.news_list-wrap .session_2 .list-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.news_list-wrap .session_2 .list-box .item-box:hover .txt-box h3 {
  color: #222771;
}
.news_list-wrap .session_2 .list-box .item-box:hover .time-box p {
  color: #222771;
}
.news_list-wrap .session_2 .list-box .item-box:hover .time-box p span {
  color: #222771;
}
.news_list-wrap .session_2 .list-box .item-box:hover .time-box .arr-box img {
  opacity: 0;
}
.news_list-wrap .session_2 .list-box .item-box:hover .time-box .arr-box img.active {
  right: 0px;
  opacity: 1;
  transition: all .3s;
}
.news_list-wrap .session_3 {
  background: #fff;
  margin-bottom: 40px;
}
.news_list-wrap .session_3 .title-box {
  text-align: center;
  margin-bottom: 40px;
}
.news_list-wrap .session_3 .title-box span {
  font-size: 26px;
  color: #333333;
  font-weight: 700;
}
.news_list-wrap .session_3 .title-box p {
  color: #333333;
  font-size: 16px;
  margin-top: 10px;
}
.news_list-wrap .session_3 .title-box p em {
  font-style: normal;
  color: #808080;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.news_list-wrap .session_3 .des-box p {
  font-size: 16px;
  color: #4d4948;
  line-height: 1.8;
}
.news_list-wrap .session_3 .des-box .img-box {
  text-align: center;
}
.news_list-wrap .session_3 .des-box .img-box img {
  max-width: 100%;
}
.news_list-wrap .session_3 .bottom-box {
  margin-top: 70px;
  border-bottom: 1px solid #eeeeee;
}
.news_list-wrap .session_3 .bottom-box .black-btn {
  display: inline-block;
  width: 145px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #222771;
  color: #fff;
  font-size: 16px;
}
.news_list-wrap .session_3 .bottom-box .share-box {
  float: right;
}
.news_list-wrap .session_3 .bottom-box .share-box #share-2 {
  display: inline-block;
}
.news_list-wrap .session_3 .bottom-box .share-box #share-2 .social-share-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
.news_list-wrap .link-box {
  margin-top: 65px;
  border-bottom: 1px solid #e6e6e6;
}
.news_list-wrap .link-box ul li {
  position: relative;
  float: left;
  line-height: 65px;
  font-size: 16px;
  color: #333333;
  width: 490px;
  margin-right: 60px;
  padding-left: 65px;
  box-sizing: border-box;
}
.news_list-wrap .link-box ul li a {
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list-wrap .link-box ul li a:hover {
  color: #222771;
}
.news_list-wrap .link-box ul li span {
  position: absolute;
  left: 0;
  color: #333333;
}
.news_list-wrap .session_4 {
  margin-bottom: 100px;
}
.news_list-wrap .session_4 .title-box {
  font-size: 16px;
  color: #666666;
  margin-bottom: 65px;
}
.news_list-wrap .session_4 .title-box span {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
}
.news_list-wrap .session_4 .centent-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.news_list-wrap .session_4 .centent-box .row .col-md-3 {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.news_list-wrap .session_4 .centent-box .item-box .img-box {
  overflow: hidden;
}
.news_list-wrap .session_4 .centent-box .item-box .img-box img {
  width: 100%;
  height: 212px;
  object-fit: cover;
  transition: all .3s;
}
.news_list-wrap .session_4 .centent-box .item-box .txt-box {
  position: relative;
  line-height: 55px;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
}
.news_list-wrap .session_4 .centent-box .item-box .txt-box p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 80px;
}
.news_list-wrap .session_4 .centent-box .item-box .txt-box:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #222771;
  transition: all .3s;
}
.news_list-wrap .session_4 .centent-box .item-box .txt-box span {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 16px;
  color: #222771;
  transition: all .3s;
  opacity: 0;
}
.news_list-wrap .session_4 .centent-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.news_list-wrap .session_4 .centent-box .item-box:hover .txt-box {
  color: #222771;
}
.news_list-wrap .session_4 .centent-box .item-box:hover .txt-box span {
  right: 15px;
  opacity: 1;
}
.news_list-wrap .session_4 .centent-box .item-box:hover .txt-box:before {
  width: 100%;
}
.public-body {
  position: relative;
  margin-top: 45px;
}
.public-body .left-page {
  position: absolute;
  top: 0;
  left: 0px;
  width: 180px;
  min-height: 400px;
  z-index: 9;
}
.public-body .left-page.fiexd {
  position: fixed;
  top: 110px;
  transition: all .3s;
}
.public-body .left-page ul li {
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  margin-left: 90px;
}
.public-body .left-page ul li:before {
  position: absolute;
  content: '';
  width: 120px;
  height: 1px;
  background: #222771;
  left: -300px;
  top: 14px;
  transition: all .3s;
}
.public-body .left-page ul li a {
  color: #333333;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  border: 1px solid transparent;
}
.public-body .left-page ul li.active a,
.public-body .left-page ul li:hover a {
  color: #222771;
}
.public-body .left-page ul li.active:before,
.public-body .left-page ul li:hover:before {
  left: -140px;
}
.public-body .right-page {
  min-height: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 1800px) {
  .public-body .left-page {
    width: 165px;
  }
  .public-body .left-page ul li {
    margin-left: 65px;
  }
  .public-body .left-page ul li a {
    font-size: 14px;
  }
  .public-body .left-page ul li:before {
    width: 60px;
  }
  .public-body .left-page ul li:hover:before,
  .public-body .left-page ul li.active:before {
    left: -70px;
  }
}
.pro_list-wrap .public-title {
  text-align: center;
  margin-bottom: 60px;
}
.pro_list-wrap .public-title h3 {
  font-size: 30px;
  color: #555555;
}
.pro_list-wrap .public-title p {
  font-size: 16px;
  color: #666666;
}
.pro_list-wrap .session_1 {
  margin-bottom: 100px;
}
.pro_list-wrap .session_1 .list-box {
  width: 1230px;
  margin: 0 auto;
}
.pro_list-wrap .session_1 .list-box .row {
  margin-left: -30px;
  margin-right: -30px;
}
.pro_list-wrap .session_1 .list-box .row .col-md-3 {
  float: left;
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.pro_list-wrap .session_1 .list-box .item-box .img-box {
  overflow: hidden;
}
.pro_list-wrap .session_1 .list-box .item-box .img-box img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  transition: all .3s;
}
.pro_list-wrap .session_1 .list-box .item-box .txt-box {
  position: relative;
  line-height: 55px;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
}
.pro_list-wrap .session_1 .list-box .item-box .txt-box p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 80px;
}
.pro_list-wrap .session_1 .list-box .item-box .txt-box:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #222771;
  transition: all .3s;
}
.pro_list-wrap .session_1 .list-box .item-box .txt-box span {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 16px;
  color: #222771;
  transition: all .3s;
  opacity: 0;
}
.pro_list-wrap .session_1 .list-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.pro_list-wrap .session_1 .list-box .item-box:hover .txt-box {
  color: #222771;
}
.pro_list-wrap .session_1 .list-box .item-box:hover .txt-box span {
  right: 15px;
  opacity: 1;
}
.pro_list-wrap .session_1 .list-box .item-box:hover .txt-box:before {
  width: 100%;
}
.pro_list-wrap .session_2 .centent-box {
  position: relative;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro_list-wrap .session_2 .centent-box .img-box {
  width: 50%;
}
.pro_list-wrap .session_2 .centent-box .img-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.pro_list-wrap .session_2 .centent-box .txt-box {
  width: 50%;
  padding-left: 45px;
  box-sizing: border-box;
}
.pro_list-wrap .session_2 .centent-box .txt-box h3 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 30px;
}
.pro_list-wrap .session_2 .centent-box .txt-box .des-box label {
  font-size: 20px;
  color: #222771;
}
.pro_list-wrap .session_2 .centent-box .txt-box .des-box p {
  line-height: 1.8;
  font-size: 16px;
  color: #666666;
}
.pro_list-wrap .session_2 .centent-box .txt-box .other-box {
  display: inline-block;
  width: 328px;
  height: 31px;
  line-height: 31px;
  background: #1b1b1b;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pro_list-wrap .session_2 .centent-box .txt-box .other-box span {
  position: absolute;
  right: 0;
  top: 0;
  background: #222771;
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.pro_list-wrap .session_2 .centent-box .txt-box .share-box {
  font-size: 14px;
  color: #333333;
}
.pro_list-wrap .session_2 .centent-box .txt-box .share-box #share-3 {
  display: inline-block;
}
.pro_list-wrap .session_2 .centent-box .txt-box .share-box #share-3 .social-share-icon {
  width: 26px;
  height: 26px;
  line-height: 28px;
  font-size: 18px;
}
.pro_list-wrap .session_3 {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .title-box {
  font-size: 30px;
  color: #383431;
  font-weight: 700;
  line-height: 78px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 35px;
  position: relative;
}
.pro_list-wrap .session_3 .title-box span {
  font-size: 14px;
  color: #c4c4c4;
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
}
.pro_list-wrap .session_3 .title-box:before {
  position: absolute;
  content: '';
  height: 3px;
  width: 20px;
  background: #222771;
  bottom: -1px;
}
.pro_list-wrap .session_3 .left-box {
  float: left;
  width: 950px;
}
.pro_list-wrap .session_3 .left-box .title {
  margin-bottom: 30px;
}
.pro_list-wrap .session_3 .left-box .title h3 {
  font-size: 16px;
  color: #2a2c2c;
}
.pro_list-wrap .session_3 .left-box .title p {
  font-size: 14px;
  color: #bfbfbf;
  margin-top: 5px;
}
.pro_list-wrap .session_3 .left-box .box_1 table {
  width: 100%;
}
.pro_list-wrap .session_3 .left-box .box_1 table tr:nth-child(2n) {
  background: #eeeeee;
}
.pro_list-wrap .session_3 .left-box .box_1 table td {
  border: 1px solid #d7d9dc;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #666666;
}
.pro_list-wrap .session_3 .left-box .box_1 table td:nth-child(1) {
  width: 140px;
  text-align: center;
}
.pro_list-wrap .session_3 .left-box .box_1 table td:nth-child(2) {
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 16px;
  color: #5f5f5f;
}
.pro_list-wrap .session_3 .left-box .box_2 {
  margin-top: 40px;
}
.pro_list-wrap .session_3 .left-box .box_2 dl dd {
  font-size: 16px;
  clor: #666666;
  line-height: 1.8;
}
.pro_list-wrap .session_3 .left-box .box_3 {
  margin-top: 30px;
}
.pro_list-wrap .session_3 .left-box .box_3 .img-box img {
  max-width: 100%;
}
.pro_list-wrap .session_3 .left-box .box_4 {
  margin-top: 50px;
}
.pro_list-wrap .session_3 .left-box .box_4 .list-to {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 35px;
}
.pro_list-wrap .session_3 .left-box .box_4 .list-to a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background: #222771;
  color: #fff;
  width: 145px;
  text-align: center;
  font-size: 16px;
}
.pro_list-wrap .session_3 .left-box .box_4 .other-box {
  border-bottom: 1px solid #e6e6e6;
}
.pro_list-wrap .session_3 .left-box .box_4 .other-box .row {
  margin-left: -20px;
  margin-right: -20px;
}
.pro_list-wrap .session_3 .left-box .box_4 .other-box .row .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .left-box .box_4 .other-box .row a {
  display: block;
  line-height: 64px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
}
.pro_list-wrap .session_3 .left-box .box_4 .other-box .row a:hover {
  color: #222771;
}
.pro_list-wrap .session_3 .right-box {
  float: right;
  width: 390px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .right-box .list-box {
  padding-right: 30px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .right-box .item-box {
  margin-bottom: 45px;
}
.pro_list-wrap .session_3 .right-box .item-box .img-box {
  overflow: hidden;
}
.pro_list-wrap .session_3 .right-box .item-box .img-box img {
  width: 100%;
  transition: all .3s;
  height: 220px;
  object-fit: cover;
}
.pro_list-wrap .session_3 .right-box .item-box .txt-box {
  position: relative;
  line-height: 55px;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
}
.pro_list-wrap .session_3 .right-box .item-box .txt-box p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 80px;
}
.pro_list-wrap .session_3 .right-box .item-box .txt-box:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #222771;
  transition: all .3s;
}
.pro_list-wrap .session_3 .right-box .item-box .txt-box span {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 16px;
  color: #222771;
  transition: all .3s;
  opacity: 0;
}
.pro_list-wrap .session_3 .right-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.pro_list-wrap .session_3 .right-box .item-box:hover .txt-box {
  color: #222771;
}
.pro_list-wrap .session_3 .right-box .item-box:hover .txt-box span {
  right: 15px;
  opacity: 1;
}
.pro_list-wrap .session_3 .right-box .item-box:hover .txt-box:before {
  width: 100%;
}
.pro_list-wrap .session_4 {
  margin-bottom: 100px;
}
.pro_list-wrap .session_4 .title-box {
  font-size: 30px;
  color: #383431;
  font-weight: 700;
  line-height: 78px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 35px;
  position: relative;
}
.pro_list-wrap .session_4 .title-box span {
  font-size: 14px;
  color: #c4c4c4;
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
}
.pro_list-wrap .session_4 .title-box:before {
  position: absolute;
  content: '';
  height: 3px;
  width: 20px;
  background: #222771;
  bottom: -1px;
}
.pro_list-wrap .session_4 .list-box .item-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.pro_list-wrap .session_4 .list-box .item-box .img-box {
  overflow: hidden;
}
.pro_list-wrap .session_4 .list-box .item-box .img-box img {
  width: 275px;
  height: 150px;
  object-fit: cover;
  transition: all .3s;
}
.pro_list-wrap .session_4 .list-box .item-box .txt-box {
  padding-left: 50px;
  box-sizing: border-box;
  flex: 1;
}
.pro_list-wrap .session_4 .list-box .item-box .txt-box h3 {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 15px;
}
.pro_list-wrap .session_4 .list-box .item-box .txt-box p {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
.pro_list-wrap .session_4 .list-box .item-box .txt-box p span {
  color: #222771;
}
.pro_list-wrap .session_4 .list-box .item-box:hover .img-box img {
  transform: scale(1.2);
}
.pro_list-wrap .session_4 .list-box .item-box:hover .txt-box h3 {
  color: #222771;
}
@media screen and (max-width: 1800px) {
  .pro_list-wrap .public-title {
    margin-bottom: 40px;
  }
  .pro_list-wrap .session_1 .list-box {
    width: auto;
  }
  .pro_list-wrap .session_1 .list-box .item-box .img-box img {
    height: 220px;
  }
  .pro_list-wrap .session_2 .centent-box .img-box img {
    height: 400px;
  }
  .pro_list-wrap .session_2 .centent-box .txt-box h3 {
    margin-bottom: 20px;
  }
  .pro_list-wrap .session_2 .centent-box .txt-box .other-box {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .pro_list-wrap .session_3 .left-box {
    width: 780px;
  }
  .pro_list-wrap .session_3 .right-box {
    width: 320px;
  }
  .pro_list-wrap .session_3 .right-box .list-box {
    padding-right: 10px;
  }
  .pro_list-wrap .session_3 .right-box .item-box .img-box img {
    height: 200px;
  }
  .about-wrap .session_7 .centent-box .list-box .img-box {
    height: 155px;
    line-height: 155px;
  }
  .about-wrap .session_2 .all-box .left-box {
    width: 640px;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .join-wrap .session_2 .tab-box .item-box h3 {
    font-size: 19px;
  }
  .join-wrap .session_2 .tab-box .item-box p {
    font-size: 13px;
  }
  .join-wrap .session_4 .centent-box {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .join-wrap .session_4 .centent-box .item-box .des-box p {
    font-size: 13px;
  }
  .join-wrap .session_4 .centent-box .item-box {
    width: 180px;
  }
  .link-wrap .session_1 .centent-box .all-box {
    padding-left: 350px;
    padding-right: 140px;
  }
  .news_list-wrap .session_4 .centent-box .item-box .img-box img {
    height: 195px;
  }
  .terminal-wrap .session_2 .centent-box .left-box {
    width: 860px;
  }
  .terminal-wrap .session_2 .centent-box .left-box img {
    height: 485px;
  }
  .terminal-wrap .session_2 .centent-box .info-box .small-img img {
    width: 410px;
    height: 230px;
  }
  .terminal-wrap .session_2 .centent-box .info-box .txt-box h3 {
    margin-top: 10px;
  }
  .terminal-wrap .session_2 .centent-box .info-box .txt-box {
    margin-bottom: 30px;
  }
  .terminal-wrap .session_3 .centent-box .right-box {
    width: 810px;
  }
  .terminal-wrap .session_3 .centent-box .right-box .big-img img {
    height: 455px;
  }
  .terminal-wrap .session_3 .centent-box .left-box {
    width: 460px;
  }
  .terminal-wrap .session_3 .centent-box .left-box .info-box .small-img img {
    height: 258px;
  }
  .terminal-wrap .session_3 .item-box .info-box .txt-box {
    margin-top: 25px;
  }
  .terminal-wrap .session_4 .item-box .img-box img {
    height: 220px;
  }
  .terminal-wrap .session_4 {
    padding-left: 70px;
    padding-right: 70px;
    box-sizing: border-box;
  }
  .train-wrap .session_4 .item-box .img-box img {
    height: 248px;
  }
}
@keyframes progressAnimation {
  from {
    stroke-dashoffset: 327;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/*# sourceMappingURL=style.css.map */