@font-face {
  font-family: 'Mukta';
  src: url('../fonts/Mukta-ExtraLight.eot');
  src: url('../fonts/Mukta-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-ExtraLight.woff2') format('woff2'), url('../fonts/Mukta-ExtraLight.woff') format('woff'), url('../fonts/Mukta-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mukta';
  src: url('../fonts/Mukta-Light.eot');
  src: url('../fonts/Mukta-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-Light.woff2') format('woff2'), url('../fonts/Mukta-Light.woff') format('woff'), url('../fonts/Mukta-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mukta';
  src: url('../fonts/Mukta-Bold.eot');
  src: url('../fonts/Mukta-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-Bold.woff2') format('woff2'), url('../fonts/Mukta-Bold.woff') format('woff'), url('../fonts/Mukta-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mukta';
  src: url('../fonts/Mukta-Regular.eot');
  src: url('../fonts/Mukta-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-Regular.woff2') format('woff2'), url('../fonts/Mukta-Regular.woff') format('woff'), url('../fonts/Mukta-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mukta';
  src: url('../fonts/Mukta-Medium.eot');
  src: url('../fonts/Mukta-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-Medium.woff2') format('woff2'), url('../fonts/Mukta-Medium.woff') format('woff'), url('../fonts/Mukta-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mukta';
  src: url('../fonts/Mukta-SemiBold.eot');
  src: url('../fonts/Mukta-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-SemiBold.woff2') format('woff2'), url('../fonts/Mukta-SemiBold.woff') format('woff'), url('../fonts/Mukta-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.eLight {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semiBold {
  font-weight: 600;
}
.bold {
  font-weight: bold;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from_s {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from_s h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_s form {
  margin-top: 40px;
}
#pups_from_s i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s i.close::after,
#pups_from_s i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.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: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-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;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  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;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-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 {
  background-color: #000;
}
.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;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Mukta';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  --color: #1b284d;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  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;
  -o-transition: 0.5s;
  -moz-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;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#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%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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: white;
}
#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;
  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;
}
#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 a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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: black;
}
#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;
  border: 1px solid #fff;
}
#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: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#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);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-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);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-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: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 16px 0;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  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;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 29px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  color: #020202;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-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);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  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;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  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;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .searchBox {
  cursor: pointer;
  width: 252px;
}
#header > .nav > .menu .menu-box .right .searchBox form {
  width: 100%;
}
#header > .nav > .menu .menu-box .right .searchBox form input {
  border: none;
  color: #fff;
  background-color: transparent;
}
#header > .nav > .menu .menu-box .right .searchBox form input[type="text"] {
  width: 100%;
  background-color: var(--color);
  border-radius: 22px;
  padding: 10px 46px 10px 29px;
}
#header > .nav > .menu .menu-box .right .searchBox form input[type="text"]::placeholder {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
}
#header > .nav > .menu .menu-box .right .searchBox form input[type="submit"] {
  width: 20px;
  height: 14px;
  background-image: url(../images/index_2.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #212121;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 22px;
  height: 22px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 7px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  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;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.container {
  width: 1730px;
  padding: 0 15px;
}
.Hbtn {
  background-color: var(--color);
  border-radius: 20px;
  padding: 13px 33px;
  color: #fff;
  line-height: 1;
  border: 1px solid #fff;
}
.Hbtn img {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.Hbtn:hover {
  background-color: #fff;
  color: #212121;
  border: 1px solid var(--color);
}
.Hbtn:hover img {
  filter: invert(0);
  -webkit-filter: invert(0);
}
.Hbtn1 {
  color: #b9402b;
  position: relative;
  line-height: 1;
}
.Hbtn1::after {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b9402b;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.Hbtn1:hover::after {
  width: 50%;
}
.titlBox p.txt {
  color: #595959;
  line-height: 1.5;
}
.titlBox p.minTitl {
  color: #b9402b;
}
#banner {
  margin-top: 115px;
}
#banner .bannerSwiper ul li .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner .bannerSwiper ul li .container .titl {
  width: 64%;
  line-height: 1.25;
  margin: auto;
  color: #fff;
  text-shadow: 0px 0px 17px rgba(13, 24, 54, 0.2);
}
#banner .bannerSwiper ul li.swiper-slide-active .titl {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .Hbtn {
  background-color: #fff;
  color: #212121;
}
#banner .Hbtn img {
  filter: invert(0);
  -webkit-filter: invert(0);
}
#banner .Hbtn:hover {
  background-color: var(--color);
  color: #fff;
}
#banner .Hbtn:hover img {
  filter: invert(1);
  -webkit-filter: invert(1);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-6 video {
  width: 100%; 
  height: auto;
}
#index-body .init-1 .container .swiper {
  width: 100%;
}
#index-body .init-1 .container .swiper ul li {
  background-color: #ffffff;
  margin-bottom: 17px;
}
#index-body .init-1 .container .swiper ul li a.txt {
  width: 100%;
  line-height: 1.34;
  display: inline-block;
  box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.1), -3px 5px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#index-body .init-1 .container .swiper ul li a.txt:hover {
  color: var(--color);
}
#index-body .init-2 .top h1 {
  line-height: 1.5;
}
#index-body .init-2 .top .play {
  background-color: #b9402b;
  border-radius: 20px;
  padding: 4px 6px 3px 27px;
  cursor: pointer;
}
#index-body .init-2 .top .play:hover {
  background-color: var(--color);
}
#index-body .init-2 .top .right {
  width: 34%;
}
#index-body .init-2 .top .right ul li.list p.txt {
  color: #aaa;
}
#index-body .init-2 .top .right ul li.list:hover .num {
  color: #b9402b;
}
#index-body .init-2 .top .right ul li.list:nth-child(even) {
  padding-left: 20%;
}
#index-body .init-2 .bottom ul .slick-slide {
  padding-bottom: 15px;
}
#index-body .init-2 .bottom ul li {
  width: 100%;
  height: 100%;
}
#index-body .init-2 .bottom ul li .list {
  width: 100%;
  height: 100%;
}
#index-body .init-2 .bottom ul li .list .txt {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 25px;
  background-color: #ffffff;
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
}
#index-body .init-2 .bottom ul li .list .txt:hover {
  color: var(--color);
}
#index-body .init-2 .bottom ul li .list .txt:hover img {
  transform: translateX(5px);
}
#index-body .init-3 .titlBox .semiBold {
  color: #1d1d1d;
}
#index-body .init-3 .swiper ul li .box {
  width: 100%;
  height: 540px;
  background: 0 0;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  overflow: hidden;
}
#index-body .init-3 .swiper ul li .box .mask {
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 100%;
  overflow: hidden;
}
#index-body .init-3 .swiper ul li .box .mask span {
  display: inline-block;
}
#index-body .init-3 .swiper ul li .box .mask .titl {
  line-height: 1.5;
  text-transform: uppercase;
}
#index-body .init-3 .swiper ul li .box .mask .pone {
  position: absolute;
  top: 0;
  line-height: 1.5;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  width: 80%;
  left: 40px;
  transform: translateY(20px);
  max-height: 108px;
  overflow-y: auto;
}
#index-body .init-3 .swiper ul li .box .mask .btn .btna {
  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;
  max-width: 167px;
  padding-bottom: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
