@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.semiBold {
  font-weight: 600;
}
#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: 40px;
  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: 'Montserrat';
  font-weight: 300;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  --color: #0d6fb8;
}
#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;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 20px 0;
}
#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: 38px;
  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 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
#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 .search {
  cursor: pointer;
  width: 18px;
  height: 20px;
}
#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: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#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 > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#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;
}
#header.active > .nav,
#header.actived > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #333;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.container {
  width: 1530px;
  padding: 0 15px;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .listBox {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#banner .swiper .swiper-wrapper .swiper-slide .listBox .container {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left {
  width: 51%;
}
#banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left .regular span.span {
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin-right: 19px;
  margin-left: 16px;
}
#banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left .regular span.span::after,
#banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left .regular span.span::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left .regular span.span::after {
  left: -16px;
  top: -6px;
}
#banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left .regular span.span::before {
  left: -16px;
  top: 6px;
}
#banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left .semiBold {
  line-height: 1.16;
}
#banner .swiper .swiper-wrapper .swiper-slide .listBox .container .right {
  margin-left: -6%;
  width: 55%;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .listBox .left {
  -webkit-animation: 1s 0.3s zoomIn both;
  -moz-animation: 1s 0.3s zoomIn both;
  animation: 1s 0.3s zoomIn both;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .listBox .right {
  -webkit-animation: 1s 0.5s zoomIn both;
  -moz-animation: 1s 0.5s zoomIn both;
  animation: 1s 0.5s zoomIn both;
}
.Hbtn {
  background: var(--color);
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
  padding: 20px 40px;
  cursor: pointer;
  font-weight: 400;
}
.Hbtn:hover {
  text-decoration: none;
  cursor: pointer;
}
.Hbtn:hover::after {
  width: 100%;
}
.Hbtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #222;
  z-index: -1;
}
.font-160 {
  font-size: 160px;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .line {
  width: 1px;
  height: 660px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 98px;
  -webkit-transform: translateY(-42%);
  -moz-transform: translateY(-42%);
  -ms-transform: translateY(-42%);
  transform: translateY(-42%);
}
#index-body .init-1 .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 1px;
  height: 100px;
  background: black;
  transform: rotate(45deg);
  transform-origin: bottom;
}
#index-body .init-1 .container {
  background-image: url(../images/init-1Bg1.png);
}
#index-body .init-1 .container .left {
  width: 41%;
  padding-top: 20px;
}
#index-body .init-1 .container .left .semiBold {
  line-height: 1.36;
}
#index-body .init-1 .container .left .semiBold::after {
  content: '';
  width: 47px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: -20px;
}
#index-body .init-1 .container .left .light {
  line-height: 1.8;
  color: #4c4c4c;
}
#index-body .init-1 .container .right .img {
  position: relative;
  display: inline-block;
}
#index-body .init-1 .container .right .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-1 .container .right .img .play::before,
#index-body .init-1 .container .right .img .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: 0 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
  border: 15px solid rgba(0, 0, 0, 0.2);
}
#index-body .init-1 .container .right .img .play::after {
  animation-delay: 0.4s;
}
#index-body .init-1 .container .right ul {
  margin-top: 28px;
}
#index-body .init-1 .container .right ul li .h4 {
  line-height: 1;
}
#index-body .init-1 .container .right ul li .h4 em {
  letter-spacing: -2px;
}
#index-body .init-1 .container .right ul li p {
  color: #060606;
}
#index-body .init-1 .container .right::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 14px;
  background-color: var(--color);
}
#index-body .init-2 ul {
  position: relative;
}
#index-body .init-2 ul li {
  position: relative;
  height: 737px;
  background-repeat: no-repeat;
}
#index-body .init-2 ul li .item {
  height: 100%;
  padding-top: 28%;
}
#index-body .init-2 ul li .box {
  color: white;
  width: 78%;
}
#index-body .init-2 ul li .box .i-title {
  line-height: 1.225;
  min-height: 100px;
}
#index-body .init-2 ul li .box .content {
  line-height: 1.7;
  margin-top: 30px;
}
#index-body .init-2 ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}
#index-body .init-3 {
  background-color: #edf2f5;
  background-image: url(../images/init-3Bg1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
#index-body .init-3 .left {
  width: 21.7vw;
  background-color: #fff;
  background-image: url(../images/init-3Bg2.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
#index-body .init-3 .left .init-3Logo {
  width: 18vw;
  padding-left: 18%;
}
#index-body .init-3 .left .init-3Menu li {
  transition: all 0.3s linear;
  padding-left: 19%;
}
#index-body .init-3 .left .init-3Menu li.active {
  width: calc(100% + 10px);
  background-image: url(../images/init-3MenuImg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
#index-body .init-3 .left .init-3Menu ul.ul {
  max-height: 400px;
  overflow-y: auto;
}
#index-body .init-3 .right {
  width: calc(78.3vw - 10px);
}
#index-body .init-3 .right .titleBg {
  line-height: 1;
  opacity: 0.31;
}
#index-body .init-3 .right .titleH {
  margin-top: -35px;
}
#index-body .init-3 .right .titleH .title {
  line-height: 1.625;
  border-right: 5px solid #000;
  white-space: nowrap;
}
#index-body .init-3 .right .titleH .regular {
  width: 70%;
  line-height: 2;
}
#index-body .init-3 .right .swiperBox {
  padding-right: 13.5%;
  height: 460px;
  position: relative;
}
#index-body .init-3 .right .swiperBox .swiper {
  display: none;
}
#index-body .init-3 .right .swiperBox .swiper.active {
  display: block;
}
#index-body .init-3 .right .swiperBox .swiper:first-child {
  display: block;
}
#index-body .init-3 .right .swiperBox .swiper ul li img {
  /*width: 51%;*/
}
#index-body .init-3 .right .swiperBox .swiper ul li .regulai {
  line-height: 2;
  display: inline-block;
}
#index-body .init-3 .right .swiperBox .swiper ul li .regulai:hover {
  color: var(--color);
}
#index-body .init-4 ul {
  position: relative;
}
#index-body .init-4 ul li {
  position: relative;
  color: white;
  padding: 100px 70px 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#index-body .init-4 ul li img {
  transition: 1s;
  z-index: 2;
  position: relative;
  width: 23.3%;
}
#index-body .init-4 ul li .h4 {
  z-index: 2;
  position: relative;
}
#index-body .init-4 ul li .content {
  line-height: 1.8;
  z-index: 2;
  position: relative;
  font-weight: 300;
  max-height: 185px;
  overflow-y: auto;
}
#index-body .init-4 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  transition: 0.5s;
}
#index-body .init-4 ul li:nth-child(2)::after {
  opacity: 0;
}
#index-body .init-4 ul li:hover::after {
  opacity: 0;
}
#index-body .init-4 ul li:hover img {
  transform: rotateY(360deg);
}
#index-body .init-4 ul::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 170px solid white;
  border-left: 180px solid transparent;
}
#index-body .init-5 .line {
  width: 1px;
  height: 585px;
  background: black;
  position: absolute;
  right: 80px;
  top: 0;
  transform: translateY(-85px);
}
#index-body .init-5 .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 1px;
  height: 75px;
  background: black;
  transform: rotate(30deg);
  transform-origin: top;
}
#index-body .init-5 .container.ui {
  background-image: url(../images/init-5Bg.png);
  background-position: left bottom;
  padding-right: 2.6%;
}
#index-body .init-5 .container.ui p {
  color: #4c4c4c;
}
#index-body .init-5 .container.ui ul li .content {
  width: 100%;
  display: block;
  background-color: #ffffff;
  box-shadow: -4px 6px 17px 1px rgba(0, 0, 0, 0.1);
}
#index-body .init-5 .container.ui .btn {
  text-align: right;
  padding-right: 13.6%;
}
#index-body .init-5 .container.ui .btn div.prev {
  margin-left: auto;
}
#index-body .init-5 .container.ui .btn div {
  width: 50px;
  height: 50px;
  border: 1px solid #c0c0c0;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 0 6px;
  font-size: 22px;
  color: #c0c0c0;
  cursor: pointer;
  transition: 0.5s;
  background-color: transparent;
}
#index-body .init-5 .container.ui .btn div:hover {
  background: var(--color);
  border-color: var(--color);
  color: white;
}
#index-body .init-6 .container .bottom {
  background-color: #edf2f5;
  height: 486px;
}
#index-body .init-6 .container .bottom .left {
  width: 50%;
  height: 100%;
}
#index-body .init-6 .container .bottom .left img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#index-body .init-6 .container .bottom .right {
  width: 51.7%;
  margin-right: -1.7%;
  height: 100%;
  background-image: url(../images/init-6Bg.jpg);
}
#index-body .init-6 .container .bottom .right .swiper {
  width: 100%;
  height: 100%;
}
#index-body .init-6 .container .bottom .right .swiper li {
  border-bottom: 1px dashed #cdd2d4;
}
#index-body .init-6 .container .bottom .right .swiper li:hover {
  color: var(--color);
}
#index-body .init-6 .container .bottom .right .swiper .date {
  opacity: 0.7;
}
#index-body .init-6 .container .bottom .right .swiper .date i {
  font-size: 20px;
}
#index-body .init-6 .container .swiper-pagination {
  position: relative;
  right: 50%;
  top: auto;
  transform: translateX(50%);
  height: auto;
}
#index-body .init-6 .container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #c2c2c2;
  opacity: 1;
  margin: 0 13px;
}
#index-body .init-6 .container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #191919;
}
#footer .fTop {
  background-image: url(../images/footerTopBg.jpg);
}
#footer .fTop .line {
  width: 1px;
  height: 100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: white;
  transform: translate(-50%, 50%);
}
#footer .fTop form input {
  border: solid 1px rgba(255, 255, 255, 0.25);
  background-color: rgba(0, 0, 0, 0.25);
  font-weight: 600;
  padding: 18px 0 18px 23px;
  width: 18%;
  color: #fff;
  margin: 0 4.5px;
}
#footer .fTop form input::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .fTop form .Hbtn {
  padding: 18px 58px;
}
#footer .fCenter .container .item p.list a:hover {
  opacity: 1;
}
#footer .fCenter .container .item4 {
  max-width: 340px;
}
#footer .fCenter .container .item5 {
  width: 174px;
}
#footer .fCenter .container .item5 .cont {
  width: 100%;
  height: 172px;
  box-sizing: border-box;
  padding: 8px 9px;
  background-color: #fff;
}
#footer .fCenter .container .item5 .share {
  width: 100%;
}
#footer .fCenter .container .item5 .share li {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #7d7d7d;
  color: #7d7d7d;
  transition: all 0.5s ease;
}
#footer .fCenter .container .item5 .share li i {
  font-size: 14px;
}
#footer .fCenter .container .item5 .share li:hover {
  background-color: #7d7d7d;
  color: white;
}
#footer .fCenter .fLogo::after,
#footer .fCenter .fLogo::before {
  position: absolute;
  content: "";
  width: 36.5%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(-50%);
}
#footer .fCenter .fLogo::before {
  left: 15px;
}
#footer .fCenter .fLogo::after {
  right: 15px;
}
#footer .copyright {
  position: relative;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 11px;
  padding-bottom: 22px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media screen and (max-width: 1700px) {
  .font-160 {
    font-size: 136px;
  }
  #index-body .init-4 ul::after {
    right: -1px;
    bottom: -1px;
  }
  #index-body .init-6 .container .bottom {
    height: 450px;
  }
}
@media screen and (max-width: 1600px) {
  #index-body .init-1 .line {
    left: 25px;
  }
}
@media (max-width: 1500px) {
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .right {
    width: 48%;
  }
}
@media screen and (max-width: 1450px) {
  .font-160 {
    font-size: 120px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 25px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left {
    width: 53%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .right {
    width: 45%;
  }
  #index-body .init-1 .line {
    height: 520px;
  }
  #index-body .init-1 .container .right {
    width: 53%;
    box-sizing: border-box;
  }
  #index-body .init-1 .container .right .img .play {
    width: 25%;
  }
  #index-body .init-1 .container .right::after {
    width: 80px;
    height: 10px;
  }
  #index-body .init-4 ul li {
    padding: 80px 50px 100px;
  }
  #index-body .init-5 .line {
    height: 480px;
    right: 60px;
  }
  #index-body .init-6 .container .bottom {
    height: 400px;
  }
  #footer .fTop .line {
    height: 80px;
  }
  #footer .fTop form input {
    width: 23%;
  }
  #footer .fTop form .Hbtn {
    padding: 21px 58px;
  }
}
@media (max-width: 1250px) {
  .font-160 {
    font-size: 90px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left {
    width: 61%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .right {
    width: 40%;
    margin-left: -3%;
  }
  #index-body .init-2 ul li {
    height: 580px;
  }
  #index-body .init-2 ul li .box {
    width: 90%;
  }
  #index-body .init-3 .left {
    background-size: 90% auto;
  }
  #index-body .init-3 .left .init-3Menu li {
    padding-left: 5%;
  }
  #index-body .init-3 .right .titleH {
    margin-top: -15px;
  }
  #index-body .init-4 ul li {
    padding-left: 30px;
    padding-right: 30px;
  }
  #index-body .init-4 ul li .content {
    max-height: 150px;
  }
  #index-body .init-4 ul::after {
    border-bottom: 100px solid white;
    border-left: 120px solid transparent;
  }
  #index-body .init-5 .line {
    height: 350px;
    transform: translateY(-35px);
  }
  #index-body .init-5 .container.ui .btn div {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
  #index-body .init-6 .container .bottom {
    height: 300px;
  }
  #footer .fCenter .container .item2,
  #footer .fCenter .container .item3 {
    display: none;
  }
  #footer .fCenter .fLogo::after,
  #footer .fCenter .fLogo::before {
    width: 31%;
  }
}
@media (max-width: 1000px) {
  .font-160 {
    font-size: 80px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container {
    justify-content: space-between;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left {
    width: 50%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .right {
    width: 45%;
    margin-left: 0;
  }
  #index-body .init-1 .line {
    display: none;
  }
  #index-body .init-1 .container .right {
    margin-top: 20px;
  }
  #index-body .init-2 ul li .item {
    padding-top: 15%;
  }
  #index-body .init-3 .left {
    background-size: auto;
    background-image: none;
  }
  #index-body .init-3 .left .init-3Logo {
    width: auto;
    display: block;
    padding-left: 0;
    margin: 20px auto;
  }
  #index-body .init-3 .left .init-3Menu {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  #index-body .init-3 .left .init-3Menu li {
    width: 90%;
  }
  #index-body .init-3 .left .init-3Menu li.active {
    width: 70%;
  }
  #index-body .init-3 .left .init-3Menu ul.ul {
    width: 100%;
  }
  #index-body .init-3 .right {
    margin-top: 20px;
  }
  #index-body .init-3 .right .titleH .title {
    border-right: 1px solid #000;
  }
  #index-body .init-3 .right .titleH .regular {
    width: calc(100% - 180px);
  }
  #index-body .init-3 .right .swiperBox {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  #index-body .init-3 .right .swiperBox .swiper ul li img {
    /*width: 40%;*/
  }
  #index-body .init-4 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .init-4 ul li img {
    width: auto;
  }
  #index-body .init-5 .line {
    display: none;
  }
  #index-body .init-5 .container.ui {
    padding-right: 15px;
  }
  #index-body .init-6 .container .bottom {
    height: 650px;
  }
  #index-body .init-6 .container .bottom .left {
    width: 100%;
    height: 45%;
  }
  #index-body .init-6 .container .bottom .right {
    height: 55%;
    margin-right: 0;
    padding: 20px !important;
  }
  #index-body .init-6 .container .bottom .right li {
    padding: 10px;
  }
  #index-body .init-6 .container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  #footer .fTop form {
    justify-content: flex-start;
  }
  #footer .fTop form input {
    width: 48%;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #footer .fCenter .container .item1 {
    display: none;
  }
  #footer .fCenter .fLogo::after,
  #footer .fCenter .fLogo::before {
    width: 25%;
  }
}
@media (max-width: 700px) {
  .font-160 {
    font-size: 60px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left .regular span.span {
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left .regular span.span::before,
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left .regular span.span::after {
    width: 20px;
    left: -10px;
  }
  #index-body .init-2 ul li .box {
    width: 100%;
  }
  #index-body .init-3 .right .titleH {
    margin-top: 0;
    flex-wrap: wrap;
  }
  #index-body .init-3 .right .titleH .title {
    border: none;
  }
  #index-body .init-3 .right .titleH .regular {
    width: 100%;
  }
  #index-body .init-3 .left .init-3Menu li.active {
    width: 90%;
  }
  #index-body .init-3 .left .init-3Menu li {
    width: 90%;
  }
  #footer .fTop form input {
    width: 100%;
    margin-right: 0;
  }
  #footer .fCenter .container .item4 {
    width: 100%;
    max-width: 100%;
  }
  #footer .fCenter .fLogo::after,
  #footer .fCenter .fLogo::before {
    width: 20%;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide .listBox {
    padding-bottom: 15px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left {
    width: 70%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .left .semiBold {
    font-size: 20px;
    line-height: 1.05;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .listBox .container .right {
    width: 30%;
  }
  #footer .fCenter .fLogo::after,
  #footer .fCenter .fLogo::before {
    width: 10%;
  }
}
.inner-banner {
    height: 450px;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 200px
}

.m-page span,.m-page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 16px;
    margin: 0 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.m-page a:hover,.m-page span {
    background: var(--color);
    color: #fff
}

.inner-page .sidebar-box {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.inner-page .sidebar-box .sidebar-left {
    width: 25%;
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

.inner-page .sidebar-box .sidebar-left form {
    position: relative
}

.inner-page .sidebar-box .sidebar-left form input[type=text] {
    width: 100%;
    height: 72px;
    border-radius: 72px;
    border: 1px solid #eee;
    padding: 0 28px;
    font-size: 18px;
    color: #000;
    line-height: 1
}

.inner-page .sidebar-box .sidebar-left form input[type=submit] {
    width: 67px;
    height: 67px;
    background: url(/meigemachinery/2023/12/22/product-s-1.png) no-repeat center center;
    background-size: 100% auto;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 30px;
    border: 1px solid #eee;
    margin-top: 30px
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
    margin-top: 25px
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
    margin-bottom: 10px
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
    margin-bottom: 0
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav>li>a {
    font-weight: 700
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
    display: block;
    padding: 18px 45px 18px 20px;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-size: 17px;
    color: #7a7777;
    line-height: 28px;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active>a,.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover {
    background: var(--color);
    color: #fff
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa,.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover .fa {
    color: #fff
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
    margin-top: 40px
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
    padding: 20px 20px 20px 40px;
    margin-bottom: 18px;
    -webkit-box-shadow: 0 0 20px 0 rgba(61,40,40,.05);
    box-shadow: 0 0 20px 0 rgba(61,40,40,.05)
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
    margin-bottom: 0
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
    background: url(/template/en/images/p-phone.png) no-repeat 10px center
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
    background: url(/template/en/images/p-mail.png) no-repeat 10px center
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
    background: url(/template/en/images/p-add.png) no-repeat 10px 20px
}

.inner-page .sidebar-box .sidebar-right {
    width: 75%
}
@media screen and (max-width: 1430px) {
    .inner-page .sidebar-box .sidebar-left .sidebar-nav {
        padding: 30px 15px
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
      padding: 15px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
        font-size: 16px
    }

    .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p {
        font-size: 16px
    }
    .inner-page .sidebar-box .sidebar-left form input[type=submit] {
      width: 45px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
      padding: 15px;
      padding-right: 20px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
      right: 10px;
    }
}
@media screen and (max-width: 1230px){
   .product-page .product-box {
        padding-left:0;
        padding-top: 0
    }

    .inner-page .sidebar-box .sidebar-left {
        display: none
    }

    .inner-page .sidebar-box .sidebar-right {
        width: 100%
    }

    .inner-page .form ul li input,.inner-page .form ul li textarea {
        padding: 10px 15px
    }
}
/*product*/

.product-page .product-box .product-list {
  margin: 0 -10px;
  /*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;*/
}

.product-page .product-box .product-list li {
  padding: 0 10px;
  margin-bottom: 40px;
  height: 100%;
}

.product-page .product-box .product-list li a {
  display: block;
  padding-bottom: 32px;
  position: relative;
}

.product-page .product-box .product-list li a:hover .content {
  background: var(--color);
  border: 1px solid transparent;
}

.product-page .product-box .product-list li a:hover .content h2,
.product-page .product-box .product-list li a:hover .content h4 {
  color: #fff;
}

.product-page .product-box .product-list li a:hover .content h4::after {
  width: 100%;
}

.product-page .product-box .product-list li a:hover .content p {
  color: #fff;
}

.product-page .product-box .product-list li a:hover .content p::after {
  background: #fff;
}

.product-page .product-box .product-list li a .pro-img {
  overflow: hidden;
}

.product-page .product-box .product-list li a .pro-img img {
  width: 100%;
}

.product-page .product-box .product-list li a .content {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  left: 50%;
  width: 80%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 15px 15px 20px;
}

.product-page .product-box .product-list li a .content h2 {
  line-height: 1.25;
  color: #000000;
  font-weight: 600;
  /*text-transform: uppercase; */
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-page .product-box .product-list li a .content h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .product-box .product-list li a .content p {
  line-height: 1.75;
  color: #22221d;
  position: relative;
}

.product-page .product-box .product-list li a .content p::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/*.prodet-page .det-1 .grid-box .left .ig{
  display: flex;
  flex-direction: row-reverse;
}*/
.prodet-page .det-1 .grid-box .left,.prodet-page .det-1 .grid-box .right {
  width: 50%;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  width: 100%;
  text-align: center;
  border: 2px solid #e1e1e1;
}

.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
}

.prodet-page .det-1 .grid-box .left .gallery {
  width: 100%;
  margin-right: 0px;
  text-align: center;
  margin-top: 20px;
}

.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}

/*.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}*/
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: -5px;
}

.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 5px;
}

.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}

.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  /*padding-bottom: 90px;*/
}

.prodet-page .det-1 .grid-box .right .text h1 {
  line-height: 1.3;
  color: #1c1c1c;
  margin-top: 10px;
}

.prodet-page .det-1 .grid-box .right .text h3 {
  line-height: 1.25;
}

.prodet-page .det-1 .grid-box .right .text .con {
  line-height: 1.8;
  color: #616161;
}

.prodet-page .det-1 .grid-box .right .text .share {
  display: flex;
  align-items: center;
  margin-top: 30px
}

.prodet-page .det-1 .grid-box .right .text .share h5 {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}

.prodet-page .det-1 .grid-box .right .text .share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: auto;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}

