@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.mobileNav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--color);
  color: #fff;
  padding: 0 10px;
  z-index: 10;
  display: none;
}
.mobileNav a{
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 10px 4px;
}
.mobileNav a i{
  font-size: 20px;
  line-height: 1;
}
.mobileNav a .text{
  display: block;
}
.layui-layer-dialog .layui-layer-padding{
  word-break: break-word;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  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_fromHc 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_fromHc form {
  margin-top: 40px;
}
#pups_fromHc 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_fromHc i.close::after,
#pups_fromHc 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_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_fromHc i.close:hover {
  background: var(--color);
}
#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}
#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_fromHc ul li input,
#pups_fromHc 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_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: var(--color);
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc 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_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 140px;
  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;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -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;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 500px) {
  .mobileNav{
    display: flex;
  }
  #footer{
    padding-bottom: 68px !important;
  }
  .grid-5 {
      grid-template-columns: repeat(1, 1fr);
  }
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .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;
  --color: #54c5d2;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'pop';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  background-repeat: repeat;
}
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: #ff9800;
  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: #ff9800;
}
#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;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.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;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .hTop {
  background-color: var(--color);
  padding: 10px 0;
}
#header > .nav .hTop .left {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
}
#header > .nav .hTop .left ul {
  padding-left: 10px;
}
#header > .nav .hTop .left ul li {
  margin-left: 20px;
}
#header > .nav .hTop .left ul li a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color);
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0);
}
#header > .nav .hTop .left ul li a:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: var(--color);
}
#header > .nav .hTop .right {
  color: #fff;
  font-weight: 300;
}
#header > .nav .hTop .right .list {
  margin-left: 30px;
}
#header > .nav .hTop .right .list .img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#header > .nav > .menu .menu-box {
  padding: 20px 15px;
  position: relative;
  z-index: 1;
  -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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  position: relative;
  /*margin-left: auto;*/
  margin-left: 80px;
}
#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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin: 0 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 50px;
}
#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,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > 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: 10px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
}
#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 .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;
  margin-left: auto;
}

#header > .nav > .menu .menu-box .right form{
  position: relative;
  cursor: pointer;
  margin-left: 40px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right form .text{
  padding: 13px 30px 13px 10px;
  border: 1px solid #999;
  border-radius: 4px;
  cursor: pointer;
  width: 150px;
  cursor: pointer;
  font-size: 16px;
}
#header > .nav > .menu .menu-box .right form .btn{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 10px;
  background-image: url(../images/icon-search-black.png);
  background-color: transparent;
  border: none;
  background-size: contain;
}
#header > .nav > .menu .menu-box .right .lang_cont {

}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  font-size: 16px;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont img{
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
/*#header > .nav > .menu .menu-box .right .h-search {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .h-search .img {
  width: 24px;
  height: 24px;
}*/
#header > .nav > .menu .menu-box .right .open_btn {
  margin-left: 40px;
  color: #fff;
  background-color: var(--color);
  padding: 10px 24px;
  text-transform: capitalize;
  cursor: pointer;
}
#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;
}
#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.inner_active > .nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active > .nav > .menu .logoShadow,
#header.inner_active > .nav > .menu .logoShadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  background: #333;
}
@-webkit-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.font-48 {
  line-height: 1.2;
}
.moreCont {
  background-color: var(--color);
  color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border: 1px solid var(--color);
}
.moreCont:hover {
  background-color: #fff;
  color: var(--color);
}
#banner {
  overflow: hidden;
  position: relative;
  margin-top: 144px;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  height: 54vw;
  max-height: 800px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  position: relative;
  width: 100%;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  max-width: 580px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  font-weight: bold;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .des {
  line-height: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .imgC {
  width: 52%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -70px;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .more {
  -webkit-animation: fadeInRight 1s linear forwards;
  -moz-animation: fadeInRight 1s linear forwards;
  -o-animation: fadeInRight 1s linear forwards;
  animation: fadeInRight 1s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .des {
  -webkit-animation: fadeInLeft 1s linear forwards;
  -moz-animation: fadeInLeft 1s linear forwards;
  -o-animation: fadeInLeft 1s linear forwards;
  animation: fadeInLeft 1s linear forwards;
}
#banner .sPage {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 2;
  text-align: center;
}
#banner .sPage .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #d3e4f5;
  border-radius: 0;
  opacity: 1;
  margin: 2px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .sPage .swiper-pagination-bullet-active {
  background-color: var(--color);
}
.slick-list .slick-track {
  margin-left: 0;
}
.container {
  width: 1580px;
}
#index-body .init-1 .container .left {
  height: 600px;
  width: 53%;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-1 .container .left .play {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
}
#index-body .init-1 .container .left .play .cont {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: var(--color);
  font-size: 30px;
  z-index: 2;
}
#index-body .init-1 .container .left .play .cont i {
  margin-left: 4px;
}
#index-body .init-1 .container .left .play .ling {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-animation: ks linear 3s infinite;
  -moz-animation: ks linear 3s infinite;
  -o-animation: ks linear 3s infinite;
  animation: ks linear 3s infinite;
}
#index-body .init-1 .container .left .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-1 .container .left .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-1 .container .right {
  width: 47%;
}
#index-body .init-1 .container .right .subImg {
  height: 90px;
  background-position: left center;
}
#index-body .init-1 .container .right .title {
  font-weight: bold;
  margin-top: -20px;
}
#index-body .init-1 .container .right .title .strong {
  color: var(--color);
}
#index-body .init-1 .container .right .des {
  margin-top: 30px;
  color: #2e2c2b;
}
#index-body .init-2 .container .title {
  font-weight: bold;
  text-align: center;
}
#index-body .init-2 .container .title em {
  color: var(--color);
}
#index-body .init-2 .container .content .leftC {
  width: 34%;
  height: 660px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#index-body .init-2 .container .content .leftC .contC {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
}
#index-body .init-2 .container .content .leftC .contC .cont {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  color: #fff;
}
#index-body .init-2 .container .content .leftC .contC .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-2 .container .content .leftC .contC .cont .more {
  background-color: #54c5d2;
  border: 1px solid #54c5d2;
}
#index-body .init-2 .container .content .leftC .contC .cont .more:hover {
  color: #109f69;
  background-color: #fff;
}
#index-body .init-2 .container .content .rightC {
  padding: 0 0 0 20px;
  width: 66%;
}
#index-body .init-2 .container .content .rightC ul li {
  width: 33.33%;
}
#index-body .init-2 .container .content .rightC ul li .box {
  height: 320px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#index-body .init-2 .container .content .rightC ul li .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
#index-body .init-2 .container .content .rightC ul li .box .cont {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 10px 40px;
}
#index-body .init-2 .container .content .rightC ul li .box .cont .img {
  text-align: center;
  overflow: unset;
  display: block;
}
#index-body .init-2 .container .content .rightC ul li .box .cont .img img {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(5);
}
#index-body .init-2 .container .content .rightC ul li .box .cont .text {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#index-body .init-2 .container .content .rightC ul li .box:hover .shadow {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#index-body .init-3 .container .title {
  font-weight: bold;
}
#index-body .init-3 .container .title em {
  color: var(--color);
}
#index-body .init-3 .container .content ul li {
  overflow: hidden;
  width: 25%;
  height: auto;
}
#index-body .init-3 .container .content ul li .box {
  height: 100%;
  overflow: hidden;
  border: 2px solid #f4f4f4;
}
#index-body .init-3 .container .content ul li .box .img {
  display: block;
}
#index-body .init-3 .container .content ul li .box .img img {
  width: 100%;
}
#index-body .init-3 .container .content ul li .box .text {
  display: block;
  border-top: 2px solid #f4f4f4;
  padding: 16px 20px;
  font-weight: 500;
  color: #959595;
  text-align: center;
}
#index-body .init-3 .container .content ul li .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(84, 198, 210, 0.3);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
#index-body .init-3 .container .content ul li .box .shadow .subImg {
  width: 50px;
  height: 50px;
}
#index-body .init-3 .container .content ul li .box:hover .shadow {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init-4 {
  background-color: #f3f2f2;
}
#index-body .init-4 .container .titleC .left {
  max-width: 800px;
  font-weight: bold;
}
#index-body .init-4 .container .titleC .left em {
  color: var(--color);
}
#index-body .init-4 .container .titleC .right {
  font-weight: 300;
  max-width: 510px;
}
#index-body .init-4 .content {
  height: 710px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-5 .container .content {
  overflow: hidden;
  background-color: var(--color);
  border-radius: 20px;
}
#index-body .init-5 .container .content .left {
  width: 48%;
  padding: 10px 80px;
  color: #fff;
}
#index-body .init-5 .container .content .left .cont {
  max-width: 400px;
}
#index-body .init-5 .container .content .left .cont .title {
  font-weight: bold;
}
#index-body .init-5 .container .content .left .cont .more {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
#index-body .init-5 .container .content .left .cont .more:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-5 .container .content .right {
  width: 52%;
  background-color: #54c5d2;
}
#index-body .init-5 .container .content .right .swiper {
  padding: 20px;
}
#index-body .init-5 .container .content .right ul li .box {
  height: 200px;
}
#index-body .init-5 .container .content .right ul li .box .subImg {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .init-5 .container .content .right ul li .box:hover {
  -webkit-box-shadow: 0 10px 30px -10px #3c919b;
  box-shadow: 0 10px 30px -10px #3c919b;
}
#index-body .init-6 .container .tipsTitle {
  font-weight: bold;
  text-align: center;
}
#index-body .init-6 .container .tipsTitle em {
  color: var(--color);
}
#index-body .init-6 .container .content {
  text-align: center;
}
#index-body .init-6 .container .content ul {
  margin: 0 -25px;
}
#index-body .init-6 .container .content ul li {
  padding: 0 25px;
}
#index-body .init-6 .container .content ul li .box .img img {
  width: 100%;
}
#index-body .init-6 .container .content ul li .box .title {
  font-weight: bold;
}
#index-body .init-6 .container .content ul li .box .content {
  color: rgba(47, 47, 47, 0.7);
}
#index-body .init-7 .container .titleC .left {
  max-width: 550px;
}
#index-body .init-7 .container .titleC .left .tipsTitle {
  font-weight: bold;
}
#index-body .init-7 .container .titleC .left .tipsTitle em {
  color: var(--color);
}
#index-body .init-7 .container .contentC .leftC {
  width: 52%;
}
#index-body .init-7 .container .contentC .leftC img {
  width: 100%;
}
#index-body .init-7 .container .contentC .rightC {
  width: 48%;
}
#index-body .init-7 .container .contentC .rightC ul {
  padding-right: 10px;
  overflow-y: auto;
  max-height: 496px;
  padding-bottom: 20px;
}
#index-body .init-7 .container .contentC .rightC ul li:first-child {
  margin-top: 0;
}
#index-body .init-7 .container .contentC .rightC ul li .box {
  padding: 42px 80px 42px 40px;
  position: relative;
  background-color: #ecebeb;
}
#index-body .init-7 .container .contentC .rightC ul li .box i {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: 40px;
  right: 20px;
}
#index-body .init-7 .container .contentC .rightC ul li .box .sub {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
#index-body .init-7 .container .contentC .rightC ul li .box .title {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
#index-body .init-7 .container .contentC .rightC ul li .box .cont {
  display: none;
}
#index-body .init-7 .container .contentC .rightC ul li .box .des {
  font-weight: 300;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-7 .container .contentC .rightC ul li .box .moreC .more {
  display: inline-block;
}
#index-body .init-7 .container .contentC .rightC ul li .box .moreC .more:hover {
  color: var(--color);
}
#index-body .init-7 .container .contentC .rightC ul li .box.active {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#index-body .init-7 .container .contentC .rightC ul li .box.active .sub {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#index-body .init-7 .container .contentC .rightC ul li .box.active .title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
#index-body .init-7 .container .contentC .rightC ul li .box.active i {
  color: var(--color);
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0);
}
#index-body .init-8 .container .tipsTitle{
  font-weight: bold;
}
#index-body .init-8 .container .content{
  margin-top: 30px;
  text-align: center;
}
#index-body .init-8 .container .content li{
  margin-top: 20px;
}
#index-body .init-8 .container .content .imgC{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid var(--color);
  transition: all .5s;
  margin: auto;
}
#index-body .init-8 .container .content .imgC img{
  max-width: 60%;
  transition: all .5s;
}
#index-body .init-8 .container .content .title{
  font-weight: bold;
}
#index-body .init-8 .container .content .des{
  color: #7c7c7c;
}
#index-body .init-8 .container .content .box:hover .imgC{
  background: var(--color);
}
#index-body .init-8 .container .content .box:hover .imgC img{
  filter: grayscale(1) brightness(5);
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-color: var(--color);
}
#footer .fTop{
  position: relative;
  z-index: 2;
}
#footer .fTop .container {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding: 30px 0;
}
#footer .fTop .container .lang_cont {
  position: relative;
}
#footer .fTop .container .lang_cont .c_cont {
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}
#footer .fTop .container .lang_cont .c_cont .img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-background-size: cover;
  background-size: cover;
}
#footer .fTop .container .lang_cont .c_cont .text {
  margin-left: 10px;
}
#footer .fTop .container .lang_cont .c_cont i {
  margin-left: 4px;
}
#footer .fTop .container .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);
}
#footer .fTop .container .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;
}
#footer .fTop .container .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;
}
#footer .fTop .container .lang_cont .lang li a:hover {
  background-color: #000;
}
#footer .fTop .container .lang_cont .lang li a:hover em {
  color: #fff;
}
#footer .fTop .container .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#footer .fTop .container .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#footer .fMiddle .container {
  padding-left: 0;
  padding-right: 0;
}
#footer .fMiddle .container .listCont {
  margin-top: 40px;
}
#footer .fMiddle .container .listCont .first {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
#footer .fMiddle .container .listCont #ewm {
  width: 120px;
  padding: 10px;
  background-color: #fff;
}
#footer .fMiddle .container .listCont .share li a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  color: var(--color);
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
}
#footer .fMiddle .container .listCont .share li a:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .fMiddle .container .listCont .form {
  margin-top: -10px;
}
#footer .fMiddle .container .listCont .form input {
  width: 46%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #aae2e9;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}