#index-body .init-3 .swiper ul li .box .mask .btn .btna p {
  text-transform: uppercase;
}
#index-body .init-3 .swiper ul li .box .mask .btn .btna i {
  display: inline-block;
  width: 39px;
  height: 7px;
  background: url(../images/init-3Arrow.png) no-repeat center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-3 .swiper ul li .box .mask .btn .btna::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#index-body .init-3 .swiper ul li .box .mask .btn .btna:hover::before {
  width: 50%;
}
#index-body .init-3 .swiper ul li:hover .box {
  background: rgba(27, 40, 77, 0.8);
}
#index-body .init-3 .swiper ul li:hover .box .mask p.pone {
  position: static;
  opacity: 1;
  transform: translateY(0);
  width: 100%;
}
#index-body .init-3 .swiper ul li:hover .box .mask .btn {
  margin-top: 110px;
}
#index-body .init-4 .titlBox .titl {
  color: #1d1d1d;
}
#index-body .init-4 .titlBox .txt {
  width: 20%;
  margin: auto;
}
#index-body .init-4 .swiper {
  width: 100%;
}
#index-body .init-4 .swiper ul li {
  background-color: #ffffff;
}
#index-body .init-4 .swiper ul li a {
  display: inline-block;
  width: 100%;
}
#index-body .init-4 .swiper ul li a.txt {
  opacity: 0;
}
#index-body .init-4 .swiper ul li a.txt:hover {
  color: var(--color);
}
#index-body .init-4 .swiper ul li:hover {
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
}
#index-body .init-4 .swiper ul li:hover a.txt {
  opacity: 1;
}
#index-body .init-5 .titlBox .titl {
  color: #1d1d1d;
}
#index-body .init-5 .bottom .right .swiper {
  width: 100%;
}
#index-body .init-5 .bottom .right .swiper ul li .txt,
#index-body .init-5 .bottom .right .swiper ul li .titl {
  color: #1d1d1d;
}
#index-body .init-5 .bottom .right .swiper ul li .titl {
  line-height: 1.25;
}
#index-body .init-5 .bottom .right .swiper ul li .titl:hover {
  color: var(--color);
}
#index-body .init-5 .bottom .right .swiper ul li .txt {
  line-height: 1.875;
}
#index-body .init-5 .bottom .right .swiper ul li .btn {
  color: var(--color);
  position: relative;
}
#index-body .init-5 .bottom .right .swiper ul li .btn::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#index-body .init-5 .bottom .right .swiper ul li .btn:hover::before {
  width: 50%;
}
#index-body .init-5 .bottom .right .swiper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #cfcfcf;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/footerBg.jpg);
}
#footer .container {
  color: #fff;
}
#footer .container .leftBox {
  max-width: 405px;
}
#footer .container .leftBox .txt {
  line-height: 1.5;
}
#footer .container .leftBox form input,
#footer .container .leftBox form textarea {
  border: none;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.14);
  margin-bottom: 10px;
  color: #fff;
}
#footer .container .leftBox form textarea {
  height: 112px;
  box-sizing: border-box;
  width: 100%;
}
#footer .container .leftBox form input {
  width: 48.5%;
}
#footer .container .leftBox form .Hbtn {
  width: 100%;
  border: none;
}
#footer .container .rightBox {
  width: 64.2%;
}
#footer .container .rightBox .navBox.nav1 li:last-child {
  margin-right: 0;
}
#footer .container .rightBox .navBox li a {
  transition: all 0.3s ease;
}
#footer .container .rightBox .navBox li a:hover {
  color: #b9402b;
}
#footer .container .rightBox .bottom .bot1 {
  width: 25%;
}
#footer .container .rightBox .bottom .bot1 .add {
  line-height: 1.875;
}
#footer .container .rightBox .bottom .bot2 .nav2 li {
  line-height: 1.6;
}
#footer .container .rightBox .bottom .bot2 .nav2 li a {
  opacity: 0.7;
}
#footer .container .rightBox .bottom .bot2 .nav2 li a:hover {
  opacity: 1;
}
#footer .container .rightBox .bottom .bot3 .cont {
  width: 123px;
  height: 123px;
  background-color: #fff;
  padding: 8px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 30px;
}
#footer .copyright .container svg {
  height: 26px;
  width: auto;
  fill: #ffffff;
  position: relative;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media screen and (max-width: 1700px) {
  #footer .container .rightBox .bottom .bot1 {
    width: 30%;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  } 
  #header > .nav > .menu .menu-box .right .searchBox {
    width: 200px;
    margin: 0 15px;
  }
  #header > .nav > .menu .menu-box .right .searchBox form input::placeholder {
    font-size: 16px;
  }
  #header > .nav > .menu .menu-box .right .searchBox form input[type="text"] {
    padding: 5px 35px 5px 15px;
  }
  #header > .nav > .menu .menu-box .right .searchBox form input[type="submit"] {
    right: 15px;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
    
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
    line-height: 2;
  }
  #header > .nav > .menu .menu-box .right .searchBox {
    width: 150px;
    margin: 0 10px;
  }
  #header > .nav > .menu .menu-box .right .searchBox form input[type="submit"]{
    right: 10px;
  }
  #header > .nav .lang_cont {
    margin-right: 10px;
  }
  #header > .nav > .menu .menu-box .left {
    width: 18%;
  }
  #banner {
    margin-top: 100px;
  }
  #index-body .init-6 .left {
    width: 46%;
  }
  #index-body .init-6 .right {
    width: 50%;
  }
  #index-body .init-2 .top .right {
    width: 40%;
  }
  #index-body .init-2 .top .titlBox {
    width: 50%;
  }
  #index-body .init-4 .titlBox .txt {
    width: 25%;
  }
  #footer .container .leftBox {
    max-width: 390px;
  }
  #footer .container .rightBox {
    width: 63%;
  }
  #footer .container .rightBox .bottom .bot1 {
    width: 38%;
  }
}
@media (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #banner .bannerSwiper ul li .container .titl {
    width: 80%;
  }
  #index-body .init-6 video {
    width: 100%;
    height: auto;
  }
  #index-body .init-2 .top .titlBox {
    width: 54%;
  }
  #index-body .init-2 .top .right {
    width: 43%;
  }
  #index-body .init-4 .titlBox .txt {
    width: 100%;
  }
  #index-body .init-5 .bottom .right {
    padding-left: 20px;
  }
  #footer .container .rightBox {
    width: 54%;
  }
  #footer .container .rightBox .navBox {
    display: none;
  }
  #footer .container .rightBox .bottom .bot1 {
    width: calc(100% - 150px);
  }
  #footer .container .rightBox .bottom .bot2 {
    display: none;
  }
}
@media (max-width: 1000px) {
  #banner .bannerSwiper ul li .container .titl {
    width: 100%;
  }
  #index-body .init-6 .right {
    margin-top: 30px;
  }
  #index-body .init-2 .top .titlBox {
    margin-bottom: 50px;
  }
  #footer .container .leftBox {
    max-width: 100% !important;
  }
  #footer .container .rightBox {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #banner .bannerSwiper ul li .img {
    min-height: 300px;
  }
  #index-body .init-2 .top .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .init-2 .top .right ul li.list:nth-child(even) {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .font-66 {
    font-style: 24px;
  }
  .Hbtn {
    padding: 8px 15px;
  }
  #banner .bannerSwiper ul li .container .titl {
    line-height: 1.1;
  }
  #index-body .init-2 .top .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .init-2 .top .btns {
    align-items: flex-start;
  }
  #index-body .init-2 .top .Hbtn {
    margin-bottom: 20px;
    padding: 13px 15px;
  }
  #footer .container .leftBox form input {
    width: 100%;
  }
  #footer .container .rightBox .bottom .bot1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*product*/
.inner-banner .mbx {
  line-height: 2;
  font-weight: 400;
  margin-top: 150px;
  margin-bottom: 50px;
}

.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: #1b284d;
  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;
}
.product-page .product-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*position: relative;*/
}
.product-page .product-1 .top .left {
  width: 20%;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.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: 10px;
  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-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
}

.product-page .product-1 .top .left #product-list li ul.children {
  margin-top: 20px;
}

.product-page .product-1 .top .left #product-list li ul.children li {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
}

.product-page .product-1 .top .left #product-list li ul.children li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize
}

.product-page .product-1 .top .left #product-list li ul.children li:last-child {
  margin-bottom: 0;
}

.product-page .product-1 .top .right {
  width: 80%;
  padding-left: 60px;
}

.product-page .product-1 .top .right .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-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
}

.product-page .product-1 .top .right .cate-img .mask .cona {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.7;
  margin-top: 20px;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 20px;
}

/*.product-page .product-1 .top .right .bottom {
  padding-top: 20px;
}*/
.product-page .product-1 .top .right .bottom ul {
  margin: 0 -16px;
}

.product-page .product-1 .top .right .bottom ul li {
  padding: 0 16px;
  margin-bottom: 62px;
}

.product-page .product-1 .top .right .bottom ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}

.product-page .product-1 .top .right .bottom ul li .box .img {
  margin: 11px;
  position: relative;
  padding-bottom: 0;
  background: #eeeeee;
  padding-bottom: 40px;
}

.product-page .product-1 .top .right .bottom ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}

.product-page .product-1 .top .right .bottom ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: 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: 25px;
  -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-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}

.product-page .product-1 .top .right .bottom ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 15px;
}

.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover {
  background: #1b284d;
}

.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-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 20px 45px 10px;
  text-align: center;
  height: 120px
}

.product-page .product-1 .top .right .bottom ul li .box .tit:hover {
  color: #1b284d;
}
@media screen and (max-width: 1630px){
  
  .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%;
  }
}
@media screen and (max-width: 1320px){
  .product-page .product-1 .top .right .cate-img .mask .cona {
    margin-top: 10px;
  }
  .product-page .product-1 .top .left {
    display: none;
  }

  .product-page .product-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .Auxil-industry {
    display: none;
  }
}
@media screen and (max-width: 972px) {
  .product-page .product-1 .top .right .bottom ul li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product-page .product-1 .top .right .cate-img .mask .tit {
    font-size: 32px;
  }
  .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;
  }
    .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;
  }
}
@media screen and (max-width: 450px) {
  
  .product-page .product-1 .top .right .cate-img .mask .tit {
     font-size: 26px;
    line-height: 2;
  }
}

.prodet2-page .tit3 {
  font-weight: bold;
  color: #000000;
  line-height: 1;
}

.prodet2-page .title4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  flex-wrap: wrap;
}

.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-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: 20px;
  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  width: 89%;
}
.prodet2-page .Hbtn1 {
  color: #000;
}
.prodet2-page .Hbtn1::after {
  bottom: 0px;
  background-color: #000;
}
.prodet2-page .prodet2-1 {
  margin-top: 74px;
}
.prodet2-page .prodet2-1 .top {
  max-width: 1400px;
  margin: auto;
}
.prodet2-page .prodet2-1 .top .left .img {
  background: #f6f6f6;
  
}
.prodet2-page .prodet2-1 .top .left img {
  display: block;
  margin: auto;
}

.prodet2-page .prodet2-1 .top .left .small {
  margin-top: 16px;
}

.prodet2-page .prodet2-1 .top .left .small ul {
  margin: 0 -10px;
}

