@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-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;
}
@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-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;
}
html,
body {
  font-size: 62.5%;
}
body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}


.xinwen img {
    width: 322px;
}

::-webkit-scrollbar {
background: #054136!important

}

::-webkit-scrollbar-thumb {
background: #054136!important
}

.layui-layer-btn .layui-layer-btn0 {
  background: #054136!important
}

.layui-layer-dialog {
  max-height: 600px!important;
    overflow: auto!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
}
.container {
  width: 1610px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
#header {
  z-index: 21;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#header.inner {
  position: relative;
  background: #054136
}

#header.inner .h-top {
  padding: 8px 0
}
#header .h-top {
  padding: 20px 0;
  color: white;
  position: relative;
  z-index: 32;
}
#header .h-top .box {
  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;
}
#header .h-top .box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
}
#header .h-top .box .info > div {
  padding: 0.5em 1em;
  border-radius: 2em;
  border: 1px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  cursor: hand;
}
#header .h-top .box .info .msg {
  margin: 0 45px;
}
#header .h-top .box .info .yuy {
  position: relative;
  padding: 0.5em;
}
#header .h-top .box .info .yuy ul {
  position: absolute;
  top: 100%;
  width: 120px;
  background-color: white;
  right: -15px;
  color: black;
  display: none;
}
#header .h-top .box .info .yuy ul li {
  padding: 6px 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top .box .info .yuy ul li:hover {
  background-color: #E1B261;
  color: white;
}
#header .h-top .box .info .yuy ul img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-top: -0.2em;
}
#header .h-top .box .info .yuy:hover ul {
  display: block;
}
#header .h-top .box .info .h-search {
  padding: 0;
  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;
  width: 37px;
  height: 37px;
  margin-left: 20px;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  width: 100%;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 1.2;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i.fa {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-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;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 #E1B261;
  display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) ul.sub-menu {
  width: 380px
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  position: absolute;
  width: 240px;
  display: none;
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#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:hover .sub-menu {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav.nav2 {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background-color: #054136;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .nav.nav2 .ui.menu .menu-box ul.menu > li {
  border-top: none;
  padding: 18px 0;
}
#header.active .nav.nav2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  background: #000;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: #fff;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px !important;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
  background: #000
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: capitalize;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li ul.sub-menu li {
  padding-left: 10px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #2eae36;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 26px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: #000;
}
#mobile .menu-content .mob-search form input[type=submit] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #2eae36;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#mobile.white .menu-content {
  background: #fff;
  color: #000;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: #000;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid #000;
}
#mobile.white .menu-content .mob-search form input[type=submit] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow:hover {
  background-color: #E1B261;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background-size: 12px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #E1B261;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #E1B261;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #E1B261;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #E1B261 !important;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  padding-bottom: 50px;
}
#banner li .content .left {
  position: relative;
  max-width: 45%;
  color: white;
  padding-left: 24px;
}
#banner li .content .left span.h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
#banner li .content .left a.link {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5em;
  font-style: italic;
}
#banner li .content .left a.link:before {
  content: '';
  width: 17px;
  height: 17px;
  background-color: #E1B261;
  margin-right: 0.5em;
  border-bottom-left-radius: 7px;
  display: inline-block;
}
#banner li .content .left::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 127px;
  background: rgba(255, 255, 255, 0.47);
}
#banner .down {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
}
#banner .down .ui {
  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;
}
#banner .down p {
  font-size: 16px;
  color: white;
}
#banner .down span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
}
h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.tit1 {
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 500;
}
.btn2 {
  font-weight: 600;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  text-transform: uppercase;
}
.btn2 span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 41px;
  font-weight: 300;
  color: #e1b261;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn2:hover span {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.baseBtn {
  color: white;
  font-size: 0;
}
.baseBtn span {
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.baseBtn i {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 66px;
  line-height: 64px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #e1b261;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.baseBtn i img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.baseBtn:hover i {
  background-color: #e1b261;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.baseBtn:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@-webkit-keyframes RotateMove {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes RotateMove {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#ewm {
  width: 70px;
  height: 70px;
  border: 3px solid white;
}
span.tag {
  color: #E1B261;
  font-weight: 400;
}
/*#index-body .i-category.even > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}*/
#index-body .i-category > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .i-category .left {

  background-color: #f1f1f1;
}
#index-body .i-category .left .acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1f1;
  margin: 0 12%;
  margin-top: 20%
}
#index-body .i-category .left .content {

  z-index: 1;
}
#index-body .i-category .left .content i.accs {
  content: '';
  position: absolute;
  z-index: -1;
  left: -50px;
  top: -100px;
  width: 164px;
  height: 109px;
 
}
#index-body .i-category .left .content .cona {
  letter-spacing: 1px;
  line-height: 1.8
}
#index-body .i-category .right {
  padding: 6%;
}
#index-body .i-category .right ul {
  margin: -15px;
}
#index-body .i-category .right ul li {
  padding: 15px;
}
#index-body .i-category .right .mml-text .text {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 335px;
  height: 335px;
  border-radius: 50%;
  background-color: rgba(32, 35, 38, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 5%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .i-category .right .mml-text .text .name {
  font-size: 17px;
  line-height: 2;
  color: white;
}
#index-body .i-category .right .mml-text .img img {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .i-category .right .mml-text:hover .text {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
#index-body .i-category .right .mml-text:hover .img img {
  -webkit-transform: scale(0.77);
  transform: scale(0.77);
}
#index-body .i-category .right .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 32px;
  height: 56px;
  background: url(../images/init15.png) no-repeat center;
}
#index-body .i-category .right .arrow.arrow_l {
  left: 5%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