.prodet-page .det-1 .grid-box .right .text .more {

  margin-top: 40px;
}

.prodet-page .det-1 .grid-box .right .text .more .fl {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}

.prodet-page .det-1 .grid-box .right .text .more .fl:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: var(--color);
  vertical-align: middle;
}


.prodet-page .det-2 {
  margin-top: 60px;
}

.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}

.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 15px;
}

.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #1c1c1c;
  padding: 8px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .det-2 .tabs ul li a:hover {
  color: var(--color);
}

.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}

.prodet-page .det-2 .related {
  margin-top: 20px;
}

.prodet-page .det-2 .related ul li.active {
  display: block;
}

.prodet-page .det-2 .related ul li .con {
  font-size: 16px;
  line-height: 1.8;
  color: #616161;
}

.prodet-page .det-3 {
  margin-top: 60px;
}

/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title h3 {
  font-weight: 600;
  color: #1c1c1c;
  border-bottom: 2px solid #e1e1e1;
}

.prodet-page .det-3 .title h3 span {
  display: inline-block;
  position: relative;
  padding: 10px 0;
}

.prodet-page .det-3 .title h3 span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
}

.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}

.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}

.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}

.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}

.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 12px;
}

.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 16px;
  line-height: 30px;

  font-weight: 600;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: var(--color);
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: var(--color);
}
.m-link a span{
  color: #000;
  transition: all .3s linear;
}
.m-link a:hover span {
  color: var(--color);
}

