.top-bg {
  width: 100%;
  margin: -56px 0px 0px 0px;
  padding: 0px;
}

.top-bg img {
  width: 100%;
  height: 480px;
}

.move-top-bg {
  display: none;
}

.left-logo .left-slogan {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}

.left-logo .left-slogan img {
  width: 14px;
  height: 14px;
  display: block;
  margin: 0px 5px 0px 8px;
}

.right-search .right-slogan {
  display: flex;
  align-items: center;
}

.right-search .right-slogan .right-slogan-l {
  display: flex;
  align-items: center;
}

.right-search .right-slogan .right-slogan-l img {
  width: 42px;
  height: 42px;
  display: block;
  margin-right: 10px;
}

.right-search .right-slogan .right-slogan-l .right-slogan-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}

.right-search .right-slogan .right-slogan-l .right-slogan-txt li {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.right-search .right-slogan .right-slogan-r {
  display: flex;
  align-items: center;
}

.right-search .right-slogan .right-slogan-r img {
  width: 42px;
  height: 42px;
  display: block;
  margin-right: 15px;
}

.right-search .right-slogan .right-slogan-r .right-slogan-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-search .right-slogan .right-slogan-r .right-slogan-txt li {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.group-box {
  background: #f5f5f5;
  padding: 103px 0px;
}

.group-box .group .group-top {
  display: flex;
  align-items: stretch;
  padding-bottom: 103px;
}

.group-box .group .group-top .group-top-left {
  flex: 1;
  margin-right: 40px;
}

.group-box .group .group-top .group-top-left .group-title {
  font-size: 46px;
  font-weight: bold;
  color: #fe5045;
}

.group-box .group .group-top .group-top-left .group-title span {
  color: #000000;
}

.group-box .group .group-top .group-top-left .group-desc {
  flex: 1;
  width: 100%;
  margin-top: 48px;
  font-size: 20px;
  line-height: 40px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  color: #333333;
}

.group-box .group .group-top .group-top-right img {
  width: 515px;
  height: 426px;
}

.group-box .group .group-last-pic {
  margin-top: 100px;
}

.group-box .group .group-last-pic img {
  width: 100%;
  height: auto;
}

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

.group .group-value .group-value-left {
  height: 348px;
}

.group .group-value .group-value-left img {
  width: 510px;
  height: 348px;
  display: block;
}

.group .group-value .group-value-right {
  flex: 1;
  padding: 40px;
  height: 268px;
  background: #ffffff;
}

.group .group-value .group-value-right .group-value-right-title {
  position: relative;
}

.group .group-value .group-value-right .group-value-right-title .group-value-right-title-l {
  font-size: 27px;
  font-weight: bold;
  color: #ff4b41;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.group .group-value .group-value-right .group-value-right-title .group-value-right-title-l::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background: #ff4b41;
  bottom: 0;
  left: 0;
}

.group .group-value .group-value-right .group-value-right-title .group-value-right-title-r {
  position: absolute;
  top: -80px;
  right: 0px;
  background: #ff4b41;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  padding: 20px;
}

.group .group-value .group-value-right .group-value-right-title .group-value-right-title-r ul li {
  font-size: 27px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.group .group-value .group-value-right .group-value-right-cont {
  font-size: 20px;
  line-height: 40px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  text-align: left;
  color: #333333;
}

.brand-box {
  background-color: #ffffff;
  background-image: url("../images/brand_bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 103px 0px 200px 0px;
}

.brand-box .brand .brand-title {
  font-size: 46px;
  font-weight: bold;
  color: #fe5045;
}

.brand-box .brand .brand-title span {
  color: #000000;
}

.brand-box .brand .brand-desc {
  margin-top: 48px;
  font-size: 20px;
  line-height: 40px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  text-align: left;
  color: #333333;
}

.brand-box .brand .brand-pic {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.brand-box .brand .brand-pic img {
  flex: 1 0 0;
  width: 100%;
  height: auto;
  margin-right: 50px;
}

.brand-box .brand .brand-pic img:last-child {
  margin-right: 0;
}

.brand-box .brand .brand-last {
  width: 1140px;
  height: 230px;
  margin: 80px auto 0;
}

.brand-box .brand .brand-last img {
  width: 100%;
  height: 100%;
}

.crumb_box {
  background: #ffffff;
  margin: 20px 0;
}

.crumb_box .crumb {
  background: #f5f5f5;
  padding: 15px 0;
}

.crumb_box .crumb .crumb_info_box {
  margin: 0 20px;
  display: flex;
  align-items: center;
}

.crumb_box .crumb .crumb_info_box a {
  color: #999999;
  font-size: 15px;
  transition: all 0.3s;
}

.crumb_box .crumb .crumb_info_box a:last-child {
  color: #666666;
}

.crumb_box .crumb .crumb_info_box a:hover {
  color: #fe5045;
}

.crumb_box .crumb .crumb_info_box .delimeter {
  color: #999999;
  padding: 0 20px;
}

.cont-box .cont {
  display: flex;
  align-items: stretch;
  padding-bottom: 40px;
}

.cont-box .cont .cate-nav {
  border: 1px solid #eeeeee;
  margin-right: 20px;
  min-width: 250px;
  height: 100%;
  padding: 10px 10px 15px 10px;
}

.cont-box .cont .cate-nav .cate-nav-label {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  background: #f5f5f5;
  padding: 15px;
}

.cont-box .cont .cate-nav .cate-nav-list {
  padding: 0 30px;
}

.cont-box .cont .cate-nav .cate-nav-list .cate-nav-item {
  margin-top: 20px;
  position: relative;
  transition: all 0.3s;
  padding-right: 30px;
}

.cont-box .cont .cate-nav .cate-nav-list .cate-nav-item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #e3e2e2;
  right: 0;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s;
  opacity: 0;
  transform: rotate(-90deg);
}

.cont-box .cont .cate-nav .cate-nav-list .cate-nav-item:last-child {
  margin-bottom: 20px;
}

.cont-box .cont .cate-nav .cate-nav-list .cate-nav-item a {
  font-size: 14px;
  color: #333333;
  transition: all 0.3s;
}

.cont-box .cont .cate-nav .cate-nav-list .cate-nav-item.active a {
  color: #f84f4a;
}

.cont-box .cont .cate-nav .cate-nav-list .cate-nav-item.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #f84f4a;
  right: 0;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s;
  opacity: 1;
}

.cont-box .cont .cate-nav .cate-nav-list .cate-nav-item:hover a {
  color: #f84f4a;
}

.cont-box .cont .cate-nav .cate-nav-list .cate-nav-item:hover::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #f84f4a;
  right: 0;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s;
  opacity: 1;
}

.cont-box .cont .cate-nav .accordion {
  padding: 0 10px;
  background: #FFF;
  min-width: 250px;
}

.cont-box .cont .cate-nav .accordion li .link {
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #333333;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cont-box .cont .cate-nav .accordion li .one-active a,
.cont-box .cont .cate-nav .accordion li .one-active .icon-box .fa {
  color: #f84f4a !important;
}

.cont-box .cont .cate-nav .accordion li .link a {
  font-size: 15px;
  color: #333333;
  margin-left: 10px;
  margin-bottom: 4px;
  transition: all 0.3s;
}

.cont-box .cont .cate-nav .accordion li .link .icon-box {
  width: 20px;
  height: 20px;
}

.cont-box .cont .cate-nav .accordion li .link .icon-box .fa {
  font-size: 18px;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition: transform 0.4s ease;
  cursor: pointer;
}

.cont-box .cont .cate-nav .accordion li .link .icon-box .fa.fa-plus {
  font-size: 18px;
}

.cont-box .cont .cate-nav .accordion li .link .icon-box .fa.fa-minus {
  font-size: 16px;
}

.cont-box .cont .cate-nav .accordion li .link:hover a {
  color: #f84f4a;
}

.cont-box .cont .cate-nav .accordion li .link:hover .icon-box i {
  color: #f84f4a;
}

.cont-box .cont .cate-nav .accordion li:last-child .link {
  border-bottom: 0;
}

.cont-box .cont .cate-nav .accordion li.open .link a {
  color: #f84f4a;
}

.cont-box .cont .cate-nav .accordion li.open .link .icon-box i {
  color: #f84f4a;
}

.cont-box .cont .cate-nav .accordion li .submenu {
  display: none;
  font-size: 14px;
}

.cont-box .cont .cate-nav .accordion li .submenu li {
  position: relative;
  transition: all 0.3s;
  margin-left: 30px;
}

.cont-box .cont .cate-nav .accordion li .submenu li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 12px 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.cont-box .cont .cate-nav .accordion li .submenu li a:hover {
  color: #f84f4a;
}

.cont-box .cont .cate-nav .accordion li .submenu li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #e3e2e2;
  right: 0;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s;
  opacity: 0;
  transform: rotate(-90deg);
}

.cont-box .cont .cate-nav .accordion li .submenu li.active a {
  color: #f84f4a;
}

.cont-box .cont .cate-nav .accordion li .submenu li.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #f84f4a;
  right: 0;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s;
  opacity: 1;
  transform: rotate(-90deg);
}

.cont-box .cont .cate-nav .accordion li .submenu li:hover a {
  color: #f84f4a;
}

.cont-box .cont .cate-nav .accordion li .submenu li:hover::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #f84f4a;
  right: 0;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s;
  opacity: 1;
  transform: rotate(-90deg);
}

