.home,
body {
  background: #fff !important
}

.home .topbar .navbar-right .fa {
  vertical-align: inherit
}

@font-face {
  font-family: "Messapia-Bold";
  src: url("../fonts/Messapia-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.home .topbar .navbar-right .dropdown-menu .login a {
  padding: 6px;
  display: inline-block;
  background: #f7f8fa;
  border-radius: 2px;
  margin-left: 11px;
  width: 63px;
  text-align: center;
  margin-bottom: 11px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4174F4
}

.home .topbar .navbar-right .dropdown-menu .login a.active {
  background: #466cfb;
  color: #fff
}

.home .topbar .navbar-right .dropdown-menu a:hover {
  background: #F3F9FF
}

.home .topbar .navbar-right a img {
  margin-bottom: 3px
}

.home .site-header {
  padding: 13px 0
}

.home .site-header .search-pc .form-control {
  -webkit-box-shadow: none;
  box-shadow: none
}

.home .site-header .search-pc .form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: none
}

.home .site-header .search-pc button {
  border-radius: 0;
  background-color: #fff;
  color: #466CFB;
  outline: 0;
  border-left: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.home .site-header .search-pc button:focus,
.home .site-header .search-pc button:hover {
  border-color: #ccc
}

.home .wrap-sticky .sticky {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 999
}
.container, .container-fluid {
  padding: 0 !important;
}
.home .wrap-sticky .bootsnav {
  background-color: #fff !important;
  border-top: 1px solid #D9DEE5
}

.home .wrap-sticky .bootsnav .container .collapse .dropdown-menu {
  border-top: 1px solid #ccc
}

.home .wrap-sticky .bootsnav .container .collapse .dropdown-menu li:hover {
  background: #eef4ff
}

.home .wrap-sticky .bootsnav .container .collapse li a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400 !important;
  color: #333 !important;
  line-height: 20px;
  white-space: nowrap;
}

.home .wrap-sticky .bootsnav .container .collapse li.nav-active {
  position: relative
}

.home .wrap-sticky .bootsnav .container .collapse li.nav-active a {
  font-weight: 600 !important;
  color: #4174f4 !important
}

.home .wrap-sticky .bootsnav .container .collapse li.nav-active::after {
  content: '';
  width: 60%;
  height: 2px;
  background: #466cfb;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.home .banner {
  width: 100%;
  height: 750px;
  background: url(../img/banner.jpg) center center no-repeat;
  position: relative;
  background-size: cover
}


@media (max-width:991px) {
  .home .banner {
    height: 65px;
    position: sticky;
    top: 0;
    z-index: 1;
    background: rgba(0, 58, 127, 0.6) !important;
    display: none;
  }

  .site-header-mobile {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff;
  }

  .ProductDetail .site-header-mobile {
    display: none !important;
  }

  .ProductDetail .c-z-index {
    display: block !important;
  }
}

@media (max-width:991px) {
  .home .c-height {
    height: auto !important;
  }
}

.home .banner .banner_search {
  width: 300px;
  position: absolute;
  top: 35%;
  right: 14%;
  background-color: #fff;
  padding: 30px 30px 45px;
  border-radius: 5px
}

.home .banner .banner_search .search_inp {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px
}

.home .banner .banner_search::before {
  content: '';
  width: 98%;
  height: 20px;
  background-color: #fff;
  opacity: .5;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 6px
}

.home .banner .banner_search::after {
  content: '';
  width: 98%;
  height: 20px;
  background-color: #fff;
  opacity: .3;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 6px
}

.home .banner .banner_search .banner_search_title {
  font-size: 25px;
  font-family: Helvetica;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  text-align: center
}

.home .banner .banner_search .select2 {
  margin: 0 0 30px;
  width: 100% !important;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  border-radius: 4px
}

.home .banner .banner_search .select2 .select2-selection {
  height: 40px !important
}

.home .banner .banner_search .select2 .select2-selection .select2-selection__rendered {
  padding-top: 5px
}

.home .banner .banner_search .select2 .select2-selection .select2-selection__arrow {
  margin-top: 5px
}

.home .banner .banner_search button {
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#6099f7), to(#60bde8));
  background: linear-gradient(90deg, #6099f7 0, #60bde8 100%);
  border-radius: 4px;
  padding: 9px 0;
  color: #fff;
  border: none;
  font-size: 14px
}

.home .banner .banner_search button i {
  margin-left: 60px
}

.home .banner .container .home_search {
  position: relative;
  background: #f7f8fa;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  border-radius: 5px;
  padding-left: 20px
}

.home .banner .container .home_search .select2 {
  margin: 20px 14px 20px 0;
  width: 19% !important;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .15)
}

.home .banner .container .home_search .select2 .select2-selection {
  height: 40px !important
}

.home .banner .container .home_search .select2 .select2-selection .select2-selection__rendered {
  padding-top: 5px
}

.home .banner .container .home_search .select2 .select2-selection .select2-selection__arrow {
  margin-top: 5px
}

.home .banner .container .home_search input[name=startTime] {
  background: #fff;
  border: 1px solid #aaa;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 9px;
  width: 14%
}

.home .banner .container .home_search input[name=endTime] {
  background: #fff;
  border: 1px solid #aaa;
  border-left: none;
  border-radius: 0 4px 4px 0;
  padding: 9px;
  width: 14%;
  margin-left: -8px
}