#footer .fMiddle .container .listCont .form input::-webkit-input-placeholder {
  color: #fff;
}
#footer .fMiddle .container .listCont .form input:-moz-placeholder {
  color: #fff;
}
#footer .fMiddle .container .listCont .form input::-moz-placeholder {
  color: #fff;
}
#footer .fMiddle .container .listCont .form input:-ms-input-placeholder {
  color: #fff;
}
#footer .fMiddle .container .listCont .form input::-ms-input-placeholder {
  color: #fff;
}
#footer .fMiddle .container .listCont .form input::placeholder {
  color: #fff;
}
#footer .fMiddle .container .listCont .form .btn {
  min-width: 120px;
  cursor: pointer;
  text-align: center;
  padding: 3px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
#footer .fMiddle .container .listCont .form .btn:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .fMiddle .container .listCont .list {
  margin-top: 10px;
}
#footer .fMiddle .container .listCont .list a {
  color: #fff;
  display: inline-block;
}
#footer .fMiddle .container .listCont .list a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#footer .fMiddle .container .listCont .list2 {
  color: #fff;
  margin-top: 20px;
}
#footer .fMiddle .container .listCont .list2 .img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
#footer .fMiddle .container .listCont .list2 .text {
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
}
#footer .fMiddle .container .listCont1 {
  text-align: center;
  width: 120px;
}
#footer .fMiddle .container .listCont2 {
  width: 370px;
}
#footer .fMiddle .container .listCont3 {
  width: 190px;
}
#footer .fMiddle .container .listCont4 {
  width: 210px;
}
#footer .fMiddle .container .listCont5 {
  width: 320px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  z-index: 2;
  margin-top: 40px;
}
#footer .copyright .container {
  padding: 20px 0;
  color: #fff;
  border-top: 2px solid #85d6df;
}
#footer .copyright .container .left {
  width: 100%;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #fff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}

@media (max-width: 1800px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 20px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c{
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 10px;
    margin-right: 0;
  }
  #header > .nav > .menu .menu-box .right form{
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right .open_btn{
    margin-left: 20px;
  }
  #index-body .init-4 .container .titleC .left {
    max-width: 100%;
    width: 100%;
  }
  #index-body .init-4 .container .titleC .right {
    width: 100%;
    max-width: 100%;
  }
  #index-body .init-4 .content {
    height: 300px;
  }
}
@media (max-width: 1250px) {
  #banner {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    padding: 0;
  }
  #index-body .init-5 .container .content .left {
    width: 100%;
    padding: 20px 20px;
  }
  #index-body .init-5 .container .content .left .cont {
    max-width: 100%;
  }
  #index-body .init-5 .container .content .right {
    width: 100%;
  }
  #index-body .init-6 .container .content ul li{
    width: 50%;
  }
  #index-body .init-7 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-7 .container .titleC .right {
    width: 100%;
  }
  #index-body .init-7 .container .contentC .rightC {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #banner .sPage {
    bottom: 10px;
  }
  #banner .sPage .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    margin: 2px 4px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .des {
    display: none;
  }
  #footer .fTop .container {
    padding: 20px 15px;
  }
  #footer .fMiddle .container {
    padding: 20px 15px;
  }
  #footer .copyright .container {
    padding: 20px 15px;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 46vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title{
    line-height: 1.2 !important;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more{
    margin-top: 10px;
    padding: 2px 20px;
    font-size: 14px;
  }
  #index-body .init-1 .container .right .des {
    margin-top: 10px;
  }
  #index-body .init-6 .container .content ul li{
    width: 100%;
  }
  #index-body .init-7 .container .contentC .rightC ul li .box {
    padding: 20px 30px 20px 10px;
  }
  #index-body .init-7 .container .contentC .rightC ul li .box i {
    right: 0;
    top: 14px;
  }
  #footer .fMiddle .container .listCont2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    width: 100%;
  }
  #footer .fMiddle .container .listCont .form input {
    width: 100%;
  }
  #footer .fMiddle .container .listCont5 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  #footer .fMiddle .container .listCont {
    margin-top: 20px;
  }
  #footer .copyright {
    margin-top: 20px;
  }
}


/*inner css add kaishi*/

b,
strong {
  font-weight: bold;
}


h2.Auxil-h1 {
    color: var(--color);
    display: inline-block;
    border-bottom: 2px solid var(--color);
    line-height: 1.8;
    font-size: 24px;
    font-weight: 700;
}
.inner-banner {
  margin-top: 140px;
  padding: 40px 0;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
}

.inner-banner .container {
  text-align: center;
}

.inner-banner .container .cat_name {
  font-weight: bold;
  text-transform: uppercase;
}

.inner-banner .container .mbx {
  font-weight: 300;
  color: #a9a9a9;
}

.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.inner-banner .container .mbx a:hover {
  color: var(--color);
}

.inner-page {
  padding-bottom: 80px;
}

.seoPublic .Auxil-news .list ul li .content{
  padding-top: 0;
  margin-top: 0;
}
.seoPublic .Auxil-news .list ul li{
  padding-top: 0;
}
.about-page .init-1 .container .column {
  vertical-align: middle;
}

.about-page .init-1 .container .left {
  width: 51%;
}

.about-page .init-1 .container .left iframe {
  width: 100%;
  height: 346px;
}

.about-page .init-1 .container .right {
  width: 49%;
  padding-left: 80px;
}

.about-page .init-1 .container .right .title {
  font-weight: 500;
  max-width: 500px;
  text-transform: uppercase;
  color: var(--color);
}

.about-page .init-1 .container .right .des {
  color: #505050;
  margin-top: 26px;
  line-height: 32px;
}

.about-page .init-2 {
  padding: 120px 0;
  -o-background-size: cover;
  background-size: cover;
}

.about-page .init-2 .container .left {
  vertical-align: middle;
  display: inline-block;
  width: 60%;
}

.about-page .init-2 .container .left .title {
  font-weight: bold;
}

.about-page .init-2 .container .left .index_line {
  margin-top: 10px;
}

.about-page .init-2 .container .left .des {
  margin-top: 26px;
}

.about-page .init-2 .container .right {
  vertical-align: middle;
  width: 34%;
  display: inline-block;
  position: relative;
}

.about-page .init-2 .container .right .play_cont {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  line-height: 110px;
  left: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 50px;
}

.about-page .init-2 .container .right .play_cont .ling,
.about-page .init-2 .container .right .play_cont .cont {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  z-index: 2;
  position: relative;
}

.about-page .init-2 .container .right .play_cont .ling i,
.about-page .init-2 .container .right .play_cont .cont i {
  margin-left: 6px;
}