.cont-box .cont .cont-info-list {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}

.cont-box .cont .cont-info-list .cont-info-item {
  border: 1px solid #f1f1f1;
  margin-top: 20px;
}

.cont-box .cont .cont-info-list .cont-info-item:nth-child(1) {
  margin-top: 0px;
}

.cont-box .cont .cont-info-list .cont-info-item a {
  display: block;
  transition: all 0.3s;
  padding: 20px;
}

.cont-box .cont .cont-info-list .cont-info-item a .cont-info-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
}

.cont-box .cont .cont-info-list .cont-info-item a .cont-info-item-top .cont-info-item-title {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  transition: all 0.3s;
}

.cont-box .cont .cont-info-list .cont-info-item a .cont-info-item-top .cont-info-item-time {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
}

.cont-box .cont .cont-info-list .cont-info-item a .cont-info-item-top::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #e3e2e2;
  left: 0;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s;
  transform: rotate(-90deg);
}

.cont-box .cont .cont-info-list .cont-info-item a .cont-info-item-desc {
  font-size: 15px;
  color: #999999;
  margin-top: 15px;
  padding-left: 20px;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cont-box .cont .cont-info-list .cont-info-item a:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.cont-box .cont .cont-info-list .cont-info-item a:hover .cont-info-item-top::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #f84f4a;
  left: 0;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s;
  transform: rotate(-90deg);
}