.home .banner .container .home_search button {
  width: 120px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6099f7), to(#60bde8));
  background: linear-gradient(90deg, #6099f7 0, #60bde8 100%);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  border-radius: 0 5px 5px 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  padding: 0
}

.home .banner .container .home_search button i {
  margin-right: 6px
}

.home .banner .container .J-datepicker-range-day {
  width: 25%;
  height: 40px;
  border: 1px solid #aaa
}

.banner-box {
  position: absolute;
  top: 300px;
  left: 50%;
  z-index: 1;
  width: 100%;
  transform: translateX(-50%);
}

@media (max-width:991px) {
  .banner-box {
    top: 14px;
  }
}

.banner-box .banner-text1 {
  font-family: 'Messapia-Bold';
  font-size: 40px;
  color: #FFFFFF;
  line-height: 50px;
  margin-bottom: 5px;
}

@media (max-width:991px) {
  .banner-box .banner-text1,
  .banner-box .banner-text2 {
    display: none;
  }
}

@media (max-width:991px) {
  .banner-box .banner-text1 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.banner-box .banner-text2 {
  font-family: Arial;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 70px;
}

@media (max-width:991px) {
  .banner-box .banner-text2 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.home .banner_search.new_banner_search {
  position: static;
  width: 635px;
  padding: 0;
  border-radius: 8px;
}

@media (max-width:991px) {
  .home .banner_search.new_banner_search {
    width: 100%;
    margin: 0 auto;
  }
}

.home .banner_search.new_banner_search::before,
.home .banner_search.new_banner_search::after {
  content: none !important;
}

.home .banner-search-content {
  display: flex;
  padding: 4px;
  background-color: #fff;
  border-radius: 8px;
}

.home .banner .banner_search.new_banner_search .search_inp {
  width: calc(100% - 134px);
  font-size: 18px;
  color: #003A7F;
  height: 60px;
  line-height: 60px;
  font-family: Arial;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 0;
}

@media (max-width:991px) {
  .home .banner .banner_search.new_banner_search .search_inp {
    width: calc(100%);
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 0;
  }
}

.home .banner .banner_search.new_banner_search .search_inp::placeholder {
  color: #003A7F;
  font-size: 18px;
  font-family: Arial;
}

@media (max-width:991px) {
  .home .banner .banner_search.new_banner_search .search_inp::placeholder {
    font-size: 12px;
  }
}

.home .banner .banner_search.new_banner_search button {
  width: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003A7F;
  border-radius: 0px 5px 5px 0px;
  padding: 9px 0;
  color: #fff;
  border: none;
  font-size: 14px;
}


@media (max-width:991px) {
  .home .banner .banner_search.new_banner_search button {
    width: 100px;
    padding: 2px 4px;
  }
}

@media (max-width:991px) {
  .home .banner .banner_search.new_banner_search button svg {
    width: 14px;
  }
}

.home .product_category {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  /* position: relative; */
  /* overflow: hidden; */
  /* margin-top: 100px; */
  /* margin-bottom: 80px; */
  padding: 144px 0 154px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width:991px) {
  .home .product_category {
    padding: 50px 0 50px;
    background: rgba(0, 58, 127, 0.6) !important;
  }
}

/* .home .product_category::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 15, 19, 0.6);
} */

.home .product_category .container .product_title {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Messapia-Bold';
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 104px;
}

@media (max-width:991px) {
  .home .product_category .container .product_title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

.home .product_category .container .background {
  position: absolute;
  left: 0;
  top: 0
}

.home .product_category .container .product_content .col-md-4 {
  margin: 10px 0;
}

.home .product_category .container .product_content .box {
  height: 300px;
  /* padding: 0 20px; */
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

/* .home .product_category .container .product_content .box img {
  margin-top: 35px;
} */

/* .home .product_category .container .product_content .box:hover {
  box-shadow: 0px 5px 18px 0px rgba(96,155,245,0.18);
} */

.home .product_category .container .product_content .box span {
  /* position: absolute; */
  /* top: 24px; */
  /* left: 20px */
}

.home .product_category .container .product_content .box .box-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  background-color: rgba(199, 212, 225, 0.86);
}

@media (max-width: 992px) {
  .home .product_category .container .product_content .box .box-image {
    height: 110px;
  }
}

.home .product_category .container .product_content .box .box-image img {
  object-fit: contain;
}

@media (max-width: 992px) {
  .home .product_category .container .product_content .box .box-image img {
    height: 80px;
  }
}

.home .product_category .container .product_content .box .box-image-more {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  background-color: rgba(247, 251, 255, 0.86);
}

@media (max-width: 992px) {
  .home .product_category .container .product_content .box .box-image-more {
    height: 190px;
  }
}

.home .product_category .container .product_content .box .box-image-more img {
  object-fit: contain;
}

@media (max-width: 992px) {
  .home .product_category .container .product_content .box .box-image-more img {
    height: 60px;
  }
}

.home .product_category .container .product_content .box .box-text-more {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-family: 'Messapia-Bold';
  font-size: 20px;
  color: #003A7F;
}

@media (max-width: 992px) {
  .home .product_category .container .product_content .box .box-text-more {
    font-size: 12px;
  }
}

.home .product_category .container .product_content .box .box-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #003A7F;
  /* padding: 17px 34px; */
  padding: 17px 30px 17px 34px;
  background-color: #fff;
  border-radius: 0px 0px 15px 15px;
}


@media (max-width:991px) {
  .home .product_category .container .product_content .box .box-text {
    border-top: 2px solid #003A7F;
    padding: 10px 12px;
  }
}

.home .product_category .container .product_content .box .box-text .box-text-left {
  width: 100%;
}

.home .product_category .container .product_content .box .box-text .box-text-right {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 70px;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .home .product_category .container .product_content .box .box-text .box-text-right {
    display: none;
  }
}

.home .product_category .container .product_content .box .box-text .box-text-right svg {
  font-size: 62px;
  height: 32px;
  fill: #DCE6F1;
  opacity: 0.34;
}

.home .product_category .container .product_content .box .box-text .box-text-name {
  font-family: 'Messapia-Bold';
  font-size: 18px;
  color: #003A7F;
}

@media (max-width: 992px) {
  .home .product_category .container .product_content .box .box-text .box-text-name {
    font-size: 12px;
  }
}

.home .product_category .container .product_content .box .box-text .box-text-sku {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #003A7F;
  line-height: 22px;
}

@media (max-width:991px) {
  .home .product_category .container .product_content .box .box-text .box-text-sku {
    font-size: 12px;
    line-height: 20px;
  }
}

.home .product_category .container .product_content .box .box-text .box-text-sku span {
  font-size: 14px;
}

@media (max-width:991px) {
  .home .product_category .container .product_content .box .box-text .box-text-sku span {
    font-size: 12px;
  }
}

/* .home .product_category .container .product_content .box span::before {
  content: '';
  width: 5px;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6099f7), to(#60bde8));
  background: linear-gradient(180deg, #6099f7 0, #60bde8 100%);
  border-radius: 3px;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
} */


@media (max-width:991px) {
  .home .product_category .container .product_content .box {
    height: 170px;
  }
}

.home .product_model {
  /* background: #f7f8fa; */
  padding-bottom: 54px
}

.home .product_model .container .product_model_title {
  /* text-align: center;
  margin-bottom: 40px;
  margin-top: 120px */
  display: block;
  margin-top: 140px;
  margin-bottom: 54px;
  font-family: 'Messapia-Bold';
  font-size: 36px;
  text-align: center;
  color: #003A7F;
}

@media (max-width:991px) {
  .home .product_model .container .product_model_title {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 22px;
  }
}

@media (max-width:991px) {
  .home .product_pop .container .product_model_content .row {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.home .product_model .container .product_model_content .col-md-3 {
  margin: 10px 0
}

.home .product_model .container .product_model_content .col-md-3 .model_box {
  height: 204px;
  background: #003A7F;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 992px) {
  .home .product_model .container .product_model_content .col-md-3 .model_box {
    height: 100px;
  }
}

.home .product_model .container .product_model_content .col-md-3 .model_box .centent {
  text-align: center
}

@media (max-width: 992px) {
  .home .product_model .container .product_model_content .col-md-3 .model_box .centent img {
    transform: scale(0.6);
  }
}

.home .product_model .container .product_model_content .col-md-3 .model_box .centent .text {
  height: 25px;
  font-size: 20px;
  font-family: Arial;
  font-weight: 600;
  color: #fff;
  margin-top: 0px;
}

@media (max-width:991px) {
  .home .product_model .container .product_model_content .col-md-3 .model_box .centent .text {
    height: auto;
    font-size: 13px;
  }
}

.home .product_model .container .product_model_content .col-md-3 .model_mask {
  background: #F2F5F8;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  right: 10px;
  opacity: 0
}

@media (max-width: 992px) {
  .home .product_model .container .product_model_content .col-md-3 .model_mask {
    display: none;
  }
}

.home .product_model .container .product_model_content .col-md-3 .model_mask:hover {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s
}

.home .product_model .container .product_model_content .col-md-3 .model_mask .title {
  height: 22px;
  font-size: 20px;
  font-family: Arial;
  font-weight: 600;
  color: #003A7F;
  line-height: 20px;
  margin: 35px 0 21px;
  position: relative
}

/* .home .product_model .container .product_model_content .col-md-3 .model_mask .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
} */

.home .product_model .container .product_model_content .col-md-3 .model_mask .content {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #003A7F;
  line-height: 24px;
  margin: 0 38px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.home .video {
  margin: 58px 0;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#6099f7), to(#60bde8)); */
  /* background: linear-gradient(180deg, #6099f7 0, #60bde8 100%) */
}

@media (max-width:991px) {
  .home .video,
  .home .modern_factory {
    display: none;
  }
}

.home .video .video-box {
  display: flex;
  align-items: center;
}

@media (max-width:991px) {
  .home .video .video-box {
    flex-direction: column;
  }
}

.home .video .video-box .video-box-item {
  width: 50%;
}

@media (max-width:991px) {
  .home .video .video-box .video-box-item {
    width: 100%;
  }
}

.home .video .container .video_l {
  position: relative;
  background-color: #F2F5F8;
  padding: 63px 63px 78px 70px;
  z-index: 1;
}

@media (max-width:991px) {
  .home .video .container .video_l {
    padding: 30px 20px;
  }
}

.home .video .container .video_l::before {
  content: '';
  position: absolute;
  right: -58px;
  top: 0;
  background-color: #F2F5F8;
  width: 100%;
  height: 100%;
  transform: skewX(-12deg);
  z-index: -1;
}

@media (max-width:991px) {
  .home .video .container .video_l::before {
    content: none;
  }
}

.home .video .container .video_l .title {
  display: block;
  position: relative;
  font-family: 'Messapia-Bold';
  font-size: 36px;
  color: #003A7F;
  margin-bottom: 50px;
}

.home .video .container .video_l .title .title-poa {
  position: absolute;
  top: 9px;
  left: 14px;
}

@media (max-width:991px) {
  .home .video .container .video_l .title {
    font-size: 24px;
    color: #003A7F;
    margin-bottom: 30px;
  }
}

/* .home .video .container .video_l .title::before {
  content: '';
  width: 60px;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: -30px;
  left: 0
} */

.home .video .container .video_l .content {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
}

@media (max-width:991px) {
  .home .video .container .video_l .content {
    font-size: 14px;
    line-height: 26px;
  }
}

.home .video .container .video_l button {
  /* margin: 30px 0 80px; */
  margin-top: 50px;
  padding: 17px 60px;
  background: #003A7F;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #fff;
  line-height: 22px
}

@media (max-width:991px) {
  .home .video .container .video_l button {
    margin-top: 30px;
    padding: 12px 40px;
    background: #003A7F;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #fff;
    line-height: 24px
  }
}

.home .video .container .video_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.home .product_pop {
  margin: 60px 0;
}

@media (max-width: 992px) {
  .home .product_pop {
    margin: 30px 0 70px;
  }
}

.home .product_pop .centent {
  /* width: 297px; */
  width: calc(100% - 50px);
  margin-bottom: 60px;
}


@media (max-width:1440px) {
  .home .product_pop .centent {
    width: calc(100% - 40px);
  }
}

@media (max-width:991px) {
  .home .product_pop .centent {
    width: 100%;
    margin-bottom: 20px;
  }
}

.home .product_pop .product_model_content_title {
  display: block;
  font-family: 'Messapia-Bold';
  font-size: 24px;
  line-height: 29px;
  color: #003A7F;
  margin-bottom: 40px;
  margin-left: 10px;
}

@media (max-width:991px) {
  .home .product_pop .product_model_content_title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px;
    margin-left: 10px;
  }
}

.home .product_pop .centent_product {
  display: flex;
}

@media (max-width:991px) {
  .home .product_pop .centent_product {
    width: 90px;
    flex-direction: column;
  }
}

.home .product_pop .centent_product .centent_product_image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 100px;
  flex-shrink: 0;
  background: #F2F5F8;
}

@media (max-width: 992px) {
  .home .product_pop .centent_product .centent_product_image {
    width: 90px;
    height: 60px;
    padding: 6px;
  }
}

.home .product_pop .centent_product .centent_product_image:hover .centent_product_image_add {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003A7F;
  display: block;
  cursor: pointer;
}

.home .product_pop .centent_product .centent_product_image .centent_product_image_add {
  display: none;
}

.home .product_pop .centent_product .centent_product_image .centent_product_image_add::before,
.home .product_pop .centent_product .centent_product_image .centent_product_image_add::after {
  content: '';
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 2px;
  background-color: #fff;
}

.home .product_pop .centent_product .centent_product_image .centent_product_image_add::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.home .product_pop .centent_product .centent_product_image img {
  object-fit: contain;
}

.home .product_pop .centent_product .centent_product_info {
  width: calc(100% - 149px);
  margin-left: 16px;
}

@media (max-width: 992px) {
  .home .product_pop .centent_product .centent_product_info {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.home .product_pop .centent_product .centent_product_info .centent_product_title {
  display: block;
  font-family: Arial;
  font-weight: 600;
  font-size: 20px;
  color: #111111;
}

@media (max-width:991px) {
  .home .product_pop .centent_product .centent_product_info .centent_product_title {
    font-size: 14px;
  }
}

.home .product_pop .centent_product .centent_product_info .centent_product_model {
  display: block;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
}

@media (max-width:991px) {
  .home .product_pop .centent_product .centent_product_info .centent_product_model {
    font-size: 12px;
  }
}

.home .product_pop .centent_product .centent_product_info .centent_product_title:hover,
.home .product_pop .centent_product .centent_product_info .centent_product_model:hover {
  color: #003A7F;
}


.home .product_pop .centent_desc {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  height: 40px;
  line-height: 20px;
  margin-top: 18px;
}

@media (max-width:991px) {
  .home .product_pop .centent_desc {
    display: none;
  }
}

.home .modern_factory {
  max-width: 1920px;
  margin: 60px 0;
  margin-left: auto;
  margin-right: auto;
  /* position: relative; */
  /* overflow: hidden; */
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width:991px) {
  .home .modern_factory {
    margin: 30px 0;
    padding: 50px 0;
  }
}

.home .modern_factory .centent {
  text-align: center;
}

@media (max-width:991px) {
  .home .modern_factory .centent {
    margin-bottom: 20px;
  }
}

.home .modern_factory .text1 {
  font-family: 'Messapia-Bold';
  font-size: 50px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 19px;
}

@media (max-width:991px) {
  .home .modern_factory .text1 {
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 12px;
  }
}

.home .modern_factory .text1 span {
  font-family: Arial;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
}

@media (max-width:991px) {
  .home .modern_factory .text1 span {
    font-size: 18px;
  }
}

.home .modern_factory .text2 {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}

@media (max-width:991px) {
  .home .modern_factory .text2 {
    font-size: 16px;
  }
}

.home .news .news_title {
  text-align: center;
  margin: 120px 0 40px
}

.home .news .news_content .news_box {
  margin: 10px 0;
  background: #f7f8fa;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.home .news .news_content .news_box .news_l {
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6099f7), to(#60bde8));
  background: linear-gradient(180deg, #6099f7 0, #60bde8 100%);
  text-align: center
}

.home .news .news_content .news_box .news_l .date {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
  letter-spacing: 2px;
  margin-top: 30px;
  position: relative
}

.home .news .news_content .news_box .news_l .date::before {
  content: '';
  width: 60%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.home .news .news_content .news_box .news_l .year {
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fff;
  line-height: 11px;
  opacity: .2
}

.home .news .news_content .news_box .news_r {
  margin-left: 10px
}

.home .news .news_content .news_box .news_r p {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 33px
}

.home .news .news_content .news_box .news_r .text {
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555;
  line-height: 22px
}

@media (max-width:768px) {
  .home .news .news_content .news_box .news_r p {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px
  }

  .home .news .news_content .news_box .news_r .text {
    font-size: 8px;
    font-weight: 200;
    line-height: 11px
  }
}

.home .contactUs {
  background: url(../img/map.jpg) center center no-repeat;
  padding-bottom: 80px
}

.home .contactUs .container .contactUs1 {
  width: 680px;
  margin: 0 auto
}

.home .contactUs .container .contactUs1 .contactUs_title {
  text-align: center;
  margin: 120px 0 50px
}

.home .contactUs .container .contactUs1 .contactUs_content {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  border-radius: 5px;
  padding: 1px 30px 30px;
  border-top: 1px solid #466CFB
}

.home .contactUs .container .contactUs1 .contactUs_content p {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 25px;
  margin: 30px 0 10px
}

.home .contactUs .container .contactUs1 .contactUs_content .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 20px
}

.home .contactUs .container .contactUs1 .contactUs_content i {
  margin: 30px 30px 0 0
}

@media (max-width:768px) {
  .home .contactUs .container .contactUs1 {
    width: 100%
  }
}

.home a {
  cursor: pointer
}

footer {
  padding: 50px 60px;
  background: #091A31;
}

footer .container .footer_top {
  margin-top: 50px;
  border-right: none !important;
  display: inherit !important;
  border-bottom: 1px solid #ccc;
  padding-left: 40px
}

footer .container .footer_top .footer_box {
  margin-bottom: 30px
}

footer .container .footer_top .footer_box .footer_top_t {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px
}

footer .container .footer_top .footer_box .footer_top_text .text {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999;
  margin-bottom: 10px;
  max-width: initial
}

footer .container .footer_top .footer_box .footer_top_text .footer-1,
footer .container .footer_top .footer_box .footer_top_text .footer-2 {
  margin-right: 10px
}

footer .container .footer_top .footer_box i {
  font-size: 33px;
  color: #fff;
  margin-right: 20px
}

@media (max-width:768px) {
  footer .container .footer_top {
    border-right: none
  }
}

footer .container .footer_b {
  margin-top: 20px;
  padding-bottom: 53px
}

footer .container .footer_b a {
  color: #fff
}

footer .container .footer_b a span {
  font-size: 14px;
  font-family: Arial;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
  margin-left: 20px
}

footer .container .footer_b .footer_b_r {
  text-align: right;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999
}

.jtlogin img {
  width: 100%;
  height: 100%
}

.jtlogin {
  background: url(../img/login-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.jtlogin .container {
  /* background: url(../img/login-bj.png) center bottom no-repeat */
}

.jtlogin .container .login_box {
  /* width: 553px; */
  width: 460px;
  margin: 73px auto 160px;
  padding: 57px 52px 70px;
  /* background: #fff; */
  background: #F7FBFF;
  -webkit-box-shadow: 0 0 18px 0 rgba(70, 108, 251, .17);
  box-shadow: 0 0 18px 0 rgba(70, 108, 251, .17);
  border-radius: 10px
}

.jtlogin .container .login_box .login_title {
  /* font-size: 48px; */
  /* font-family: DINMittelschriftStd; */
  /* font-weight: 400; */
  /* color: #252627; */
  /* line-height: 70px; */
  /* margin-bottom: 78px; */
  margin-bottom: 45px;
}

.jtlogin .container .login_box .login_title .login_title_img {
  height: 50px;
  margin-bottom: 18px;
}

@media (max-width:991px) {
  .jtlogin .container .login_box .login_title .login_title_img {
    height: 34px;
    margin-bottom: 12px;
  }
}

.jtlogin .container .login_box .login_title .login_title_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jtlogin .container .login_box .login_title .login_title_text {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #003A7F;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

@media (max-width:991px) {
  .jtlogin .container .login_box .login_title .login_title_text {
    font-size: 16px;
    line-height: 19px;
  }
}

.jtlogin .container .login_box form .form-group {
  margin-bottom: 14px;
}

@media (max-width:991px) {
  .jtlogin .container .login_box form .form-group {
    margin-bottom: 20px;
  }
}

.jtlogin .container .login_box form .form-group label:not(.error) {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #003A7F;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
}

@media (max-width:991px) {
  .jtlogin .container .login_box form .form-group label:not(.error) {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }
}

.jtlogin .container .login_box form .form-group label.error {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: red;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 4px;
}

@media (max-width:991px) {
  .jtlogin .container .login_box form .form-group label.error {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
  }
}

.login_box .form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 19px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #C2C8D0;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (max-width:991px) {
  .login_box .form-control {
    height: 40px;
    padding: 12px;
    color: #000;
    background-color: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
}

.jtlogin .container .login_box form .forget {
  display: inline-block;
  font-size: 13px;
  font-family: Arial;
  font-weight: 400;
  color: #466CFB;
  line-height: 22px;
  margin: 7px 0 35px
}

.jtlogin .container .login_box form button {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  display: block !important;
  background: #003A7F;
  border-color: #003A7F;
  border-radius: 5px;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #fff;
  padding: 17px 0;
  outline: none;
}

@media (max-width:991px) {
  .jtlogin .container .login_box form button {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    display: block !important;
    background: #003A7F;
    border-color: #003A7F;
    border-radius: 5px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #fff;
    padding: 7px 0;
    outline: none;
  }
}

.jtlogin .container .login_box .text {
  text-align: center;
  font-size: 13px;
  font-family: Arial;
  font-weight: 400;
  color: #6f6c68;
  line-height: 22px
}

.jtlogin .container .login_box .text a {
  color: #466cfb
}

@media (max-width:768px) {
  .jtlogin .container .login_box {
    /* width: 80%; */
    width: 313px;
    padding: 40px 30px 20px;
  }

  .jtlogin .container .login_box .login_title {
    margin-bottom: 32px;
  }
}

.jtcontactUs {
  background: #f5f5f5
}

.jtcontactUs .container .icon {
  margin-right: 8px
}

.jtcontactUs .container .text {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #6F6C68;
  line-height: 22px;
  margin: 20px 0 31px
}

.jtcontactUs .container .text a {
  color: #333;
  margin-left: 3px
}

.jtcontactUs .container .contactBox {
  background: #fff;
  border: 1px solid #d9dee5;
  margin-bottom: 80px;
  padding: 40px 58px 58px 60px
}

.jtcontactUs .container .contactBox .title {
  font-size: 18px;
  font-family: FZDaHei-B02S;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  margin-bottom: 30px
}

.jtcontactUs .container .contactBox .content1 {
  margin-bottom: 30px
}

.jtcontactUs .container .contactBox .content1 span {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #000;
  line-height: 44px
}

.jtcontactUs .container .contactBox .contact_link {
  margin-bottom: 30px
}

.jtcontactUs .container .contactBox .contact_link a {
  background: -webkit-gradient(linear, left top, left bottom, from(#6099f7), color-stop(133%, #60bde8));
  background: linear-gradient(180deg, #6099f7, #60bde8 133%);
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 18px;
  border:none;
}

.jtcontactUs .container .contactBox .contact_link a img {
  margin-right: 6px
}

@media (max-width:768px) {
  .jtcontactUs .container .contactBox {
    padding: 20px 28px 28px 30px
  }
}

.cart {
  padding: 37px 0 80px;
  background: #E8EBF0
}

.cart .container .cart_content {
  background: #fff;
  border: 1px solid #d9dee5
}

.cart .container .cart_content .cart_content_top {
  padding: 19px 21px;
  /* background: #f7f8fa; */
  font-size: 18px;
  font-family: FZDaHei-B02S;
  font-weight: 400;
  color: #1b1b1b
}

.cart .container .cart_content .cart_content_bottom {
  padding: 20px
}

.cart .container .cart_content .cart_content_bottom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.cart .container .cart_content .cart_content_bottom .row .jun-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebeef5
}

.cart .container .cart_content .cart_content_bottom .row .jum-select {
  padding:10px;
}

.cart .container .cart_content .cart_content_bottom .row .jum-imgdiv {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cart .container .cart_content .cart_content_bottom .row .jum-imgdiv .jum-img {
  width: 100px;
  height: 100px
}

.cart .container .cart_content .cart_content_bottom .row .jum-imgdiv .jum-img img {
  max-width: 100%;
  width: 100px;
  min-width: 100px;
}

.cart .container .cart_content .cart_content_bottom .row .jum-imgdiv .jum-imgdesc {
  text-align: left;
  margin-left: 20px
}

.cart .container .cart_content .cart_content_bottom .row .jum-imgdiv .jum-imgdesc .jum-imgtitle {
  margin-bottom: 5px
}

.cart .container .cart_content .cart_content_bottom .row .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 a {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333;
  line-height: 20px;
  margin: 0;
  cursor: pointer
}

.cart .container .cart_content .cart_content_bottom .row .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 a:hover {
  color: #6099f7
}

.cart .container .cart_content .cart_content_bottom .row .jum-imgdiv .jum-imgdesc .jum-imgp {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.cart .container .cart_content .cart_content_bottom .row .jum-imgdiv .jum-imgdesc .jum-imgp label {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 18px;
  margin: 0
}

.cart .container .cart_content .cart_content_bottom .row .jum-imgdiv .jum-imgdesc .jum-imgp span {
  margin-left: 10px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333;
  line-height: 18px
}

.cart .container .cart_content .cart_content_bottom .row .jum-prodesc {
  margin: 0 30px;
  flex: 1;
  max-width: 280px;
}

.cart .container .cart_content .cart_content_bottom .row .jum-prodesc p {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 18px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.cart .container .cart_content .cart_content_bottom .row .jum-prodesc p span {
  color: #6099f7
}

.cart .container .cart_content .cart_content_bottom .row .cart_content_bottom_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.cart .container .cart_content .cart_content_bottom .row .cart_content_bottom_r img {
  width: 98px;
  height: 88px;
  margin-right: 20px
}

.cart .container .cart_content .cart_content_bottom .row .cart_content_bottom_r .cart_content_bottom_r1 .cart_content_bottom_title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #252627;
  line-height: 22px;
  margin-bottom: 8px
}

.cart .container .cart_content .cart_content_bottom .row .cart_content_bottom_r .cart_content_bottom_r1 .cart_content_bottom_price {
  font-size: 24px;
  font-family: Century Gothic;
  font-weight: 400;
  color: #e91835;
  line-height: 22px;
  margin-bottom: 15px
}

.cart .container .cart_content .cart_content_bottom .row .cart_content_bottom_r .cart_content_bottom_r1 .cart_content_bottom_model {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8D8D8D
}

.cart .container .cart_content .cart_content_bottom .row .cart_content_bottom_r .cart_content_bottom_r1 .cart_content_bottom_model span {
  color: #252627
}

.cart .container .cart_content .cart_content_bottom .row .input-group .input-group-btn button {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
  width: 30px;
  padding:0 5px;
}

.cart .container .cart_content .cart_content_bottom .row .input-group .input-group-btn button:focus {
  outline: none;
}

.cart .container .cart_content .cart_content_bottom .row .input-group .input-group-btn button.sub-product{
  border-right: 0;
}

.cart .container .cart_content .cart_content_bottom .row .input-group .input-group-btn button.add-product{
  border-left: 0;
  margin-left: 0px;
}

.cart .container .cart_content .cart_content_bottom .row .input-group input {
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
  min-width: 70px;
  padding: 5px;
}

.cart .container .cart_content .cart_content_bottom .row .input-group i {
  color: #252627
}

.cart .container .cart_content .cart_content_bottom hr:nth-last-child(1) {
  margin-bottom: 0
}

@media (max-width:768px) {
  .cart .container .cart_content .cart_content_bottom {
    padding: 10px 35px 0 20px
  }

  .cart .container .cart_content .cart_content_bottom .row .cart_content_bottom_r img {
    width: 75px;
    height: 75px;
    margin-right: 10px
  }

  .cart .container .cart_content .cart_content_bottom .row .cart_content_bottom_r .cart_content_bottom_r1 .cart_content_bottom_title {
    font-size: 9px;
    font-family: Microsoft YaHei;
    font-weight: 200;
    color: #252627;
    line-height: 11px;
    margin-bottom: 4px
  }

  .cart .container .cart_content .cart_content_bottom .row .cart_content_bottom_r .cart_content_bottom_r1 .cart_content_bottom_price {
    font-size: 12px;
    font-weight: 200;
    line-height: 11px;
    margin-bottom: 7.5px
  }

  .cart .container .cart_content .cart_content_bottom .row .cart_content_bottom_r .cart_content_bottom_r1 .cart_content_bottom_model {
    font-size: 6px;
    font-weight: 200
  }
}

.cart .container .cart_summary {
  background: #fff;
  padding: 26px 40px;
  transition: all 0.5s;
  position: sticky;
  bottom: 0;
}

.cart .container .cart_summary .cart_number {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #003A7F;
  line-height: 22px;
  margin-bottom: 20px
}

.cart .container .cart_summary .cart_summary_content .numtotal,
.cart .container .cart_summary .cart_summary_content .priorparts,
.cart .container .cart_summary .cart_summary_content .single_number,
.cart .container .cart_summary .cart_summary_content .single_price,
.cart .container .cart_summary .cart_summary_content .subtotal {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #252627
}

.cart .container .cart_summary .cart_summary_content .priorparts {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 0;
}

.cart .container .cart_summary .cart_summary_content .single_price {
  text-align: right;
  margin-bottom: 5px
}

.cart .container .cart_summary .cart_summary_content .catecolumn {
  margin-bottom: 10px;
}

.cart .container .cart_summary .cart_summary_content .single_number {
  text-align: center;
  margin-bottom: 10px
}

.cart .container .cart_summary .cart_summary_content .rowcontent,
.cart .container .cart_summary .cart_summary_content .rowtitle {
  margin: 0;
  padding: 0
}

.cart .container .cart_summary .cart_summary_content .rowtitle {
}

.cart .container .cart_summary .cart_summary_content .rowcontent {
  padding-left: 15px
}

.cart .container .cart_summary hr {
  margin-top: 0;
  margin-bottom: 28px
}

.cart .container .cart_summary .total {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #000;
  line-height: 22px
}

.cart .container .cart_summary .total_price {
  font-size: 24px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
  line-height: 20px;
  text-align: right
}

.cart .container .cart_summary button {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6099f7), to(#60bde8));
  background: linear-gradient(90deg, #6099f7, #60bde8);
  border-radius: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  border: none;
  margin-top: 39px;
  padding: 12px
}

.topbar .navbar-right .fa {
  vertical-align: inherit
}

.topbar .navbar-right .dropdown-menu .login a {
  padding: 6px;
  display: inline-block;
  background: #f7f8fa;
  border-radius: 2px;
  margin-left: 11px;
  width: 63px;
  text-align: center;
  margin-bottom: 11px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4174F4
}

.topbar .navbar-right .dropdown-menu .login a.active {
  background: #466cfb;
  color: #fff
}

.topbar .navbar-right .dropdown-menu a:hover {
  background: #F3F9FF
}

.topbar .navbar-right a img {
  margin-bottom: 3px
}

.site-header {
  padding: 13px 0
}

.site-header .search-pc .form-control {
  -webkit-box-shadow: none;
  box-shadow: none
}

.site-header .search-pc .form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: none
}

.site-header .search-pc button {
  border-radius: 0;
  background-color: #fff;
  color: #466CFB;
  outline: 0;
  border-left: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.site-header .search-pc button:focus,
.site-header .search-pc button:hover {
  border-color: #ccc;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.site-header .search-pc .btn_right {
  width: 20px;
  height: 20px;
  background: #466CFB;
  color: #fff
}

.wrap-sticky .sticky {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 999
}

.wrap-sticky .bootsnav {
  background-color: #fff !important;
  border-top: 1px solid #D9DEE5
}

.wrap-sticky .bootsnav .container .collapse .dropdown-menu {
  border-top: 1px solid #ccc
}

.wrap-sticky .bootsnav .container .collapse .dropdown-menu li:hover {
  background: #eef4ff
}

.wrap-sticky .bootsnav .container .collapse .navbar-nav li a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400 !important;
  color: #333 !important;
  line-height: 20px;
  white-space: nowrap;
}

.wrap-sticky .bootsnav .container .collapse .navbar-nav li.nav-active {
  position: relative
}

.wrap-sticky .bootsnav .container .collapse .navbar-nav li.nav-active>a {
  font-weight: 600 !important;
  color: #4174f4 !important
}

.wrap-sticky .bootsnav .container .collapse .navbar-nav li.nav-active::after {
  content: '';
  width: 60%;
  height: 2px;
  background: #466cfb;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.jtaboutUsDetail {
  background: #e8e8f0
}

.jtaboutUsDetail img {
  width: 100%;
  height: 100%
}

.jtaboutUsDetail .container {
  padding-bottom: 50px
}

.jtaboutUsDetail .container .text {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #6F6C68;
  line-height: 22px;
  margin: 20px 0
}

.jtaboutUsDetail .container .text a {
  color: #333;
  margin-left: 3px;
  cursor: pointer
}

.jtaboutUsDetail .container .path_content {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 88px 80px 50px;
  margin-bottom: 30px
}

.jtaboutUsDetail .container .path_content .aboutUs_title {
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 600;
  color: #333;
  line-height: 25px
}

.jtaboutUsDetail .container .path_content .aboutUs_title_bottom {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #999;
  line-height: 20px;
  margin: 20px 0 30px
}

.jtaboutUsDetail .container .path_content .aboutUs_box_l {
  width: 44%;
  background: #fff;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .05);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .05);
  border-radius: 4px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative
}

.jtaboutUsDetail .container .path_content .aboutUs_box_l::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #F7F8FA;
  position: absolute;
  top: 33px;
  right: -20px
}

.jtaboutUsDetail .container .path_content .aboutUs_box_l .aboutUs_box_circle {
  z-index: 100;
  position: absolute;
  top: 36px;
  right: -48px;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 2px;
  border-radius: 50%
}

.jtaboutUsDetail .container .path_content .aboutUs_box_l .aboutUs_box_circle .aboutUs_box_c {
  width: 7px;
  height: 7px;
  background: #466cfb;
  border-radius: 50%
}

.jtaboutUsDetail .container .path_content .aboutUs_box_l .year {
  text-align: right;
  padding: 17px 26px;
  background: #f7f8fa;
  border-radius: 4px;
  font-size: 32px;
  font-family: DINMittelschriftStd;
  font-weight: 400;
  color: #333;
  line-height: 53px
}

.jtaboutUsDetail .container .path_content .aboutUs_box_l img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 14px 0 16px 30px
}

.jtaboutUsDetail .container .path_content .aboutUs_box_l .aboutUs_box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 14px 17px 0 0
}

.jtaboutUsDetail .container .path_content .aboutUs_box_l .aboutUs_box_text .text {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #333;
  line-height: 23px
}

.jtaboutUsDetail .container .path_content .aboutUs_box_r {
  width: 44%;
  background: #fff;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .05);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .05);
  border-radius: 4px;
  margin-left: 53%;
  margin-top: 20px;
  position: relative
}

.jtaboutUsDetail .container .path_content .aboutUs_box_r::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #F7F8FA transparent transparent;
  position: absolute;
  top: 33px;
  left: -20px
}

.jtaboutUsDetail .container .path_content .aboutUs_box_r .aboutUs_box_circle {
  z-index: 100;
  position: absolute;
  top: 36px;
  left: -42px;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 2px;
  border-radius: 50%
}

.jtaboutUsDetail .container .path_content .aboutUs_box_r .aboutUs_box_circle .aboutUs_box_c {
  width: 7px;
  height: 7px;
  background: #466cfb;
  border-radius: 50%
}

.jtaboutUsDetail .container .path_content .aboutUs_box_r .year {
  text-align: left;
  padding: 17px 26px;
  background: #f7f8fa;
  border-radius: 4px;
  font-size: 32px;
  font-family: DINMittelschriftStd;
  font-weight: 400;
  color: #333;
  line-height: 53px
}

.jtaboutUsDetail .container .path_content .aboutUs_box_r img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 14px 0 16px 30px
}

.jtaboutUsDetail .container .path_content .aboutUs_box_r .aboutUs_box_text {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #333;
  line-height: 23px;
  margin: 14px 17px 0 0
}

.jtaboutUsDetail .container .path_content .aboutUs_footer {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  margin-top: 10px
}

.jtaboutUsDetail .container .zhengshu_content {
  background: #fff;
  border-radius: 5px;
  padding: 50px 80px;
  margin-bottom: 30px
}

.jtaboutUsDetail .container .zhengshu_content .zhengshu_title {
  margin-bottom: 50px;
  width: 100%;
  text-align: center
}

.jtaboutUsDetail .container .zhengshu_content .zhengshu_title h4 {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #333;
  line-height: 25px;
  margin: 0
}

.jtaboutUsDetail .container .zhengshu_content .zhengshu_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jtaboutUsDetail .container .zhengshu_content .zhengshu_con .zhengshu_imggroup {
  width: 21%;
  margin-bottom: 30px;
}

.jtaboutUsDetail .container .zhengshu_content .zhengshu_con .zhengshu_img {
  width: 100%;
  height: auto;
  max-height: none;
}

@media screen and (max-width:768px) {
  .jtaboutUsDetail .container .zhengshu_content {
    padding: 20px !important
  }

  .jtaboutUsDetail .container .zhengshu_title {
    margin-bottom: 20px !important
  }

  .jtaboutUsDetail .container .zhengshu_con {
    gap: 20px 30px !important;
    grid-template-columns: 1fr 1fr !important
  }
}

.jtaboutUsDetail .container .equipment_content {
  background: #fff;
  border-radius: 5px;
  padding: 50px 80px;
  margin-bottom: 30px
}

.jtaboutUsDetail .container .equipment_content .equipment_title {
  margin-bottom: 50px;
  width: 100%;
  text-align: center
}

.jtaboutUsDetail .container .equipment_content .equipment_title h4 {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #333;
  line-height: 25px;
  margin: 0
}

.jtaboutUsDetail .container .equipment_content .equipment_text {
  margin-bottom: 30px
}

.jtaboutUsDetail .container .equipment_content .equipment_text p {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: justify;
  color: #333;
  line-height: 40px;
  margin: 0
}

.jtaboutUsDetail .container .equipment_content .equipment_con {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row
}

.jtaboutUsDetail .container .equipment_content .equipment_con .equipment_img {
  width: 100%;
  height: auto
}

.jtaboutUsDetail .container .equipment_content .equipment_con .equipment_imggroup-io {
  grid-column-start: 1;
  grid-column-end: 3
}

@media screen and (max-width:768px) {
  .jtaboutUsDetail .container .equipment_content {
    padding: 20px !important
  }

  .jtaboutUsDetail .container .equipment_content .equipment_text,
  .jtaboutUsDetail .container .equipment_content .equipment_title {
    margin-bottom: 20px !important
  }

  .jtaboutUsDetail .container .equipment_content .equipment_text p {
    line-height: 25px !important
  }

  .jtaboutUsDetail .container .equipment_content .equipment_con {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row
  }

  .jtaboutUsDetail .container .equipment_content .equipment_con .equipment_img {
    width: 100%;
    height: auto
  }

  .jtaboutUsDetail .container .equipment_content .equipment_con .equipment_imggroup-io {
    grid-column-start: 1;
    grid-column-end: 3
  }
}

.jtaboutUsDetail ._container {
  padding: 0
}

@media (max-width:767px) {
  .jtaboutUsDetail ._container {
    width: 95%
  }
}

@media (min-width:768px) {
  .jtaboutUsDetail ._container {
    max-width: 740px;
    width: 740px
  }
}

@media (min-width:992px) {
  .jtaboutUsDetail ._container {
    max-width: 960px;
    width: 960px
  }
}

@media (min-width:1200px) {
  .jtaboutUsDetail ._container {
    max-width: 1200px;
    width: 1200px
  }
}

.jtmyInvoice {
  background: #E8EBF0
}

.jtmyInvoice .container .myInvoice_bread {
  margin: 31px 0 30px
}

.jtmyInvoice .container .myInvoice_bread a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555;
  line-height: 20px
}

.jtmyInvoice .container .myInvoice_bread a:nth-child(1) {
  margin-left: 10px
}

.jtmyInvoice .container .myInvoice_bread a:nth-last-child(1) {
  color: #252627
}

.jtmyInvoice .container .myInvoice_content .MI_content_l {
  min-height: 476px;
  background: #fff;
  border: 1px solid #d9dee5;
  margin-right: 10px;
  margin-bottom: 30px
}

.jtmyInvoice .container .myInvoice_content .MI_content_l .MI_content_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 20px;
  background: #F7F8FA
}

.jtmyInvoice .container .myInvoice_content .MI_content_l .MI_content_c {
  padding: 25px 25px 25px 50px
}

.jtmyInvoice .container .myInvoice_content .MI_content_l .MI_content_c .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  margin-bottom: 20px
}

.jtmyInvoice .container .myInvoice_content .MI_content_l .MI_content_c .text a {
  color: #333
}

.jtmyInvoice .container .myInvoice_content .MI_content_l .MI_content_c .active {
  position: relative
}

.jtmyInvoice .container .myInvoice_content .MI_content_l .MI_content_c .active a {
  color: #466BFB
}

.jtmyInvoice .container .myInvoice_content .MI_content_l .MI_content_c .active::before {
  content: '';
  width: 2px;
  height: 10px;
  background: #466cfb;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.jtmyInvoice .container .myInvoice_content .MI_content_r {
  min-height: 476px;
  background: #fff;
  border: 1px solid #d9dee5
}

.jtmyInvoice .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group {
  width: 320px;
  margin: 11px 5px 11px 27px
}

.jtmyInvoice .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group input[type=text] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.jtmyInvoice .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group input[type=text]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc
}

.jtmyInvoice .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group .input-group-addon {
  background: #fff;
  cursor: pointer
}

.jtmyInvoice .container .myInvoice_content .MI_content_r .MI_content_r_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 25px;
  background: #F7F8FA;
  border-top: 1px solid #ccc
}

.jtmyInvoice .container .myInvoice_content .MI_content_r_bottom {
  padding: 20px
}

.jtmyInvoice .container .myInvoice_content .MI_content_r_bottom table td {
  text-align: center
}

.jtmyInvoice .container .myInvoice_content .MI_content_r_bottom table td a {
  color: #333
}

.jtmyInvoiceDetail {
  background: #E8EBF0
}

.jtmyInvoiceDetail .container .myInvoice_bread {
  margin: 31px 0 30px
}

.jtmyInvoiceDetail .container .myInvoice_bread a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555;
  line-height: 20px
}

.jtmyInvoiceDetail .container .myInvoice_bread a:nth-child(1) {
  margin-left: 10px
}

.jtmyInvoiceDetail .container .myInvoice_bread a:nth-last-child(1) {
  color: #252627
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_l {
  min-height: 476px;
  background: #fff;
  border: 1px solid #d9dee5;
  margin-right: 10px;
  margin-bottom: 30px
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_l .MI_content_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 20px;
  background: #F7F8FA
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_l .MI_content_c {
  padding: 25px 25px 25px 50px
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_l .MI_content_c .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  margin-bottom: 20px
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_l .MI_content_c .text a {
  color: #333
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_l .MI_content_c .active {
  position: relative
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_l .MI_content_c .active a {
  color: #466BFB
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_l .MI_content_c .active::before {
  content: '';
  width: 2px;
  height: 10px;
  background: #466cfb;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_r {
  min-height: 476px;
  background: #fff;
  border: 1px solid #d9dee5
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group {
  width: 320px;
  margin: 11px 5px 11px 27px
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group input[type=text] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  border-right: none
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group input[type=text]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group .input-group-addon {
  background: #fff;
  cursor: pointer
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_r .MI_content_r_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 25px;
  background: #F7F8FA;
  border-top: 1px solid #ccc
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_r_bottom {
  padding: 20px
}

.jtmyInvoiceDetail .container .myInvoice_content .MI_content_r_bottom table td {
  text-align: center
}

.jtMyQuotation {
  background: #E8EBF0
}

.jtMyQuotation .container .myInvoice_bread {
  margin: 31px 0 30px
}

.jtMyQuotation .container .myInvoice_bread a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555;
  line-height: 20px
}

.jtMyQuotation .container .myInvoice_bread a:nth-child(1) {
  margin-left: 10px
}

.jtMyQuotation .container .myInvoice_bread a:nth-last-child(1) {
  color: #252627
}

.jtMyQuotation .container .myInvoice_content .MI_content_l {
  min-height: 476px;
  background: #fff;
  border: 1px solid #d9dee5;
  margin-right: 10px;
  margin-bottom: 30px
}

.jtMyQuotation .container .myInvoice_content .MI_content_l .MI_content_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 20px;
  background: #F7F8FA
}

.jtMyQuotation .container .myInvoice_content .MI_content_l .MI_content_c {
  padding: 25px 25px 25px 50px
}

.jtMyQuotation .container .myInvoice_content .MI_content_l .MI_content_c .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  margin-bottom: 20px
}

.jtMyQuotation .container .myInvoice_content .MI_content_l .MI_content_c .text a {
  color: #333
}

.jtMyQuotation .container .myInvoice_content .MI_content_l .MI_content_c .active {
  position: relative
}

.jtMyQuotation .container .myInvoice_content .MI_content_l .MI_content_c .active a {
  color: #466BFB
}

.jtMyQuotation .container .myInvoice_content .MI_content_l .MI_content_c .active::before {
  content: '';
  width: 2px;
  height: 10px;
  background: #466cfb;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.jtMyQuotation .container .myInvoice_content .MI_content_r {
  min-height: 476px;
  background: #fff;
  border: 1px solid #d9dee5
}

.jtMyQuotation .container .myInvoice_content .MI_content_r .MI_content_r_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 25px;
  background: #F7F8FA
}

.jtMyQuotation .container .myInvoice_content .MI_content_r_bottom {
  padding: 20px
}

.jtMyQuotation .container .myInvoice_content .MI_content_r_bottom table td {
  text-align: center
}

.jtMyQuotation .container .myInvoice_content .MI_content_r_bottom table td a {
  color: #333
}

.jtMyQuotation .container .myInvoice_content .MI_content_r_bottom table td i {
  color: #466cfb
}

.jtMyQuotationDetail {
  background: #E8EBF0
}

.jtMyQuotationDetail .container .myInvoice_bread {
  margin: 31px 0 30px
}

.jtMyQuotationDetail .container .myInvoice_bread a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555;
  line-height: 20px
}

.jtMyQuotationDetail .container .myInvoice_bread a:nth-child(1) {
  margin-left: 10px
}

.jtMyQuotationDetail .container .myInvoice_bread a:nth-last-child(1) {
  color: #252627
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_l {
  margin-right: 10px;
  margin-bottom: 30px;
  min-height: 476px;
  background: #fff;
  border: 1px solid #d9dee5
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_l .MI_content_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 20px;
  background: #F7F8FA
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_l .MI_content_c {
  padding: 25px 25px 25px 50px
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_l .MI_content_c .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  margin-bottom: 20px
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_l .MI_content_c .text a {
  color: #333
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_l .MI_content_c .active {
  position: relative
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_l .MI_content_c .active a {
  color: #466BFB
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_l .MI_content_c .active::before {
  content: '';
  width: 2px;
  height: 10px;
  background: #466cfb;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_r {
  min-height: 476px;
  background: #fff;
  border: 1px solid #d9dee5;
  position: relative
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_r .MI_content_r_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 25px;
  background: #F7F8FA
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_r_bottom {
  padding: 20px
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_r_bottom table {
  margin-bottom: 10px
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_r_bottom table td {
  text-align: center
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_r_bottom table td i {
  color: #85858E;
  margin-left: 5px
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_r_bottom table td .sure {
  color: #466cfb
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_r_bottom button {
  padding: 10px 20px;
  background: #466cfb;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  margin-bottom: 10px;
  float: right
}

.jtMyQuotationDetail .container .myInvoice_content .MI_content_r_bottom .btn-bottom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-bottom: 0
}

.jtmyOrder {
  background: #E8EBF0
}

.jtmyOrder .container .myInvoice_bread {
  margin: 31px 0 30px
}

.jtmyOrder .container .myInvoice_bread a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555;
  line-height: 20px
}

.jtmyOrder .container .myInvoice_bread a:nth-child(1) {
  margin-left: 10px
}

.jtmyOrder .container .myInvoice_bread a:nth-last-child(1) {
  color: #252627
}

.jtmyOrder .container .myInvoice_content .MI_content_l {
  min-height: 476px;
  background: #fff;
  border: 1px solid #d9dee5;
  margin-right: 10px;
  margin-bottom: 30px
}

.jtmyOrder .container .myInvoice_content .MI_content_l .MI_content_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 20px;
  background: #F7F8FA
}

.jtmyOrder .container .myInvoice_content .MI_content_l .MI_content_c {
  padding: 25px 25px 25px 50px
}

.jtmyOrder .container .myInvoice_content .MI_content_l .MI_content_c .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  margin-bottom: 20px
}

.jtmyOrder .container .myInvoice_content .MI_content_l .MI_content_c .text a {
  color: #333
}

.jtmyOrder .container .myInvoice_content .MI_content_l .MI_content_c .active {
  position: relative
}

.jtmyOrder .container .myInvoice_content .MI_content_l .MI_content_c .active a {
  color: #466BFB
}

.jtmyOrder .container .myInvoice_content .MI_content_l .MI_content_c .active::before {
  content: '';
  width: 2px;
  height: 10px;
  background: #466cfb;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.jtmyOrder .container .myInvoice_content .nav {
  background: #fff;
  border: 1px solid #d9dee5;
  margin-bottom: 10px
}

.jtmyOrder .container .myInvoice_content .nav li {
  float: left
}

.jtmyOrder .container .myInvoice_content .nav li.active,
.jtmyOrder .container .myInvoice_content .nav li:hover {
  position: relative
}

.jtmyOrder .container .myInvoice_content .nav li.active a,
.jtmyOrder .container .myInvoice_content .nav li:hover a {
  font-weight: 600;
  color: #466cfb
}

.jtmyOrder .container .myInvoice_content .nav li.active::before,
.jtmyOrder .container .myInvoice_content .nav li:hover::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #466cfb;
  position: absolute;
  bottom: 0;
  left: 0
}

.jtmyOrder .container .myInvoice_content .nav li a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  padding: 19px 21px
}

.jtmyOrder .container .myInvoice_content .nav li a:focus,
.jtmyOrder .container .myInvoice_content .nav li a:hover {
  background: 0 0
}

.jtmyOrder .container .myInvoice_content .MI_content_r {
  min-height: 404px;
  background: #fff;
  border: 1px solid #d9dee5
}

.jtmyOrder .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group {
  width: 320px;
  margin: 11px 5px 11px 27px
}

.jtmyOrder .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group input[type=text] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.jtmyOrder .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group input[type=text]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc
}

.jtmyOrder .container .myInvoice_content .MI_content_r .MI_content_r_top .input-group .input-group-addon {
  background: #fff;
  cursor: pointer
}

.jtmyOrder .container .myInvoice_content .MI_content_r .MI_content_r_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 25px;
  background: #F7F8FA;
  border-top: 1px solid #ccc
}

.jtmyOrder .container .myInvoice_content .MI_content_r_bottom {
  padding: 20px
}

.jtmyOrder .container .myInvoice_content .MI_content_r_bottom table td {
  text-align: center
}

.jtmyOrder .container .myInvoice_content .MI_content_r_bottom table td a {
  color: #333
}

.jtmyOrderDetail {
  background: #F2F5F8;
}

.jtmyOrderDetail .container .myInvoice_bread {
  margin: 31px 0 30px
}

.jtmyOrderDetail .container .myInvoice_bread a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555;
  line-height: 20px
}

.jtmyOrderDetail .container .myInvoice_bread a:nth-child(1) {
  margin-left: 10px
}

.jtmyOrderDetail .container .myInvoice_bread a:nth-last-child(1) {
  color: #252627
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_l {
  min-height: 476px;
  background: #fff;
  border: 1px solid #d9dee5;
  margin-right: 10px;
  margin-bottom: 30px
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_l .MI_content_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 20px;
  background: #F7F8FA
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_l .MI_content_c {
  padding: 25px 25px 25px 50px
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_l .MI_content_c .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  margin-bottom: 20px
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_l .MI_content_c .text a {
  color: #333
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_l .MI_content_c .active {
  position: relative
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_l .MI_content_c .active a {
  color: #466BFB
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_l .MI_content_c .active::before {
  content: '';
  width: 2px;
  height: 10px;
  background: #466cfb;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_r {
  min-height: 476px;
  background: #fff;
  border: 1px solid #d9dee5
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_r .MI_content_r_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  padding: 14px 0 14px 25px;
  background: #F7F8FA;
  border-top: 1px solid #ccc
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_r_bottom {
  padding: 30px 20px
}

.jtmyOrderDetail .container .myInvoice_content .MI_content_r_bottom table td {
  text-align: center
}

.hlAboutUs {
  background: #e8e8f0
}

.hlAboutUs .img {
  width: 100%;
  height: 100%
}

.hlAboutUs .container .breadcrumb {
  margin-top: 20px !important;
  padding: 8px 0 !important;
  background: 0 0
}

.hlAboutUs .container .breadcrumb a {
  font-weight: 400;
  font-family: Arial;
  color: #000 !important
}

.hlAboutUs .container .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">" !important
}

.hlAboutUs .container .contactBox {
  margin-bottom: 80px;
  padding: 1px
}

.hlAboutUs .container .contactBox .video_r {
  width: 100%;
  margin-bottom: 30px
}

.hlAboutUs .container .contactBox .video_r .video-js {
  width: 100%;
  min-height: 400px
}

.hlAboutUs .container .contactBox .about-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr
}

.hlAboutUs .container .contactBox .about-con .con-title {
  width: 100%;
  height: 50px;
  background: #f7f8fa;
  padding: 14px 20px
}

.hlAboutUs .container .contactBox .about-con .con-title .text2 {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  font-weight: 600
}

.hlAboutUs .container .contactBox .about-con .con-pad {
  background-color: #fff;
  width: 49%;
  margin-bottom: 30px;
}

.hlAboutUs .container .contactBox .about-con .con-pad .con-desc {
  padding: 30px
}

@media screen and (max-width:768px) {
  .hlAboutUs .container .contactBox .about-con {
    grid-template-columns: 1fr !important;
  }
  .hlAboutUs .container .contactBox .about-con .con-pad{
    width: 100%;
  }
}

.hlAboutUs ._container {
  padding: 0
}

@media (max-width:767px) {
  .hlAboutUs ._container {
    width: 95%
  }
}

@media (min-width:768px) {
  .hlAboutUs ._container {
    max-width: 740px;
    width: 740px
  }
}

@media (min-width:992px) {
  .hlAboutUs ._container {
    max-width: 960px;
    width: 960px
  }
}

@media (min-width:1200px) {
  .hlAboutUs ._container {
    max-width: 1200px;
    width: 1200px
  }
}

body {
  background: #f5f5f5
}

.ProductDetail {
  /* background: #e8e8f0; */
  background-color: #F2F5F8;
}

@media (max-width: 991px) {
  .ProductDetail .new-banner {
    display: none;
  }
  .ProductDetail nav[aria-label="breadcrumb"] {
    padding: 10px;
  }
  .ProductDetail .breadcrumb {
    display: none;
  }
}

.ProductDetail .img {
  width: 100%;
  height: 100%
}

.ProductDetail .breadcrumb {
  padding: 30px 0;
  background: 0 0;
  margin-bottom: 0 !important
}

.ProductDetail .breadcrumb a {
  font-weight: 500;
  color: #000 !important
}

@media only screen and (max-width:768px) {
  .ProductDetail .breadcrumb {
    padding: 20px 0 !important
  }
}

.ProductDetail .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">" !important
}

.ProductDetail .container-one .containerBox {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px
}

.ProductDetail .container-one .containerBox .dis_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ProductDetail .container-one .containerBox .desc-title h4 {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333;
  line-height: 20px
}

.ProductDetail .container-one .containerBox .product-module {
  /* padding: 30px; */
  padding: 0;
  margin-bottom: 0 !important;
}

.ProductDetail .container-one .containerBox .product-module .product-cover.pro_left {
  padding: 0 !important;
  width: 50%;
}

.ProductDetail .container-one .containerBox .product-module .product-cover.pro_left .exzoom_nav {
  position: relative;
  left: 0
}

@media (min-width:1200) {
  .ProductDetail .container-one .containerBox .product-module .product-cover.pro_left .product-cover {
    width: 100%
  }
}

.ProductDetail .container-one .containerBox .product-module .product-cover.pro_left .product-imggroup {
  width: 100%;
  margin-top: 20px
}

.ProductDetail .container-one .containerBox .product-module .product-cover.pro_left .product-imggroup img {
  width: 100%;
  height: auto
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right {
  /* padding: 0 20px; */
  width: 50%;
  border-left: 1px solid #DFE7EF;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-bottom {
  border-bottom: 1px solid #DFE7EF;
  padding: 26px 30px;
}

@media (max-width:991px) {
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-bottom {
    padding: 18px 14px;
  }
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-bottom .span1 {
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  color: #003A7F;
  margin: 0;
  padding: 0;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box1 {
  border-bottom: 1px solid #DFE7EF;
  padding: 20px 30px;
}

@media (max-width:991px) {
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box1 {
    padding: 18px 14px;
  }
}


.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box1.zhu-canshu {
  min-height: 153px;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box1 .right-box1-list {
  display: flex;
  flex-wrap: wrap;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box1 .right-box1-list .right-box1-item {
  width: 50%;
}
.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box1 .right-box1-list .right-box1-item span {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box1 .right-box1-list .right-box1-item>span:first-child {
  display: inline-block;
  min-width: 160px;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box1 .right-box1-list .right-box1-item span:last-child {
  color: #003A7F;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box2 {
  border-bottom: 1px solid #DFE7EF;
  padding: 20px 30px;
}

@media (max-width:991px) {
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box2 {
    padding: 18px 14px;
  }
}


.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box2 .right-box2-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box2 .right-box2-list .right-box2-item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
  margin-right: 16px;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box2 .right-box2-list .right-box2-item span {
  flex-shrink: 0;
  display: inline-block;
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #003A7F;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 {
  display: flex;
  padding: 10px 20px;
}

@media (max-width:991px) {
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1202;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width:991px) {
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv {
    width: 50% !important;
    margin-left: 11px !important;
  }
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv.add-inquiry {
    flex-shrink: 0;
    width: 34px !important;
    margin-left: 0px !important;
  }
}

@media (max-width:991px) {
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv a {
    text-align: center !important;
  }
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv .jum-btn {
  display: block;
  font-size: 16px;
  font-family: Arial;
  font-weight: 600;
  text-align: left;
  color: #003A7F;
  padding: 0;
  background: transparent;
  border-radius: 0px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  line-height: 39px;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv svg {
  font-size: 18px;
}

@media (max-width:991px) {
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv .jum-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    font-family: Arial;
    font-weight: 400;
    text-align: CENTER;
    color: #252627;
    line-height: 13px;
    white-space: normal;
  }
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv svg {
    margin: 0 !important;
    margin-bottom: 5px !important;
    color: #000;
    fill: #000;
  }
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .line {
  width: 1px;
  height: 39px;
  background-color: #DFE7EF;
  margin: 0 30px;
}

@media (max-width:991px) {
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .line {
    display: none;
  }
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv .j-btn {
  display: block;
  text-transform: capitalize;
  min-width: auto;
  position: relative;
  line-height: 39px;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  color: #003A7F;
  background: transparent;
  text-align: left;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  font-weight: 600;
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  font-family: Arial;
}

@media (max-width:991px) {
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv .j-btn.livae {
    display: block;
    text-transform: capitalize;
    min-width: auto;
    position: relative;
    line-height: 36px;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #000;
    color: #000;
    background: transparent;
    text-align: left;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    font-weight: 600;
    padding: 0;
    font-size: 12px;
    border-radius: 4px;
    font-family: Arial;
  }
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv .j-btn.my-order {
    display: block;
    text-transform: capitalize;
    min-width: auto;
    position: relative;
    line-height: 36px;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #003A7F;
    color: #fff;
    background: #003A7F;
    text-align: left;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    font-weight: 600;
    padding: 0;
    font-size: 12px;
    border-radius: 4px;
    font-family: Arial;
  }
  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv .j-btn img {
    display: none;
  }
}

.product-parameter {
  border-top: 1px solid #DFE7EF;
  padding: 35px;
}

@media (max-width:991px) {
  .product-parameter {
    padding: 18px 14px;
  }
}


.product-parameter .product-parameter-title {
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #003A7F;
  margin-bottom: 12px;
}

.product-parameter .product-parameter-flex {
  display: flex;
  flex-wrap: wrap;
}

.product-parameter .product-parameter-info {
  display: flex;
  width: 100%;
}

@media (max-width: 991px) {
  .product-parameter .product-parameter-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}

.product-parameter .product-parameter-info.list-2 {
  width: calc(70% - 61px) !important;
}

@media (max-width: 991px) {
  .product-parameter .product-parameter-info.list-2 {
    width: 100% !important;
  }
}

.product-parameter .product-parameter-info.list-50 {
  width: calc(50% - 61px) !important;
}

.product-parameter .product-parameter-info-2 {
  width: calc(30% - 61px) !important;
}

@media (max-width: 991px) {
  .product-parameter .product-parameter-info-2 {
    width: 100%;
  }
}

.product-parameter .product-parameter-info.list-30 {
  width: calc(30% - 61px) !important;
}

.product-parameter .line {
  width: 1px;
  height: 259px;
  background-color: #DFE7EF;
  margin: 0 60px;
}

@media (max-width: 991px) {
  .product-parameter .line {
    display: none;
  }
}

.product-parameter .product-parameter-info-l {
  /* width: 30%; */
  flex-shrink: 0;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .product-parameter .product-parameter-info-l {
    width: 100%;
    margin-top: 10px;
  }
}

.product-parameter .product-parameter-info-l-list {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 0 12px;
}

.product-parameter .product-parameter-info-l-list.list-2 {
  grid-template-columns: 1fr 1fr;
}

.product-parameter .product-parameter-info-l-item {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}

.product-parameter .product-parameter-info-l-item span:last-child {
  color: #003A7F;
}

.product-parameter .product-parameter-info-r {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 70%; */
  padding-left: 20px;
}

@media (max-width: 991px) {
  .product-parameter .product-parameter-info-r {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.product-parameter .product-parameter-info-r img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .product-parameter .product-parameter-info-r img {
    height: auto;
  }
}

.reference-number .reference-number-title {
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #003A7F;
  background-color: #F2F5F8;
  padding: 40px 0 20px;
}

.reference-number .reference-number-title {
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #003A7F;
  background-color: #F2F5F8;
  padding: 40px 0 20px;
}

@media (max-width: 991px) {
  .reference-number .reference-number-title {
    font-size: 18px;
    padding: 26px 0 12px;
  }
}

.reference-number .reference-number-content {
  padding: 30px 40px 0;
}

@media (max-width: 991px) {
  .reference-number .reference-number-content {
    padding: 18px 14px 0;
  }
}

.reference-number .reference-number-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  margin-bottom: 40px;
}

.reference-number .reference-number-list .reference-number-item {
  display: flex;
  width: calc(100% / 3 - 40px);
  border-bottom: 1px solid #DFE7EF;
  /* display: flex; */
}

@media (max-width: 991px) {
  .reference-number .reference-number-list .reference-number-item {
    width: 100%;
  }
}

.reference-number .reference-number-list .reference-number-item.top span {
  font-weight: 600;
  color: #003A7F;
}

@media (max-width: 991px) {
  .reference-number .reference-number-list .reference-number-item.top:nth-child(2),
  .reference-number .reference-number-list .reference-number-item.top:nth-child(3) {
    display: none;
  }
}


.reference-number .reference-number-list .reference-number-item span{
  width: 50%;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}

@media (max-width: 991px) {
  .reference-number .reference-number-list .reference-number-item span{
    font-size: 14px;
  }
}

.reference-number .reference-number-list .reference-number-item span:last-child{
  color: #003A7F;
}

.bottom-mores {
  display: flex;
  justify-content: center;
  border-top: 1px solid #DFE7EF;
  padding: 35px 0 40px;
}

@media (max-width: 991px) {
  .bottom-mores {
    padding: 20px 0 20px;
  }
}

.bottom-mores .bottom-mores-btn {
  display: flex;
  align-items: center;
  margin: 0 25px;
  cursor: pointer;
}

.bottom-mores-btn.daodila {
  opacity: 0.7;
}

.bottom-mores .bottom-mores-btn span {
  margin-right: 10px;
}

.bottom-mores .bottom-mores-btn svg {
  flex-shrink: 0;
}

.materials-title {
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #003A7F;
  background-color: #F2F5F8;
  padding: 40px 0 20px;
}

@media (max-width: 991px) {
  .materials-title {
    font-size: 18px;
    padding: 26px 0 12px;
  }
}

.materials-list {
  padding: 35px 40px 1px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .materials-list {
    padding: 18px 14px 0;
  }
}

.module-product-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.module-product-box .jum-pro {
  width: calc(50% - 15px);
}

@media (max-width:991px) {
  .module-product-box .jum-pro {
    width: 100%;
  }
}

.module-product-box .jum-proitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2F5F8;
}

.module-product-box .jum-proitem .jum-imgdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 991px) {
  .module-product-box .jum-proitem .jum-imgdiv {
      flex-direction: column;
  }
}

.module-product-box .jum-proitem .jum-imgdiv .jum-img {
  width: 44%;
  height: 44%;
  padding: 13px;
}

@media (max-width: 991px) {
  .module-product-box .jum-proitem .jum-imgdiv .jum-img {
      padding: 20px 12px 0;
      width: 300px;
      height: auto;
  }
}

.module-product-box a {
  color: #252627;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  text-decoration: none;
}

.module-product-box .jum-proitem .jum-imgdiv .jum-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.module-product-box .jum-proitem .jum-imgdiv .jum-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc {
  width: 56%;
  text-align: left;
  padding: 31px;
  border-left: 1px solid #DFE7EF;
}

@media (max-width: 991px) {
  .module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc {
      width: 100%;
      padding: 20px;
      border-left: 0;
  }
}

.module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle {
  margin-bottom: 10px;
}

.module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 {
  margin: 0;
}

.module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 a {
  font-size: 20px;
  font-family: Arial;
  font-weight: 600;
  text-align: left;
  color: #003A7F;
  line-height: 22px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 a {
      font-size: 18px;
  }
}

.module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp label {
  min-width: 150px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 991px) {
  .module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp label {
      font-size: 12px;
  }
}

.module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp span {
  margin-left: 6px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #111;
  line-height: 24px;
}

@media (max-width: 991px) {
  .module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp span {
      font-size: 12px;
  }
}

.module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
  height: 72px;
  overflow: hidden;
}

.module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp2 .jum-imgp2-item {
  width: calc(50% - 5px);
}

.module-product-box .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp2 .jum-imgp2-item span {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}

.module-product-box .jum-proitem .jum-btndiv {
  /* text-align: right; */
  margin-top: 15px;
}

.module-product-box .jum-proitem .jum-btndiv a {
  display: block;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #003A7F;
  line-height: 20px;
  padding: 5px 20px;
  max-width: 138px;
  background: transparent;
  border: 1px solid #C7D4E1;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box3 .jum-btndiv .j-btn::after {
  content: none !important;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-box2 .right-box2-list .right-box2-item svg {
  flex-shrink: 0;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-bottom .span2 {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 20px;
  margin: 0 0 10px
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_left {
  width: 50%;
  margin-right: 20px
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_left .desc-label .label-item {
  margin-bottom: 15px
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_left .desc-label .item-span {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  text-align: left;
  line-height: 20px
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_left .desc-label .item-span1 {
  font-weight: 400;
  color: #555
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_left .desc-label .item-span2 {

  font-weight: 600;
  color: #333
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_left .desc-table .fixed-table-loading {
  display: none;
}

.ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_right {
  width: 50%
}

.ProductDetail .container-one .containerBox .product-detail {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.application-title {
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #003A7F;
  background-color: #F2F5F8;
  padding: 40px 0 20px;
}

@media (max-width: 991px) {
  .application-title {
    font-size: 18px;
    padding: 26px 0 12px;
  }
}

.ProductDetail .container-one .containerBox .product-detail .nav-tabs {
  background: #fff;
  /* border-radius: 5px 5px 0 0; */
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #F2F5F8;
  padding: 35px 40px 26px;
}

@media (max-width: 991px) {
  .ProductDetail .container-one .containerBox .product-detail .nav-tabs {
    padding: 18px 14px;
  }
}

.ProductDetail .container-one .containerBox .product-detail .nav-tabs li {
  padding: 0 35px 0 0;
}

.ProductDetail .container-one .containerBox .product-detail .nav-tabs li a {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 22px;
  padding: 0;
  background: 0 0;
  white-space: nowrap
}

.ProductDetail .container-one .containerBox .product-detail .nav-tabs li a:hover {
  background-color: #fff !important;
  border-color: #fff !important
}

.ProductDetail .container-one .containerBox .product-detail .nav-tabs li.active {
  border: none;
  /* padding: 0; */
}

.ProductDetail .container-one .containerBox .product-detail .nav-tabs li.active a {
  padding: 0;
  border: none;
  background: #fff;
  border-radius: 0 !important;
  font-size: 20px;
  font-family: Arial;
  font-weight: 600;
  text-align: left;
  color: #003A7F;
  line-height: 18px;
  position: relative;
}

@media (max-width: 991px) {
  .ProductDetail .container-one .containerBox .product-detail .nav-tabs li.active a {
    font-size: 18px;
  }
}

.ProductDetail .container-one .containerBox .product-detail .nav-tabs li.active a::before {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003A7F;
}

.ProductDetail .container-one .containerBox .product-detail .nav-tabs li.active a:hover {
  background-color: #fff !important;
  border-color: transparent !important
}

.ProductDetail .container-one .containerBox .product-detail .article {
  padding: 35px 40px 0 !important;
}

@media (max-width: 991px) {
  .ProductDetail .container-one .containerBox .product-detail .article {
    padding: 16px 14px 0 !important;
  }
}

.ProductDetail .container-one .containerBox .product-detail .article22222 {
  padding: 35px 40px !important;
}

@media (max-width: 991px) {
  .ProductDetail .container-one .containerBox .product-detail .article22222 {
    padding: 16px 20px !important;
  }
}

.ProductDetail .container-one .containerBox .product-detail .article table {
  margin-bottom: 0;
}

.ProductDetail .container-one .containerBox .product-detail .article .table-responsive table tbody td {
  /* border: 1px solid #ddd; */
  text-align: left;
  vertical-align: middle !important
}

.ProductDetail .container-one .containerBox .product-detail .article .table-responsive .table>tbody>tr:first-child th {
  border-top: 0;
}

.ProductDetail .container-one .containerBox .product-detail .article .table-responsive .table>tbody>tr>td {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  line-height: 44px;
}

@media (max-width: 991px) {
  .ProductDetail .container-one .containerBox .product-detail .article .table-responsive .table>tbody>tr>td {
    font-size: 14px;
    white-space: nowrap;
  }
}

.ProductDetail .container-one .containerBox .product-detail .article .table-responsive .table>tbody>tr>th {
  font-family: Arial;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #111111;
  line-height: 44px;
}

@media (max-width: 991px) {
  .ProductDetail .container-one .containerBox .product-detail .article .table-responsive .table>tbody>tr>th {
    font-size: 14px;
    white-space: nowrap;
  }
}

.ProductDetail .container-one .containerBox .product-detail .article .table-responsive .table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
}

.ProductDetail .container-one .containerBox .product-detail .article .table-responsive table tbody tr {
  text-align: center;
  vertical-align: middle !important
}

.ProductDetail .container-one .containerBox .product-detail .article .table-responsive table tbody img {
  max-width: 100px;
  max-height: 100px
}

.ProductDetail .container-one .containerBox .product-toCart {
  background: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 -5px 9px 0 rgba(96, 155, 245, .06);
  box-shadow: 0 -5px 9px 0 rgba(96, 155, 245, .06);
  padding: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ProductDetail .container-one .containerBox .product-toCart .toCart-span1 .span1 {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333;
  line-height: 25px;
  margin: 0
}

@media only screen and (max-width:768px) {
  .ProductDetail .container-one .containerBox .dis_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .ProductDetail .container-one .containerBox .product-module {
    padding: 0 !important;
    margin-bottom: 0 !important
  }

  .ProductDetail .container-one .containerBox .product-module .product-cover.pro_left {
    padding: 0 !important;
    width: 100% !important
  }

  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right {
    padding: 0 !important;
    width: 100% !important;
    border-left: 0;
  }

  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc {
    padding: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_left {
    width: 100% !important
  }

  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_left .desc-label .label-item {
    margin-bottom: 15px
  }

  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_left .desc-label .item-span {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    text-align: left;
    line-height: 20px
  }

  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_left .desc-label .item-span1 {
    font-weight: 600;
    color: #333
  }

  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_left .desc-label .item-span2 {
    font-weight: 400;
    color: #555
  }

  .ProductDetail .container-one .containerBox .product-module .span-right.pro_right .right-desc .desc_right {
    width: 100% !important
  }

  .ProductDetail .container-one .containerBox .product-detail {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  /* .ProductDetail .container-one .containerBox .product-detail .nav-tabs {
    background: #f7f8fa;
    border-radius: 5px 5px 0 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  } */

  /* .ProductDetail .container-one .containerBox .product-detail .nav-tabs li {
    padding: 9px 0
  } */

  /* .ProductDetail .container-one .containerBox .product-detail .nav-tabs li a {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 400;
    text-align: left;
    color: #333;
    line-height: 22px;
    padding: 7px 20px;
    background: 0 0
  } */

  /* .ProductDetail .container-one .containerBox .product-detail .nav-tabs li a:hover {
    background-color: #f8f8f8 !important;
    border-color: #f8f8f8 !important
  } */

  /* .ProductDetail .container-one .containerBox .product-detail .nav-tabs li.active {
    border: none;
    padding: 9px 20px
  } */

  /* .ProductDetail .container-one .containerBox .product-detail .nav-tabs li.active a {
    padding: 7px 20px;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#6099f7), to(#60bde8));
    background: linear-gradient(90deg, #6099f7, #60bde8);
    border-radius: 25px !important;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #fff;
    line-height: 18px
  } */

  /* .ProductDetail .container-one .containerBox .product-detail .nav-tabs li.active a:hover {
    background-color: #fff !important;
    border-color: #ddd #ddd transparent !important
  } */

  /* .ProductDetail .container-one .containerBox .product-detail .article {
    padding: 20px !important
  } */

  /* .ProductDetail .container-one .containerBox .product-detail .article .table-responsive table tbody td {
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle !important
  } */

  /* .ProductDetail .container-one .containerBox .product-detail .article .table-responsive table tbody tr {
    text-align: center;
    vertical-align: middle !important
  } */

  .ProductDetail .container-one .containerBox .product-detail .article .table-responsive table tbody img {
    max-width: 100px;
    max-height: 100px
  }

  .ProductDetail .container-one .containerBox .product-toCart {
    background: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 -5px 9px 0 rgba(96, 155, 245, .06);
    box-shadow: 0 -5px 9px 0 rgba(96, 155, 245, .06);
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .ProductDetail .container-one .containerBox .product-toCart .toCart-span1 .span1 {
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #333;
    line-height: 25px;
    margin: 0
  }
}

.ProductDetail .jum-btndiv {
  text-align: center
}

.ProductDetail .jum-btndiv a {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #fff;
  padding: 10px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#6099f7), to(#60bde8));
  background: linear-gradient(90deg, #6099f7, #60bde8);
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  line-height: inherit;
  display: block;
}

.ProductDetail .jum-btndiv a .fa {
  position: relative;
  top: -1px;
}

.ProductDetail .exzoom_nav_inner span:first-child {
  margin-left: 0 !important
}

.ProductDetail ._container {
  padding: 0
}

@media (max-width:767px) {
  .ProductDetail ._container {
    width: calc(95% - 20px);
  }
}

@media (min-width:768px) {
  .ProductDetail ._container {
    max-width: 740px;
    width: 740px
  }
}

@media (min-width:992px) {
  .ProductDetail ._container {
    max-width: 960px;
    width: 960px
  }
}

@media (min-width:1200px) {
  .ProductDetail ._container {
    max-width: 1200px;
    width: 1200px
  }
}

@media (min-width:1440px) {
  .ProductDetail ._container {
    max-width: 1440px;
    width: 1440px
  }
}

.icon-cart {
  margin-right: 5px;
  position: relative;
  top: -2px
}

.Product .banner {
  margin-bottom: 30px
}

.Product .product-css {
  background-color: #F2F5F8 !important
}

.Product .banner,
.Product .product-list,
.Product .product-search1,
.Product .product-search2,
.Product .product-search3,
.Product .product-search4 {
  display: block
}

.Product a {
  color: #252627;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  text-decoration: none
}

.Product .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #CCC;
  content: ">"
}

.Product .breadcrumb>li>a {
  font-size: 14px;
  color: #252627;
  font-weight: 400
}

.Product .breadcrumb>li>a:hover {
  color: #466CFB;
  text-decoration: none
}

.Product label>a:hover {
  color: #333;
  text-decoration: none
}

.Product .text2 {
  font-family: 'Messapia-Bold';
  font-size: 36px;
  color: #003A7F;
}

.Product .text2 span {
  font-family: 'Messapia-Bold';
  font-size: 36px;
  color: #003A7F;
}

@media (max-width:991px) {
  .Product .text2 span {
    font-size: 18px;
  }
}

.Product .text3 {
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #003A7F;
}

.Product .text2.search-text2 {
  font-family: 'Messapia-Bold';
  font-size: 30px;
  color: #003A7F;
}

@media (max-width:991px) {
  .Product .text2.search-text2 {
    font-size: 20px;
  }
}

@media (max-width:991px) {
  .Product .text3 {
    font-size: 18px;
  }
}

.Product .text4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 25px
}

.Product .text5 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 33px
}

@media (max-width:992px) {
  /* .Product .text2 {
    font-size: 8px;
    line-height: 22px;
    font-weight: 600
  } */

  /* .Product .text3 {
    font-size: 7px;
    font-weight: 600;
    color: #333;
    line-height: 20px
  } */

  .Product .text4 {
    font-size: 9px;
    font-weight: 600;
    color: #333;
    line-height: 15px
  }

  .Product .text5 {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 33px
  }

  .Product .jum-left {
    width: 130px !important;
    height: 175px !important
  }

  .Product .jum-left-text {
    padding: 6px 10px !important
  }

  .Product .jum-body1-text,
  .Product .jum-right-title {
    margin-bottom: 12px !important
  }

  .Product .blue-search-btn {
    font-size: 7px !important;
    min-width: 80px !important;
    min-height: 15px !important
  }
}

@media (max-width:1200px) {
  .Product .jum-left-text {
    padding: 10px !important
  }

  .Product .jum-body1-text,
  .Product .jum-right-title {
    margin-bottom: 12px !important
  }
}

.Product .banner-pic {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.banner-pic-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  transform: translate(-50%, -50%);
}

.product-search1,
.product-search3 {
  padding: 0 20px;
}

@media (max-width:991px) {
  .banner-pic-desc {
    width: calc(100% - 40px);
  }
}

.banner-pic-desc .desc-text1 {
  font-family: 'Messapia-Bold';
  font-size: 40px;
  color: #FFFFFF;
  line-height: 50px;
  margin-bottom: 5px;
}

@media (max-width:991px) {
  .banner-pic-desc .desc-text1 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
  }
}

.banner-pic-desc .desc-text2 {
  font-family: Arial;
  font-weight: normal;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  font-style: italic;
}

@media (max-width:991px) {
  .banner-pic-desc .desc-text2 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.new-banner-pic {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.new-banner-pic-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  transform: translate(-50%, -50%);
}

@media (max-width:991px) {
  .new-banner-pic-desc {
    width: calc(100% - 40px);
  }
}

.new-banner-pic-desc .desc-text1 {
  font-family: 'Messapia-Bold';
  font-size: 40px;
  color: #FFFFFF;
  line-height: 50px;
  margin-bottom: 5px;
}

@media (max-width:991px) {
  .new-banner-pic-desc .desc-text1 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.new-banner-pic-desc .desc-text2 {
  font-family: Arial;
  font-weight: normal;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  font-style: italic;
}

@media (max-width:991px) {
  .new-banner-pic-desc .desc-text2 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.Product .search-btn {
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  background: #003A7F;
  border-radius: 5px;
  margin-bottom: 0 !important;
}

@media (max-width:991px) {
  .Product .search-btn {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    background: #003A7F;
    border-radius: 5px;
    margin-bottom: 0 !important;
  }
}

@media (max-width:991px) {
  .page_banner {
    height: 200px !important;
  }
  .banner-pic-desc .desc-text2 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.Product .jumbotron {
  width: 100%;
  padding: 0 !important;
  background: #fff !important;
  border-radius: 0px;
}

.Product .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px !important;
  margin-left: 0 !important
}

.Product .row-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 0 !important;
}

.Product .jum-body-P2 {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  margin-bottom: 10px !important;
}

/* .Product .jum-body-P2 .input-text {
  width: 25%;
} */

.Product .jum-body-P3 .input-text1,
.Product .jum-body-P3 .date-editor {
  margin-bottom: 0 !important;
}

.Product .jum-body-P3 .search-btn {
  padding: 10px 60px;
  margin: 0 !important;
}

@media (max-width:991px) {
  .jum-body-P2.jum-body-P3 .search-btn {
    margin-top: 20px !important;
  }
}

.show-category-btn {
  padding: 18px 60px !important;
}

.Product .check-border {
  width: 155px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #C7D4E1;
  margin: 13px 20px 20px 0;
  padding-left: 10px;
  cursor: pointer;
}

.Product .check-border:last-child {
  margin-right: 0;
}

.Product .p2-border {
  height: 52px !important;
  border: 1px solid #C7D4E1 !important;
  vertical-align: middle;
  width: 100%;
  padding-left: 75px;
}

.Product .p2-border i,
.Product .p2-border span {
  line-height: 50px !important
}

.Product .jum-body {
  margin: 40px 30px
}

.Product .jum-body-P3 {
  margin-top: 9px;
  margin-bottom: 16px
}

.Product .jum-title {
  width: 100%;
  /* height: 50px; */
  background: #F2F5F8;
  padding-top: 30px;
  padding-bottom: 20px;
  /* padding: 14px 20px; */
}

.Product .input-text {
  width: 330px;
  /* height: 52px; */
  background: #fff;
  border-radius: 6px;
  border: 1px solid #C7D4E1;
  padding: 5px 20px;
  font-size: 14px
}

@media (max-width:991px) {
  .Product .input-text {
    width: 100%;
  }
}

.Product .p2-border>.input-text {
  padding: 10px 20px
}

.Product .input-text1 {
  color: #999;
  display: inline;
  margin-right: 3px;
}

.Product .input-text2 {
  color: #333;
  font-weight: 400;
  margin-right: 20px;
  margin-top: 29px
}

.Product .input-text1,
.Product .input-text2 {
  border-color: #C7D4E1;
}

#searchForm #oem-number {
  height: 52px;
}

#searchForm #oem-number:focus {
  border: 1px solid #C7D4E1 !important;
}

.product_search_category_select_box,
.show-category {
  display: flex;
  margin-bottom: 18px;
}

@media (max-width:991px) {
  .product_search_category_select_box,
  .show-category {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
}

@media (max-width:991px) {
  .oem-number-box .search-btn.btn-allcss {
    margin-top: 18px;
  }
}

.Product .text1 {
  color: #999;
  margin-right: 3px
}

.Product .text1 a {
  color: #000
}

@media (max-width:1188px) {
  .Product .input-text {
    min-width: 200px
  }
}

@media (max-width:1200px) {
  .Product .p2-border {
    display: block
  }
}

.Product :focus {
  outline: 0 !important
}

@media (max-width:710px) {
  .Product .input-text1 {
    margin-top: 10px
  }
}

.Product .che-img1 {
  width: 49px;
  min-height: 21px;
  margin-left: 40px;
  position: relative;
  bottom: 40px
}

.Product .jum-body1 {
  margin: 35px 30px
}

.Product .jum-left {
  width: 200px;
  height: 275px;
  background: #f7f8fa;
  border-radius: 4px;
  position: relative;
  right: 30px
}

.Product .show-page {
  position: relative;
  top: 5px
}

.Product .jum-left-text {
  padding: 13px 20px
}

.Product .jum-left-text :hover {
  color: #466cfb;
  text-decoration: none
}

.Product .blue-search-btn {
  min-width: 160px;
  min-height: 30px;
  background: #466cfb;
  border-radius: 4px;
  padding: 5px auto;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  margin-right: 10px
}

@media (max-width:970px) {
  .Product .blue-search-btn {
    min-width: 80px;
    min-height: 15px
  }
}

.Product .jum-body1-text,
.Product .jum-right-title {
  margin-bottom: 20px
}

.Product .border-css {
  height: 1px;
  background-color: #ccc;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px
}

.Product .check-border1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
}

.Product .checkDiv{
  width: 296px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 51px;
}

@media (max-width:991px) {
  .Product .row {
    flex-direction: column;
  }

  .Product .jum-body-P2 {
    flex-direction: column;
  }

  .Product .checkDiv {
    width: 100%;
  }
}

.Product .jum-body-search {
  margin-top: 20px
}

.Product .check-border2 {
  margin-right: 1px;
  /* height: 13px; */
  /* width: 13px; */
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin: 0;
}

.Product .col-md-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 80%;
  max-width: 80%
}

.Product .icon-before {
  padding: 5px;
  background-color: #fff;
  content: url(../img/ProductVihicle/qianjin.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-align: center
}

.Product .select2 {
  margin: 20px 20px 20px 0;
  width: 23% !important;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .15)
}

.Product .select2 .select2-selection {
  height: 40px !important
}

.Product .select2 .select2-selection .select2-selection__rendered {
  padding-top: 5px
}

.Product .select2 .select2-selection .select2-selection__arrow {
  margin-top: 5px
}

.Product .icon-after {
  padding: 5px;
  background-color: #fff;
  content: url(../img/ProductVihicle/qianjin.png);
  text-align: center
}

.Product .folt-right {
  position: absolute;
  right: 30px;
  bottom: 5px
}

.Product .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc !important;
  border-radius: 4px
}

.Product .folt-right1 {
  position: relative;
  width: 1200px
}

.Product .change-page {
  margin-left: 10px
}

.Product .input-text-time {
  border: none;
  width: 80px
}

.Product .img-time {
  position: relative;
  right: -10px;
  bottom: 2px
}

.Product .img-zhi {
  margin: 0 10px;
  position: relative;
  bottom: 2px
}

.Product .img-xiala {
  position: relative;
  right: 35px;
  width: 20px;
  height: 20px
}

.Product ul {
  list-style-type: none !important
}

.Product .breadcrumb {
  padding: 0 !important;
  background: none !important
}

.Product .activee {
  font-weight: 600;
  color: #252627
}

.Product .btn-allcss {
  border: none;
  margin-top: 5px;
  margin-bottom: 30px
}

.Product [type=submit]:focus {
  border: none;
  outline: 0
}

.Product .js-example-basic-single:focus,
.Product [type=text]:focus {
  outline: 0 !important;
  border-color: #466cfb
}

.Product .input-check {
  opacity: 0;
  position: relative;
  z-index: -1;
  cursor: pointer;
}

.Product .input-check:checked {
  opacity: 1;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.Product .input-check1 {
  position: relative;
  z-index: -1;
}

.Product .input-check1:checked {
  position: relative;
  z-index: -1;
}

.Product .radio-span {
  width: 14px;
  height: 14px;
  outline: 0;
  border: 1px solid #466CFB;
  background: #fff;
  border-radius: 50%;
  transition: border-color .3s;
  -webkit-transition: border-color .3s;
  position: relative;
  bottom: 7px;
  left: 5px
}

.Product .radio-span::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #466CFB;
  opacity: 1;
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
  transition: opacity .1s;
  -webkit-transition: opacity .1s
}

.Product .label-radio {
  position: relative;
  cursor: pointer;
}

.Product .radio-span1 {
  display: block;
  width: 20px;
  height: 20px;
  /* padding: 2px; */
  outline: 0;
  /* border: 1px solid #d9dee5; */
  /* background: #fff; */
  /* border-radius: 50%; */
  /* transition: border-color .3s; */
  /* -webkit-transition: border-color .3s; */
  position: relative;
  bottom: 7px;
  left: -25px
}

.Product .rradio-sspan {
  position: absolute;
  /* top: 3px; */
  top: 0px;
  left: 0;
}

.Product .rradio-sspan::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/product/search-by-o.svg) center center no-repeat;
}

.Product .lab-radio {
  font-weight: normal;
  margin-left: 10px
}

.Product .select-ul {
  min-width: 275px;
  border: 1px solid #ccc;
  position: absolute;
  top: 39px
}

.Product .select-ul>li {
  background-color: #fff;
  padding: 3px 20px
}

.Product .select-ul>li:hover {
  background-color: #466cfb;
  color: #fff
}

.Product .form-control {
  min-width: 200px !important
}

.Product .banner-pic>img {
  width: 100% !important
}

.Product .icon-after:hover {
  background-color: #466cfb !important;
  content: url(../img/ProductVihicle/qianjin1.png)
}

.Product .icon-before:hover {
  background-color: #466cfb !important;
  content: url(../img/ProductVihicle/qianjin1.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.Product .col-md-2 {
  padding-left: 0 !important
}

.Product .jum-body-P2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px
}

.Product .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit !important;
  line-height: 28px
}

.Product .container .footer_t {
  width: 100% !important
}

.Product .RadioStyle .redio_box {
  position: relative;
  margin: 15px 17px 15px 0
}

.Product .car_mode2 {
  width: 50px;
  height: 50px;
  display: none
}

.Product .car_model {
  width: 50px;
  height: 50px;
  display: block
}

.Product .RadioStyle input {
  display: none
}

.Product .RadioStyle label {
  border: 1px solid #CCC;
  color: #666;
  padding: 0 39px;
  max-width: 128px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 0 !important
}

.Product .RadioStyle input {
  position: absolute
}

.Product .RadioStyle .radio-position {
  position: relative;
  top: 20px;
  left: 15px
}

.Product .RadioStyle input:checked~label {
  border: 1px solid #00a4ff;
  color: #00a4ff
}

.Product .radio-span {
  display: none
}

.Product .RadioStyle input:checked+div .radio-span {
  display: block !important
}

.Product .RadioStyle input:checked+div .radio-span1 {
  display: none !important
}

.Product .RadioStyle input:disabled~label {
  opacity: .7
}

.Product .jum-body-P3 .input-text,
.Product .jum-body-P3 .select2 {
  width: 330px !important
}

.Product .jum-body-P2 .date-editor {
  width: 330px !important
}

@media (max-width:991px) {
  .Product .jum-body-P3 .input-text,
  .Product .jum-body-P3 .select2 {
    width: 100% !important;
  }

  .Product .jum-body-P2 .date-editor {
    width: auto !important
  }
}

.product-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.jum-pro {
  width: calc(50% - 15px);
}

@media (max-width:991px) {
  .jum-pro {
    width: 100%;
  }
}

.Product .jum-proitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* border-bottom: 1px solid #ebeef5; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-bottom: 20px; */
  background-color: #fff;
}

.Product .jum-proitem .jum-imgdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width:991px) {
  .Product .jum-proitem .jum-imgdiv {
    flex-direction: column;
  }
}

.Product .jum-proitem .jum-imgdiv .jum-img {
  /* width: 308px;
  height: 308px; */
  width: 45%;
  height: 45%;
  padding: 13px;
}

@media (max-width:991px) {
  .Product .jum-proitem .jum-imgdiv .jum-img {
    /* width: 308px;
    height: 308px; */
    padding: 20px 12px 0;
    width: 300px;
    height: auto;
  }
}

.Product .jum-proitem .jum-imgdiv .jum-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.Product .jum-proitem .jum-imgdiv .jum-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Product .jum-proitem .jum-imgdiv .jum-imgdesc {
  width: 55%;
  text-align: left;
  padding: 31px;
  border-left: 1px solid #DFE7EF;
}

@media (max-width:991px) {
  .Product .jum-proitem .jum-imgdiv .jum-imgdesc {
    width: 100%;
    padding: 20px;
    border-left: 0;
  }
}

.Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle {
  margin-bottom: 10px;
}

.Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 {
  margin: 0;
}
.Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 a {
  font-size: 20px;
  font-family: Arial;
  font-weight: 600;
  text-align: left;
  color: #003A7F;
  line-height: 22px;
  cursor: pointer;
}

@media (max-width:991px) {
  .Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 a {
    font-size: 18px;
  }
}

.Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 a:hover {
  color: 003A7F;
}

.Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
  height: 72px;
}

.Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp2 .jum-imgp2-item {
  width: calc(50% - 5px);
}

.Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp2 .jum-imgp2-item span {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}

@media (max-width:991px) {
  .Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp2 .jum-imgp2-item span {
    font-size: 12px;
  }
}

.Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp label {
  min-width: 170px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 24px;
  margin: 0;
}

@media (max-width:991px) {
  .Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp label {
    font-size: 12px;
  }
}

.Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp span {
  margin-left: 6px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #111;
  line-height: 24px;
}

@media (max-width:991px) {
  .Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp span {
    font-size: 12px;
  }
}

.Product .jum-proitem .jum-prodesc {
  width: 50%;
  margin: 0 50px
}

.Product .jum-proitem .jum-prodesc p {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 18px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.Product .jum-proitem .jum-prodesc p span {
  color: #6099f7
}

.Product .jum-proitem .jum-btndiv {
  /* text-align: right; */
  margin-top: 15px;
}

.Product .jum-proitem .jum-btndiv a {
  display: block;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #003A7F;
  line-height: 20px;
  padding: 5px 20px;
  max-width: 138px;
  background: #fff;
  border: 1px solid #C7D4E1;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}

@media only screen and (max-width:768px) {
  /* .Product .jum-proitem {
    padding: 0 0 20px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  } */

  /* .Product .jum-proitem .jum-imgdiv {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  } */

  /* .Product .jum-proitem .jum-imgdiv .jum-img {
    width: 110px;
    height: 110px
  } */

  /* .Product .jum-proitem .jum-imgdiv .jum-img img {
    max-width: 100%;
    width: 100px;
    min-width: 100px;
  } */

  /* .Product .jum-proitem .jum-imgdiv .jum-imgdesc {
    text-align: left;
    margin-left: 20px
  } */

  /* .Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle {
    margin-bottom: 5px
  } */

  /* .Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 a {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #333;
    line-height: 20px;
    margin: 0;
    cursor: pointer
  } */

  /* .Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 a:hover {
    color: #6099f7
  } */

  /* .Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  } */

  /* .Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp label {
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333;
    line-height: 18px;
    margin: 0
  } */

  /* .Product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp span {
    margin-left: 10px;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #333;
    line-height: 18px
  } */

  /* .Product .jum-proitem .jum-prodesc {
    width: 100% !important;
    margin: 20px 0 !important
  } */

  .Product .jum-proitem .jum-prodesc p {
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333;
    line-height: 18px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
  }

  .Product .jum-proitem .jum-prodesc p span {
    color: #6099f7
  }

  /* .Product .jum-proitem .jum-btndiv {
    width: 100% !important
  } */

  /* .Product .jum-proitem .jum-btndiv a {
    display: block;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #fff;
    line-height: 20px;
    padding: 5px 20px;
    max-width: 138px;
    background: -webkit-gradient(linear, left top, right top, from(#6099f7), to(#60bde8));
    background: linear-gradient(90deg, #6099f7, #60bde8);
    border-radius: 5px;
    white-space: nowrap;
    cursor: pointer
  } */
}

.Product .mb-30 {
  margin-bottom: 30px
}

.Product .plr-20 {
  padding: 0 20px
}

.Product .plrb-20 {
  padding: 0 20px 20px
}

.Product .myPage {
  padding: 60px 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Product .myPage .spage-total {
  display: none;
}

.Product .myPage .spage-skip {
  display: none;
}

@media (max-width:991px) {
  .Product .myPage {
    padding: 30px 0 40px;
  }
}

.Product .myPage .spage-total {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #555;
  line-height: 20px
}

.Product .myPage .spage-number button {
  /* background: #fff; */
  background: transparent;
  /* border: 1px solid #d9d9d9; */
  border: 1px solid transparent;
  /* border-radius: 5px; */
  border-radius: 0px;
  margin-right: 6px;
  /* font-size: 12px; */
  font-size: 18px;
  line-height: 30px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #003A7F;
  /* width: 37px; */
  width: auto;
  min-width: 32px;
  outline: none;
  padding: 0 2px;
}

.Product .myPage .spage-number button svg {
 vertical-align: middle;
}

.Product .myPage .spage-number button.active {
  /* background: #6099f7; */
  /* border-color: #6099f7; */
  background: #003A7F;
  border-color: #003A7F;
  color: #fff;
}

.Product .myPage .spage-skip {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #555;
  line-height: 32px
}

.Product .myPage .spage-skip input {
  width: 70px;
  height: 32px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px
}

@media only screen and (max-width:768px) {
  /* .Product .myPage {
    padding: 0 20px 20px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap
  } */

  .Product .myPage .spage-skip,
  .Product .myPage .spage-total {
    display: none !important
  }
}

.order_fr {
  text-align: right
}

.order_fl {
  text-align: left
}

.order_clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

a,
div,
p,
span {
  font-family: PingFangSC, PingFangSC-Regular
}

.site_container {
  background: #F2F5F8;
  padding-bottom: 30px;
}

.site_container .container {
  /* background: #FFF; */
  padding: 0;
}

.site_container .container .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* border-bottom: 2px #EBEEF5 solid; */
}

@media (max-width:767px) {
  .site_container .container .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .site_container .container .tab .form_search {
    margin: 15px 0
  }
}

.site_container .container .tab_main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width:991px) {
  .site_container .container .tab_main {
    padding: 0 20px;
  }
}

.site_container .container .tab .form_search {
  margin-right: 20px
}

.site_container .container .tab .form_search input {
  width: 260px;
  padding: 0 10px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* background: url(../img/icon_search.png) 96% no-repeat */
}

.site_container .container .tab .form_search input:focus {
  outline: 0
}

.site_container .container .tab .tab_control_item{
  display: inline-block;
  padding-bottom: 2px;
  /* height: 50px; */
  /* padding: 14px 44px; */
}

.site_container .container .tab .tab_control_item_line {
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: #DFE7EF;
  vertical-align: baseline;
  margin: 0 26px;
}

@media (max-width:991px) {
  .site_container .container .tab .tab_control_item_line {
    margin: 0 12px;
  }
}

/* @media (max-width:767px) {
  .site_container .container .tab .tab_control_item {
    padding: 14px 24px
  }
} */

.site_container .container .tab .tab_control_item.active_tab {
  border-bottom: 2px #003A7F solid;
}

.site_container .container .tab .tab_control_item.active_tab a {
  color: #003A7F;
}

.site_container .container .tab .tab_control_item a {
  font-family: 'Messapia-Bold';
  font-weight: bold;
  font-size: 30px;
  color: #999999;
  cursor: pointer;
}

@media (max-width:991px) {
  .site_container .container .tab .tab_control_item a {
    font-size: 18px;
  }
}

.new_subtab_view_item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.new_whole_item {
  width: calc(50% - 20px);
  background-color: #fff;
}

@media (max-width:991px) {
  .new_whole_item {
    width: 100%;
    background-color: #fff;
  }
}

.new_whole_item .c-header {
  display: flex;
  align-items: center;
  background: #F9FBFE;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 25px;
}

.new_whole_item .c-header span {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #003A7F;
  line-height: 36px;
}

@media (max-width:991px) {
  .new_whole_item .c-header span {
    font-size: 18px;
    line-height: 34px;
  }
}

.new_whole_item .new_order_content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 25px;
  border-bottom: 1px solid #DFE7EF;
}

.new_order_fl {
  width: 50%;
  padding-right: 40px;
  border-right: 1px solid #DFE7EF;
}

@media (max-width:991px) {
  .new_order_fl {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}

.new_order_fr {
  width: 50%;
  padding-left: 40px;
}

@media (max-width:991px) {
  .new_order_fr {
    width: 100%;
    padding-left: 0;
  }
}

.new_whole_item .new_order_content .new_order_fl {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #003A7F;
  line-height: 36px;
}

.new_whole_item .new_order_content .new_order_fl strong {
  font-family: Arial;
  font-weight: 600;
  font-size: 16px;
  color: #111;
  line-height: 36px;
}

.new_whole_item .new_order_content .new_order_fr {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #003A7F;
  line-height: 36px;
}

.new_whole_item .new_order_content .new_order_fr strong {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 36px;
}

.new_whole_item .new_order_bottom {
  display: flex;
  padding: 10px 20px;
}

.new_whole_item .new_order_bottom .order_chat {
  display: flex;
  align-items: center;
}

.new_whole_item .new_order_bottom .order_chat .j-btn {
  display: block;
  text-transform: capitalize;
  min-width: auto;
  position: relative;
  line-height: 36px;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  color: #003A7F;
  background: transparent;
  text-align: left;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  font-weight: 600;
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  font-family: Arial;
}

.new_whole_item .new_order_bottom .order_chat .j-btn::after {
  content: none !important;
}

.new_whole_item .new_order_bottom .line {
  width: 1px;
  height: 30px;
  background-color: #DFE7EF;
  margin: 0 25px;
}

.new_whole_item .new_order_bottom .whole_view .viewbtn {
  display: block;
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #003A7F;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.site_container .container .tab_view .tab_view_panel {
  display: none;
  /* padding: 0 40px */
}

@media (max-width:991px) {
  .site_container .container .tab_view .tab_view_panel {
    padding: 0 20px
  }
}

.site_container .container .tab_view .tab_view_panel.active_panel {
  display: block
}

.site_container .container .tab_view .order_panel .subtab_control {
  padding: 20px 30px;
  height: 70px;
  white-space: nowrap;
  overflow-x: scroll
}

.site_container .container .tab_view .order_panel .subtab_control::-webkit-scrollbar {
  display: none
}

.site_container .container .tab_view .order_panel .subtab_control_item {
  display: inline-block;
  margin: 0 40px 0 0;
}

.site_container .container .tab_view .order_panel .subtab_control_item a {
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #999;
  cursor: pointer
}

.site_container .container .tab_view .order_panel .subtab_control_item.subtab_control_active a {
  font-weight: 600;
  color: #003A7F;
  padding-bottom: 10px;
  border-bottom: 2px #003A7F solid;
}

@media screen and (max-width:768px){
	.form-inline {
		display: flex;
	}
	.contact-head .form-group .form-control{

		width: 200px;
	}
	.contact-head .form-group-input::before {
	display: none;
	}
	.form-group-mobile {
		display: none;
	}
	.contact-head {
		padding: 10px 0;
		background: #fff;
    margin-bottom: 0;
	}
	.site_container .container .tab_view .order_panel .subtab_control {
		border-bottom: 1px solid #f2f5f8;
		height: 57px;
		padding-left: 0;
	}
}

.site_container .container .tab_view .order_panel .subtab_view {
  padding:0;
}

.site_container .container .tab_view .order_panel .subtab_view .subtab_view_item {
  display: none
}

.site_container .container .tab_view .order_panel .subtab_view .subtab_view_item.subtab_view_active {
  display: block
}

.site_container .container .order_whole .whole_item {
  padding: 37px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.site_container .container .order_whole .whole_item .left_item {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.site_container .container .order_whole .whole_item .left_item .order_clear {
  width: 50%;
  text-align: left;
}
.site_container .container .order_whole .whole_item .left_item .order_clear .order_fl {
  font-weight: bold;
  font-size: 16px;
  color: #111111;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  display:flex;
  text-transform: none;
}
.site_container .container .order_whole .whole_item .left_item .order_clear .order_fl .data_input input {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 18px;
  height: 20px;
  color: #999999;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #DFE7EF;
  width: 158px;
  padding-bottom: 5px;
}
.site_container .container .order_whole .whole_item .left_item .order_clear .order_fl .data_input:before {
  content: "";
  color: #999999;
  width: 10px;
  height: 10px;
  background: transparent;
  display: block;
  position: absolute;
  border: 2px solid #999;
  border-top: none;
  border-left: none;
  right: 5px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg) ;

}
.site_container .container .order_whole .whole_item .right_item{
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.site_container .container .order_whole .whole_item .right_item .order_fr {
  width: 50%;
  text-align: left;
}

.site_container .container .order_whole .whole_item p:last-child {
  margin-bottom: 0;
}

.site_container .container .order_whole .whole_item p span {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #555;
  display: inline-block;
  max-width: 49%
}

.site_container .container .order_whole .whole_item .whole_op {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (max-width:767px) {
  .site_container .container .order_whole .whole_item .whole_op {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
  }
}

.site_container .container .order_whole .whole_item .whole_op .whole_down {
  display: inline-block
}

.site_container .container .order_whole .whole_item .whole_op .whole_down a {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #6099f7;
  line-height: 32px;
  height: 32px;
  margin-right: 40px
}

.site_container .container .order_whole .whole_item .whole_op .whole_view {
  display: inline-block
}

.site_container .container .order_whole .whole_item .whole_op .whole_view .viewbtn {
  text-align: center;
  display: inline-block;
  width: 174px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#6099f7), to(#60bde8));
  background: linear-gradient(90deg, #6099f7, #60bde8);
  border-radius: 5px
}

.site_container .container .order_whole .myPage {
  margin: 14px 0;
  text-align: right
}

.site_container .container .order_undelivered {
  padding-top: 0px;
  padding-bottom: 40px;
}

.site_container .container .order_undelivered .undelivered_breadcrumb {
  width: 100%
}
.site_container .container .order_undelivered .undelivered_breadcrumb .tr_box {
  padding: 0 32px 0 45px;
  width: 100%
}

.site_container .container .order_undelivered .undelivered_breadcrumb thead {
  background: #F9FBFE;
}

.site_container .container .order_undelivered .undelivered_breadcrumb thead th {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  color: #003A7F;
  padding: 13px 0
}

@media (min-width:768px) {

  .site_container .container .order_undelivered .undelivered_breadcrumb .null_Detail,
  .site_container .container .order_undelivered .undelivered_breadcrumb .und_Detail {
    text-align: left !important
  }

  .site_container .container .order_undelivered .undelivered_breadcrumb td.und_Detail {
    padding: 10px
  }
}

.site_container .container .order_undelivered .undelivered_breadcrumb td {
  vertical-align: middle;
  padding: 10px
}

@media (min-width:768px) {
  .site_container .container .order_undelivered .undelivered_breadcrumb td {
    /* max-width: 130px; */
    text-align: center
  }
}

/* .site_container .container .order_undelivered .undelivered_breadcrumb td p {
  margin: 5px 0
} */

.site_container .container .order_undelivered .undelivered_breadcrumb td .undelivered_title {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 20px;
  color: #003A7F;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}

.site_container .container .order_undelivered .undelivered_breadcrumb td .undelivered_parameter {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  color: #333
}

.site_container .container .order_undelivered .undelivered_breadcrumb td .undelivered_parameter span {
  margin-right: 10px
}

.site_container .container .order_undelivered .undelivered_breadcrumb td .undelivered_parameter strong {
  font-weight: 600
}

.site_container .container .order_undelivered .undelivered_breadcrumb td .undelivered_info {
  display: inline;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #333
}

.site_container .container .order_undelivered .undelivered_breadcrumb td .undelivered_info span {
  color: #6099F7
}

@media (max-width:768px) {
  .site_container .container .order_undelivered .undelivered_breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .site_container .container .order_undelivered .undelivered_breadcrumb thead {
    display: none
  }

  .site_container .container .order_undelivered .undelivered_breadcrumb tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .site_container .container .order_undelivered .undelivered_breadcrumb tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0
  }

  .site_container .container .order_undelivered .undelivered_breadcrumb tbody tr td {
    border: none;
    padding: 5px 20px
  }

  .site_container .container .order_undelivered .undelivered_breadcrumb tbody tr td label {
    display: inline;
    margin-right: 10px
  }

  .site_container .container .order_undelivered .undelivered_breadcrumb tbody tr td label::after {
    content: ':'
  }
}

.Order_Detail .whole_op .whole_down a {
  margin-right: 0 !important
}

.Order_Detail .addmore {
  margin-top: 40px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:767px) {
  .Order_Detail .addmore {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
  }

  .Order_Detail .addmore .addproduct {
    width: 100%;
    margin: 10px 0
  }

  .Order_Detail .addmore .confirminfo {
    margin: 10px 0
  }
}

.Order_Detail .addmore .addproduct a {
  display: inline-block;
  color: #6099f7;
  font-size: 14px
}

.Order_Detail .addmore .addproduct a span {
  margin-left: 8px
}

.Order_Detail .addmore .submitproduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:767px) {
  .Order_Detail .addmore .submitproduct {
    justify-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.Order_Detail .addmore .submitproduct .confirminfo {
  margin-right: 20px
}

.Order_Detail .addmore .submitproduct .confirminfo .confirmnum {
  color: #333;
  font-weight: 600;
  margin-right: 20px
}

.Order_Detail .addmore .submitproduct .confirminfo .totalprice {
  font-size: 22px;
  color: #f56c6c;
  font-weight: 600
}

.Order_Detail .addmore .submitproduct .confirminfo .confirmlabel {
  color: #999;
  margin-right: 10px
}
.Order_Detail .addmore .leftbtngroup {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.Order_Detail .addmore .sendQuotation .confirmbtns{
  width: auto;
  height: auto;
  padding: 10px 20px;
  margin-left: 15px;
}
.Order_Detail .addmore .confirmbtns {
  width: 96px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#6099f7), to(#60bde8));
  background: linear-gradient(90deg, #6099f7, #60bde8);
  border-radius: 5px;
  outline: 0;
  border: none
}

.confirmbtn_send.disabled {
  background: #666 !important;
  cursor: no-drop;
  pointer-events: none;
}

.Order_Detail .editable .cell-hide {
  display: none
}

.Order_Detail .editable input,
.Order_Detail .editable span {
  display: inline-block;
  height: 26px;
}
.Order_Detail .editable input {
  padding: 10px 0px 10px 10px;
  max-width: 75px;
  border: 1px solid #DFE7EF;
  height: 40px;
}
.deal_select {
  padding: 8px 25px 8px 14px;
  appearance: none;
  background: transparent;
}
.deal_select_box {
  position: relative;
}
.deal_select_box:before {
  content: "";
  color: #999999;
  width: 8px;
  height: 8px;
  background: transparent;
  display: block;
  position: absolute;
  border: 2px solid #999;
  border-top: none;
  border-left: none;
  right: 20%;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width:990px) {
  footer {
    display: none
  }
}

span.progress {
  display: inline-block;
  width: 4px;
  height: 10px;
  margin: 0 2px
}

span.progress.progress_nomal {
  background-color: #f7f8fa
}

span.progress.progress_red {
  background-color: #F56C6C
}

span.progress.progress_yell {
  background-color: #C7E30A
}

span.progress.progress_green {
  background-color: #67C23A
}

._marr {
  margin-right: 40px
}
.message-position{
  z-index: 999999 !important;
}
#exampleInputPassword1-error,#exampleInputEmail1-error,.error{
  color: red;
}


.breadcrumb {
  padding: 30px 0px;
  background: transparent;
  margin-bottom: 0 !important;
}
.breadcrumb a {
  font-weight: 500;
  color: #000 !important;
}
.breadcrumb>.active {
  color: #252627;
  font-weight: 600;
}
@media only screen and (max-width:768px) {
  .breadcrumb {
      padding: 20px 0px !important;
  }
}
.breadcrumb>li ~ li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">" !important;
}
@media (min-width: 1024px){
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: auto !important;
}
}


.Product .radio-spans {
  width: 15px;
  height: 15px;
  outline: 0;
  /* border: 1px solid #003A7F; */
  /* background: #fff; */
  /* border-radius: 50%; */
  /* transition: border-color .3s; */
  /* -webkit-transition: border-color .3s; */
  position: relative;
  bottom: 7px;
  left: 10px;
}

/* .Product .radio-spans::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #003A7F;
  opacity: 1;
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
  transition: opacity .1s;
  -webkit-transition: opacity .1s
} */

.Product .radio-spans::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/product/application-active-o.svg) center center no-repeat;
}

.Product .label-radio {
  position: relative;
  display: block;
  cursor: pointer;
}

.Product .radio-spans1 {
  display: block;
  /* width: 14px; */
  /* height: 14px; */
  /* padding: 2px; */
  width: 15px;
  height: 15px;
  outline: 0;
  /* border: 1px solid #C7D4E1; */
  /* background: #fff; */
  /* border-radius: 50%; */
  /* transition: border-color .3s; */
  /* -webkit-transition: border-color .3s; */
  position: relative;
  bottom: 7px;
  left: 11px;
}

.Product .radio-spans1::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/product/application-o.svg) center center no-repeat;
}

.Product .RadioStyle input:checked+div .radio-spans {
  display: block !important
}

.Product .RadioStyle input:checked+div .radio-spans1 {
  display: none !important
}

.Product .radio-svg-icon {
  width: 100%;
  display: block;
  min-height: 21px;
  margin-left: 0;
  position: relative;
  bottom: 24px;
  height: 24px;
  fill: #C7D4E1;
}

.car-model-type.active .radio-svg-icon {
  fill: #003A7F;
}

  .jum-body-form .fade{
    display: none;
  }
  .jum-body-form .fade.in{
    display: block;
  }
  .text2 .fade{
    display: none;
  }
  .text2 .fade.in{
    display: block;
  }
.subtab_view_item .cart_summary{
  width: 30%;
  float: right;
  transition: all 0.5s;
  width: 285px;
}
.subtab_view_item .cart_number {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #000;
  line-height: 22px;
  margin-bottom: 30px
}
.cart_summary .cart_summary_content .subtotal,
.cart_summary .cart_summary_content .numtotal,
.cart_summary .cart_summary_content .single_price,
.cart_summary .cart_summary_content .single_number {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #252627;
}

.cart_summary .cart_summary_content .priorparts {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.cart_summary .cart_summary_content .catecolumn {
  margin-bottom: 10px
}

.cart_summary .cart_summary_content .rowcontent{
  padding-left: 15px;
}

.cart_summary .cart_summary_content .single_price {
  text-align: right;
  margin-bottom: 5px;
}
.cart_summary .cart_summary_content .single_number {
  text-align: center;
  margin-bottom: 10px;
}
.cart_summary hr {
  margin-top: 0;
  margin-bottom: 28px;
}
.cart_summary .total {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 22px;
}
.cart_summary .total_price {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
  text-align: right;
}
.container .cart_summary button {
  /* width: 100%; */
  background: linear-gradient(90deg, #6099f7, #60bde8);
  border-radius: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  border: none;
  margin-top: 39px;
  padding: 12px;
}
.home  .video-js{
  width: 100%;
  /* min-height: 450px; */
  height: 450px;
  /* width: 26.042vw !important; */
  /* height: 26.042vw !important; */
}

/* .home .news .new_right:hover  ul {
  opacity: 1;
} */
.undelivered_breadcrumb{
  width: 100%;
  text-align: center;
}
.undelivered_breadcrumb thead{
  background: #f7f8fa;
}
.undelivered_breadcrumb thead th{
  padding: 13px 0;
  text-align: center;
}
.undelivered_breadcrumb tbody td{
  padding: 13px 0;
}

 .news {
  margin-bottom: 70px;
  position: relative
}

 .news .new_right {
  position: absolute;
  right: 6%;
  top: 0;
  width: 100px;
  height: 100px
}

 .news .new_right .kefu {
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6099f7), to(#60bde8));
  background: linear-gradient(180deg, #6099f7 0, #60bde8 100%);
  position: absolute;
  right: 6%;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

 .news .new_right .kefu svg {
  width: 60px;
  height: 60px
}

 .news .new_right ul {
  opacity: 0;
  position: absolute;
  top: 40px;
  right: 111px;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .09);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .09);
  border-radius: 4px;
  list-style: none;
  padding-left: 0
}

 .news .new_right ul li {
  padding: 12px 50px 12px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

 .news .new_right ul li.active,
 .news .new_right ul li:focus,
 .news .new_right ul li:hover {
  color: #4174F4;
  background: #f3f9ff
}
.kefu a img {
  display: none;
}
.kefu:hover {
  cursor: pointer;
}
.red_count {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: red;
  line-height: 40px;
  text-align: center;
  top: 20px;
  right: 6%;
  margin-right: -20px;
  position: absolute;
}
#searchForm{
  position: relative;
}
#searchForm a{
  position: absolute;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  right: 0;
  cursor: pointer;
}
#searchForm a:hover{
  background-color: rgba(0,0,0,0.05)
}
#searchForm input:focus{
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.new-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(0, 58, 127, 0.6);
}

@media (min-width: 1780px) {
  .new-header .container {
    width: 1780px;
  }
}

.new-header-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.new-header .left {
  display: flex;
  /* height: 100%; */
}

.new-header .left-logo {
  display: block;
  width: 218px;
  height: calc(100% + 8px);
  background-repeat: no-repeat;
  background-size: contain;
}

.new-header .left-logo-absolute img {
  width: 100%;
  height: 100%;
}

.left-nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}
.left-nav-item {
  position: relative;
  height: 100%;
}

.left-nav-item.active {
  background-color: #fff;
}

.left-nav-item.active .left-nav-item-name {
  color: #003A7F;
}

.left-nav-item .left-nav-item-name {
  display: block;
  font-size: 16px;
  height: 100%;
  color: #FFFFFF;
  font-family: 'Messapia-Bold';
  padding: 30px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-header>.container {
  width: calc(100% - 80px);
  margin: 0;
}

@media (min-width: 1440px) {
  .new-header>.container {
    width: calc(100% - 40px);
  }
}

@media (max-width: 1440px) {
  .left-nav-item.line {
    width: 200px !important;
  }
  .left-nav-item .left-nav-item-name,
  .right .log-in,
  .right .right-cart {
    padding: 30px 12px !important;
  }
}

@media (max-width: 1280px) {
  .left-nav-item.line {
    width: 120px !important;
  }
  .left-nav-item .left-nav-item-name,
  .right .log-in,
  .right .right-cart {
    padding: 20px 12px !important;
  }
  .left-nav-item .left-nav-item-name {
    font-size: 15px;
  }
  .right .log-in span {
    font-size: 16px !important;
  }
  .right .log-in svg,
  .right .right-cart svg {
    width: 22px;
    height: 22px;
  }
  .right .right-cart .cart-total {
    font-size: 12px !important;
  }
  .new-header .left-logo {
    width: 162px !important;
  }
}

.left-nav-item .left-nav-item-name:hover {
  color: #003A7F;
}

body.active {
  position: relative;
  transition: all 0.3s ease;
}

body.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
  transition: all 0.3s ease;
}

.left-two-nav-box {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 74px 30px 57px;
  z-index: 11111111;
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);
  width: 309px;
}

@media (max-width:1440px) {
  .left-two-nav-box {
    padding: 64px 30px 47px;
  }
}


@media (max-width:1280px) {
  .left-two-nav-box {
    padding: 50px 30px 40px;
  }
}

.left-two-nav {}
.left-two-nav-item-name {
  display: block;
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.left-two-nav-item-name::after {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003A7F' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M510.2 751.653125L93.875 335.3375l59.38125-59.38125 356.94375 356.934375 360.54375-360.54375L930.125 331.728125z' p-id='1128'%3E%3C/path%3E%3C/svg%3E");
  vertical-align: middle;
  width: 9px;
  height: 9px;
  transform: rotate(-90deg);
  margin-left: 10px;
  opacity: 0;
}

.left-two-nav-item-name:hover {
  color: #003A7F;
}

.left-two-nav-item-name:hover::after {
  opacity: 1;
}

.left-nav-item.line {
  width: 300px;
  height: 1px;
  background-color: rgba(238, 249, 255, 0.19)
}

.right {
  display: flex;
  padding-right: 60px;
}

.right .log-in {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}

.right .log-in span {
  font-family: Arial;
  font-weight: 400;
  font-size: 17px;
  color: #F7FBFF;
  margin-left: 10px;
}
.right .log-in span:hover {
  color: #F7FBFF;
}

.logged-in {
  position: relative;
  cursor: pointer;
}

.logged-in-po {
  display: none;
  position: absolute;
  left: 20px;
  top: 100%;
  width: max-content;
  background-color: #fff;
  z-index: 111111;
}

.logged-in-po li a {
  display: block;
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  padding: 10px 20px;
}

.logged-in-po li a:hover {
  color: #003A7F;
  background-color: #eee;
}

.right .right-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  color: #fff;
}

.right .right-cart .cart-total {
  position: relative;
  top: -9px;
  right: 15px;
  padding: 0px 6px;
  font-size: 16px;
  background: #F14141;
  border-radius: 5px;
}

.search-title {
  position: absolute;
  top: -15px;
  left: 43px;
  padding: 16px 40px;
  background: #003A7F;
  border-radius: 6px;
  transform: skewX(-20deg);
}

.search-title span {
  display: block;
  font-family: 'Messapia-Bold';
  font-size: 22px;
  color: #FFFFFF;
  line-height: 29px;
  transform: skewX(20deg);
}

.home .banner .container .home_search.news-home_search {
  padding: 0 35px;
  border-radius: 6px;
  background-color: #F2F5F8;
}

.home_search.news-home_search .t-select-box {
  margin: 60px 20px 40px 0;
}

.home_search.news-home_search .date-editor{
  width: 24%;
  margin: 60px 20px 40px 0;
}

@media (max-width:991px) {
  .date-editor {
    margin-top: 10px;
  }
}

.home_search.news-home_search .t-select-box input {
  height: 60px !important;
}

.t-select-box input {
  height: 50px !important;
}

.home_search .t-select-box {
  background-color: #fff !important;
  border-color: transparent !important;
}

.Product .jum-body-P2 .input-text1 {
  margin-right: 20px;
}

.Product .jum-body-P2 .input-text1,
.Product .date-editor {
  /* margin-right: 20px; */
  margin-bottom: 20px;
}

.t-select-search-category.form-control.product-detail-t-select {
  font-size: 16px;
  color: #003A7F;
}

.t-select-search.form-control {
  padding-left: 75px;
  font-size: 16px;
  color: #003A7F;
}

.c-datepicker-data-input.only-date  {
  font-size: 16px;
  color: #003A7F;
}

.home .banner .container .J-datepicker-range-day {
  width: 100%;
}

@media (max-width:991px) {
  .c-datepicker-data-input.only-date {
    width: 79px !important;
  }
}

.t-select-search-category.form-control.product-detail-t-select::placeholder,
.t-select-search.form-control::placeholder,
.c-datepicker-data-input.only-date::placeholder {
  font-family: Roboto;
  font-weight: 400;
  color: #003A7F;
}

.c-placeholder-box {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.c-placeholder {
  display: flex;
  align-items: center;
  height: 21px;
}

.c-placeholder-box svg {
  width: 16px;
  height: 16px;
}

.c-placeholder-box .line {
  width: 1px;
  height: 20px;
  background-color: #003A7F;
  margin: 0 14px;
}

.home .banner .container .news-home_search .J-datepicker-range-day {
  height: 60px;
  padding-left: 75px;
}

@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}

.home .banner .container .home_search.news-home_search button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 60px;
  background: #003A7F;
  box-shadow: none;
  border-radius: 6px;
  border: none;
  position: static;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  padding: 0;
  margin: 60px 0px 40px 0;
}

.timeDown {
  top: 110% !important;
  width: 100% !important;
}

.new-footr .col-md-2,
.new-footr .col-md-4 {
  min-height: 300px;
}

.new-footr dt {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 40px;
}

.new-footr dt a {
  display: inline-block;
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 36px;
}

.new-footr dd {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #F7FBFF;
  line-height: 36px;
}

.new-footr dd a {
  color: #F7FBFF;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-info {
  display: flex;
  margin-bottom: 10px;
}

.footer-info .footer-info-text1,
.footer-info .footer-info-text2 {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #C4CBD3;
  line-height: 20px;
}

.footer-info .footer-info-text1{
  flex-shrink: 0;
}

.footer-info .footer-info-text2 {
  color: #FFFFFF;
  margin-left: 4px;
}

.footer-shemei {
  display: flex;
  margin-top: 30px;
}

.shemei-item:not(:last-child) {
  margin-right: 40px;
}

.shemgming {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.shemgming .footer-info-text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #707F94;
}

#product-detail .j-showcase {
  display: flex;
  flex-direction: row-reverse;
  padding: 50px 35px;
  height: 468px;
}

@media (max-width:991px) {
  #product-detail .j-showcase {
    flex-direction: column;
    padding: 14px;
    height: auto;
  }
}

#product-detail .j-showcase_large {
  /* width: 350px; */
  width: 100%;
  height: 360px;
  margin: 0;
  padding: 0 100px;
  border: 0;
}

@media (max-width:991px) {
  #product-detail .j-showcase_large {
    padding: 0;
  }
  #product-detail .j-showcase_large .zoomdiv,
  #product-detail .j-showcase_large .jqZoomPup {
    display: none !important;
  }
}

#product-detail .j-showcase_large .jqzoom {
  padding-top: 360px;
}

#product-detail .j-showcase_thumnbs {
  flex-shrink: 0;
  width: 60px;
  height: 360px;
  margin: 0;
}

@media (max-width:991px) {
  #product-detail .j-showcase_thumnbs {
    width: 100%;
    height: auto;
  }
}

#product-detail .j-showcase_thumnbs .swiper-slide {
  border: 1px solid #DFE7EF;
  padding: 0;
}

@media (max-width:991px) {
  #product-detail .j-showcase_thumnbs .swiper-slide {
    border: 1px solid transparent;
  }
}

/* #product-detail .j-showcase_thumnbs .swiper-slide.itemXactive,
#product-detail .j-showcase_thumnbs .swiper-slide.swiper-slide-active {
  border: 1px solid #003A7F;
} */

#product-detail .j-showcase_thumnbs .swiper-slide.itemXactive {
  border: 1px solid #003A7F;
}

@media (max-width:991px) {
  #product-detail .j-showcase_thumnbs .swiper-slide.itemXactive {
    border: 1px solid #000;
  }
}

#product-detail .j-showcase_thumnbs-img {
  opacity: 1 !important;
}

@media (max-width:991px) {
  #product-detail .j-showcase_thumnbs .swiper-slide.itemXactive {
    border-radius: 4px;
  }
}

#product-detail .arrow-box .left-arrow {
  position: absolute;
  top: 50%;
  left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid #DFE7EF;
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width:991px) {
  #product-detail .arrow-box {
    display: none;
  }
}

#product-detail .arrow-box .right-arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid #DFE7EF;
  transform: translateY(-50%);
  cursor: pointer;
}

#product-detail .j-showcase_thumnbs_btn {
  display: none !important;
}

@media (min-width: 992px) {
  .container {
    width: 85.652% !important;
    max-width: 1440px !important;
  }
}

@media (min-width: 1025px) {
  .new-header .container1 {
    /* width: 93.705%; */
    width: 100%;
    /* max-width: 1799.136px; */
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }
}


#sidebar1 {
  position: fixed;
  right: 10px;
  top: 0;
  transition: all .3s ease-in;
  z-index: 1201;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  #sidebar1 {
    width: 100%;
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    height: auto !important;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.25);
    background-color: #fff;
  }
}

