.kjds {
  display: block;
}
.conten_box {
  /* width: 1200px; */

  height: 384px;
  background-color: #f0f7ff;
  position: relative;
  z-index: 9;
  padding: 10px;
  display: flex;
  box-sizing: border-box;
}

.conten_box .left {
  width: 545px;
  height: 364px;
  margin-right: 30px;
}

.conten_box .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.conten_box .right {
  flex: 1;
  flex-shrink: 0;
  padding-right: 50px;
}
.conten_box .right .r_title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #101010;
  font-size: 22px;
  /* font-weight: bold; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conten_box .right .r_title span {
  margin-left: 10px;
}

.conten_box .right .r_fbt {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 8px;
  color: #848a90;
  font-size: 16px;
  letter-spacing: 4px;
}
.conten_box .right .r_sm {
  margin-top: 15px;
  margin-bottom: 8px;
  color: #adadad;
  font-size: 14px;
}

.conten_box .right .r_lj {
  margin-top: 25px;
  margin-bottom: 8px;
  color: #adadad;
  font-size: 14px;
}

.conten_box .right .r_ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 22px;
}

.conten_box .right .r_data {
  font-size: 20px;
  color: #ff3838;
  font-weight: bold;
  margin-bottom: 5px;
}

.conten_box .right .r_text {
  color: #101010;
  font-size: 18px;
  font-weight: 500;
}

.r_btn {
  width: 108px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px;
  background-color: #ce2d47;
  color: #fff;
  cursor: pointer;
}

/* 可视化大屏 - start */
.visualization {
  display: none;
  height: 384px;
  background-color: #f0f7ff;
  position: relative;
  z-index: 9;
  padding: 10px;
}
.visualization_box {
  width: 1120px;
  position: relative;
  overflow: hidden;
  height: 310px;
}

.visualization_slider {
  position: absolute;
  left: 0;
  /* display: flex; */
  width: 1120px;
  height: 310px;
}

.visualization_slider li {
  box-sizing: border-box;
  float: left;
  width: 560px;
  height: 310px;
  padding-right: 20px;
}

.visualization_slider img {
  width: 550px;
  height: 310px;
  vertical-align: top;
}
.visualization_btn {
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 108px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px;
  background-color: #ce2d47;
  color: #fff;
  cursor: pointer;
}

/* 可视化大屏 - end */

/* 数字金融 - start */
.digital_finance {
  display: none;
  height: 384px;
  background-color: #f0f7ff;
  position: relative;
  z-index: 9;
  padding: 10px;
}

.digital_finance_box {
  width: 1120px;
  position: relative;
  overflow: hidden;
  height: 310px;
}
.digital_finance_slider {
  position: absolute;
  left: 0;
  width: 1120px;
  height: 310px;
}
.digital_finance_slider li {
  box-sizing: border-box;
  float: left;
  width: 560px;
  height: 310px;
  padding-right: 20px;
}

.digital_finance_slider img {
  width: 550px;
  height: 310px;
  vertical-align: top;
}

.digital_finance_btn {
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 108px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px;
  background-color: #ce2d47;
  color: #fff;
  cursor: pointer;
}
/* 数字金融 - end */

/* 智慧农业 - start */
.smart_agriculture {
  display: none;
  /* height: 384px; */
  height: 480px;
  background-color: #f0f7ff;
  position: relative;
  z-index: 9;
  padding: 10px;
}
.smart_agriculture_box {
  width: 1120px;
  position: relative;
  overflow: hidden;
}

.smart_agriculture_slider {
  display: flex;
  justify-content: space-between;
  width: 1120px;
}
.smart_agriculture_slider li {
  width: 550px;
  text-align: center;
}
.smart_agriculture_slider li img {
  width: 520px;
  height: 300px;
}
.smart_agriculture_t {
  margin-top: 20px;
  margin-left: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.smart_agriculture_c {
  padding: 16px;
  text-align: left;
}
.smart_agriculture_btn {
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 108px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px;
  background-color: #ce2d47;
  color: #fff;
  cursor: pointer;
}
/* 智慧农业 - end */

/* 二维码弹窗 */
.modal_qrCode {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 150px;
  width: 245px;
  height: 306px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 12px 5px 0;
  border-radius: 5px;
  overflow: hidden;
}
.modal_qrCode .sys {
  text-align: center;
  color: #000;
  font-size: 22px;
}

.modal_qrCode .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  z-index: 99999;
}

.modal_qrCode .close:hover,
.modal_qrCode .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* 平台 */
.djpt-content {
  background: #f6f9ff url(../img/FA/fa_bg.png) no-repeat right bottom;
  padding: 70px 0 45px;
  margin-bottom: 0px;
}

.pt_logo {
  margin-top: 0px;
  font-size: 0;
  margin-left: -6px;
  margin-right: -6px;
}
.pt_logo li {
  font-size: 14px;
  display: inline-block;
  width: 10%;
  margin-bottom: 0px;
  vertical-align: top;
  padding: 5px;
}
.pt_logo li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  transition: 0.5s;
  background: #fff;
  border-radius: 4px;
}
.pt_logo li span:hover {
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.pt_logo li img {
  max-height: 26px;
  max-width: 80%;
}

@media (max-width: 768px) {
  .djpt-content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .pt_logo {
    margin-top: 0;
  }
  .pt_logo li {
    width: 25%;
  }
  /* 跨境电商 */
  .conten_box {
    background-color: #eaf3fe;
  }
  .conten_box .left {
    width: 334px;
    height: 280px;
  }
  .conten_box .right .r_title {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .conten_box .right .r_fbt {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .conten_box .right .r_sm {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .conten_box .right .r_lj {
    margin-top: 7px;
    font-size: 12px;
  }
  .conten_box .right .r_ul {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .conten_box .right .r_data {
    font-size: 16px;
  }
  .conten_box .right .r_text {
    font-size: 14px;
  }
  .r_btn {
    width: 90px;
    font-size: 12px;
  }

  /* 智慧农业 */
  .smart_agriculture_box,
  .smart_agriculture_slider {
    width: 740px;
  }
  .smart_agriculture_slider li {
    width: 360px;
  }
  .smart_agriculture_slider li img {
    width: 360px;
    height: 200px;
  }
  .main_c_b {
    height: auto;
  }
}

/* @media screen and (min-width: 768px) and (max-width: 1179px)  */

/* @media (max-width: 376px) */
@media (max-width: 678px) {
  .fa-content {
    min-height: 500px;
    padding-bottom: 0;
  }
  /* 跨境电商 */
  .conten_box {
    display: block;
    background-color: #eaf3fe;
  }
  .conten_box .left {
    width: 100%;
    height: 170px;
  }
  .conten_box .right {
    width: 100%;
    padding-right: 0;
  }

  .conten_box .right .r_ul {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .djpt-logo li {
    padding: 4px;
  }
  .djpt-logo li span {
    height: 50px;
  }

  /* 智慧农业 */
  .smart_agriculture {
    height: auto;
  }

  .smart_agriculture_box,
  .smart_agriculture_slider {
    width: 100%;
  }
  .smart_agriculture_slider {
    display: block;
  }
  .smart_agriculture_slider li {
    width: 100%;
    margin-bottom: 20px;
  }
  .smart_agriculture_slider li img {
    width: 100%;
  }
  .title h2 {
    font-size: 24px;
  }
  .yy_text {
    font-size: 14px;
  }
  .fb-btn .sqty_btn {
    padding-left: 65px;
    padding-right: 65px;
    font-size: 14px;
  }
  .fb-text {
    font-size: 20px;
  }
}