.inner-page .form ul {
  margin: -10px;
}

.inner-page .form ul li {
  padding: 10px;
}

.inner-page .form ul li.wid-50 {
  width: 50%;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: var(--color);
}

.inner-page .form ul li textarea {
  height: 120px;
}

.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}

.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}

.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width:1430px) {
  .product-page .product-box .product-list li a .content {
    width: 90%
  }
}
@media screen and (max-width:1230px) {
  .product-page .product-box {
    padding-left: 0;
    padding-top: 0;
  }
   .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-box h1 {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .inner-page .form ul li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
    line-height: 30px;
  }

  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }

  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {

  /*.prodet-page .det-2 .tabs ul {
    border: none;
  }*/
  .prodet-page .det-2 .tabs ul li {
    /*display: block;*/
    text-align: center;
    /*border-bottom: 2px solid #e1e1e1;*/
  }

  .prodet-page .det-2 .tabs ul li a {
    display: block;
  }

  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }

  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
    line-height: 28px;
  }
}
/*about*/

.about-page .about-1 .play {
  width: 22%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  cursor: pointer;
}

.about-page .about-1 .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.72);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}

.about-page .about-1 h2 {
  line-height: 1.2;
  text-transform: uppercase;
  /*color: #f63f06;*/
  font-weight: 600;
}

.about-page .about-1 h4 {
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--color);
}

.about-page .about-1 .box {
  margin: -40px;
}

.about-page .about-1 .left {
  width: 50%;
  padding: 40px;
  vertical-align: middle;
}

.about-page .about-1 .left .content {
  max-height: 360px;
  overflow: auto;
  padding-right: 20px;
  line-height: 1.5;
}

.about-page .about-1 .right {
  width: 50%;
  padding: 40px;
  vertical-align: middle;
}

.about-page .about-3 {
  padding: 70px 0 80px;
  background-color: #003487;
  /*background-image: linear-gradient(180deg, #275a9b 0%, #16498a 100%);*/
}

.about-page .about-3 h3 {
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}

.about-page .about-3 .text p {
  display: block;
  color: #ffffff;
  line-height: 1.7;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}

.about-page .about-3 .box {
  padding-top: 50px;
}

.about-page .about-3 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.about-page .about-3 .box ul li {
  width: 25%;
}

