/*layout*/
ul li {
  list-style: none;
}

a:hover,
a:focus {
  color: #1c9c9d;
}

.bg-white {
  background-color: #fff;
}
.container-flex {
  display: flex;
  justify-content: space-between;
}

/* 转换后的px的值 = 现有的值 * 100 / 16    */
.nav_bar {
  /*background-color: rgba(255, 255, 255, 70%);*/
  background-color: rgba(255, 255, 255);
  padding: 0.94rem;
  padding-bottom: 0.31rem;
}

.navbar {
  min-height: 0 !important;
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 70%);
}

.dropdown-menu li a:hover {
  color: #1c9c9d;
}

.navbar-nav {
  margin-bottom: 0;
}

.navbar-header {
  width: fit-content;
}

.navbar > .container-fluid {
  margin-left: 0.63rem;
}

.navbar-white .navbar-nav > li > a {
  list-style: none;
  color: #1c9c9d;
}

.navbar-white .navbar-nav > li > a {
  font-size: 1rem;
  color: #000000;
}

.navbar-white .navbar-nav > li > a:focus {
  color: #1c9c9d;
}

.navbar-white .navbar-nav > li > a:hover {
  color: #1c9c9d;
}

.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
  color: #1c9c9d;
}

.navbar-white .navbar-nav > .active > a {
  font-size: 1rem;
  color: #1c9c9d;
}

.navbar-white .navbar-nav > .active > a:hover {
  color: #1c9c9d;
}

.navbar-nav li > a {
  font-size: 0.88rem;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #1c9c9d;
}

.navbar-toggle .icon-bar {
  width: 1.88rem;
  height: 0.19rem;
}

.navbar-default .navbar-collapse {
  width: 100%;
}

@media (min-width: 768px) {
  .navbar-default .navbar-brand {
    height: 3.13rem;
  }
}

@media (max-width: 47.94rem) {
  .navbar-nav {
    float: none;
  }

  .navbar .navbar-collapse {
    left: 0;
  }

  .navbar-header {
    width: 100%;
  }

  .navbar-default .navbar-collapse {
    width: 50%;
  }

  .container-flex {
    display: flex;
    justify-content: space-around;
  }
}

.main-content {
  margin-top: 5rem;
  /*margin-bottom: 3.13rem;*/
}

.skin-white {
  padding-top: 0rem;
}

/*carousel*/

.carousel_container {
  position: relative;
}

.carousel_text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  position: absolute;
  height: 20%;
  top: 50%;
  left: inherit;
  right: 20%;
  transform: translateY(-50%);
  background-color: inherit;
}

.carousel_text > span {
  width: 2.19rem;
  height: 0.38rem;
  background: #ffffff;
}

.carousel_text h1 {
  color: #fff;
  font-size: 2.81rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0;
}

.carousel_text div {
  width: 20rem;
  height: 1.38rem;
  font-size: 1.38rem;
  color: #ffffff;
}

/*footer*/

footer {
  position: relative;
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  color: #fff;
}

.footer_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_main a {
  display: block;
}

.footer_main_tag {
  height: 100%;
  display: flex;
  justify-content: space-around;
  font-size: 0.88rem;
  /*font-family: Source Han Sans CN;*/
  color: #fff;
  line-height: 1.5rem;
}

.footer_main_tag ul li a {
  text-decoration: none;
  color: #fff;
}

.footer_main_tag span {
  position: relative;
  font-size: 1rem;
}

.footer_main_tag span::before {
  content: "";
  position: absolute;
  left: 3%;
  bottom: -50%;
  width: 1.88rem;
  height: 0.13rem;
  background-color: #fff;
}

.footer_main_tag ul {
  margin-top: 1.88rem;
}

.footer_main_erwei {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  text-align: center;
  color: #fff;
}

.footer_main_erwei img {
  width: 8.13rem;
  height: 8.13rem;
}

.footer_main_erwei p {
  padding-top: 0.94rem;
  width: 8.13rem;
}

.footer-inner {
  padding: 1rem;
}

.footer-link {
  font-size: 0.88rem;
  /*font-family: Source Han Sans CN;*/
  color: #fff;
  background-color: #23232b;
  padding: 1.25rem;
}

footer .footer-copyright {
  background-color: #161619;
}

.footer-copyright a:hover {
  color: #1c9c9d;
}

/*首页*/
.main_banner {
  position: relative;
}

#floatbtn {
  right: 5px;
  margin-right: 0;
}
#floatbtn > a.hover:hover,
#floatbtn .floatbtn-item.hover:hover {
  background-color: #1c9c9d;
}
/*首页产品*/

.main_service_left {
  width: 100%;
  height: 100%;
  padding: 1.56rem;
}

.service_right {
  text-align: right;
}

.title_top {
  padding-bottom: 3.75rem;
}

.title_top span {
  display: inline-block;
  font-size: 2.88rem;
}

.title_top .blockTab {
  display: flex;
  margin-top: 0.25rem;
  opacity: 1;
}

.blockTabBlue {
  display: block;
  width: 95%;
  height: 0.31rem;
  background-color: #1c9c9d;
}

.blockTabOrage {
  display: block;
  width: 5%;
  height: 0.31rem;
  background-color: #f08315;
}

.title_center p {
  font-size: 1.25rem;
}

.title_center span::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -60%;
  width: 2.38rem;
  height: 0.19rem;
  background: #686868;
}

.title_center_right span::before {
  left: 80%;
}

.main_service_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  our_products  */

.main_produce {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url("/assets/addons/jddt/img/content/main-bg2.png") no-repeat;
  background-size: 100% 50%;
  margin-top: 1rem;
}