.prodet2-page .prodet2-1 .top .left .small ul .slick-slide {
  padding: 0 10px;
}

.prodet2-page .prodet2-1 .top .right {
  margin-top: 10px;
}

.prodet2-page .prodet2-1 .top .right span.ads {
  display: inline-block;
  font-size: 16px;
  
  font-weight: 500;
  color: #b9402b;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}

.prodet2-page .prodet2-1 .top .right h1 {
  font-size: 26px;
  
  font-weight: bold;
  color: #333333;
  line-height: 2;
  margin-top: 25px;
  /*text-transform: uppercase;*/
}

.prodet2-page .prodet2-1 .top .right .tit5 {
  font-size: 18px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-top: 0px;
}

.prodet2-page .prodet2-1 .top .right .cona {
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 20px;
  max-height: 600px;
  overflow-y: auto;
}

.prodet2-page .prodet2-2 {
  margin-top: 160px;
}

.prodet2-page .prodet2-2 .list {
  margin-top: 60px;
}

.prodet2-page .prodet2-2 .list ul {
  align-items: center
}

.prodet2-page .prodet2-3 {
  margin-top: 100px;
}

.prodet2-page .prodet2-3 .options {
  margin-top: 65px;
}

.prodet2-page .prodet2-3 .options ul {
  margin: 0 -5px;
}

.prodet2-page .prodet2-3 .options ul li {
  padding: 0 5px;
  margin-bottom: 20px;
}

.prodet2-page .prodet2-3 .options ul li h4 {
  background: #F0F0F0;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 45px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prodet2-page .prodet2-3 .options ul li h4:hover {
  background: #1b284d;
  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-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-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: 25%;
  margin-top: 50px;
}

.prodet2-page .btnac {
  margin-top: 84px;
  text-align: center;
}

.prodet2-page .btnac a {
  width: 718px;
  height: 67px;
  background: #1b284d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  border-radius: 34px;
  margin: 0 auto;
}

.prodet2-page .prodet2-7 {
  padding: 105px 0 40px;
}

.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-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-weight: bold;
  color: #000000;
  line-height: 1.5;
  margin-top: 35px;
}

.prodet2-page .prodet2-7 .list ul li .box .cona {
  font-size: 16px;
  
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin-top: 25px;
}

.prodet-page .prodet-3 {
  padding-bottom: 172px;
}

.prodet-page .prodet-3 .container {
  width: 1260px;
}

.prodet-page .prodet-3 .top .left {
  margin-top: 25px;
  width: 43%;
}

.prodet-page .prodet-3 .top .left .tit {
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.2;
}

.prodet-page .prodet-3 .top .left p {
  font-size: 18px;
  
  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: 18px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1;
}

.prodet-page .prodet-3 .top .right .form ul li input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #000;
}

.prodet-page .prodet-3 .top .right .form ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}

.prodet-page .prodet-3 .top .right .form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}

.prodet-page .prodet-3 .top .right .form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

.prodet-page .prodet-3 .top .right .form ul li label {
  display: block;
  font-size: 18px;
  
  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-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: #1b284d;
  border-radius: 25px;
  font-size: 22px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 14px
}

.prodet-page .prodet-3 .top .right .form ul li input[type=submit]:hover {
  background: #b9402b;
}
.prodet-page .prodet-2 .container {
  max-width: 1400px;
}
.prodet-page .prodet-2 span {
  display: block;
  font-size: 16px;
  
  font-weight: 500;
  color: #b9402b;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.5px;
}

.prodet-page .prodet-2 .list {
  margin-top: 80px;
}

.prodet-page .prodet-2 .list ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}

.prodet-page .prodet-2 .list ul li .box .img {
  margin: 11px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  background: #EEEEEE
}

.prodet-page .prodet-2 .list ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}

.prodet-page .prodet-2 .list ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: 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: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prodet-page .prodet-2 .list ul li .box .img .btn a p {
  font-size: 14px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}

.prodet-page .prodet-2 .list ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}

.prodet-page .prodet-2 .list ul li .box .img .btn a:hover {
  background: #1b284d;
}

.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-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 20px 45px 10px;
  text-align: center;
  height: 120px;
}