#index-body .i-category .right .arrow.arrow_r {
  right: 5%;
}
#index-body .i-category .right .dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;
}
#index-body .i-category .right .dots ul {
  margin: 0;
}
#index-body .i-category .right .dots ul li {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  background-color: #000000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .i-category .right .dots ul li button {
  display: none;
}
#index-body .i-category .right .dots ul li + li {
  margin-left: 15px;
}
#index-body .i-category .right .dots ul li:not(:first-child).slick-active {
  margin-left: 80px;
}
#index-body .our-about {
  background: url(../images/line-bg.jpg) center;
  color: white;
  padding-bottom: 100px;
}
#index-body .our-about .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .our-about .top p {
  letter-spacing: 1px;
  line-height: 1.8;
}
#index-body .our-about .top h1 {
  display: inline;
}
#index-body .our-about .top .left {
  padding-right: 10%;
  vertical-align: middle;
}
#index-body .our-about .top .left .desc {
  line-height: 2
}
#index-body .our-about .top .right {
  vertical-align: middle;
}
#index-body .our-about .top .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .our-about .top .imgs .img {
  margin-left: 36px;
}
#index-body .our-about .top .imgs .img i {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#index-body .our-about .top .imgs .img i img {
  -webkit-animation: RotateMove 10s linear infinite;
  animation: RotateMove 10s linear infinite;
}
#index-body .our-about .bottom {
  margin-top: 110px;
}
#index-body .our-about .bottom ul {
  margin: -30px;
}
#index-body .our-about .bottom ul li {
  padding: 30px;
}
#index-body .our-about .bottom ul li:hover .num {
  opacity: 1;
}
#index-body .our-about .bottom ul li:hover .name {
  color: #e1b261;
}
#index-body .our-about .bottom .tit2 {
  font-size: 25px;
  font-weight: 500;
}
#index-body .our-about .bottom hr {
  margin: 0;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
#index-body .our-about .bottom .num {
  font-size: 66px;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 600;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .our-about .bottom .num small {
  font-size: 25px;
}
#index-body .our-about .bottom .name {
  font-weight: 400;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .our-about .bottom p {
  line-height: 1.8;
  color: #cbcbcb;
}
#index-body .init-3 {
  padding: 115px 0;
}
#index-body .init-3 .title1 {
  text-align: center;
}
#index-body .init-3 .title1 p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  color: #E1B261;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px
}
#index-body .init-3 .title1 .tit3 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 40px;
  color: #010101;
  line-height: 1.25;
  margin-top: 25px;
}
#index-body .init-3 .title1 .tit3 i {
  display: block;
}
#index-body .init-3 .list {
  margin-top: 70px;
}
#index-body .init-3 .list .box {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}
#index-body .init-3 .list .box .img-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.11);
}
#index-body .init-3 .list .box .tit4 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  color: #0D0D0D;
  line-height: 1.5;
  margin-top: 67px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-3 .list .box .tit4:hover {
  color: #E1B261;
}
#index-body .init-3 .list .box span {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #0D0D0D;
  margin: 20px auto 12px;
}
#index-body .init-3 .list .box .btn a {
  display: inline-block;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  color: #0D0D0D;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-3 .list .box .btn a:hover {
  color: #E1B261;
}
#index-body .init-4 {
  background: url(../images/init41.jpg) no-repeat center;
  padding: 140px 0;
}
#index-body .init-4 .container {
  width: 1230px;
}
#index-body .init-4 .top {
  text-align: center;
}
#index-body .init-4 .top .tit3 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1;
}
#index-body .init-4 .top p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  max-width: 860px;
  margin: 0 auto;
  margin-top: 50px;
}
#index-body .init-4 .top .box {
  margin-top: 90px;
}
#index-body .init-4 .top .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-4 .top .box ul li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 auto;
}
#index-body .init-4 .top .box ul li .tit4 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
  margin-top: 16px;
}
#index-body .init-4 .top .btn {
  display: inline-block;
  margin-top: 113px;
}
#index-body .init-4 .top .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-4 .top .btn a span {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
#index-body .init-4 .top .btn a i {
  display: inline-block;
  width: 62px;
  height: 10px;
  background: url(../images/init43.png) no-repeat center;
  margin-left: 21px;
}
#index-body .init-5 {
  padding: 150px 0 100px;
}
#index-body .init-5 .container {
  overflow: hidden;
}
#index-body .init-5 .tit3 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  color: #E1B261;
  line-height: 1;
  padding-bottom: 33px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 2px;
}
#index-body .init-5 .list {
  margin-top: 70px;
  overflow: visible;
}
#index-body .init-5 .list ul li {
  padding-bottom: 25px;
}
#index-body .init-5 .list ul li .box {
  max-width: 217px;
  margin: 0 auto;
  background: transparent;
  text-align: center;
  padding: 65px 30px 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-5 .list ul li .box .img {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
#index-body .init-5 .list ul li .box .tit4 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin-top: 28px;
  height: 48px;
  overflow: auto;
}
#index-body .init-5 .list ul li .box span {
  display: inline-block;
  width: 63px;
  height: 1px;
  background: #E1B261;
  margin: 0 auto;
  margin-top: 28px;
}
#index-body .init-5 .list ul li:hover .box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.11);
}
#index-body .our-news {
  background-color: #F7F7F7;
  padding: 105px 0;
}
#index-body .our-news .list {
  margin-top: 50px;
}
#index-body .our-news .list ul {
  margin: 0 -25px;
}
#index-body .our-news .list ul li {
  padding: 0 25px;
}
#index-body .our-news .list .mml-text {
  padding: 60px 90px;
  border: 1px solid #919191;
}
#index-body .our-news .list .mml-text > div {
  padding-left: 90px;
}
#index-body .our-news .list .mml-text > div > div {
  padding-left: 30px;
}
#index-body .our-news .list .mml-text > div > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 127px;
  background-color: #A28877;
}
#index-body .our-news .list .mml-text img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .our-news .list .mml-text time {
  color: #e1b261;
}
#index-body .our-news .list .mml-text .name {
  line-height: 1.5em;
  min-height: 3em;
}
#index-body .our-news .list .mml-text p {
  line-height: 1.8em;
  min-height: 7.2em;
}
#index-body .our-news .list span.arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: black;
  font-size: 0;
  cursor: pointer;
}
#index-body .our-news .list span.arrow img {
  vertical-align: middle;
}
#index-body .our-news .list span.arrow.arrow_l {
  left: -20px;
}
#index-body .our-news .list span.arrow.arrow_r {
  right: -20px;
}
#index-body .our-news .slick-dots {
  margin: 0!important;
  margin-top: 60px!important;
  text-align: center;
  padding: 0!important
}