#sidebar1 .side-c {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 100%; */
}

@media (max-width: 992px) {
  #sidebar1 .side-c {
    width: 100%;
  }
}

#sidebar1 .side-c ul {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  border-radius: 8px 0 0 8px;
  margin: 0;
}

@media (max-width: 992px) {
  #sidebar1 .side-c ul {
    display: flex;
  }
}

#sidebar1 .side-c ul li:first-of-type {
  border-radius: 8px 8px 0px 0px;
}

#sidebar1 .side-c ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 100px;
  height: 107px;
  /* line-height: 46px; */
  transition: all .2s;
  background-color: #fff;
}

@media (max-width: 992px) {
  #sidebar1 .side-c ul li {
    flex: 1;
    height: 72px;
    border-radius: 0px !important;
  }
  #sidebar1 .side-c ul li#icon3 {
    display: none;
  }
}

#sidebar1 .side-c ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 44px;
  height: 1px;
  background: #EFEFEF;
  transform: translateX(-50%);
  z-index: 1;
}

#sidebar1 .side-c ul li .link-a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#sidebar1 .side-c ul li .svg-icon {
  font-size: 26px;
  fill: #003A7F;
  vertical-align: sub;
}

@media (max-width: 992px) {
  #sidebar1 .side-c ul li .svg-icon {
    font-size: 18px !important;
  }
}

