@charset "UTF-8";

:root {
  --kniu_border0: #ccc;
  --kniu_border1: #0000001a;
  --kniu_border2: #ffffff3d;
  --kniu_red: #dc3636;
  --kniu_orange: #e17719;
  --kniu_yellow: #bb8e00;
  --kniu_green: #3f8300;
  --kniu_green_light: #2e8800;
  --kniu_green_text: #06ae56;
  --kniu_brand: #018932;
  --kniu_blue: #007dbb;
  --kniu_indigo: #0075e2;
  --kniu_purple: #6265f1;
  --kniu_black: #000;
  --kniu_white: #fff;
  --kniu_gray0: #222;
  --kniu_gray1: #333;
  --kniu_gray2: #666;
  --kniu_gray3: #888;
  --kniu_gray4: #999;
  --kniu_gray5: #c3c3c3;
  --kniu_link: #576b95;
  --kniu_mask0: #0009;
  --kniu_mask1: #000000e6;
  --kniu_readonly: #f3f3f3;
  --kniu_table_hover: #f6f6f6;
  --kniu_bg0: transparent;
  --kniu_bg_active: #dcdcdc;
  --kniu_a_hover: #fffc;
  --APP: 1920*1024px;
  --PCS: 1920*1024px;
  --PCS768: 1920*768px;
  --PCS1024: 1920*1024px;
  --PCS1280: 1920*1280px;
  --PCS1366: 1920*1366px;
  --PCS1440: 1920*1440px;
  --PCS1600: 1920*1600px;
  --PCS1920: 1920*1920px;
}

@media (min-width: calc(1024px - 60px)) {
  :root {
    --PCS: 1920*100vw;
  }
}

.product_detail_top1,
.product_detail_top3 {
  text-align: center;
  width: 100%;
  height: 165px;
  line-height: 165px;
  font-size: 34px;
  color: #101010;
  background-color: #f7f8f9;
}

.product_detail_top2 {
  margin: 80px auto;
}

/* .product_detail_top2 img {
    width: 90%
} */


.product_detail_top2 {
  font-size: 18px;
}

.product_detail_top2 ul {
  list-style: disc;
}

.product_detail_top2_character {

  height: 400px;
}

.product_detail_top2_character1 {
  font-size: 34px;
  margin: 70px auto 30px;
}

.product_detail_top2_character ul {
  height: 300px;
  width: 500px;
  margin: 0 auto;

}

.product_detail_top2_character ul li {
  line-height: 30px;
  font-size: 18px;
}

.product_detail_top2_character ul li span {
  font-size: 50px;
  padding: 2px 5px;
  color: #616161;
}

.product_detail_top4 {
  width: 750px;
}

.product_detail_top4 .down_load {
  height: auto;
  padding: 40px 0 14px;
}

.product_detail_top4 .down_load h4 {
  font-size: 24px;
  color: #333;
  font-weight: 100;
}

.product_detail_top4 .down_load h3,
.product_detail_top4 .download_soft h3 {
  font-size: 24px;
  color: #333;
  font-weight: 100;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;

}

.product_detail_top4 .down_load ul,
.product_detail_top4 .download_soft ul {
  margin: 30px auto;
  overflow: hidden;
}

.product_detail_top4 .down_load li,
.product_detail_top4 .download_soft li {
  /* background-color: pink; */
  width: 50%;
  overflow: hidden;
  float: left;
  margin: 20px 0 10px;
}

.product_detail_top4 .down_load li img,
.product_detail_top4 .download_soft li img {
  height: 53px;
  width: 53px;
  float: left;
  margin-right: 30px;
}

.product_detail_top4 .down_load li p,
.product_detail_top4 .download_soft li p {
  font-size: 16px;
  color: #141414;
}

.product_detail_top4 .down_load li a,
.product_detail_top4 .download_soft li a {
  display: block;
  float: left;
  width: 18%;
  font-size: 16px;
  color: #005cb9;
  padding: 10px 0;
}

/* 相关文件 */
.product_detail_top4 .down_load .relative_file,
.product_detail_top4 .download_soft .relative_file {
  overflow: hidden;
}

.product_detail_top4 .down_load .relative_file li,
.product_detail_top4 .download_soft .relative_file li {
  width: 70%;
  background-color: #f7f9fa;
  height: 50px;
  line-height: 50px;
  z-index: 999;
}

.product_detail_top4 .down_load .relative_file p,
.product_detail_top4 .download_soft .relative_file p {
  float: left;
  margin-left: 10px;
  color: #141414;
}

.product_detail_top4 .down_load .relative_file i,
.product_detail_top4 .download_soft .relative_file i {
  width: 40%;
  display: block;
  float: right;
  font-size: 17px;
  color: #aaa;
  text-align: center;
}

.product_detail_top4 .down_load .relative_file a,
.product_detail_top4 .download_soft .relative_file a {
  float: right;
  margin-right: 20px;
  color: #0e56a8;
  font-size: 16px;
  width: 6%;
  height: 30px;
  line-height: 30px;
}

.footer {
  background-color: #f7f9fa;
}

@media screen and (max-width:1366px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width:1200px) {
  body {
    overflow-x: scroll;
  }

  .product_detail_top1,
  .product_detail_top3 {
    width: 1400px;
  }
}

/* TBS6332/TBS6336 */
.kniu_img {
  display: inline-block;
  object-fit: cover;
  width: 100%;
}

.product_group1 {
  font-size: 18px;
  line-height: 3;
  text-align: center;
}

.product_group1 p {
  padding: calc(20/var(--PCS)) 0;
}

.products_index_group {
  background-color: #f3f5f8;
}

.products_index_group *,
.products_index_group *::before,
.products_index_group *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.TBS6332_cell {
  position: relative;
}

.TBS6332_text11 {
  font-size: calc(75/var(--PCS));
  color: #14223f;
}

.TBS6332_text12 {
  margin-top: calc(20/var(--PCS));
  font-size: calc(25/var(--PCS));
  line-height: calc(41.67/var(--PCS));
  color: #14223f;
}

.TBS6332_cell3 {
  padding-top: calc(120/var(--PCS));
}

.TBS6332_img_group2,
.TBS6332_text_group2 {
  width: 100%;
}

.TBS6332_img_group2 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background-color: #e9edf3;
}

.TBS6332_text_group2 {
  padding: 5% 7%;
  background-color: #fff;
  color: #272727;
}

.TBS6332_text21 {
  padding-bottom: calc(20/var(--PCS));
  font-size: calc(65/var(--PCS));
  background-image: url(../img/line1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto calc(18/var(--PCS));
}

.TBS6332_text22 {
  font-size: calc(45.83/var(--PCS));
  font-weight: 700;
}

.TBS6332_text21+.TBS6332_text22 {
  margin-top: calc(40/var(--PCS));
}

.TBS6332_text22+.TBS6332_text23 {
  margin-top: calc(25/var(--PCS));
}

.TBS6332_text23 {
  font-size: calc(33.33/var(--PCS));
  line-height: calc(54.17/var(--PCS));
}

@media (min-width: calc(1024px - 60px)) {
  .TBS6332_text_group1 {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .TBS6332_cell2,
  .TBS6332_cell3 {
    display: flex;
    display: -webkit-flex;
  }

  .TBS6332_img_group2,
  .TBS6332_text_group2 {
    width: 50%;
  }

  .TBS6332_cell3 .TBS6332_img_group2 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
  }

  .TBS6332_cell3 .TBS6332_text_group2 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
  }
}