#index-body .our-news .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: black;
  padding: 0!important
}
#index-body .our-news .slick-dots li button {
  display: none;
}
#index-body .our-news .slick-dots li.slick-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  background-color: #e1b261;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
}
#footer .foot-top {
  padding: 70px 0 150px;
}
#footer .foot-top .foot-content .foot-block:not(:last-child) {
  padding-right: 9%;
}
#footer .foot-top .foot-content .foot-block h4 {
  font-size: 25px;
  color: white;
  font-weight: 500;
}
#footer .foot-top .foot-content .foot-block ul li p {
  color: #e2e2e2;
  padding-left: 63px;
}
#footer .foot-top .foot-content .foot-block ul li p span {
  color: white;
  font-weight: 400;
}
#footer .foot-top .foot-content .foot-block form ul {
  margin: -20px -30px;
}
#footer .foot-top .foot-content .foot-block form ul li {
  padding: 20px 30px;
}
#footer .foot-top .foot-content .foot-block form ul li.wid-100 {
  width: 100%;
}
#footer .foot-top .foot-content .foot-block form input {
  color: white;
  padding: 7px;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
}
#footer .foot-top .foot-content .foot-block form button {
  position: absolute;
  right: 10px;
  bottom: 22px;
  background-color: transparent;
  border: none;
}
#footer .foot-top .foot-content .form-text {
  color: #a0a0a0;
}
#footer .foot-top .foot-content .form-text img {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .foot-top .foot-content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer .foot-bottom {
  background-color: black;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom p span,
#footer .foot-bottom a span {
  color: #e1b261;
}
#footer .foot-bottom img {
  max-height: 26px;
  vertical-align: sub;
  -webkit-filter: invert(1);
  filter: invert(1);
}
#footer .social-links a {
  font-size: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: white;
}
#footer .social-links a + a {
  margin-left: 20px;
}
#footer .social-links a.on,
#footer .social-links a:hover {
  background-color: #e1b261;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 25px;
  z-index: 10000;
}
.right_nav_list ul li {
  border-radius: 6px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0;
  position: relative;
  background-color: #E1B261;
  color: #fff;
  border: 1px solid #fff;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.right_nav_list ul li .more_cont {
  font-size: 25px;
  margin-top: 0;
}
.right_nav_list ul li .more_cont i {
  position: relative;
  z-index: 2;
}
.right_nav_list ul li .more_cont:before {
  background-color: #fff;
}
.right_nav_list ul li .more_cont:hover {
  color: #E1B261;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
.more_cont:before {
  background-color: #fff;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont:hover:before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
#Pop_UpsBtn {
  display: none !important;
}
#pups_from form ul li input[type="submit"] {
  background: #E1B261 !important;
}
#pups_from i.close:hover {
  background: #E1B261 !important;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #0071e3;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}