.main_produce img {
  width: 100%;
  height: 65%;
  object-fit: cover;
}

.main_produce_title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.88rem;
  color: #fff;
  line-height: 3rem;
  text-align: center;
}

.main_produce_title .blockTab {
  display: flex;
  opacity: 1;
}

.main_produce_title .blockTabBlue {
  width: 95%;
  background-color: #fff;
}

.main_produce_title .blockTabOrage {
  width: 5%;
}

.main_produce_center {
  margin-top: 12.5rem !important;
  margin-bottom: 6.25rem !important;
}

.main_produce_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 37.5rem;
  margin-top: 1rem;
}

.produce_item_pic {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.produce_item_pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.produce_item_pic img:hover {
  transform: scale(1.1);
}

.produce_item_title {
  background-color: #fff;
  /*font-family: Source Han Sans CN;*/
  color: #000000;
  padding: 3.13rem 2.5rem 2.5rem 2.5rem;
}

.produce_item_title:nth-child(2n) {
  background-color: #0ea6a7;
  color: #fff;
}

.produce_item_titleO {
  margin-top: 0rem;
}

.produce_item_title p {
  font-size: 1rem;
  padding-top: 1.25rem;
}

.produce_item_title .produce_title_before,
.produce_item_title .produce_title_beforeO {
  position: relative;
  font-size: 1.56rem;
}

.produce_item_title .produce_title_before:before,
.produce_item_title .produce_title_beforeO:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -35%;
  width: 1.88rem;
  height: 0.19rem;
  background-color: #fff;
}

.produce_item_title .produce_title_beforeO:before {
  background-color: #000000;
}

/*企业介绍 page_about*/

/*-----------------企业 start----------------------*/

.main_company {
  height: 100%;
  margin-bottom: 5rem !important;
}

.company_bg {
  width: 100%;
}

.company_introduce {
  display: flex;
  height: 100%;
}

/*左侧*/
.introduce_us {
  position: relative;
  flex: 15%;
  background-color: #1d9c9d;
  overflow: hidden;
}

.introduce_us img {
  position: absolute;
  bottom: -3%;
  left: 0%;
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}

.introduce_us_title {
  position: absolute;
  top: 15%;
  left: 0%;
  width: 100%;
  font-size: 1.38rem;
  text-align: center;
  padding: 0.63rem;
  color: #fff;
}

.introduce_us_title p:last-child {
  position: relative;
  font-size: 1.5rem;
}

.introduce_us_title p:last-child::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -50%;
  transform: translateX(-50%);
  width: 2.19rem;
  height: 0.13rem;
  background: #ffffff;
}

/*内容*/
.introduce_content {
  flex: 65%;
  height: 100%;
  padding: 4.38rem 4.38rem 0rem 4.38rem;
  font-size: 1rem;
  line-height: 1.88rem;
  color: #000000;
}

.introduce_content p {
  margin-bottom: 1.88rem;
}

.introduce_content_item {
  display: flex;
  justify-content: space-around;
  width: 100%;
  /*font-family: SourceHanSansCN-Regular;*/
  font-weight: bold;
  font-size: 1rem;
  color: #000000;
}

.content_tag {
  display: flex;
  align-items: center;
  padding: 1.25rem 2.5rem;
  background-color: #ffffff;
  margin: 0rem 0.19rem;
}

.content_tag img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.94rem;
}

.content_tag span {
  width: 6.25rem;
}

/*右侧*/
.introduce_pic {
  position: relative;
  flex: 20%;
}

.introduce_pic_position,
.introduce_pic_title {
  position: absolute;
  top: 50%;
  left: 50%;
  /*bottom: 0%;*/
  transform: translate(-50%, -50%);
  height: 70%;
  width: 100%;
}

.introduce_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduce_pic_title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 65%;
  width: 90%;
  background-color: #fff;
  padding: 2.5rem 1.25rem;
  font-size: 1.13rem;
  color: #838383;
}

.introduce_pic_title h3 {
  position: relative;
  font-weight: 400;
  font-size: 2.5rem;
  color: #1d9c9d;
}

.introduce_pic_title h3:after {
  position: absolute;
  content: "";
  bottom: -70%;
  left: 5%;
  width: 2.19rem;
  height: 0.13rem;
  background-color: #f08719;
}

/*文化*/
.company_culture {
  width: 100%;
  background-color: #efefef;
  padding: 1.88rem 0rem;
}

.company_culture_title {
  margin: 0 auto;
  display: flex;
  width: 60%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  text-align: center;
}

.company_culture_title h3 {
  position: relative;
  margin: 2.5rem 0rem;
  font-size: 2.5rem;
  /*font-family: SourceHanSansCN-Regular;*/
}

.company_culture_title h3:after,
.company-timeline header h3:after,
.company_honor header h3:after {
  position: absolute;
  left: 50%;
  bottom: -80%;
  transform: translateX(-50%);
  content: "";
  width: 3.75rem;
  height: 0.19rem;
  background-color: #1d9c9d;
}

.company_culture_title p {
  margin: 2.5rem 0rem;
  line-height: 3.13rem;
  height: 60%;
}

.main_card {
  display: flex;
  justify-content: center;
  margin: 0 auto !important;
}