.prodet-page .prodet-2 .list ul li .box .tit:hover {
  color: #1b284d;
}
@media screen and (max-width: 1630px) {
  
  .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) {
  
  .prodet2-page .prodet2-1 .top .right {
    margin-top: 20px;
    padding-left: 30px;
  }

  .prodet2-page .prodet2-2 {
    margin-top: 80px;
  }

  .prodet2-page .prodet2-4 .top ul li,
  .prodet2-page .prodet2-5 .top ul li,
  .prodet2-page .prodet2-6 .top ul li {
    width: 33%;
  }

  .prodet2-page .prodet2-7 {
    padding: 80px 0;
  }

  .prodet2-page .prodet-page .prodet-2 {
    padding: 60px 0
  }
}
@media screen and (max-width: 1100px) {

  .prodet2-page .prodet2-1 .top .left {
    text-align: center;
  }

  .prodet2-page .prodet2-1 .top .left .slick-slide img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .prodet2-page .prodet2-3 .options ul li h4 {
    padding: 20px 0;
  }
  .prodet-page .prodet-2 .list ul li .box .img .btn a {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 1000px){
  
  .prodet2-page .prodet2-4 .top ul li,
  .prodet2-page .prodet2-5 .top ul li,
  .prodet2-page .prodet2-6 .top ul li {
    width: 33%;
  }

  .prodet2-page .Hbtn1 {
    display: none;
  }

  .prodet2-page .title4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {

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

.manufacture-page .img {
  overflow: hidden;
}

.manufacture-page .img img {
  -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.manufacture-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.manufacture-page .manufacture-1 .title span {
  display: inline-block;
  font-size: 18px;
  
  font-weight: 500;
  color: #b9402b;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.manufacture-page .manufacture-1 .title .tit4 {
  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-weight: 300;
  color: #1D1D1D;
  line-height: 2;
}

.manufacture-page .manufacture-1 .top .left {
  width: 46.18%;
}

.manufacture-page .manufacture-1 .top .right {
  width: 53.82%;
}


.manufacture-page .manufacture-2 .num ul li {
  text-align: center;
  margin-bottom: 40px;
}

.manufacture-page .manufacture-2 .num ul li h2 {
  font-weight: bold;
  color: #000000;
  line-height: 1;
}

.manufacture-page .manufacture-2 .num ul li p {
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1;
  margin-top: 40px;
}

.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-weight: 500;
  color: #00378C;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.manufacture-page .manufacture-3 .title .acc .tit {
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  margin-top: 25px;
}

.manufacture-page .manufacture-3 .title p {
  font-size: 24px;
  
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.5;
  max-width: 770px;
}

.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;
}
@media screen and (max-width: 1450px) {
  .manufacture-page .manufacture-2 .num ul li p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1250px) {

  .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%;
  }
}
@media screen and (max-width: 1000px) {
  .manufacture-page .manufacture-1 .top .right {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .manufacture-page .manufacture-2 .num ul li {
    width: 100%;
  }
  .manufacture-page .manufacture-3 .top ul {
    flex-wrap: wrap;
  }
  .manufacture-page .manufacture-3 .top ul li {
    margin: 10px auto;
  }
}

.oem-page .topp .left {
  width: 51.5%;
}

.oem-page .topp .left .tit {
  font-weight: bold;
  color: #000000;
  line-height: 1;
}

.oem-page .topp .right {
  width: 48.5%;
  vertical-align: bottom;
}

.oem-page .acc1 {
  padding-bottom: 130px;
}

.oem-page .img {
  overflow: hidden;
}

.oem-page .img img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.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 .tit {
  color: #1D1D1D;
  line-height: 1;
  margin: 35px 0 25px;
}

.oem-page .oem-1 p {
  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-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  background: #1b284d;
  border-radius: 5px;
  text-transform: uppercase;
}

.oem-page .oem-1 .btn a:hover {
  background: #b9402b;
}

.oem-page .oem-2 .container {
  width: 100% !important;
  padding: 0;
}

.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-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-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-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);
  background-repeat: no-repeat;
  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-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 45px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.oem-page .oem-3 .options ul li h4:hover {
  background: #1b284d;
  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-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-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-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-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-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;
}
@media screen and (max-width: 1450px) {
  
  .oem-page .oem-3 .options ul li {
    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;
  }
}
@media screen and (max-width: 1100px) {
  

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

@media screen and (max-width: 1000px) {
  .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-4 .topp .left .acc ul li {
    width: 33.33%;
  }
  .oem-page .oem-3 .options ul li h4 {
    padding: 15px 0;
  }
}

@media screen and (max-width: 700px) {
  .oem-page .oem-3 .options ul li h4 {
    padding: 20px 0;
  }


  .oem-page .oem-7 .topp .left .acc ul li {
    margin: 10px 0;
  }

  .oem-page .topp .left .tit {
    line-height: 1.5;
  }
}

.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-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}

.sustainability-page .sustainability-1 .img .mask p {
  font-size: 24px;
  
  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-weight: 500;
  color: #b9402b;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}

.sustainability-page .sustainability-2 .img .title p {
  font-size: 18px;
  
  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-weight: bold;
  color: #0F4099;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 20px;
  max-width: 260px;
}

.sustainability-page .sustainability-2 .img ul li:nth-child(1) {
  position: absolute;
  left: 4%;
  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, #1b284d,  #1b284d);
}

.sustainability-page .sustainability-3 ul li .box .img {
  vertical-align: middle;
  width: 50%;
}
.sustainability-page .sustainability-3 ul li .box .img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.sustainability-page .sustainability-3 ul li .box .con {
  vertical-align: middle;
  padding: 0 70px;
  width: 50%;

}

.sustainability-page .sustainability-3 ul li .box .con .tit {
  font-size: 36px;
  
  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-weight: 300;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 25px;
  height: 125px;
  overflow: hidden;
}

.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-weight: 500;
  color: #b9402b;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px
}

.sustainability-page .sustainability-4 .title p {
  font-size: 24px;
  
  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-weight: bold;
  color: #0F4099;
  line-height: 1;
  margin-top: 30px;
}

.sustainability-page .sustainability-4 .list ul li .box .cona {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 10px;
}
@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;
  }
  .sustainability-page .sustainability-2 .img ul li:nth-child(5) {
    right: -3%;
  }
}
@media screen and (max-width: 1320px) {
  .sustainability-page .sustainability-3 {
    padding-top: 80px;
  }
  .sustainability-page .sustainability-4 {
    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;
  }
  .sustainability-page .sustainability-1 .img .mask .tit3 {
    font-size: 36px;
  }
  .sustainability-page .sustainability-1 .img .mask p {
    margin-top: 10px;
  }

}
@media screen and (max-width: 1250px) {
  .sustainability-page .sustainability-2 .img ul li .tit {
    font-size: 16px;
    max-width: 220px;
  }
}
@media screen and (max-width: 1100px) {
  
  .sustainability-page .sustainability-3 ul li .box .con .cona {
    height: auto !important;
    padding-right: 0
  }

  .sustainability-page .sustainability-2 .img ul {
    display: none;
  }

  .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;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-4 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-3 {
    padding-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;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    padding: 15px !important;
  }
}
@media screen and (max-width: 768px) {
   .sustainability-page .sustainability-1 .img .mask .tit3{
    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;
  }
}
@media screen and (max-width: 450px)  {
  .sustainability-page .sustainability-1 .img .mask .tit3 {
    font-size: 26px;
    line-height: 2;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    padding: 15px;
  } 
  .sustainability-page .sustainability-4 {
    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 {
    font-size: 16px;
  }
  .sustainability-page .sustainability-3 ul li .box .con .tit {
    line-height: 1.5;
  }
}

.rad-page .rad-1 .title span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #b9402b;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}

.rad-page .rad-1 .title .tit {
  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-weight: bold;
  color: #333333;
  line-height: 1;
  margin-top: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rad-page .rad-1 .top ul li .tit4:hover {
  color: #0F4099;
}

.rad-page .rad-1 .top ul li .cona {
  font-size: 14px;
  
  font-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: #1b284d;
}

.rad-page .rad-1 .top ul li:last-child .acc {
  background: #1b284d;
  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-weight: bold;
  color: #F3F2F2;
  line-height: 1;
  padding: 28px 35px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rad-page .rad-1 .top ul li:last-child .acc .btn a:hover {
  background: #b9402b;
}

.rad-page .rad-1 .top ul li:last-child .acc p {
  font-size: 24px;
  
  font-weight: bold;
  text-decoration: underline;
  color: #b9402b;
  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-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}

.rad-page .rad-2 .top .right ul {
  padding-top: 15px;
}

.rad-page .rad-2 .top .right ul li {
  margin-top: 50px;
}

.rad-page .rad-2 .top .right ul li .box {
  position: relative;
  padding-left: 123px;
}

.rad-page .rad-2 .top .right ul li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.rad-page .rad-2 .top .right ul li .box .con .tit4 {
  font-size: 18px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}

.rad-page .rad-2 .top .right ul li .box .con p {
  font-size: 16px;
  
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.8;
  margin-top: 15px;
}

.rad-page .rad-2 .top .right ul li:hover .box .img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}

.rad-page .prodet-3 {
  padding: 155px 0 110px;
}
@media screen and (max-width: 1630px) {
  
  .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;
  }
}
@media screen and (max-width: 1450px) {
  .rad-page .rad-1 .top ul li {
    padding: 0 10px;
  }
  .rad-page .rad-1 .top ul li:last-child .acc .btn a {
    font-size: 18px;
    padding: 25px;
  }
  .rad-page .rad-1 .top ul li:last-child .acc p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1320px) {
  .rad-page .prodet-3 {
    padding: 80px 0;
  }
  .rad-page .rad-1 .top ul li {
    margin-bottom: 30px;
  }


  .rad-page .rad-2 .top .left {
    width: 100%;
  }

  .rad-page .rad-2 .top .right {
    width: 100%;
    padding-left: 0;
  }

  .rad-page .rad-2 {
    background: #1b284d;
  }

  .rad-page .rad-2 .top .right ul li {
    padding: 40px 0;
    margin: 0;
  }
}
@media screen and (max-width: 1250px) {
  .rad-page .rad-1 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
 .rad-page .rad-2 .top .right ul li .box .img {
    position: static;
    margin-bottom: 20px;
  }
  .rad-page .rad-2 .top .right ul li {
    padding: 15px 0;
  }

  .rad-page .rad-2 .top .right ul li .box {
    padding: 0 15px;
  }

  .rad-page .rad-1 .top ul li:last-child .acc .btn a {
    padding: 12px 20px;
  }
}

.faq-page .container {
  width: 1230px;
}

.faq-page .tit {  
  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-weight: bold;
  color: #333333;
  line-height: 2;
  padding: 13px 40px;
  background: #EEEEEE;
  cursor: pointer;
}

.faq-page .top ul li .text {
  display: none;  
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 18px 40px;
}
@media screen and (max-width: 1000px) {
  .faq-page .top ul li .tit4,
  .faq-page .top ul li .text {
    padding: 12px 20px;
  }
}

.contact-page .contact-1 .top .tit {
  font-size: 30px;
  
  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: 18px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-bottom: 11px;
  z-index: 11;
}

.contact-page .contact-1 .top .left .form ul li input[type=text],
.contact-page .contact-1 .top .left .form ul li select {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  font-size: 14px;
  
  font-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-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  padding-left: 11px;
  cursor: pointer;
}

.contact-page .contact-1 .top .left .form ul li input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}

.contact-page .contact-1 .top .left .form ul li input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(0, 0, 0, 0.6);
}

.contact-page .contact-1 .top .left .form ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.6);
}

.contact-page .contact-1 .top .left .form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.6);
}

.contact-page .contact-1 .top .left .form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.6);
}

.contact-page .contact-1 .top .left .form ul li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/contact-16.png) 330px center no-repeat;
}

.contact-page .contact-1 .top .left .form ul li textarea {
  position: relative;
  z-index: 19;
  width: 100%;
  height: 149px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  line-height: 2;
  font-size: 14px;
  
  font-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-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: #1b284d;
  border-radius: 25px;
  text-transform: uppercase;
  border: none;
  font-size: 20px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  margin-top: 12px;
  transition: 0.3s;
}

.contact-page .contact-1 .top .left .form ul li input[type=submit]:hover {
  background: #b9402b;
}

.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-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 #1b284d;
}

.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: #1b284d;
}

.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: 22px;
  
  font-weight: 400;
  color: #5D5D5D;
  line-height: 2;
  margin: 7px 0;
}
@media screen and (max-width: 1100px) {
  .contact-page .contact-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .contact-page .contact-1 .top .left {
    width: 100%;
  }

}
@media screen and (max-width: 768px) {
  .contact-page .contact-1 .top .left .form ul li select {
    background: url(../images/contact-16.png) 95% center no-repeat;
  }
  
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .top .left .form ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .top .left .form ul li label {
    line-height: 1.2;
  }
}

.inner-banner.news-banner {
  position: relative;
  height: 610px;
  margin-top: 115px;
  color: #fff;
}
.inner-banner.news-banner .container {
  height: 100%;
}
.inner-banner.news-banner .mbx {
  margin-top: 25px;
}
.inner-banner.news-banner .box {
  top: 34.4%;
  -webkit-transform: translate(0);
  transform: translate(0);
  position: absolute;
}

.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-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 .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-weight: bold;
  color: #000000;
  line-height: 1.5;
}

.news-page .news-1 .top ul li .box .con .tit:hover {
  color: #1b284d;
}

.news-page .news-1 .top ul li .box .con .cona {
  font-size: 18px;
  
  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-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);
}
 @media screen and (max-width: 1450px) {
  .news-page .news-1 .top ul li .box .con {
    padding: 20px;
  }

  .news-page .news-1 .top ul li .box .con .cona {
    margin: 15px 0;
  }
}

.newdet-page .news {
  color: #777777;
}

.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}

.newdet-page .news .news_date {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}

.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  font-size: 14px;
  line-height: 28px;
}

.newdet-page .news .news_abst p {
  display: inline-block;
}

.newdet-page .news .news_contents {
  color: #000;
  font-size: 20px;
  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;
}
@media screen and (max-width: 1000px) {
  .newdet-page .news .news_title h1 {
    line-height: 40px !important;
  }

  .newdet-page .wpulike.wpulike-default {
    display: block;
  }
}