.about-page .about-3 .box ul li .box2 {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.about-page .about-3 .box ul li .box2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-3 .box ul li .box2 i {
  display: block;
  font-size: 50px;
  /*line-height: 50px;
  height: 50px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #f63f06;
}

.about-page .about-3 .box ul li .box2 i img {
  margin: auto;
}

.about-page .about-3 .box ul li .box2 h4 {
  line-height: 1.36;
  font-weight: bold;
  text-transform: capitalize;
  margin: 20px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 60px;
}

.about-page .about-3 .box ul li .box2 p {
  line-height: 1.56;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  max-height: 155px;
  min-height: 155px;
  overflow: auto;
}

.p11-value .title .text h2.tit {
  margin-bottom: 25px;
}

.about-page .about-3 .box ul li .box2:hover::after {
  background-color: var(--color);
}

.about-page .about-3 .box ul li .box2:hover i,
.about-page .about-3 .box ul li .box2:hover h4,
.about-page .about-3 .box ul li .box2:hover p {
  color: white;
}

.about-page .about-3 .box ul li .box2:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-page .about-4 {
  padding: 90px 0;
  background: url("../images/about-factory-bg.jpg") center top no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}

.about-page .about-4 h3 {
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}

.about-page .about-4 .text p {
  display: block;
  color: #6b6b84;
  line-height: 1.875;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}

.about-page .about-4::after {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: white;
  z-index: -1;
}

.about-page .about-4 h3 {
  color: white;
}

.about-page .about-4 .line {
  background: white;
}

.about-page .about-4 .text p {
  color: white;
}

.about-page .about-4 .box {
  padding-top: 50px;
  margin-bottom: -80px;
}

.about-page .about-4 .box ul {
  margin: 0 -15px;
}

.about-page .about-4 .box ul li {
  padding: 0 15px 80px;
}

.about-page .about-4 .box ul li .box2 {
  display: block;
  position: relative;
  z-index: 1;
}

.about-page .about-4 .box ul li .box2 .img-box {
  display: block;
}

.about-page .about-4 .box ul li .box2 .img-box img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .box ul li .box2 .text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: white;
  background: #0266ad;
  text-align: left;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .box ul li .box2 .text h4 {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  padding: 0 15px;
  font-weight: bold;
}

.about-page .about-4 .box ul li .box2 .text h4 small {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}

.about-page .about-4 .box ul li .box2:hover .img-box img {
  left: -10%;
}

.about-page .about-4 .box ul li .box2:hover .text {
  top: 80px;
  width: 90%;
}

.about-page .p8-s02 {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}

.about-page .p8-s02:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f7f9;
  position: absolute;
  top: 180px;
  left: 0px;
  z-index: -1;
}

.about-page .p8-s02 h2 {
  line-height: 1.4;
  color: #363636;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  border-bottom: 1px solid rgba(37, 33, 24, 0.2);
}

.about-page .p8-s02 .num-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page .p8-s02 li {
  width: 20%;
  max-width: 280px;
  padding: 30px 10px 20px;
  text-align: center;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(118, 128, 147, 0.1);
  box-shadow: 0px 30px 60px 0px rgba(118, 128, 147, 0.1);
  background-color: #fff;
  min-height: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}

.about-page .p8-s02 b {
  color: var(--color);
  font-weight: bold;
  font-style: normal;
  display: block;
  line-height: 1.2;
}

.about-page .p8-s02 span {
  line-height: 1.7;
  color: #363636;
  font-style: normal;
  display: block;
  margin-top: 10px;
}
.p11-team .mml-row {
  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;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p11-team .title {
  max-width: 380px;
  width: 32%;
  margin: 0 90px 0 10px;
}

.p11-team .title h2 {
  line-height: 1.2;
  font-weight: 600;
}

.p11-team .title .desc {
  /*background-color: #f6f7f9;*/
  margin-top: 20px;
  /*padding: 60px 30px;*/
}

.text.mod-1 p {
  line-height: 1.7;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.p11-team .title h3 {
  color: #292d31;
  margin-bottom: 20px;
}

.p11-team .item-wrap {
  width: 60%;
  margin: -10px;
}

.p11-team .item {
  padding: 10px 15px;
  margin: 10px 15px;
  /*border: #d2e7f5 solid 3px;*/
}

.p11-team .item .img {
  border: 1px solid #eee;
}

.p11-team .item p {
  color: #051321;
  margin-top: 10px;
}

.p11-comment {
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 1250px) {
  .p11-team .title {
    width: 100%;
    max-width: 100%;
  }
  .p11-team .item-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1200px){
  .about-page .about-1 .box {
    margin: -15px;
  }

  .about-page .about-1 .left {
    padding: 15px;
  }

  .about-page .about-1 .right {
    padding: 15px;
  }

  .about-page .about-3 .box ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-3 .box ul li {
    width: 50%;
  }
  .p11-team .title {
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }

  .p11-team .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }

  .about-page .about-1 .right {
    width: 100%;
  }

  .about-page .p8-s02 .num-list {
    flex-wrap: wrap;
  }

  .about-page .p8-s02 li {
    width: 45%;
    max-width: 100%;
  }
  .about-page .p8-s02 li {
    min-height: auto;
  }
}
@media screen and (max-width: 700px){
  .about-page .p8-s02 {
    padding-bottom: 20px !important;
  }

  .about-page .p8-s02 {
    padding-bottom: 40px !important;
  }

  .about-page .p8-s02 h2 {
    line-height: 1.4;
  }
  .about-page .about-3 h3 {
    line-height: 1.4;
  }

  .about-page .about-4 h3 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 500px) {
  .about-page .p8-s02 li {
    width: 100%;
  }
}

.history-page .about-2 {
  text-align: center;
  /*background: url("../images/about-2-bg.jpg") center center no-repeat black;*/
}

.history-page i.tag {
  display: block;
  font-size: 18px;
  /*color: #e73637;*/
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 30px;
}

.history-page h2 {
  display: block;
  font-size: 40px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  line-height: 1.8;
  font-weight: 700;
}

.history-page .about-2 .list {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.history-page .about-2 .list:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  background: var(--color);
  z-index: -1;
}

.history-page .about-2 .list ul li {
  margin-bottom: 40px;
  position: relative;
}

.history-page .about-2 .list ul li:last-child {
  margin-bottom: 0;
}

.history-page .about-2 .list ul li .left {
  padding-right: 40px;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  vertical-align: middle;
  position: relative;
  width: 50%;
}

.history-page .about-2 .list ul li .left strong {
  display: block;
  line-height: 1.6;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 15px;
  position: relative;
}

.history-page .about-2 .list ul li .right {
  padding-left: 40px;
  /*vertical-align: middle;*/
  position: relative;
  width: 50%;
}

.history-page .about-2 .list ul li .right img {
  max-width: 350px;
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.history-page .about-2 .list ul li:nth-child(2n) .right img {
  margin-left: auto;
  margin-right: 0;
}

.history-page .about-2 .list ul li i.circle {
  position: absolute;
  top: -8px;
  right: -62.3px;
}

.history-page .about-2 .list ul li i.circle svg {
  border-radius: 100%;
  background: #fff;
  border: 1px solid var(--color);
}

.history-page .about-2 .list ul li i.circle svg circle {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}

.history-page .about-2 .list ul li i.circle.active svg circle {
  -webkit-animation: Db 2s ease-in forwards;
  -moz-animation: Db 2s ease-in forwards;
  animation: Db 2s ease-in forwards;
}

.history-page .about-2 .list ul li:nth-child(1) i.circle svg,
.history-page .about-2 .list ul li:nth-child(2) i.circle svg,
.history-page .about-2 .list ul li:last-child i.circle svg {
  background: white;
}

.history-page .about-2 .list ul li:nth-child(even) .left {
  padding-right: 0;
  padding-left: 40px;
  left: 50%;
  text-align: left;
}

.history-page .about-2 .list ul li:nth-child(even) .left i.circle {
  left: -62.3px;
  right: auto;
}

.history-page .about-2 .list ul li:nth-child(even) .right {
  padding-right: 40px;
  padding-left: 0;
  left: -50%;
}

@media screen and (max-width: 1500px) {
  .history-page .about-2 .list ul li .left strong {
    font-size: 30px;
  }
}

@media screen and (max-width: 1250px) {
  .history-page .about-2 .list ul li .left {
    font-size: 14px;
  }

  .history-page .about-2 {
    background-position: center bottom 45%;
  }
}

@media screen and (max-width: 1000px) {
  .history-page .about-2 {
  }

  .history-page .about-2 .list ul li .left strong {
    font-size: 24px;
  }

  .history-page .about-2 .list:after {
    top: 30px;
  }

  .history-page .about-2 .list ul li .left {
    font-size: 16px;
    line-height: 30px;
  }

  .history-page .about-2 .list ul li i.circle {
    top: -13px;
  }
}

@media screen and (max-width: 700px) {
  .history-page .about-2 .list ul li {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .history-page .about-2 .list ul li:nth-child(2n) .right img {
    margin-left: 0;
  }
  .history-page .about-2 .list ul li .left {
    width: 100% !important;
    padding-left: 60px !important;
    padding-right: 0 !important;
    left: 0 !important;
    text-align: left;
  }

  .history-page .about-2 .list ul li .right {
    width: 100% !important;
    display: block;
    padding-left: 60px !important;
    padding-right: 0 !important;
    left: 0 !important;
    padding-top: 10px;
  }
  .history-page .about-2 .list ul li .right img{
    width: 100%;
    height: auto;
  }

  .history-page .about-2 .list ul li i.circle {
    left: -62px !important;
    right: auto !important;
  }

  .history-page .about-2 .list:after {
    left: 20px !important;
  }

  .history-page .about-2 {
    background-image: none;
  }

  .history-page .about-2 .list ul li i.circle svg {
    background: black !important;
  }
}
/*honour*/

.honor-page .honor-1 {
  /*padding: 40px 0 0px;*/
}

.honor-page .honor-1 h2 {
  color: var(--color);
  font-weight: bold;
  font-size: 40px;
}

.honor-page .honor-1 .left {
  width: 50%;
  vertical-align: middle;
}

.honor-page .honor-1 .right {
  width: 50%;
  vertical-align: middle;
}

.honor-page .honor-section {
  padding: 80px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(40%, #ffffff));
  background-image: -webkit-linear-gradient(#f6f6f6 0, #ffffff 40%);
  background-image: -moz-linear-gradient(#f6f6f6 0, #ffffff 40%);
  background-image: linear-gradient(#f6f6f6 0, #ffffff 40%);
}

.honor-page .honor-section .title {
  padding: 40px 60px;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 0 100px 0;
}

.honor-page .honor-section .title h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}

.honor-page .honor-section .title h2::after {
  content: "";
  display: block;
  width: 65%;
  height: 1px;
  background-color: black;
  margin-top: 10px;
}

.honor-page .honor-section .box {
  margin: -40px;
}

.honor-page .honor-section .left {
  padding: 40px;
  width: 30%;
}

.honor-page .honor-section .right {
  padding: 40px;
  width: 70%;
}

.honor-page .honor-section .right ul {
  margin: -15px -27px;
}

.honor-page .honor-section .right ul li {
  width: 33.33%;
  padding: 15px 27px;
}

.honor-page .honor-section .right ul li .img {
  border: 5px solid white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.honor-page .honor-section .right ul li h3 {
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  text-align: center;
}

.honor-page .honor-section .right ul .slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 20px;
}

.honor-page .honor-section .right ul .slick-dots li {
  padding: 0;
  display: inline-block;
  width: auto;
  margin: 0 3px;
}

.honor-page .honor-section .right ul .slick-dots li button {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid #eee;
  line-height: 30px;
}

.honor-page .honor-section .right ul .slick-dots li.slick-active button,
.honor-page .honor-section .right ul .slick-dots li:hover button {
  background: var(--color);
  color: white;
  border-color: var(--color);
}

@media screen and (max-width: 1440px) {
  .honor-page .honor-section .title {
    padding: 40px;
  }

  .honor-page .honor-section .title h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .honor-page .honor-section .box {
    margin: -15px;
  }

  .honor-page .honor-section .left {
    padding: 15px;
  }

  .honor-page .honor-section .right {
    padding: 15px;
  }

  .honor-page .honor-section .right ul {
    margin: -15px;
  }

  .honor-page .honor-section .right ul li {
    padding: 15px;
  }

  .honor-page .honor-section .title {
    padding: 30px;
    border-radius: 50px 0 50px 0;
  }
}

@media screen and (max-width: 1000px) {
  .honor-page .honor-1 .left {
    width: 100%;
  }

  .honor-page .honor-1 .right {
    width: 100%;
    margin-top: 60px;
  }

  .honor-page .honor-section .left {
    width: 100%;
  }

  .honor-page .honor-section .right {
    width: 100%;
  }

  .honor-page .honor-section .title {
    min-height: auto;
  }
}

@media screen and (max-width: 500px) {
  .honor-page .honor-section .right ul li {
    width: 50%;
  }
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li a{
  display: block; 
  background: white;
}
/*faq*/

.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}

.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}

.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}

.faq-page ul li:last-child {
  margin-bottom: 0;
}

.manu-page h2 {
  line-height: 1.15;
}

.manu-page .about-1 {
  position: relative;
}

.manu-page .about-1::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 1078px;
  height: 556px;
  right: 130px;
  bottom: -90px;
  /*background: url(../images/about-1-bg.jpg) no-repeat center center;*/
}

.manu-page .about-1 .content {
  margin: 0 auto;
  max-width: 1560px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.manu-page .about-1 .content .left {
  width: 50%;
  position: relative;
}

.manu-page .manu-img img {
  width: 100%;
}

.manu-page .manu-img li {
  position: relative;
}

.manu-page .manu-img li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 10px 15px;
}

.manu-page .about-1 .content .left>img {
  /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
}


.manu-page .about-1 .content .left .play {
  position: absolute;
  display: block;
  right: -40px;
  bottom: 60px;
  z-index: 6;
}

.manu-page .about-1 .content .left .play::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}

.manu-page .about-1 .content .left .play::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100% !important;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}



.manu-page .about-1 .content .right .play {
  position: absolute;
  display: block;
  left: 40px;
  bottom: 65px;
  z-index: 6;
}

.manu-page .about-1 .content .right .play::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}