.main_card_item {
  position: relative;
  height: 15.63rem;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.main_card_item:hover {
  transform: scaleY(1.1);
  transition: all 0.2s;
  transform-origin: bottom;
}

.main_card_item img {
  position: absolute;
  bottom: -18%;
  left: -10%;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.main_card_item {
  min-width: 17.5rem;
  background-color: #1c9c9d;
}

.main_card_item:nth-child(2n) {
  background-color: #ffba00;
}

.main_card_item:nth-child(2) img {
  height: 55%;
  width: 75%;
  bottom: -10%;
  left: -11%;
}

.main_card_item:nth-child(3) img {
  height: 43%;
  width: 78%;
  bottom: 4%;
  left: 17%;
}

.main_card_item:nth-child(4) img {
  height: 66%;
  width: 101%;
  bottom: -7%;
  left: 0%;
}

.main_card_title {
  position: absolute;
  top: 10%;
  right: 8%;
  text-align: right;
  /*font-family: Source Han Sans CN;*/
}

.main_card_title span {
  position: relative;
  width: 5rem;
  height: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.main_card_title span::before {
  content: "";
  position: absolute;
  left: 66%;
  bottom: -38%;
  width: 1.69rem;
  height: 0.06rem;
  background-color: #fff;
}

.main_card_title .main_before::before {
  left: 73%;
}

.main_card_title p {
  font-size: 1rem;
}

/*----------------  时间轴 start --------------   */

.company-timeline {
  position: relative;
  padding: 3.13rem;
  overflow: hidden;
}

.company-timeline img {
  width: 31.25rem;
  position: absolute;
  bottom: -5%;
  right: 0%;
}

.company-timeline header h3 {
  position: relative;
  text-align: center;
  margin-top: 0;
  font-size: 2.5rem;
  margin-bottom: 5rem;
}

.hexa {
  border: 0rem;
  float: left;
  text-align: center;
  height: 2.19rem;
  width: 3.75rem;
  font-size: 1.38rem;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 0.94rem;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 1.25rem;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 0.19rem;
  height: 100%;
  margin-left: -0.06rem;
  background: rgb(28, 156, 157);
  background: -moz-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(28, 156, 157, 1)),
    color-stop(100%, rgba(29, 156, 157, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(28, 156, 157) 8%,
    rgb(28, 156, 157) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(28, 156, 157) 8%,
    rgb(28, 156, 157) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(28, 156, 157) 8%,
    rgb(28, 156, 157) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(213, 213, 213, 0) 0%,
    rgb(28, 156, 157) 8%,
    rgb(28, 156, 157) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  z-index: 5;
}

.timeline li {
  padding: 1.75rem 0;
}

.timeline .hexa {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  background: #1c9c9d;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  top: -125%;
  margin-top: 0;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.94rem;
  height: 0;
  width: 0;
  margin-left: -0.5rem;
  border: solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  border-width: 0.5rem;
  pointer-events: none;
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 0.25rem 0 0 0;
  z-index: 14;
  line-height: 1em;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #1c9c9d;
  display: inline-block;
  padding: 0.5rem;
  font-size: 1.56rem;
}

.desc {
  position: relative;
  margin: 0.63rem 0 0 0;
  padding: 0.63rem;
  background: rgb(254, 254, 254);
  -webkit-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.31rem rgba(0, 0, 0, 0.2);
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 0.63rem 0.63rem 0 0.63rem;
  padding: 0.63rem;
  z-index: 15;
  line-height: 2.5rem;
}

.direction-r .flag-wrapper::after,
.direction-l .flag-wrapper::after {
  height: 0rem;
}

@media (min-width: 768px) {
  .timeline {
    width: 41.25rem;
    margin: 0 auto;
    margin-top: 1.25rem;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .timeline .hexa {
    left: -10%;
    right: auto;
    top: 33%;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -10%;
  }

  .direction-l {
    position: relative;
    width: 19.38rem;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 19.38rem;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }

  .flag {
    font-size: 1.13rem;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .direction-r .desc {
    margin: 0.63rem 0 0 0.44rem;
    line-height: 2.5rem;
  }

  .direction-r .flag-wrapper::after,
  .direction-l .flag-wrapper::after {
    position: absolute;
    content: "";
    top: 60%;
    left: -5%;
    width: 18.75rem;
    height: 0.19rem;
    background-color: #1c9c9d;
  }

  .direction-l .flag-wrapper::after {
    left: 5%;
  }

  .direction-r .flag-wrapper .flag,
  .direction-l .flag-wrapper .flag {
    display: block;
    width: 18.75rem;
  }
}

@media (min-width: 992px) {
  .timeline {
    width: 50rem;
    margin: 0 auto;
    margin-top: 1.25rem;
  }

  .direction-l {
    position: relative;
    width: 23.75rem;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 23.75rem;
    float: right;
    text-align: left;
  }
}

/*----------------  时间轴 end --------------   */

/* 企业荣誉 */
.company_honor {
  padding: 3.75rem 0rem;
  width: 100%;
  height: 100%;
  background: url("/assets/addons/jddt/img/company/company-honor.png") #f1f0f0
    no-repeat;
  background-size: 35% 100%;
}

.company_honor header h3 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 2.5rem;
  margin: 1.25rem 0rem;
}

.company_honor_content {
  margin-top: 7.5rem;
  height: 100%;
}

.honor_pic-big img {
  width: 18.75rem;
  height: 12.5rem;
}

.honor_pic-small img {
  width: 12.5rem;
  height: 18.75rem;
}

/*-----------------企业 end----------------------*/

/*-------------------  新闻  start----------------------*/

.panel-default {
  background-color: #f4f6f8;
}

.panel_tags {
  position: relative;
}

.panel_tags .news_bg {
  width: 100%;
}

.panel_tags-item {
  display: flex;
  position: absolute;
  bottom: 0%;
  height: 3.13rem;
}

.tags_item {
  padding: 0.63rem 1.25rem;
  position: relative;
  margin: 0rem 0.63rem;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  color: #1c9c9d;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.tags_item p {
  text-align: center;
  font-size: 1.38rem;
  width: 8.75rem;
}

.tags_item span {
  position: absolute;
  bottom: -20%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  z-index: -3;
  transform: translateX(-50%) rotate(45deg);
  background-color: #1c9c9d;
  opacity: 0;
  /*font-family: SourceHanSansCN-Regular;*/
}

.tags_item-active {
  background-color: #1c9c9d;
  color: #fff;
}

.article-list {
  margin-top: 1.88rem;
  background-color: #f4f6f8;
}

.article-list .article-item {
  margin: 1.25rem 0rem;
  padding: 1.25rem;
  border: 0.06rem solid #efefef;
  background-color: #fff;
}

.embed-responsive-4by3 {
  border-radius: 0.63rem;
}

.article-list .article-title {
  font-size: 1.38rem;
}

.article-list .article-intro {
  font-size: 0.94rem;
  margin: 0.63rem 0rem;
}

.tag {
  color: #fff;
  background-color: #1c9c9d;
}

.tag[href]:focus,
.tag[href]:hover {
  background-color: #198686;
  color: #fff;
  text-decoration: none;
}

.article-tag .tag:hover {
  background-color: #198686;
}

.article-list .media-body .article-tag {
  font-size: 0.94rem;
  position: inherit;
}

.hidden-xs {
  float: right;
  /* color: #1c9c9d; */
}

.article-list .article-title a:hover {
  color: #1c9c9d;
}

/*---  新闻详情 ----*/
.article-metas .metas-title {
  text-align: center;
  margin: 1.56rem 0em;
}

.entry-meta_flex ul {
  display: flex;
  justify-content: center;
  border: 0;
  border-top: 0.06rem solid #eeeeee;
}

.entry-meta_flex ul li {
  margin: 0.63rem 1.25rem;
}

/*-------------------  新闻  end----------------------*/

/*------------------- 业务 start ---------------------*/

.container-bg {
  background-color: #f8f8f8;
}

.business_pic {
  width: 100%;
}

.business_individuate {
  width: 100%;
  margin-bottom: 6.25rem;
}

.business_bg {
  position: relative;
  display: flex;
  padding: 0rem 2.5rem 10rem 3.13rem;
  border-bottom-left-radius: 15.63rem;
  background: url("/assets/addons/jddt/img/business/business-logo.png") #1d9c9d
    85% 20% no-repeat;
  background-size: 60%;
  overflow: hidden;
}

.business_text {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.business_text p {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}

.business_text h2,
.outsourcing_text h2,
.system_text h2,
.digitization_text h2,
.independent_text h2 {
  margin: 2.5rem 0rem;
  font-size: 2.63rem;
  /*font-family: Source Han Sans CN;*/
  color: #ffffff;
}

.business_text p span {
  line-height: 2.5rem;
  font-size: 1.38rem;
  color: #ffffff;
}

.business_text > span,
.outsourcing_text > span,
.system_text > span,
.digitization_text > span {
  width: 4.69rem;
  height: 0.19rem;
  background: #ffffff;
}

.business_model {
  position: absolute;
  top: 40%;
  left: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.business_iphone {
  position: relative;
  height: 9.38rem;
}

.business_iphone img:first-child {
  height: 100%;
}

.business_iphone_img {
  position: absolute;
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 47%;
  height: 62%;
  object-fit: cover;
}

.business_ipad {
  position: relative;
  height: 12.5rem;
}

.business_ipad img:first-child {
  height: 100%;
}

.business_ipad_img {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 74%;
  height: 78%;
  object-fit: cover;
}

.business_macbook {
  position: relative;
  height: 18.75rem;
}

.business_macbook img:first-child {
  height: 100%;
}

.business_macbook_img {
  position: absolute;
  bottom: 19%;
  left: 50.5%;
  transform: translateX(-50%);
  content: "";
  width: 78%;
  height: 70%;
  object-fit: cover;
}

.business_outsourcing {
  width: 100%;
  margin-bottom: 3.13rem;
}

.outsourcing_bg {
  display: flex;
  flex-direction: column;
  padding: 0rem 2.5rem 3.75rem 3.13rem;
  border-bottom-left-radius: 15.63rem;
}

.outsourcing_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  background: url("/assets/addons/jddt/img/business/business-logo2.png") left 5%
    no-repeat;
  background-size: 45%;
}

.outsourcing_text > span,
.system_text > span,
.digitization_text > span {
  margin-bottom: 3.13rem;
  background: #1d9c9d;
}

.outsourcing_text h2,
.system_text h2,
.digitization_text h2,
.independent_text h2 {
  color: #000000;
  white-space: nowrap;
}

.outsourcing_text p,
.system_text p,
.digitization_text p {
  line-height: 2.81rem;
  font-size: 1.38rem;
  color: #000000;
}

.outsourcing_pic {
  position: relative;
  height: 100%;
}

.outsourcing_pic img:first-child {
  width: 100%;
  padding: 2.5rem;
}

.outsourcing_pic_img {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 63%;
  height: 65%;
  object-fit: cover;
}

.business_system {
  width: 100%;
  min-height: 37.5rem;
  margin-bottom: 3.13rem;
}

.system_bg {
  display: flex;
  padding: 0rem 0rem 3.75rem 3.13rem;
  border-bottom-left-radius: 15.63rem;
  background: url("/assets/addons/jddt/img/business/business-logo2.png") 10% 5%
    no-repeat;
  background-size: 45%;
  overflow: hidden;
}

.system_text {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.system_text .system_text_last {
  background-color: #1d9c9d;
  margin-top: 1.25rem;
  color: #fff;
  padding: 1.25rem;
  border-radius: 0.75rem;
}

.system_pic,
.digitization_pic {
  position: relative;
}

.system_semicircle {
  position: absolute;
  top: 50%;
  right: -40%;
  transform: translateY(-50%);
  background-color: #1d9c9d;
  width: 100%;
  height: 90%;
  border-radius: 40%;
}

.system_square {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 85%;
  height: 60%;
  box-shadow: 0rem 2.5rem 2.5rem 0rem rgba(7, 0, 2, 0.12);
}

.system_square_img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business_digitization {
  width: 100%;
  min-height: 37.5rem;
  margin-bottom: 3.13rem;
}

.digitization_bg {
  display: flex;
  padding: 0rem 0rem 3.75rem 3.13rem;
  border-bottom-left-radius: 15.63rem;
  background: url("/assets/addons/jddt/img/business/business-logo2.png") 10% 5%
    no-repeat;
  background-size: 45%;
}

.digitization_text {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.digitization_square {
  position: absolute;
  top: 100%;
  left: 10%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 80%;
  height: 100%;
  box-shadow: 0rem 2.5rem 2.5rem 0rem rgba(7, 0, 2, 0.12);
}

.digitization_square_img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business_independent {
  width: 100%;
  min-height: 37.5rem;
  margin-bottom: 3.13rem;
}

.independent_bg {
  display: flex;
  flex-direction: column;
  background: url("/assets/addons/jddt/img/business/business-logo2.png") 7% 2%
    no-repeat;
  background-size: 45%;
}

.independent_text {
  padding: 0rem 0rem 3.75rem 3.13rem;
}

.independent_text-bg {
  border-top-right-radius: 15.63rem;
  background-color: #1d9c9d;
  width: 100%;
  min-height: 31.25rem;
}

.independent_text-tags {
  padding: 2.5rem 3.13rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}

.independent_text-tag {
  margin: 0.63rem 0rem;
  text-align: center;
  color: #1d9c9d;
  font-size: 1.25rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: bold;
}

.independent_text-tag a .independent_text-tag-left {
  display: flex;
  height: 2.5rem;
}

.independent_text-tag-left span {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0rem 0.94rem;
  color: #1d9c9d;
  background: #fff;
}

.independent_text-tag-left span:first-child:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  height: 100%;
  width: 0.5rem;
  background-color: #f08719;
}

.independent_text-tag-left p {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(
    45deg,
    #fff,
    #fff 50%,
    transparent 50%,
    transparent 100%
  );
}

.independent_text-tag a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.independent_text-tag-right {
  margin-top: 0.19rem;
  height: 0.19rem;
  display: flex;
}

.independent_text-tag-right span:nth-child(1) {
  width: 95%;
  background: #fff;
}

.independent_text-tag-right span:nth-child(2) {
  width: 5%;
  background: #f08719;
}

.independent_pic {
  position: relative;
  height: 31.25rem;
}

.independent_pic .independent_pic_left {
  position: absolute;
  top: 20%;
  height: 31.25rem;
}

.independent_pic_left img:first-child {
  height: 100%;
}

.independent_pic_left_img {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 76%;
  height: 87%;
  border-radius: 1.5rem;
  object-fit: cover;
}

.independent_pic .independent_pic_right {
  position: absolute;
  left: 50%;
  top: 38%;
  height: 25rem;
}

.independent_pic_right img:first-child {
  height: 100%;
}

.independent_pic_right_img {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 76%;
  height: 87%;
  border-radius: 1.5rem;
  object-fit: cover;
}

/*------------------- 业务 end ---------------------*/

/*-------------------  产品 start -----------------*/
#content-container {
  background-color: #f1f1f1;
  margin-bottom: 3rem;
}

.product_pic {
  width: 100%;
}

.product_system {
  margin-top: 6.25rem !important;
}

.product_system-header {
  min-height: 9.38rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000000;
}

.product_system-header h1 {
  font-size: 3.13rem;
  color: #0ea6a7;
  font-weight: bold;
}

.product_system-header span {
  margin: 1.88rem 0rem;
  width: 4.5rem;
  height: 0.19rem;
  background-color: #000000;
}

.product_system-header p {
  letter-spacing: 0.25rem;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.product_swiper {
  position: relative;
}

.product_system .swiper {
  margin: 1.25rem 0rem;
  padding-bottom: 3.13rem;
  width: 100%;
  height: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -2.5rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet
  .swiper-pagination-bullet-active {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #0ea6a7;
}

.swiper-pagination {
  position: inherit;
}

.product_system .swiper-slide {
  text-align: center;
  font-size: 1.13rem;
  height: 21.88rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.product_system .swiper-slide {
  width: 100%;
  background-size: cover;
}

.product_system .swiper-button-next,
.product_system .swiper-button-prev {
  color: rgba(255, 255, 255, 0.7);
}

.product_peculiarity {
  width: 100%;
  background-color: #fff;
}

.product_peculiarity-header {
  min-height: 9.38rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.product_peculiarity-header h2 {
  font-size: 1.88rem;
}

.product_peculiarity-header span {
  margin: 1.88rem 0rem;
  width: 4.5rem;
  height: 0.19rem;
  background-color: #0ea6a7;
}

.product_peculiarity-total {
  margin-top: 3.13rem !important;
  margin-bottom: 3.13rem !important;
}

.product_peculiarity-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 18.75rem;
  background-color: #fff;
  color: #000000;
  padding: 1.25rem;
  box-shadow: 0rem 0.5rem 0.31rem 0rem rgba(7, 0, 2, 0.12);
}

.product_peculiarity-item img {
  position: relative;
  width: 5rem;
}

.product_peculiarity-item p {
  font-size: 1rem;
  line-height: 2.5rem;
  color: #000000;
}

.product_peculiarity-after {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.88rem;
}

.product_peculiarity-after span {
  width: 100%;
  height: 0.19rem;
  background-color: #0ea6a7;
}

.product_peculiarity-after .span_even {
  background-color: #ff8201;
}

.product_peculiarity-item-title {
  position: relative;
}

.product_peculiarity-item .product_peculiarity-item-title span {
  position: absolute;
  top: 28%;
  left: 11%;
  font-size: 1.56rem;
  font-weight: bold;
  background-color: inherit;
}

.product_module,
.product_warehouse {
  margin-bottom: 6.25rem !important;
}

.product_module-title,
.product_warehouse-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000000;
  padding-right: 1.25rem;
}

.product_module-title h3,
.product_warehouse-title h3 {
  font-size: 1.69rem;
  font-weight: bold;
}

.product_module-title p,
.product_warehouse-title p {
  font-size: 1.13rem;
  margin: 2.5rem 0rem;
}

.product_module-title .product_module-tags,
.product_warehouse-title .product_warehouse-tags {
  display: flex;
  text-align: center;
  justify-content: start;
}

.product_module-tags .module_tags-keyword,
.product_warehouse-tags .warehouse_tags-keyword {
  background-color: #fff;
  padding: 0.63rem 1.25rem;
  margin: 0rem 1.25rem;
}

.product_module-tabs,
.product_warehouse-tabs {
  background-color: #fff;
  height: 31.25rem;
}

.product_module-tabs .nav-tabs,
.product_warehouse-tabs .nav-tabs {
  background: #eaf5f5;
  border: 0;
  padding: 0.94rem;
}

.product_warehouse-tabs .nav-tabs {
  background: #fff6ec;
}

.product_module-tabs .nav-tabs > li.active > a,
.product_warehouse-tabs .nav-tabs > li.active > a {
  color: #fff;
  background-color: #0ea6a7;
}

.product_warehouse-tabs .nav-tabs > li.active > a {
  background-color: #ff8201;
}

.product_module-tabs .nav-tabs > li > a,
.product_warehouse-tabs .nav-tabs > li > a {
  color: #0ea6a7;
  border: 0.06rem dashed #0ea6a7;
  border-radius: 0.63rem;
  padding: 0.31rem 1.56rem;
  font-size: 1.13rem;
  margin: 0.63rem 0rem;
}

.product_warehouse-tabs .nav-tabs > li > a {
  color: #ff8201;
  border: 0.06rem dashed #ff8201;
}

.product_module-tabs .nav-tabs > li > a:hover,
.product_warehouse-tabs .nav-tabs > li > a:hover {
  background-color: inherit;
}

.product_module-tabs .nav-tabs > li.active > a:hover,
.product_warehouse-tabs .nav-tabs > li.active > a:hover {
  background-color: #0ea6a7;
}

.product_warehouse-tabs .nav-tabs > li.active > a:hover {
  background-color: #ff8201;
}

.product_module-tabs .nav-tabs > li > a:hover,
.product_warehouse-tabs .nav-tabs > li > a:hover {
  border: 0.06rem dashed #0ea6a7;
}

.product_warehouse-tabs .nav-tabs > li > a:hover {
  border: 0.06rem dashed #ff8201;
}

.nav-tabs > li {
  margin: 0rem 0.31rem;
}

.tab-content {
  font-size: 1.25rem;
  padding: 1.25rem;
}

.product_case {
  width: 100%;
  background-color: #fff;
}

.product_case-header {
  min-height: 9.38rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.product_case-header h2 {
  font-size: 1.88rem;
}

.product_case-header span {
  margin: 1.88rem 0rem;
  width: 4.5rem;
  height: 0.19rem;
  background-color: #0ea6a7;
}

.product_case-content {
  height: 100%;
}

.product_case-pic:last-child {
  margin-bottom: 1.25rem !important;
}

.product_case-pic img {
  width: 17.5rem;
  height: 7.5rem;
}

/*-------------------  产品 end -----------------*/

/*-------------------  知识  start ------------------*/

/*-------------------  知识  end ------------------*/
/* -------------------- 下载 start  ------------------*/

/* 员工风采  start */
.staff_presence {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  color: #1c9c9d;
  margin: 1.56rem 0rem;
}

.staff_presence h3 {
  font-size: 1.88rem;
  font-weight: bold;
  text-align: center;
  margin: 1.56rem 0rem;
}

.staff_presence span {
  width: 5rem;
  height: 0.19rem;
  background: #1c9c9d;
}

.staff_presence_img {
  text-align: center;
  width: 21.88rem;
}

.staff_presence_img img {
  height: 18.75rem;
  object-fit: cover;
}

.staff_presence_card .thumbnail {
  border: 0;
  box-shadow: 0rem 0.31rem 0.63rem #838383;
}

/* 员工风采  end */
.panel-body,
.panel-default,
.panel-default > .panel-body {
  padding: 0;
}

.download_panel {
  margin-top: 3.13rem;
  border: 0.06rem solid #f2f2f2;
}

.download_panel .tabs-wrapper .tabs-group {
  display: flex;
  flex-direction: column;
}

.download_panel .tabs-wrapper .tabs-group .title {
  position: relative;
  width: 100%;
  background-color: #eaf5f5;
  font-size: 1.25rem;
  font-weight: bold;
  color: #1c9c9d;
  padding-left: 2.5rem;
}

.download_panel .tabs-wrapper .tabs-group .title:before {
  position: absolute;
  content: "";
  top: 25%;
  left: 2%;
  width: 0.38rem;
  height: 1.38rem;
  background: #1c9c9d;
}

.tabs-wrapper .tabs-group .content {
  margin-left: 1.88rem;
}

.tabs-wrapper .tabs-group .content > li.active > a {
  text-decoration: none;
  border-radius: 0.88rem;
  border: 0.06rem dashed #1d9c9d;
  text-align: center;
  font-size: 0.94rem;
  padding: 0.31rem 1.25rem;
  color: #fff;
  background: #1d9c9d;
}

.tabs-wrapper .tabs-group .content > li.active > a:hover {
  color: #fff;
}

.tabs-wrapper .tabs-group .content > li > a:hover {
  color: #1d9c9d;
}

.tabs-wrapper .tabs-group .content > li > a {
  text-decoration: none;
  border-radius: 0.88rem;
  border: 0.06rem dashed #1d9c9d;
  text-align: center;
  font-size: 0.94rem;
  padding: 0.31rem 1.25rem;
  color: #1d9c9d;
}

.download_panel-article {
  margin-top: 0rem;
}

.download_panel-article .article-item {
  border: 0.06rem solid #f2f2f2 !important;
}

.download_panel-article .article-item .media-img {
  border-radius: 0.63rem;
}

.download_panel-article .tag {
  padding: 0rem 1.25rem;
}

.article-list .article-item .article-title {
  width: 23.13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-details {
  margin-top: 3.13rem;
}

.download-details .media-body {
  position: relative;
}

.download-details .entry-box .media-heading {
  width: 15.63rem;
}

.download-details img {
  border-radius: 0.63rem;
}

.download-btn {
  position: absolute;
  top: 0%;
  right: 0%;
  border-bottom-left-radius: 0.94rem;
  border-top-left-radius: 0.94rem;
  background: #1c9c9d;
}

.download-btn a {
  font-size: 0.94rem;
  color: #ffffff;
  line-height: 1.56rem;
  padding: 0.13rem 0.94rem;
}

.download-btn a:hover {
  color: #ffffff;
}

.download-details-main .article-content {
  font-size: 0.94rem;
  padding: 1.25rem 1.25rem 0rem 1.25rem;
  background: #fff;
  border: 0.06rem solid #f2f2f2;
}

.download-details-main .copyright-color {
  background: #eaf5f5;
  font-size: 0.88rem;
  color: #1c9c9d;
}

.download-details-main .copyright-color a {
  font-size: 0.88rem;
  color: #1c9c9d;
}

.download-details-message .download-message {
  font-size: 0.94rem;
  background: #fff;
  border: 0.06rem solid #f2f2f2;
}

.download-message .base-info h3 {
  position: relative;
  width: 100%;
  background-color: #eaf5f5;
  font-weight: bold;
  color: #1c9c9d;
  margin: 0;
  font-size: 1.25rem;
  padding-left: 1.88rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.download-message .base-info h3:before {
  position: absolute;
  content: "";
  top: 25%;
  left: 2%;
  width: 0.38rem;
  height: 1.38rem;
  background: #1c9c9d;
}

.download-message .base-info {
  font-size: 0.94rem;
  color: #000000;
}

.download-message .base-info a {
  color: #000000;
}

.download-message .base-info a.tag {
  background: #eaf5f5;
  font-size: 0.94rem;
  color: #1c9c9d;
  margin-bottom: 0.31rem;
  white-space: nowrap;
}

.download-message .base-info a.tag:hover {
  background: #1c9c9d;
  color: #fff;
}

.download-message .base-info-message {
  padding: 3.75rem 2.5rem 2.5rem 1.25rem;
}

.download-message .base-info-message .tags_item-flex {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.download-message .base-info .row {
  margin-bottom: 1.25rem;
}

.download-message .base-info .base-info-message-col {
  padding: 0rem 1.25rem;
}

.download-related {
  font-size: 0.94rem;
  background: #fff;
  border: 0.06rem solid #f2f2f2;
}

.download-related ul {
  display: flex;
  justify-content: start;
  padding: 0rem 3.13rem;
}

.download-related h3 {
  position: relative;
  width: 100%;
  background-color: #eaf5f5;
  font-weight: bold;
  color: #1c9c9d;
  margin: 0;
  padding-left: 1.88rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.download-related .panel-default > .panel-heading {
  padding: 0rem;
}

.download-related .panel-heading .panel-title {
  font-size: 1.25rem;
}

.download-related h3:before {
  position: absolute;
  content: "";
  top: 25%;
  left: 1%;
  width: 0.38rem;
  height: 1.38rem;
  background: #1c9c9d;
}

/*----标签链接----*/

/*.hot-tags {*/
/*    padding: 0.63rem;*/
/*    border: 0.06rem solid #f2f2f2;*/
/*    background-color: #fff;*/
/*}*/

/*.hot-tags .panel-body {*/
/*    padding: 0.63rem;*/
/*}*/

/*.hot-tags .panel-heading h3 {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    background-color: #eaf5f5;*/
/*    font-weight: bold;*/
/*    color: #1c9c9d;*/
/*    margin: 0;*/
/*    font-size: 1.25rem;*/
/*    padding-left: 1.88rem;*/
/*    height: 2.50rem;*/
/*    line-height: 2.50rem;*/
/*}*/

/*.hot-tags .panel-heading h3:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 25%;*/
/*    left: 2%;*/
/*    width: 0.38rem;*/
/*    height: 1.38rem;*/
/*    background: #1c9c9d;*/
/*}*/

/* -------------------- 下载 end  ------------------*/

/* 超小屏幕（手机，小于 768px） */
@media (max-width: 768px) {
  .main-content {
    margin-top: 5.8rem;
  }
  .carousel_text {
    align-items: center;
  }
  .navbar-brand {
    height: 5rem;
  }
  .carousel-focus .item .carousel-img {
    height: 37.5rem;
    width: 100%;
  }

  .main_service_position {
    padding-top: 1.88rem;
    left: 10%;
  }

  .main_service_position_right {
    right: 10%;
  }

  .main_service_right img {
    width: 100%;
    object-fit: cover;
  }

  .main_card {
    display: inherit;
    width: 37.5rem;
    bottom: 3%;
  }

  .main_card_item {
    margin: 0.31rem;
  }

  .main_produce_title {
    top: 3%;
  }

  .footer_quick_nav {
    display: none;
  }

  .footer_produce_center {
    display: none;
  }

  .footer_contact_us span {
    display: none;
  }

  .footer_main {
    padding: 0;
  }

  .footer_main_tag {
    padding: 0 !important;
  }

  .footer_main_tag .footer_contact_us {
    line-height: 2.19rem;
  }

  .main_produce {
    background-size: 100% 15%;
  }

  .introduce_pic {
    display: none;
  }

  .introduce_content {
    padding: 1.25rem 1.25rem 6.25rem 1.25rem;
  }

  .content_tag {
    padding: 0.63rem;
    margin: 0rem;
  }

  .introduce_pic {
    display: none;
  }

  .article-list .article-title a {
    font-size: 1.5rem;
    color: #000000;
  }

  .news_bg,
  .business_pic,
  .product_pic {
    height: 9.38rem;
  }

  .tags_item {
    padding: 0.63rem;
  }

  .business_model {
    top: 47%;
    left: 5%;
  }

  .business_bg {
    min-height: 40.63rem;
    background-size: 50%;
    background-position: 85% 30%;
    padding: 0rem 2.5rem 6.25rem 3.13rem;
    overflow: hidden;
  }

  .outsourcing_text {
    background-size: 60%;
  }

  .product_peculiarity-total {
    display: inherit;
  }

  .product_module,
  .product_warehouse {
    display: inherit;
  }

  .product_peculiarity-item {
    margin-top: 0.63rem;
  }

  .product_module-title,
  .product_warehouse-title {
    text-align: center;
    margin-bottom: 1.25rem;
  }

  .product_module-title .product_module-tags,
  .product_warehouse-title .product_warehouse-tags {
    justify-content: space-around;
  }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 100%;
  }

  #index-focus .item .carousel-img {
    height: 37.5rem;
    width: 100%;
  }

  .main_service_position {
    padding-top: 1.88rem;
    left: 30%;
  }

  .main_service_position_right {
    right: 10%;
  }

  .main_card {
    display: inherit;
    width: 37.5rem;
    bottom: 3%;
  }

  .main_card_item {
    margin: 0.31rem;
  }

  .main_produce_title {
    top: 5%;
  }

  .footer_quick_nav {
    display: none;
  }

  .footer_produce_center {
    display: none;
  }

  .main_produce {
    background-size: 100% 25%;
  }

  .introduce_pic {
    display: none;
  }

  .news_bg,
  .business_pic,
  .product_pic {
    height: 12.5rem;
  }

  .outsourcing_text {
    background-size: 50%;
  }

  .product_peculiarity-total {
    display: inherit;
  }

  .product_peculiarity-item {
    margin-top: 0.63rem;
  }

  .product_module-title .product_module-tags,
  .product_warehouse-title .product_warehouse-tags {
    flex-direction: column;
  }

  .product_module-tags .module_tags-keyword,
  .product_warehouse-tags .warehouse_tags-keyword {
    margin-bottom: 0.63rem;
  }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 100%;
  }

  #index-focus .item .carousel-img {
    height: 37.5rem;
    width: 100%;
  }

  .main_service_position {
    padding-top: 1.88rem;
    left: 0%;
  }

  .main_card {
    display: inherit;
    width: 37.5rem;
    bottom: 3%;
  }

  .main_card_item {
    margin: 0.31rem;
  }

  .main_produce_title {
    top: 5%;
  }

  .main_produce {
    background-size: 100% 30%;
  }

  .introduce_pic {
    display: none;
  }

  .news_bg,
  .business_pic,
  .product_pic {
    height: 11.25rem;
  }

  .outsourcing_text {
    background-size: 50%;
  }

  .product_peculiarity-item {
    margin-top: 0.63rem;
  }

  .product_module-title .product_module-tags,
  .product_warehouse-title .product_warehouse-tags {
    flex-direction: column;
  }

  .product_module-tags .module_tags-keyword,
  .product_warehouse-tags .warehouse_tags-keyword {
    margin-bottom: 0.63rem;
  }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  #index-focus .item .carousel-img {
    height: 60rem;
    width: 100%;
  }

  .main_service_position {
    padding-top: 1.88rem;
    left: 0%;
  }
}

.product_container {
	display: flex;
	flex-wrap: wrap; /* 支持换行 */
	justify-content: center;
	width: 70%; /* 容器宽度 */
	margin:0 auto;
	padding-bottom: 2rem;
}

.product_box {
	width: 10rem; /* 方块宽度 */
	height: 3rem; /* 方块高度 */
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	margin: 0.5rem 0.8rem; /* 方块之间的间距 */
	color: white;
	border-radius:2rem;
	background-color: #7995cc;
	letter-spacing:0.25rem;
}

/* 奇数方块颜色为绿色 */
.product_container .product_box:nth-child(odd) {
	background-color: #3aaaa7; /* 默认背景色为蓝色 */
}