@media screen and (max-width: 1610px) {
  .container {
    width: 1450px!important;
  }
  #footer .foot-top .foot-content .foot-block form button {
    right: 35px;
  }
  #header .h-top {
    padding: 10px 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu {
    margin: 0 -20px;
  }
  #banner li .content .left span.h2,
  #index-body .init-3 span.h2,
  #index-body .init-4 .top span.h2,
  #footer .footer-top .right span.h3 {
    font-size: 32px;
  }
  #banner li .content .left a.link {
    font-size: 14px;
  }
  .i-category .left .content {
    margin: auto 15%;
  }
  .i-category .right .mml-text .text {
    width: 250px;
    height: 250px;
  }
  .tit1 {
    font-size: 30px;
  }
  .i-category .left .content::before {
    font-size: 120px;
  }
  .our-about .bottom .num {
    font-size: 40px;
  }
  .our-news .list .mml-text {
    padding: 60px;
  }
}
@media screen and (max-width: 1450px) {
  .container {
    width: 1250px!important;
  }
  #banner li .content .left span.h2,
  #index-body .init-3 span.h2,
  #index-body .init-4 .top span.h2,
  #footer .footer-top .right span.h3 {
    font-size: 28px;
  }
  #banner li .content {
    padding-bottom: 40px;
    bottom: 0;
    border-bottom: none;
  }
  #banner .down {
    display: none;
  }
  .i-category .left .content::before {
    font-size: 90px;
    left: -40px;
    top: -40px;
  }
  .tit1 {
    font-size: 24px;
  }
  .i-category .left .content {
    margin: auto 10%;
  }
  .our-about .top .left {
    padding-right: 0;
  }
  .our-about .bottom ul {
    margin: -15px;
  }
  .our-about .bottom ul li {
    padding: 15px;
  }
  .our-about .bottom .tit2 {
    font-size: 20px;
  }
  .our-news .list ul {
    margin: 0 -15px;
  }
  .our-news .list ul li {
    padding: 0 15px;
  }
  .our-news .list .mml-text {
    padding: 30px;
  }
  #index-body .our-news .list .mml-text {
    padding: 30px 50px;
  }
  #footer .foot-top .foot-content .foot-block:not(:last-child) {
    padding-right: 3%;
  }
  #index-body .our-about {
    padding-bottom: 50px;
  }
  #index-body .init-3,
  #index-body .init-4,
  #index-body .init-5,
  #index-body .our-news {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    width: 1100px!important;
  }
  #header {
    display: none;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner li .content .left a.link:before {
    width: 1em;
    height: 1em;
  }
  #banner li .content .left span.h2,
  #index-body .init-3 span.h2,
  #index-body .init-4 .top span.h2,
  #footer .footer-top .right span.h3 {
    font-size: 24px;
  }
  .i-category > div {
    display: block!important;
  }
  .i-category .left {
    width: 100% !important;
    padding: 6% 15%;
  }
  #index-body .i-category .left .content::before {
    display: none;
  }
  .i-category .left .content {
    margin: 0;
  }
  .i-category .right {
    width: 100% !important;
    padding: 6% 15%;
  }
  .i-category .right .dots {
    bottom: 3%;
  }
  .our-about .top .left {
    width: 100%;
  }
  .our-about .top .right {
    width: 100%;
  }
  .our-about .top {
    display: block;
  }
  .our-about .top .left {
    margin-top: 40px;
  }
  .our-about .top .imgs {
    margin: -15px;
  }
  .our-about .top .imgs .img {
    padding: 15px;
    margin: 0;
  }
  .our-about .top .imgs .img i {
    display: none;
  }
  .our-about .bottom ul li {
    width: 50% !important;
  }
  .our-about .bottom {
    margin-top: 60px;
  }
  #footer .foot-top .foot-content .foot-block {
    padding-left: 0;
  }
  #footer .foot-top .foot-content .foot-block:not(:last-child) {
    padding-right: 2%;
  }
  #footer .foot-top {
    padding: 70px 0;
  }
  #index-body .i-category .right ul li {
    text-align: center;
  }
  #index-body .i-category .right .mml-text .img img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 972px!important;
  }
  #index-body .i-category .left .content {
    margin: 0 auto;
  }
  #index-body .i-category .left {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px !important;
  }
  #header {
    display: none;
  }
  #index-body .i-category .left .content {
    width: 100%;
    padding: 0 15px;
  }
  #index-body .i-category .left .content .cona {
    max-width: 100%;
  }
  #banner li .content .left span.h2,
  #index-body .init-3 span.h2,
  #index-body .init-4 .top span.h2,
  #footer .footer-top .right span.h3 {
    font-size: 20px;
  }
  #banner li .content .left a.link {
    margin-top: 1em;
  }
  .our-news {
    padding: 60px 0;
  }
  #footer .foot-top .foot-content .foot-block {
    width: 50%;
  }
  .hide-1000 {
    display: none !important;
  }
  #footer .foot-top {
    padding: 60px 0;
  }
  #footer .foot-top .foot-content .foot-block h4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 972px) {
  .container {
    width: 100%!important;
  }
  #index-body .our-about .top .left {
    padding-right: 5%;
  }
  .our-news .list span.arrow {
    display: none;
  }
  #banner li .content .left {
    max-width: 70%;
  }
  #banner li .content {
    padding-bottom: 20px;
  }
  #index-body .init-3 .title1 .tit3,
  #index-body .init-4 .top .tit3 {
    font-size: 36px;
  }
  #index-body .init-4 .top .box ul li .tit4 {
    font-size: 14px;
  }
  .i-category .right .mml-text .text {
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    border-radius: 0;
    padding: 15px;
  }
  .i-category .right .mml-text:hover .text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .i-category .right .mml-text:hover .img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .font-16 {
    font-size: 14px;
  }
  .i-category .right .dots {
    display: none;
  }
  .tit1 {
    letter-spacing: normal;
  }
  .i-category .left .content::before {
    font-size: 60px;
    left: -20px;
    top: -20px;
  }
  .i-category .right .mml-text .text .name {
    font-size: 14px;
  }
  #footer .foot-top .foot-content .foot-block:not(:last-child) {
    margin-bottom: 30px;
  }
  #footer .foot-top .foot-content .foot-block {
    width: 100%;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 16px;
  }
  #footer .foot-top .foot-content .foot-block form ul {
    margin: -15px;
  }
  #footer .foot-top .foot-content .foot-block form ul li {
    padding: 15px;
  }
  #footer .foot-top .foot-content .foot-block h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #banner li .content .left {
    max-width: none;
    padding-left: 0;
  }
  #banner li .content .left::after {
    display: none;
  }
  #banner li .content .left a.link {
    display: none;
  }
  #banner li .content .left span.h2 {
    font-size: 18px;
  }
  #index-body .our-about .top .right {
    display: none;
  }
  .our-about .bottom ul li {
    width: 100% !important;
  }
  .our-about .top .left {
    margin-top: 0;
  }
  #index-body .our-about .bottom {
    margin-top: 50px;
  }
  #index-body .init-3 .title1 .tit3,
  #index-body .init-4 .top .tit3 {
    font-size: 32px;
  }
  #index-body .init-3 .title1 .tit3 i {
    display: initial;
  }
  #index-body .init-3,
  #index-body .init-4,
  #index-body .init-5,
  #index-body .our-news {
    padding: 50px 0;
  }
  #index-body .init-3 .title1 .tit3 {
    margin-top: 15px;
  }
  #index-body .init-3 .list {
    margin-top: 30px;
  }
  #index-body .our-news .list .mml-text > div > div,
  #index-body .our-news .list .mml-text > div {
    padding-left: 0;
  }
  #footer .foot-top .foot-content .icons {
    margin-top: 20px;
  }
  #index-body .i-category .right .arrow {
    display: none!important;
  }
  #footer #ewm {
    display: none;
  }
  #footer .foot-top .foot-content .foot-block:not(:last-child) {
    padding-right: 0;
  }
  #index-body .our-about .bottom .num {
    font-size: 32px;
  }
  #index-body .our-about .bottom ul li {
    padding: 15px 30px;
  }
  #index-body .init-4,
  #index-body .init-5 {
    display: none;
  }
  #index-body .init-3 .list .box .tit4 {
    margin-top: 20px;
  }
  .our-about .bottom .num {
    font-size: 32px;
  }
  .our-about .bottom .num small {
    font-size: 16px;
  }
  .our-news .list .mml-text > div {
    padding: 0;
  }
  .our-news .list .mml-text img {
    display: none;
  }
  .our-news .list .mml-text > div > div {
    padding: 0;
  }
  .our-news .list .mml-text > div > div::before {
    display: none;
  }
  .our-news .list .mml-text {
    padding: 15px;
  }
}
@media screen and (max-width: 450px) {
  #index-body .init-3 .title1 .tit3,
  #index-body .init-4 .top .tit3 {
    font-size: 24px;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.seoPublic .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2em;
}
.seoPublic > div {
  padding: 60px 0;
}
.seoPublic > div:nth-child(odd) {
  background: #fafafa;
}