.about_public_nav {
  background-color: #f9f9f9;
  padding: 25px 0;
  text-align: center;
}
.about_public_nav .container .list {
  padding: 5px 50px;
  width: auto;
}
.about_public_nav .container .list a {
  display: inline-block;
  position: relative;
  color: #1b284d;
}
.about_public_nav .container .list a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 2px;
  left: 0;
  border-bottom: 1px solid #b9402b ;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.about_public_nav .container .list a:hover,
.about_public_nav .container .list a.active {
  color: #b9402b;
}
.about_public_nav .container .list a:hover::before,
.about_public_nav .container .list a.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}

.about-page .init-1 .container .tips {
  font-weight: 500;
  max-width: 860px;
  margin: auto;
  /*text-transform: uppercase;*/
  text-align: center;
  color: #202020;
}
.about-page .init-1 .container .video {
  margin-top: 30px;
}
.about-page .init-1 .container .video video {
  display: block;
  width: 100%;
}
.about-page .init-2 .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #9e9e9e;
}
.about-page .init-2 .container .left {
  width: 350px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 10px;
}
.about-page .init-2 .container .right {
  width: -webkit-calc(-250%);
  width: -moz-calc(-250%);
  width: calc(100% - 350px);
  color: #3f3f3f;
  line-height: 2;
}
.about-page .init-3 {
  margin-top: 90px;
  padding: 80px 0;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-3 .container .list {
  margin-top: 60px;
  max-width: 940px;
}
.about-page .init-3 .container .list img {
  width: 56px;
  height: 56px;
}
.about-page .init-3 .container .list .cont {
  color: #fff;
  width: -webkit-calc(44%);
  width: -moz-calc(44%);
  width: calc(100% - 56px);
  padding-left: 35px;
}
.about-page .init-3 .container .list .cont .title {
  font-weight: 500;
}
.about-page .init-3 .container .list .cont .des {
  color: #c6c6c6;
  margin-top: 16px;
}
.about-page .init-3 .container .list:first-child {
  margin-top: 0;
}
.about-page .init-4 {
  text-align: center;
}
.about-page .init-4 .container .tips {
  font-weight: 500;
}
.about-page .init-4 .container .tips_des {
  max-width: 770px;
  color: #8e8e8e;
  margin: 10px auto 0;
}
.about-page .init-4 .container .list_cont {
  margin: 30px -50px 0;
  text-align: left;
}
.about-page .init-4 .container .list_cont .list {
  text-align: center;
  padding: 0 50px;
}
.about-page .init-4 .container .list_cont .list .box .img_c {
  position: relative;
  overflow: hidden;
}
.about-page .init-4 .container .list_cont .list .box .img_c img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: rgba(50, 130, 86, 0.8);
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #000;
  padding: 6px 30px;
  border: 1px solid #fff;
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more::before {
  background-color: #245e3e;
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more:hover {
  color: #fff;
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more:hover span {
  color: var(--color);
}
.about-page .init-4 .container .list_cont .list .box .num {
  color: #b9402b;
  font-weight: 500;
  margin-top: 50px;
}
.about-page .init-4 .container .list_cont .list .box .line {
  margin: 8px auto 0;
  width: 24px;
  height: 1px;
  background-color: #dcdcdc;
}
.about-page .init-4 .container .list_cont .list .box .title {
  font-weight: 500;
  margin-top: 20px;
  text-transform: uppercase;
}
.about-page .init-4 .container .list_cont .list .box:hover .img_c .shadow {
  top: 0;
}
.about-page .init-5 {
  padding: 110px 0 150px 0;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
}
.about-page .init-5 .container .sub_img {
  position: absolute;
  top: -70px;
  left: 0;
  width: 910px;
}
.about-page .init-5 .container .tips {
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.about-page .init-5 .container .s_page{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
} 
.about-page .init-5 .container .s_page .btn{
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  transition: all .5s;
}
.about-page .init-5 .container .s_page .btn.slick-disabled{
  opacity: .4;
}
.about-page .init-5 .container .s_page .btn i{
  position: relative;
  z-index: 2;
}
.about-page .init-5 .container .s_page .btn:hover{
  color: #245e3e;
}
.about-page .init-5 .container .s_page .prev i{
  margin-left: -4px;
}
.about-page .init-5 .container .s_page .next i{
  margin-left: 4px;
}
.about-page .init-5 .container .s_page .next{
  margin-left: 10px;
}
.about-page .init-5 .container .list_cont {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin-top: 80px;
}
.about-page .init-5 .container .list_cont ul li .box {
  position: relative;
  padding: 0 40px 0 40px;
}
.about-page .init-5 .container .list_cont ul li .box .year {
  font-weight: 500;
}
.about-page .init-5 .container .list_cont ul li .box .img {
  position: absolute;
  height: 100%;
  top: 100px;
  left: 0;
  height: 310px;
}
.about-page .init-5 .container .list_cont ul li .box .cont {
  position: relative;
}
.about-page .init-5 .container .list_cont ul li .box .cont .title {
  font-weight: 500;
  margin-top: 10px;
}
.about-page .init-5 .container .list_cont ul li .box .cont .des {
  margin-top: 40px;
  opacity: 0;
  padding-right: 2px;
  overflow-y: auto;
  height: 255px;
}
.about-page .init-5 .container .list_cont ul li .box:hover .cont .des{
  opacity: 1;
}
.about-page .init-6 {
  text-align: center;
}
.about-page .init-6 .container .tips {
  font-weight: 500;
}
.about-page .init-6 .container .tips_des {
  margin: 10px auto 0;
  max-width: 800px;
}
.about-page .init-6 .container .list_cont {
  margin: 20px -70px 0;
}
.about-page .init-6 .container .list_cont .list {
  margin-top: 30px;
  padding: 0 70px;
}
.about-page .init-6 .container .list_cont .list .box {
  display: block;
}
.about-page .init-6 .container .list_cont .list .box img {
  width: 100%;
}
.about-page .init-7 {
  background-color: #f9f9f9;
}
.about-page .init-7 .container .title_c .left {
  font-weight: 500;
  width: 350px;
  padding-right: 10px;
}
.about-page .init-7 .container .title_c .right {
  width: -webkit-calc(-250%);
  width: -moz-calc(-250%);
  width: calc(100% - 350px);
  color: #3f3f3f;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.about-page .init-7 .container .list_cont {
  margin: 40px -10px 0;
}
.about-page .init-7 .container .list_cont .list {
  padding: 10px;
}
.about-page .init-7 .container .list_cont .list a {
  display: block;
}
.about-page .init-7 .container .list_cont .list a img {
  width: 100%;
}
.about-page .init-7 .container .list_cont .list .des{
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.about-page .init-8 .container .tips {
  font-weight: 500;
  text-align: center;
}
.about-page .init-8 .container .tips_des {
  color: #8e8e8e;
  max-width: 750px;
  text-align: center;
  margin: 10px auto 0;
}
.about-page .init-8 .container .list_cont .list {
  padding: 0 5px;
  margin-top: 40px;
}
.about-page .init-8 .container .list_cont .list a {
  display: block;
}
.about-page .init-8 .container .list_cont .list a img {
  width: 100%;
}

@media (max-width: 1250px) {
  
  .about-page .init-2 .container .left {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .about-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .about-page .init-7 .container .title_c .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .about-page .init-7 .container .title_c .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .about_public_nav {
    display: none;
  }
  .about-page .init-4 .container .list_cont .list .box .img_c .shadow .more {
    padding: 6px 20px;
  }
}
@media (max-width: 1000px) {
  
  .about-page .init-4 .container .list_cont {
    margin: 30px -10px 0;
  }
  .about-page .init-4 .container .list_cont .list {
    padding: 0 10px;
  }
  .about-page .init-5 {
    text-align: center;
  }
  .about-page .init-5 .container .s_page{
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0;
  }
  .about-page .init-5 .container .sub_img {
    display: none;
  }
  .about-page .init-5 .container .list_cont ul li .box {
    padding: 0 10px;
  }
  .about-page .init-5 .container .list_cont ul li .box .cont {
    height: auto;
  }
  .about-page .init-5 .container .list_cont ul li .box .cont .des{
    opacity: 1;
  }
  .about-page .init-5 .container .list_cont ul li .box .img {
    display: none;
  }
  .about-page .init-6 .container .list_cont {
    margin: 20px -10px 0;
  }
  .about-page .init-6 .container .list_cont .list {
    padding: 0 10px;
  }
}
@media (max-width: 700px) {
  .about-page .init-4 .container .list_cont .list {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .about-page .init-3 .container .list img {
    display: block;
    margin: auto;
  }
  .about-page .init-2 .container {
    padding-bottom: 40px;
  }
  .about-page .init-3 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .about-page .init-3 .container .list {
    text-align: center;
  }
  .about-page .init-3 .container .list .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .init-4 .container .list_cont .list .box .img_c .shadow .more {
    min-width: 200px;
  }
  .about-page .init-4 .container .list_cont .list .box .num {
    margin-top: 20px;
  }
  .about-page .init-4 .container .list_cont .list .box .title {
    margin-top: 10px;
  }
  .about-page .init-5 {
    padding: 40px 0;
  }
  .about-page .init-5 .container .list_cont {
    margin-top: 20px;
    padding: 0;
  }
  .about-page .init-6 .container .list_cont {
    margin-top: 0;
  }
}

.factory-page .init-1 {
  text-align: center;
}
.factory-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.factory-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #328256;
  border: 1px solid #328256;
  margin-top: 30px;
}
.factory-page .init-1 .container .more:hover {
  color: #328256;
}
/*.factory-page .init-2 .container {
  width: 100%;
}*/
.factory-page .init-2 .list {
  padding: 40px 0 80px 0;
}
.factory-page .init-2 .list .tips {
  text-align: center;
  font-weight: 500;
}
.factory-page .init-2 .list img {
  width: 100%;
}
.factory-page .init-2 .list .img-box {
  display: block;
}
.factory-page .init-2 .list .big_img {
  margin-top: 50px;
  position: relative;
}
.factory-page .init-2 .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.factory-page .init-2 .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.factory-page .init-2 .list .big_img .prev {
  left: 22%;
}
.factory-page .init-2 .list .big_img ul li {
  padding: 0 8px;
}
.factory-page .init-2 .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.factory-page .init-2 .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.factory-page .init-2 .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
 .factory-page .init-2 .list .big_img .btn {
    right: 10%;
  }
  .factory-page .init-2 .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .factory-page .init-2 .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .factory-page .init-2 .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 1000px) {
  .factory-page .init-2 .list .small_img {
    display: none;
  }
  .factory-page .init-2 .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media (max-width: 700px) {
  .factory-page .init-2 .list {
    padding: 40px 10px;
  }
}
@media (max-width: 500px) {
  .factory-page .init-2 .list .big_img {
    margin-top: 20px;
  }
  .factory-page .init-2 .list .big_img ul li {
    padding: 0;
  }
  .factory-page .init-2 .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}
.culture-page .init-1 .container .left {
  vertical-align: middle;
}
.culture-page .init-1 .container .left img {
  width: 100%;
}
.culture-page .init-1 .container .right {
  padding-left: 60px;
  vertical-align: middle;
}
.culture-page .init-1 .container .right .tips {
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.culture-page .init-1 .container .right .title {
  margin-top: 20px;
  font-weight: 500;
}
.culture-page .init-1 .container .right .des {
  color: #8e8e8e;
  margin-top: 30px;
  line-height: 2;
}
.culture-page .init-2 {
  background-color: #f9f9f9;
}
.culture-page .init-2 .container .tips {
  font-weight: 500;
}
.culture-page .init-2 .container .list_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;
  margin: 10px -10px 0;
}
.culture-page .init-2 .container .list_cont .list {
  width: 500px;
  padding: 0 10px;
  margin-top: 20px;
}
.culture-page .init-2 .container .list_cont .list .box {
  height: 100%;
  padding: 30px;
  border: 1px solid #000;
}
.culture-page .init-2 .container .list_cont .list .box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  border-radius: 10px;
}
.culture-page .init-2 .container .list_cont .list .box .title {
  font-weight: 500;
  color: #3f3f3f;
}
.culture-page .init-2 .container .list_cont .list .box .des {
  margin-top: 20px;
  color: #3f3f3f;
}
.culture-page .init-2 .container .list_cont .list1 .box {
  border: none;
  padding-left: 0;
}
.culture-page .init-2 .container .list_cont .list1 .box .des {
  max-width: 460px;
  margin-top: 0;
  padding-top: 0;
}
.culture-page .init-2 .container .list_cont .list1 .box .more {
  margin-top: 20px;
  display: inline-block;
  padding: 6px 44px;
  background-color: #328256;
  border: 1px solid #328256;
}
.culture-page .init-2 .container .list_cont .list1,
.culture-page .init-2 .container .list_cont .list4 {
  width: -webkit-calc(-560%);
  width: -moz-calc(-560%);
  width: calc(100% - 1000px);
}
.culture-page .init-3 .container .tips {
  font-weight: 500;
  text-align: center;
}
.culture-page .init-3 .container .tips_des {
  max-width: 650px;
  margin: 10px auto 0;
  color: #8a8a8a;
  text-align: center;
}
.culture-page .init-3 .container .list_cont {
  margin-top: 60px;
}
.culture-page .init-3 .container .list_cont .list {
  background-color: #f9f9f9;
}
.culture-page .init-3 .container .list_cont .list .left {
  position: relative;
  vertical-align: middle;
}
.culture-page .init-3 .container .list_cont .list .left img {
  width: 100%;
}
.culture-page .init-3 .container .list_cont .list .right {
  position: relative;
  vertical-align: middle;
  padding: 40px 70px;
}
.culture-page .init-3 .container .list_cont .list .right .title {
  font-weight: 500;
}
.culture-page .init-3 .container .list_cont .list .right .des {
  color: #878787;
  margin-top: 20px;
}
.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) {
  flex-direction: row-reverse;
}
/*.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
  left: 100%;
}
.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
  left: -100%;*/
} 
@media (max-width: 1700px) {
  .culture-page .init-2 .container .list_cont .list {
    width: 30%;
  }
  .culture-page .init-2 .container .list_cont .list1, .culture-page .init-2 .container .list_cont .list4 {
    width: 40%;
  }
}
@media (max-width: 1000px){
  
  .culture-page .init-1 {
    text-align: center;
  }
  .culture-page .init-1 .container .left {
    width: 100%;
    max-width: 460px;
    margin: auto;
  }
  .culture-page .init-1 .container .left img {
    width: auto;
    display: block;
    margin: auto;
  }
  .culture-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .culture-page .init-1 .container .right .title {
    margin-top: 60px;
  }
  .culture-page .init-2 .container .list_cont .list {
    width: 50%;
  }
  .culture-page .init-3 .container .list_cont .list .left {
    width: 100%;
  }
  .culture-page .init-3 .container .list_cont .list .right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
    left: 0;
  }
  .culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
    left: 0;
  }
}
@media (max-width: 700px) {
  .culture-page .init-2 .container .tips {
    text-align: center;
  }
  .culture-page .init-2 .container .list_cont .list {
    width: 100%;
    text-align: center;
  }
  .culture-page .init-3 .container .list_cont .list .right {
    padding: 20px 16px;
  }
}
@media (max-width: 500px) {
  .culture-page .init-1 .container .right .title {
    margin-top: 20px;
  }
  .culture-page .init-1 .container .right .des {
    margin-top: 16px;
  }
  .culture-page .init-2 .container .list_cont {
    margin-top: 0;
  }
  .culture-page .init-2 .container .list_cont .list {
    margin-top: 20px;
  }
  .culture-page .init-2 .container .list_cont .list .box {
    padding: 20px 16px;
  }
  .culture-page .init-2 .container .list_cont .list1 .box {
    padding-top: 0;
  }
  .culture-page .init-3 .container .list_cont {
    margin-top: 40px;
  }

}
.service-page .init-1 .container .tips {
  font-weight: 500;
  text-align: center;
}
.service-page .init-1 .container .tips_des {
  max-width: 720px;
  margin: 20px auto 0;
  text-align: center;
  color: #8a8a8a;
  padding-bottom: 30px;
}
.service-page .init-1 .container .content {
  border-top: 1px solid #d9d9d9;
}
.service-page .init-1 .container .content .partner_title{
  margin-top: 40px;
}
.service-page .init-1 .container .content .partner_title .left{
  width: 340px;
}
.service-page .init-1 .container .content .partner_title .left .tips{
  text-align: left;
}
.service-page .init-1 .container .content .partner_title .left .num{
  color: #d6d6d6;
}
.service-page .init-1 .container .content .partner_title .right{
  width: calc(100% - 340px);
}
.service-page .init-1 .container .content .partner_list{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.service-page .init-1 .container .content .partner_list .list{
  width: 16%;
  margin-top: 20px;
  padding: 0 10px;
}

.service-page .init-1 .container .content .partner_list .list.active{
  width: 36%;
}
.service-page .init-1 .container .content .partner_list .list .box{
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 0;
  overflow: hidden;
  height: 100%;
}
.service-page .init-1 .container .content .partner_list .list .box .left{
  text-align: center;
  vertical-align: middle;
  width: 120px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.service-page .init-1 .container .content .partner_list .list .box .left img{
  height: 70px;
  width: 100%;
  object-fit: contain;
}
.service-page .init-1 .container .content .partner_list .list .box .left .text{
  margin-top: 20px;
  font-weight: 500;
}
.service-page .init-1 .container .content .partner_list .list .box .right{
  vertical-align: middle;
  padding-left: 20px;
  transition: opacity .5s;
  opacity: 0;
  transform: scale(0);
  width: 0;
  height: 0;
}
.service-page .init-1 .container .content .partner_list .list.active .box{
  border-bottom: 20px;
}
.service-page .init-1 .container .content .partner_list .list.active .left{
  border: 1px solid #eeeeee;
}
.service-page .init-1 .container .content .partner_list .list.active .box .right{
  display: inline-block;
  transform: scale(1);
  opacity: 1;
   width: calc(100% - 120px);
  height: auto;
  max-height: 200px;
}
.service-page .init-1 .container .list_cont {
  margin: 10px -45px 0;
}
.service-page .init-1 .container .list_cont .list {
  padding: 0 45px;
  margin-top: 30px;
  width: 33.33%;
  position: relative;
}
.service-page .init-1 .container .list_cont .list .num {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50px;
}
.service-page .init-1 .container .list_cont .list .cont {
  padding-left: 60px;
}
.service-page .init-1 .container .list_cont .list .cont .title {
  font-weight: 500;
}
.service-page .init-1 .container .list_cont .list .cont .des {
  color: #656565;
  margin-top: 16px;
}
.service-page .init-1 .container .list_cont .list:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.service-page .init-1 .container .list_cont .list:hover .num {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service-page .init-2 .container {
  width: 100%;
}
.service-page .init-2 .container .list {
  height: 600px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.service-page .init-2 .container .list .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.service-page .init-2 .container .list .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  z-index: 2;
}
.service-page .init-2 .container .list:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.service-page .init-3 .container .left {
  vertical-align: middle;
}
.service-page .init-3 .container .left img {
  width: 100%;
}
.service-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 70px;
}
.service-page .init-3 .container .right .title {
  font-weight: 500;
}
.service-page .init-3 .container .right .des {
  color: #878787;
  margin-top: 20px;
  line-height: 2;
}
.service-page .init-3 .container .right .more {
  display: inline-block;
  margin-top: 30px;
  padding: 6px 32px;
  border: 1px solid #245e3e;
}
.service-page .init-4 .container .tips {
  font-weight: 500;
  text-align: center;
}
.service-page .init-4 .container .tips_des {
  color: #8a8a8a;
  max-width: 900px;
  margin: 16px auto 0;
  text-align: center;
}
.service-page .init-4 .container .content {
  margin: 20px -15px 0;
}
.service-page .init-4 .container .content .list {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
  overflow: hidden;
}
.service-page .init-4 .container .content .list .box {
  position: relative;
  height: 400px;
}
.service-page .init-4 .container .content .list .box .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.service-page .init-4 .container .content .list .box .shadow {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.74);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-page .init-4 .container .content .list .box .cont {
  overflow-y: hidden;
  position: absolute;
  height: -webkit-calc(30%);
  height: -moz-calc(30%);
  height: calc(100% - 70px);
  top: 128%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
  color: #fff;
  padding-right: 4px;
}
.service-page .init-4 .container .content .list .box .cont .title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.service-page .init-4 .container .content .list .box .cont .des p {
  margin-top: 9px;
}
.service-page .init-4 .container .content .list .box .cont .des p:first-child {
  margin-top: 0;
}
.service-page .init-4 .container .content .list .box .cont .more {
  margin-top: 20px;
  display: inline-block;
  padding: 6px 40px;
  border: 1px solid #245e3e;
}
.service-page .init-4 .container .content .list .box:hover .shadow {
  opacity: 1;
}
.service-page .init-4 .container .content .list .box:hover .cont {
  top: 50%;
  overflow-y: auto;
}
.service-page .init-5 .container .tips {
  font-weight: 500;
  text-align: center;
}
.service-page .init-5 .container .tips_des {
  -webkit-columns: #8a8a8a;
  -moz-columns: #8a8a8a;
  columns: #8a8a8a;
  text-align: center;
  margin-top: 10px;
}
.service-page .init-5 .container .content {
  margin-top: 25px;
}
.service-page .init-5 .container .content .list {
  margin-top: 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}
.service-page .init-5 .container .content .list .title {
  position: relative;
  padding: 15px 80px 15px 22px;
  font-weight: 500;
  cursor: pointer;
}
.service-page .init-5 .container .content .list .title i {
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.service-page .init-5 .container .content .list .title:hover {
  background-color: #1b284d;
  color: #fff;
}
.service-page .init-5 .container .content .list .title:hover i {
  color: #fff;
}
.service-page .init-5 .container .content .list .title.active {
  background-color: #1b284d;
  color: #fff;
}
.service-page .init-5 .container .content .list .title.active i {
  color: #fff;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.service-page .init-5 .container .content .list .des {
  padding: 20px 22px;
  color: #000;
  display: none;
}
.service-page .init-6 .container .cont{
  background: #f9f9f9;
  padding: 40px;
}
.service-page .init-6 .container .cont .left{
  width: 430px;
}
.service-page .init-6 .container .cont .left .play{
  margin-top: 340px;
  text-transform: uppercase;
  cursor: pointer;
}
.service-page .init-6 .container .cont .left .play i{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #5c5c66;
  text-align: center;
  line-height: 36px;
  color: #5c5c66;
  margin-left: 18px;
  padding-left: 4px;
}
.service-page .init-6 .container .cont .right{
  width: calc(100% - 430px);
}
.service-page .init-6 .container .cont .right img {
  margin-left: auto;
  display: block;
}


.service-page .init-7 .container{
  width: 100%;
}
.service-page .init-7 .container .max-1350{
  margin: auto;
}
.service-page .init-7 .container .list {
  padding: 40px 0 80px 0;
}
.service-page .init-7 .container .list .tips {
  text-align: center;
  font-weight: 500;
}
.service-page .init-7 .container .list img {
  width: 100%;
}
.service-page .init-7 .container .list .img-box {
  display: block;
}
.service-page .init-7 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.service-page .init-7 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.service-page .init-7 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 16px auto 0;
  position: relative;
  z-index: 2;
}
.service-page .init-7 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.service-page .init-7 .container .list .big_img .prev {
  left: 22%;
}
.service-page .init-7 .container .list .big_img ul li {
  padding: 0 8px;
}
.service-page .init-7 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.service-page .init-7 .container .list .small_img ul li {
  padding: 0 2px;
}
.service-page .init-7 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.service-page .init-7 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.service-page .init-7 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.service-page .init-7 .container .list:nth-child(2n) {
  background-color: #f9f9f9;
}
.service-page .init-8 .container .content .column{
  padding: 0 10px;
  margin-top: 10px;
}
.service-page .init-8 .container .content .column .box{
  padding: 40px 30px;
  height: 100%;
  background: #f9f9f9;
}
.service-page .init-8 .container .content .column .box .title{
  font-weight: 500;
}
.service-page .init-8 .container .content .column .box .num{
  color: #d6d6d6;
}
.service-page .init-8 .container .content .column .box .des{
  margin-top: 10px;
}
@media (max-width: 1500px) {
 .service-page .init-7 .container .list .big_img .btn {
    right: 10%;
  }
  .service-page .init-7 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
    .service-page .init-1 .container .list_cont {
    margin: 10px -10px 0;
  }
  .service-page .init-1 .container .list_cont .list {
    padding: 0 10px;
    width: 50%;
  }
  .service-page .init-1 .container .list_cont .list .num {
    left: 16px;
  }
  .service-page .init-2 .container .list {
    height: 400px;
  }
  .service-page .init-6 .container .cont .left .play{
    margin-top: 30px;
  }
  .service-page .init-1 .container .content .partner_list .list {
    width: 50%;
  }
  .service-page .init-1 .container .content .partner_list .list.active {
    width: 50%;
  }
  .service-page .init-1 .container .content .partner_list .list .box .right {
    display: inline-block;
    transform: scale(1);
    opacity: 1;
    width: calc(100% - 120px);
    height: auto;
  }
}
@media (max-width: 1000px){
  
  .service-page .init-1 .container .content .partner_list .list{
    width: 100%;
  }
  .service-page .init-1 .container .content .partner_list .list.active{
    width: 100%;
  }
  
  .service-page .init-1 .container .content .partner_list .list .box{
    width: 100%;
    padding-bottom: 20px;
  }
  .service-page .init-1 .container .content .partner_list .list .box .left{
    border: 1px solid #eee;
  }
  .service-page .init-1 .container .content .partner_list .list .box .right{
    transform: scale(1);
    opacity: 1;
    width: calc(100% - 120px);
    height: auto;
  }
  .service-page .init-1 .container .content .partner_list .list.active .box .right{
    opacity: 1;
  }
  .service-page .init-3 .container {
    text-align: center;
  }
  .service-page .init-3 .container .left {
    width: 100%;
    max-width: 500px;
  }
  .service-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }
  .service-page .init-4 .container .content .list .box .cont {
    width: -webkit-calc(80%);
    width: -moz-calc(80%);
    width: calc(100% - 20px);
    height: -webkit-calc(80%);
    height: -moz-calc(80%);
    height: calc(100% - 20px);
    top: 140%;
  }
  .service-page .init-4 .container .content .list .box .cont .title {
    font-size: 20px;
  }
  .service-page .init-6 .container .cont{
    padding: 40px 16px;
  }
  .service-page .init-6 .container .cont .left{
    width: 100%;
    text-align: center;
  }
  .service-page .init-6 .container .cont .right{
    width: 100%;
    margin-top: 40px;
  }
  .service-page .init-7 .container .list .small_img {
    display: none;
  }
  .service-page .init-7 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media (max-width: 700px) {
  
  .service-page .init-4 .container .content .list {
    width: 100%;
  }
  .service-page .init-4 .container .content .list .box {
    height: auto;
  }
  .service-page .init-4 .container .content .list .box .cont {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    color: #000;
    margin-top: 20px;
    text-align: center;
    height: auto;
    padding: 0;
  }
  .service-page .init-4 .container .content .list .box .shadow {
    display: none;
  }
  .service-page .init-4 .container .content .list .box .img {
    position: relative;
    height: 50vw;
  }
  .service-page .init-7 .container .list {
    padding: 40px 10px;
  } 
}
@media (max-width: 500px) {
  
  .service-page .init-1 .container .list_cont .list {
    width: 100%;
  }
  .service-page .init-1 .container .content .partner_list .list .box{
    text-align: center;
  }
  .service-page .init-1 .container .content .partner_list .list .box .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .service-page .init-1 .container .content .partner_list .list.active .box .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .service-page .init-2 .container .list {
    height: 300px;
  }
  .service-page .init-4 .container .content .list .box {
    border: 1px solid #eee;
    padding-bottom: 20px;
  }

  .service-page .init-7 .container .list .big_img {
    margin-top: 20px;
  }
  .service-page .init-7 .container .list .big_img ul li {
    padding: 0;
  }
  .service-page .init-7 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
  
}

.public_form_cont {
  padding: 50px 0;
  color: #fff;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.public_form_cont .container .tips {
  font-weight: 500;
}
.public_form_cont .container .tips_des {
  margin-top: 10px;
}
.public_form_cont .container form {
  margin: 0 -15px 0;
}
.public_form_cont .container form .list {
  margin-top: 30px;
  width: 33.33%;
  padding: 0 15px;
}
.public_form_cont .container form .list input,
.public_form_cont .container form .list textarea {
  font-size: 16px;
  border: 1px solid #fff;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0);
  width: 100%;
}
.public_form_cont .container form .list input::-webkit-input-placeholder,
.public_form_cont .container form .list textarea::-webkit-input-placeholder {
  color: #fff;
}
.public_form_cont .container form .list input:-moz-placeholder,
.public_form_cont .container form .list textarea:-moz-placeholder {
  color: #fff;
}
.public_form_cont .container form .list input::-moz-placeholder,
.public_form_cont .container form .list textarea::-moz-placeholder {
  color: #fff;
}
.public_form_cont .container form .list input:-ms-input-placeholder,
.public_form_cont .container form .list textarea:-ms-input-placeholder {
  color: #fff;
}
.public_form_cont .container form .list input::-ms-input-placeholder,
.public_form_cont .container form .list textarea::-ms-input-placeholder {
  color: #fff;
}
.public_form_cont .container form .list input::placeholder,
.public_form_cont .container form .list textarea::placeholder {
  color: #fff;
}
.public_form_cont .container form .list .submit {
  font-size: 18px;
  padding: 6px 40px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  color: #245e3e;
}
.public_form_cont .container form .list .submit::before {
  background-color: #245e3e;
}
.public_form_cont .container form .list .submit:hover {
  color: #fff;
}
.public_form_cont .container form .list.content {
  width: 100%;
}
.public_form_cont .container form .list.brand {
  z-index: 3;
  position: relative;
}
.public_form_cont .container form .list.brand input {
  position: relative;
  z-index: 2;
  cursor: pointer;
  padding-right: 32px;
}
.public_form_cont .container form .list.brand i {
  position: absolute;
  right: 26px;
  top: 12px;
  font-size: 24px;
  width: 25px;
  text-align: center;
  height: 24px;
}
.public_form_cont .container form .list.brand ul {
  display: none;
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  position: absolute;
  top: 50px;
  left: 15px;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  padding: 15px 0;
}
.public_form_cont .container form .list.brand ul li span {
  padding: 4px 26px;
  display: block;
  cursor: pointer;
  font-weight: 500;
}
.public_form_cont .container form .list.brand ul li span:hover {
  color: #245e3e;
}
.public_form_cont .container form .list.brand.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1000px){
  .public_form_cont {
    text-align: center;
  }
  .public_form_cont .container form .list.brand ul {
    text-align: left;
  }
}
@media (max-width: 700px) {
  .public_form_cont .container form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .public_form_cont .container form .list .submit {
    text-align: center;
    width: 100%;
  }
}

.video-page {
  padding: 62px 0 140px;
}
.video-page .video-1 .img {
  position: relative;
}
.video-page .video-1 .img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.video-page .video-1 .img .tit4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
.video-page .video-2 {
  margin-top: 80px;
}
.video-page .video-2 .tit5 {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
}
.video-page .video-2 .content ul {
  margin: 0 -15px;
}
.video-page .video-2 .content ul li {
  padding: 0 15px;
  margin-top: 40px;
}
.video-page .video-2 .content ul li video {
  width: 100%;
  height: 100%;
  max-height: 192px;
    object-fit: contain;
  background: #292826;
}
.video-page .video-2 .content ul li .tit5 {
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
  margin-top: 10px;
}

.certificate-page {
  padding-bottom: 140px;
}
.certificate-page .tit4 {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
.certificate-page .container {
  width: 1190px;
}
.certificate-page .certificate-1 .top {
  margin-top: 110px;
}
.certificate-page .certificate-1 .top ul {
  margin: 0 -10px;
}
.certificate-page .certificate-1 .top ul li {
  padding: 0 10px;
  margin-top: 45px;
}
.certificate-page .certificate-1 .top ul li .tit5 {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 700px) {
  .certificate-page {
    padding-bottom: 60px;
  }
}

.gallery-page .content .box {
    text-align: center;
    padding-bottom: 4.5rem;
}

.gallery-page .content .box h2 {
    color: #182333;
    font-size: 1.75rem;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.gallery-page .content .box p {
    /*max-width: 690px;*/
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}

.gallery-page .content .box div {
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
}

.gallery-page .content .box ul {
    text-align: center;
}

.gallery-page .content .box ul li {
  width: 19%;
}

.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  padding: 10px;
  border-radius: 5px;
  height: 100%;
}

.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 1rem;
}

.gallery-page .content .box ul li .imgbox .text h5 {
    /*text-transform: uppercase;*/
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 1rem;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}

.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color);
}