.cont-box .cont .cont-info-list .cont-info-item a:hover .cont-info-item-top .cont-info-item-title {
  color: #f84f4a;
}

.cont-box .cont .cont-info-list_two {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}

.cont-box .cont .cont-info-list_two .cont-info-item {
  border: 1px solid #f1f1f1;
  margin-top: 20px;
}

.cont-box .cont .cont-info-list_two .cont-info-item:nth-child(1) {
  margin-top: 0px;
}

.cont-box .cont .cont-info-list_two .cont-info-item a {
  display: block;
  transition: all 0.3s;
  padding: 20px;
  display: flex;
  align-items: stretch;
}

.cont-box .cont .cont-info-list_two .cont-info-item a .left-pic {
  width: 220px;
  height: 140px;
}

.cont-box .cont .cont-info-list_two .cont-info-item a .left-pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cont-box .cont .cont-info-list_two .cont-info-item a .right-info-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cont-box .cont .cont-info-list_two .cont-info-item a .right-info-box .cont-info-item-top {
  padding-left: 20px;
  position: relative;
}

.cont-box .cont .cont-info-list_two .cont-info-item a .right-info-box .cont-info-item-top .cont-info-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}

.cont-box .cont .cont-info-list_two .cont-info-item a .right-info-box .cont-info-item-top .cont-info-item-desc {
  font-size: 15px;
  color: #999999;
  margin-top: 15px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cont-box .cont .cont-info-list_two .cont-info-item a .right-info-box .cont-info-item-time {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  text-align: right;
}

.cont-box .cont .cont-info-list_two .cont-info-item a:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.cont-box .cont .cont-info-list_two .cont-info-item a:hover .cont-info-item-top .cont-info-item-title {
  color: #f84f4a;
}

.cont-box .cont .product-list-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cont-box .cont .product-list-box .product-cate-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 10px;
}

