@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.eot");
  src: url("../fonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mulish-Regular.woff2") format("woff2"), url("../fonts/Mulish-Regular.woff") format("woff"), url("../fonts/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #b8a587;
  font-weight: 300;
  margin: 0 auto;
  /*line-height: 1;*/
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.5
}
.container {
  padding: 0 15px;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
table td, table th{
  min-width: 200px;
}
.more {
  position: relative;
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
  display: block;
  overflow: hidden;
  width: 168px;
  height: 40px;
  background-color: #b8a587;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.more span,
.more_cont img,
.more_cont div {
  position: relative;
  z-index: 2;
}
.more:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
.more:hover {
  color: var(--color);
}
.more:hover:before {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mul {
  font-family: "Mulish";
}
#innerMobileBanner{
  padding-top: 30px;
}
#innerMobileBanner .title{
  font-size: 18px;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}
#header .h-top {
  padding: 15px 0;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .ui.menu .mail {
  margin: 0 0 0 auto;
  font-size: 14px;
}
#header .h-top .ui.menu .chat {
  width: 148px;
  height: 38px;
  border-radius: 19px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-left: 43px;
  cursor: pointer;
}
#header .h-top .ui.menu .chat i {
  margin-left: 6px;
}
#header .h-top .ui.menu .h-language {
  position: relative;
  margin-left: 43px;
}
#header .h-top .ui.menu .h-language span {
  width: 37px;
  height: 37px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  display: block;
  font-size: 14px;
  cursor: pointer;
}
#header .h-top .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  z-index: 999;
}
#header .h-top .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .h-top .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .h-top .ui.menu .h-search {
  width: 37px;
  height: 37px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 18px;
  cursor: pointer;
}
#header .nav {
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  margin: 0 auto;
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  width: 10%;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000000;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  top: -95px;
  background: var(--color);
  -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
}
#header.active .h-top{
  opacity: 0;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  color: #ffffff;
}
#banner li .text .box {
  width: 45%;
}
#banner li .text .box .title {
  line-height: 1.1;
}
#banner li .text .box .cont .dot {
  width: 17px;
  height: 17px;
  background-color: var(--color);
  border-radius: 0px 0px 0px 8px;
  margin-right: 10px;
}
#banner li .text .bottom {
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#banner li .text .bottom a {
  width: 39px;
  height: 39px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner li .text .bottom a:hover {
  background: #ffffff;
  color: #000000;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.lh-1 {
  line-height: 1;
}
.col {
  color: var(--color);
}
@-webkit-keyframes move_1 {
  0% {
    top: -20px;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes move_1 {
  0% {
    top: -20px;
  }
  100% {
    top: 100%;
  }
}
@keyframes move_1 {
  0% {
    top: -20px;
  }
  100% {
    top: 100%;
  }
}
.img_bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.transition_1 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .tip .left {
  width: 40%;
  line-height: 1.1;
}
#index-body .init-1 .tip .right {
  width: 40%;
  color: #1d1d1d;
  opacity: 0.8;
  line-height: 1.4;
}
#index-body .init-1 .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 -14px;
}
#index-body .init-1 .top ul li {
  position: relative;
  padding: 0 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-1 .top ul li .acc {
  position: relative;
  height: 761px;
  background: url(../images/init11.jpg) no-repeat center;
  border-radius: 30px;
  cursor: pointer;
}
#index-body .init-1 .top ul li .tit3 {
  position: absolute;
  left: 50%;
  bottom: 45px;
  -webkit-transform: translateX(-50%) rotate(-180deg);
  -moz-transform: translateX(-50%) rotate(-180deg);
  -ms-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
  font-family: Mulish;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-1 .top ul li .box {
  position: absolute;
  left: 0;
  bottom: 22%;
  width: 100%;
  padding: 0 65px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
#index-body .init-1 .top ul li .box .tit {
  font-family: Mulish;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
#index-body .init-1 .top ul li .box .con{
  color: #ffffff;
  line-height: 1.4;
  height: 5.6em;
  overflow-y: auto;
  padding-right: 6px;
}
#index-body .init-1 .top ul li .box dl {
  margin-top: 60px;
  max-width: 430px;
}
#index-body .init-1 .top ul li .box dl dd a {
  position: relative;
  display: block;
  font-family: Mulish;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  text-transform: capitalize;
  padding: 16.5px 0;
  padding-right: 39px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-1 .top ul li .box dl dd a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 39px;
  height: 7px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/bann1.png) no-repeat center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-1 .top ul li .box dl dd a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
#index-body .init-1 .top ul li .box dl dd a:hover::before {
  width: 100%;
}
#index-body .init-1 .top ul li .box dl dd a:hover {
  padding: 16.5px 15px;
}
#index-body .init-1 .top ul li .box dl dd a:hover::after {
  right: 15px;
}
#index-body .init-1 .top ul li.active {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  -webkit-flex: 7;
  -moz-box-flex: 7;
  flex: 7;
}
#index-body .init-1 .top ul li.active .acc .tit3 {
  opacity: 0;
  z-index: -1;
}
#index-body .init-1 .top ul li.active .acc .box {
  opacity: 1;
  z-index: 11;
}
#index-body .init-2 {
  background: url(/mhhometextiles/2026/03/13/hgf.jpg) no-repeat center center / cover;
}
#index-body .init-2 .content .list {
  overflow: hidden;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 180px 110px 280px 28px;
  width: 380px;
  position: relative;
}
#index-body .init-2 .content .list .sub {
  -webkit-animation: move_1 6s linear infinite;
  -moz-animation: move_1 6s linear infinite;
  animation: move_1 6s linear infinite;
  position: absolute;
  width: 3px;
  height: 20px;
  top: 0;
  left: -1px;
  background-color: #fff;
}
#index-body .init-2 .content .list .img {
  width: 40px;
  height: 40px;
}
#index-body .init-2 .content .list .title {
  margin-top: 30px;
  font-weight: 500;
}
#index-body .init-2 .content .list .des {
  margin-top: 16px;
  min-height: 6em;
}
#index-body .init-2 .content .list .more {
  display: inline-block;
  margin-top: 60px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
}
#index-body .init-2 .content .list .more::before {
  background-color: var(--color);
}
#index-body .init-2 .content .list .more:hover {
  color: #fff;
  border-color: var(--color);
}
#index-body .init-2 .content .list:first-child .sub {
  -webkit-animation-delay: -3s;
  -moz-animation-delay: -3s;
  animation-delay: -3s;
}
#index-body .init-2 .content .list:nth-child(2) .sub {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-2 .content .list:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-2 .content .sub_text {
  color: #fff;
  width: 460px;
  position: absolute;
  right: 60px;
  bottom: 70px;
  line-height: 2;
  letter-spacing: 0;
  line-height: 1.2;
}
#index-body .about .tip .more {
  margin: 0 0 0 auto;
}
#index-body .about .box .left {
  width: 40%;
}
#index-body .about .box .right {
  width: 60%;
}
#index-body .about .box .right .t1 {
  color: #202020;
}
#index-body .about .box .right .cont {
  color: #676767;
}
#index-body .about .dates li .num {
  line-height: 1;
}
#index-body .about .dates li .num span {
  color: #838383;
  margin-left: 7px;
}
#index-body .about .dates li p {
  color: #555555;
}
#index-body .init-3 {
  background: url(../images/st1.jpg) no-repeat center;
}
#index-body .init-3 .list ul li .box {
  position: relative;
  width: 100%;
  height: 751px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
#index-body .init-3 .list ul li .box .mask {
  position: absolute;
  left: 0;
  bottom: 75px;
  width: 100%;
  padding: 0 40px;
  overflow: hidden;
}
#index-body .init-3 .list ul li .box .mask span {
  display: inline-block;
  font-size: 18px;
  font-family: Mulish;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
