<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-size: 62.5%;
}
body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}
.container {
  width: 1470px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header img {
  width: auto;
}
#header .nav.scrollNav {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: rgba(0, 72, 144, 0.8);
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box {
  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;
}
#header .nav .nav-box .h-logo {
  padding: 25px 0;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .nav-box .menu-box .menu &gt; li {
  margin: 0 30px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  position: relative;
  -webkit-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
}
#header .nav .nav-box .menu-box .menu &gt; li &gt; a {
  font-size: 18px;
  padding: 37px 0;
  color: #fff;
  display: block;
  position: relative;
  line-height: 2;
  text-transform: capitalize;
  font-family: 'Poppins';
}
#header .nav .nav-box .menu-box .menu &gt; li &gt; a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #004890;
}
#header .nav .nav-box .menu-box .menu &gt; li:hover &gt; a {
  color: white;
}
#header .nav .nav-box .menu-box .menu &gt; li:hover &gt; a:after {
  width: 100%;
  left: 0;
}
#header .nav .nav-box .menu-box .menu &gt; li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  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 #004890;
  display: none \9;
}
#header .nav .nav-box .menu-box .menu &gt; li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  line-height: 30px;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .nav-box .menu-box .menu &gt; li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  position: absolute;
  width: 240px;
  display: none;
  opacity: 1;
}
#header .nav .nav-box .menu-box .menu &gt; li ul.sub-menu li a {
  display: block;
  background-color: #FFFFFF;
  font-family: 'Poppins';
  font-size: 16px;
  padding: 8px 15px;
  color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .nav-box .menu-box .menu &gt; li ul.sub-menu li a:hover {
  background: #004890;
  color: white;
}
#header .nav .nav-box .menu-box .menu &gt; li ul.sub-menu li:hover .sub-menu {
  display: block;
}
#header .nav .nav-box .menu-box .menu li:nth-child(3) ul.sub-menu {
  width: 240px;
}
#header .nav .nav-box .menu-box .menu li:hover .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 .nav-box .menu-box .btnForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
#header .nav .nav-box .menu-box .btnForm p {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/bann1.png) no-repeat center;
  cursor: pointer;
}
#header .nav .nav-box .menu-box .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 37px;
}
#header .nav .nav-box .menu-box .language .acc {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 6px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .nav-box .menu-box .language .acc span {
  display: inline-block;
  width: 27px;
  height: 19px;
  background: url(../images/bann3.png) no-repeat center;
}
#header .nav .nav-box .menu-box .language .acc p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  margin-left: 18px;
  margin-right: 5px;
}
#header .nav .nav-box .menu-box .language .acc i {
  font-size: 16px;
  color: #000000;
}
#header .nav .nav-box .menu-box .language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0px;
  width: 120px;
  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 #004890;
  display: none \9;
}
#header .nav .nav-box .menu-box .language ul.sub-menu li {
  position: relative;
  display: block;
  line-height: 22px;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .nav-box .menu-box .language ul.sub-menu li a {
  display: block;
  font-family: 'Poppins';
  font-size: 16px;
  background-color: #FFFFFF;
  padding: 8px 15px;
  color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .nav-box .menu-box .language ul.sub-menu li a:hover {
  background: #222;
  color: white;
}
#header .nav .nav-box .menu-box .language:hover .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 .nav-box .menu-box .h-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 30px;
  position: relative;
}
#header .nav .nav-box .menu-box .h-search p {
  width: 24px;
  height: 24px;
  background: url(../images/bann2.png) no-repeat center;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .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 .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .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: uppercase;
  line-height: 20px;
}
#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: 2;
}
#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 .swiper-slide {
  position: relative;
  height: 48.95vw;
}
#banner .swiper-slide .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .swiper-slide .content-box .content .text {
  max-width: 685px;
  margin-top: 10%;
}
#banner .swiper-slide .content-box .content .text .tit3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 54px;
  color: #FFFFFF;
  line-height: 1.6;
}
#banner .swiper-slide .content-box .content .text .btn {
  margin-top: 70px;
  display: inline-block;
}
#banner .swiper-slide .content-box .content .text .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 27px;
  border: 1px solid #FFFFFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
}
#banner .swiper-slide .content-box .content .text .btn a p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
  padding: 0 10px;
}
#banner .swiper-slide .content-box .content .text .btn a span {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(../images/bann5.png) no-repeat center #FFFFFF;
  border-radius: 50%;
}
#banner .swiper-slide-active .content-box .content {
  display: block;
  -webkit-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}
#banner .swiper-pagination {
  bottom: 51px;
  width: auto;
  text-align: left;
  left: 75px;
}
#banner .swiper-pagination span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
  margin: 0;
  margin-right: 15px;
  opacity: 1;
  vertical-align: middle;
  background: transparent;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
}
#banner .arrows {
  position: absolute;
  right: 93px;
  bottom: 40px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .arrows .swiper-button-prev,
#banner .arrows .swiper-button-next {
  position: static;
  margin: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  background: url(../images/bann6.png) no-repeat center;
  opacity: 1;
  margin-left: 20px;
}
#banner .arrows .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#banner img {
  width: auto;
}
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;
}
.btna {
  display: inline-block;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  border: 1px solid #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 23px;
}
.btna:hover {
  background: #004890;
  color: #fff;
}
#index-body .title1 span {
  position: relative;
  display: inline-block;
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #004890;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 34px;
}
#index-body .title1 span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 17px;
  background: url(/shixintape/2024/12/23/bann4.png) no-repeat center;
}
#index-body .title1 .tit3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  line-height: 1.5;
  margin-top: 40px;
}
#index-body .init-1 {
  padding: 110px 0;
}
#index-body .init-1 .top ul li {
  padding: 40px 0;
}
#index-body .init-1 .top ul li .tit3 {
  position: relative;
  font-family: Poppins;
  font-weight: 600;
  font-size: 80px;
  color: #000000;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s
}
#index-body .init-1 .top ul li .tit3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 2px;
  background: #BE0002;
  transition: 0.3s
}
#index-body .init-1 .top ul li .tit3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0%;
  height: 2px;
  background: #004890;
  transition: 0.3s;
  z-index: 1
}
#index-body .init-1 .top ul li .tit3:hover {
  color: #004890
}
#index-body .init-1 .top ul li .tit3:hover::after,
#index-body .init-1 .top ul li.active .tit3::after {
width: 0
}
#index-body .init-1 .top ul li .tit3:hover::before,
#index-body .init-1 .top ul li.active .tit3::before {
width: 100%
}
#index-body .init-1 .top ul li .text {
  display: none;
  margin-top: 70px;
}
#index-body .init-1 .top ul li .text .img-box {
  vertical-align: middle;
}
#index-body .init-1 .top ul li .text .con {
  vertical-align: middle;
  padding-left: 39px;
}
#index-body .init-1 .top ul li .text .con .tit5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 1;
}
#index-body .init-1 .top ul li .text .con .cona {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 1.687;
  margin-top: 35px;
  max-width: 660px;
}
#index-body .init-1 .top ul li .text .con .btn {
  margin-top: 27px;
}
#index-body .init-1 .top ul li.active .tit3 {
  color: #004890;
}
#index-body .init-2 {
  background: #F6FBFF;
  padding: 80px 0;
}
#index-body .init-2 .list {
  padding: 60px 0 80px;
}
#index-body .init-2 .list ul li .box {
  max-width: 337px;
  margin: 0 auto;

}
#index-body .init-2 .list ul li .box .img-box {
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-2 .list ul li .box .tit4 {
  padding: 15px 20px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-2 .list ul li .box .tit4:hover {
  color: #004890;
}
#index-body .init-2 .list ul li .box .img-box:hover {
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}
#index-body .init-3 {
  padding: 100px 0 140px;
}
#index-body .init-3 .container {
  width: 100% !important;
  padding: 0;
}
#index-body .init-3 .top {
  margin-top: 55px;
}
#index-body .init-3 .top .left {
  padding-left: 12.5%;
  vertical-align: middle;
}
#index-body .init-3 .top .left ul li {
  margin-bottom: 40px;
}
#index-body .init-3 .top .left ul li .acc {
  position: relative;
  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: 20px 0;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