.cont-box .cont .product-list-box .product-cate-name span {
  font-weight: normal;
  font-size: 16px;
  color: #c4c3c3;
  line-height: 16px;
}

.cont-box .cont .product-list-box .product-list {
  display: flex;
  flex-wrap: wrap;
}

.cont-box .cont .product-list-box .product-list .product-item {
  flex: 0 0 calc(25% - 8px);
  margin-right: 8px;
  margin-top: 8px;
  transition: all 0.3s;
  border: 1px solid #f1f1f1;
}

.cont-box .cont .product-list-box .product-list .product-item a {}

.cont-box .cont .product-list-box .product-list .product-item:nth-child(4n) {
  margin-right: 0;
}

.cont-box .cont .product-list-box .product-list .product-item a .product-item-img {
  width: 100%;
  /*height: 314px;*/
  overflow: hidden;
}

.cont-box .cont .product-list-box .product-list .product-item a .product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}

.cont-box .cont .product-list-box .product-list .product-item a .product-item-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 32px;
  color: #000000;
  margin: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 32px;
  text-align: center;
}

.cont-box .cont .product-list-box .product-list .product-item a .product-item-desc {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  margin: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 32px;
}

.cont-box .cont .product-list-box .product-list .product-item:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.cont-box .cont .product-list-box .product-list .product-item:hover a .product-item-img img {
  transform: scale(1.1);
}

.detail-cont {
  width: 100%;
}

.detail-cont .detail .detail-top {
  display: flex;
  align-items: stretch;
}

.detail-cont .detail .detail-top .top-right-info-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-left: 40px;
}

.detail-cont .detail .detail-top .top-right-info-box .top-right-info .title {
  font-size: 30px;
  line-height: 37px;
  color: #000000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 74px;
}

.detail-cont .detail .detail-top .top-right-info-box .top-right-info .desc {
  font-size: 17px;
  line-height: 30px;
  color: #999999;
  margin: 25px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}

.detail-cont .detail .detail-top .top-right-info-box .parameter-box {
  background: #f5f5f5;
  padding: 40px;
  flex: 1;
}

.detail-cont .detail .detail-top .top-right-info-box .parameter-box .parameter-item {
  margin-top: 23px;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #333333;
  width: 100%;
  display: flex;
  align-items: center;
}

.detail-cont .detail .detail-top .top-right-info-box .parameter-box .parameter-item:nth-child(1) {
  margin-top: 0px;
}

.detail-cont .detail .detail-top .top-right-info-box .parameter-box .parameter-item span {
  width: 40%;
  font-weight: bold;
}

.detail-cont .detail .detail-top .top-right-info-box .more {
  font-size: 16px;
  border: 1px solid #000000;
  transition: all 0.5s;
  margin: 40px auto 0;
}

.detail-cont .detail .detail-top .top-right-info-box .more a {
  display: flex;
  align-items: center;
  padding: 12px 35px;
  transition: all 0.5s;
  color: #000000;
  justify-content: space-between;
}