#index-body .init-3 .list ul li .box .mask .tit {
  font-size: 24px;
  font-family: Mulish;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  margin: 22px 0 20px;
}
#index-body .init-3 .list ul li .box .mask .pone {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
}
#index-body .init-3 .list ul li .box .mask .btn {
  margin-top: 35px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-3 .list ul li .box .mask .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  max-width: 158px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-3 .list ul li .box .mask .btn a p {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
}
#index-body .init-3 .list ul li .box .mask .btn a i {
  display: inline-block;
  width: 39px;
  height: 7px;
  background: url(../images/bann1.png) no-repeat center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-3 .list ul li:hover .box {
  background: rgba(184, 165, 135, 0.73);
}
#index-body .init-3 .list ul li:hover .box .mask .pone {
  position: static;
  display: block;
}
#index-body .init-3 .list ul li:hover .box .mask .btn {
  margin-top: 105px;
}
#index-body .news .tip .left {
  width: 45%;
}
#index-body .news .tip .left .title {
  font-weight: 300;
  line-height: 1.2;
}
#index-body .news .tip .left .title span {
  font-weight: normal;
}
#index-body .news .bottom .t1 {
  line-height: 1.2;
  margin-top: 18px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .t1:hover {
  color: var(--color);
}
#index-body .news .bottom .time {
  opacity: 0.8;
}
#index-body .news .bottom .cont {
  opacity: 0.74;
}
#footer .public_form_cont {
  color: #fff;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(/mhhometextiles/2026/03/19/fkfviorg1773901591.jpg);
}
#footer .public_form_cont form {
  margin: 0 -15px 0;
}
#footer .public_form_cont form .submit {
  cursor: pointer;
}
#footer .public_form_cont form .list {
  margin-bottom: 30px;
  width: 33.33%;
  padding: 0 15px;
}
#footer .public_form_cont form .list input,
#footer .public_form_cont form .list textarea {
  font-size: 16px;
  border: 1px solid #fff;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0);
  width: 100%;
}
#footer .public_form_cont form .list input::-webkit-input-placeholder, #footer .public_form_cont form .list textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .public_form_cont form .list input:-moz-placeholder, #footer .public_form_cont form .list textarea:-moz-placeholder {
  color: #fff;
}
#footer .public_form_cont form .list input::-moz-placeholder, #footer .public_form_cont form .list textarea::-moz-placeholder {
  color: #fff;
}
#footer .public_form_cont form .list input:-ms-input-placeholder, #footer .public_form_cont form .list textarea:-ms-input-placeholder {
  color: #fff;
}
#footer .public_form_cont form .list input::placeholder,
#footer .public_form_cont form .list textarea::placeholder {
  color: #fff;
}
#footer .public_form_cont form .list.content {
  width: 100%;
}
#footer .public_form_cont form .list.brand {
  z-index: 3;
  position: relative;
}
#footer .public_form_cont form .list.brand input {
  position: relative;
  z-index: 2;
  cursor: pointer;
  padding-right: 32px;
}
#footer .public_form_cont form .list.brand i {
  position: absolute;
  right: 26px;
  top: 12px;
  font-size: 24px;
  width: 25px;
  text-align: center;
  height: 24px;
}
#footer .public_form_cont form .list.brand ul {
  display: none;
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(70%);
  position: absolute;
  top: 50px;
  left: 15px;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  padding: 15px 0;
}
#footer .public_form_cont form .list.brand ul li span {
  padding: 4px 26px;
  display: block;
  cursor: pointer;
  font-weight: 500;
}
#footer .public_form_cont form .list.brand ul li span:hover {
  color: var(--color);
}
#footer .public_form_cont form .list.brand.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
strong {
  font-weight: bold;
}
#footer {
  overflow: hidden;
  position: relative;
}
#footer .f-top .list_cont .first {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 26px;
}
#footer .f-top .list_cont .list_2 {
  margin-top: 10px;
  color: #525252;
}
#footer .f-top .list_cont .list_2 .contact_tips {
  width: 60px;
}
#footer .f-top .list_cont .list_2 .contact_tips {
  font-size: 14px;
  width: 60px;
  padding-right: 2px;
  margin-top: 4px;
}
#footer .f-top .list_cont .list_2 .text {
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2;
}
#footer .f-top .list_cont li {
  font-size: 14px;
  color: #525252;
  margin-top: 10px;
}
#footer .f-top .list_cont li a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-top .list_cont li:hover a {
  color: var(--color);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
#footer .f-top .list_cont #ewm {
  padding: 4px;
  background-color: #fff;
  width: 75px;
}
#footer .f-top .list_cont1 {
  width: 540px;
  padding-right: 170px;
}
#footer .f-top .list_cont2 {
  width: 300px;
  padding-right: 70px;
}
#footer .f-top .list_cont2 li ul{
  display: none;
}
#footer .f-top .list_cont3 {
  padding-right: 70px;
  width: 390px;
}
#footer .f-top .list_cont4 {
  width: 120px;
}
#footer .f-middle {
  margin-top: 50px;
  padding: 30px 0;
  background-color: #f9f9f9;
  text-align: center;
}
#footer .f-middle .container .share_list {
  margin-top: 16px;
}
#footer .f-middle .container .share_list a {
  display: inline-block;
  font-size: 18px;
  margin: 5px 15px;
  color: #999999;
}
#footer .f-middle .container .share_list a:hover {
  color: var(--color);
}
#footer .copyright {
  line-height: 2;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  background-color: var(--color);
}
#footer .copyright .footlink {
  display: inline-block;
  margin-left: 10px;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#footer .copyright .footlink .qxdis {
  display: inline;
}
#footer .copyright svg {
  margin-top: 8px;
  height: 30px;
  width: auto;
  fill: #ffffff;
}
#footer .copyright span,
#footer .copyright a {
  vertical-align: middle;
  display: inline-block;
}
.toolbar-right {
  position: fixed;
  right: 15px;
  bottom: 15%;
  z-index: 66;
}
.toolbar-right .tip {
  padding: 4px 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
  border-radius: 25px;
}
.toolbar-right .tip .item {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  padding: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}
.toolbar-right .tip .item p {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 4;
}
.toolbar-right .tip .item:hover {
  background-color: rgba(184, 165, 135, 0.5);
}
.toolbar-right .tip .item:hover p {
  background-color: #b8a587;
}
.toolbar-right .tip .item:hover p img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.toolbar-right .tip .ewm #ewm2 {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 70px;
  padding: 5px;
  margin-top: -38px;
  background: #ffffff;
  -webkit-transform: translate(200%);
  -moz-transform: translate(200%);
  -ms-transform: translate(200%);
  transform: translate(200%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.toolbar-right .tip .ewm:hover #ewm2 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.toolbar-right .tip .mail .text,
.toolbar-right .tip .phone .text {
  background: var(--color);
  position: absolute;
  white-space: nowrap;
  right: 102%;
  top: 50%;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 14px;
  -webkit-transform: translate(200px, -50%);
  -moz-transform: translate(200px, -50%);
  -ms-transform: translate(200px, -50%);
  transform: translate(200px, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.toolbar-right .tip .mail:hover .text,
.toolbar-right .tip .phone:hover .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.toolbar-right .back {
  width: 51px;
  height: 51px;
  background-color: #b8a587;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  #footer .f-top .list_cont1 {
    width: 450px;
    padding-right: 80px;
  }
  #footer .f-top .list_cont2 {
    width: 240px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-2 .content .sub_text {
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    text-align: center;
  }
  #footer .f-top .list_cont1 {
    width: 430px;
    padding-right: 20px;
  }
  #footer .f-top .list_cont2 {
    width: 180px;
  }
  #footer .f-top .list_cont3 {
    width: 240px;
    padding-right: 20px;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #index-body .init-2 .content .list {
    width: 33%;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .init-3 .list ul li .box .mask {
    padding: 0 20px;
  }
  #index-body .init-3 .list ul li .box .mask {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;

  }
  #index-body .init-1 .top {
    margin-top: 40px;
  }
  #index-body .init-1 .top ul li .box {
    padding: 0 40px;
  }
  #index-body .init-1 .top ul li .box dl {
    margin-top: 30px;
  }
  #index-body .init-1 .top ul li .tit3 {
    font-size: 24px;
  }
  #index-body .init-2 .content {
    padding: 0 20px;
  }
  #index-body .init-2 .content .list {
    padding: 110px 16px 190px;
    text-align: center;
  }
  #index-body .init-2 .content .list .img {
    margin: auto;
  }
  #footer .f-top .list_cont1 {
    width: 100%;
  }
  #footer .f-top .list_cont2 {
    display: none;
  }
  #footer .f-top .list_cont3 {
    display: none;
  }
  #footer .f-top .list_cont4 {
    display: none;
  }
  #footer .f-box {
    padding-right: 0;
  }
  #index-body .about .box .right {
    margin-top: 30px;
  }
  #index-body .about .tip .more {
    margin-top: 20px;
  }
  #index-body .about .dates ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .dates li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .init-3 .list ul li .box {
    height: 600px;
  }
  #index-body .news .tip .right .more {
    margin: 0 0 0 auto;
    margin-top: 20px;
  }
  #banner li .text .box {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-1 .top ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .top ul li .acc {
    height: 600px;
  }
  #index-body .init-1 .top ul li {
    width: 100% !important;
    -webkit-box-flex: unset !important;
    -webkit-flex: unset !important;
    -moz-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    margin: 20px 0;
  }
  #index-body .init-1 .top ul li .box {
    opacity: 1 !important;
    z-index: 19 !important;
  }
  #index-body .init-1 .top ul li .tit3 {
    display: none !important;
  }
  #index-body .init-1 .top ul li .box {
    padding: 0 20px;
  }
  #footer .f-top .list_cont2 {
    display: none;
  }
  #footer .f-top .list_cont3 {
    display: none;
  }
  #footer .f-top .list_cont .first {
    text-align: center;
  }
  #footer .copyright {
    margin-top: 20px;
  }
  #banner li .text {
    bottom: 20px;
  }
  #footer .public_form_cont form .list {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
  #index-body .init-2 .content .list {
    width: 100%;
    padding: 40px 20px;
  }
  #index-body .init-2 .content .sub_text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 10px;
  }
  #footer .f-top .list_cont .first {
    margin-bottom: 16px;
  }
  #banner li .text .bottom {
    display: none;
  }
  .toolbar-right {
    zoom: 0.7;
  }
  #footer .copyright {
    font-size: 14px;
    zoom: 0.9;
  }
  #index-body .about .dates li {
    width: 100%;
  }
  #index-body .init-1 .top ul li .acc {
    height: 550px;
  }
  .more {
    zoom: 0.7;
  }
}
/*inner*/