#index-body .init-3 .top .left ul li .acc .tit4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-3 .top .left ul li .acc .btn {
  padding-right: 35px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-3 .top .left ul li .acc .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-3 .top .left ul li .acc .btn a p {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #004890;
  line-height: 1;
}
#index-body .init-3 .top .left ul li .acc .btn a span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 10px;
  background: url(../images/init32.png) no-repeat center;
}
#index-body .init-3 .top .left ul li .acc::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 38px;
  height: 2px;
  background: #004890;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-3 .top .left ul li.active .acc::after,
#index-body .init-3 .top .left ul li:hover .acc::after {
  width: 100%;
}
#index-body .init-3 .top .left ul li.active .acc .tit4,
#index-body .init-3 .top .left ul li:hover .acc .tit4 {
  color: #004890;
}
#index-body .init-3 .top .left ul li.active .acc .btn,
#index-body .init-3 .top .left ul li:hover .acc .btn {
  opacity: 1;
}
#index-body .init-3 .top .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-3 .top .left ul li:first-child .acc {
  padding-top: 0;
}
#index-body .init-3 .top .right {
  vertical-align: middle;
}
#index-body .init-4 {
  background: #F6FBFF;
}
#index-body .init-4 .container {
  width: 100% !important;
  padding: 0;
}
#index-body .init-4 .top .img {
  vertical-align: middle;
  overflow: hidden;
}
#index-body .init-4 .top .img .img-box {
  max-width: 906px;
}
#index-body .init-4 .top .img .img-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  cursor: pointer;
}
#index-body .init-4 .top .img .img-box .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.72);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}         
#index-body .init-4 .top .con {
  vertical-align: middle;
  padding-left: 81px;
  padding-right: 13%;
}
#index-body .init-4 .top .con .cona {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 2;
  margin-top: 20px;
}
#index-body .init-4 .top .con .cona h1 {
  display: initial;
}
#index-body .init-4 .top .con .num {
  margin-top: 55px;
}
#index-body .init-4 .top .con .num 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 .con .num ul li {
  text-align: center;
}
#index-body .init-4 .top .con .num ul li .tit4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 1;
  margin: 20px 0 18px;
}
#index-body .init-4 .top .con .num ul li p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1;
}
#index-body .init-4 .top .con .btn {
  margin-top: 75px;
}
#index-body .init-5 {
  padding: 135px 0 100px;
}



#index-body .init-5 .top {
  margin-top: 45px;
  position: relative;
  overflow: hidden
}

#index-body .init-5 .top .acc2 .list {
  transform: rotate(-180deg)
}

#index-body .init-5 .top .acc2 .list .img {
  transform: rotate(180deg)
}


#index-body .init-6 {
  background: url(../images/init64.jpg) no-repeat center;
  padding: 151px 0;
}
#index-body .init-6 .top .left {
  vertical-align: bottom;
}
#index-body .init-6 .top .left .title1 span {
  color: #fff;
}
#index-body .init-6 .top .left .title1 .tit3 {
  color: #fff;
}
#index-body .init-6 .top .left p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-top: 40px;
  max-width: 600px;
}
#index-body .init-6 .top .left .btn {
  margin-top: 55px;
}
#index-body .init-6 .top .left .btn a {
  border: 1px solid #FFFFFF;
  color: #fff;
}
#index-body .init-6 .top .right {
  vertical-align: bottom;
}
#index-body .init-6 .top .right ul li .img {
  width: 240px;
  height: 160px;
  background: #FFFFFF;
  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;
  transition: 0.3s
}
#index-body .init-6 .top .right ul li .img:hover {
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 1);
}
#index-body .init-6 .top .right ul li:nth-child(even) .img {
  background: #004890;
}
#index-body .init-7 {
  padding: 160px 0 120px;
}
#index-body .init-7 .top .img-box {
  width: 42%;
  max-width: 600px;
}
#index-body .init-7 .top .content {
  width: 58%;
  padding-left: 116px;
}
#index-body .init-7 .top .content .con {
  margin-top: 37px;
}
#index-body .init-7 .top .content .con ul li {
  padding: 10px 0;
}
#index-body .init-7 .top .content .con ul li .tit4 {
  position: relative;
  padding: 25px 23px;
  padding-right: 55px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
#index-body .init-7 .top .content .con ul li .tit4::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../images/init73.png) no-repeat center;
}
#index-body .init-7 .top .content .con ul li .text {
  padding: 20px 24px 20px;
  display: none;
}
#index-body .init-7 .top .content .con ul li.active .text {
display: block!important
}
#index-body .init-7 .top .content .con ul li .text .cona {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 2;
}
#index-body .init-7 .top .content .con ul li .text .btn {
  margin-top: 25px;
}
#index-body .init-7 .top .content .con ul li .text .btn a {
  display: inline-block;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  color: #004890;
  line-height: 1;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
#index-body .init-7 .top .content .con ul li.active .tit3::after {
  background: url(../images/init72.png) no-repeat center;
}
#footer {
  position: relative;
}
#footer .bot {
  background: #004890;
  padding: 60px 0;
}
#footer .bot .acc {
  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;
}
#footer .bot .tit4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.5;
}
#footer .bot .tit4 span {
  display: block;
}
#footer .bot .form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
#footer .bot .form ul li {
  padding: 0 10px;
}
#footer .bot .form ul li input[type=text] {
  width: 166px;
  height: 48px;
  background: #FFFFFF;
  border: none;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1;
  padding-left: 19px;
}
#footer .bot .form ul li input[type=submit] {
  width: 140px;
  height: 48px;
  background: #FFFFFF;
  border: none;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #004890;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .bot .form ul li input[type=submit]:hover {
  background: #000;
  color: #fff;
}
#footer .bot .form ul li:nth-child(3) input[type=text] {
  width: 379px;
}
#footer .top {
  background: url(../images/foo1.jpg) no-repeat center / cover;
  padding: 95px 0 0;
}
#footer .top .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .top .topBox h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  padding: 27px 0 42px;
}
#footer .top .topBox .content ul li {
  font-size: 16px;
  line-height: 1;
  color: #ccc;
  font-family: 'Poppins';
  margin-bottom: 15px;
}
#footer .top .topBox .content ul li:hover {
  color: #004890;
}
#footer .top .topBox .content ul li:last-child {
  margin-bottom: 0;
}
#footer .top .topBox .one {
  max-width: 290px;
}
#footer .top .topBox .one p {
  margin: 32px 0px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #CCCCCC;
  line-height: 2;
}
#footer .top .topBox .one .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .top .topBox .one .icon a {
  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: 40px;
  height: 40px;
  background: #004890;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}
#footer .top .topBox .four {
  max-width: 400px;
}
#footer .top .topBox .four ul li p {
  position: relative;
  padding-left: 70px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #CCCCCC;
  line-height: 1.7;
}
#footer .top .topBox .four ul li p span {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100px;
}
#footer .top .topBox .four ul li:nth-child(2) p {
  padding-left: 100px;
}
#footer .top .topBox .four ul li:last-child p {
  padding-left: 0;
}
#footer .top .topBox .four ul li:last-child p span {
  position: static;
}
#footer .top .topBox .four ul li:hover {
  color: #ccc;
}
#footer .footer-bottom {
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footer-bottom .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
#footer .footer-bottom .bottom-box p {
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Poppins';
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0.5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-bottom .bottom-box p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-bottom .bottom-box p img {
  display: inline-block;
  max-height: 34px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}