.manu-page .about-1 .content .right .play::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100% !important;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

.manu-page .about-1 .content .right {
  width: 50%;
  padding-left: 40px;
  position: relative;
}

.manu-page .about-1 .content h4 {
  font-size: 25px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  /*font-weight: 600;*/
}

.manu-page .about-1 .content h2 {
  color: var(--color);
  margin: 20px 0;
  font-weight: 600;
  text-transform: capitalize;
}

.manu-page .about-1 .content p {
  line-height: 1.7;
}

.manu-page .about-2 {
  padding: 80px 0 60px;
  position: relative;
}

.manu-page .about-2::after {
  position: absolute;
  content: "";
  width: 55%;
  height: 100%;
  background: #f5f5f5;
  left: 0;
  top: 0;
  z-index: -1;
}

.manu-page .about-2.right::after {
  left: auto;
  right: 0;
  width: 60%;
}

.manu-page .about-2 .content {
  margin: 0 auto;
  max-width: 1560px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.manu-page .about-2 .content .left {
  width: 50%;
  padding-right: 90px;
}

.manu-page .about-2 .content h2 {
  color: var(--color);
  margin-bottom: 35px;
  font-weight: 600;
}

.manu-page .about-2 .content p {
  line-height: 2;
}

.manu-page .about-2 .content .right {
  width: 50%;
}

.manu-page .about-3 {
  text-align: center;
  padding: 60px 0;
  background: url(../images/about-3-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

/*.manu-page .about-3 .top {
  margin-bottom: 70px;
}*/
.manu-page .about-3 .top h2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
}

.manu-page .about-3 .top p {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
}

.manu-page .about-3 .top .more {
  margin-top: 50px;
}

.manu-page .about-4 {
  background: #f3f3f3;
  padding: 60px 0 50px;
}

.manu-page .about-4 .container {
  max-width: 1200px;
}

.manu-page .about-4 .top {
  text-align: center;
}

.manu-page .about-4 .top h2 {
  color: #9e8657;
  margin-bottom: 25px;
  font-weight: 600;
}

.manu-page .about-4 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 845px;
}

.manu-page .about-4 .content {
  margin-top: 60px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manu-page .about-4 .content .historyBox {
  max-width: 350px;
}

.manu-page .about-4 .content .historyBox h4 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
}

.manu-page .about-4 .content .historyBox p {
  font-size: 20px;
}

.manu-page .about-4 .content .historyBox .arrow-l,
.manu-page .about-4 .content .historyBox .arrow-r {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 0;
  background: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 15px;
}

.manu-page .about-4 .content .historyBox .arrow-l:hover,
.manu-page .about-4 .content .historyBox .arrow-r:hover {
  color: var(--color);
}

.manu-page .about-4 .content .historyBox .arrow-l {
  left: 0;
}

.manu-page .about-4 .content .historyBox .arrow-r {
  right: 0;
}

.manu-page .about-4 .content .right {
  padding-left: 50px;
  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;
}

.manu-page .about-4 .content .right .text {
  margin-left: 30px;
}

.manu-page .about-4 .content .right .text h5 {
  font-size: 60px;
  line-height: 1;
  color: #afafaf;
  font-weight: 600;
}

.manu-page .about-4 .content .right .text h5 span {
  display: block;
  font-weight: 600;
}

.manu-page .about-4 .partnerBox {
  margin-top: 100px;
}

.manu-page .about-4 .partnerBox ul {
  margin: -15px;
}

.manu-page .about-4 .partnerBox li {
  padding: 15px;
  cursor: pointer;
}

.manu-page .about-5 {
  padding: 50px 0 50px;
  background: #1f2128;
}

.manu-page .about-5 .container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.manu-page .about-5 .container .left {
  width: 65.5%;
}

.manu-page .about-5 .container .right {
  width: 34.5%;
  padding-left: 30px;
}

.manu-page .about-5 .container .right .content {
  max-width: 405px;
  margin: 0 0 0 auto;
}

.manu-page .about-5 .container .right .content h4 {
  font-size: 80px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}

.manu-page .about-5 .container .right .content p {
  color: #afafaf;
}

.manu-page .about-5 .container .right .content h2 {
  font-size: 130px;
  line-height: 1;
  font-weight: 600;
  color: rgba(154, 27, 64, 0.1);
  margin-top: 35px;
}

.manu-page .about-6 {
  padding: 80px 0 70px;
  /*background: #eee;*/
}

.manu-page .about-6 .content {
  margin: 0 auto;
  max-width: 1635px;
}

.manu-page .about-6 .top {
  text-align: center;
}

.manu-page .about-6 .top h2 {
  color: var(--color);
  margin-bottom: 25px;
  font-weight: 600;
}

.manu-page .about-6 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 705px;
}

.manu-page .about-6 .newsBox {
  margin-top: 80px;
}

.manu-page .about-6 .newsBox ul {
  margin: -15px;
}

.manu-page .about-6 .newsBox ul li {
  padding: 15px;
}

.manu-page .about-6 .newsBox .news-img {
  display: block;
  overflow: hidden;
  position: relative;
}

.manu-page .about-6 .newsBox .news-img .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}

.manu-page .about-6 .newsBox .news-img .play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}

.manu-page .about-6 .newsBox .news-img .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

.manu-page .about-6 .newsBox .content h5 {
  line-height: 1.2;
  color: #000000;
  display: -webkit-box;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 0;
  overflow: hidden;
  text-transform: capitalize;
  margin: 30px 0 20px;
  min-height: 58px;
}

.manu-page .about-6 .newsBox .content h5:hover {
  color: var(--color);
}

.manu-page .about-6 .newsBox .content .time {
  color: #5d5d5d;
  line-height: 1;
  margin-top: 20px;
}

.manu-page .about-6 .newsBox .content p {
  color: #5d5d5d;
  /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
  max-height: 145px;
  overflow: auto;
}

.manu-page+div+.i-form.Auxil-form {
  display: none;
}

@media screen and (max-width: 1610px) {
  .manu-page .about-2 .content .left {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1437px) {
  .manu-page .about-5 .container .right .content h2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .manu-page .about-4 .content .historyBox {
    max-width: 100%;
  }

  .manu-page .about-4 .content .right {
    display: none;
  }

  .manu-page .about-5 .container .left {
    width: 100%;
  }

  .manu-page .about-5 .container .right {
    width: 100%;
    padding-left: 0;
  }

  .manu-page .about-5 .container .right .content {
    max-width: 100%;
  }

  .manu-page .about-1 .content .left {
    width: 100%;
  }

  .manu-page .about-1 .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .manu-page .about-1 .content .left .play {
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .manu-page .about-1 .content .right .play {
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 700px) {
  .manu-page .about-2 .content .left {
    padding: 0 15px;
    width: 100%;
  }

  .manu-page .about-2 .content .right {
    width: 100%;
    padding: 20px 15px 0;
  }
}

.quality-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}

.quality-page .init-1 .container .left img {
  width: 100%;
}

.quality-page .init-1 .container .right {
  vertical-align: middle;
}

.quality-page .init-1 .container .right .tips {
  font-weight: bold;
  color: #154c99;
}

.quality-page .init-1 .container .right .title {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
}

.quality-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #4a4a4a;
}

.quality-page .init-1 .container .right .more_c {
  margin-top: 36px;
}

.quality-page .init-1 .container .right .more_c .column {
  width: auto;
  vertical-align: middle;
}

.quality-page .init-1 .container .right .more_c img {
  width: 90px;
  cursor: pointer;
}

.quality-page .init-1 .container .right .more_c .more {
  background-color: #fd0400;
  color: #fff;
  font-weight: bold;
  padding: 12px 18px;
  margin-left: 50px;
  border: 1px solid #fd0400;
}

.quality-page .init-1 .container .right .more_c .more::before {
  background-color: #fff;
}

.quality-page .init-1 .container .right .more_c .more:hover {
  color: #fd0400;
}

.quality-page .init-2 {
  z-index: 3;
  position: relative;
  padding-bottom: 155px;
  padding-top: 150px;
}

.quality-page .init-2 .bg {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(-60%);
  height: -moz-calc(-60%);
  height: calc(100% - 160px);
  top: 130px;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}

.quality-page .init-2 .container .left {
  color: #fff;
  margin-top: 90px;
}

.quality-page .init-2 .container .left .tips {
  color: #1e5cb3;
  font-weight: bold;
}

.quality-page .init-2 .container .left .title {
  font-weight: bold;
  max-width: 700px;
}

.quality-page .init-2 .container .left .list_cont .list {
  margin-top: 30px;
}

.quality-page .init-2 .container .left .list_cont .list .img {
  vertical-align: middle;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 52, 135, .73);
  text-align: center;
  position: relative;
}