#sidebar1 .side-c ul li div {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #003A7F;
  line-height: 14px;
  margin-top: 5px;
}

@media (max-width: 992px) {
  #sidebar1 .side-c ul li div {
    font-size: 10px;
  }
}


#sidebar1 .side-c ul li:last-child::after {
  content: none;
}

#sidebar1 .side-c ul li:last-of-type {
  border-radius: 0 0 8px 8px;
}
.t-select-box-country::after,
.t-select-box-category::after,
.Product .jum-body-P2 .date-editor::after,
.Product .jum-body-P2 .t-select-box::after,
.news-home_search .date-editor::after,
.news-home_search .t-select-box::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin-top: 0;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #003A7F transparent transparent transparent;
}

.check-border2::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/product/search-by-active-o.svg) center center no-repeat;
}


@media screen and (max-width: 3840px) {
  body {
    zoom: 2;
  }
}

@media screen and (max-width: 3120px) {
  body {
    zoom: 1.625;
  }
}

@media screen and (max-width: 3072px) {
  body {
    zoom: 1.6;
  }
}

@media screen and (max-width: 2880px) {
  body {
    zoom: 1.5;
  }
}


@media screen and (max-width: 2560px) {
  body {
    zoom: 1.333;
  }
}

@media screen and (max-width: 2440px) {
  body {
    zoom: 1.27;
  }
}