#footer .Stick {
  position: absolute;
}
.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: #004890;
  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: #004890;
}
.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: #004890 !important;
}
#pups_from i.close:hover {
  background: #004890 !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: 600;
  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: 1670px) {
  #index-body .init-3 .top .left {
    padding-left: 15px;
  }
  #index-body .init-3 .top .left {
    width: 40%;
  }
  #index-body .init-3 .top .right {
    width: 60%;
  }
  #header .nav .nav-box .menu-box .menu &gt; li {
    margin: 0 15px;
  }
  #index-body .init-4 .top .con {
    padding: 30px 50px;
  }
  #index-body .title1 .tit3 {
    margin-top: 30px;
  }
  #index-body .init-4 .top .con .num {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1470px) {
  .container {
    width: 1320px!important;
  }
  #header .nav .nav-box .menu-box .menu &gt; li {
    margin: 0 10px;
  }
  #header .nav .nav-box .menu-box .language {
    margin-left: 20px;
  }
  #header .nav .nav-box .menu-box .btnForm,
  #header .nav .nav-box .menu-box .h-search {
    margin-left: 20px;
  }
  #banner .swiper-slide .content-box .content .text .tit3 {
    font-size: 42px;
  }
  #banner .swiper-slide .content-box .content .text .btn {
    margin-top: 30px;
  }
  #index-body .init-1 .top ul li .tit3 {
    font-size: 60px;
  }
  #index-body .init-3 .top .left ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1320px) {
  .container {
    width: 1100px!important;
  }
  #header .nav .nav-box .menu-box .menu &gt; li &gt; a {
    font-size: 14px;
  }
  #header .nav .nav-box .menu-box .menu &gt; li {
    margin: 0 5px;
  }
  #banner .swiper-slide .content-box .content .text .tit3 {
    font-size: 32px;
  }
  #index-body .init-1 .top ul li .tit3 {
    font-size: 40px;
  }
  #index-body .init-1 .top ul li .tit3::after {
    width: 100%;
  }
  #index-body .init-1 .top ul li .text .con .cona {
    height: 210px;
    overflow: auto;
    padding-right: 10px;
  }
  #index-body .init-3 .top .left,
  #index-body .init-4 .top .img {
    width: 100%;
  }
  #index-body .init-3 .top .right,
  #index-body .init-4 .top .con {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  #index-body .init-4 .container {
    padding: 0 15px;
  }
  #index-body .init-6 .top .right ul li .img {
    width: 185px;
  }
  #index-body .init-7 .top .content {
    padding-left: 40px;
  }
  #footer .bot .acc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .bot .tit4 span {
    display: initial;
  }
  #footer .bot .form {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px !important;
  }
  #header {
    display: none;
  }
  .container {
    width: 972px!important;
  }
  #banner .swiper-slide .content-box .content .text {
    margin-top: 0;
  }
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-3,
  #index-body .init-5,
  #index-body .init-6,
  #index-body .init-7 {
    padding: 80px 0;
  }
  #index-body .init-6 .top .left {
    width: 100%;
  }
  #index-body .init-6 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-6 .top .left p {
    max-width: 100%;
  }
  #index-body .init-6 {
    background: rgba(0, 0, 0, 0.5);
  }
  #index-body .init-7 .top .img-box {
    width: 100%;
  }
  #index-body .init-7 .top .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 972px) {
  .container {
    width: 100%!important;
  }
  #banner .swiper-pagination {
    display: none;
  }
  #index-body .init-1 .top ul li .tit3 {
    font-size: 32px;
  }
  #index-body .init-1 .top ul li .text .img-box {
    width: 100%;
  }
  #index-body .init-1 .top ul li .text .con {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #index-body .init-1 .top ul li .text .con .cona {
    height: auto;
    max-width: 100%;
  }
  #index-body .title1 .tit3 {
    font-size: 32px;
    margin-top: 20px;
  }
  #footer .top .topBox .three,
  #footer .top .topBox .two {
    display: none;
  }
  #footer .bot .form ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .bot .form ul li {
    width: 50%;
    margin: 10px 0;
  }
  #footer .bot .form ul li input[type=text] {
    width: 100%!important;
  }
  #footer .top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #banner .swiper-slide .content-box .content .text .tit3 {
    font-size: 24px;
  }
  #banner .arrows {
    display: none;
  }
  #banner .swiper-slide .content-box .content .text .btn a p {
    font-size: 14px;
  }
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-3,
  #index-body .init-5,
  #index-body .init-6,
  #index-body .init-7 {
    padding: 50px 0;
  }
  #index-body .init-1 .top ul li .tit3 {
    font-size: 24px;
  }
  #index-body .init-1 .top ul li {
    padding: 20px 0;
  }
  #index-body .init-1 .top ul li .text {
    margin-top: 50px;
  }
  #index-body .init-3 .top .left ul li .acc .tit4 {
    font-size: 20px;
  }
  #index-body .init-4 .top .con {
    padding-right: 0;
  }
  #index-body .init-1,
  #index-body .init-3,
  #index-body .init-5,
  #index-body .init-6 {
    display: none;
  }
  #index-body .init-4 .top .con {
    padding-top: 0;
  }
  #index-body .init-4 .top .con .btn {
    margin-top: 30px;
  }
  #footer .bot .form ul li {
    width: 100%;
  }
  #footer .top {
    background: rgba(0, 0, 0, 0.5);
  }
  #footer .top .topBox .one,
  #footer .top .topBox .four {
    max-width: 100%;
  }
  #footer .footer-bottom {
    margin-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  #banner .swiper-slide .content-box .content .text .tit3 {
    font-size: 20px;
  }
  #banner .swiper-slide .content-box .content .text .btn {
    margin-top: 10px;
  }
  #index-body .title1 .tit3 {
    font-size: 24px;
    margin-top: 15px;
  }
  #index-body .init-2 .list {
    padding: 40px 0;
  }
  #index-body .init-4 .top .con .num ul li .tit4 {
    font-size: 20px;
    margin: 10px 0;
  }
  #index-body .init-4 .top .con .num ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-4 .top .con .num ul li {
    width: 100%;
    margin: 10px 0;
    text-align: left;
  }
  #index-body .init-7 .top .content .con {
    padding-right: 0;
    margin-top: 30px;
  }
  #footer .top .topBox h4 {
    padding-bottom: 30px;
  }
}
@-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: 600;
  line-height: 1.4;
  margin-bottom: 2em;
}
.seoPublic &gt; div {
  padding: 60px 0;
}
.seoPublic &gt; div:nth-child(odd) {
  background: #fafafa;
}
.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: 2;
  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: 44px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: #004890;
}
.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: 2;
  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: #004890;
  color: #004890;
}
.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: #004890;
}
.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: #004890;
  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 .text a {
  color: #004890;
}*/
.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: #004890;
  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: #004890;
}
.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 #004890;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #004890;
}
.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: #004890;
}
@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) {
  .seoIndustry.Auxil-industry{
     display: none !important;
  }
  a.foota{
        display: none !important;
  }
  .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: 600;
    padding: 8px 10px;
    background: #004890;
    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 &gt; 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 &gt; 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: Poppins;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.sustainability-page .sustainability-1 .img .mask p {
  font-size: 24px;
  font-family: Poppins;
  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: Poppins;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  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: linear-gradient(265deg, #0C398F, #134AAC);
}
.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: Poppins;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .cona {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 25px;
  height: 121px;
  overflow: hidden;
  transition: 0.5s;
}

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

}

.sustainability-page .sustainability-3 ul li:nth-child(even) .box .img {
  position: relative;
  left: 50%;
}
.sustainability-page .sustainability-3 ul li:nth-child(even) .box .con {
  position: relative;
  left: -50%;
}
.sustainability-page .sustainability-4 {
  padding: 130px 0;
}
.sustainability-page .sustainability-4 .title span {
  display: inline-block;
  font-size: 16px;
  font-family: Poppins;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  color: #0F4099;
  line-height: 1;
  margin-top: 30px;
}
.sustainability-page .sustainability-4 .list ul li .box .cona {
  font-size: 14px;
  font-family: Poppins;
  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: #004890;
    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: 110px;
}
.inner-banner {
  position: relative;
  height: 450px;

}
.inner-banner .container {
  position: static;
}
.inner-banner .box {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner.certification-banner .box {
  left: 50%;
  transform: translate(-50%,-50%);
}
.inner-banner .box .tit2 {
  font-size: 44px;
  font-family: Poppins;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.2;
}
.inner-banner .box .mbx {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  margin-top: 25px;
}
.about-page {
  padding-top: 100px;
}
.about-page .title span {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.about-page .title .tit {
  font-size: 48px;
  font-family: Poppins;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.5;
}
.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: Poppins;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 36px;
  margin-bottom: 30px;
}
.about-page .about-1 .top .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-1 .bot {
  margin-top: 80px;
  background: linear-gradient(265deg, #0C398F, #134AAC);
  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: Poppins;
  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: Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .about-1 .bot ul li p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 5px;
}
.about-page .about-1 .bot ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 57px;
  background: #FFFFFF;
  opacity: 0.7;
}
.about-page .about-1 .bot ul li:last-child::after {
  display: none;
}
.about-page .about-2 {
  padding: 140px 0 94px;
}
.about-page .about-2 .top .left {
  width: 54.6%;
}
.about-page .about-2 .top .left .tit {
  margin-top: 0px;
}
.about-page .about-2 .top .left p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2;
  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: #004890;
  border-radius: 5px;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 600;
  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: Poppins;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .about-3 .box .cona {
  font-size: 16px;
  font-family: Poppins;
  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: 340px;
}
.about-page .about-4 .acc .list ul li .box span {
  display: inline-block;
  font-size: 60px;
  font-family: Poppins;
  font-weight: 600;
  color: #0F4099;
  line-height: 1;
}
.about-page .about-4 .acc .list ul li .box .tit4 {
  font-size: 24px;
  font-family: Poppins;
  font-weight: 600;
  color: #333333;
  line-height: 1.2;
  margin: 25px 0;
}
.about-page .about-4 .acc .list ul li .box .cona {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  color: #333333;
  line-height: 2;
  -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: Poppins;
  font-weight: 600;
  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: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.oem-page .oem-1 .tit {
  font-size: 60px;
  font-family: Poppins;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  margin: 35px 0 25px;
}
.oem-page .oem-1 p {
  font-size: 16px;
  font-family: Poppins;
  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: Poppins;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  background: #004890;
  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: Poppins;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  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: #004890;
  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: Poppins;
  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: Poppins;
  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: Poppins;
  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: Poppins;
  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: Poppins;
  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: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.manufacture-page .manufacture-1 .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Poppins;
  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: Poppins;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  color: #000000;
  line-height: 1;
}
.manufacture-page .manufacture-2 .num ul li p {
  font-size: 24px;
  font-family: Poppins;
  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: Poppins;
  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: Poppins;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  margin-top: 25px;
}
.manufacture-page .manufacture-3 .title p {
  font-size: 24px;
  font-family: Poppins;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  padding-top: 180px;
}
.certification-page .certification-1 .top ul li .box .cona {
  font-size: 16px;
  font-family: Poppins;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  color: #000000;
  line-height: 2;
}
.news-page .news-1 .top ul li .box .con .tit:hover {
  color: #004890;
}
.news-page .news-1 .top ul li .box .con .cona {
  font-size: 18px;
  font-family: Poppins;
  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: Poppins;
  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: 600;
  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: Poppins;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.odm-page .title .tit {
  font-size: 48px;
  font-family: Poppins;
  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: Poppins;
  font-weight: 400;
  color: #000;
  line-height: 2;
  max-width: 1088px;
  margin: 0 auto;
}
.odm-page .odm-1 .mbx {
  font-size: 14px;
  font-family: Poppins;
  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: Poppins;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.odm-page .odm-1 .list ul li .img .mask .cona {
  font-size: 16px;
  font-family: Poppins;
  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: #004890;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
  background: #004890;
  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
}
.prodet2-page .prodet-page .prodet-2 {
  padding: 139px 0 140px
}
.prodet2-page .container {
  width: 1430px;
}
.prodet2-page .tit3 {
  font-size: 36px;
  font-family: Poppins;
  font-weight: 600;
  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: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  width: 89%;
}
.prodet2-page .mbx {
  padding-top: 45px;
  font-size: 14px;
font-family: Poppins;
font-weight: 400;
color: #000000;
line-height: 1.5
}
.prodet2-page .prodet2-1  {
  margin: 80px 0;
}
.prodet2-page .prodet2-1 .top .left .img {
  text-align: center;
  border: 1px solid #eee
}
.prodet2-page .prodet2-1 .top .left .small {
  margin-top: 16px;
}
.prodet2-page .prodet2-1 .top .left .small ul {
  margin: 0 -10px;
}
.prodet2-page .prodet2-1 .top .left .small ul .slick-slide {
  padding: 0 10px;
}
.prodet2-page .prodet2-1 .top .left .small ul li .img {
   border: 1px solid #eee
}
.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: Poppins;
  font-weight: 500;
  color: #00378C;
  line-height: 1.5;
  letter-spacing: 3.5px;
}
.prodet2-page .prodet2-1 .top .right h1 {
  font-size: 40px;
  font-family: Poppins;
  font-weight: 600;
  color: #333333;
  line-height: 2;
  margin-top: 25px;
}
.prodet2-page .prodet2-1 .top .right .tit5 {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  margin-top: 50px;
}
.prodet2-page .prodet2-1 .top .right .cona {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 20px;
}
.prodet2-page .prodet2-2 {
  line-height: 2;
  padding: 50px 0;
}
.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: Poppins;
  font-weight: 600;
  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: #004890;
  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: Poppins;
  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: Poppins;
  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: #004890;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: Poppins;
  font-weight: 600;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  margin-top: 35px;
}
.prodet2-page .prodet2-7 .list ul li .box .cona {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin-top: 25px;
}


.prodet-page .mbx {
  font-size: 14px;
  font-family: Poppins;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  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: Poppins;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  padding: 22px 0;
}
.prodet-page .prodet-1 .top .right .profea {
  font-size: 16px;
  font-family: Poppins;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  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: 100px 0;
}
.prodet-page .prodet-2 .container {
  width: 1260px;
}
.prodet-page .prodet-2 span {
  display: block;
  font-size: 26px;
  font-family: Poppins;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-align: center;
}
.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: Poppins;
  font-weight: 600;
  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: Poppins;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover {
  background: #004890;
}
.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: Poppins;
  font-weight: 600;
  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: #004890;
}
.prodet-page .prodet-3 {
  padding-bottom: 172px;
}
.prodet-page .prodet-3 .container {
  width: 1430px;
}
.prodet-page .prodet-3 .top .left {
  margin-top: 25px;
  width: 43%;
}
.prodet-page .prodet-3 .top .left .tit {
  font-size: 48px;
  font-family: Poppins;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.2;
}
.prodet-page .prodet-3 .top .left p {
  font-size: 16px;
  font-family: Poppins;
  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: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.prodet-page .prodet-3 .top .right .form ul li input::-webkit-input-placeholder {
  /* WebKit browsersï¼Œwebkitå†…æ&nbsp;¸æµè§ˆå™¨ */
  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: Poppins;
  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: Poppins;
  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: #004890;
  border-radius: 0px;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  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: 14px;
  font-family: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin-top: 40px;
}
.product-page .product-1 {
  padding: 100px 0;
}
.product-page .product-1 .top .left {
  width: 20%;
}
.product-page .product-1 .top .left #product-list li {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 25px 30px;
}
.product-page .product-1 .top .left #product-list li i {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.product-page .product-1 .top .left #product-list li a {
  display: inline-block;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
}
.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 .cate-img {
  position: relative;
  padding-bottom: 50px;
}
.product-page .product-1 .top .right .cate-img .mask {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
  max-width: 875px;
  margin: 0 auto;
}
.product-page .product-1 .top .right .cate-img .mask .tit {
  font-size: 36px;
  font-family: Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
}
.product-page .product-1 .top .right .cate-img .mask .cona {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.7;
  margin-top: 20px;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 20px;
}
/*.product-page .product-1 .top .right .bottom {
  padding-top: 20px;
}*/
.product-page .product-1 .top .right .bottom ul {
  margin: 0 -16px;
}
.product-page .product-1 .top .right .bottom ul li {
  padding: 0 16px;
  margin-bottom: 62px;
}
.product-page .product-1 .top .right .bottom ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}
.product-page .product-1 .top .right .bottom ul li .box .img {
  margin: 11px;
  position: relative;
  padding-bottom: 0;
  padding-bottom: 0px;
  background-color: #eee;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 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: Poppins;
  font-weight: 600;
  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: Poppins;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover {
  background: #004890;
}
.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: Poppins;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  padding: 10px 10px 10px;
  text-align: center;
  height: 120px
}
.product-page .product-1 .top .right .bottom ul li .box .tit:hover {
  color: #004890;
}
.contact-page .contact-1 {
  padding: 120px 0 85px;
}
.contact-page .container {
  width: 1230px;
}
.contact-page .contact-1 .top .tit {
  font-size: 30px;
  font-family: Poppins;
  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: Poppins;
  font-weight: 600;
  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: Poppins;
  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: Poppins;
  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å†…æ&nbsp;¸æµè§ˆå™¨ */
  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: Poppins;
  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: Poppins;
  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: #004890;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 600;
  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: Poppins;
  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 #004890;
}
.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: #004890;
}
.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: Poppins;
  font-weight: 400;
  color: #5D5D5D;
  line-height: 2;
  margin: 7px 0;
}
.contact-page .contact-2 {
  padding: 115px 0 85px;
}
.rad-page .mbx {
  font-size: 14px;
  font-family: Poppins;
  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: Poppins;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  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: Poppins;
  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: Poppins;
  font-weight: 600;
  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: Poppins;
  font-weight: 600;
  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: Poppins;
  font-weight: 600;
  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: Poppins;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.rad-page .rad-2 .top .right ul li .box .con p {
  font-size: 16px;
  font-family: Poppins;
  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: #004890;
  }
  .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: #004890;
  }
  .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;
  }
  .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;
  }
}
@media screen and (max-width: 768px){
  .news_title h1{
    font-size: 16px!important;;
  }
  .prewnext{
  font-size: 16px!important;;
  }
}


