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

.top-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.move-top-bg {
  display: none;
}
.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: 15px;
}

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

.right-search .right-slogan .right-slogan-l .right-slogan-txt li {
  font-size: 22px;
  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: 10px;
}

.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: 22px;
  font-weight: bold;
  color: #000000;
}

/*about*/
.about_img {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}

.about_img img {
	border-radius: 12px;
	overflow: hidden;
}

.about_img .about_img_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.about_img .about_img_bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about_img img {
	width: 100%;
	height: 274px;
	display: block;
    transition: all 0.5s;
}

.about_img img:hover {
	transform: scale(1.05);
}

.about-content-box {
    margin-top: 0px;
}

.about-content-box .about-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

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

.about-content-box .about-content .left-info {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    flex: 1;
}

.about-content-box .about-content .label {
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 50px;
}

.about-content-box .about-content .left-info .desc {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;
}
.core-box {
	margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: stretch;
}

.core-box .core-sbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
	background: #00a88e;
	border-radius: 16px;
	width: 100%;
}

.core-box .core-sbox .core-tit {
    font-size: 46px;
	color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.core-box .core-sbox .core-tit img {
    width: 44px;
    height: 36px;
    margin: 0px 30px;
}

.core-box .core-sbox .core-list {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	width: 100%;
}

.core-box .core-sbox .core-list .core-item {
    flex: 0 0 33.3333%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: all 0.5s;
    padding: 40px;
	border-right: 1px solid #2fd8b9;
    min-height: 248px;
    cursor: pointer;
	box-sizing: border-box;
}

.core-box .core-sbox .core-list .core-item:nth-child(1),
.core-box .core-sbox .core-list .core-item:nth-child(2),
.core-box .core-sbox .core-list .core-item:nth-child(3) {
	border-bottom: 1px solid #2fd8b9;
}

.core-box .core-sbox .core-list .core-item:nth-child(3n) {
	border-right: 0px;
}

.core-box .core-sbox .core-list .core-item .core-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
	margin-right: 10px;
}
.core-box .core-sbox .core-list .core-item .core-item-img img {
    width: 80px;
    height: 80px;
	display: block;
	transition: all 0.6s;
}

.core-box .core-sbox .core-list .core-item .core-item-img img:hover {
	transform: rotate(-360deg);
}

.core-box .core-sbox .core-list .core-item:hover .core-item-img img {
	transform: rotate(-360deg);
}

.core-box .core-sbox .core-list .core-item .core-item-cont {
    color: #fff;
}

.core-box .core-sbox .core-list .core-item .core-item-cont .cont-top {
    font-size:30px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
	margin-bottom: 15px;
}
                
.core-box .core-sbox .core-list .core-item .core-item-cont .cont-bot {
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 1.4;
}

.about_quality {
	margin-top:40px;
}

.about_quality img {
	width: 100%;
}

.about_patent {
	margin-top:40px;
}

.about_patent img {
	width: 100%;
}

.about_patent_btn {
	margin-top:40px;
	text-align: center;
}

.about_patent_btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	height: 70px;
	background: #12a88a;
	color: #fff;
	border-radius: 8px;
	font-size: 1.25rem;
}

.about_patent_btn a:hover {
	color: #fff;
	background: #dda328;
}

.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: 40px;
  font-size: 20px;
  line-height: 36px;
  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: 38px;
  font-weight: bold;
  color: #ff4b41;
  padding-bottom: 40px;
  margin-bottom: 35px;
  letter-spacing: 3px;
}

.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: 48px;
    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: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.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 {
  margin: 20px 0;
}

.crumb_box .crumb {
  background: #f2fffd;
  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: #09ad8b;
  font-size: 15px;
  transition: all 0.3s;
}

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

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

.crumb_box .crumb .crumb_info_box span {
  color: #09ad8b;
}

.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;
}

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

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

.cont-box .cont .cate-nav .cate-nav-list .cate-nav-item {
  margin-bottom: 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: #13b091;
}