.about-page .init-2 .container .right .play_cont .ling {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.about-page .init-2 .container .right .play_cont .ling:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.about-page .init-3 .container .tip_title {
  text-align: center;
  font-weight: bold;
  max-width: 800px;
  margin: auto;
}

.about-page .init-3 .container .title_list {
  margin-top: 40px;
}

.about-page .init-3 .container .title_list .column {
  width: auto;
}

.about-page .init-3 .container .title_list .list {
  padding: 14px;
  text-align: center;
  width: 20%;
  border-left: 1px solid #d9d9d9;
  font-size: 14px;
  background-color: var(--color);
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.about-page .init-3 .container .title_list .list:hover,
.about-page .init-3 .container .title_list .list.active {
  background-color: #000000;
}

.about-page .init-3 .container .title_list .list:first-child {
  border: none;
}

.about-page .init-3 .container .content_list {
  margin-top: 36px;
}

.about-page .init-3 .container .content_list .list {
  display: none;
}

.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  padding: 220px 0 170px 0;
}

.about-page .init-4 .container .cont {
  width: 750px;
  margin-left: auto;
  padding: 70px 200px 50px 60px;
  background-color: #fafafa;
}

.about-page .init-4 .container .cont .title {
  color: var(--color);
}

.about-page .init-4 .container .cont .line {
  width: 32px;
  height: 2px;
  background-color: var(--color);
  margin-top: 4px;
}

.about-page .init-4 .container .cont .slick li .box .name {
  margin-top: 10px;
  font-style: italic;
}

.about-page .init-4 .container .cont .slick li .box .des {
  color: #717171;
  margin-top: 10px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
}

.about-page .init-4 .container .cont .s_page {
  margin-top: 60px;
}

.about-page .init-4 .container .cont .s_page .slick-dots li {
  display: inline-block;
  border-bottom: 1px solid rgba(184, 138, 121, 0);
}

.about-page .init-4 .container .cont .s_page .slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 4px;
  border: none;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
}

.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active {
  border-bottom: 1px solid var(--color);
}

.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active button {
  color: var(--color);
}

.about-page .init-5 .container .tip_title {
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
}

.about-page .init-5 .container .tip_des {
  text-align: center;
  margin-top: 10px;
  color: #747474;
}

.about-page .init-5 .container .index_line {
  margin: 16px auto 0 auto;
}

.about-page .init-5 .container .slick {
  margin-top: 60px;
  margin: 60px -15px 0 -15px;
}

.about-page .init-5 .container .slick .slick-track {
  margin-left: 0;
}

.about-page .init-5 .container .slick li {
  padding: 0 15px;
}

.about-page .init-5 .container .slick li .box .img {
  display: block;
}

.about-page .init-5 .container .slick li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page .init-6 {
  padding: 70px 0 50px 0;
  background-color: #fafaf9;
  -o-background-size: cover;
  background-size: cover;
}

.about-page .init-6 .container {
  position: relative;
}

.about-page .init-6 .container .column {
  vertical-align: middle;
}

.about-page .init-6 .container .left {
  width: 450px;
}

.about-page .init-6 .container .left .title {
  font-weight: bold;
  text-transform: uppercase;
}

.about-page .init-6 .container .left .des {
  color: #747474;
  max-width: 400px;
  margin-top: 10px;
}

.about-page .init-6 .container .left .index_line {
  margin-top: 20px;
}

.about-page .init-6 .container .left .more_c a {
  padding: 16px 30px;
  display: inline-block;
  margin-top: 60px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid var(--color);
}

.about-page .init-6 .container .left .more_c a img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
  vertical-align: middle;
  margin-left: 36px;
}

.about-page .init-6 .container .left .more_c a::before {
  background-color: #ffffff;
}

.about-page .init-6 .container .left .more_c a:hover {
  background-color: #ffffff;
  color: var(--color);
}

.about-page .init-6 .container .left .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.about-page .init-6 .container .right {
  width: -webkit-calc(-350%);
  width: -moz-calc(-350%);
  width: calc(100% - 450px);
  padding-left: 70px;
}

.about-page .init-6 .container .right img {
  width: 100%;
  display: block;
}

.about-page .init-7 .container .tip_title {
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}

.about-page .init-7 .container .tip_des {
  color: #747474;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}

.about-page .init-7 .container .index_line {
  height: 5px;
  margin: auto;
  margin-top: 20px;
}

.about-page .init-7 .container .slick {
  margin: 50px -15px 0 -15px;
}

.about-page .init-7 .container .slick li {
  padding: 0 15px;
}

.about-page .init-7 .container .slick li .box a {
  display: block;
}

.about-page .init-7 .container .slick li .box a img {
  display: block;
  width: 100%;
}

.about-page .init-7 .container .more_c {
  margin-top: 50px;
  text-align: center;
}

.about-page .init-7 .container .more_c a {
  padding: 16px 30px;
  display: inline-block;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid var(--color);
}

.about-page .init-7 .container .more_c a img {
  vertical-align: middle;
  width: 22px;
  -webkit-filter: brightness(2);
  filter: brightness(2);
  margin-left: 30px;
}

.about-page .init-7 .container .more_c a::before {
  background-color: #ffffff;
}

.about-page .init-7 .container .more_c a:hover {
  color: var(--color);
  background-color: #ffffff;
}

.about-page .init-7 .container .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.m-page {
  text-align: center;
  margin-top: 40px;
}

.m-page span,
.m-page a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #f5f5f5;
  color: var(--color);
  text-align: center;
  line-height: 40px;
  margin: 4px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

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

.m-link {
  margin-top: 20px;
}

.m-link a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #767676;
  line-height: 2;
  font-size: 14px;
  -webkit-text-decoration: underline #fff;
  -moz-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.m-link a:hover {
  color: var(--color);
  -webkit-text-decoration-color: var(--color);
  -moz-text-decoration-color: var(--color);
  text-decoration-color: var(--color);
}

.news-page {
  padding-bottom: 110px;
}

.news-page .container .cat_list_cont .list {
  background-color: var(--color);
  color: #ffffff;
  width: 210px;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
}

.news-page .container .cat_list_cont .list:hover,
.news-page .container .cat_list_cont .list.active {
  background-color: #2a2a2a;
}

.news-page .container .content ul {
  margin: 20px -15px 0 -15px;
}

.news-page .container .content ul li {
  margin-top: 70px;
  padding: 0 15px;
}

.news-page .container .content ul li .box a {
  display: block;
}

.news-page .container .content ul li .box a:hover {
  color: var(--color);
}

.news-page .container .content ul li .box .img {
  height: 300px;
}

.news-page .container .content ul li .box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.news-page .container .content ul li .box .img .play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50% , -50%);
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background: rgb(184 138 121 / 50%);
  cursor: pointer;
}
.news-page .container .content ul li .box .img .play i{
  margin-left: 6px;
}

.news-page .container .content ul li .box .time {
  margin-top: 16px;
  color: #999999;
}

.news-page .container .content ul li .box .title {
  color: #1a1a1a;
  font-weight: bold;
  margin-top: 10px;
  min-height: 7rem;
}

.news-page .container .content ul li .box .des {
  margin-top: 14px;
  line-height: 28px;
}

.news-page .container .content ul li .box .more_c a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  color: #999999;
  text-transform: uppercase;
  font-style: italic;
}

.news-page .container .content ul li .box .more_c a:hover {
  color: var(--color);
  -webkit-text-decoration-color: var(--color);
  -moz-text-decoration-color: var(--color);
  text-decoration-color: var(--color);
}

.newdet-page {
  padding-bottom: 110px;
}

.newdet-page .container .title {
  font-weight: bold;
}

.newdet-page .container .time {
  color: #999999;
  margin-top: 10px;
}

.newdet-page .container .content {
  margin-top: 36px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 40px 0;
  line-height: 2;
  font-weight: 300;
  color: #767676;
}

.newdet-page .container .newdet_cont .left {
  width: -webkit-calc(-90%);
  width: -moz-calc(-90%);
  width: calc(100% - 190px);
}

.newdet-page .container .newdet_cont .right {
  width: 190px;
}

.newdet-page .container .newdet_cont .right .tip {
  color: #767676;
  font-weight: 300;
  margin-top: 20px;
}

.newdet-page .container .newdet_cont .right .share_list a {
  padding: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #3b5999;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  margin: 12px 18px 0 0;
}

.newdet-page .container .newdet_cont .right .share_list a:last-child {
  margin-right: 0;
  background-color: #cc2366;
}

.newdet-page .container .newdet_cont .right .share_list a:nth-child(2) {
  background-color: #00aced;
}

.newdet-page .container .newdet_cont .right .share_list a:nth-child(3) {
  background-color: #cb2027;
}

.related_product .tip_title {
  font-weight: bold;
}

.related_product .index_line {
  margin-top: 10px;
}

.related_product .slick {
  margin: 30px -14px 0;
}

.related_product .slick .slick-list {
  padding: 20px 0;
}

.related_product .slick .slick-list .slick-track {
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.related_product .slick .slick-list .slick-track .slick-slide {
  height: auto;
}

.related_product .slick .slick-list .slick-track .slick-slide>div {
  height: 100%;
}

.related_product .slick .slick-list .slick-track li {
  height: 100%;
  padding: 0 14px;
}

.related_product .slick .slick-list .slick-track li .box {
  height: 100%;
  padding-bottom: 14px;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}

.related_product .slick .slick-list .slick-track li .box a {
  display: block;
}

.related_product .slick .slick-list .slick-track li .box a img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.related_product .slick .slick-list .slick-track li .box .text {
  padding: 0 20px;
}

.related_product .slick .slick-list .slick-track li .box .text:hover {
  color: var(--color);
}

.product-page {
  padding-bottom: 110px;
}

.product-page .init-1{
  position: relative;
  z-index: 1;
}


.product-page .init-1 .container {
  padding: 40px;
  background-color: #fafafa;
  position: relative;
}

.product-page .init-1 .container .prev,
.product-page .init-1 .container .next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48%;
  left: 650px;
  background-color: var(--color);
  z-index: 2;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  opacity: 0.7;
}

.product-page .init-1 .container .prev:hover,
.product-page .init-1 .container .next:hover {
  opacity: 1;
}

.product-page .init-1 .container .prev {
  left: 40px;
}

.product-page .init-1 .container .slick li .box {
  background-color: #ffffff;
}

.product-page .init-1 .container .slick li .box .left {
  height: 410px;
  width: 50%;
}

.product-page .init-1 .container .slick li .box .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .init-1 .container .slick li .box .right {
  width: 50%;
  padding: 80px 150px 80px 80px;
}