.seoPublic .acc1 {
  background: #fff!important;
  padding-top: 0
}
.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seoPublic .Auxil-about .box .left {
  width: 40%;
}
.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  max-height: 400px;
  overflow: auto;
}
.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}
.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
  display: block;
}
.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}
.seoPublic .Auxil-news .list ul {
  margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}
.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: #E1B261;
}
.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  margin-top: 0.5em;
  display: block;
}
.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin: 1em 0;
}
.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: #E1B261;
  color: #E1B261;
}
.seoPublic .Auxil-form .form ul {
  margin: -10px;
}
.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: #E1B261;
}
.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: #E1B261;
  color: whitesmoke;
  border: none;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
  background: #222;
}
.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.seoPublic .seoIndustry.acc1 .text p {
  height: 70px;
  overflow: auto;
}
.seoPublic .text a {

}
.seoPublic .text a:hover {
  text-decoration: underline;
}
.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}
.seoPublic .Auxil-through a {
  display: inline-block;
  padding: 12px 25px;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-through a:hover {
  background: #E1B261;
  color: white;
}
.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: #E1B261;
}
.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #E1B261;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #E1B261;
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: #E1B261;
}
@media screen and (max-width: 1400px) {
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }
  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }
  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }
  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }
  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  #cp-Nav {
    display: block;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background: #E1B261;
    border-radius: 5px;
    color: white;
  }
  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }
  #cp-Nav .nav > ul {
    display: none;
  }
  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: white;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
  }
  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }
  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 28px;
  }
  .seoPublic .Auxil-about .box {
    display: block;
  }
  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .seoPublic .Auxil-about .box .left {
    width: 100%;
    padding: 0;
  }
  .seoPublic .Auxil-about .box .left .img {
    height: 300px;
  }
  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 18px;
  }
  .seoPublic > div {
    padding: 30px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
}


