@charset "UTF-8";
:root {
  overflow-x: hidden;
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 动画 */
@-webkit-keyframes pagination-bullet-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes pagination-bullet-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* 颜色 */
.grey-1 {
  background-color: rgb(241, 242, 247);
}

.background-fff {
  background-color: #ffffff;
}

/* 图片 */
.eng-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 按钮 */
.a-bnt {
  padding-right: 70px;
  padding-left: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  font-family: "DM Sans-Bold";
  line-height: 21px;
  color: #fff;
  background-color: #005096;
}
.a-bnt:hover {
  opacity: 0.9;
  color: #fff;
}

/* 常用字号 */
main {
  font-family: "DM Sans-Regular";
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 26px;
  color: #20242B;
}

.e-tiitle {
  font-family: "DM Sans-Bold";
  font-size: 32px;
  letter-spacing: -0.32px;
  line-height: 46px;
  color: #20242B;
}

.e-tiitle-grey {
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 22px;
  color: #666;
}

.e-tiitle-color {
  font-family: "DM Sans-Bold";
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 32px;
  color: #005096;
}

.e-tiitle-color-two {
  font-family: "DM Sans-Bold";
  font-size: 26px;
  letter-spacing: -0.26px;
  line-height: 38px;
  color: #005096;
}

/*主体内容及边距*/
.eng-all-max {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}

.eng-content-max {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.all-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.e-content-padding {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.e-margin-top {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .padding-1 {
    padding-right: 2.26vw !important;
    padding-left: 2.26vw !important;
  }
}

/* 锚点定位 */
.anchor-location {
  border-bottom: #D9D9D9 solid 1px;
  background-color: #fff;
}
.anchor-location.flexOn {
  width: 100%;
  position: fixed;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  top: 0;
  z-index: 99;
}
.anchor-location ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.anchor-location ul a,
.anchor-location ul li {
  line-height: 21px;
  color: #333333;
  padding-top: 19px;
  padding-bottom: 18px;
  cursor: pointer;
}
.anchor-location ul a:not(:last-child),
.anchor-location ul li:not(:last-child) {
  margin-right: 92px;
}
.anchor-location ul li.on {
  border-bottom: #005096 2px solid;
  color: #005096;
}
.anchor-location ul li.on a {
  color: #005096;
}

/*轮播图 */
.e-banner {
  position: relative;
  height: 100%;
}
.e-banner .txt {
  font-family: "DM Sans-Bold";
  font-size: 42px;
  letter-spacing: -0.42px;
  line-height: 50px;
  color: #ffffff;
  background-color: rgba(1, 78, 158, 0.8);
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 54px;
  padding-left: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.e-banner2 {
  position: relative;
  height: 100%;
  background: url(../assets/images/common/banner_2.png);
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.e-banner2 .txt {
  font-family: "DM Sans-Bold";
  color: #ffffff;
  margin: auto;
  font-size: 42px;
  letter-spacing: -0.42px;
  line-height: 50px;
  margin-top: 40px;
}
.e-banner2 .e-banner-sub, .e-banner2 .e-banner-time {
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'DM Sans-Regular';
}
.e-banner2 .e-banner-time {
  margin-bottom: 30px;
}
.e-banner2 .e-banner-sub {
  margin-top: 30px;
}
.e-banner2 > div:last-child.txt, .e-banner2 > div:nth-child(2).txt {
  margin-top: auto;
}

.baner-1 {
  background-size: cover;
  height: 240px;
}

/* Insights */
.e-insights .insights-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.e-insights .insights-box li {
  width: 33.333%;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.e-insights .insights-box li .txt-box {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #DADADA;
  border-top: none;
  height: 363px;
}
.e-insights .insights-box li .insights-img {
  height: 202px;
}
.e-insights .insights-box li .insights-data {
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #20242B;
  line-height: 16px;
  padding-top: 25px;
}
.e-insights .insights-box li .insights-data span {
  position: relative;
  padding-right: 8px;
  margin-right: 6px;
}
.e-insights .insights-box li .insights-data span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #20242B;
}
.e-insights .insights-box li .insights-title {
  margin-top: 25px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.e-insights .insights-box li .insights-txt {
  margin-top: 25px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.e-insights .a-bnt {
  margin-top: 30px;
}

/* overview */
.e-overview {
  min-height: 328px;
  height: 100%;
  display: table;
}
.e-overview > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.e-overview .logo-img {
  width: 48.5%;
  height: 100%;
}
.e-overview .text-box .e-tiitle {
  line-height: 42px;
  margin-bottom: 20px;
}

* {
  font-family: "DM Sans-Regular";
}

a:hover {
  text-decoration: none;
}

.content-body {
  background-color: #f1f2f7;
}

.over-hidden-2 {
  display: -webkit-box;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-2 img {
  width: 266px;
  height: 150px;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-2 > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-3 {
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}
.content-3 .e-tiitle {
  margin-bottom: 5px;
}
.content-3 .describe {
  font-size: 18px;
  letter-spacing: -0.18px;
  width: 890px;
  margin-top: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #202420;
}
.content-3 .tip {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
}
.content-3 table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-right: 30px;
}
.content-3 table tr > td:first-child {
  padding-left: 31px;
}
.content-3 table tr > td:last-child {
  padding-right: 30px;
}
.content-3 table thead {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  background-color: #014e9e;
  color: #fff;
  font-weight: bold;
}
.content-3 table tbody {
  border: 1px solid #dadada;
  border-top-width: 0;
  border-width: 1px;
}
.content-3 table tbody tr {
  height: 63px;
  line-height: 63px;
  border-bottom: 1px solid #dadada;
  border-bottom-width: 1px;
}
.content-3 table tbody tr:hover {
  background-color: #ccdcec;
}
.content-3 table tbody tr .progress-bar {
  width: 450px;
  height: 10px;
  border-radius: 5px;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8fafd;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.content-3 table tbody tr .progress-bg {
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffc819;
  border-radius: 5px;
}

.content-4 {
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}
.content-4 .e-tiitle {
  margin-bottom: 5px;
}
.content-4 .describe-title {
  margin-top: 40px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #005096;
}
.content-4 .describe {
  font-size: 18px;
  letter-spacing: -0.18px;
  width: 890px;
  margin-top: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #202420;
}

.content-5 {
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}
.content-5 > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.content-5 > div:last-child .clients_item {
  border: 1px solid #dadada;
  width: 25%;
  position: relative;
  height: 320px;
  border-width: 1px;
}
.content-5 > div:last-child .clients_item > div {
  overflow-y: auto;
  height: 100%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.content-5 > div:last-child .clients_item > div::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
.content-5 > div:last-child .clients_item > div::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #b3b3b3;
}
.content-5 > div:last-child .clients_item > div::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.content-5 > div:last-child .clients_item:nth-child(n+5) {
  border-top-width: 0px;
}
.content-5 > div:last-child .clients_item:nth-child(n+1) {
  border-right-width: 0px;
}
.content-5 > div:last-child .clients_item:last-child, .content-5 > div:last-child .clients_item:nth-child(4n) {
  border-right-width: 1px;
}
.content-5 > div:last-child .clients_item .clients_title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #20242b;
}
.content-5 > div:last-child .clients_item .clients_body {
  display: none;
}
.content-5 > div:last-child .clients_item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.content-5 > div:last-child .clients_item:hover {
  background-color: #005096;
}
.content-5 > div:last-child .clients_item:hover .clients_title {
  display: none;
}
.content-5 > div:last-child .clients_item:hover .clients_body {
  display: block;
}
.content-5 > div:last-child .clients_item:hover .clients_body > div:first-child {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}
.content-5 > div:last-child .clients_item:hover .clients_body > div:last-child {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
  color: #ffffff;
  font-weight: 400;
}

.content-6 {
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
.content-6 > div:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}
.content-6 .right_submit {
  width: 236px;
  line-height: 46px;
  font-size: 18px;
  letter-spacing: -0.18px;
  color: #fff;
  background-color: #005096;
  font-weight: bold;
  text-align: center;
}
.client-icon{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 79px;
  height: 89px;
}
.client-icon img{
  width: 100%;
}
.content-5 > div:last-child .clients_item .showHover,.content-5 > div:last-child .clients_item:hover .showDefult{
  display: none;
}
.content-5 > div:last-child .clients_item .showDefult,.content-5 > div:last-child .clients_item:hover .showHover{
  display: block;
}