.quality-page .init-2 .container .left .list_cont .list .img img {
  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%);
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.quality-page .init-2 .container .left .list_cont .list .cont {
  padding-left: 20px;
  vertical-align: middle;
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(100% - 90px);
}

.quality-page .init-2 .container .left .list_cont .list .cont .title_2 {
  font-weight: bold;
}

.quality-page .init-2 .container .left .list_cont .list .cont .des_2 {
  color: #d9d9d9;
  line-height: 1.6;
  margin-top: 10px;
}

.quality-page .init-2 .container .left .list_cont .list:hover .img {
  border-radius: 10px;
}

.quality-page .init-2 .container .left .list_cont .list2 .img {
  /*background-color: #222222;*/
}

.quality-page .init-2 .container .left .list_cont .list3 .img {
  background-color: #fff;
}

.quality-page .init-2 .container .right {
  padding-left: 40px;
}

.quality-page .init-2 .container .right .list_cont {
  margin: 0 -15px;
}

.quality-page .init-2 .container .right .list_cont .list {
  margin-top: 20px;
  padding: 0 15px;
}

.quality-page .init-2 .container .right .list_cont .list .box {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 40px 10px 20px 10px;
  text-align: center;
}

.quality-page .init-2 .container .right .list_cont .list .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -o-background-size: cover;
  background-size: cover;
}

.quality-page .init-2 .container .right .list_cont .list .box .sub {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  top: 0;
  left: 0;
  background-color: var(--color);
}

.quality-page .init-2 .container .right .list_cont .list .box .num {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

.quality-page .init-2 .container .right .list_cont .list .box .des {
  margin-top: 16px;
}

.quality-page .init-2 .container .right .list_cont .list .box:hover .shadow {
  opacity: 1;
}

.quality-page .init-3 {
  position: relative;
  z-index: 2;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 160px;
  margin-top: -80px;
  /*text-align: center;*/
}

.quality-page .init-3 .container .tips {
  font-weight: bold;
  color: #ff0000;
  text-transform: uppercase;
}

.quality-page .init-3 .container .tips_title {
  font-weight: bold;
  max-width: 550px;
  margin: 10px 0 0;
  line-height: 1.4;
}

.quality-page .init-3 .container .content {
  margin: 20px -30px 0;
}

.quality-page .init-3 .container .content .slick li {
  padding: 30px 30px;
}

.quality-page .init-3 .container .content .slick li .box a {
  display: block;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.quality-page .init-4 {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 0px;
}

.quality-page .init-4 .container .title_c .left {
  /*width: -webkit-calc(8%);
  width: -moz-calc(8%);
  width: calc(100% - 2px);*/
}

.quality-page .init-4 .container .title_c .left .tips {
  font-weight: bold;
  color: #ff0000;
  text-transform: uppercase;
}

.quality-page .init-4 .container .title_c .left .tips_title {
  max-width: 550px;
  font-weight: bold;
  line-height: 1.4;
}

.quality-page .init-4 .container .title_c .right {
  vertical-align: bottom;
  /*width: 92px;*/
}

.quality-page .init-4 .container .title_c .right .btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
}

.quality-page .init-4 .container .title_c .right .btn:hover {
  background: var(--color);
  border-color: var(--color);
  color: white;
}

.quality-page .init-4 .container .title_c .right .btn i {
  position: relative;
  z-index: 2;
}

.quality-page .init-4 .container .content {
  margin-top: 40px;
}

.quality-page .init-4 .container .content .slick {
  margin: 0 -25px;
}

.quality-page .init-4 .container .content .slick li {
  padding: 0 25px;
}

.quality-page .init-4 .container .content .slick li a {
  display: block;
}

.quality-page .init-4 .container .content .slick li a img {
  width: 100%;
}

@media (max-width: 1250px) {
  .quality-page .init-2 .container,.quality-page .init-1 .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .quality-page .init-1 .container .left {
    display: none;
  }

  .quality-page .init-1 .container .right {
    width: 100%;
    text-align: center;
  }

  .quality-page .init-2 .container .left {
    width: 100%;
  }

  .quality-page .init-2 .container .left .title {
    max-width: 100%;
  }

  .quality-page .init-2 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;

  }

  .quality-page .init-2 .container .right img {
    width: 100%;
    /*display: none;*/
  }
}