.application-page .application-1 {
    padding: 70px 0 40px;
}

.application-page .application-1 .list ul {
    display: flex;
    justify-content: space-between;
}

.application-page .application-1 .list ul li {
    width: 100%;
    max-width: 16.666%;
}

.application-page .application-1 .list ul li a {
    display: block;
    height: 100%;
    font-size: 15px;
    padding: 2em 1em 1em;
    text-align: center;
    transition: .5s;
    border-right: 1px solid #ececeb;
}

.application-page .application-1 .list ul li a i {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 75px;
    margin-bottom: .5em;
    transition: .5s;
}

.application-page .application-1 .list ul li a.active {
    background-color: #004890;
    color: white;
}

.application-page .application-1 .list ul li a.active i {
    filter: brightness(0) invert(1);
}

.application-page .application-1 .list ul li:last-child a {
    border-right: none;
}

.application-page .application-2 {
    background-color: #004890;
    color: white;
    position: relative;
    z-index: 1;
}

.application-page .application-2 .box {
    padding: 70px 0;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
    text-align: center
}

.application-page .application-2 .box .content {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px
}

.application-page .application-2 .box span.h2 {
    color: inherit;
    font-size: 48px;
    margin-bottom: .8em;
    text-align: center;
}

.application-page .application-2 .box .text {
    line-height: 2;
}