.sustainability-page .sustainability-1 .container {
  width: 100% !important;
  padding: 0;
}
.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;
  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 .tit3 {
  font-size: 48px;
  font-family: Montserrat;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.sustainability-page .sustainability-1 .img .mask p {
  font-size: 24px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  font-weight: bold;
  color: #0F4099;
  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: #f8f8f8;
}
.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: Montserrat;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .cona {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 300;
  color: #000;
  line-height: 1.8;
  margin-top: 25px;
  height: 121px;
  overflow: auto;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  font-weight: bold;
  color: #0F4099;
  line-height: 1;
  margin-top: 30px;
}
.sustainability-page .sustainability-4 .list ul li .box .cona {
  font-size: 14px;
  font-family: Montserrat;
  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
}

.m-page .wp-pagenavi span {
    background: #E1B261;
    color: #fff
}

.m-page .wp-pagenavi a.prev {
  margin-right: 20px;
  font-size: 20px;
}
.m-page .wp-pagenavi a.next {
  margin-left: 20px;
  font-size: 20px;
}


/*.inner-page {
  padding-top: 98px;
}*/


.bannerbg {
    padding: 0 5% 0;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    height: 511px;
    display: flex;
    align-items: center
}

.bannerbg .content {
    max-width: 1080px;
    display: block;
    margin: 0 auto
}

.bannerbg .content h2 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 1.4;
}

.bannerbg .content .text {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    margin: 1em 0 2em
}

.bannerbg .content a.more {
    font-size: 16px;
    font-weight: 300;
    line-height: 2.1em;
    height: 2.1em;
    padding: 0 1em;
    border-radius: 3px;
    background: #e1b261;
    display: inline-block
}


.inner-page p {
  line-height: 2;
}
.inner-banner {
  position: relative;
  height: 450px;
}
.inner-banner .container {
  position: static;
}
.inner-banner .box {
  position: absolute;
  left: 8.3%;
  top: 50%;
  -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: Montserrat;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.2;
}
.inner-banner .box .mbx {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  margin-top: 25px;
}

.lg-page ul {
  margin: 0 -10px
}

.lg-page ul li {
  padding: 0 10px;
  margin-bottom: 20px
}


.case-page {
  padding: 80px 0
}
.case-page .top ul {
  margin: -10px
}

.case-page .top ul li {
  padding: 10px
}