@media screen and (max-width: 2240px) {
  body {
    zoom: 1.167;
  }
}

@media screen and (max-width: 2048px) {
  body {
    zoom: 1.067;
  }
}

@media screen and (max-width: 1920px) {
  body {
    zoom: 1;
  }
}

@media screen and (max-width: 1680px) {
  body {
    zoom: 0.875;
  }
}

@media screen and (max-width: 1600px) {
  body {
    zoom: 0.8333;
  }
}

@media screen and (max-width: 1536px) {
  body {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1512px) {
  body {
    zoom: 0.7875;
  }
}

@media screen and (max-width: 1440px) {
  body {
    zoom: 0.75;
  }
}

@media screen and (max-width: 1280px) {
  body {
    zoom: 0.6667;
  }
}

@media screen and (max-width: 991px) {
  body {
    zoom: 1;
  }
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -102%;
  height: 100%;
  z-index: 1002;
  transition: all .3s ease-in;
}

@media (max-width:991px) {
  .cart-drawer {
    display: none;
  }
}

.cart-drawer.active {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1202;
}

.cart-drawer-mask {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1201;
  background-color: rgba(0,0,0,0.21);
  display: none;
}

.cart-drawer-mask.active {
  display: block;
}

.cart-drawer .cart-drawer-con {
  display: flex;
  justify-content: right;
  width: 100%;
  height: 100%;
}

.cart-drawer .cart-drawer-con-c {
  width: 760px;
  /* height: 3608px; */
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 15px 1px rgba(0,58,127,0.38);
  border-radius: 0px 0px 0px 0px;
  padding: 30px;
}

.cart-drawer .cart-drawer-close {
  position: relative;
  right: calc(-100% + 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  text-align: right;
  border: 1px solid #DFE7EF;
  cursor: pointer;
}

.cart-drawer .cart-drawer-close .svg-icon {
  font-size: 16px;
}

.cart-drawer .cart-drawer-header {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 40px;
  margin-left: 15px;
}

.cart-drawer input {
  margin: 0;
  width: 20px;
  height: 20px;
}

.cart-drawer input[type=checkbox]:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/product/search-by-o.svg) center center no-repeat;
}