.application-page .application-2 .box .text p {
    margin-top: .5em;
    display: block;
}

.application-page .application-2 .slick {
  text-align: center
}

.application-page .application-2:after {
    content: '';
    width: 100%;
    height: 37%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fcfcfc;
    z-index: -1;
}



.product-page.application .sideright .list {
    margin-top: 2.5rem;
}

.product-page.application .sideright .list ul {
    margin: 0 -3rem -2.4rem 0;
}

.product-page.application .sideright .list ul li {
    padding: 0 3rem 2.4rem 0;
}

.product-page.application .sideright .list ul li .box {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
}

.product-page.application .sideright .list ul li .box i {
    position: absolute;
    z-index: 1;
    background: #004890;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 0;
    height: 0;
}

.product-page.application .sideright .list ul li .box i.ie1 {
    width: 2px;
    top: 0;
    left: 0;
}

.product-page.application .sideright .list ul li .box i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}

.product-page.application .sideright .list ul li .box i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}

.product-page.application .sideright .list ul li .box i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}

.product-page.application .sideright .list ul li .box .img {
    width: 100%;
    background-color: #f2f1f1;
    padding: 10% 3%;
}

.product-page.application .sideright .list ul li .box .text {
    padding: 1.45rem 1.3rem 1.3rem;
}

.product-page.application .sideright .list ul li .box .text span {
    color: #0047af;
    font-weight: bold;
}

.product-page.application .sideright .list ul li .box .text h4 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-page.application .sideright .list ul li .box .text p {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.product-page.application .sideright .list ul li .box:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}

.product-page.application .sideright .list ul li .box:hover i.ie2 {
    height: 100%;
    top: 0;
}

.product-page.application .sideright .list ul li .box:hover i.ie3 {
    width: 100%;
    left: 0;
}

.product-page.application .sideright .list ul li .box:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}





.product-page.application {
    padding: 90px 0;
}

.product-page.application .sidebox {
    padding: 0;
}

.product-page.application .sidebox .sideright {
    padding: 0;
    width: 100%;
}

.product-page.application .sidebox .sideright .list {
    margin-top: 0;
}

.product-page.application .sidebox .sideright .list ul {
    margin: -6px;
}

.product-page.application .sidebox .sideright .list ul li {
    width: 25%;
    padding: 6px;
}

.product-page.application .slick-arrow {
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    cursor: hand;
    z-index: 1;
    background-image: url('../images/icon-arrows.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    cursor: hand;
}

.product-page.application .slick-arrow.slick-prev {
    right: 101%;
}

.product-page.application .slick-arrow.slick-next {
    left: 101%;
    transform: translateY(-50%) rotateY(180deg);
}



.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-page .container {
  overflow: visible;
}
.project-page .container .nav_left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 320px;
  background-color: #f3f3f4;
  padding: 40px 20px;
  overflow: hidden;
}
.project-page .container .nav_left .tips {
  font-weight: 600;
}
.project-page .container .nav_left .list_cont {
  margin-top: 35px;
}
.project-page .container .nav_left .list_cont .title {
  font-weight: 600;
  border-bottom: 1px solid #cccdce;
  padding-bottom: 12px;
}
.project-page .container .nav_left .list_cont ul {
  padding-top: 10px;
}
.project-page .container .nav_left .list_cont ul li {
  margin-top: 14px;
}
.project-page .container .nav_left .list_cont ul li a span {
  margin-right: 10px;
}
.project-page .container .nav_left .list_cont ul li a:hover {
  color: #005bac;
}
.project-page .container .nav_right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
  padding-left: 40px;
}
.project-page .container .nav_right ul li .box {
  padding: 30px 0;
  border-top: 1px solid #cccdce;
}
.project-page .container .nav_right ul li .box .left {
  width: 47%;
}
.project-page .container .nav_right ul li .box .left .title {
  font-weight: bold;
  display: block;
}
.project-page .container .nav_right ul li .box .left .title:hover {
  color: #005bac;
}
.project-page .container .nav_right ul li .box .left .cont {
  color: #757575;
  margin-top: 36px;
}
.project-page .container .nav_right ul li .box .left .des {
  overflow: hidden;
}
.project-page .container .nav_right ul li .box .left .more {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}
.project-page .container .nav_right ul li .box .left .more .img_c {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #005bac;
  margin-left: 20px;
}
.project-page .container .nav_right ul li .box .left .more .img_c img {
  width: 10px;
}
.project-page .container .nav_right ul li .box .left .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.project-page .container .nav_right ul li .box .right {
  margin-left: auto;
  width: 41%;
}
.project-page .container .nav_right ul li .box .right img {
  width: 100%;
}