.about-page {
  padding-top: 100px;
}
.about-page .title span {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 400;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.about-page .title .tit {
  font-size: 60px;
  font-family: Montserrat;
  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;
}
.about-page .about-1 .top .right p {
  font-size: 18px;
  font-family: Montserrat;
  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: #e1b261;
  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: Montserrat;
  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: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .about-1 .bot ul li p {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  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: Montserrat;
  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: #E1B261;
  border-radius: 5px;
  font-size: 16px;
  font-family: Montserrat;
  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: #E37600;
}
.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(../images/about-31.jpg) no-repeat center;
}
.about-page .about-3 .container {
  width: 1500px;
}
.about-page .about-3 .box .tit {
  font-size: 36px;
  font-family: Montserrat;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .about-3 .box .cona {
  font-size: 16px;
  font-family: Montserrat;
  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: Montserrat;
  font-weight: bold;
  color: #0F4099;
  line-height: 1;
}
.about-page .about-4 .acc .list ul li .box .tit4 {
  font-size: 24px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.oem-page .oem-1 .tit {
  font-size: 60px;
  font-family: Montserrat;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  margin: 35px 0 25px;
}
.oem-page .oem-1 p {
  font-size: 16px;
  font-family: Montserrat;
  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: Montserrat;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  background: #E1B261;
  border-radius: 5px;
  text-transform: uppercase;
}
.oem-page .oem-1 .btn a:hover {
  background: #e37600;
}
.oem-page .oem-2 .container {
  width: 100% !important;
  padding: 0;
}
.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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: #E1B261;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.manufacture-page .manufacture-1 .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.manufacture-page .manufacture-2 .num ul li p {
  font-size: 24px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  margin-top: 25px;
}
.manufacture-page .manufacture-3 .title p {
  font-size: 24px;
  font-family: Montserrat;
  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 .faq-1 {
  padding: 85px 0 140px;
}
.faq-page .container {
  width: 1230px;
}
.faq-page .tit {
  font-size: 48px;
  font-family: Montserrat;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.faq-page .top {
  margin-top: 45px;
}
.faq-page .top ul li {
  margin-bottom: 12px;
}
.faq-page .top ul li .tit4 {
  font-size: 18px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  font-weight: bold;
  color: #000000;
  line-height: 2;
}
.news-page .news-1 .top ul li .box .con .tit:hover {
  color: #E1B261;
}
.news-page .news-1 .top ul li .box .con .cona {
  font-size: 18px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.odm-page .title .tit {
  font-size: 48px;
  font-family: Montserrat;
  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: Montserrat;
  font-weight: 400;
  color: #000;
  line-height: 2;
  max-width: 1088px;
  margin: 0 auto;
}
.odm-page .odm-1 .mbx {
  font-size: 14px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: #E1B261;
  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 .container {
  width: 100% !important;
  padding: 0;
}
.odm-page .odm-2 .title .tit {
  font-size: 36px;
  font-family: Montserrat;
  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: Montserrat;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  background: #E1B261;
  border-radius: 5px;
  padding: 16px 29px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.odm-page .odm-2 .title .btn a:hover {
  background: #e37600;
}
.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;
  margin-top: 50px
}
.prodet2-page .prodet-page .prodet-2 {
  padding: 139px 0 140px
}
.prodet2-page .container {
  width: 1430px;
}
.prodet2-page .tit3 {
  font-size: 36px;
  font-family: Montserrat;
  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: Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  width: 89%;
}
.prodet2-page .mbx {
  padding-top: 45px;
  font-size: 14px;
font-family: Montserrat;
font-weight: 400;
color: #000000;
line-height: 2;
}
.prodet2-page .prodet2-1  {
  margin-top: 74px;
}
.prodet2-page .prodet2-1 .top .left .img {
  background: #f6f6f6;
  border: 1px solid #f6f6f6
}
.prodet2-page .prodet2-1 .top .right .small {
  margin-top: 40px;
}
.prodet2-page .prodet2-1 .top .right .small ul {
  margin: 0 -10px;
}
.prodet2-page .prodet2-1 .top .right .small ul .slick-track {
  margin: 0;
  margin-right: auto!important
}
.prodet2-page .prodet2-1 .top .right .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: Montserrat;
  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: Montserrat;
  font-weight: bold;
  color: #333333;
  line-height: 2;
  margin-top: 25px;
  text-transform: capitalize;
}
.prodet2-page .prodet2-1 .top .right .tit5 {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-top: 50px;
}
.prodet2-page .prodet2-1 .top .right .cona {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 20px;
}

.prodet2-page .prodet-2 {
  padding: 70px 0;
  font-size: 18px;
  
}

.prodet2-page .prodet-2 table {
	border-bottom: 2px solid #555;
	font-size: 16px;
	margin-bottom: 5px;
  border: none;
}
.prodet2-page .prodet-2 table tr {
  background: none;
      border-bottom: 1px solid #eee;
}
.prodet2-page .prodet-2 table tr:nth-child(1) {
border-bottom: 2px solid #555;
}
.prodet2-page .prodet-2 table td {
  padding: 10px 0;
	color: #555;
  border: none;
}

.prodet2-page .prodet-2 table_padding {
	border-bottom: 2px solid #555;
	border-top: 1px solid #eee;
	font-size: 12px;
	margin-top: 40px;
}

.prodet2-page .prodet-2 table_padding td {
	padding: 6px 0;
	color: #555;
}

.content_table {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	margin-bottom: 5px;
}

.content_table td {
	padding: 6px 10px;
}
.prodet2-page .prodet-2 .container {
border-bottom: 1px solid #f6f6f6
}
.prodet2-page .prodet-2 .container strong {
  font-weight: bold!important;
}
.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: Montserrat;
  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: #E1B261;
  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: Montserrat;
  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: Montserrat;
  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: #E1B261;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin-top: 25px;
}


.prodet-page .mbx {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin-top: 30px;
}
.prodet-page .prodet-1 {
  padding-top: 110px;
}
.prodet-page .prodet-1 .container {
  width: 1520px;
}
.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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 22px 0;
}
.prodet-page .prodet-1 .top .right .profea {
  font-size: 16px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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 .container {
  width: 1260px;
}
.prodet-page .prodet-2 span {
  display: block;
  font-size: 16px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover {
  background: #E1B261;
}
.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: Montserrat;
  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: #E1B261;
}
.prodet-page .prodet-3 {
  padding-bottom: 172px;
}
.prodet-page .prodet-3 .container {
  width: 1260px;
}
.prodet-page .prodet-3 .top .left {
  margin-top: 25px;
  width: 43%;
}
.prodet-page .prodet-3 .top .left .tit {
  font-size: 48px;
  font-family: Montserrat;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.2;
}
.prodet-page .prodet-3 .top .left p {
  font-size: 16px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: #E1B261;
  border-radius: 5px;
  font-size: 16px;
  font-family: Montserrat;
  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: #e37600;
}
.product-page .mbx {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin-top: 5px;
}
.product-page .product-1 {
  padding: 20px 0 100px;
}
.product-page .product-1 .top {
  margin-top: 60px
}
.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 15px;
}
.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: Montserrat;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
  padding-right: 20px;
}
.product-page .product-1 .top .left #product-list li a.active {
  color: #054136!important
}
.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 h1{
  font-size: 24px;
  line-height: 40px;
  margin: 10px 0;
}
.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: center;
  max-width: 875px;
  margin: 0 auto;
}
.product-page .product-1 .top .right .cate-img .mask .tit {
  font-size: 48px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
}
.product-page .product-1 .top .right .cate-img .mask .cona {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.7;
  margin-top: 35px;
}
/*.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;
}
.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;
  display: none;
}
.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 20px;
  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: Montserrat;
  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: Montserrat;
  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: #E1B261;
}
.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: Montserrat;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 20px 30px;
  text-align: center;
  height: 120px;
  overflow: auto
}
.product-page .product-1 .top .right .bottom ul li .box .tit:hover {
  color: #E1B261;
}
.contact-page .contact-1 {
  padding: 120px 0 85px;
}
.contact-page .container {
  width: 1230px;
}
.contact-page .contact-1 .top .tit {
  font-size: 30px;
  font-family: Montserrat;
  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;
}
.contact-page .contact-1 .top .left .form ul li label {
  display: block;
  font-size: 16px;
  font-family: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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: #E1B261;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  font-family: Montserrat;
  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: #e37600;
}
.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: Montserrat;
  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 #E1B261;
}
.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: #E1B261;
}
.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: Montserrat;
  font-weight: 400;
  color: #5D5D5D;
  line-height: 2;
  margin: 7px 0;
}
.contact-page .contact-2 {
  padding: 80px 0 0;
}
.rad-page .mbx {
  font-size: 14px;
  font-family: Montserrat;
  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: Montserrat;
  font-weight: 400;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.rad-page .rad-1 .title .tit {
  font-size: 30px;
  font-family: Montserrat;
  font-weight: 300;
  color: #1D1D1D;
  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: Montserrat;
  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: #0F4099;
}
.rad-page .rad-1 .top ul li .cona {
  font-size: 14px;
  font-family: Montserrat;
  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: #0F4099;
}
.rad-page .rad-1 .top ul li:last-child .acc {
  background: #0F4099;
  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: Montserrat;
  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: #e37600;
}
.rad-page .rad-1 .top ul li:last-child .acc p {
  font-size: 24px;
  font-family: Montserrat;
  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 .container {
  width: 100% !important;
  padding: 0;
}
.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: Montserrat;
  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: Montserrat;
  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: Montserrat;
  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;
}
.rad-page .prodet-3 .container {
  width: 1630px;
}

@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: #E1B261;
  }
  .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) {
  .inner-page {
    padding-top: 40px;
  }
  .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;
  }
  .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) {
  .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: #E1B261;
  }
  .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 {
    width: 50%;
    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-2 .top .right ul li .box .img {
    position: static;
    margin-bottom: 20px;
  }
  #footer .foot-bottom a.youwoafocus{
    display: none!important;
  }
  .seoPublic{
    display: none!important;
  }
  .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: 26px;
    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;
  }
  .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;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}


@media screen and (max-width: 768px){
  .news_title h1{
    font-size: 16px!important;;
  }
  .prewnext{
  font-size: 16px!important;;
  }
  .bannerbg .content .text {
    height: 190px;
    overflow: auto
  }
}


.download-page ul{
    margin:-15px;
}
.download-page ul li{
    padding:15px;
}

.download-page ul li .box{
    background-color: #e9e9e9;
    padding:15px;
}

.download-page ul li .box .img{
    width:40%;
}

.download-page ul li .box .text{
    width:60%;
}

.download-page ul li .box .text p{
    margin-top: 10px;
    width: auto;
    height: 80px;
    line-height: 28px;
    position: relative;
    top: 0px;
    left: 0px;
}

.download-page ul li .box a{
    display: inline-block;
    padding:0 20px;
    height: 36px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    background-color: #e1b261;
}

.download-page ul li .box a:hover{
  background-color: #000000;
}

@media screen and (max-width: 1000px) {
  .download-page ul li{
    width: 100%!important;
  }
}
@media screen and (max-width: 500px) {
  .download-page ul li .box .img{
    width: 100%!important;
  }
  .download-page ul li .box .text{
    width: 100%!important;
    padding: 15px;
  }

  .download-page ul li .box .text p{
    height: auto;
  }
}
.det_spec_box{
  background: #f4f4f4;
  padding: 46px 30px 34px;
}
.det_spec_box li{
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 5px 20px;
    border-radius: 0px;
}
.det_spec_box li:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    color: #000;
}
.det_spec_box>p{
  padding-left: 20px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}
.det_spec_box>p span{
  font-size: 22px!important;
}
.det_spec_box li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 5px;
    top: 16px;
}

.prodet-2 p{
  margin: 35px 0;
}
.prodet2-page .prodet-2 .conetnt.mt-40{
  margin-top: 100px;
}