@media (max-width: 1000px) {

  .quality-page .init-2 .container .left .tips,
  .quality-page .init-2 .container .left .title {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .quality-page .init-2 {
    margin-top: 40px;
    background-color: #000;
  }

  .quality-page .init-2 .bg {
    display: none;
  }

  .quality-page .init-2 .container .left {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .quality-page .init-1 .container .right .more_c img.column {
    width: 60px;
  }

  .quality-page .init-1 .container .right .more_c .more {
    width: 100%;
    margin: 20px 0 0;
  }

  .quality-page .init-2 .container .left .list_cont .list {
    text-align: center;
  }

  .quality-page .init-2 .container .left .list_cont .list .cont {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .quality-page .init-3 {
    background-image: none !important;
    padding-top: 40px;
    margin-top: 0;
  }

  .quality-page .init-4 {
    padding-top: 40px;
    margin-top: 0;
  }

  .quality-page .init-4 .container .title_c .left {
    width: 100%;
    text-align: center;
  }

  .quality-page .init-4 .container .title_c .left .tips_title {
    margin-top: 10px;
  }

  .quality-page .init-4 .container .title_c .right {
    display: block;
    margin: 20px auto 0;
  }
}

.service-page h2.title small {
  margin-top: 0;
}

.service-page .service-1 {
  padding: 100px 0 30px;
}

.service-page .service-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.service-page .service-1 .box .left {
  width: 52%;
  padding-right: 30px;
}

.service-page .service-1 .box .left .list ul {
  margin: -15px;
}

.service-page .service-1 .box .left .list ul li {
  padding: 15px;
}

.service-page .service-1 .box .left .list ul li .box2 {
  border: 1px solid #301500;
  position: relative;
  padding: 40px 20px 30px;
  border-radius: 10px;
  text-align: center;
}

.service-page .service-1 .box .left .list ul li .box2:after,
.service-page .service-1 .box .left .list ul li .box2:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}

.service-page .service-1 .box .left .list ul li .box2:after {
  height: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 90%;
  left: 5%;
  top: -1px;
}

.service-page .service-1 .box .left .list ul li .box2:before {
  width: 100%;
  height: 90%;
  left: -1px;
  top: 5%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.service-page .service-1 .box .left .list ul li .box2 i {
  display: block;
  height: 85px;
  line-height: 85px;
}

.service-page .service-1 .box .left .list ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}

.service-page .service-1 .box .left .list ul li .box2 h6 {
  font-weight: 600;
  font-size: 24px;
  color: #301500;
  line-height: 2;
  margin: 25px 0;
}

.service-page .service-1 .box .left .list ul li .box2 .text {
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 11em;
}

.service-page .service-1 .box .left .list ul li .box2:hover:after,
.service-page .service-1 .box .left .list ul li .box2:hover:before {
  opacity: 0;
}

.service-page .service-1 .box .right {
  width: 48%;
}

.service-page .service-1 .box .right a.img-box {
  height: 100%;
  border-radius: 10px;
}

.service-page .about-3 h2.title {
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.service-page .about2-page {
  background: #eee;
  padding: 50px 0;
}

.service-page .about-3 .list {
  margin: 80px -30px 0;
}

.service-page .about-3 .swiper-button-prev {
  left: -10%;
}

.service-page .about-3 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.service-page .about-3 .swiper-button-next {
  right: -10%;
}

.service-page .about-3 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.service-page .about-3 .list ul li {
  padding: 30px;
}

.service-page .about-3 .list ul li .box {
  position: relative;
  text-align: left;
}

.service-page .about-3 .list ul li .box .content {
  padding: 25px;
  border-radius: 14px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
  box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

.service-page .about-3 .list ul li .box .content h6 {
  font-weight: 600;
  /*color: #301500;*/
  margin: 15px 0;
  text-transform: capitalize;
  line-height: 1.6;
}

.service-page .about-3 .list ul li .box .content .text {
  font-size: 18px;
  color: #a0a0a0;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}


.service-page .about-3 .list ul li .box span {
  font-weight: 700;
  font-size: 30px;
  /*color: #301500;*/
  line-height: 2;
  margin-bottom: 30px;
  margin-left: 10%;
  position: relative;
  display: inline-block;
}

.service-page .about-3 .list ul li .box .content+span {
  margin-bottom: 0;
  margin-top: 30px;
}


.service-page .about-3 .list ul li .box span:after {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 22px solid #fff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .04));
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .04));
}

.service-page .about-3 .list ul li .box .content+span:after {
  border-bottom: none;
  border-top: 22px solid #fff;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .04));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .04));
  top: -30px;
}

.service-page .contact-2 {
  margin-top: 95px;
  background: url("../images/service-3-bg.jpg") center top 140px no-repeat;
  background-size: cover;
  padding-bottom: 125px;
}

.service-page .contact-2 .box {
  background: white;
}

.service-page .service-2 {
  padding-bottom: 150px;
  background: url("../images/service-3-bg.jpg") center bottom 80px no-repeat;
  background-size: cover;
  text-align: center;
}

.service-page .service-2 img {
  margin: 45px auto 0;
}

.service-page h2.title {
  font-weight: 500;
  font-size: 50px;
  line-height: 2;
}

.service-page .form ul li.wid-100 .more {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: var(--color);
  padding: 0 30px;
  display: inline-block;
  color: white;
}

@media screen and (max-width: 1700px) {
  .service-page .service-1 {
    padding: 50px 0 30px;
  }

  .service-page .service-1 .box .left .list ul li .box2 h6 {
    font-size: 20px;
    margin: 15px 0;
  }

  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 60px;
    line-height: 60px;
  }

  .service-page .service-1 .box .left .list ul li .box2 i img {
    max-height: 100%;
  }

  .service-page .about-3 .swiper-button-prev,
  .service-page .about-3 .swiper-button-next {
    display: none !important;
  }

  .service-page .about-3 .list {
    margin: 40px -20px 0;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-1 .box .left .list ul li .box2 {
    padding: 15px;
  }

  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .service-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }

  .service-page .service-1 .box .right {
    width: 100%;
    padding-top: 20px;
  }

  .service-page .service-1 .box .right a.img-box {
    height: 240px;
  }

  .service-page .service-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

.contact-page .contact-1 .left .info {
  margin-top: 40px;
}

.contact-page .contact-1 .left .info ul li {
  margin-bottom: 20px;
  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;
}

.contact-page .contact-1 .left .info ul li span {
  background-image: -webkit-linear-gradient(0deg, var(--color) 0%, rgba(0, 51, 134, 0.6) 100%);
  display: block;
  padding: 6px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  color: var(--color);
  border-radius: 100%;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-page .contact-1 .left .info ul li span i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}

.contact-page .contact-1 .left .info ul li h6 {
  font-size: 15px;
  color: #666;
}

.contact-page .contact-1 .left .info ul li h6 small {
  font-size: 1.33333333em;
  color: black;
  display: block;
}

.contact-page .contact-1 .right {
  width: 70%;
  padding-left: 4%;
}

.contact-page .contact-1 .right .form {
  padding: 60px;
  background: #edf2f5;
}

.contact-page .contact-1 .right .form ul {
  margin: -10px;
}

.contact-page .contact-1 .right .form ul li {
  padding: 10px;
}

.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  padding: 25px;
  outline: none;
  line-height: 19px;
  border: none;
  font-size: 14px;
  caret-color: var(--color);
}

.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li input:-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li input::-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-1 .right .form ul li textarea {
  height: 180px;
}

.contact-page .contact-1 .right .form ul li a.more {
  width: 100%;
  text-align: center;
  background: var(--color);
  color: white;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.contact-page .contact-2 .box {
  padding: 40px 55px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, .07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, .07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, .07);
  border-radius: 14px;
  text-align: center;
}

.contact-page .contact-2 .box span.tag {
  color: var(--color);
}

.contact-page .contact-2 .box span.tag:before {
  display: none;
}

.contact-page .contact-2 .box h2.title {
  /*color: white;*/
  font-size: 36px;
}

.contact-page .contact-2 .box .left {
  width: 70%;
  vertical-align: middle;
}

.contact-page .contact-2 .box .right {
  vertical-align: middle;
  width: 30%;
  text-align: right;
}

.contact-page .contact-3 {
  position: relative;
  z-index: 0;
}

.contact-page .contact-3 .button-group .button {
  background: var(--color);
}

.contact-page .contact-3 #mapContainer {
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}

.contact-page span.tag {
  font-size: 16px;
  color: var(--color);
  display: block;
  line-height: 1;
  margin-bottom: 1em;
}

.contact-page h2.title {
  font-weight: 600;
  color: #1c1628;
  line-height: 1;
}

@media screen and (max-width: 1500px) {
  .contact-page .contact-1 {
    padding: 80px 0 40px;
  }

  .contact-page .contact-1 .left .info ul li span {
    width: 70px;
    height: 70px;
  }

  .contact-page .contact-1 .left .info ul li h6 {
    font-size: 13px;
  }

  .contact-page .contact-1 .left .info ul li h6 small {
    font-size: 1.2em;
  }

  .contact-page .contact-1 .right .form {
    padding: 30px;
  }

  .contact-page .contact-1 .right .form ul li {
    padding: 5px;
  }

  .contact-page .contact-1 .right .form ul {
    margin: -5px;
  }

  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    padding: 15px;
  }

  .contact-page .contact-2 .box h2.title {
    font-size: 28px;
  }

  .contact-page .contact-2 .box {
    padding: 50px 5%;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-2 .box {
    padding: 30px 3%;
    margin-top: -50px;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-2 .box .left {
    width: 100%;
  }

  .contact-page .contact-2 .box .right {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .contact-page .contact-2 .form form ul li {
    width: 100%;
  }

}

@media screen and (max-width: 500px) {
  .contact-page .contact-2 .box h2.title {
    font-size: 22px;
  }

  .contact-page .contact-2 .box {
    margin-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .contact-page .contact-2 {
    padding-bottom: 30px;
  }
  .contact-page .contact-1 .right .form ul li {
    width: 100%;
  }
}

.factory-page .init-3 .container .list_cont:last-child {
  padding-bottom: 100px;
}

.factory-page .init-3 .container .list_cont .title_c .column {
  vertical-align: middle;
}

.factory-page .init-3 .container .list_cont .title_c .left {
  width: 460px;
  padding-right: 10px;
}

.factory-page .init-3 .container .list_cont .title_c .left .tips {
  color: #19408f;
}

.factory-page .init-3 .container .list_cont .title_c .left .tips_title {
  font-weight: bold;
}

.factory-page .init-3 .container .list_cont .title_c .line {
  width: 1px;
  height: 60px;
  background-color: #5f5f5f;
}

.factory-page .init-3 .container .list_cont .title_c .right {
  width: 530px;
  padding-left: 30px;
  color: #3b3b3b;
}

.factory-page .init-3 .container .list_cont .content ul {
  margin: 0 -22px;
}

.factory-page .init-3 .container .list_cont .content ul li {
  padding: 0 22px;
  margin-top: 40px;
}

.factory-page .init-3 .container .list_cont .content ul li .box {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.factory-page .init-3 .container .list_cont .content ul li .box .img {
  display: block;
}

.news-page .slideBarleft .list ul li {
  padding: 50px 0;
  border-bottom: 1px solid #dcdcdc;
}

.news-page .slideBarleft .list ul li:first-child {
  padding-top: 0;
}

.news-page .slideBarleft .list ul li .img {
  vertical-align: middle;
  width: 40%;
  padding-right: 20px;
  position: relative;
}

.news-page .slideBarleft .list ul li .img a.img-box {
  display: block;
}

.news-page .slideBarleft .list ul li .img a.img-box img {
  width: 100%;
}

.news-page .slideBarleft .list ul li .content {
  width: 60%;
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
}

.news-page .slideBarleft .list ul li .content span.tag:after {
  display: none;
}

.news-page .slideBarleft .list ul li .content span.tag {
  margin-bottom: 35px;
  font-size: 16px;
  color: #181818;
}

.news-page .slideBarleft .list ul li .content span.tag:before {
  width: 50px;
}

.news-page .slideBarleft .list ul li .content h3 {
  font-size: 33px;
  color: #181818;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  font-weight: 700;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .slideBarleft .list ul li .content h3:hover {
  color: var(--color);
}

.news-page .slideBarleft .list ul li .content div.tag {
  font-size: 16px;
  color: #909090;
  margin-top: 10px;
}

.news-page .slideBarleft .list ul li .content div.tag img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}

.news-page .slideBarleft .list ul li .content .share {
  margin-top: 40px;
}

.news-page .slideBarleft .list ul li .content .share dd {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}

.news-page .slideBarleft .list ul li .content .share dd a {
  display: block;
}

.news-page .slideBarleft .list ul li .content .share dd:hover {
  color: white;
  background: var(--color);
}

.news-page .slideBarleft .list ul li .content a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  border-radius: 2px;
  background: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
}

.news-page .slideBarleft .list ul li .content a.more:hover {
  background: #222;
}
.news-page .Hbtn {
  padding: 10px 40px;
}
/*.news-page .slideBarleft .list ul li:nth-child(even) .img {
  left: 40%;
  padding-left: 20px;
  padding-right: 0;
}
.news-page .slideBarleft .list ul li:nth-child(even) .content {
  left: -60%;
  padding-left: 0;
  padding-right: 20px;
}*/
.inner-page .slideBarBox {
      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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.inner-page .slideBarBox .slideBarleft {
  width: 75%;
  padding-right: 2%;
}

.inner-page .slideBarBox .slideBarright {
  width: 25%;
  padding-left: 2%;
  line-height: 2;
  position: sticky;
  top: 125px;
}

.inner-page .slideBarBox .slideBarright form {
  position: relative;
  width: 100%;
}

.inner-page .slideBarBox .slideBarright form input {
  width: 100%;
  height: 72px;
  padding: 0 60px 0 15px;
  font-size: 18px;
  color: #333;
  border: 1px solid #eee;
  border-radius: 72px;
}

.inner-page .slideBarBox .slideBarright form input::-webkit-input-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input:-moz-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input::-moz-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input:-ms-input-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input::placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input[type="submit"] {
  width: 67px;
  position: absolute;
  right: 2px;
  top: 0;
  padding: 0;
  background: url("/meigemachinery/2023/12/22/product-s-1.png") center center no-repeat;
  border: none;
}

.inner-page .slideBarBox .slideBarright h3 {
  margin: 60px 0 20px;
  font-weight: 600;
  color: #181818;
  line-height: 1;
}

.inner-page .slideBarBox .slideBarright h3:after {
  content: '';
  width: 56px;
  height: 2px;
  background: var(--color);
  margin-top: 15px;
  display: block;
}

.inner-page .slideBarBox .slideBarright .navList ul li {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
  color: #181818;
  position: relative;
}

.inner-page .slideBarBox .slideBarright .navList ul li:after {
  content: '';
  width: 9px;
  height: 2px;
  background: var(--color);
  position: absolute;
  right: 100%;
  top: 22px;
  margin-right: 8px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .slideBarBox .slideBarright .navList ul li em {
  float: right;
  color: #939393;
}

.inner-page .slideBarBox .slideBarright .navList ul li.active,
.inner-page .slideBarBox .slideBarright .navList ul li:hover {
  color: var(--color);
}

.inner-page .slideBarBox .slideBarright .navList ul li.active:after,
.inner-page .slideBarBox .slideBarright .navList ul li:hover:after {
  opacity: 1;
}

.inner-page .slideBarBox .slideBarright .proList ul li {
  padding-bottom: 20px;
  margin-top: 25px;
  border-bottom: 1px solid #dcdcdc;
}

.inner-page .slideBarBox .slideBarright .proList ul li span {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.inner-page .slideBarBox .slideBarright .proList ul li span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(0, 52, 135, 0.5) url("../images/icon-right.png") center center no-repeat;*/
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .slideBarBox .slideBarright .proList ul li h6 {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding-left: 15px;
  font-size: 16px;
  color: #181818;
  line-height: 1.6;
  font-weight: bold;
  word-break: break-word;
}

.inner-page .slideBarBox .slideBarright .proList ul li h6 small {
  display: block;
  color: #7f7f7f;
  margin-bottom: 5px;
  font-weight: normal;
}

/*.inner-page .slideBarBox .slideBarright .proList ul li h6:after {
  content: '';
  width: 43px;
  height: 2px;
  background: var(--color);
  margin-top: 10px;
  display: block;
}*/
.inner-page .slideBarBox .slideBarright .proList ul li:first-child {
  margin-top: 0;
}

.inner-page .slideBarBox .slideBarright .proList ul li:hover span:after {
  opacity: 1;
}

@media screen and (max-width: 1500px) {
  .news-page .slideBarleft .list ul li .content h3 {
    font-size: 28px;
  }

  .news-page .slideBarleft .list ul li .content .share dd {
    margin-right: 5px;
  }

  .news-page .slideBarleft .list ul li .content .share {
    margin-top: 20px;
  }

  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 20px;
  }

  .news-page .slideBarleft .list ul li .content span.tag:before {
    width: 30px;
  }
}
@media screen and (max-width: 1250px){
   .news-page .slideBarleft .list ul li .content .share dd {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .news-page .slideBarleft .list ul li .content a.more {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
  }

  .news-page .slideBarleft .list ul li .content div.tag {
    font-size: 14px;
  }

  .newdet-page .slideBarleft .newsContent h1,
  .news-page .slideBarleft .list ul li .content h3 {
    font-size: 24px;
  }

  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
   .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
   .inner-page .slideBarBox .slideBarright form input {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page .slideBarBox .slideBarleft {
    width: 100%;
    padding-right: 0;
  }

  .inner-page .slideBarBox .slideBarright {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .news-page .slideBarleft .list ul li .img {
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    left: 0 !important;
  }

  .news-page .slideBarleft .list ul li .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0 !important;
    padding-top: 30px;
    left: 0 !important;
  }
}

.newdet-page .slideBarleft .newsContent {
  text-align: center;
}

.newdet-page .slideBarleft .newsContent h1 {
  font-size: 34px;
  color: #181818;
  font-weight: 700;
  line-height: 1.5;
}

.newdet-page .slideBarleft .newsContent time {
  display: block;
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 15px;
  line-height: 1;
}

.newdet-page .slideBarleft .newsContent .content {
  display: block;
  padding: 30px 0 60px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  color: #181818;
  line-height: 2;
  text-align: left;
}

.newdet-page .slideBarleft .newsContent .content p {
  padding-bottom: 10px;
}

.newdet-page .slideBarleft .newsContent .content p:last-child {
  padding-bottom: 0;
}

.newdet-page .slideBarleft .newsContent .share {
  text-align: right;
  margin-top: 24px;
}

.newdet-page .slideBarleft .newsContent .share ul li {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}

.newdet-page .slideBarleft .newsContent .share ul li a {
  display: block;
}

.newdet-page .slideBarleft .newsContent .share ul li:hover {
  color: white;
  background: var(--color);
}

.newdet-page .slideBarleft .newsContent .m-link {
  margin-top: 40px;
}

.newdet-page .slideBarleft .newsContent .m-link div i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  position: relative;
}

.newdet-page .slideBarleft .newsContent .m-link div i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 52, 135, 0.55) url(../images/icon-right.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .slideBarleft .newsContent .m-link div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  margin: 0 10px;
  max-width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2;
}

.newdet-page .slideBarleft .newsContent .m-link div span em {
  color: var(--color);
}

.newdet-page .slideBarleft .newsContent .m-link div.prev {
  text-align: left;
}

.newdet-page .slideBarleft .newsContent .m-link div.prev i:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.newdet-page .slideBarleft .newsContent .m-link div.next {
  text-align: right;
}

.newdet-page .slideBarleft .newsContent .m-link div:hover i:after {
  opacity: 1;
}

.newdet-page .newsRet {
  margin-top: 110px;
}
.newdet-page .newsRet .Hbtn {
  padding: 3px 15px;

}

.newdet-page .newsRet h2 {
  text-align: center;
  line-height: 1;
  font-weight: 500;
}

/*.newdet-page .newsRet h2:after,
.newdet-page .newsRet h2:before {
  content: '';
  width: 52px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  background: var(--color);
}*/
.newdet-page .newsRet .list {
  margin-top: 50px;
}

.newdet-page .newsRet .list ul {
  margin: -14px;
}

.newdet-page .newsRet .list ul li {
  padding: 14px;
}

.newdet-page .newsRet .list ul li .box {
  background: white;
  border: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .newsRet .list ul li .box a.img-box {
  display: block;
}

.newdet-page .newsRet .list ul li .box a.img-box img {
  width: 100%;
  min-height: 180px;
  object-fit: contain;
  -o-object-fit: contain;
}

.newdet-page .newsRet .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 52, 135, 0.73)));
  /* 鍏煎Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 52, 135, 0.73) 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 52, 135, 0.73) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 52, 135, 0.73)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 52, 135, 0.73));
  background: -moz-linear-gradient(top, transparent, rgba(0, 52, 135, 0.73));
  background: linear-gradient(to bottom, transparent, rgba(0, 52, 135, 0.73));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)',GradientType=0)";
  /* 鍏煎IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)', GradientType=0);
  /* 鍏煎IE5~IE9 */
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.newdet-page .newsRet .list ul li .box .content {
  padding: 20px;
}

.newdet-page .newsRet .list ul li .box .content h5 {
  font-size: 22px;
  color: #181818;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  overflow: hidden;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .newsRet .list ul li .box .content h5:after {
  content: '';
  width: 46px;
  /*height: 2px;*/
  background: var(--color);
  display: block;
  margin-top: 10px;
}

.newdet-page .newsRet .list ul li .box .content h5:hover {
  color: var(--color);
}

.newdet-page .newsRet .list ul li .box .content a.more {
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  background: var(--color);
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-radius: 5px;*/
  display: inline-block;
  margin-top: 20px;
}

.newdet-page .newsRet .list ul li .box .content a.more:hover {
  background: #222;
}

.newdet-page .newsRet .list ul li .box:hover {
  -o-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
}

.newdet-page .newsRet .list ul li .box:hover a.img-box:after {
  opacity: 1;
}

.newdet-page .newsRet .btn {
  margin-top: 50px;
  text-align: center;
}

.newdet-page .newsRet .btn li {
  width: 13px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background: #181818;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .newsRet .btn li button {
  display: none;
}

.newdet-page .newsRet .btn li.slick-active {
  width: 28px;
  background: var(--color);
}

@media screen and (max-width: 1500px) {
  .newdet-page .slideBarleft .newsContent h1 {
    font-size: 28px;
  }

  .newdet-page .newsRet .list ul li .box .content h5 {
    font-size: 18px;
  }

  .newdet-page .newsRet .btn {
    margin-top: 30px;
  }

  .newdet-page {
    padding: 55px 0 70px;
  }
}

@media screen and (max-width: 1250px) {
  .newdet-page .slideBarleft .newsContent .share ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .newdet-page .slideBarleft .newsContent h1 {
    font-size: 24px;
  }

 

  .newdet-page .newsRet .list ul li .box .content {
    padding: 15px 10px;
  }

  .newdet-page .newsRet .list ul li .box .content a.more {
    margin-top: 10px;
  }
}

@media screen and (max-width: 700px) {

  .newdet-page .newsRet h2:after,
  .newdet-page .newsRet h2:before {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .slideBarleft .newsContent .m-link {
    display: none;
  }

  .newdet-page .newsRet {
    margin-top: 60px;
  }

  .newdet-page .newsRet .list {
    margin-top: 30px;
  }
}