.detail-cont .detail .detail-top .top-right-info-box .more a .arrow {
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background: url("../images/1_11.png") no-repeat center;
  background-size: 100%;
  transition: all 0.3s;
}

.detail-cont .detail .detail-top .top-right-info-box .more:hover {
  background: #000000;
}

.detail-cont .detail .detail-top .top-right-info-box .more:hover a {
  color: #ffffff;
}

.detail-cont .detail .detail-top .top-right-info-box .more:hover a .arrow {
  background: url("../images/1_31.png") no-repeat center;
  background-size: 100%;
}

.detail-content-box {
  margin-top: 30px;
}

.detail-content-box .detail-content {
  display: flex;
  align-items: stretch;
  padding-bottom: 40px;
}

.detail-content-box .detail-content .left-info {
  margin-right: 30px;
  flex: 1;
}

.detail-content-box .detail-content .left-info .label {
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding-bottom: 25px;
}

.detail-content-box .detail-content .left-info .desc {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 20px;
}

.detail-content-box .detail-content .right-more {
  width: 302px;
}

.detail-content-box .detail-content .right-more .right-more-item {
  margin-top: 20px;
  transition: all 0.3s;
  border: 1px solid #f1f1f1;
}

.detail-content-box .detail-content .right-more .right-more-item:first-child {
  margin-top: 0;
}

.detail-content-box .detail-content .right-more .right-more-item a .product-item-img {
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.detail-content-box .detail-content .right-more .right-more-item a .product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.detail-content-box .detail-content .right-more .right-more-item a .product-item-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  margin: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.detail-content-box .detail-content .right-more .right-more-item a .product-item-desc {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  margin: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 32px;
}

.detail-content-box .detail-content .right-more .right-more-item:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.detail-content-box .detail-content .right-more .right-more-item:hover a .product-item-img img {
  transform: scale(1.1);
}

.contcat-label {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  margin: 40px 0;
  position: relative;
}

.contcat-label::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: #000000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact-information-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 1100px;
  margin: 0 auto;
}

.contact-information-box .infomation-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #2e2f33;
  flex: 1 0 0;
  margin-right: 30px;
  padding: 30px;
  transition: all 0.3s;
}

.contact-information-box .infomation-item:last-child {
  margin-right: 0;
}

.contact-information-box .infomation-item img {
  width: 80px;
  height: 80px;
  transition: all 0.6s;
}

.contact-information-box .infomation-item .infomation-name {
  font-size: 28px;
  line-height: 28px;
  color: #2e2f33;
  width: 80%;
  margin-top: 20px;
  transition: all 0.3s;
  border-bottom: 1px solid #2e2f33;
  padding-bottom: 30px;
}

.contact-information-box .infomation-item p {
  font-size: 17px;
  line-height: 24px;
  color: #8c8c8c;
  margin-top: 30px;
  transition: all 0.3s;
}

.contact-information-box .infomation-item:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.contact-information-box .infomation-item:hover .infomation-name {
  color: #fe5045;
  border-bottom: 1px solid #ff4b41;
}

.contact-information-box .infomation-item:hover img {
  transform: rotate(360deg);
}

.contact-information-box .infomation-item:hover p {
  color: #fe5045;
}

.map {
  margin-top: 50px;
  height: 400px;
  display: flex;
  align-items: stretch;
}

.map .map-img {
  flex: 3;
}

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

.map .company-img {
  flex: 2;
}

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

.send-msg-box .send-msg {
  background: #eaeaea;
  padding: 30px;
  margin: 50px 0;
}

.send-msg-box .send-msg .send-msg-label {
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 30px;
}

.send-msg-box .send-msg form .email {
  width: 100%;
}

