@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
/* 应用详情 */
.x-industry-2 .hm_but {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 28px;
  border: solid 1px #eeeeee;
  padding: 0.1rem;
  min-width: 2.02rem;
  color: var(--color0);
  transition: all 0.4s;
  position: absolute;
  bottom: 0.3rem;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
.x-industry-2 .hm_but span {
  display: block;
  padding: 0 0.2rem;
}
.x-industry-2 .hm_but .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
  width: 0.36rem;
  height: 0.36rem;
  color: #ffffff;
  background-color: var(--color0);
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .x-industry-2 .hm_but .f_icon {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.x-industry-2 .hm_but .f_icon img,
.x-industry-2 .hm_but .f_icon svg {
  transition: all 0.4s;
  width: 25%;
  height: 22.22222222%;
}
.x-industry-2 .hm_but:hover {
  color: var(--color);
}
.x-industry-2 .hm_but:hover .f_icon {
  transform: rotate(45deg);
  background-color: var(--color);
}
.x-industry-2 {
  overflow: hidden;
  position: relative;
  /* 面包屑 */
}
.x-industry-2 .container1600 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.x-industry-2 .breadbox {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
}
.x-industry-2 .breadbox .container {
  display: flex;
  justify-content: space-between;
}
.x-industry-2 .breadbox .container .hm_but {
  flex: 0 0 auto;
  margin-left: 0.34rem;
  border-radius: 0;
  min-width: 1.42rem;
}
.x-industry-2 .breadbox .fcont {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  position: relative;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .x-industry-2 .breadbox .fcont {
    padding: 12px 0;
  }
}
.x-industry-2 .breadbox .fcont a,
.x-industry-2 .breadbox .fcont span {
  transition: all 0.4s;
  line-height: 26px;
  color: #111111;
  /* font-size: var(--font-size9); */
  zoom: 1;
}
@media (max-width: 1580px) {
  .x-industry-2 .breadbox .fcont a,
  .x-industry-2 .breadbox .fcont span {
    line-height: 24px;
  }
}
.x-industry-2 .breadbox .fcont a:after,
.x-industry-2 .breadbox .fcont span:after {
  content: '';
  display: block;
  clear: both;
}
.x-industry-2 .breadbox .fcont a img,
.x-industry-2 .breadbox .fcont span img,
.x-industry-2 .breadbox .fcont a svg,
.x-industry-2 .breadbox .fcont span svg {
  float: left;
  width: 19px;
  color: #999999;
  height: 17px;
}
@media (max-width: 1580px) {
  .x-industry-2 .breadbox .fcont a img,
  .x-industry-2 .breadbox .fcont span img,
  .x-industry-2 .breadbox .fcont a svg,
  .x-industry-2 .breadbox .fcont span svg {
    width: 16px;
    height: 14px;
  }
}
.x-industry-2 .breadbox .fcont span {
  margin: 0 16px;
  display: block;
  position: relative;
}
@media (max-width: 1580px) {
  .x-industry-2 .breadbox .fcont span {
    margin: 0 12px;
  }
}
@media (max-width: 991px) {
  .x-industry-2 .breadbox .fcont span {
    margin: 0 6px;
  }
}
.x-industry-2 .breadbox .fcont span svg,
.x-industry-2 .breadbox .fcont span img {
  display: block;
  width: 6px;
  height: 10px;
}
.x-industry-2 .breadbox .fcont span svg path,
.x-industry-2 .breadbox .fcont span img path {
  fill: #999;
}
.x-industry-2 .breadbox .fcont a {
  flex: 0 0 auto;
}
.x-industry-2 .breadbox .fcont a:hover:not(:last-child) {
  color: var(--color);
  opacity: 1;
}
.x-industry-2 .breadbox .fcont .on {
  flex: 1 1 auto;
  color: #111111;
}
.x-industry-2 .breadbox .fcont a:last-child {
  flex: 1 1 auto;
  color: #111111;
}
@media (max-width: 991px) {
  .x-industry-2 .breadbox .fcont a:last-child {
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .x-industry-2 .breadbox .fcont a:last-child {
    max-width: 30%;
  }
}
.x-industry-2 .breadbox .fcont .wofe {
  display: flex;
}
.x-industry-2 .breadbox .fcont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: var(--color);
}
.x-industry-2 .breadbox .fcont .wofe .li a {
  line-height: 1;
}
.x-industry-2 .x-mbx {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0.4rem;
}
@media (max-width: 1580px) {
  .x-industry-2 .x-mbx {
    top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-industry-2 .x-mbx {
    top: 0.4rem;
    position: initial;
    padding-top: 1.4rem;
  }
}
.x-industry-2 .x-mbx .container1600 {
  width: 100%;
  max-width: initial;
}
.x-industry-2 .x-mbx .container1600 a {
  display: inline-block;
  overflow: initial;
}
@media (max-width: 991px) {
  .x-industry-2 .x-mbx .container1600 a {
    overflow: initial;
  }
  .x-industry-2 .x-mbx .container1600 a:last-child {
    overflow: initial;
  }
}
.x-industry-2 .x-mbx .container1600 a::after {
  display: none;
}
.x-industry-2 .f_bag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f8f9fc;
  display: block;
  overflow: hidden;
}
.x-industry-2 .f_bag::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 30.2%;
}
@media (max-width: 1260px) {
  .x-industry-2 .f_bag::before {
    padding-top: 40.8%;
  }
}
@media (max-width: 991px) {
  .x-industry-2 .f_bag::before {
    padding-top: 56.8%;
  }
}
@media (max-width: 767px) {
  .x-industry-2 .f_bag::before {
    padding-top: 76.8%;
  }
}
.x-industry-2 .f_bag > img,
.x-industry-2 .f_bag > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.x-industry-2 .f_bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-industry-2 .f_font {
  padding: 0.2rem 0 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 1580px) {
  .x-industry-2 .f_font {
    width: 100%;
  }
}
.x-industry-2 .f_font .f_title {
  color: #3fa1e7;
  font-weight: bold;
  margin-bottom: 0.12rem;
  font-size: var(--font-size1);
}
@media (max-width: 1260px) {
  .x-industry-2 .f_font .f_title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .x-industry-2 .f_font .f_title {
    font-size: 16px;
  }
}
.x-industry-2 .f_font .f_text {
  color: #333;
  line-height: 1.66666667;
  font-size: var(--font-size7);
}
.x-industry-2 .f_font .f_tet {
  color: #333;
  line-height: 1.66666667;
  font-size: var(--font-size7);
  word-break: break-all;
}
@media (max-width: 767px) {
  .x-industry-2 .f_font .f_tet {
    font-size: 12px;
  }
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.make-text {
  line-height: 1.57142857;
  color: #333333;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
}
.make-text img {
  max-width: 100%;
}
.make-text table {
  width: 100%;
}
.make-text table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text video,
.make-text iframe {
  width: auto;
  max-width: 100%;
  height: auto!important;
}
.make-text a {
  color: #333333;
  word-break: break-all;
}
.make-text a span,
.make-text a p {
  word-break: break-all;
}
.make-text a:hover {
  text-decoration: underline;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  color: #000000;
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px!important;
    line-height: 1.3;
  }
}
.make-text p,
.make-text span {
  color: #666666;
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 24px;
    font-size: 16px!important;
  }
}
/* 产品详情 */
.x-product-4 {
  margin: 1.2rem 0;
}
.x-product-4 .container1600 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.x-product-4 .container1600 .lt {
  width: 75%;
}
@media (max-width: 991px) {
  .x-product-4 .container1600 .lt {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .x-product-4 .container1600 .lt {
    width: 100%;
  }
}
.x-product-4 .container1600 .lt .f_jut {
  margin-bottom: 0.43rem;
}
@media (max-width: 767px) {
  .x-product-4 .container1600 .lt .f_jut {
    margin-bottom: 1rem;
  }
}
.x-product-4 .container1600 .lt .f_jut:last-child {
  margin-bottom: 0;
}
.x-product-4 .container1600 .lt .f_jut .f_title1 {
  color: #000000;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.12rem;
  font-size: 0.32rem;
}
@media (max-width: 1260px) {
  .x-product-4 .container1600 .lt .f_jut .f_title1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .x-product-4 .container1600 .lt .f_jut .f_title1 {
    font-size: 20px;
  }
}
.x-product-4 .container1600 .lt .f_jut .f_title1 h2 {
  font-weight: bold;
}
.x-product-4 .container1600 .lt .f_jut .f_title1 span {
  color: var(--color);
  font-size: var(--font-size5);
  line-height: 2.2;
  display: block;
  margin-left: 0.1rem;
}
.x-product-4 .container1600 .lt .f_jut .f_text {
  color: #666666;
  line-height: 1.625;
}
.x-product-4 .container1600 .lt .f_jut .f_text p {
  color: #666666;
  position: relative;
  /* padding-left: 20px; */
  margin-bottom: 0.15rem;
  /* &:before {
                            content: "";
                            display: block;
                            position: absolute;
                            top: (26/16/2em);
                            left: 0;
                            width: 6px;
                            height: 6px;
                            transform: translateY(-50%);
                            background-color: #211f44;
                            border-radius: 50%;
                        } */
}
@media (max-width: 1580px) {
  .x-product-4 .container1600 .lt .f_jut .f_text p {
    /* padding-left: 16px; */
  }
}
.x-product-4 .container1600 .lt .f_jut .f_text p:last-child {
  margin-bottom: 0;
}
.x-product-4 .container1600 .lt .f_jut .f_text img {
  width: 100%;
}
.x-product-4 .container1600 .gt {
  width: 12.5%;
  position: sticky;
  position: -webkit-sticky;
  top: 1rem;
}
@media (max-width: 991px) {
  .x-product-4 .container1600 .gt {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .x-product-4 .container1600 .gt {
    display: none;
  }
}
.x-product-4 .container1600 .gt .f_nav li .item {
  color: #000000;
  font-weight: bold;
  transition: all 0.4s;
  padding: 0.15rem 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  font-size: var(--font-size6);
}
.x-product-4 .container1600 .gt .f_nav li.on .item {
  color: var(--color);
}