.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color);
}

.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}

.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}

.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}

.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff;
}

.gallery-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}

.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 4.5rem 0;
}
@media (max-width: 1450px) {
  .gallery-page .content .box ul li {
    width: 24%;
  }
}
@media (max-width: 1000px) {
  .gallery-page .content .box ul li {
    width: 32%;
  }
}
@media (max-width: 700px) {
  .gallery-page .content .box ul li {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .gallery-page .content .box ul li {
    width: 90%;
  }
}
.application-4 ul li .box:hover .text .left {
  color: #000;
}

.application-4 ul {
  margin: -10px;
}

.application-4 ul li {
  padding: 10px;
}

.application-4 ul li .box {
  position: relative;
  overflow: hidden;
}

.application-4 ul li .box:after {
  content: '';
  width: 300%;
  height: 300%;
  position: absolute;
  left: -100%;
  top: -100%;
  transform: rotate(0deg) translateY(-100%);
}

.application-4 ul li .box:hover:after {
  background: #E8E8E8;
  transform: rotate(-12deg);
  transition: all 0.5s ease-out;
}

.application-4 ul li .box:hover {
  color: #000;
}

.application-4 ul li .box>a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.application-4 li.element:hover {
  color: #fff;
}

.application-4 {
  padding: 0px 0;
}

.application-4 li.element {
  color: #fff;
}
.application-4 li.element .text {
  position: relative;
  z-index: 9;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border-bottom: 1px solid rgb(0, 0, 0); */
  transition: all .5s ease;
}
.appli-page .appli-1 .right .cont {
  line-height: 1.8;
}
.appli-page .appli-1 .right .catDes {
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}
.appli-page .appli-1 .right .catDes em {
  color: #989898;
}
.appli-page .appli-1 .right {
  background: #f1f1f1;
  /*border-radius: 20px;*/
}

.appli-page .appli-1 .right .cat {
  display: inline-block;
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 10px;
  min-width: 150px;
  color: #000;
}

.appli-page .appli-1 .right .cont p {
  padding-bottom: 10px;
}
.appli-page .appli-1 .box {
  background: #f1f1f1;
  border-radius: 20px;
}
.appli-page .case-father .list .box img {
  border-radius: .5em;
  border: 2px solid #FFFFFF;
  transition: .5s ease;
}

.appli-page .case-father .list .box>div {
  width: 94%;
  left: 3%;
  bottom: 4%;
}

.appli-page .case-father .list .box>div>div {
  font-weight: 600;
  border-radius: .5em;
  color: #FFFFFF;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.3);
}


.appli-page .case-father .left .con {
  line-height: 1.8;
}
.appli-page .case-father .left {
  position: sticky;
  top: 250px;
}

.appli-page .case-father .list .box:hover .pos .biao {
  opacity: 0;
}

.appli-page .case-father .list .box:hover .pos .bg {
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}


.appli-page .case-father .list .box .pos .biao {
  transition: all .5s ease;
}

.appli-page .case-father .list .box .pos .bg {
  transition: all .5s ease;
}
@media (max-width: 1000px) {
  .appli-page .case-father .left {
    position: static;
  }
  .appli-page .appli-1 .left {
    padding-right: 0;
  }
  .appli-page .appli-1 .wid-50 {
    width: 100%;
  }

  .appli-page .appli-1 .right {
    padding-bottom: 30px;
  }
  .appli-page .case-father .list .box>div {
    position: static;
  }

  .appli-page .case-father .list .box>div>div {
    color: #000000;
  }
}
@media (max-width:500px) {
  .appli-page .case-father .case {
    width: 100%;
  }
}
.max-1400 {
  max-width: 1400px;
  margin: auto;
}