.sustainability-page .sustainability-1 .img {
  position: relative;
  z-index: 10;
  overflow: hidden
}
.sustainability-page .sustainability-1 .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -300%;
  width: 100%;
  height: 100%;
  /*background: url(/cnunderwearfactory/2023/11/13/acc12.png) no-repeat center;*/
  background: linear-gradient(to top,rgba(184,165,135,0.8) 25%,rgba(184,165,135,0));
  transition: 0.5s
}
.sustainability-page .sustainability-1 .img:hover::after {
  bottom: 0
}
.sustainability-page .sustainability-1 .img .mask {
  position: absolute;
  left: 0;
  bottom: 105px;
  width: 100%;
  text-align: center;
  z-index: 11
}
.sustainability-page .sustainability-1 .img .mask .mbx{
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
.sustainability-page .sustainability-1 .img .mask .tit3 {
  font-size: 48px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.sustainability-page .sustainability-1 .img .mask p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.5;
  max-width: 1054px;
  margin: 0 auto;
  margin-top: 40px;
}
.sustainability-page .sustainability-2 {
  background: #F5F5F5;
}
.sustainability-page .sustainability-2 .img {
  position: relative;
  padding: 241px 0 212px;
}
.sustainability-page .sustainability-2 .img .title {
  position: absolute;
  left: 0;
  top: 13.3%;
  text-align: left;
}
.sustainability-page .sustainability-2 .img .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.sustainability-page .sustainability-2 .img .title p {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 30px;
  margin-top: 25px;
  max-width: 645px;
}
.sustainability-page .sustainability-2 .img ul li {
  text-align: center;
}
.sustainability-page .sustainability-2 .img ul li .imga {
  display: inline-block;
  position: relative;
}
.sustainability-page .sustainability-2 .img ul li .imga::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 19px 27px 0px rgba(5, 32, 83, 0.88);
  box-shadow: 0px 10px 10px 0px rgba(163, 163, 163, 0.88);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sustainability-page .sustainability-2 .img ul li .imga:hover::after {
  opacity: 1;
}
.sustainability-page .sustainability-2 .img ul li .tit {
  font-size: 24px;
  font-family: Mulish;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
  text-transform: capitalize;
  margin-top: 20px;
  max-width: 260px;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 17.8%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(2) {
  position: absolute;
  left: 20.25%;
  bottom: 9.9%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(3) {
  position: absolute;
  left: 41.125%;
  bottom: 9.5%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(4) {
  position: absolute;
  right: 20.5%;
  bottom: 22.4%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(5) {
  position: absolute;
  right: 2.8%;
  bottom: 37.8%;
}
.sustainability-page .sustainability-3 {
  padding-top: 143px;
}
.sustainability-page .sustainability-3 ul li .box {
  background: linear-gradient(265deg, #b8a587, #b8a587);
}
.sustainability-page .sustainability-3 ul li .box .img {
  vertical-align: middle;
}
.sustainability-page .sustainability-3 ul li .box .con {
  vertical-align: middle;
  padding: 0 70px;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .tit {
  font-size: 36px;
  font-family: Mulish;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .cona {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 25px;
  height: 121px;
  overflow: hidden;
  transition: 0.5s;
}

.sustainability-page .sustainability-3 ul li .box:hover .con .cona {
  height: auto;

}

.sustainability-page .sustainability-3 ul li:nth-child(even) .box .img {
  position: relative;
  left: 50%;
}
.sustainability-page .sustainability-3 ul li:nth-child(even) .box .con {
  position: relative;
  left: -50%;
}
.sustainability-page .sustainability-4 {
  padding: 130px 0;
}
.sustainability-page .sustainability-4 .title span {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px
}
.sustainability-page .sustainability-4 .title p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 2;
  max-width: 937px;
  margin-top: 25px;
}
.sustainability-page .sustainability-4 .list {
  margin-top: 50px;
}
.sustainability-page .sustainability-4 .list ul li .box {
  max-width: 475px;
  margin: 0 auto;
}
.sustainability-page .sustainability-4 .list ul li .box .img {
  overflow: hidden;
}
.sustainability-page .sustainability-4 .list ul li .box .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sustainability-page .sustainability-4 .list ul li .box .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sustainability-page .sustainability-4 .list ul li .box .tit {
  font-size: 18px;
  font-family: Mulish;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
  margin-top: 30px;
}
.sustainability-page .sustainability-4 .list ul li .box .cona {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 10px;
}


.m-page {
    margin-top: 75px
}

.m-page .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center
}

.m-page .wp-pagenavi a,.m-page .wp-pagenavi span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 6px;
}

.m-page .wp-pagenavi span {
    background: var(--color);
    color: #fff
}

.m-page .wp-pagenavi a.prev {
  font-size: 20px;
}
.m-page .wp-pagenavi a.next {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .m-page {
    margin-top: 45px
}
}
@media screen and (max-width: 500px) {
  .m-page {
    margin-top: 35px
}
}
.inner-banner {
  position: relative;
  height: 450px;
}
.inner-banner .container {
  position: static;
}
.inner-banner .box {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner.certification-banner .box {
  left: 50%;
  transform: translate(-50%,-50%);
}
.inner-banner .box .tit2 {
  font-size: 48px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.2;
}
.inner-banner .box .mbx {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  margin-top: 25px;
}
.about-page {
  padding-top: 100px;
}
.about-page .title span {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 400;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.about-page .title .tit {
  font-size: 60px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
}
.about-page .about-1 .top .left {
  width: 33.75%;
}
.about-page .about-1 .top .left .tit {
  margin-top: 25px;
}
.about-page .about-1 .top .left .img {
  margin-top: 50px;
}
.about-page .about-1 .top .right {
  width: 66.25%;
  padding-left: 110px;
  font-size: 18px;
}
.about-page .about-1 .top .right p {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2;
  margin-bottom: 30px;
}
.about-page .about-1 .top .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-1 .bot {
  margin-top: 80px;
  background: var(--color);
  border-radius: 20px;
  overflow: hidden;
}
.about-page .about-1 .bot ul li {
  position: relative;
  padding: 50px 0;
  text-align: center;
  vertical-align: middle;
}
.about-page .about-1 .bot ul li h2 {
  font-size: 48px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  height: 48px;
}
.about-page .about-1 .bot ul li h2 sub {
  position: relative;
  top: -13px;
  font-size: 34px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .about-1 .bot ul li p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 5px;
}
.about-page .about-1 .bot ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 57px;
  background: #FFFFFF;
  opacity: 0.7;
}
.about-page .about-1 .bot ul li:last-child::after {
  display: none;
}
.about-page .about-2 {
  padding: 140px 0 94px;
}
.about-page .about-2 .top .left {
  width: 54.6%;
}
.about-page .about-2 .top .left .tit {
  margin-top: 30px;
}
.about-page .about-2 .top .left p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 24px;
  max-width: 600px;
  margin-top: 20px;
}
.about-page .about-2 .top .left .btn {
  margin-top: 45px;
}
.about-page .about-2 .top .left .btn a {
  display: inline-block;
  background: var(--color);
  border-radius: 5px;
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  padding: 16px 36px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-2 .top .left .btn a:hover {
  background: #000000;
}
.about-page .about-2 .top .right {
  width: 45.4%;
}
.about-page .about-2 .top .right ul {
  margin: 0 -10px;
}
.about-page .about-2 .top .right ul li {
  padding: 0 10px;
}
.about-page .about-2 .img.acc {
  max-width: 1228px;
  margin-top: 40px;
}
.about-page .about-2 .img {
  overflow: hidden;
}
.about-page .about-2 .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-2 .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-3 {
  padding: 260px 0 220px;
  background: url(/mhhometextiles/2026/03/13/VCG41N2255195539.png) no-repeat center;
}

.about-page .about-3 .box .tit {
  font-size: 36px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .about-3 .box .cona {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 25px;

}
.about-page .about-4 {
  position: relative;
  padding-top: 75px;
}
.about-page .about-4 .tit {
  font-size: 48px;
  margin-top: 0;
}
.about-page .about-4 .acc {
  position: relative;
  padding-left: 105px;
  z-index: 11;
}
.about-page .about-4 .acc .arrows {
  position: absolute;
  left: 23px;
  top: 40%;
}
.about-page .about-4 .acc .arrows .swiper-button-prev,
.about-page .about-4 .acc .arrows .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 9px 0;
  background: url(../images/aoorws.png) no-repeat center;
  opacity: 1;
}
.about-page .about-4 .acc .arrows .swiper-button-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-4 .acc .list {
  padding-bottom: 200px;
}
.about-page .about-4 .acc .list ul li .box {
  padding: 0 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  height: 465px;
}
.about-page .about-4 .acc .list ul li .box span {
  display: inline-block;
  font-size: 60px;
  font-family: Mulish;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
.about-page .about-4 .acc .list ul li .box .tit4 {
  font-size: 24px;
  font-family: Mulish;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  margin: 25px 0;
}
.about-page .about-4 .acc .list ul li .box .cona {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 300;
  color: #333333;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-4 .acc .list ul li:hover .box .cona {
  opacity: 1;
}
.about-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-active .box {
  margin-top: 208px;
}
.about-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-next {
  margin-top: 139px;
}
.about-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-next + li {
  margin-top: 69px;
}
.about-page .about-4::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/cnunderwearfactory/2023/11/10/history.png) no-repeat right bottom;
  z-index: -1;
}
.oem-page .topp .left {
  width: 51.5%;
}
.oem-page .topp .left .tit {
  font-size: 36px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.oem-page .topp .right {
  width: 48.5%;
  vertical-align: bottom;
}
.oem-page .acc1 {
  padding-bottom: 130px;
}
.oem-page .img {
  overflow: hidden;
}
.oem-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.oem-page .oem-1 {
  padding: 88px 0 72px;
  text-align: center;
}
.oem-page .oem-1 .mbx {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.oem-page .oem-1 .tit {
  font-size: 60px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  margin: 35px 0 25px;
}
.oem-page .oem-1 p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2;
  max-width: 953px;
  margin: 0 auto;
}
.oem-page .oem-1 .btn {
  margin-top: 35px;
}
.oem-page .oem-1 .btn a {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  background: var(--color);
  border-radius: 5px;
  text-transform: uppercase;
}
.oem-page .oem-1 .btn a:hover {
  background: #000000;
}

.oem-page .oem-3 {
  padding: 115px 0 120px;
}
.oem-page .oem-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oem-page .oem-3 .title .acc span {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #00378C;
  line-height: 2;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.oem-page .oem-3 .title .acc p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 2;
  max-width: 738px;
  margin-top: 30px;
}
.oem-page .oem-3 .title .btn a {
  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;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.oem-page .oem-3 .title .btn a p {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.oem-page .oem-3 .title .btn a i {
  display: inline-block;
  width: 39px;
  height: 6px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 40px;
}
.oem-page .oem-3 .options {
  margin-top: 55px;
}
.oem-page .oem-3 .options ul {
  margin: 0 -5px;
}
.oem-page .oem-3 .options ul li {
  padding: 0 5px;
}
.oem-page .oem-3 .options ul li h4 {
  background: #F0F0F0;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 45px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .oem-3 .options ul li h4:hover {
  background: var(--color);
  color: #fff;
}
.oem-page .oem-4 .topp .left {
  padding-right: 50px;
}
.oem-page .oem-4 .topp .left .acc {
  margin-top: 38px;
}
.oem-page .oem-4 .topp .left .acc ul {
  margin: -10px -15px;
}
.oem-page .oem-4 .topp .left .acc ul li {
  text-align: center;
  padding: 10px 15px;
}
.oem-page .oem-4 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  opacity: 0.8;
  margin-top: 5px;
}
.oem-page .oem-5 .topp .left {
  padding-left: 60px;
  vertical-align: middle;
}
.oem-page .oem-5 .topp .left .acc {
  margin-top: 40px;
}
.oem-page .oem-5 .topp .left .acc ul {
  margin: -20px -14px;
}
.oem-page .oem-5 .topp .left .acc ul li {
  padding: 20px 14px;
  text-align: center;
}
.oem-page .oem-5 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-5 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-6 .topp .left {
  padding-right: 60px;
  margin-top: 13px;
}
.oem-page .oem-6 .topp .left .acc {
  margin-top: 60px;
}
.oem-page .oem-6 .topp .left .acc ul {
  margin: -20px -27px;
}
.oem-page .oem-6 .topp .left .acc ul li {
  padding: 20px 27px;
  text-align: center;
}
.oem-page .oem-6 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-6 .topp .left .acc ul li .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url(../images/oem-61.png) no-repeat center;
}
.oem-page .oem-7 .topp .left {
  vertical-align: middle;
  padding-left: 56px;
}
.oem-page .oem-7 .topp .left p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 18px;
}
.oem-page .oem-7 .topp .left .acc {
  margin-top: 90px;
}
.oem-page .oem-7 .topp .left .acc ul {
  margin: 0 -28px;
}
.oem-page .oem-7 .topp .left .acc ul li {
  padding: 0 28px;
}
.oem-page .oem-7 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-8 .topp .left {
  padding-right: 60px;
}
.oem-page .oem-8 .topp .left p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 20px;
}
.oem-page .oem-8 .topp .left .acc {
  margin-top: 50px;
}
.oem-page .oem-8 .topp .left .acc ul {
  margin: -17.5px -28px;
}
.oem-page .oem-8 .topp .left .acc ul li {
  padding: 17.5px 28px;
}
.manufacture-page .img {
  overflow: hidden;
}
.manufacture-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.manufacture-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.manufacture-page .manufacture-1 .mbx {
  padding: 49px 0 89px;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.manufacture-page .manufacture-1 .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.manufacture-page .manufacture-1 .title .tit4 {
  font-size: 36px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.2;
  margin-top: 20px;
  max-width: 1200px;
}
.manufacture-page .manufacture-1 .top {
  margin-top: 80px;
}
.manufacture-page .manufacture-1 .top p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 2;
  margin-top: 50px;
}
.manufacture-page .manufacture-1 .top .left {
  width: 46.18%;
}
.manufacture-page .manufacture-1 .top .right {
  width: 53.82%;
  padding-left: 110px;
}
.manufacture-page .manufacture-2 {
  margin-top: 110px;
}
.manufacture-page .manufacture-2 .num {
  margin-top: 130px;
}
.manufacture-page .manufacture-2 .num ul li {
  text-align: center;
}
.manufacture-page .manufacture-2 .num ul li h2 {
  font-size: 60px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.manufacture-page .manufacture-2 .num ul li p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1;
  margin-top: 40px;
}
.manufacture-page .manufacture-3 {
  padding: 170px 0 160px;
}
.manufacture-page .manufacture-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacture-page .manufacture-3 .title .acc span {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.manufacture-page .manufacture-3 .title .acc .tit {
  font-size: 60px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  margin-top: 25px;
}
.manufacture-page .manufacture-3 .title p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.5;
  max-width: 770px;
}
.manufacture-page .manufacture-3 .top {
  margin-top: 100px;
}
.manufacture-page .manufacture-3 .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}
.manufacture-page .manufacture-3 .top ul li {
  padding: 0 6px;
}
.faq-page{
  padding-top: 0
}

.faq-page .tit {
  font-size: 48px;
  font-family: Mulish;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1;
}

.faq-page .top ul li {
  margin-bottom: 12px;
}
.faq-page .top ul li .tit4 {
  font-size: 18px;
  font-family: Mulish;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 18px 40px;
  background: #EEEEEE;
  cursor: pointer;
}
.faq-page .top ul li .text {
  display: none;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 18px 40px;
}
.certification-banner {
  text-align: center
}
.certification-banner .box .mbx {
  margin-top: 0
}
.certification-banner .box .tit2 {
  margin-top: 20px
}
.certification-page .certification-1 {
  padding: 34px 0 160px;
}
.certification-page .certification-1 .top ul {
  margin: 0 -49px;
}
.certification-page .certification-1 .top ul li {
  padding: 0 49px;
  margin-top: 164px;
}
.certification-page .certification-1 .top ul li .box {
  display: block;
  position: relative;
  background: #F0F0F0;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  height: 486px;
  padding: 0 50px;
}
.certification-page .certification-1 .top ul li .box .img {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.certification-page .certification-1 .top ul li .box .tit {
  font-size: 36px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding-top: 180px;
}
.certification-page .certification-1 .top ul li .box .cona {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 30px;
}
.certification-page .certification-1 .top ul li:hover .box {
  background: #0E3D95;
}
.certification-page .certification-1 .top ul li:hover .box .tit,
.certification-page .certification-1 .top ul li:hover .box .cona {
  color: #ffffff;
}
.inner-banner.news-banner {
  position: relative;
  height: 610px;
}
.inner-banner.news-banner .box {
  top: 34.4%;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.inner-banner.news-banner .tab {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  bottom: 25px;
}
.inner-banner.news-banner .tab span {
  display: inline-block;
  width: 73%;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
}
.inner-banner.news-banner .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 34px;
}
.inner-banner.news-banner .tab ul li a {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 39px;
}
.inner-banner.news-banner .tab i {
  display: inline-block;
  width: 29px;
  height: 16px;
  background: url(../images/news-12.png) no-repeat center;
  cursor: pointer;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-1 .top ul {
  margin: 0 -20px;
}
.news-page .news-1 .top ul li {
  margin: 50px 0;
  padding: 0 20px;
}
.news-page .news-1 .top ul li .box {
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-page .news-1 .top ul li .box .img {
  overflow: hidden;
}
.news-page .news-1 .top ul li .box .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-page .news-1 .top ul li .box .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-1 .top ul li .box .con {
  padding: 40px 25px;
}
.news-page .news-1 .top ul li .box .con .tit {
  font-size: 24px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 2;
}
.news-page .news-1 .top ul li .box .con .tit:hover {
  color: var(--color);
}
.news-page .news-1 .top ul li .box .con .cona {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 300;
  color: #878787;
  line-height: 2;
  margin: 35px 0;
}
.news-page .news-1 .top ul li .box .con .time p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.news-page .news-1 .top ul li:hover .box {
  -webkit-box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.17);
}


.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  font-size: 14px;
  line-height: 28px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
/*.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 18px;
  line-height: 32px;
  clear: both;
}*/
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 30px;
  color: #777;
  font-size: 16px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 28px;
  font-size: 14px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}

.odm-page .title {
  text-align: center;
}
.odm-page .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.odm-page .title .tit {
  font-size: 48px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.2;
}
.odm-page .title .tit i {
  display: block;
}
.odm-page .title p {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 400;
  color: #000;
  line-height: 2;
  max-width: 1088px;
  margin: 0 auto;
}
.odm-page .odm-1 .mbx {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  margin-top: 33px;
}
.odm-page .odm-1 .title span {
  margin-top: 70px;
}
.odm-page .odm-1 .title .tit {
  margin: 20px 0;
}
.odm-page .odm-1 .list {
  margin-top: 85px;
}
.odm-page .odm-1 .list ul li .img {
  position: relative;
  border-radius: 20px;
}
.odm-page .odm-1 .list ul li .img .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 45px;
  padding-bottom: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
  overflow: hidden;
  border-radius: 20px;
}
.odm-page .odm-1 .list ul li .img .mask .tit4 {
  font-size: 24px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.odm-page .odm-1 .list ul li .img .mask .cona {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.7;
  margin-top: 17px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 145px;
  overflow: auto;
}
.odm-page .odm-1 .list ul li .img .mask::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 0px 0px 20px 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.odm-page .odm-1 .list ul li:hover .img .mask {
  padding-bottom: 30px;
}
.odm-page .odm-1 .list ul li:hover .img .mask .cona {
  opacity: 1;
}
.odm-page .odm-1 .list ul li:hover .img .mask::after {
  opacity: 1;
  height: 100%;
  z-index: -1;
  bottom: 0;
}
.odm-page .odm-2 {
  padding-top: 135px;
}

.odm-page .odm-2 .title .tit {
  font-size: 36px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.3;
  margin-top: 20px;
}
.odm-page .odm-2 .title .tit i {
  display: block;
}
.odm-page .odm-2 .title .btn {
  margin-top: 30px;
}
.odm-page .odm-2 .title .btn a {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  background: var(--color);
  border-radius: 5px;
  padding: 16px 29px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.odm-page .odm-2 .title .btn a:hover {
  background: #000000;
}
.odm-page .odm-2 .top {
  margin-top: 70px;
}
.odm-page .odm-3 {
  padding: 89px 0 160px;
}
.prodet2-page .news-page {
  padding: 0
}
.prodet2-page .prodet-page {
  padding: 0
}

.prodet2-page .prodet-page .prodet-3 {
  padding: 0
}
.prodet2-page .prodet-page .prodet-2 {
  padding: 139px 0 140px
}

.prodet2-page .tit3 {
  font-size: 36px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.prodet2-page .title4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.prodet2-page .title4 .btn a {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 2px solid #000000;
}
.prodet2-page .title4 .btn a span {
  display: inline-block;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.prodet2-page .title4 .btn a i {
  display: inline-block;
  width: 39px;
  height: 7px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 15px;
}
.prodet2-page p.acp {
  margin-top: 25px;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  width: 89%;
}
.prodet2-page .mbx {
  padding-top: 45px;
  font-size: 14px;
font-family: Mulish;
font-weight: 400;
color: #000000;
line-height: 1.5
}
.prodet2-page .prodet2-1  {
  margin-top: 74px;
}
.prodet2-page .prodet2-1 .top .left .img {
  background: #f6f6f6
}
.prodet2-page .prodet2-1 .top .left .small {
  margin-top: 16px;
}
.prodet2-page .prodet2-1 .top .left .small ul {
  margin: 0 -10px;
}
.prodet2-page .prodet2-1 .top .left .small ul .slick-slide {
  padding: 0 10px;
}
.prodet2-page .prodet2-1 .top .right {
  padding-left: 100px;
  margin-top: 45px;
}
.prodet2-page .prodet2-1 .top .right span.ads {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.prodet2-page .prodet2-1 .top .right h1 {
  font-size: 20px;
  font-family: Mulish;
  font-weight: bold;
  color: #333333;
  line-height: 2;
  margin-top: 25px;
  text-transform: uppercase;
}
.prodet2-page .prodet2-1 .top .right .tit5 {
  font-size: 18px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-top: 50px;
}
.prodet2-page .prodet2-1 .top .right .cona {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 20px;
}
.prodet2-page .prodet2-2 {
  margin-top: 160px;
}
.prodet2-page .prodet2-2 .list {
  margin-top: 60px;
}
.prodet2-page .prodet2-2 .list ul {
  align-items: center
}
.prodet2-page .prodet2-3 {
  margin-top: 100px;
}
.prodet2-page .prodet2-3 .options {
  margin-top: 65px;
}
.prodet2-page .prodet2-3 .options ul {
  margin: 0 -5px;
}
.prodet2-page .prodet2-3 .options ul li {
  padding: 0 5px;
}
.prodet2-page .prodet2-3 .options ul li h4 {
  background: #F0F0F0;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 45px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prodet2-page .prodet2-3 .options ul li h4:hover {
  background: var(--color);
  color: #fff;
}
.prodet2-page .prodet2-4 .top ul {
  margin: 0 -17px;
}
.prodet2-page .prodet2-4 .top ul li {
  padding: 0 17px;
  text-align: center;
  width: 12.5%;
  margin-top: 50px;
}
.prodet2-page .prodet2-4 .top ul li .tit4,
.prodet2-page .prodet2-5 .top ul li .tit4
 {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  opacity: 0.8;
  margin-top: 5px;
}
.prodet2-page .prodet2-5 .top ul {
  margin: 0 -24px;
}
.prodet2-page .prodet2-5 .top ul li {
  padding: 0 24px;
  text-align: center;
  margin-top: 50px;
  width: 16.6666%;
  position: relative;
}
.prodet2-page .prodet2-5 .top ul li .tit5 {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 35px;
  color: #000000;
  opacity: 0.8;
}
.prodet2-page .prodet2-5 .top ul li .img {
  position: relative;
}
.prodet2-page .prodet2-5 .top ul li .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url(../images/oem-61.png) no-repeat center;
}
.prodet2-page .prodet2-6 .top ul {
  margin: 0 -30px;
}
.prodet2-page .prodet2-6 .top ul li {
  padding: 0 30px;
  text-align: center;
  width: 20%;
  margin-top: 50px;
}
.prodet2-page .btnac {
  margin-top: 84px;
  text-align: center;
}
.prodet2-page .btnac a {
  width: 718px;
  height: 67px;
  background: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  border-radius: 34px;
  margin: 0 auto;
}
.prodet2-page .prodet2-7 {
  padding: 105px 0 195px;
}
.prodet2-page .prodet2-7 .title5 {
  text-align: center;
}
.prodet2-page .prodet2-7 .title5 .tit3 {
  text-transform: uppercase;
}
.prodet2-page .prodet2-7 .title5 p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  opacity: 0.8;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
}
.prodet2-page .prodet2-7 .list {
  margin-top: 70px;
}
.prodet2-page .prodet2-7 .list ul li .box .img {
  height: 60px;
}
.prodet2-page .prodet2-7 .list ul li .box .tit4 {
  font-size: 18px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  margin-top: 35px;
}
.prodet2-page .prodet2-7 .list ul li .box .cona {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin-top: 25px;
}


.prodet-page .mbx {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin-top: 30px;
}
.prodet-page .prodet-1 {
  padding-top: 110px;
}

.prodet-page .prodet-1 .top .left {
  width: 68%;
  padding-left: 56px;
}
.prodet-page .prodet-1 .top .left .img-box {
  background: #EEEEEE
}
.prodet-page .prodet-1 .top .right {
  width: 32%;
  padding-left: 65px;
}
.prodet-page .prodet-1 .top .right span {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  margin-top: 39px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.prodet-page .prodet-1 .top .right .asli {
  position: relative;
  padding-bottom: 30px;
}
.prodet-page .prodet-1 .top .right .asli::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  opacity: 0.2;
}
.prodet-page .prodet-1 .top .right h1 {
  position: relative;
  font-size: 20px;
  font-family: Mulish;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 15px 0 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .top .right .tit4 {
  font-size: 18px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 22px 0;
}
.prodet-page .prodet-1 .top .right .profea {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
}
.prodet-page .prodet-1 .top .right .prointo {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
.prodet-page .prodet-1 .top .right .btn {
  margin-top: 85px;
}
.prodet-page .prodet-1 .top .right .btn a {
  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;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.prodet-page .prodet-1 .top .right .btn a p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.prodet-page .prodet-1 .top .right .btn a i {
  display: inline-block;
  width: 39px;
  height: 7px;
  background: url(../images/bann3.png) no-repeat center;
}
.prodet-page .prodet-2 {
  padding: 180px 0 275px;
}

.prodet-page .prodet-2 span {
  display: block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.5px;
}
.prodet-page .prodet-2 .list {
  margin-top: 80px;
}
.prodet-page .prodet-2 .list ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}
.prodet-page .prodet-2 .list ul li .box .img {
  margin: 11px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  background: #EEEEEE
}
.prodet-page .prodet-2 .list ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 28px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover {
  background: var(--color);
}
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover p,
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover i {
  color: #fff;
}
.prodet-page .prodet-2 .list ul li .box .tit {
  font-size: 20px;
  font-family: Mulish;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 20px 45px 10px;
  text-align: center;
  height: 120px;
}
.prodet-page .prodet-2 .list ul li .box .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-3 {
  padding-bottom: 172px;
}

.prodet-page .prodet-3 .top .left {
  margin-top: 25px;
  width: 43%;
}
.prodet-page .prodet-3 .top .left .tit {
  font-size: 48px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.2;
}
.prodet-page .prodet-3 .top .left p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2;
  margin-top: 25px;
}
.prodet-page .prodet-3 .top .right {
  width: 57%;
  padding-left: 125px;
}
.prodet-page .prodet-3 .top .right .form ul li {
  margin-bottom: 20px;
}
.prodet-page .prodet-3 .top .right .form ul li:last-child {
  margin-bottom: 0
}
.prodet-page .prodet-3 .top .right .form ul li input[type=text] {
  width: 100%;
  height: 58px;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.prodet-page .prodet-3 .top .right .form ul li input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li label {
  display: block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  padding-top: 25px;
}
.prodet-page .prodet-3 .top .right .form ul li textarea {
  width: 100%;
  height: 168px;
  margin-top: 7px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 2;
  padding-left: 14px;
  padding-top: 5px;
}
.prodet-page .prodet-3 .top .right .form ul li input[type=submit] {
  width: 230px;
  height: 49px;
  background: var(--color);
  border-radius: 5px;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 14px
}
.prodet-page .prodet-3 .top .right .form ul li input[type=submit]:hover {
  background: #000000;
}
.product-page .mbx {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin-top: 40px;
}
.product-page .product-1 {
  padding: 100px 0;
}
.product-page .product-1 .top .left {
  width: 20%;
}
.product-page .product-1 .top .left #product-list li {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 25px 30px;
}
.product-page .product-1 .top .left #product-list li i {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.product-page .product-1 .top .left #product-list li a {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
}
.product-page .product-1 .top .left #product-list li ul.children {
  margin-top: 20px;
}
.product-page .product-1 .top .left #product-list li ul.children li {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
}
.product-page .product-1 .top .left #product-list li ul.children li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize
}
.product-page .product-1 .top .left #product-list li ul.children li:last-child {
  margin-bottom: 0;
}
.product-page .product-1 .top .right {
  width: 80%;
  padding-left: 60px;
}
.product-page .product-1 .top .right .cat_det {
  max-height: 200px;
  overflow-y: auto;
}
.product-page .product-1 .top .right .cate-img {
  position: relative;
  padding-bottom: 50px;
}
.product-page .product-1 .top .right .cate-img .mask {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
  max-width: 875px;
  margin: 0 auto;
}
.product-page .product-1 .top .right .cate-img .mask .tit {
  font-size: 36px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
}
.product-page .product-1 .top .right .cate-img .mask .cona {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.7;
  margin-top: 20px;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 20px;
}
/*.product-page .product-1 .top .right .bottom {
  padding-top: 20px;
}*/
.product-page .product-1 .top .right .bottom ul {
  margin: 0 -16px;
}
.product-page .product-1 .top .right .bottom ul li {
  padding: 0 16px;
  margin-bottom: 62px;
}
.product-page .product-1 .top .right .bottom ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}
.product-page .product-1 .top .right .bottom ul li .box .img {
  margin: 11px;
  position: relative;
  padding-bottom: 0;
  background: #eeeeee;
  padding-bottom: 40px;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 28px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover {
  background: var(--color);
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover p,
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover i {
  color: #fff;
}
.product-page .product-1 .top .right .bottom ul li .box .tit {
  font-size: 20px;
  font-family: Mulish;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 20px 45px 10px;
  text-align: center;
  height: 120px
}
.product-page .product-1 .top .right .bottom ul li .box .tit:hover {
  color: var(--color);
}
.contact-page .contact-1 {
  padding: 120px 0 85px;
}

.contact-page .contact-1 .top .tit {
  font-size: 30px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .top .left {
  width: 62.5%;
}
.contact-page .contact-1 .top .left .form {
  padding-top: 12px;
}
.contact-page .contact-1 .top .left .form ul {
  margin: 0 -15px;
}
.contact-page .contact-1 .top .left .form ul li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 18px;
  letter-spacing: 0
}
.contact-page .contact-1 .top .left .form ul li label {
  display: block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-bottom: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li input[type=text],
.contact-page .contact-1 .top .left .form ul li select {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  padding-left: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li .acc {
  position: relative;
}
.contact-page .contact-1 .top .left .form ul li .acc div {
   width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
 font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  padding-left: 11px;
  cursor: pointer;
}

.contact-page .contact-1 .top .left .form ul li input[type=file] {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
}
.contact-page .contact-1 .top .left .form ul li input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/contact-16.png) 330px center no-repeat;
}
.contact-page .contact-1 .top .left .form ul li textarea {
  position: relative;
  z-index: 19;
  width: 100%;
  height: 149px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  line-height: 2;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;

}
.contact-page .contact-1 .top .left .form ul li p.acc {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 300;
  color: #000000;
  opacity: 0.6;
  line-height: 1;
  padding-bottom: 14px;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit] {
  width: 196px;
  height: 48px;
  background: var(--color);
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  margin-top: 12px;
  transition: 0.3s;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit]:hover {
  background: #000000;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont input {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item {
  cursor: pointer;
  width: 50%;
  padding: 6px 10px 6px 25px;
  position: relative;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 300;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #C1C1C1;
  top: 10px;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir div {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active {
  color: #000;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir {
  border: 1px solid var(--color);
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir div,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir div {
  background: var(--color);
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img img {
  vertical-align: middle;
}
.contact-page .contact-1 .top .right {
  width: 37.5%;
  padding-left: 85px;
}
.contact-page .contact-1 .top .right .tit {
  padding: 0;
  border: none;
}
.contact-page .contact-1 .top .right .acc ul li {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 50px;
  position: relative;
}
.contact-page .contact-1 .top .right .acc ul li .img {
  position: absolute;
  left: 0;
  top: 40px;
}
.contact-page .contact-1 .top .right .acc ul li p {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 400;
  color: #5D5D5D;
  line-height: 2;
  margin: 7px 0;
}
.contact-page .contact-2 {
  padding: 115px 0 85px;
}
.rad-page .mbx {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  padding: 43px 0 82px;
  line-height: 1;
}
.rad-page .rad-1 {
  padding-bottom: 100px;
}
.rad-page .rad-1 .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Mulish;
  font-weight: 400;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.rad-page .rad-1 .title .tit {
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  font-size: 30px;
  line-height: 2;
  max-width: 1190px;
  margin-top: 15px;
}
.rad-page .rad-1 .top {
  margin-top: 55px;
}
.rad-page .rad-1 .top ul {
  margin: 0 -20px;
}
.rad-page .rad-1 .top ul li {
  padding: 0 20px;
  margin-bottom: 65px;
}
.rad-page .rad-1 .top ul li .tit4 {
  font-size: 18px;
  font-family: Mulish;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-top: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rad-page .rad-1 .top ul li .tit4:hover {
  color: var(--color);
}
.rad-page .rad-1 .top ul li .cona {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rad-page .rad-1 .top ul li .cona:hover {
  color: var(--color);
}
.rad-page .rad-1 .top ul li:last-child .acc {
  background: var(--color);
  padding: 135px 0 105px;
  text-align: center;
}
.rad-page .rad-1 .top ul li:last-child .acc .btn a {
  display: inline-block;
  font-size: 20px;
  font-family: Mulish;
  font-weight: bold;
  color: #F3F2F2;
  line-height: 1;
  padding: 28px 35px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rad-page .rad-1 .top ul li:last-child .acc .btn a:hover {
  background: #000000;
}
.rad-page .rad-1 .top ul li:last-child .acc p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: bold;
  text-decoration: underline;
  color: #F3F2F2;
  line-height: 1;
  margin-top: 25px;
}
.rad-page .rad-2 {
  background: url(../images/rad-22.jpg) no-repeat center;
}

.rad-page .rad-2 .top .left {
  width: 57.5%;
  vertical-align: middle;
}
.rad-page .rad-2 .top .right {
  width: 42.5%;
  padding-left: 60px;
  vertical-align: middle;
  padding-right: 8.3%;
}
.rad-page .rad-2 .top .right .tit {
  font-size: 30px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.rad-page .rad-2 .top .right ul {
  padding-top: 15px;
}
.rad-page .rad-2 .top .right ul li {
  margin-top: 50px;
}
.rad-page .rad-2 .top .right ul li .box {
  position: relative;
  padding-left: 123px;
}
.rad-page .rad-2 .top .right ul li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.rad-page .rad-2 .top .right ul li .box .con .tit4 {
  font-size: 18px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.rad-page .rad-2 .top .right ul li .box .con p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.8;
  margin-top: 15px;
}
.rad-page .rad-2 .top .right ul li:hover .box .img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.rad-page .prodet-3 {
  padding: 155px 0 110px;
}


@media screen and (max-width: 1630px) {
  .sustainability-page .sustainability-2 .img ul li:nth-child(1) {
    left: 0;
  }
  .sustainability-page .sustainability-2 .img ul li .tit {
    font-size: 20px;
    margin-top: 10px;
  }
.sustainability-page .sustainability-3 ul li .box .con .cona {
  height: 140px!important;
  overflow: auto;
  padding-right: 20px;
}

  .about-page .title .tit,
  .manufacture-page .manufacture-3 .title .acc .tit {
    font-size: 48px;
  }
  .about-page .about-1 .top .right {
    padding-left: 40px;
  }
  .about-page .about-1 .bot ul li h2 {
    font-size: 42px;
  }
  .sustainability-page .sustainability-2 .img ul li:nth-child(5) {
    right: -3%;
  }
  .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 48px;
  }
  .certification-page .certification-1 .top ul li .box .tit {
    padding-top: 120px;
  }
  .odm-page .odm-1 .list ul li .img .mask {
    padding: 25px;
  }
  .prodet-page .prodet-1 .top .left {
    padding-left: 0;
  }
  .product-page .product-1 .top .right {
    padding-left: 30px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn a {
    padding: 12px 15px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn {
    width: 85%;
  }
  .rad-page .rad-1 .top ul li:last-child .acc {
    padding: 80px 0;
  }
  .rad-page .rad-2 .top .right {
    padding: 0;
    padding-left: 30px;
  }
  .rad-page .rad-2 .top .right ul li {
    margin-top: 30px;
  }
  .rad-page .rad-2 .top .left {
    width: 45%;
  }
  .rad-page .rad-2 .top .right {
    width: 55%;
    padding: 30px 0;
  }

  .prodet2-page .prodet2-1 .top .right {
    padding-left: 40px;
  }
  .prodet2-page .prodet2-1 .top .right h1 {
    margin-top: 15px;
  }
  .prodet2-page .prodet2-1 .top .right .tit5 {
    margin-top: 30px;
  }
  .prodet2-page .prodet2-3 .options ul li h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1320px) {
  .sustainability-page .sustainability-3,
  .about-page,
  .odm-page .odm-2,
  .prodet-page .prodet-1 {
    padding-top: 80px;
  }
  .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 80px;
  }
  .sustainability-page .sustainability-4,
  .about-page .about-2,
  .oem-page .oem-3,
  .manufacture-page .manufacture-3,
  .faq-page .faq-1,
  .odm-page .odm-3,
  .prodet-page .prodet-2,
  .product-page .product-1,
  .contact-page .contact-1,
  .contact-page .contact-2,
  .rad-page .prodet-3,
  .certification-page .certification-1 {
    padding: 80px 0;
  }
  .sustainability-page .sustainability-3 ul li .box .con .tit {
    font-size: 24px;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    padding: 0 30px;
  }
  .about-page .title .tit,
  .manufacture-page .manufacture-3 .title .acc .tit,
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit,
  .odm-page .title .tit,
  .odm-page .odm-2 .title .tit,
  .prodet-page .prodet-3 .top .left .tit,
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .sustainability-page .sustainability-1 .img .mask .tit3 {
    font-size: 36px;
  }
  .product-page .product-1 .top .right .cate-img .mask .cona,
  .sustainability-page .sustainability-1 .img .mask p {
    margin-top: 10px;
  }
  .odm-page .odm-2 .title .tit i {
    display: initial;
  }
  .oem-page .oem-1 .tit {
    margin: 15px 0;
  }
  .oem-page .oem-3 .options ul li {
    width: 25%;
    margin: 10px 0;
  }
  .oem-page .oem-4 .topp .left .acc ul li {
    width: 25%;
  }
  .oem-page .oem-4 .topp .left {
    padding-right: 30px;
  }
  .oem-page .acc1 {
    padding-bottom: 50px;
  }
  .oem-page .oem-7 .topp .left .acc {
    margin-top: 40px;
  }
  .manufacture-page .manufacture-1 .mbx {
    padding: 40px 0;
  }
  .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 36px;
  }
  .manufacture-page .manufacture-2 .num ul li p {
    font-size: 18px;
    margin-top: 10px;
  }
  .certification-page .certification-1 .top ul li .box {
    padding: 0 20px;
  }
  .certification-page .certification-1 .top ul li {
    margin-top: 50px;
  }
  .certification-page .certification-1 .top ul li .box .tit {
    font-size: 32px;
    padding-top: 90px;
  }
  .certification-page .certification-1 .top ul li .box .cona {
    margin-top: 15px;
  }
  .inner-banner .box .tit2 {
    font-size: 42px;
  }
  .news-page .news-1 .top ul li .box .con {
    padding: 20px;
  }
  .news-page .news-1 .top ul li .box .con .cona {
    margin: 15px 0;
  }
  .certification-page {
    padding-bottom: 80px;
  }
  .odm-page .odm-1 .title span {
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .top .right {
    padding-left: 30px;
  }
  .prodet-page .prodet-2 .list ul li .box {
    text-align: center;
  }
  .prodet-page .prodet-3 .top .right {
    padding-left: 60px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
  .product-page .product-1 .top .left {
    display: none;
  }
  .product-page .product-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .rad-page .rad-1 .top ul li {
    width: 33.333%;
    margin-bottom: 30px;
  }
  .rad-page .rad-1 {
    padding-bottom: 80px;
  }
  .rad-page .rad-2 .top .left {
    width: 100%;
  }
  .rad-page .rad-2 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .rad-page .rad-2 {
    background: var(--color);
  }
  .rad-page .rad-1 .title .tit{
    font-size: 26px;
  }
  .rad-page .rad-2 .top .right ul li {
    padding: 40px 0;
    margin: 0;
  }

   .prodet2-page .prodet2-1 .top .right {
    margin-top: 20px;
    padding-left: 30px;
  }
  .prodet2-page .prodet2-2 {
    margin-top: 80px;
  }
  .prodet2-page .prodet2-3 .options ul li {
    width: 25%!important;
    margin-top: 20px;
  }
  .prodet2-page .prodet2-4 .top ul li,
  .prodet2-page .prodet2-5 .top ul li,
  .prodet2-page .prodet2-6 .top ul li {
    width: 20%;
  }
  .prodet2-page .prodet2-7 {
    padding: 80px 0;
  }
  .prodet2-page .prodet-page .prodet-2 {
    padding: 60px 0
  }
}
@media screen and (max-width: 1100px) {
 .rad-page .rad-1 .title .tit{
    font-size: 20px
  }
  .sustainability-page .sustainability-3 ul li .box .con .cona {
    height: auto!important;
    padding-right: 0
  }
  .sustainability-page .sustainability-2 .img ul {
    display: none;
  }
  .rad-page .mbx {
    padding: 40px 0
  }
  .sustainability-page .sustainability-2 .img {
    padding-bottom: 50px;
  }
  .sustainability-page .sustainability-3 ul li .box .img {
    width: 100%;
    left: 0 !important;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    width: 100%;
    left: 0 !important;
    padding: 30px;
  }
  .sustainability-page .sustainability-3 ul li .box {
    margin: 20px 0;
  }
  .sustainability-page .sustainability-3 ul li .box .con .cona {
    margin-top: 15px;
  }
  .sustainability-page .sustainability-4 .title p {
    margin-top: 15px;
  }
  .about-page .about-1 .top .left {
    width: 100%;
  }
  .about-page .about-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    font-size: 16px;
  }
  .about-page .about-1 .top .left .tit {
    margin-top: 15px;
  }
  .about-page .about-1 .top .left .img {
    margin-top: 30px;
  }
  .about-page .about-1 .bot ul li {
    width: 25%;
  }
  .about-page .about-1 .bot ul li h2 {
    font-size: 36px;
  }
  .about-page .about-2 .top .left {
    width: 100%;
  }
  .about-page .about-2 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .top .left .tit,
  .about-page .about-2 .top .left p {
    margin-top: 15px;
  }
  .about-page .about-3 .box .cona {
    height: auto;
  }
  .about-page .about-3 {
    padding: 150px 0;
  }
  .oem-page .oem-3 .options ul li {
    width: 33.3333%;
  }
  .oem-page .topp .left {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .oem-page .topp .right {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .manufacture-page .manufacture-1 .top .right {
    padding-left: 60px;
  }
  .manufacture-page .manufacture-1 .top p {
    margin-top: 20px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 25%;
  }
  .manufacture-page .manufacture-2 .num ul li p {
    font-size: 16px;
  }
  .manufacture-page .manufacture-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manufacture-3 .title .acc {
    width: 100%;
  }
  .manufacture-page .manufacture-3 .title .acc .tit,
  .manufacture-page .manufacture-3 .title p {
    margin-top: 15px;
    max-width: 100%;
  }
  .manufacture-page .manufacture-3 .top {
    margin-top: 50px;
  }
  .certification-page .certification-1 .top ul li {
    width: 50%;
  }
  .certification-page .certification-1 .top ul li .box .tit {
    padding-top: 150px;
  }
  .news-page .news-1 .top ul li {
    width: 50%;
  }
  .odm-page .odm-1 .title .tit {
    margin: 15px 0;
    line-height: 2;
  }
  .prodet-page .prodet-1 .top .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-2 .list {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .top .left {
    width: 100%;
  }
  .prodet-page .prodet-3 .top .right {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .contact-page .contact-1 .top .left {
    width: 100%;
  }
   .prodet2-page .prodet2-1 .top .right {
    width: 100%;
    padding: 0;
  }
  .prodet2-page .prodet2-1 .top .left {
    width: 100%;
    text-align: center;
  }
  .prodet2-page .prodet2-1 .top .left .slick-slide img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 972px) {
  .rad-page .rad-1 .title .tit{
    font-size: 18px
  }
  .sustainability-page .sustainability-4,
  .about-page .about-2,
  .oem-page .oem-3,
  .manufacture-page .manufacture-3,
  .faq-page .faq-1,
  .odm-page .odm-3,
  .prodet-page .prodet-2,
  .product-page .product-1,
  .contact-page .contact-1,
  .contact-page .contact-2,
  .rad-page .prodet-3,
  .certification-page .certification-1 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-3,
  .about-page,
  .odm-page .odm-2,
  .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 60px;
  }
  .sustainability-page .sustainability-1 .img .mask {
    position: static;
    padding: 25px 0;
  }
  .sustainability-page .sustainability-1 .img .mask .tit3,
  .sustainability-page .sustainability-1 .img .mask p {
    color: #000;
  }
  .about-page .about-1 .bot ul li h2 {
    font-size: 32px;
  }
  .about-page .about-3 {
    padding: 100px 0;
  }
  .about-page .about-4 .acc .list ul li .box span {
    font-size: 36px;
  }
  .about-page .about-4 .acc .list {
    margin-top: 50px;
  }
  .about-page .about-4 .acc .list ul li .box,
  .about-page .about-4 .acc .list ul li {
    margin-top: 0 !important;
  }
  .oem-page .oem-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oem-page .oem-3 .title .acc p {
    margin-top: 15px;
  }
  .oem-page .oem-3 .title .btn {
    margin-top: 25px;
  }
  .oem-page .oem-3 .options ul li {
    width: 50%;
  }
  .oem-page .oem-4 .topp .left .acc ul li {
    width: 33.33%;
  }
  .manufacture-page .manufacture-1 .top {
    margin-top: 40px;
  }
  .manufacture-page .manufacture-1 .top p {
    font-size: 18px;
  }
  .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 32px;
  }
  .manufacture-page .manufacture-3 .title p {
    font-size: 16px;
  }
  .manufacture-page .manufacture-3 .top {
    margin-top: 20px;
  }
  .faq-page .tit {
    font-size: 36px;
  }
  .certification-page .certification-1 .top ul {
    margin: 0 -15px;
  }
  .certification-page .certification-1 .top ul li {
    padding: 0 15px;
  }
  .certification-page .certification-1 .top ul li .box .img {
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding-top: 30px;
  }
  .certification-page .certification-1 .top ul li .box .tit {
    padding-top: 20px;
  }
  .certification-page .certification-1 .top ul li .box .img img {
    width: 30%;
  }
  .odm-page .odm-1 .list ul li .img .mask {
    position: static;
    opacity: 1;
    z-index: 111;
    background: var(--color);
  }
  .odm-page .odm-1 .list ul li .img .mask::after {
    display: none;
  }
  .odm-page .odm-1 .list ul li .img .mask .cona {
    opacity: 1;
  }
  .odm-page .odm-1 .list ul li .img .mask .tit4 {
    line-height: 2;
  }
  .odm-page .title span {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .top .right .btn {
    margin-top: 30px;
  }
  .product-page .product-1 .top .right .bottom ul li {
    margin-bottom: 40px;
  }
  .prodet2-page .prodet2-4 .top ul li,
  .prodet2-page .prodet2-5 .top ul li,
  .prodet2-page .prodet2-6 .top ul li {
    width: 25%;
  }
  .prodet2-page .prodet2-3 .options ul li {
    width: 33.333% !important;
  }
  .prodet2-page .title4 .btn {
    display: none;
  }
  .prodet2-page .title4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .rad-page .rad-1 .title .tit{
    font-size: 16px
  }
  .rad-page .rad-2 .top .right ul li .box .img {
    position: static;
    margin-bottom: 20px;
  }
  .newdet-page .news .news_title h1{
    line-height: 40px!important;
  }
  .newdet-page .wpulike.wpulike-default{
  display: block;
} 
  .rad-page .rad-2 .top .right ul li {
    padding: 15px 0;
  }
  .rad-page .rad-2 .top .right ul li .box {
    padding: 0 15px;
  }
  .about-page .title .tit,
  .manufacture-page .manufacture-3 .title .acc .tit,
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit,
  .odm-page .title .tit,
  .odm-page .odm-2 .title .tit,
  .prodet-page .prodet-3 .top .left .tit,
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .sustainability-page .sustainability-1 .img .mask .tit3,
  .manufacture-page .manufacture-1 .title .tit4 {
    font-size: 32px;
  }
  .sustainability-page .sustainability-2 .img .title {
    position: static;
    margin-top: 30px;
  }
  .sustainability-page .sustainability-2 .img {
    padding: 30px 0;
  }
  .sustainability-page .sustainability-2 .img .title p {
    margin-top: 15px;
  }
  .inner-banner .box .tit2 {
    font-size: 32px;
  }
  .inner-banner .box .mbx {
    margin-top: 15px;
  }
  .about-page .about-1 .bot ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .bot ul li {
    padding: 20px 0;
    width: 50%;
  }
  .about-page .about-2 .img img {
    margin-bottom: 15px;
  }
  .about-page .about-4 .acc {
    padding-left: 0;
  }
  .about-page .about-4 .acc .arrows {
    display: none;
  }
  .about-page .about-4 .acc .list ul li .box .cona {
    opacity: 1;
  }
  .rad-page .rad-1 .top ul li {
    width: 50%;
  }
  .product-page .product-1 .top .right .cate-img .mask {
    position: static;
    padding: 30px 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .product-page .product-1 .top .right .cate-img .mask .cona {
    color: #000;
  }
  .oem-page .oem-3 .options ul li {
    width: 100%;
  }
  .oem-page .oem-3 .options ul li h4 {
    padding: 20px 0;
  }
  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 50%;
  }
  .oem-page .oem-7 .topp .left .acc ul li {
    margin: 10px 0;
  }
  .oem-page .topp .left .tit {
    line-height: 1.5;
  }
  .manufacture-page .manufacture-1 .top .left {
    width: 100%;
  }
  .manufacture-page .manufacture-1 .top .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 50%;
    margin: 15px 0;
  }
  .manufacture-page .manufacture-3 .top ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manufacture-3 .top ul li {
    margin: 10px 0;
  }
  .faq-page .top ul li .tit4,
  .faq-page .top ul li .text {
    padding: 12px 20px;
  }
  .certification-page .certification-1 .top ul li {
    width: 100%;
  }
  .news-page .news-1 .top ul li {
    width: 100%;
  }
  .odm-page .title .tit i {
    display: initial;
  }
  .product-page .product-1 .top .right .bottom ul li {
    width: 100%;
    text-align: center;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-page .contact-1 .top .left .form ul li select {
    background: url(../images/contact-16.png) 95% center no-repeat;
  }
  .rad-page .rad-1 .top ul li {
    width: 100%;
  }
  .rad-page .rad-1 .top ul li:last-child .acc .btn a {
    padding: 12px 20px;
  }
   .prodet2-page .prodet2-3 .options ul li {
    width: 50%!important;
  }
  .prodet2-page .prodet2-4 .top ul li,
  .prodet2-page .prodet2-5 .top ul li,
  .prodet2-page .prodet2-6 .top ul li {
    width: 50%;
  }
  .prodet2-page .tit3 {
    font-size: 32px;
    line-height: 1.5;
  }
  .prodet2-page .btnac a {
    width: 80%;
    font-size: 18px;
  }
  .prodet2-page .prodet2-7 .list,
  .prodet2-page .prodet2-2 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .about-page .title .tit,
  .manufacture-page .manufacture-3 .title .acc .tit,
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit,
  .odm-page .title .tit,
  .odm-page .odm-2 .title .tit,
  .prodet-page .prodet-3 .top .left .tit,
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .sustainability-page .sustainability-1 .img .mask .tit3,
  .manufacture-page .manufacture-1 .title .tit4 {
    font-size: 18px;
    line-height: 2;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    padding: 15px;
  }
  .sustainability-page .sustainability-4,
  .about-page .about-2,
  .oem-page .oem-3,
  .manufacture-page .manufacture-3,
  .faq-page .faq-1,
  .odm-page .odm-3,
  .prodet-page .prodet-2,
  .product-page .product-1,
  .contact-page .contact-1,
  .contact-page .contact-2,
  .rad-page .prodet-3 {
    padding: 40px 0;
  }
  .sustainability-page .sustainability-1 .img .mask p,
  .sustainability-page .sustainability-2 .img .title p,
  .sustainability-page .sustainability-3 ul li .box .con .cona,
  .sustainability-page .sustainability-4 .title p,
  .about-page .about-1 .top .right p,
  .oem-page .oem-3 .title .acc p {
    font-size: 16px;
  }
  .sustainability-page .sustainability-3 ul li .box .con .tit {
    line-height: 1.5;
  }
  .about-page .about-1 .bot ul li {
    width: 100%;
  }
  .about-page .about-1 .bot ul li::after {
    display: none;
  }
  .about-page .about-3 .box .tit {
    font-size: 24px;
  }
  .about-page .about-4 .acc .list ul li .box span {
    font-size: 26px;
  }
  .about-page .about-4 .acc .list ul li .box .tit4 {
    margin: 15px 0;
  }
  .about-page .about-4 .acc .list ul li .box{
    height: auto;
  }
  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 100%;
  }
  .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 30px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 100%;
  }
  .inner-banner .box .tit2 {
    font-size: 26px;
  }
  .inner-banner.news-banner .tab ul li a {
    margin: 0 15px;
  }
  .prodet-page .prodet-2 .list ul li .box .img .btn {
    width: 95%;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 40px;
  }
  .contact-page .contact-1 .top .left .form ul li label {
    line-height: 1.2;
  }
  .prodet2-page .tit3 {
    font-size: 24px;
  }
  .prodet2-page .prodet2-3 .options ul li {
    width: 100%!important;
  }
  .prodet2-page .prodet2-4 .top ul,
  .prodet2-page .prodet2-5 .top ul,
  .prodet2-page .prodet2-6 .top ul {
    margin: 0 -10px;
  }
  .prodet2-page .prodet2-4 .top ul li,
  .prodet2-page .prodet2-5 .top ul li,
  .prodet2-page .prodet2-6 .top ul li {
    padding: 0 10px;
  }
}

/*隐藏*/
@media screen and (max-width: 1000px){
  .sustainability-page .sustainability-1{
    margin-top: 30px
  }
  .sustainability-page .sustainability-1 .img .mask .mbx{
    display: none;
  }
.seoIndustry, .ntf1, .aboutproduct, .Auxil-news, .prodet2-2, .prodet2-3, .prodet2-4, .prodet2-5, .prodet2-6, .btnac, .prodet2-7, .singlenews{
   display: none !important;
  }
}

@media screen and (max-width: 768px){
  .news_title h1{
    font-size: 16px!important;;
  }
  .prewnext{
  font-size: 16px!important;;
  }
}

ul>p{
padding-left: 30px;
}

.prodet1-1 .tit{
  font-size: 30px;
}
.prodet1-1 .det1{
  font-size: 18px;
}
@media screen and (max-width: 1250px){
.prodet1-1 .tit{
  font-size: 24px;
}
.prodet1-1 .det1{
  font-size: 16px;
}
}
@media screen and (max-width: 1000px){
.prodet1-1 .tit{
  font-size: 21px;
}
.prodet1-1 .det1{
  font-size: 16px;
}
}