.send-msg-box .send-msg form .email input {
  width: calc(100% - 20px);
  background: #ffffff;
  border: none;
  padding: 10px;
  color: #333333;
  display: block;
  font-size: 18px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .email input:focus-visible {
  outline: none;
}

.send-msg-box .send-msg form .email input::placeholder {
  font-size: 16px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .name_tel {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.send-msg-box .send-msg form .name_tel .name {
  width: 40%;
}

.send-msg-box .send-msg form .name_tel .name input {
  width: calc(100% - 45px);
  margin-right: 30px;
  background: #ffffff;
  border: none;
  padding: 10px;
  color: #333333;
  display: block;
  font-size: 18px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .name_tel .name input:focus-visible {
  outline: none;
}

.send-msg-box .send-msg form .name_tel .name input::placeholder {
  font-size: 16px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .name_tel .tel {
  width: 60%;
}

.send-msg-box .send-msg form .name_tel .tel input {
  width: calc(100% - 20px);
  margin-right: 15px;
  background: #ffffff;
  border: none;
  padding: 10px;
  color: #333333;
  display: block;
  font-size: 18px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .name_tel .tel input:focus-visible {
  outline: none;
}

.send-msg-box .send-msg form .name_tel .tel input::placeholder {
  font-size: 16px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .product {
  margin-top: 20px;
}

.send-msg-box .send-msg form .product input {
  width: calc(100% - 20px);
  background: #ffffff;
  border: none;
  padding: 10px;
  color: #333333;
  display: block;
  font-size: 18px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .product input:focus-visible {
  outline: none;
}

.send-msg-box .send-msg form .product input::placeholder {
  font-size: 16px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .msg-content {
  margin-top: 30px;
}

.send-msg-box .send-msg form .msg-content textarea {
  width: calc(100% - 20px);
  background: #fff;
  border: none;
  padding: 10px;
  color: #333333;
  height: 95px;
  font-size: 18px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .msg-content textarea:focus-visible {
  outline: none;
}

.send-msg-box .send-msg form .msg-content textarea::placeholder {
  font-size: 16px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .captcha {
  width: 100%;
  margin-top: 27px;
  display: flex;
  align-items: center;
}

.send-msg-box .send-msg form .captcha .text_box {
  flex: 1;
  display: flex;
  align-items: center;
}

.send-msg-box .send-msg form .captcha .text_box .captcha_input {
  flex: 1;
  background: #ffffff;
  border: none;
  padding: 10px;
  color: #333333;
  font-size: 18px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .captcha .text_box .captcha_input:focus-visible {
  outline: none;
}

.send-msg-box .send-msg form .captcha .text_box .captcha_input::placeholder {
  font-size: 16px;
  font-family: none;
  font-weight: normal;
}

.send-msg-box .send-msg form .captcha .text_box img {
  width: 123px;
  height: 38px;
  display: block;
  margin: 0 15px;
}

.send-msg-box .send-msg form .captcha .submit {
  background: #000000;
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 80px;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}

.send-msg-box .send-msg form .captcha .submit:hover {
  background: #ff4b41;
}

.other-cate-box .other-cate {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px;
}

.other-cate-box .other-cate .top-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.other-cate-box .other-cate .top-list .top-item {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  color: #333;
  margin: 5px 10px;
}

.other-cate-box .other-cate .top-list .top-item.active {
  background: #f8a602;
  color: #fff;
  border-color: #f8a602;
}

.other-cate-box .other-cate .bottom-list {
  width: 100%;
  overflow: hidden;
}

.other-cate-box .other-cate .bottom-list .bottom-item {
  display: none;
}

.other-cate-box .other-cate .bottom-list .bottom-item.on {
  display: block;
}

.other-cate-box .other-cate .bottom-list .bottom-item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.other-cate-box .other-cate .bottom-list .bottom-item ul li {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  color: #333;
  margin: 5px 10px;
}

.other-cate-box .other-cate .bottom-list .bottom-item ul li.on {
  background: #f8a602;
  color: #fff;
  border-color: #f8a602;
}

.other-cate-box .other-cate .bottom-list .bottom-item ul li:hover {
  background: #f8a602;
  color: #fff;
  border-color: #f8a602;
}

/*# sourceMappingURL=other.css.map */