.product-page .init-1 .container .slick li .box .right a {
  display: block;
}

.product-page .init-1 .container .slick li .box .right .title {
  font-weight: bold;
}

.product-page .init-1 .container .slick li .box .right .des {
  color: #777777;
  margin-top: 14px;
  line-height: 2;
  max-height: 140px;
  overflow-y: auto;
  padding-right: 4px;
}

.product-page .init-1 .container .slick li .box .right .more_c {
  margin-top: 30px;
}

.product-page .init-1 .container .slick li .box .right .more_c a {
  display: inline-block;
  padding: 14px 30px;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  border: 1px solid var(--color);
}

.product-page .init-1 .container .slick li .box .right .more_c .download{
  text-transform: uppercase;
}
.product-page .init-1 .container .slick li .box .right .more_c .download img{
  transition: all .5s;
}
.product-page .init-1 .container .slick li .box .right .more_c .download:hover img{
  filter: brightness(0.5);
}

.product-page .init-1 .container .slick li .box .right .more_c a img {
  margin-left: 16px;
  width: 22px;
  -webkit-filter: brightness(2);
  filter: brightness(2);
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}

.product-page .init-1 .container .slick li .box .right .more_c a::before {
  background-color: #ffffff;
}

.product-page .init-1 .container .slick li .box .right .more_c a:hover {
  color: var(--color);
}

.product-page .init-1 .container .slick li .box .right .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.product-page .init-2 .container .left {
  width: 280px;
}

.product-page .init-2 .container .left form {
  position: relative;
  border: 1px solid #cccccc;
  width: 100%;
}

.product-page .init-2 .container .left form input {
  width: 100%;
  padding: 10px 16px;
  border: none;
  background: rgba(255, 255, 255, 0);
  padding-right: 40px;
}

.product-page .init-2 .container .left form .submit_btn {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 10px;
  background-image: url(../images/product_2.png);
  -o-background-size: contain;
  background-size: contain;
  padding: 0;
}

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

.product-page .init-2 .container .left .list_cont .tips {
  color: var(--color);
  font-weight: bold;
  text-transform: uppercase;
}

.product-page .init-2 .container .left .list_cont .first_ul {
  margin-top: 4px;
}

.product-page .init-2 .container .left .list_cont .first_ul li {
  font-weight: 500;
}

.product-page .init-2 .container .left .list_cont .first_ul li a {
  color: #707070;
  display: block;
  padding: 16px 0;
}

.product-page .init-2 .container .left .list_cont .first_ul li a:hover,
.product-page .init-2 .container .left .list_cont .first_ul li a.active {
  color: var(--color);
}

.product-page .init-2 .container .left .list_cont .first_ul li ul {
  padding-left: 16px;
}

.product-page .init-2 .container .left .list_cont .first_ul li ul li a {
  padding: 0;
  padding-bottom: 12px;
}

.product-page .init-2 .container .left .list_cont .first_ul li ul li:first-child a {
  padding-top: 0;
}

.product-page .init-2 .container .left .list_cont .first_ul>li {
  border-bottom: 1px solid #ebebeb;
}

.product-page .init-2 .container .right {
  padding-left: 30px;
  width: -webkit-calc(-180%);
  width: -moz-calc(-180%);
  width: calc(100% - 280px);
}

.product-page .init-2 .container .right ul {
  margin: -30px -10px 0;
  display: flex;
  flex-wrap: wrap;
}