.design-page {
  padding-bottom: 0;
}
.design-page .init-1 .container .tip_title {
  text-align: center;
  font-weight: bold;
}
.design-page .init-1 .container .tip_des {
  color: #747474;
  max-width: 880px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2;
}
.design-page .init-1 .container .list_cont {
  margin-top: 40px;
  margin: 40px -40px 0;
}
.design-page .init-1 .container .list_cont .list {
  padding: 0 40px;
  margin-top: 40px;
}
.design-page .init-1 .container .list_cont .list .list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.design-page .init-1 .container .list_cont .list .list_2 .left {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 10px;
}
.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
  margin-left: -8px;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .title {
  font-size: 20px;
  font-weight: 500;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .des {
  color: #2c2c2c;
  margin-top: 10px;
  line-height: 2;
}
.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
  min-width: 110px;
}
.design-page .init-2 .container {
  background-color: #fafafa;
}
.design-page .init-2 .container .left {
  vertical-align: middle;
}
.design-page .init-2 .container .left img {
  display: block;
  width: 100%;
}
.design-page .init-2 .container .right {
  background-color: #fafafa;
  vertical-align: middle;
  padding: 60px;
}
.design-page .init-2 .container .right .tips {
  font-weight: 300;
  color: #8a8a8a;
  /*font-style: italic;*/
  text-transform: uppercase;
}
.design-page .init-2 .container .right .title_2 {
  margin-top: 10px;
  font-weight: bold;
  max-width: 480px;
}
.design-page .init-2 .container .right .index_line {
  height: 5px;
  margin-top: 10px;
  width: 124px;
  background-color: #000;
}
.design-page .init-2 .container .right .des {
  color: #747474;
  margin-top: 30px;
  line-height: 2;
}
.design-page .init-3 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-3 .container .index_line {
  height: 5px;
  margin: 10px auto 0;
}
.design-page .init-3 .container .content {
  margin: 40px -8px 0;
}
.design-page .init-3 .container .content .slick li {
  padding: 0 8px;
}
.design-page .init-3 .container .content .slick li .box a {
  display: block;
  text-align: center;
}
.design-page .init-3 .container .content .slick li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-3 .container .content .slick li .box .text {
  margin-top: 16px;
  font-weight: 300;
}
.design-page .init-4 {
  padding: 90px 0;
  background-color: #fafafa;
}
.design-page .init-4 .container .left {
  vertical-align: middle;
  width: 500px;
}
.design-page .init-4 .container .left .title {
  font-weight: bold;
  font-size: 26px
}
.design-page .init-4 .container .left .des {
  margin-top: 10px;
  color: #747474;
  line-height: 1.8;
  padding-right: 40px;
}
.design-page .init-4 .container .left .more_c {
  margin-top: 20px;
}
.design-page .init-4 .container .left .more_c .more {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin-right: 4px;
  background-color: #000;
}
.design-page .init-4 .container .left .more_c .more::before {
  background-color: #005bac;
}
.design-page .init-4 .container .right {
  vertical-align: middle;
  width: -webkit-calc(-400%);
  width: -moz-calc(-400%);
  width: calc(100% - 500px);
}
.design-page .init-4 .container .right .slick li {
  padding: 0 14px;
}
.design-page .init-4 .container .right .slick li .box .img {
  display: block;
}
.design-page .init-4 .container .right .slick li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-5 {
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 190px 0;
  text-align: right;
}
.design-page .init-5 .container .title {
  font-weight: bold;
}
.design-page .init-5 .container .index_line {
  height: 5px;
  margin: 20px 0 0 auto;
}
.design-page .init-5 .container .des {
  max-width: 620px;
  margin: 20px 0 0 auto;
  line-height: 2;
  color: #747474;
  font-weight: 300;
}
.design-page .init-5 .container .more_c .more {
  margin-top: 40px;
  margin-right: 4px;
  display: inline-block;
  padding: 12px 40px;
  font-weight: 300;
  font-style: italic;
  background-color: #fff;
  color: #005bac;
  text-transform: uppercase;
}
.design-page .init-5 .container .more_c .more:hover {
  color: #ffffff;
}
.design-page .init-6 .container {
  text-align: center;
}
.design-page .init-6 .container .tips {
  font-weight: bold;
  font-size: 26px
}
.design-page .init-6 .container .des {
  max-width: 850px;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px auto 0;
  text-align: justify;
}
.design-page .init-7 {
  padding: 80px 0
}
.design-page .init-7 .container .tips_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-7 .container .content {
  margin-top: 40px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  background-color: #f2f2f2;
  padding: 40px 60px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 24px;
  font-weight: bold;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: #005bac;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 50px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c {
  margin-left: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #005bac;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c img {
  width: 10px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}


@media (max-width: 1250px) {
   .project-page .container .nav_left {
    display: none;
  }
  .project-page .container .nav_right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .application-page .application-2 .box span.h2 {
        font-size: 24px;
    }
     .product-page.application,
    .application-page .application-2 .box {
        padding: 50px 0;
    }
.application-page .application-1 .list ul {
  flex-wrap: wrap;
}
.application-page .application-1 .list ul li {
  width: 50%;
  max-width: 100%
}
    .application-page .application-2:after {
        display: none;
    }
      .project-page .container .nav_right ul li .box .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
  .project-page .container .nav_right ul li .box .right {
    width: 100%;
    padding: 20px 10px;
  }
  .design-page .init-2 .container .left {
    width: 100%;
  }
  .design-page .init-2 .container .right {
    width: 100%;
    padding: 20px 0;
  }
  .design-page .init-2 .container .right .title_2 {
    max-width: 100%;
  }
  .design-page .init-2 .container .right .index_line {
    display: none;
  }
  .design-page .init-2 .container .right .des {
    margin-top: 20px;
  }
  .design-page .init-4 {
    padding: 40px 0;
  }
  .design-page .init-4 .container .left {
    width: 100%;
  }
  .design-page .init-4 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
    margin-top: 20px;
  }
}


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

.quality-page .service-2 {
  padding: 0 0 50px;
}
.quality-page .service-2 img {
  width: 100%;
}
.quality-page .service-2 .box {
  position: relative;
}
.quality-page .service-2 .box .box2 {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 55%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.quality-page .service-2 .box .box2 h4 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
  font-family: 'Poppins';
}
.quality-page .service-2 .box .box2 .text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 25px;
  color: white;
}
.p05-manufacture{
    padding-bottom: 100px;
    padding-top: 3rem;
}
.mml-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 100px  10px 0px;
}
.p05-how .title {
    margin-bottom: 100px
}

.p05-how .tab-blk h3 {
    font-size: 48px;
    margin-bottom: 65px
}

.p05-how .tab-blk:not(:last-child) {
    margin-bottom: 120px
}

.p05-how .nav-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd
}

.p05-how .nav-tab a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24%;
    padding-bottom: 10px;
    padding-right: 15px
}

.p05-how .nav-tab a:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #0b2ea6;
    content: '';
    display: block
}

.p05-how .nav-tab a:not(:first-child) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px
}