.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: #13b091;
  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: #13b091;
}

.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: #13b091;
  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: #13b091;
  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: #13b091;
}

.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: 26px;
    font-weight: bold;
    color: #000000;
    background: #f5f5f5;
    padding: 15px;
    margin-top: 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;
}

.product-empty {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-empty img {
    padding: 8em 0em;
    width: 120px;
    height: 120px;
    display: block;
}

.product-empty .txt {
    padding: 1.5em 0em;
    color: #ddd;
    font-size: 2em;
    line-height: 1;
}

.cont-box .cont .product-list-box .product-list .product-item {
    flex: 0 0 calc(25% - 1rem);
    margin-right: 1rem;
    margin-top: 1rem;
    transition: all 0.3s;
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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:hover a .product-item-title {
  color: #13b091;
}

.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;
  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;
  margin-top: 20px;
}

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

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

.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: 15%;
  font-weight: bold;
}

.detail-cont .detail .detail-top .top-right-info-box .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  transition: all 0.5s;
  margin-top: 30px;
}

.detail-cont .detail .detail-top .top-right-info-box .more a {
  display: flex;
  align-items: center;
  padding: 12px 40px;
  transition: all 0.5s;
  color: #09ad8b;
  border: 1px solid #09ad8b;
  border-radius: 12px;
}

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

.detail-content-box {
  margin: 20px auto 40px auto;
}

.detail-content-box .detail-content {
  display: flex;
  align-items: stretch;
  padding: 30px;
  background: #f5f6fa;
  border-radius: 10px;
  box-sizing: border-box;
}

.detail-content-box .detail-content .left-info {
  flex: 1;
}

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

.detail-content-box .detail-content .left-info .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  padding: 30px 0px;
}

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

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

.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;
  padding: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background: #fff;
}

.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: 5px;
  background: #09ad8b;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact-information-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

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

.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: #09ad8b;
  width: 80%;
  margin-top: 20px;
  transition: all 0.3s;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.contact-information-box .infomation-item p {
  font-size: 17px;
  line-height: 24px;
  color: #09ad8b;
  margin-top: 20px;
  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: #09ad8b;
  border-bottom: 1px solid #09ad8b;
}

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

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

.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 {
	display: flex;
	align-items: center;
	border-radius: 12px;
	overflow: hidden;
  	margin: 40px auto;
}
.send-msg-box .company-img {
	
}
.send-msg-box .company-img img {
	height: 492px;
}
		
.send-msg-box .send-msg {
  background: #f5f6fa;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}

.send-msg-box .send-msg .send-msg-label {
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 30px;
  height: 64px;
  display: flex;
  align-items: center;
}

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

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

.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% - 40px);
  margin-right: 30px;
  background: #ffffff;
  border: none;
  padding: 10px;
  color: #333333;
  display: block;
  font-size: 18px;
  font-family: none;
  font-weight: normal;
  border-radius: 8px;
  box-sizing: border-box;
}

.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: 100%;
  margin-right: 15px;
  background: #ffffff;
  border: none;
  padding: 10px;
  color: #333333;
  display: block;
  font-size: 18px;
  font-family: none;
  font-weight: normal;
  border-radius: 8px;
  box-sizing: border-box;
}

.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: 100%;
  background: #ffffff;
  border: none;
  padding: 10px;
  color: #333333;
  display: block;
  font-size: 18px;
  font-family: none;
  font-weight: normal;
  border-radius: 8px;
  box-sizing: border-box;
}

.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: 100%;
  background: #fff;
  border: none;
  padding: 10px;
  color: #333333;
  height: 95px;
  font-size: 18px;
  font-family: none;
  font-weight: normal;
  border-radius: 8px;
  box-sizing: border-box;
}

.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;
  border-radius: 8px;
  box-sizing: border-box;
}

.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 {
  height: 44px;
  display: block;
  margin: 0 15px;
  border-radius: 8px;
}

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

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

.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 */