/* 产品比较 */
.f_comp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: none;
  z-index: 999;
}
.f_comp .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.f_comp .basecont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .f_comp .basecont {
    width: 100%;
  }
}
.f_comp .basecont .cont {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.35);
  background-color: #fff;
}
.f_comp .basecont .tit {
  width: 100%;
  background-color: #f5f5f5;
  font-size: 18px;
  
  color: #333;
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
  line-height: 1;
}
.res-pic img {
  object-fit: contain;
}
.product-lg .pro-pic {
  padding: 0;
  height: 396px;
  position: relative;
}
.product-lg .pro-pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1440px) {
  .f_comp .basecont .tit {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .product-lg {
    height: 470px;
  }
  .f_comp .basecont .tit {
    padding: 18px 14px;
  }
}
.f_comp .basecont .tit a {
  display: block;
  height: 20px;
}
.f_comp .basecont .tit a img {
  height: 100%;
}
.f_comp .basecont .f_jut {
  width: 100%;
  padding: 30px 20px;
}
@media (max-width: 991px) {
  .f_comp .basecont .f_jut {
    padding: 20px 16px;
  }
}
.f_comp .basecont .f_jut .jut {
  width: 100%;
  overflow: initial;
  max-height: none;
}
@media (max-width: 1366px) {
  .f_comp .basecont .f_jut .jut {
    max-height: none;
  }
}
@media (max-width: 767px) {
  .product-lg .pro-pic {
    height: auto;
  }
  .product-lg .pro-pic img {
    height: auto;
    position: relative;
  }
  .product-lg {
    height: auto;
    padding-bottom: 30px;
  }
  .f_comp .basecont .f_jut .jut {
    max-height: none;
    overflow: auto;
  }
}
.f_comp .basecont .f_jut .jut table {
  width: 100%;
  border: none;
}
@media (max-width: 767px) {
  .f_comp .basecont .f_jut .jut table {
    width: 900px;
  }
}
.f_comp .basecont .f_jut .jut table thead {
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
}
.f_comp .basecont .f_jut .jut table thead tr {
  background-color: #f5f5f5;
  display: table;
  width: 100%;
}
.f_comp .basecont .f_jut .jut table thead th {
  border: none;
  padding: 22px 0;
  color: #e60012;
  font-size: 16px;
  width: 16.666%;
}
@media (max-width: 1440px) {
  .f_comp .basecont .f_jut .jut table thead th {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .f_comp .basecont .f_jut .jut table thead th {
    padding: 11px 0;
  }
}
.f_comp .basecont .f_jut .jut table thead th:first-child {
  color: #333;
  
}
.f_comp .basecont .f_jut .jut table tbody {
  max-height: 540px;
  width: 100%;
  display: block;
  height: auto;
  overflow: auto;
}
.f_comp .basecont .f_jut .jut table tbody tr {
  display: table;
  width: 100%;
}
.f_comp .basecont .f_jut .jut table tbody tr:hover {
  background-color: #f5f5f5;
}
.f_comp .basecont .f_jut .jut table tbody tr td {
  text-align: center;
  border: none;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 16px 10px;
  width: 16.666%;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .f_comp .basecont .f_jut .jut table tbody tr td {
    padding: 12px 10px;
  }
  .f_comp .basecont .f_jut .jut table tbody {
    max-height: 340px;
  }
}
.f_comp .basecont .f_jut .jut table tbody tr td:first-child {
  font-size: 16px;
  color: #333;
  
}
@media (max-width: 1440px) {
  .f_comp .basecont .f_jut .jut table tbody tr td:first-child {
    font-size: 14px;
  }
}
.f_comp .basecont .f_jut .jut table tbody tr td:last-child {
  border-right: none;
}
.f_comp .basecont .f_jut .but1 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.f_comp .basecont .f_jut .but1 .but {
  border: 1px solid #333;
  width: 135px;
  line-height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background: transparent;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .f_comp .basecont .f_jut .but1 .but {
    margin-top: 20px;
  }
}
/* End */
/* 产品比较 */
.f_bijiao {
  position: relative;
  display: block;
  z-index: 666;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1440px) {
  .f_bijiao {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .f_bijiao {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .f_bijiao {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .f_bijiao {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .f_comp .basecont .f_jut .jut table tbody tr td:first-child,
  .f_comp .basecont .f_jut .jut table thead th:first-child {
    width: 12% !important;
  }
  .mdui-drawer {
    top: 60px;
  }
}
.f_bijiao .basecont {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
}
.f_bijiao .basecont .tit a {
  display: block;
}
/* End */

/* 线束定制banner */
.f_banner1 {
  position: relative;
}
.f_banner1 .f_zhong {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  padding-bottom: 24px;
}
.f_banner1 .f_zhong .bread-cell {
  color: #fff;
}
.f_banner1 .f_zhong .bread-cell a {
  color: #fff;
}
.cust-sec1 {
  line-height: 62px;
  border-bottom: 2px solid #e9e9e9;
  background-color: #fff;
}
.cust-sec1 .container {
  display: flex;
  justify-content: center;
}
.cust-sec1 .item {
  display: block;
  margin: 0 64px;
}
.cust-sec1 .item a {
  font-size: 16px;
  color: #333333;
  border-bottom: 3px solid transparent;
  display: block;
}
.cust-sec1 .item.on a {
  color: #c8161d;
  border-bottom-color: #c8161d;
}

.cust-sec2 {
  padding: 120px 0;
  background-color: #f5f5f5;
}
.cust-sec2 .cont {
  background-color: #fff;
  padding: 60px 60px;
  padding-right: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.cust-sec2 .lt {
  width: 52%;
  padding-right: 160px;
}
.cust-sec2 .lt .font {
  width: 100%;
}
.cust-sec2 .lt .font .tit {
  font-size: 30px;
  line-height: 1;
  padding-bottom: 40px;
  border-bottom: 1px dotted #d6d6d6;
  margin-bottom: 24px;
}
.cust-sec2 .lt .font .text {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.cust-sec2 .lt .tish {
  font-size: 16px;
  line-height: 1.4;
  color: #666666;
  margin-top: 15px;
}
.cust-sec2 .lt .form {
  width: 100%;
  margin-top: 30px;
}
.cust-sec2 .lt .form input,
.cust-sec2 .lt .form textarea,
.cust-sec2 .lt .form select {
  padding: 8px 18px;
  border-radius: 3px;
  border: solid 1px #d0d0d0;
  margin-bottom: 12px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
  font-size: 16px;
  color: #999999;
}
.cust-sec2 .lt .form textarea {
  height: 104px;
}
.cust-sec2 .lt .form select {
  background: url("../images/fselectimg1.jpg") no-repeat;
  background-position: 100% 0;
  background-size: 42px 100%;
}
.cust-sec2 .lt .form .f_but {
  width: 100%;
  height: 46px;
  background-color: #183993;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  border: none;
}
.cust-sec2 .gt {
  width: 48%;
  position: relative;
  padding-bottom: 55%;
}
.cust-sec2 .gt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.f_nav .f_cont {
  /* display: flex;
	justify-content: space-between; */
  margin-top: 44px;
  width: 100%;
  overflow: hidden;
}
.f_nav .f_cont .lt {
  width: 26%;
  float: left;
  padding-right: 60px;
}
.f_nav .f_cont .gt {
  width: 24%;
  float: left;
}
.f_nav .f_cont .f_zhong {
  width: 50%;
  padding-right: 80px;
  float: left;
}
.f_nav .f_cont .f_zhong .f_list {
  display: none;
}
.f_nav .f_cont .f_zhong .f_list.on2 {
  display: block;
}
.f_nav .f_cont .f_zhong .f-t {
  font-size: 24px;
  margin-bottom: 10px;
  font-size: 24px;
  margin-bottom: 10px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 30px;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.f_nav .f_cont .f_zhong .img {
  width: 100%;
  position: relative;
  padding-bottom: 74%;
}
.f_nav .f_cont .f_zhong .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  object-fit: contain;
}
.f_nav .f_cont .lt .f_tit {
  font-size: 18px;
  width: 100%;
  color: #333;
  margin-bottom: 14px;
}
.f_nav .f_cont .lt .list {
  width: 100%;
}
.f_nav .f_cont .lt .list a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #515151;
  margin-bottom: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.f_nav .f_cont .lt .list a.on {
  text-decoration: underline;
  color: #b98990;
}
.f_nav .f_cont .lt .f_but {
  font-size: 12px;
  color: #515151;
}
.f_nav .f_cont .lt .list a:hover {
  text-decoration: underline;
  color: #b98990;
}
.f_nav .f_cont .gt .f_list {
  display: none;
}
.f_nav .f_cont .gt .f_list.on3 {
  display: block;
}
.f_nav .f_cont .gt .item {
  width: 180px;
  height: 66px;
  background-color: #ededed;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: column;
  color: #666;
}
.f_nav .f_cont .gt .item:last-child {
  margin-bottom: 0;
}

.menu2 li ul.level2 li {
  padding-right: 12px;
}
.menu2 li ul.level2 li a {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-sub-cat .hd {
  overflow: auto;
}
.nav-cat ul {
  height: 100%;
  overflow: auto;
}
.nav-cat ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.nav-cat ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #e60012;
}
.nav-cat ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.nav-sub-cat .hd::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.nav-sub-cat .hd::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #e60012;
}
.nav-sub-cat .hd::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
@media (max-width: 1900px) {
  .f_nav .f_cont .f_zhong {
    padding-right: 60px;
  }
  .f_nav .f_cont .lt {
    padding-right: 30px;
  }
}
@media (max-width: 1440px) {
  .f_nav .f_cont {
    margin-top: 20px;
  }
  .f_nav .f_cont .f_zhong {
    padding-right: 30px;
  }
  .f_nav .f_cont .lt .f_tit {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .f_nav .f_cont .lt .list a {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .f_nav .f_cont .gt .item {
    width: 140px;
    height: 50px;
    font-size: 14px;
    line-height: 22px;
  }
  .cust-sec1 .item {
    margin: 0 30px;
  }
  .cust-sec2 {
    padding: 80px 0;
  }
  .cust-sec2 .cont {
    padding: 40px 30px;
    padding-right: 60px;
  }
  .cust-sec2 .lt {
    padding-right: 100px;
  }
  .cust-sec2 .lt .font .tit {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
  .cust-sec2 .lt .font .text {
    font-size: 14px;
    line-height: 24px;
  }
  .cust-sec2 .lt .font {
    margin-top: 20px;
  }
  .cust-sec2 .lt .form input,
  .cust-sec2 .lt .form textarea,
  .cust-sec2 .lt .form select {
    font-size: 14px;
  }
  .cust-sec2 .lt .form textarea {
    height: 80px;
  }
  .cust-sec2 .lt .form .f_but {
    height: 40px;
    font-size: 14px;
  }
  .cust-sec2 .lt .tish {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .cust-sec1 .item {
    margin: 0 20px;
  }
  .cust-sec2 .lt {
    padding-right: 30px;
  }
  .cust-sec2 {
    padding: 60px 0;
  }
  .cust-sec2 .cont {
    padding: 30px 20px;
    padding-right: 40px;
  }
  .cust-sec2 .gt {
    width: 100%;
  }
  .cust-sec2 .lt {
    padding-right: 0;
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cust-sec2 .cont {
    padding: 30px 20px;
  }
  .cust-sec2 .gt {
    padding-bottom: 86%;
  }
  .cust-sec1 .item {
    margin: 0 10px;
  }
  .table-ht-scroll {
    /* padding: 0; */
  }
}
.swiper-banner .swiper-wrapper {
  font-size: calc(100vw / 19.2);
}
.swiper-banner .swiper-slide {
  height: 924px;
  /* font-size: 14px; */
}
@media (max-width: 767px) {
  .f_nei img {
    width: 100%;
  }
  .swiper-banner .swiper-slide {
    height: 45rem;
  }
  .course-card .time {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .course-card .title {
    font-size: 16px;
    margin-bottom: 10;
  }
  .course-card .body,
  .course-card .body span,
  .course-card .body p {
    font-size: 12px !important;
  }
  .appli-icon-box:hover .link {
    display: none;
  }
}
.f_comp .basecont .f_jut .jut table {
  width: auto;
}
.table-ht-scroll {
  /* overflow: hidden; */
}
#form2 {
  /* 	width: 100%;
	overflow: auto; */
}
.table-body {
  /* width: 1900px; */
  display: block;
  min-width: 100%;
}
.table-ht-scroll {
  min-width: 100%;
}
.table-body tr {
  display: table;
}
.table-body tr td,
.table-body tr th {
  width: 400px;
}
.table-body tbody,
.table-body thead {
  display: block;
  width: 100%;
}
.table-body tr {
  width: 100%;
}
.table-body tr > td {
  width: 100px;
}
.table-body tr > td:nth-child(1) {
  width: 40px;
}
.table-body tr > td:nth-child(2) {
  width: 22%;
}
.table-body tr > td:nth-child(8) {
  width: 191px;
}
.table-body tr > td:nth-child(12) {
  width: 315px;
}
.f_comp .basecont .f_jut .jut table thead th,
.f_comp .basecont .f_jut .jut table tbody tr td {
  text-align: center;
  width: 50vh !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}
.phs-section .phs-cells:last-child {
  margin-bottom: 0;
}