.p05-how .nav-tab a .one-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.p05-how .nav-tab a .one-tab::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a .num {
    display: inline-block;
     
    
    font-style: normal;
    font-size: 42px;
    line-height: 1.2;
    color: rgba(153,153,153,.5);
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a p {
    color: rgba(153,153,153,.5);
    
    font-size: 16px;
    line-height: 24px;
    
    
}

.p05-how .nav-tab a.active .one-tab::before,.p05-how .nav-tab a:hover .one-tab::before {
    background-color: #004890;
}

.p05-how .nav-tab a.active .num,.p05-how .nav-tab a:hover .num {
    color: #004890;
}

.p05-how .nav-tab a.active p,.p05-how .nav-tab a:hover p {
    color: #004890;
}

.p05-how .tab-outer {
    margin-top: 60px
}

.p05-how .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p05-how .img {
    max-width: 630px;
    width: 45%;
    max-height: 380px;
    -webkit-border-radius: 10px;
    border-radius: 0px;
    overflow: hidden
}

.p05-how .info {
    /*max-width: 650px;*/
    width: 55%;
    padding-left: 70px
}
.p05-how .info h2 {
    margin-bottom: 20px
}


.sustainable-page span.tag {
  font-size: 18px;
  color: #004890;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.sustainable-page .sustainable-1 {
  padding: 110px 0;
}
.sustainable-page .sustainable-1 .img {
  display: block;
}
.sustainable-page .sustainable-1 .img img {
  width: 100%;
}
.sustainable-page .sustainable-1 .text {
  color: #646464;
}
.sustainable-page .sustainable-1 .left {
  width: 48%;
  padding-right: 5%;
}
.sustainable-page .sustainable-1 .left .text {
  font-size: 20px;
  padding: 0 5%;
  margin-top: 5%;
}
.sustainable-page .sustainable-1 .right {
  width: 52%;
  margin-top: 80px;
}
.sustainable-page .sustainable-1 .right span.h3 {
  font-size: 32px;
  line-height: 1.2;
  display: block;
      color: #004890;
}

.sustainable-page .sustainable-1 .left .text span.h3 {
    font-size: 32px;
    line-height: 1.2;
    display: block;
        margin-bottom: 10px;
    color: #004890;
}

.sustainable-page .sustainable-1 .right .text {
  font-size: 20px;
margin: 30px 0 80px;
}
.sustainable-page .sustainable-2 {
  padding-bottom: 110px;
}
.sustainable-page .sustainable-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sustainable-page .sustainable-2 .top .title {
  width: 25%;
}
.sustainable-page .sustainable-2 .top .title span.h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
}
.sustainable-page .sustainable-2 .top .text {
  font-size: 18px;
  line-height: 1.4;
  color: #999ca0;
  width: 55%;
}
.sustainable-page .sustainable-2 .top a.link {
  font-size: 16px;
}
.sustainable-page .sustainable-2 .top a.link i.fa {
  margin-left: .5em;
}
.sustainable-page .sustainable-2 .list {
  margin-top: 35px;
}
.sustainable-page .sustainable-2 .list ul {
  margin: 0 -20px;
}
.sustainable-page .sustainable-2 .list ul li {
  padding: 0 20px;
}
.sustainable-page .sustainable-2 .list ul li img {
  width: 100%;
}
.sustainable-page .sustainable-3 {
  padding-top: 160px;
  background: url("../images/cailiao-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  margin-bottom: 90px;
}
.sustainable-page .sustainable-3 .box {
  width: 450px;
  margin-right: 5%;
  display: block;
  margin-left: auto;
  padding: 50px 35px;
  position: relative;
  z-index: 1;
  background-color: rgba(0,146,141, 0.9);
}
.sustainable-page .sustainable-3 .box:before {
  content: '';
  border-left: 45px solid white;
  border-bottom: 45px solid white;
  border-top: 45px solid transparent;
  border-right: 45px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.sustainable-page .sustainable-3 .box:after {
  content: '';
  width: 100%;
  background-color: #004890;
  position: absolute;
  left: 0;
  opacity: .9;
  z-index: -1;
  height: 90px;
  top: 100%;
}
.sustainable-page .sustainable-3 .box span.h3 {
  font-size: 24px;
  line-height: 1.4;
  display: block;
}
.sustainable-page .sustainable-3 .box .text {
  font-size: 15px;
  line-height: 1.8;
  margin: 2em 0;
}
.sustainable-page .sustainable-3 .box a.more {
  line-height: 2.75em;
  height: 2.75em;
  padding-left: 2em;
  padding-right: 3em;
  background-color: white;
  color: #004890;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.sustainable-page .sustainable-3 .box a.more:after {
  content: '';
  border-right: 0.6em solid #004890;
  border-bottom: 0.6em solid #004890;
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: #004890;
  border-right-color: #004890;
}
.sustainable-page .sustainable-4 {
  padding: 110px 0;
}
.sustainable-page .sustainable-4 span.h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
}
.sustainable-page .sustainable-4 span.h3 img {
  margin-right: .3em;
}
.sustainable-page .sustainable-4 .box {
  margin-top: 30px;
}
.sustainable-page .sustainable-4 .box .left .list {
  position: relative;
}
.sustainable-page .sustainable-4 .box .left .list ul li img {
  width: 100%;
}
.sustainable-page .sustainable-4 .box .left .list .btn {
  position: absolute;

  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustainable-page .sustainable-4 .box .left .list .btn div {
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7f7f7f;
  color: white;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  margin: 0 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-4 .box .left .list .btn div:hover {
  background-color: #004890;
}
.sustainable-page .sustainable-4 .box .right {
  padding-right: 4%;
}
.sustainable-page .sustainable-4 .box .right .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.sustainable-page .sustainable-4 .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .box .right .list ul li i {
  margin-right: 20px;
  width: 48px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
      overflow: hidden;
}
.sustainable-page .sustainable-4 .box .right .list ul li i img {
    filter: drop-shadow(0 -200px #004890);
    position: relative;
    top: 200px;
}

.sustainable-page a.more {
  height: auto!important;
  width: auto!important;
  padding: 12px 20px!important;
  font-size: 16px!important
}


.sustainable-page .sustainable-4 span.h3 img{
   filter: drop-shadow(0 -200px #004890);
    position: relative;
    top: 200px;
}

.sustainable-page .sustainable-4 .box .right .list ul li .content span.h6 {
  font-size: 22px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.sustainable-page .sustainable-4 .box .right .list ul li .content .text {
font-size: 15px;
    color: #353535;
    margin-top: 0.5em;
}
.sustainable-page .sustainable-5 {
  padding-bottom: 30px;
  display: block;
}
.sustainable-page .sustainable-5 .slide {
  margin-bottom: 70px;
  background-color: #e1e5ec;
  overflow: hidden;
}
.sustainable-page .sustainable-5 .slide .left {
  width: 48%;
  vertical-align: middle;
  padding: 0 3%;
  position: relative;
}
.sustainable-page .sustainable-5 .slide .left span.h6 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
}
.sustainable-page .sustainable-5 .slide .left .text {
  font-size: 18px;
  color: #353535;
  line-height: 1.6;
  margin: 1em 0 3em;
}
.sustainable-page .sustainable-5 .slide .left a.more {
  line-height: 2.75em;
  height: 2.75em;
  padding-left: 1em;
  padding-right: 2em;
  position: relative;
  background-color: white;
  color: #004890;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 0;
}
.sustainable-page .sustainable-5 .slide .left a.more:after {
  content: '';
  border-right: 0.6em solid #004890;
  border-bottom: 0.6em solid #004890;
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: #e1e5ec;
  border-right-color: #e1e5ec;
}
.sustainable-page .sustainable-5 .slide .left a.more:hover {
  background-color: #004890;
  color: white;
}
.sustainable-page .sustainable-5 .slide .right {
  width: 52%;
  vertical-align: middle;
  position: relative;
}
.sustainable-page .sustainable-5 .slide .right a.img {
  display: block;

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: hidden;
}
.sustainable-page .sustainable-5 .slide .right a.img img {

}
.sustainable-page .sustainable-5 .slide:nth-child(even) .left {
  left: 52%;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right {
  left: -48%;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right a.img {
 
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right a.img img {

}


.device-page .init-1 .container .left {
  vertical-align: middle;
}
.device-page .init-1 .container .left img {
  width: 100%;
}
.device-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-1 .container .right .tips {
  text-transform: uppercase;
  
  font-weight: 600;
}
.device-page .init-1 .container .right .des {
  margin-top: 10px;
}
.device-page .init-2 .container .tips {
  font-weight: 600;
  
  text-transform: uppercase;
  text-align: center;
}
.device-page .init-2 .container .tips .r {
  color: #004890;
}
.device-page .init-2 .container .content ul {
  margin: 0 -15px;
}
.device-page .init-2 .container .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.device-page .init-2 .container .content ul li .box .img {
  overflow: hidden;
  border: 1px solid #eee;
}
.device-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box .cont {
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
  background-color: #fff;
  padding: 20px 24px;
  position: relative;
  margin: -56px auto 0;
}
.device-page .init-2 .container .content ul li .box .cont .sub {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #004890;
}
.device-page .init-2 .container .content ul li .box .cont .text {
  position: relative;
  z-index: 2;
}
.device-page .init-2 .container .content ul li .box:hover .cont .sub {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box:hover .cont .text {
  color: #fff;
}
.device-page .init-3 .container .left {
  vertical-align: middle;
}
.device-page .init-3 .container .left img {
  width: 100%;
}
.device-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-3 .container .right.text{
  padding-left: 0;
  padding-right: 50px;
}
.device-page .init-3 .container .right .tips {
  text-transform: uppercase;
  font-weight: 600;
  
  color: #004890;
}
.device-page .init-3 .container .right .line {
  width: 250px;
  height: 1px;
  background-color: #004890;
}
.device-page .init-3 .container .right .tips_title {
  text-transform: uppercase;
  font-weight: 600;
  
  margin-top: 20px;
}
.device-page .init-3 .container .right .des {
  margin-top: 20px;
}


@media screen and (max-width: 1600px){
   .sustainable-page .sustainable-1,
  .sustainable-page .sustainable-4 {
    padding: 60px 0;
  }
  .sustainable-page .sustainable-2{
    padding-bottom: 60px;
  }
  .sustainable-page span.tag {
    font-size: 16px;
  }
   .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6 {
    font-size: 28px;
  }
  .sustainable-page .sustainable-1 .right .text,
  .sustainable-page .sustainable-4 .box .right .list ul li .content .text{
    font-size: 15px;
  }
  .sustainable-page .sustainable-1 .left .text {
    font-size: 18px;
  }
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 32px;
  }
  .sustainable-page .sustainable-3 {
    padding-top: 80px;
  }
  .sustainable-page .sustainable-3 .box span.h3 {
    font-size: 20px
  }
   .sustainable-page .sustainable-4 .box .right .list ul li .content span.h6 {
    font-size: 18px;
  }
   .sustainable-page .sustainable-2 .top .text,
   .sustainable-page .sustainable-5 .slide .left .text{
    font-size: 16px;
  }
}

@media screen and (max-width: 1450px){
  .sustainable-page .sustainable-1 .right {
    margin-top: 40px;
  }
  .sustainable-page .sustainable-1 .right .text {
    margin: 1em 0 2em;
  }
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 28px;
  }
  .sustainable-page .sustainable-3 .box:after {
    height: 50px;
  }
  .sustainable-page .sustainable-3 .box:before {
    border-width: 25px;
  }
  .sustainable-page .sustainable-3 {
    margin-bottom: 50px;
  }
  .sustainable-page .sustainable-4 .box .left .list .btn div {
    width: 30px;
    height: 30px;
  }
  .sustainable-page .sustainable-4 .box .right .list ul li .content .text {
    margin-top: .3em;
  }
  .sustainable-page .sustainable-4 .box .right .list ul li {
    margin-bottom: 1em;
  }
  .sustainable-page .sustainable-5 .slide .left .text {
    margin: 1em 0;
  }
  .sustainable-page .sustainable-5 .slide {
    margin-bottom: 40px;
  }
  .sustainable-page span.tag {
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px){
   .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6{
    font-size: 24px;
  }
   .sustainable-page .sustainable-2 .list ul li {
    padding: 0 5px;
  }
  .sustainable-page .sustainable-2 .list ul {
    margin: 0 -5px;
  }
  .sustainable-page .sustainable-4 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .sustainable-page .sustainable-4 .box .left {
    width: 100%;
  }
  .sustainable-page .sustainable-4 .box .left .list .btn {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
   .sustainable-page .sustainable-5 .slide .left .text,
  .sustainable-page .sustainable-2 .top .text{
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 24px;
  }
  .sustainable-page .sustainable-1 .right {
    margin-top: 10px;
  }

  .sustainable-page .sustainable-3 .box {
    padding: 20px;
  }
  .sustainable-page .sustainable-5 .slide .left {
    width: 100%;
    padding: 15px;
    left: 0 !important;
  }
  .sustainable-page .sustainable-5 .slide .right {
    display: none;
  }
  .sustainable-page .sustainable-5 .slide {
    margin-bottom: 10px;
  }
   .sustainable-page .sustainable-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .sustainable-1 .right {
    width: 100%;
  }
  .sustainable-page .sustainable-1 .left .text {
    margin: 3% 0;
    padding: 0;
  }
   .device-page .init-1 .container .left {
    width: 100%;
  }
  .device-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .left {
    width: 100%;
  }
  .device-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .right .line {
    margin: auto;
  }
  .quality-page .service-2 .box .box2 {
    position: static;
    color: #000;
    width: 100%;
    margin-top: 30px
  }
  .quality-page .service-2 .box .box2 .text {
    color: #000
  }
  .quality-page .service-2 .box .box2 h4 {
    font-size: 36px
  }
  .mml-row {
    padding: 50px 0
  }
  .p05-how .nav-tab {
    flex-wrap: wrap
  }
  .p05-how .nav-tab a {
    width: 50%;
    margin: 10px 0
  }
  .p05-how .info {
    width: 100%;
    margin-top: 30px;
    padding-left: 0
  }
  .p05-how .img {
    width: 100%
  }
  .p05-manufacture {
    padding-bottom: 0
  }
}

@media screen and (max-width: 700px){
   .sustainable-page .sustainable-2 .top {
    display: block;
  }
  .sustainable-page .sustainable-2 .top .title {
    width: 100%;
  }
  .sustainable-page .sustainable-2 .top .text {
    width: 100%;
    margin: 10px 0;
  }
  .sustainable-page .sustainable-3 .box {
    margin-right: 0;
    max-width: 100%;
  }
  .sustainable-page .sustainable-4 span.h3 img {
    display: none;
  }
  .sustainable-page .sustainable-4 .box {
    margin-top: 30px;
  }
  .mml-row {
    padding-top: 0
  }
  .quality-page .service-2 .box .box2 h4 {
    font-size: 32px
  }
  .p05-how .tab-blk h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .p05-how .nav-tab a {
    width: 100%;
    padding-left: 0!important;
    justify-content: flex-start!important
  }
  .p05-how .nav-tab a .num {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px){ 
  .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6{
    font-size: 20px;
  }
  .application-page .application-1 .list ul li {
  width: 100%;
  max-width: 100%
}
}
/*--------SEO Startâ€”â€”â€”â€”â€”â€”â€”â€”â€”â€”*/
.cona.Auxil-catdes p {
    line-height: 2;
}
a.foota {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}
.cona.Auxil-catdes {
    max-height: 250px;
    overflow-y: auto;
}
/*--------SEO endâ€”â€”â€”â€”â€”â€”â€”â€”â€”â€”*/

.fixinfo{
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 10;
  font-size: 14px;
  line-height: 1.8em;
  color: #fff;
}</pre></body></html>