.product-page .init-2 .container .right ul li {
  margin-top: 30px;
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.product-page .init-2 .container .right ul li .box a {
  display: block;
}

.product-page .init-2 .container .right ul li .box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .init-2 .container .right ul li .box a:hover {
  color: var(--color);
}

.product-page .init-2 .container .right ul li .box .title {
  font-weight: bold;
  margin-top: 4px;
}

.product-page .init-2 .container .right ul li .box .des {
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  display: none;
}

.product-page .init-2 .container .right .cat_title{
  font-weight: bold;
}

.product-page .init-2 .container .right .cat_des{
  margin-top: 10px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
}

.prodet-page .init-1 .container .column {
  width: auto;
}

.prodet-page .init-1 .container .small_img {
  margin: -10px 0;
  width: 120px;
}

.prodet-page .init-1 .container .small_img ul{
  position: relative;
}
.prodet-page .init-1 .container .small_img button{
  font-size: 0;
  background: #fff;
  border: 1px solid #bdbdbd;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%) rotate(90deg);
  z-index: 2;
}
.prodet-page .init-1 .container .small_img button::before{
  font-size: 20px;
  color: #bdbdbd;
  content: '<';
}
.prodet-page .init-1 .container .small_img .slick-next{
  top: unset;
  bottom: 0;
}
.prodet-page .init-1 .container .small_img .slick-next::before{
  content: '>';
}
.prodet-page .init-1 .container .small_img .slick2 .slick-track{
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .small_img .slick2 li {
  padding: 10px 0;
}


.prodet-page .init-1 .container .small_img .slick2 li .box {
  border: 1px solid #bdbdbd;
  transition: all .5s;
}

.prodet-page .init-1 .container .small_img .slick2 .slick-current li .box{
  border: 1px solid red;
}

.prodet-page .init-1 .container .small_img .slick2 li .box a {
  display: block;
  height: 120px;
}

.prodet-page .init-1 .container .small_img .slick2 li .box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prodet-page .init-1 .container .big_img {
  margin-left: 40px;
  width: 550px;
  height: 556px;
  border: 1px solid #bdbdbd;
}

.prodet-page .init-1 .container .big_img a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.prodet-page .init-1 .container .big_img a img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.prodet-page .init-1 .container .right {
  width: 420px;
  margin-left: 40px;
}

.prodet-page .init-1 .container .right .title {
  font-weight: bold;
}

.prodet-page .init-1 .container .right .type{
    color: var(--color);
    font-weight: bold;
}

.prodet-page .init-1 .container .right .des {
  color: #565656;
  margin-top: 26px;
  line-height: 2;
  max-height: 430px;
  overflow-y: auto;
  padding-right: 4px;
}

.prodet-page .init-1 .container .right .video_list{
  text-align: left;
  margin-top: 30px;
}
.prodet-page .init-1 .container .right .video_list .list{
  padding: 5px;
  width: 33.33%;
}
.prodet-page .init-1 .container .right .video_list .list .box{
  position: relative;
}
.prodet-page .init-1 .container .right .video_list .list video{
  width: 100%;
  display: block;
}
.prodet-page .init-1 .container .right .video_list .list .box .shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.prodet-page .init-1 .container .right .video_list .list .box .shadow .play{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  background: var(--color);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  
}
.prodet-page .init-1 .container .right .video_list .list .box .shadow .play i{
  margin-left: 2px;
}


.prodet-page .init-1 .container .right .more_c {
  margin-top: 40px;
  text-transform: uppercase;
}

.prodet-page .init-1 .container .right .more_c .more_cont {
  margin-right: 8px;
  margin-top: 40px;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
  background-color: #5e5e5e;
}

.prodet-page .init-1 .container .right .more_c .more_cont img {
  vertical-align: middle;
  width: 22px;
  margin-left: 30px;
  -webkit-filter: brightness(2);
  filter: brightness(2);
  margin-top: -2px;
}

.prodet-page .init-2 .content{
  font-size: 16px;
}
.prodet-page .init-2 strong,
.prodet-page .init-2 b{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.prodet-page .init-2 table tr td{
  min-width: 100px;
  font-size: 16px;
}

.contact-page {
  padding-bottom: 0;
}

.contact-page .init-1 {
  position: relative;
}

.contact-page .init-1 .sub_img {
  position: absolute;
  width: 700px;
  top: 200px;
  right: -160px;
}

.contact-page .init-1 .container {
  position: relative;
  z-index: 2;
}

.contact-page .init-1 .container .column {
  vertical-align: middle;
}

.contact-page .init-1 .container .left {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 70px;
}

.contact-page .init-1 .container .left .tips {
  font-weight: 500;
  color: var(--color);
}

.contact-page .init-1 .container .left .title {
  font-weight: bold;
  font-size: 36px;
  margin-top: 10px;
}

.contact-page .init-1 .container .left form input,
.contact-page .init-1 .container .left form textarea {
  padding: 12px 20px;
  background-color: #f8f8f8;
  line-height: 28px;
  font-size: 14px;
  border: none;
  margin-top: 14px;
  width: 100%;
  font-weight: 300;
}

.contact-page .init-1 .container .left form .mail,
.contact-page .init-1 .container .left form .phone {
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
}
.contact-page .init-1 .container .left form input[type="submit"]{
  padding: 12px 25px;
  font-weight: 700;
  color: #fff;
  background: var(--color);
  transition: 0.3s all;
}
.contact-page .init-1 .container .left form input[type="submit"]:hover{
  transition: 0.3s all;
  background: #000;
}
.contact-page .init-1 .container .left form .phone {
  margin-left: 16px;
}

.contact-page .init-1 .container .left form .more_c {
  margin-top: 14px;
}

.contact-page .init-1 .container .left form .more_c .more {
  cursor: pointer;
  padding: 16px 50px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.contact-page .init-1 .container .left form .more_c .more img {
  z-index: 2;
  position: relative;
  width: 20px;
  margin-right: 10px;
}

.contact-page .init-1 .container .left form .more_c .more::before {
  background-color: #000;
}

.contact-page .init-1 .container .right {
  padding: 0 120px 0 80px;
}

.contact-page .init-1 .container .right .title {
  font-weight: bold;
}

.contact-page .init-1 .container .right .des {
  color: #888888;
  margin-top: 10px;
  line-height: 2;
}

.contact-page .init-1 .container .right .list_cont {
  margin-top: 10px;
}

.contact-page .init-1 .container .right .list_cont .list {
  margin-top: 30px;
}

.contact-page .init-1 .container .right .list_cont .list .column {
  vertical-align: top;
}

.contact-page .init-1 .container .right .list_cont .list .img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 60px;
}

.contact-page .init-1 .container .right .list_cont .list .img img {
  max-width: 30px;
  width: auto;
  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%);
}

.contact-page .init-1 .container .right .list_cont .list .text {
  margin: 2px 0 0 20px;
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-right: 60px;
}

.contact-page .init-1 .container .right .list_cont .list .text .title_2 {
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}

.contact-page .init-1 .container .right .list_cont .list .text .des_2 {
  margin-top: 10px;
  color: #6c6c6c;
}

.contact-page .init-1 .container .right .list_cont .list.phone .img {
  background-color: #49a760;
}

.contact-page .init-1 .container .right .list_cont .list.mail .img {
  background-color: #3b5999;
}

.contact-page .init-2 .container .tip_title {
  font-weight: bold;
  text-align: center;
}

.contact-page .init-2 .container .index_line {
  margin: 10px auto 0;
}

.contact-page .init-2 .container .tip_des {
  margin-top: 24px;
  text-align: center;
  color: #747474;
}

.contact-page .init-2 .container .list_cont {
  margin-top: 50px;
}

.contact-page .init-2 .container .list_cont .list {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: 18px;
}

.contact-page .init-2 .container .list_cont .list:first-child {
  margin-top: 0;
}

.contact-page .init-2 .container .list_cont .list .title {
  cursor: pointer;
  font-weight: bold;
  padding: 18px 66px 18px 30px;
}

.contact-page .init-2 .container .list_cont .list i {
  z-index: 2;
  cursor: pointer;
  font-size: 30px;
  width: 20px;
  position: absolute;
  top: 16px;
  right: 26px;
}

.contact-page .init-2 .container .list_cont .list .content {
  color: #828282;
  padding: 20px 30px;
  display: none;
}

.contact-page .init-2 .container .list_cont .list.active .title {
  background-color: var(--color);
  color: #ffffff;
}

.contact-page .init-2 .container .list_cont .list.active i {
  color: #fff;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

.contact-page .init-3 .container {
  width: 100%;
}

.m-nav_hc {
    z-index: 2;
    position: relative;
    display: none;
}

.m-nav_hc i {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-align: center;
}

.m-nav_hc i.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.m-nav_hc .active_cate {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    background: var(--color);
    color: #fff;
    padding: 6px 16px;
    padding-right: 36px;
    text-transform: uppercase;
}

.m-nav_hc .active_cate i {
    position: absolute;
    top: 10px;
    right: 16px;
    cursor: pointer;
}



.m-nav_hc .item_cont {
    -webkit-box-shadow: 0 0 6px 0 #cdcdcd;
    box-shadow: 0 0 6px 0 #cdcdcd;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}



.m-nav_hc .item_cont .item {
    padding: 10px 16px;
    padding-right: 36px;
    font-size: 16px;
    position: relative;
    border-bottom: 1px #eee solid;
}

.m-nav_hc .item_cont .item>a.active {
    color: var(--color);
}

.m-nav_hc .item_cont .item:last-child {
    border-bottom: none;
}

.m-nav_hc .item_cont .item i {
    position: absolute;
    top: 15px;
    right: 16px;
}

.m-nav_hc .item_cont .item a {
    display: block;
}

.m-nav_hc .item_cont .item .item_item_cont {
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item {
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #ccc;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item.active {
    color: var(--color);
}

.m-nav_hc .item_cont .item .item_item_cont .item_item:last-child {
    border-bottom: none;
    padding-bottom: 2px;
}

@media (max-width: 1500px) {
  .f_50 {
    font-size: 40px;
  }

  .product-page .init-1 .container .next {
    left: 550px;
  }

  .prodet-page .init-1 .container .small_img {
    width: 90px;
  }

  .prodet-page .init-1 .container .small_img .slick2 li .box a {
    height: 90px;
  }

  .prodet-page .init-1 .container .big_img {
    width: 450px;
    height: 436px;
  }

  .prodet-page .init-1 .container .right {
    width: 550px;
  }
  .contact-page .init-1 .container .right {
    padding-right: 0;
  }

  .contact-page .init-1 .container .right .list_cont .list .text {
    padding-right: 0;
  }

  .contact-page .init-1 .sub_img {
    display: none;
  }
}

@media (max-width: 1250px) {
  .f_44 {
    font-size: 36px;
  }

  .f_38 {
    font-size: 32px;
  }

  .f_34 {
    font-size: 30px;
  }

  .mt_110 {
    margin-top: 70px;
  }
  
  .inner-banner {
    margin-top: 40px;
  }

  .inner-banner .container .mbx {
    margin-top: 10px;
  }

  .about-page .init-1 .container .right .des {
    margin-top: 10px;
  }

  .about-page .init-4 {
    padding: 90px 0;
  }

  .news-page .container .content ul li .box .img {
    height: 220px;
  }

  .news-page .container .cat_list_cont {
    display: none;
  }

  .product-page .init-1 {
    display: none;
  }

  .product-page .init-2 .container .left {
    display: none;
  }

  .product-page .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }

  .prodet-page .init-1 .container {
    text-align: center;
    justify-content: center;
  }

  .prodet-page .init-1 .container .right {
    width: 100%;
    margin: 40px 0 0 0;
  }

  .prodet-page .init-1 .container .right .m-link {
    text-align: left;
  }

  .prodet-page .init-2 strong, .prodet-page .init-2 b{
    font-size: 20px;
  }

  .m-nav_hc {
      display: block;
  }
}

@media (max-width: 1000px) {
  
  .mt_140 {
    margin-top: 70px;
  }

  .index_line {
    display: none;
  }

  .inner-banner {
    margin-top: 40px;
  }

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

  .about-page .init-1 .container .right {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
  }

  .about-page .init-1 .container .right .title {
    max-width: 100%;
  }

  .about-page .init-2 {
    background: #f5f4f4;
    background-image: none !important;
  }

  .about-page .init-2 .container .left {
    width: 100%;
    text-align: center;
  }

  .about-page .init-2 .container .right {
    width: 100%;
  }

  .about-page .init-2 .container .right .play_cont {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
    margin-top: 50px;
  }

  .about-page .init-3 .container .title_list .list p{
    zoom: 0.8;
  }
  .about-page .init-4 .container .cont {
    width: 100%;
    padding: 40px;
    text-align: center;
  }

  .about-page .init-4 .container .cont .line {
    display: none;
  }

  .about-page .init-6 {
    background-image: none !important;
  }

  .about-page .init-6 .container .left {
    width: 100%;
    text-align: center;
  }

  .about-page .init-6 .container .left .des {
    max-width: 100%;
  }

  .about-page .init-6 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .news-page .container .content ul li {
    text-align: center;
  }

  .news-page .container .content ul li .box .img {
    height: 158px;
  }

  .newdet-page .container .title {
    text-align: center;
  }

  .newdet-page .container .time {
    text-align: center;
  }

  .related_product {
    text-align: center;
  }

  .product-page .init-2 .container .right ul li {
    text-align: center;
  }

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

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

  .contact-page .init-1 .container .right .title {
    text-align: center;
  }

  .contact-page .init-1 .container .right .des {
    text-align: center;
  }
}

@media (max-width: 700px) {

  .phone_hide {
    display: none;
  }

  .about-page .init-3 .container .title_list .list {
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
  }

  .about-page .init-3 .container .title_list .list:first-child {
    border-bottom: 1px solid #d9d9d9;
  }

  .news-page .container .cat_list_cont .list {
    width: 33.3%;
  }

  .news-page .container .content ul li .box .img {
    height: 34vw;
  }

  .newdet-page .container .newdet_cont .left {
    width: 100%;
  }

  .newdet-page .container .newdet_cont .right {
    width: 100%;
  }

  .prodet-page .init-1 .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;
  }

  .prodet-page .init-1 .container .small_img {
    width: 100%;
    margin: 20px 0 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .prodet-page .init-1 .container .small_img button{
    left: 0;
    top: 50%;
    transform: rotate(0) translate(0,-50%);
  }
  .prodet-page .init-1 .container .small_img .slick-next{
    left: unset;
    right: 0;
    top: 50%;
    transform: rotate(0) translate(0,-50%);
  }

  .prodet-page .init-1 .container .small_img .slick2-list {
    margin: -10px;
  }

  .prodet-page .init-1 .container .small_img .slick2 li {
    padding: 0 10px;
  }

  .prodet-page .init-1 .container .small_img .slick2 li .box a {
    height: 50vw;
  }

  .prodet-page .init-1 .container .big_img {
    margin-left: 0;
    width: 100%;
    height: 94vw;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

  .contact-page .init-1 .container .left {
    padding: 30px 16px;
  }

  .contact-page .init-2 .container .tip_des {
    margin-top: 10px;
  }
  .yejiao{
    display: none;
  }
  .news-page .container .content ul li .box .title{
    min-height: 5rem;
  }
}

@media (max-width: 500px) {
  .f_50 {
    font-size: 26px;
  }

  .f_44 {
    font-size: 24px;
  }

  .f_38 {
    font-size: 24px;
  }

  .f_34 {
    font-size: 24px;
    line-height: 40px;
  }
  .product-page .init-2 .container .right .cat_des{
    font-size: 16px;
    line-height: 30px;
  }

  .f_30 {
    font-size: 22px;
  }

  .f_26 {
    font-size: 16px;
    line-height: 2;
  }

  .f_20 {
    font-size: 16px;
    line-height: 2!important;
  }

  .f_18 {
    font-size: 16px;
    line-height: 2;
  }

  .f_16 {
    line-height: 2;
  }

  .mt_80 {
    margin-top: 40px;
  }

  .mt_110 {
    margin-top: 40px;
  }

  .inner-banner {
    padding: 20px 0;
  }

  .inner-page {
    padding-bottom: 40px;
  }

  .about-page .init-2 {
    padding: 40px 0;
  }

  .about-page .init-2 .container .left .des {
    margin-top: 20px;
  }

  .about-page .init-2 .container .right .play_cont {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }

  .about-page .init-3 .container .title_list .list {
    width: 100%;
  }

  .about-page .init-4 {
    padding: 40px 0;
  }

  .about-page .init-4 .container .cont {
    padding: 20px;
  }

  .about-page .init-4 .container .cont .s_page {
    margin-top: 20px;
  }

  .about-page .init-5 .container .slick {
    margin: 20px -4px 0 -4px;
  }

  .about-page .init-5 .container .slick li {
    padding: 0 4px;
  }

  .about-page .init-6 {
    padding: 40px 0;
  }

  .about-page .init-6 .container .left .more_c a {
    margin-top: 20px;
    padding: 6px 20px;
  }

  .about-page .init-6 .container .left .more_c a img {
    margin-left: 16px;
    width: 20px;
  }

  .about-page .init-7 .container .slick {
    margin-top: 20px;
  }

  .about-page .init-7 .container .more_c {
    margin-top: 30px;
  }

  .about-page .init-7 .container .more_c a {
    padding: 6px 20px;
  }

  .about-page .init-7 .container .more_c a img {
    margin-left: 16px;
    width: 20px;
  }

  .news-page .container .content ul li {
    margin-top: 40px;
  }

  .news-page .container .content ul li .box .img {
    height: 60vw;
  }

  .news-page .container .content ul li .box .des {
    margin-top: 10px;
  }

  .news-page .container .content ul li .box .more_c a {
    margin-top: 10px;
  }

  .newdet-page {
    padding-bottom: 20px;
  }

  .newdet-page .container .content {
    margin-top: 20px;
    padding: 20px 0;
  }

  .related_product .slick {
    margin-top: 0;
  }

  .related_product .slick .slick-list .slick-track li .box .text {
    padding: 0 10px;
    line-height: 1.6;
  }

  .product-page .init-2 .container .right ul {
    margin: 0;
  }

  .product-page .init-2 .container .right ul li {
    padding: 0;
  }

  

  .prodet-page .init-1 .container .right .video_list .list{
    width: 50%;
  }

  .prodet-page .init-1 .container .right .des {
    margin-top: 6px;
  }

  .prodet-page .init-1 .container .right .title{
    font-size: 20px;
  }

  .prodet-page .init-1 .container .right .more_c {
    margin-top: 20px;
  }

  .prodet-page .init-1 .container .right .more_c .more_cont {
    margin-top: 10px;
    width: 100%;
  }

  .contact-page {
    padding-bottom: 0;
  }

  .contact-page .init-1 .container .left .title {
    font-size: 24px;
    margin-top: 4px;
  }

  .contact-page .init-1 .container .left form .mail {
    width: 100%;
  }

  .contact-page .init-1 .container .left form .phone {
    width: 100%;
    margin-left: 0;
  }

  .contact-page .init-1 .container .left form .more_c .more {
    width: 100%;
    padding: 16px;
  }

  .contact-page .init-1 .container .right .list_cont .list {
    text-align: center;
  }

  .contact-page .init-1 .container .right .list_cont .list .text {
    width: 100%;
    margin: 20px 0 0;
  }

  .contact-page .init-2 .container .list_cont {
    margin-top: 20px;
  }

  .contact-page .init-2 .container .list_cont .list .title {
    padding: 10px 40px 10px 20px;
  }

  .contact-page .init-2 .container .list_cont .list i {
    font-size: 20px;
    width: 14px;
    top: 18px;
    right: 14px;
  }

  .contact-page .init-2 .container .list_cont .list .content {
    padding: 18px 20px;
  }

  .contact-page .init-1 .container .right .list_cont .list .img{
    display: block;
    margin: auto;
  }

}


.product-page .product-1 {
    padding-top: 80px;
    background: var(--color);
}
.product-page .product-1 .ui.container .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px 30px 0 0;
    background: #fff;
    -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);
    overflow: hidden;
}
.product-page .product-1 .ui.container .main .left {
    padding: 0 45px;
    text-align: left;
    width: 35%;
}
.product-page .product-1 .ui.container .main .left h4 {
    font-weight: 700;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.product-page .product-1 .ui.container .main .left p {
    margin-top: 25px;
}
/*.product-page .product-2 {
    padding: 130px 0;
    background: #f5f5f5;
}*/
.product-page .product-2 .ui.container .sidebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product-page .product-2 .ui.container .sidebox .side-left {
    width: 315px;
}
.product-page .product-2 .ui.container .sidebox .side-left h4 {
    font-weight: 700;
    margin-bottom: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-left p {
    color: #666;
    line-height: 1.5;
    margin-bottom: 30px;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form {
    position: relative;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"] {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-style: italic;
    color: #000;
    background: transparent;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::-webkit-input-placeholder {
    color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]:-moz-placeholder {
    color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::-moz-placeholder {
    color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]:-ms-input-placeholder {
    color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::placeholder {
    color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="submit"] {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/product-search-icon.png) center center no-repeat;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox {
    margin-top: 60px;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist > li {
    background: #fff;
    position: relative;
    border-bottom: none!important;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li {
    position: relative;
    width: 100%;
    padding: 0 0;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li a {
    padding-left: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li i {
    font-size: 16px;
    position: absolute;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    right: 0;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li ul.sub-menu {
    display: none;
}
.product-page .product-2 .ui.container .sidebox .side-right {
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist {
    margin: 0 -15px;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li {
    padding: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item {
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 20px;
    background: #fff;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left {
    display: inline-block;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left h4 {
    display: inline-block;
    font-weight: 700;
    color: var(--color);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left p {
    color: var(--color);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text a i {
    font-size: 18px;
    color: var(--color);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item:hover .text a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
}
.product2-page .product-4 {
    padding-top: 40px;
    padding-bottom: 100px;
}
.product2-page .product-4 .ui.container .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product2-page .product-4 .ui.container .top h5 {
    font-weight: bold;
    color: #000;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid #aaa;
    text-transform: uppercase;
}
.product2-page .product-4 .ui.container .top ul.cat2list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product2-page .product-4 .ui.container .top ul.cat2list li {
    margin-left: 40px;
}
.product2-page .product-4 .ui.container .top ul.cat2list li a {
    font-size: 18px;
    line-height: 1.8;
    position: relative;
}
.product2-page .product-4 .ui.container .top ul.cat2list li a:before {
    content: "";
    width: 0%;
    height: 1px;
    background: #000;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product2-page .product-4 .ui.container .top ul.cat2list li.active a:before,
.product2-page .product-4 .ui.container .top ul.cat2list li:hover a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.product2-page .product-4 .ui.container .main {
    margin-top: 50px;
}
.product2-page .product-4 .ui.container .main ul.productlist {
    margin: 0 -18px;
}
.product2-page .product-4 .ui.container .main ul.productlist li {
    padding: 18px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item {
    border-radius: 10px;
    -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
    padding-top: 40px;
    text-align: center;
    padding-bottom: 15px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 {
    font-weight: 700;
    position: relative;
    padding: 0 30px ;

}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5:nth-child(1){
    min-height: 81px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 span {
    width: 20px;
    height: 20px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    filter: grayscale(1);
}
.product2-page .product-4 .ui.container .main ul.productlist li .item{
    position: relative;
    overflow: hidden;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item:before{
    content:"";
    position: absolute;
    bottom:60px;
    width: 100%;
    left: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    height: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;

}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--color);
}
.product2-page .product-4 .ui.container .main ul.productlist li .item span {
    color: var(--color);
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 0 5px;
    padding: 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(1) {
    background: #3994cf;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(2) {
    background: #39cf8e;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(3) {
    background: #cf9139;
}
@media screen and (max-width: 1800px){
  
   .product-page .product-1 .ui.container .main .left p {
        margin-top: 25px;
        max-height: 300px;
        overflow-y: scroll;
    }
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .ui.container .main .left p {
        max-height: 60px;
        margin-top: 10px;
    }
    .product-page .product-1 .ui.container .main .left {
        width: 100%;
    }
    .manu-page .manu-1 .ui.container .left {
        padding-right: 0;
    }
    .product-page .product-2 .ui.container .sidebox .side-left {
        display: none;
    }
    .product-page .product-2 .ui.container .sidebox .side-right {
        width: 100%;
    }

    .product-6{
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .ui.container .main .left h3{
        font-size: 20px;
        line-height: 1.8;
    }
    .product-7 .ui.container .tit h1{
        display: none!important;
    }
     .product-page .product-1 .ui.container .main .right {
        margin-top: 20px;
    }
        .product-page .product-2 {
        padding: 20px 0;
        background: #f5f5f5;
    }

    .product2-page .product-4 .ui.container .top ul.cat2list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product2-page .product-4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {

}
.product-6{
    height: 620px;
    margin-top: 120px;
    position: relative;

}
.product-6 .content{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;

}
.product-6 .mbx{
    position: absolute;
    width: 100%;
    left: 0;
    top: 25px;
    color: #fff;
}.product-7 .ui.container{
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;

}
.product-7 .ui.container .tit{
    color: var(--color);
    
    font-weight: 700;
    font-size: 42px;
    line-height: 1.6;
    text-transform: uppercase;

}
.product-7 .ui.container p{
    max-width:1055px;
    margin: 0 auto;
    line-height: 24/18;
}
@media screen and (max-width: 1000px) {
    .product-6{
        margin-top: 40px;
    }
    .product-7 .ui.container .tit{
        font-size: 34px;
    }

    .prodet-page {
        padding-top: 80px;
    }
   
}
@media screen and (max-width: 700px) {
    .product-7 .ui.container .tit{
        font-size: 20px;
    }
    .product2-page .product-4 .ui.container .top{
        display: none;
    }
    .product-6{
        height: auto;
        padding: 120px 0;
    }
    .product-6 .mbx{
        text-align: center;
        font-size: 16px;
        line-height: 2;
        padding-top: 35px;
    }
}
.inner-page:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}
.inner-page .product-public {
    background: #f9f9f9;
}
.inner-page .product-public .box form {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    position: relative;
}
.inner-page .product-public .box form input {
    width: 100%;
    line-height: 80px;
    height: 80px;
    border-radius: 10px;
    background: white;
    border: none;
    font-size: 18px;
    color: black;
    padding: 0 80px 0 30px;
    -moz-box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}
.inner-page .product-public .box form input::-webkit-input-placeholder {
    color: black;
}
.inner-page .product-public .box form input:-moz-placeholder {
    color: black;
}
.inner-page .product-public .box form input ::-moz-placeholder {
    color: black;
}
.inner-page .product-public .box form input:-ms-input-placeholder {
    color: black;
}
.inner-page .product-public .box form input[type="submit"] {
    width: 80px;
    background: url("../images/icon-search.png") center center no-repeat transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    color: transparent;
    text-indent: -99999em;
}
.inner-page .product-public .box ul {
    padding: 30px 30px 60px;
    text-align: justify;
    text-align-last: justify;
    margin: 0 -15px;
    margin-bottom: 55px;
}
.inner-page .product-public .box ul li {
    width: auto;
    text-align-last: center;
    text-align: center;
    /*  padding: 15px;*/
    position: relative;
    padding: 0 15px;
}
.inner-page.straws .product-public .box ul {
    text-align-last: center;
    text-align: center;
}
.inner-page.straws .product-public .box ul li {
    padding: 0 25px;
}
.inner-page .product-public .box ul li i {
    display: block;
    height: 65px;
    line-height: 65px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.inner-page .product-public .box ul li i img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    filter: drop-shadow(0 100px 0 var(--color)) brightness(0.5);
    max-height: 100%;
    margin-top: -2px;
}
.inner-page .product-public .box ul li h5 {
    display: block;
    font-size: 14px;
    /*  max-width: 150px;*/
    margin: 0 auto;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 20px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .product-public .box ul li.active i img {
    top: -100px;
}
.inner-page .product-public .box ul li.active h5 {
    color: #618b37;
}
.inner-page .product-public .box ul ul {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    display: none;
}
.inner-page .product-public .box ul li:hover>ul {
    display: block;
}
.inner-page .product-public .box ul ul ul li {
    line-height: 24px;
    padding: 8px 15px;
    font-size: 15px;
    background: white;
    border-top: 1px solid #eee;
    display: block;
    transition: .5s;
}
.inner-page .product-public .box ul ul li:hover {
    background: #618b37;
    color: white;
}

.product-yb {
    padding: 0 !important;
    margin: 0 !important
}

.inner-page .product-public.product-yb .box ul {
    margin: 0
}

.inner-page .product-public.product-yb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 20;
    margin-top: -5px !important
}

.inner-page .product-public.product-yb ul {
    padding: 10px 0
}

.inner-page .product-public.product-yb.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background: #fff
}

.product3-page .product-1 {
    background: white;
}
.product3-page .nav-box {
    padding-bottom: 80px;
}
.product3-page .nav-box .pddes{
  max-height: 380px;
  overflow-y: auto;
  margin-top: 20px;
  padding-right: 8px;
}
.product3-page .nav-box h3,
.product3-page .nav-box h1 {
    font-size: 33px;
    font-weight: bold;
    line-height: 2;
}
.product3-page .nav-box h1 a{
  color: var(--color);
  display: inline-block;
  border-bottom: 2px solid var(--color);
  line-height: 1;
}
.product3-page .nav-box h3 small,
.product3-page .nav-box h1 small {
    display: block;
    margin-top: 10px;
    line-height: 1;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}
.product3-page .product-2 {
    padding-bottom: 120px;
}
.product3-page .product-2 ul {
    margin: -12px;
}
.product3-page .product-2 ul .slick-track{
  margin-left: 0;
}
.product3-page .product-2 ul li {
    padding: 12px;
    position: relative;
}
.product3-page .product-2 ul li span {
    display: block;
    position: relative;
   
}
.product3-page .product-2 ul li .product_add,
.pro-bg .product_add {
    font-size: 18px;
    cursor: pointer;
    cursor: hand;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.product3-page .product-2 ul li a.img-box {
    display: block;
    
}
.product3-page .product-2 ul li a.img-box.sid{
  border: 1px solid #eee;
}
.product3-page .product-2 ul li a.img-box img {
    width: 100%;
}
.product3-page .product-2 ul li .des{
  padding-top: 10px;
    background: #f5f5f5;
}
.product3-page .product-2 ul li a.img-box h5 {
    padding: 15px 5px;
    position: relative;
    background: white;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    color: black;
    line-height: 2;
    background: #f5f5f5;
}
.product3-page.pro-yd .product-2 a.more {
    display: block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    background: var(--color);
    font-size: 14px;
    margin: 30px 0 0;
    color: white;
    padding: 0 10px;
    width: 160px;
    text-align: center;
}
@media screen and (max-width: 1600px) {

    .inner-page .product-public .box ul li i,.solution-det-page .solution-det-1 ul li i,.solution-f ul li i {
        height: 50px;
        line-height: 50px;
        display: block;;
    }
    .inner-page .product-public .box ul li i img,.solution-det-page .solution-det-1 ul li i img,.solution-f ul li i img {
        max-height: 100%;
        max-width: 50px;
    }
    .product3-page .product-2 {
        padding-bottom: 80px;
    }
    .product3-page .nav-box {
        padding-bottom: 50px;
    }
    .product3-page .nav-box h3,
    .product3-page .nav-box h1 {
        font-size: 28px;
    }

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

    .inner-page .product-public .box ul {
        padding: 10px 0 40px;
    }
    .inner-page .product-public .box form input {
        line-height: 60px;
        height: 60px;
    }

    .inner-page .product-public .box ul {
        padding: 10px 0;
    }
    .product3-page .nav-box {
        padding-bottom: 30px;
    }
    .product3-page .product-2 {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 1250px) {
    .inner-page .product-public .box ul li {
        padding: 10px;
    }
    .inner-page .product-public .box ul {
        margin: -10px;
    }
    .inner-page .product-public .box ul li h5 {
        font-size: 14px;
    }
    .product3-page .product-2 ul li a.img-box h5 {
        font-size: 14px;
    }

}
@media screen and (max-width: 1000px) {
    .inner-page .product-public {
        display: none;
    }
    .product3-page .product-2 {
        padding: 40px 0 60px;
    }
    .product3-page .nav-box {
        padding-bottom: 0;
    }
    /*.product3-page .product-2 ul li {
        width: 25% !important;
    }*/
    .product3-page .nav-box h3,
    .product3-page .nav-box h1{
        font-size: 24px;
    }
    .product3-page.pro-yd .product-2 a.more {
        line-height: 32px;
        height: 32px;
        margin-top: 20px;
        font-size: 13px;
    }
}
@media screen and (max-width: 700px) {
  
    .product3-page .product-2 ul {
        margin-top: 20px;
    }
    .product3-page .product-2 {
        padding: 20px 0;
    }
   
}
@media screen and (max-width: 500px) {
    .product3-page .product-2 ul li {
        width: 100% !important;
    }

}


 #mask {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 40px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 111;
    display: none;
}

#mask .prodet-page {
  padding: 4rem 3rem;
      box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    background: #ffffff;
    max-height: 630px;
    overflow-y: auto;
}
.prodet-page .container {
  max-width: 1200px;
}
/*.prodet-page .container .content{
  max-height: 250px;
  overflow-y: auto;
}*/
.prodet-page .container .content .cct img{
  max-width: 150px;
  margin-right: 15px;
}
.prodet-page .prodet-1{
  max-height: 80vh;
  overflow-y: auto;
}
.prodet-page .prodet-1 .prodet-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;
  align-items: center;
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 40%;
  padding-right: 3.5rem;
}
.prodet-page .prodet-1 .prodet-box .left .big {
  position: relative;
  width: 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big .img{
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.7rem;
  height: 10.1rem;
  border: none;
  color: transparent;
  z-index: 5;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-prev {
  background: url(../images/a-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-next {
  background: url(../images/a-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a {
    display: inline-block;
    padding: 13px 3.6rem;
    font-size: 18px;
    line-height: 1;
    color: var(--color);
    border: 1px solid var(--color);
    background: #ffffff;
    margin: 0 1rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .prodet-box .left .big .list .acc .add{
  border: 1px solid #eee;
}
.list1 .acc .add{
   border: 1px solid #eee;
}
.list1 .acc .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a:hover {
  background: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a.on {
    color: #fff;
    background: var(--color);
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a.on:hover {
  background: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right {
  width: 60%;
      padding-top: 25px;
}
.prodet-page .prodet-1 .prodet-box .right h3 {
  font-size: 26px;
  line-height: 2;
  color: #000000;
  font-weight: bold;
  text-transform: capitalize;
}
.prodet-page .prodet-1 .prodet-box .right p {
    font-size: 15px;
    color: #000;
    line-height: 2;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
}
.prodet-page .prodet-1 .prodet-box .right h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  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;
}
.prodet-page .prodet-1 .prodet-box .right .tit {
  padding-bottom: 1rem;
}
.prodet-page .prodet-1 .prodet-box .right .tit h1 {
  margin-bottom: 2rem;
}
.prodet-page .prodet-1 .prodet-box .right .text {
  padding-bottom: 1.8rem;
      max-height: 220px;
    overflow: overlay;
    line-height: 2;

}
/*.prodet-page .prodet-1 .prodet-box .right .text h4 {
  margin-bottom: 2rem;
}*/
.prodet-page .prodet-1 .prodet-box .right .pro-gallery {
  margin: 20px 0
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .acc .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .list1 .acc .add {
  padding: 10px;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery h4 {
  margin-bottom: 2.8rem;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul {
  margin: 0 -1.3rem;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li {
  padding: 0 1.3rem;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a {
  display: block;
  overflow: hidden;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a img {
  width: 100%;
}
.prodet-page .prodet-1 .prodet-box .right .det h4 {
  margin-bottom: 1.5rem;
}
.prodet-page .prodet-1 .prodet-box .right .det h4 img {
  max-width: 9px;
  margin-right: 12px;
}
.prodet-page .prodet-1 .prodet-box .right .share {
  margin-top: 2.8rem;
  display: block;
}
.prodet-page .prodet-1 .prodet-box .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .prodet-box .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0;
  margin: 0;
  margin-left: 1.5rem;
  color: #000;

  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .product-2 {
  padding-bottom: 6rem;
}
.prodet-page .product-2 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  margin-bottom: 3rem;
}
.prodet-page .product-2 h4 img {
  margin-right: 2rem;
}
.prodet-page .product-2 h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
}
.prodet-page .product-2 .content p {
    line-height: 1.8;
    font-size: 18px;
    padding: 5px 0;
}
.prodet-page .product-2 .content p strong {
    font-weight: bold;
}


.prodet-page .prodet-1 .prodet-box .right .btn {
    width: 100%;
    left: 0;
    bottom: 4.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-1 .prodet-box .right .btn a.on {
    color: #fff;
    background: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .btn a {
    display: inline-block;
    padding: 13px 3.6rem;
    font-size: 18px;
    line-height: 1;
    color: var(--color);
    border: 1px solid var(--color);
    background: #ffffff;
    margin: 0 1rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .prodet-box .right .btn a:hover {
  background: var(--color);
  transition: 0.3s all;
}
.fangkuai {
    width: 12px;
    height: 12px;
    background: var(--color);
    margin-right: 10px;
}
.prodet-page .prodet-1 .prodet-box .right .btn {
    margin: 0 -1rem;
}

 #mask {
  -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 40px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 111;
    display: none
}

#mask.active {display: block!important}
#mask .mask-bg {
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

#mask .mask-close {
  position: absolute;
    z-index: 1;
    right: 5px;
    top: 5px;
    color: #000;
    cursor: pointer;
    font-size: 18px
}

/*#mask .container {
  width: 1100px
}*/

#mask .mask-inner {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
#mask .mask-inner .item {
    width: 95%;
    max-width: 1200px;
    position: relative;
}
@media screen and (max-width:1000px) {
  .product2-page .product-list ul li{
    width: 50%!important;
  }

  .prodet-page .prodet-1 .prodet-box .left{
    width: 100%;
    padding: 0;
  }

  .prodet-page .prodet-1 .prodet-box .right{
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .prodet-box .right p{
    font-size: 14px;
  }
  .inner-page .sidebar-box .sidebar-right .top{
    display: none;
  }
}
@media screen and (max-width:500px) {
  .product2-page .product-list ul li{
    width: 100%!important;
  }
}

@media screen and (max-width:1550px) {
.prodet-page .prodet-1 .prodet-box .right .text {
  height: 200px;
  padding-right: 10px;
  overflow: auto
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery img {
  max-width: 180px;
}
.product2-page .product-list ul li .img img{
      height: 300px;
    object-fit: cover;
    width: 100%;
}

}
@media screen and (max-width:1100px) {
.prodet-page .prodet-1 .prodet-box .right .text {
  height: 150px;
}
#mask .mask-close {
  right: 3%;
  top: 3%
}
#mask .mask-inner .item {width: 100%}

.prodet-page .prodet-1 .prodet-box .left .big .img {text-align: center}
.prodet-page .prodet-1 .prodet-box .left .big .img img {text-align: center;width: auto;margin: 0 auto;max-width: 400px;}
#mask .prodet-page {
  padding: 0
}
#mask .prodet-page .prodet-1 .prodet-box {
  height: 100vh;
  overflow: auto
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery img {max-width: 100%}
.prodet-page .prodet-1 .prodet-box .right .share ul li {width: auto!important}
/*.prodet-page .prodet-1 .prodet-box .right .share {display: none}*/
.prodet-page .prodet-1 .prodet-box .right {margin-top: 0}


}
.pb_80{
  padding-bottom: 80px;
}
 @media screen and (max-width: 1600px) {

  #mask .mask-inner .item{
    /*max-height: 600px;*/
    overflow-y: auto;
  }
 
  .prodet-page .prodet-1 .prodet-box .right .share{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
 #mask .mask-inner .item{
    /*max-height: 400px;*/
   
  }
   #mask .mask-close{
   top: 10%; 
  }
  .prodet-page .prodet-1 .prodet-box .right .text{
    height: auto;
    max-height: none;
  }
  .prodet-page .prodet-1 .prodet-box .left .big .img img{
    max-width: 100%;
  }
}
.gxs-8.contact{
  display: none!important;
}



.product-page .product-1 .top .left {
  width: 20%;
}
.product-page .product-1 .top .left #product-list li {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 25px 30px;
}
.product-page .product-1 .top .left #product-list li.active>a{
color: var(--color)!important;
}
.product-page .product-1 .top .left #product-list li i {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.product-page .product-1 .top .left #product-list li a {
  display: inline-block;
  font-size: 16px;
  
  font-weight: bold;
  color: #000000;
  line-height: 2;
  text-transform: uppercase;
}
.product-page .product-1 .top .left #product-list li ul.children {
  margin-top: 20px;
}
.product-page .product-1 .top .left #product-list li ul.children li {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
}
.product-page .product-1 .top .left #product-list li ul.children li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize
}
.product-page .product-1 .top .left #product-list li ul.children li:last-child {
  margin-bottom: 0;
}
.product-page .product-1 .top .right {
  width: 80%;
  padding-left: 60px;
}

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


.gallery-page {
  padding: 120px 0;
}
.gallery-page .container .gallery-list ul{
  flex-wrap: wrap;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
  height: 100%;
}
.gallery-page .container .gallery-list ul li .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box .img-box img {
  width: 100%;
}
.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: var(--color);
  color: #fff;
}


.faq-page{
  padding: 100px 0;
}
.faq-page .init-1 .container .list{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.faq-page .init-1 .container .list h4{
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.faq-page .init-1 .container .list .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 500px) {
  .faq-page{
    padding: 40px 0;
  }
  .gallery-page{
    padding: 40px 0;
  }
  .gallery-page .container .gallery-list ul li{
    padding: 15px 0;
  }
}


.service-page .init-1 .tipsTitle {
  text-align: center;
}
.service-page .init-1 .tipsTitle span {
  color: #fff;
  background-color: var(--color);
  border-radius: 5px;
  padding: 4px 10px;
}
.service-page .init-1 .titleC {
  font-weight: 500;
  text-align: center;
}
.service-page .init-1 .titleC .line {
  flex: 1;
  height: 1px;
  background-color: #999;
}
.service-page .init-1 .des {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.service-page .init-1 .content ul {
  margin: 0 -8px;
}
.service-page .init-1 .content ul li {
  padding: 0 8px;
  width: 25%;
}
.service-page .init-1 .content ul li .box img {
  width: 100%;
}
.service-page .init-1 .content ul li .box .title {
  font-weight: 500;
  text-align: center;
}
.service-page .init-1 .content ul li .box .des {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-1 .content ul li .box .listCont {
  margin-top: 20px;
}
.service-page .init-1 .content ul li .box .listCont .list {
  margin-top: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.service-page .init-1 .content ul li .box .listCont .list .title2 {
  padding: 20px;
  cursor: pointer;
}
.service-page .init-1 .content ul li .box .listCont .list .title2 i {
  min-width: 16px;
}
.service-page .init-1 .content ul li .box .listCont .list .title2 span {
  width: calc(100% - 16px);
}
.service-page .init-1 .content ul li .box .listCont .list .des2 {
  padding: 0 20px 20px;
  display: none;
  color: rgba(0, 0, 0, 0.6);
}
.service-page .init-1 .content ul li .box .listCont .list.active .title2 {
  color: var(--color);
}
.service-page .init-1 .content ul li .box .listCont .list.active .title2 i {
  transform: rotateX(180deg);
}
.service-page .init-2 {
  text-align: center;
}
.service-page .init-2 .container .tipsTitle {
  color: var(--color);
}
.service-page .init-2 .container .tipsTitle2 {
  font-weight: 600;
}
.service-page .init-2 .container .tipsDes {
  color: rgba(0, 0, 0, 0.6);
  max-width: 1200px;
  margin: 10px auto 0;
}
.service-page .init-2 .container .listCont ul li .box .img {
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
}
.service-page .init-2 .container .listCont ul li .box .img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}
.service-page .init-2 .container .sPage .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.service-page .init-2 .container .sPage .swiper-pagination-bullet-active {
  background-color: var(--color);
}
.service-page .init-3 .titleC {
  background-color: #EAF1F5;
  padding: 50px 20px;
  text-align: center;
}
.service-page .init-3 .titleC .tipsTitle {
  font-weight: 500;
}
.service-page .init-3 .container .list .img {
  border-radius: 4px;
  width: 50%;
}
.service-page .init-3 .container .list .text {
  font-weight: 500;
  width: 50%;
  padding: 50px 0 50px 50px;
}
.service-page .init-3 .container .list .text .des {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-3 .container .list:nth-child(2n) .text {
  order: -1;
  padding: 50px 50px 50px 0;
}
.service-page .init-4 {
  background-color: #EAF1F5;
  text-align: center;
}
.service-page .init-4 .container .tipsTitle {
  font-weight: 500;
}
.service-page .init-4 .container .tipsDes {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-4 .container .content ul {
  margin: 0 -10px;
}
.service-page .init-4 .container .content ul li {
  width: 33.33%;
  padding: 10px;
}
.service-page .init-4 .container .content ul li .box {
  padding: 30px;
  background-color: var(--color);
  color: #fff;
  height: 100%;
}
.service-page .init-4 .container .content ul li .box .img {
  height: 50px;
}
.service-page .init-4 .container .content ul li .box .title {
  font-weight: 500;
}
.service-page .init-5 {
  color: #fff;
  text-align: center;
  background-size: cover;
}
.service-page .init-5 .container .tipsTitle {
  font-weight: 500;
}
.service-page .init-5 .container .tipsDes {
  line-height: 2;
  max-width: 1200px;
  margin: 10px auto 0;
}
.service-page .init-5 .container .content ul {
  margin: 0 -10px 0;
}
.service-page .init-5 .container .content ul li {
  width: 33.33%;
  padding: 10px;
}
.service-page .init-5 .container .content ul li .box {
  height: 100%;
  text-align: left;
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  padding: 40px;
}
.service-page .init-5 .container .content ul li .box .title {
  font-weight: 500;
}
.service-page .init-5 .container .content ul li .box .des {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-6 .container .tipsTitle {
  text-align: center;
  font-weight: 500;
}
.service-page .init-6 .container .tipsDes {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-6 .container .content form .list {
  margin-top: 30px;
  width: 49%;
}
.service-page .init-6 .container .content form .list .tips {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.service-page .init-6 .container .content form .list .tips em {
  color: red;
}
.service-page .init-6 .container .content form .list input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
}
.service-page .init-6 .container .content form .list textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
  margin-top: 10px;
}
.service-page .init-6 .container .content form .more {
  text-transform: uppercase;
  cursor: pointer;
}
.service-page .init-6 .container .content form .wid-100 {
  width: 100%;
}
@media (max-width: 1000px) {
  .service-page .init-1 .content ul li {
    width: 50%;
  }
  .service-page .init-4 .container .content ul li {
    width: 50%;
  }
  .service-page .init-5 .container .content ul li .box {
    padding: 40px 10px;
  }
  .gallery-page .container .gallery-list ul li {
    width: 33.33%;
  }
}
@media (max-width: 700px) {
  .gallery-page .container .gallery-list ul li {
    width: 50%;
  }
  .service-page .init-1 .content ul li {
    width: 50%;
  }
  .service-page .init-3 .container .list .img {
    width: 100%;
  }
  .service-page .init-3 .container .list .text {
    width: 100%;
    padding: 20px 10px;
  }
  .service-page .init-3 .container .list:nth-child(2n) .text {
    order: 2;
    padding: 20px 10px;
  }
  .service-page .init-5 .container .content ul li {
    width: 100%;
  }
  .service-page .init-6 .container .content form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .service-page .init-1 .content ul li {
    width: 100%;
  }
  .service-page .init-4 .container .content ul li {
    width: 100%;
  }
  .service-page .init-4 .container .content ul li .box {
    padding: 30px 10px;
  }
  .service-page .init-6 .container .content form .list {
    margin-top: 10px;
  }
  .service-page .init-1 .titleC{
    text-align: center;
    justify-content: center;
  }
  .service-page .init-1 .titleC .line{
    display: none;
  }
  .gallery-page .container .gallery-list ul li {
    width: 100%;
  }
}