@charset "utf-8";
@media screen and (max-width: 768px) {
  /* gangji */
.gj-one {
    padding: 20px 0 40px 0;
  }
  .gj-one-tt {
    padding-bottom: 10px;
  }
  .gj-one-tt-title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
  }
  .gj-one-tt-txt {
    padding: 5px 0% 0 0%;
    color: #9aa7b9;
    font-size: 15px;
    font-weight: 500;
    line-height: 200%; /* 32px */
    letter-spacing: 2px;
  }
  .gj-one-bg {
    margin-top: 10px;
    background: url(../images/gangji/gjbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .gj-one-bg-tt {
    padding: 10% 5%;
  }
  .bg-line {
    width: 120px;
    height: 4px;
    background: #4096eb;
  }
  .gj-one-bg-tt-txt {
    padding-top: 16px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px; /* 187.5% */
    letter-spacing: 2px;
  }
  .gj-two {
    padding: 40px 0;
    background: #f1f3f7;
  }
  .gj-two-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 20px 5px 20px;
    margin-top: 0;
    border-radius: 20px;
    background: linear-gradient(
      180deg,
      #eaedef 0%,
      rgba(250, 251, 252, 0) 50.52%,
      #eaedef 100%
    );
  }
  .gj-two-list-item {
    width: 100%;
    padding-bottom: 20px;
  }

  .gj-two-list-item-title {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .gj-two-list-item-title .left {
    margin-right: 10px;
  }
  .gj-two-list-item-title .right {
    color: #333;
    font-size: 20px;
    font-weight: 600;
  }
  .gj-two-list-item-txt {
    padding-left: 36px;
    padding-top: 10px;
    color: #9aa7b9;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
  }
  .gj-3 {
    padding: 40px 0;
  }
  .gj-3-content {
    max-width: 93%;
    margin: 0 auto;
  }

  .gj-3-img img {
    width: 100%;
    margin-top: 0;
  }
  .gj-3 .right {
    padding-left: 0;
  }
  .gj-3 .right .right-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
  }
  .gj-3 .right .right-tt {
    padding-top: 15px;
  }
  .gj-3 .right .right-tt .right-tt-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
  }
  .gj-3 .right .right-tt .right-tt-txt {
    color: #9aa7b9;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px; /* 187.5% */
  }
  .gj-4 {
    padding: 40px 0 5px 0;
    background: #f1f3f7;
  }
  .gj-4-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
  }
  .gj-4-list-item {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(
      180deg,
      #eaedef 0%,
      rgba(250, 251, 252, 0) 50.52%,
      #eaedef 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gj-4-list-item:nth-child(1) {
    margin-right: 0%;
  }
  .gj-4-list-item:nth-child(2) {
    margin-right: 0%;
  }
  .gj-4-list-item:nth-child(4) {
    margin-right: 0%;
  }
  .gj-4-list-item .img img {
    height: 63px;
  }
  .gj-4-list-item .title {
    padding-top: 5px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
  }
  .gj-4-list-item .txt {
    padding-top: 10px;
    color: #9aa7b9;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }
  .gj-5 {
    padding: 40px 0;
  }
  .gj-5-list {
    padding-top: 20px;
  }
  .gj-5-list-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gj-5-list-img-item {
    width: 15%;
  }
  .gj-5-list-img-item img {
    width: 100%;
  }
  .gj-5-list-tt {
    padding: 20px 2% 0 2%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gj-5-list-tt-txt {
    width: 15%;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: 500;
  }
  .gj-5-list-tt-img {
    width: 15%;
  }
  .gj-5-list-tt-img img {
    width: 100%;
  }
  .gj-6 {
    padding: 40px 0;
    background: #0b1127;
  }
  .gj-6-content {
    max-width: 100%;
    margin: 0 auto;
  }
  .gj-6-con {
    padding-top: 20px;
  }
  .gj-6-con-tt {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 95%;
    margin: 0 auto;
  }
  .tt-tab {
    cursor: pointer;
    width: 33.333%;
    text-align: center;
    color: #9da2ac;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
  }
  .tabactive {
    color: #ffffff;
    border-bottom: 1px solid #385ff6;
  }
  .gj-6-con-txt {
    padding: 15px 5%;
  }
  .txtactive {
    display: block !important;
  }
  .gj-6-con-txt-txt {
    display: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
  }

  .gj-6-con-slide {
    padding-top: 10px;
  }
  .gj-7 {
    padding: 40px 0;
  }
  .gj-7-slide {
    margin-top: 20px;
  }
  .gj-7-slide-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .gj-7-slide-item img {
    border-radius: 10px;
    width: 100%;
  }
  .gj-7-slide-item .right {
    margin: 10px 15px;
  }
  .gj-7-slide-item .right .title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px; /* 277.778% */
  }
  .gj-7-slide-item .right .txt {
    padding-top: 0px;
    color: #9aa7b9;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    letter-spacing: 2px;
  }
  /* gangji end  */
}
@media screen and (min-width: 768px) {
  /* gangji */
 .gj-one {
    padding: 20px 0 60px 0;
  }
  .gj-one-tt {
    padding-bottom: 20px;
  }
  .gj-one-tt-title {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #333333;
  }
  .gj-one-tt-txt {
    padding: 15px 12% 0 12%;
    color: #9aa7b9;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%; /* 32px */
    letter-spacing: 2px;
  }
  .gj-one-bg {
    margin-top: 20px;
    background: url(../images/gangji/gjbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .gj-one-bg-tt {
    padding: 10% 5%;
  }
  .bg-line {
    width: 120px;
    height: 4px;
    background: #4096eb;
  }
  .gj-one-bg-tt-txt {
    padding-top: 16px;
    width: 500px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    letter-spacing: 2px;
  }
  .gj-two {
    padding: 60px 0;
    background: #f1f3f7;
  }
  .gj-two-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 40px;
    margin-top: 30px;
    border-radius: 20px;
    background: linear-gradient(
      180deg,
      #eaedef 0%,
      rgba(250, 251, 252, 0) 50.52%,
      #eaedef 100%
    );
  }
  .gj-two-list-item {
    width: 45%;
    padding-bottom: 20px;
  }

  .gj-two-list-item-title {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .gj-two-list-item-title .left {
    margin-right: 10px;
  }
  .gj-two-list-item-title .right {
    color: #333;
    font-size: 20px;
    font-weight: 600;
  }
  .gj-two-list-item-txt {
    padding-left: 36px;
    padding-top: 10px;
    color: #9aa7b9;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
  }
  .gj-3 {
    padding: 60px 0;
  }
  .gj-3-content {
    max-width: 1400px;
    margin: 0 auto;
  }

  .gj-3-img img {
    width: 100%;
    margin-top: 5%;
  }
  .gj-3 .right {
    padding-left: 100px;
  }
  .gj-3 .right .right-title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
  }
  .gj-3 .right .right-tt {
    padding-top: 30px;
  }
  .gj-3 .right .right-tt .right-tt-title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
  }
  .gj-3 .right .right-tt .right-tt-txt {
    color: #9aa7b9;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
  }
  .gj-4 {
    padding: 60px 0 20px 0;
    background: #f1f3f7;
  }
  .gj-4-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
  }
  .gj-4-list-item {
    margin-bottom: 40px;
    padding: 30px;
    width: 30%;
    border-radius: 20px;
    background: linear-gradient(
      180deg,
      #eaedef 0%,
      rgba(250, 251, 252, 0) 50.52%,
      #eaedef 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gj-4-list-item:nth-child(1) {
    margin-right: 5%;
  }
  .gj-4-list-item:nth-child(2) {
    margin-right: 5%;
  }
  .gj-4-list-item:nth-child(4) {
    margin-right: 5%;
  }
  .gj-4-list-item .img img {
    height: 63px;
  }
  .gj-4-list-item .title {
    padding-top: 5px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
  }
  .gj-4-list-item .txt {
    padding-top: 20px;
    color: #9aa7b9;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }
  .gj-5 {
    padding: 60px 0;
  }
  .gj-5-list {
    padding-top: 20px;
  }
  .gj-5-list-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gj-5-list-img-item {
    width: 15%;
  }
  .gj-5-list-img-item img {
    width: 100%;
  }
  .gj-5-list-tt {
    padding: 20px 2% 0 2%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gj-5-list-tt-txt {
    width: 15%;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
  }
  .gj-5-list-tt-img {
    width: 15%;
  }
  .gj-5-list-tt-img img {
    width: 100%;
  }
  .gj-6 {
    padding: 60px 0;
    background: #0b1127;
  }
  .gj-6-content {
    max-width: 1400px;
    margin: 0 auto;
  }
  .gj-6-con {
    padding-top: 20px;
  }
  .gj-6-con-tt {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  .tt-tab {
    cursor: pointer;
    width: 33.333%;
    text-align: center;
    color: #9da2ac;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 25px;
    border-bottom: 1px solid #ffffff;
  }
  .tabactive {
    color: #ffffff;
    border-bottom: 1px solid #385ff6;
  }
  .gj-6-con-txt {
    padding: 25px 10%;
  }
  .txtactive {
    display: block !important;
  }
  .gj-6-con-txt-txt {
    display: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
  }

  .gj-6-con-slide {
    padding-top: 10px;
  }
  .gj-7 {
    padding: 60px 0;
  }
  .gj-7-slide {
    margin-top: 40px;
  }
  .gj-7-slide-item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .gj-7-slide-item img {
    border-radius: 10px;
  }
  .gj-7-slide-item .right {
    margin: 0 60px;
  }
  .gj-7-slide-item .right .title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px; /* 277.778% */
  }
  .gj-7-slide-item .right .txt {
    padding-top: 10px;
    color: #9aa7b9;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    letter-spacing: 2px;
  }
  /* gangji end  */

}