.cart-drawer input[type=checkbox]:checked::before {
  background: url(../img/product/search-by-active-o.svg) center center no-repeat;
}

.cart-drawer .cart-drawer-header .cart-drawer-header-ipt label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-family: "Messapia-Bold";
  font-weight: bold;
  font-size: 24px;
  color: #003A7F;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 17px;
}

.cart-drawer .cart-drawer-header .cart-drawer-header-add {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #003A7F;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.cart-drawer .cart-drawer-product #cart-drawer-product-temp {
  height: 300px;
  overflow: auto;
}

@media screen and (max-width: 1700px) {
  .cart-drawer .cart-drawer-product #cart-drawer-product-temp {
    height: 500px;
  }
}


.cart-drawer .cart-drawer-product .jum-pro {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.jum-pro-select-all {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cart-drawer .cart-drawer-product .jum-proitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #DFE7EF;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-img {
  width: 313px;
  /* height: 45%; */
  padding: 13px;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.cart-drawer .cart-drawer-product a {
  color: #252627;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  text-decoration: none;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc {
  width: 387px;
  text-align: left;
  padding: 31px;
  border-left: 1px solid #DFE7EF;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle {
  margin-bottom: 10px;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 {
  margin: 0;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgtitle h4 a {
  font-size: 20px;
  font-family: Arial;
  font-weight: 600;
  text-align: left;
  color: #003A7F;
  line-height: 22px;
  cursor: pointer;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp label {
  min-width: 170px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 24px;
  margin: 0;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp span {
  margin-left: 6px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #111;
  line-height: 24px;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp span {
  margin-left: 6px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #111;
  line-height: 24px;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
  height: 72px;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp2 .jum-imgp2-item {
  width: calc(50% - 5px);
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-imgp2 .jum-imgp2-item span {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-quantity {
  width: 140px;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .jum-quantity .form-control {
  min-width: auto !important;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .input-group input {
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
  min-width: 70px;
  padding: 5px;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .input-group .input-group-btn button {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
  width: 30px;
  padding: 0 5px;
}

.cart-drawer .cart-drawer-product .jum-proitem .jum-imgdiv .jum-imgdesc .input-group .input-group-btn button.add-product {
  border-left: 0;
  margin-left: 0px;
}

.cart-drawer-summary {
  margin-top: 35px;
}

.cart-drawer-summary .cart-drawer-summary-cart_number {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #003A7F;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}

.cart-drawer-summary .cart-drawer-summary-catecolumn .rowtitle {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.cart-drawer-summary .cart-drawer-summary-priceitem {
  display: flex;
  margin-top: 19px;
  padding: 25px 0;
  border-top: 1px solid #DFE7EF;
  border-bottom: 1px solid #DFE7EF;
}

.cart-drawer-summary .cart-drawer-summary-priceitem .cart-drawer-summary-priceitem-title label {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #003A7F;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0;
  margin-right: 30px;
}

.cart-drawer-summary .cart-drawer-summary-priceitem .cart-drawer-summary-priceitem-con select {
  min-width: 134px;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #DFE7EF;
  border-radius: 0px;
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #003A7F;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.cart-drawer-summary .cart-drawer-summary-inquiry {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 50px;
}

.inquiry-btn,
.quot-btn {
  display: inline-block;
  cursor: pointer;
}

.inquiry-btn button,
.quot-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 240px;
  background: #003A7F;
  background: #003A7F;
  border-radius: 5px;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  border: none;
  padding: 16px 12px;
}

.inquiry-btn button .svg-icon,
.quot-btn button .svg-icon {
  margin-left: 20px;
}

.overflow-hidden {
  overflow: hidden;
}

.new-about-jt {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .new-about-jt {
    display: none;
  }
}

.new-about-jt .container {
  position: relative;
}

.new-about-jt .new-about-jt-title-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.new-about-jt .new-about-jt-title-con .new-about-jt-mores {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  background-color: #003A7F;
  border-radius: 5px;
}

.new-about-jt .new-about-jt-title-con .new-about-jt-mores span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  font-style: normal;
  text-transform: none;
  margin-right: 14px;
}

.new-about-jt .new-about-jt-title-con .new-about-jt-mores .svg-icon {
  color: #fff;
}

.new-about-jt .new-about-jt-title-con .new-about-jt-title {
  font-family: "Messapia-Bold";
  font-weight: bold;
  font-size: 30px;
  color: #003A7F;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.new-about-jt .container {
  padding: 0 70px !important;
}

.new-about-jt .swiper-container {
  padding-bottom: 60px;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #D2D2D2;
  border-radius: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  background-color: #003A7F;
  border-radius: 0;
}

.new-about-jt-swiper_btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border: 1px solid #DFE7EF;
  border-radius: 50%;
}

.new-about-jt-swiper_next {
  right: 0;
}

.new-about-jt-swiper_prev {
  left: 0;
}

.new-about-jt-swiper_btn .svg-icon {
  font-size: 16px;
  color: #DFE7EF;
  fill: #DFE7EF;
}

.new-about-jt-item {
  background: #F7FBFF;
  padding: 40px 30px;
}

.new-about-jt-item:hover {
  background: #003A7F;
  border-radius: 36px 8px 8px 8px;
}

.new-about-jt-item:hover .new-about-jt-item-title {
  color: #fff;
}

.new-about-jt-item:hover .new-about-jt-item-desc {
  opacity: 0.6;
}

.new-about-jt-item:hover .new-about-jt-item-time .new-about-jt-item-time_left {
  opacity: 0.6;
}

.new-about-jt-item:hover .new-about-jt-item-time .new-about-jt-item-time_right span {
  color: #fff;
}

.new-about-jt-item:hover .new-about-jt-item-time .new-about-jt-item-time_right .svg-icon {
  color: #fff;
  fill: #fff;
}

.new-about-jt-item .new-about-jt-item-title {
  display: block;
  font-family: Arial;
  font-weight: 400;
  font-size: 26px;
  color: #003A7F;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.new-about-jt-item .new-about-jt-item-desc {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.new-about-jt-item .new-about-jt-item-time {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #EFEFEF;
}

.new-about-jt-item .new-about-jt-item-time .new-about-jt-item-time_left {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.new-about-jt-item .new-about-jt-item-time .new-about-jt-item-time_right {
  display: flex;
  align-items: center;
}

.new-about-jt-item .new-about-jt-item-time .new-about-jt-item-time_right span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #003A7F;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 10px;
}

.new-about-jt-item .new-about-jt-item-time .new-about-jt-item-time_right .svg-icon {
  color: #003A7F;
  fill: #003A7F;
}
