@font-face {
  font-family: "Garamond-Premiere-Pro";
  src: url("../fonts/GaramondPremrPro-SmbdDisp.eot");
  src: url("../fonts/GaramondPremrPro-SmbdDisp.eot?#iefix") format("embedded-opentype"), url("../fonts/GaramondPremrPro-SmbdDisp.woff2") format("woff2"), url("../fonts/GaramondPremrPro-SmbdDisp.woff") format("woff"), url("../fonts/GaramondPremrPro-SmbdDisp.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "ArialMT";
  max-width: 1920px;
  --color: #008bd5;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.gar {
  font-family: "Garamond-Premiere-Pro";
  font-weight: bold;
}
.container {
  padding: 0 15px;
  max-width: 1750px;
  margin: auto;
  width: 100%;
}
.more {
  width: 200px;
  height: 58px;
  background-color: #008bd5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-family: "Garamond-Premiere-Pro";
  font-weight: bold;
  position: relative;
}
.more::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #f4efec;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  background: #000000;
}
.more:hover::after {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 0;
}
.more.m1::after {
  display: none;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
  /*-webkit-box-shadow: 0px 5px 5px 0px #000000;*/
  /*box-shadow: 0px 5px 5px 0px #000000;*/
  color: #ffffff;
}
#header .nav {
  padding: 25px 0 15px;
  width: 100%;
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 85px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 20px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -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;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  margin-left: 80px;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search form #s {
  width: 180px;
  height: 44px;
  border: solid 2px #a0a0a0;
  background: none;
  padding-left: 45px;
  padding-right: 10px;
}
#header .nav .ui.menu .h-search form .submit {
  width: 40px;
  height: 26px;
  background: none;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 2px solid rgba(244, 239, 236, 0.55);
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 20px;
}
#header .nav .ui.menu .h-language span {
  font-size: 20px;
  cursor: pointer;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .h-language span:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -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;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  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;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  background-color: #000000;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.lh-1 {
  line-height: 1;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .text .box {
  width: 50%;
  color: #ffffff;
  -webkit-transition: 1s 1s;
  -moz-transition: 1s 1s;
  transition: 1s 1s;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}
#banner li .text .box .title {
  line-height: 1.4;
}
#banner li .text .box .title span {
  color: #31a8e7;
}
#banner li .text .box .more {
  background: #ffffff;
  color: #000000;
}
#banner li .text .box .more:hover {
  background: #000000;
  color: #ffffff;
}
#banner .slick-active .text .box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.title {
  font-family: "Garamond-Premiere-Pro";
  font-weight: bold;
}
.title span {
  color: var(--color);
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.slickDots ul li {
  width: 12px;
  height: 12px;
  background-color: #000000;
  opacity: 0.17;
  border: none;
}
.slickDots ul li.slick-active {
  background: var(--color);
  opacity: 1;
}
#index-body .series {
  background: #f0f0f0;
}
#index-body .series .left {
  width: 62%;
}
#index-body .series .bottom .box {
  background: #ffffff;
  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;
  position: relative;
}
#index-body .series .bottom .box .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 139, 213, 0.77);
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .series .bottom .box .mask .btn {
  width: 70%;
  color: #ffffff;
  height: 62px;
  text-align: center;
  line-height: 62px;
  border: solid 1px #ffffff;
  display: block;
}
#index-body .series .bottom .box .mask .btn:hover {
  background: var(--color);
}
#index-body .series .bottom .box:hover .mask {
  opacity: 1;
}
#index-body .about {
  background: #262626;
  color: #ffffff;
}
#index-body .about .date ul {
  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-left: 1px solid #666666;
  border-top: 1px solid #666666;
}
#index-body .about .date ul li {
  width: 25%;
  text-align: center;
  height: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
#index-body .about .date ul li .tip {
  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;
}
#index-body .about .date ul li .tip .icon {
  margin-right: 20px;
}
#index-body .about .date ul li .tip .num {
  line-height: 1;
}
#index-body .about .bottom {
  border: 1px solid #666666;
  border-top: none;
}
#index-body .about .bottom .item .left {
  padding: 0 85px;
}
#index-body .about .bottom .item .left .more:hover {
  background: #ffffff;
  color: #000000;
}
#index-body .about .bottom .item:nth-child(2n) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#index-body .about .bottom .item:nth-child(2n) .left li {
  margin-top: 40px;
}
#index-body .about .bottom .item:nth-child(2n) .left li .tip {
  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;
  line-height: 1;
}
#index-body .about .bottom .item:nth-child(2n) .left li .tip img {
  margin-right: 12px;
}
#index-body .about .bottom .item:nth-child(2n) .left li .cont {
  line-height: 2;
}
#index-body .product {
  background: #f0f0f0;
}
#index-body .product .box {
  margin: -15px;
}
#index-body .product .box .left {
  width: 29%;
  padding: 15px;
}
#index-body .product .box .left .text {
  padding: 0 50px;
  background: #262626;
  color: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .product .box .left .text .tit {
  line-height: 1.2;
}
#index-body .product .box .right {
  width: 75%;
}
#index-body .product .box .right ul li {
  padding: 15px;
}
#index-body .product .box .right ul li .item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  padding: 0 40px;
}
#index-body .product .box .right ul li .item .img-box {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}
#index-body .product .box .right ul li .item .img-box img {
  max-height: 280px;
  width: auto;
}
#index-body .product .box .right ul li .item .txt {
  width: 50%;
}
#index-body .product .box .right ul li .item .txt .btn {
  width: 135px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  font-size: 16px;
  border: solid 1px #262626;
}
#index-body .product .box .right ul li .item .txt .btn:hover {
  background: var(--color);
  color: #ffffff;
  border: solid 1px var(--color);
}
#index-body .news .top .right {
  text-align: right;
}
#index-body .news .bottom .box {
  border: solid 1px #cbcbcb;
}
#index-body .news .bottom .box .txt {
  padding: 30px 20px 35px;
  color: #282828;
}
#index-body .news .bottom .box .txt .time {
  font-weight: 400;
}
#index-body .news .bottom .box .txt .t1 {
  line-height: 1.2;
}
#index-body .news .bottom .box .txt .t1:hover {
  color: var(--color);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #262626;
  color: #fff;
  padding-top: 100px;
  position: relative;
}
#footer .f-back {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  cursor: pointer;
}
#footer .f-back .dot {
  position: relative;
  z-index: 2;
  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;
  width: 66px;
  height: 66px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 28px;
  color: #000000;
}
#footer .f-back::after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #3ba6df), color-stop(40%, #262626));
  background: -webkit-linear-gradient(top, #3ba6df 40%, #262626 40%);
  background: -moz-linear-gradient(top, #3ba6df 40%, #262626 40%);
  background: linear-gradient(to bottom, #3ba6df 40%, #262626 40%);
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#footer .f-form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
#footer .f-form ul li {
  padding: 10px;
}
#footer .f-form ul li input {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  border: none;
  padding: 0 35px;
  color: #000000;
}
#footer .f-form ul li:nth-child(1) {
  width: 25%;
}
#footer .f-form ul li:nth-child(2) {
  width: 25%;
}
#footer .f-form ul li:nth-child(3) {
  width: 35%;
}
#footer .f-form ul li:nth-child(4) {
  width: 15%;
}
#footer .f-form ul li:nth-child(4) input {
  background-color: #3ba6df;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}
#footer .f-form ul li:nth-child(4) input:hover {
  background: #000000;
}
#footer .f-box {
  padding: 0 22px;
}
#footer .f-box li {
  margin-bottom: 0.6em;
}
#footer .f-box li a::after {
  content: ">>";
  margin-left: 10px;
}
#footer .f-box li a:hover {
  color: var(--color);
}
#footer .f-box .f-contact {
  max-width: 350px;
}
#footer .f-box .f-contact li {
  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;
  margin-bottom: 1em;
}
#footer .f-box .f-contact li .icon {
  width: 35px;
  padding-top: 2px;
}
#footer .f-box .f-contact li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-nav li ul{
  display: none;
}
#footer .f-box .f-code {
  max-width: 190px;
}
#footer .f-box .f-code #ewm {
  width: 155px;
  height: 155px;
  border: 12px solid #ffffff;
}
#footer .f-box .f-code .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
}
#footer .f-box .f-code .share a:hover {
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  background-color: #000000;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 55px;
  }
  #index-body .about .bottom .item .right img {
    height: 620px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .about .bottom .item .left {
    padding: 0 40px;
  }
  #index-body .about .bottom .item .right img {
    height: 520px;
  }
  #index-body .about .bottom .item:nth-child(2n) .left li {
    margin-top: 20px;
  }
  #index-body .product .box .left .text {
    padding: 0 30px;
  }
  #index-body .product .box .right ul li .item {
    min-height: 300px;
    padding: 0 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .product .box .left {
    display: none;
  }
  #index-body .product .box .right {
    width: 100%;
  }
  #banner li .text .box {
    width: 100%;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #index-body .about .bottom .item .right img {
    height: 420px;
  }
  #index-body .about .bottom .item:nth-child(2n) .left {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #banner .slickDots {
    zoom: 0.6;
  }
  .font-24 {
    font-size: 17px;
  }
  #index-body .series .right {
    text-align: right;
    margin-top: 30px;
  }
  #index-body .about .bottom .item {
    padding: 25px;
  }
  #index-body .about .bottom .item .left {
    margin-bottom: 25px;
  }
  #index-body .product .box .right ul li .item .img-box {
    width: 100%;
  }
  #index-body .product .box .right ul li .item .txt {
    width: 100%;
    padding-bottom: 40px;
  }
  #index-body .about .bottom .item:nth-child(2n) .left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #index-body .about .date ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .date ul li {
    width: 50%;
  }
  #footer .f-form ul li:nth-child(1) {
    width: 50%;
  }
  #footer .f-form ul li:nth-child(2) {
    width: 50%;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 70%;
  }
  #footer .f-form ul li:nth-child(4) {
    width: 30%;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-products {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #footer .f-box .f-code {
    max-width: 100%;
  }
  #footer .f-box .f-code .tit {
    padding-left: 0;
  }
  #footer .f-box .f-code #ewm {
    margin-left: 0;
  }
  #footer .f-box .f-code .share {
    max-width: 190px;
  }
  #index-body .about .bottom .item .right img {
    height: auto;
  }
  #index-body .about .bottom .item:nth-child(2n) .left li .tip {
    font-size: 18px;
  }
  #index-body .product .box .right ul li .item .txt .t1 {
    font-size: 16px;
  }
  #index-body .news .top .right {
    margin-top: 30px;
  }
  .font-40 {
    font-size: 24px;
  }
  #index-body .product .box .right ul li .item .txt .btn {
    font-size: 14px;
  }
  #banner li .text .box {
    padding-left: 0;
  }
  #footer .f-box {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  #footer .f-form ul li:nth-child(1) {
    width: 100%;
  }
  #footer .f-form ul li:nth-child(2) {
    width: 100%;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-form ul li:nth-child(4) {
    width: 100%;
  }
  #footer .f-form ul li input {
    height: 60px;
  }
  .more {
    zoom: 0.8;
  }
  #index-body .news .bottom .box .txt .t1{
    font-size: 18px;
  }
  .font-48{
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
    zoom: 0.7;
  }
  #banner .cont {
    font-size: 14px;
  }
  #index-body .about .date ul li {
    height: 200px;
  }
  #index-body .about .date ul li .tip {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .date ul li .tip .icon {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .more {
    zoom: 0.7;
  }
  #banner li > img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .slickDots {
    display: none;
  }
  #footer .f-back {
    zoom: 0.6;
  }
  #footer .f-form ul li input {
    padding: 0 20px;
  }
  #index-body .about .bottom .item {
    padding: 15px;
  }
  #footer .f-box .f-code #ewm {
    width: 120px;
    height: 120px;
    border: 6px solid #ffffff;
  }
}


/*inner-page*/
#innerMobileBanner{
  padding: 20px 0;
}
#innerMobileBanner .title{
  font-size: 24px;
   font-family: "Garamond-Premiere-Pro";
  font-weight: bold;
}
.inner-page{
  position: relative;
  z-index: 1;
}
.inner-banner {
  position: relative;
  height: 25vw;
  padding-top: 12vw;
  overflow: hidden;
}
.inner-banner .luxy-el {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  left: 0;
  top: 0;
}
.inner-banner .container {
  z-index: 2;
}
.inner-banner .mbx-box {
  position: relative;
}
.inner-banner .mbx-box::after {
  position: absolute;
  z-index: -1;
  content: attr(data-name);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 5vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
}
.inner-banner .mbx-box .mbx {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}
.inner-banner .mbx-box .mbx a,
.inner-banner .mbx-box .mbx span {
  margin: 0 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-banner .mbx-box .mbx a:hover {
  color: var(--color);
}
.inner-banner .mbx-box .mbx a:first-child {
  margin-left: 0;
}
.inner-banner .mbx-box .mbx span {
  margin-right: 0;
}
.inner-banner .mbx-box h2 {
  font-size: 50px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
      font-weight: 500;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*padding-left: 150px;*/
}
.inner-page .m-page span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
  position: sticky;
  top: 150px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 400px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {

  line-height: 1.8;
  color: #000000;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
      font-weight: 500;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont {
  margin-top: 10px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item .nav_item{
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
  /*border: 1px solid #eeeeee;*/
      background: #f5f5f5;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
p.nesdre {
  font-size: 14px!important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/tongyong.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}
.news-page {
  padding: 80px 0;
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  /*padding: 0 5px;*/
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  color: var(--color);
  /*border: 1px solid var(--color);*/
  /*-webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);*/
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--color);
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
      font-weight: 500;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  line-height: 2;
  color: #aaa;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 2;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  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;
  margin-bottom: 15px;
}
.newdet-page .product-page {
  width: 100%;
}
.newdet-page .product-page h2.title {
  border: none;
}
.newdet-page .product-page .swiper {
  padding: 5px;
}
.newdet-page .product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background: var(--color);
  color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  line-height: 2;
  margin-left: 12px;
  color: #aaa;
  /*text-transform: uppercase;*/
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title,
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 35px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
      font-weight: 500;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
   margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a em{
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #a7a7a7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a:last-child{
  text-align: right;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a:last-child i {
 margin-left: 10px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a:hover{
   color: var(--black);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 60px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 2;
  color: #000;
  /*text-transform: uppercase;*/
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 18px;
  line-height: 2;
  color: #000;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
  font-size: 16px;
  display: inline-block;
  color: #000;
  margin-bottom: 25px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 35px;
  position: relative;
  margin-left: 5px;
  border: none;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.product-page {
  padding: 110px 0;
}


.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border-color: #e7e7e7;
  margin-bottom: 0;
  overflow: hidden;

}
.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  /*padding: 10px 35px;*/
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  /*border: 1px solid #eeeeee;*/
      background: #f5f5f5;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 100%;
  padding-bottom: 50px;
}

.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  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;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  /*border: 1px solid #e7e7e7;*/
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: var(--color);
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-bottom: 12px;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #0c0c0c;
  color: #fff;
  /*height: 48px;*/
  /*line-height: 38px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: var(--color);
}
.prodet-page .m-link{
  padding-top: 20px;
}
.prodet-page .m-link a{
  display: block;
  font-size: 16px;
  margin-top: 4px;
  transition: all .5s;
}
.prodet-page .m-link a:hover{
  color: var(--color);
}
.prodet-page .prodet-1 {
  padding: 80px 0 60px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 1;
  /*border: 1px solid #e7e7e7;*/
  /*height: 710px;*/
      background: #f5f5f5;
}
.prodet-page .prodet-1 .left .img a{
  height: 100%;
}
.prodet-page .prodet-1 .left .img a img{
  object-fit: cover;
}
.prodet-page .prodet-1 .left .img video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.prodet-page .prodet-1 .left .img .play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transform: translate(-50%,-50%);
}
.prodet-page .prodet-1 .left .img .play i{
  margin-left: 4px;
}
.prodet-page .prodet-1 .left .img .play .cont{
  background: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 30px;
  border-radius: 50%;
}
@keyframes ks {
  from {
      transform:scale(1);
  }
  to {
      transform:scale(2);
      opacity: 0;
  }
}
.prodet-page .prodet-1 .left .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 50%;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  animation: ks 3s linear infinite;
}
.prodet-page .prodet-1 .left .img .play .ling:last-child{
  animation-delay: -1.5s;
}
.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}
.prodet-page .prodet-1 .left .img.active > img {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}
.prodet-page .prodet-1 .left .img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  padding: 20px 0 25px;
  font-size: 16px;
  color: #555555;
  line-height: 2;
}
.prodet-page .prodet-1 .right .content table tr{
  background: #fff;
}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .slick img{
  background: #f5f5f5;
  height: 200px;
  object-fit: cover;
  width: 100%;
  /*border: 1px solid #eeeeee;*/
}
.prodet-page .prodet-1 .right li{
  cursor: pointer;
  position: relative;
}
.prodet-page .prodet-1 .right li .play{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.prodet-page .prodet-1 .right li .play .cont{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #fff;
  font-size: 20px;
  border-radius: 50%;
}
.prodet-page .prodet-1 .right li .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: ks 3s linear infinite;
  background: #fff;
  border-radius: 50%;
}
.prodet-page .prodet-1 .right li .play .ling:last-child{
  animation-delay: -1.5s;
}
.prodet-page .prodet-1 .right .slick video{
  height: 160px;
  object-fit: cover;
  width: 100%;
}
.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .slick ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-1 .right .inquiry-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
}
.prodet-page .prodet-1 .right .share {
  display: block;
  padding: 20px 0 2em;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  line-height: 2;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: var(--color);
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  /*text-transform: uppercase;*/
}
.prodet-page .product-list {
  width: 100%;
}
.prodet-page .product-list ul {
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
  border: none;
}
.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
}
.prodet-page .prodet-2 .content table td:first-child {
  padding-left: 0;
}
.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}
.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}
.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}
.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}
.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list > ul {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.custom-page .custom-3 .list > ul > li {
  padding: 10px 0 80px 65px;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 16px;
  /*color: #7a7a7a;*/
  line-height: 1.8;
}
.custom-page .custom-3 .list ul li .content table {
  border: none;
}
.custom-page .custom-3 .list ul li .content table tbody td {
  /*border: none;*/
  text-align: left;
  font-weight: 300;
}

.custom-page .custom-3 .list ul li .content table tbody td:first-child {
  width: 200px !important;
}
.custom-page .custom-3 .list ul li .content table tbody td:last-child {
  /*padding-left: 5%;*/
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 50px;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li video{
  max-width: 100%;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a:hover {
  color: var(--color);
}
.text-right {
  margin: auto;
  width: 20%;
}
.wenan-ny {
  width: 80%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
  padding: 15px;
  width: 50%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  padding: 10px 0;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
  padding-bottom: 30px;
}
.contact-page {
  padding-bottom: 60px;
}
.main-map .button-group .button {
  background-color: var(--color);
}
.inner-page.contact-page .contact-1 .map {
  width: 65%;
}
.inner-page.contact-page .contact-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page.contact-page .contact-1 .ui.container .con-right {
  width: 35%;
  margin: auto;
  padding-left: 6%;
}
.inner-page.contact-page .contact-1 .text-map {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
.inner-page.contact-page .contact-1 .text-map h5 {
  font-size: 28px;
  padding: 15px 0;
}
.inner-page.contact-page .contact-1 .text-map p {
  font-size: 18px;
}
.inner-page.contact-page .contact-1 .ui.container .con-right li {
  padding: 15px 0;
  font-size: 18px;
  line-height: 2;
}
.inner-page.contact-page .contact-1 .ui.container .con-right h3 {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: bold;
}
.inner-page.contact-page .contact-2 {
  padding-top: 100px;
}
.inner-page.contact-page .contact-2 h2.title{
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.inner-page.contact-page .contact-2 .ui.container .xisai {
  width: 20%;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai {
  width: 80%;
  padding-left: 60px;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
  width: 30%;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li h2 {
  font-size: 22px;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li p {
  font-size: 18px;
}
.shuimu-list li {
  position: absolute;
}
.shuimu-list li img {
  display: inline-block;
}
.contact-page .shuimu-list li.shuimu-1 {
  left: 15%;
  top: 100%;
}
.contact-page .shuimu-list li.shuimu-2 {
  right: 5%;
  top: 40%;
}
.contact-page .shuimu-list li.shuimu-3 {
  right: 1%;
  top: 140%;
}
.factory-page-1 .factoty-list ul {
  margin: 0 -15px;
}
.factory-page-1 .factoty-list ul li {
  padding: 5px;
}
.factory-page-1 .factoty-list ul li .box {
  overflow: hidden;
}
.factory-page-1 .factoty-list ul li .box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-page.factory-page .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page.factory-page .container .left {
  width: 60%;
  position: relative;
}
.inner-page.factory-page .container .left button.slick-prev {
  display: none !important;
}
.inner-page.factory-page .container .left button.slick-next {
  position: absolute;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  background: var(--color);
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 108.5%;
  top: 80%;
  width: 150px;
  text-align: center;
  border: none;
}
.inner-page.factory-page .container .right {
  width: 40%;
  padding-left: 5%;
  padding-bottom: 5%;
}
.inner-page.factory-page .container .text-left h2 {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.inner-page.factory-page .container .text-left p {
  line-height: 2;
  font-size: 16px;
}
.inner-page.factory-page .container .right .four.slick {
  margin-top: 40px;
}
.inner-page.factory-page .container .right .four.slick ul {
  margin: 0 -5px;
}
.inner-page.factory-page .container .right .four.slick ul li {
  padding: 5px;
}

.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  /*font-weight: bold;*/
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
.join-us-page .join-us-2 .from {
  margin-top: 35px;
}
.join-us-page .join-us-2 .from ul {
  margin: -10px -15px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 15px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 1.8;
  margin-bottom: 10px;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 2;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: var(--color);
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  margin-top: 30px;
  background: var(--color);
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 10px;
  font-family: "Garamond-Premiere-Pro";
    font-weight: bold;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
/*厂房设备*/
.i-semi {
  text-align: center;
  padding: 80px;

}
.i-semi h2.h2 {
  font-size: 36px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.i-semi p.p {
  font-size: 18px;
  line-height: 1.8;
  color: #545454;
}
.i-semi .semi-list {
  margin-top: 40px;
  position: relative;
}
.i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/factory-l.png) no-repeat center;
  left: 45%;
  bottom: 10px;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.i-semi .semi-list .slick-next {
  background: url(../images/factory-r.png) no-repeat center;
  left:51%;
}


@media screen and (max-width: 1700px) {
  .prodet-page .prodet-1 .left .img{
    /*height: 610px;*/
  }
}
@media screen and (max-width: 1567px) {
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li p {
    font-size: 16px;
  }
  .news-page .sidebar-box .sidebar-right .news-list {
    padding-right: 35px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .left .img{
    /*height: 524px;*/
  }
}
@media screen and (max-width: 1400px) {
  .news-page .sidebar-box .sidebar-left {
    padding-left: 30px;
  }
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }
  .inner-banner .mbx-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page.contact-page .contact-2 .ui.container .xisai {
    display: none;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai {
    width: 100%;
    padding-left: 0;
  }
  .inner-page.factory-page .container .left button.slick-next {
    display: none !important;
  }
  .inner-page.factory-page .container .right {
    padding-left: 3%;
    padding-bottom: 0%;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .custom-page .custom-3 .list ul li .content {
    font-size: 15px;
  }
  .product-page{
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .left .img{
    /*height: 420px;*/
  }
  .inner-banner .mbx-box h2{
    font-size: 30px;
    line-height: 1.2;
  }
  .inner-banner{
    height: 42vw;
  }
}
@media screen and (max-width: 1000px) {
   .custom-page .custom-3 .list ul li h5{
    font-size: 24px;
  }
  .inner-banner{
    margin-top: 60px;
    height: auto;
    padding: 10vw 0;
  }
  h1.heisha{
    display: none!important;
  }
  .inner-banner .mbx-box h2{
    font-size: 30px;
    line-height: 1.1;
  }
  .inner-page.contact-page .contact-1 .map {
    width: 100%;
  }
  .inner-page.contact-page .contact-1 .ui.container .con-right {
    width: 100%;
    margin: auto;
    padding-left: 0%;
    margin-top: 30px;
  }
  .inner-page.contact-page .contact-1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after{
    display: none;
  }
  .news-page .sidebar-box .sidebar-right .news-list {
    padding-right: 0px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding-right: 0;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
    font-size: 24px;
    line-height: 1.8;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title,
  .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 24px;
    line-height: 1.8;
  }
  .inner-page.factory-page .container .left {
    width: 100%;
  }
  .inner-page.factory-page .container .right {
    padding-left: 0%;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }
 
  .prodet-page .prodet-1 .left .img{
    /*height: 300px;*/
  }
  .custom-page .custom-3 .list ul li .content table tbody {
    table-layout: inherit;
  }
  .custom-page .custom-3 .list ul li .content table tbody td {
    min-width: 100px;
  }
  .join-us-page .join-us-2 h3 {
    font-size: 24px;
  }
  .i-semi{
    padding: 60px 0;
  }
  .inner-banner .mbx-box{
    padding-left: 0;
  }
  .product-page{
    padding: 60px 0;
  }
  .inner-page.contact-page .contact-2{
    padding-top: 60px;
  }
  .inner-page.contact-page .contact-1 .text-map{
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.contact-page .contact-1 .text-map{
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .contact-page{
    padding-bottom: 30px;
  }
  .news-page{
    padding: 30px 0;
  }
  .product-page{
    padding: 30px 0;
  }
  .inner-banner .mbx-box .mbx{
    font-size: 16px;
  }
  .inner-banner .mbx-box h2{
    font-size: 30px;
    line-height: 1.3;
  }
  #mapContainer {
    height: 350px !important;
  }
  .inner-banner {
    padding: 10vw 0;
    height: auto;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    border-right: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 0;
  }
  .prodet-page .prodet-3 {
    width: 100%;
  }
  .news-page .prodet-page .prodet-3 .container {
    max-width: 96%;
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
  .prodet-page .prodet-1 .left .img{
    /*height: 96vw;*/
  }
  .i-semi{
    padding: 30px 0;
  }
  .join-us-page .join-us-2{
    padding: 30px 0;
    padding-top: 0;
  }
  .prodet-page .custom-page .custom-3{
    padding: 0;
  }
  .prodet-page .prodet-1{
    padding: 30px 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form{
    margin-top: 30px;
  }
  .inner-page.contact-page .contact-2{
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {

  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input{
    display: block;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .prodet-page .prodet-1 .right h1{
    font-size: 28px;
  }
  .prodet-page h2.title{
    font-size: 28px;
  }
 
  .i-semi h2.h2{
    font-size: 20px;
  }
  .inner-banner {
    padding: 20vw 0;
  }
  .inner-banner .mbx-box {
    padding-left: 0;
  }
  .inner-banner .mbx-box h2 {
    font-size: 20px;
    line-height: 2;
  }
  .inner-banner .mbx-box .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .wenan-ny {
    width: 100%;
  }
  #mapContainer {
    height: 300px !important;
  }
  .inner-page.contact-page .contact-1 .ui.container .con-right li{
    padding: 10px 0;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .prodet-page .prodet-1 .right h1{
    font-size: 24px;
  }
  .join-us-page .join-us-2 .from ul li input[type=submit] {
    font-size: 20px;
    padding: 10px;
  }
  .join-us-page .join-us-2 .from ul li label {
    font-size: 15px;
  }
  .join-us-page .join-us-2 h3 {
    font-size: 18px;
    line-height: 1.8;
  }
}
.our-product .container .product_info .swiper .swiper-wrapper .swiper-slide .right:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
/*.custom-page .custom-3 .list ul li .content table tr:first-child {
  background: #000;
  color: #fff;
}*/
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}
.inner-page.contact-page .contact-1 .ui.container .con-right p.tutu {
  font-size: 14px;
  line-height: 2;
  padding-top: 10px;
}

.faq-page{
  padding: 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 24px;
  line-height: 1.8;
  color: #000;
  background: #f5f5f5;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: var(--color);
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: var(--color);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 90px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f5f5f5;
  text-align: center;
  line-height: 90px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 28px;
  color: #e50012;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 2;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 500px) {
  .inner-faq .container .inner-faq-content .inner-faq-list .item .a{
    padding: 20px 0;
  }
  .inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner{
    padding-left: 10px;
  }
  .inner-faq .container .inner-faq-content .inner-faq-list .item .q{
    font-size: 24px;
    padding: 20px 70px 20px 20px;
  }
}

/* about */
.about-page .padd {
  padding: 100px 0;
}
.about-page .init-1 {
  /*background: url(../images/index_8.jpg) no-repeat center;*/
  background-size: cover;
  padding: 100px 0 100px;
  background-attachment: fixed;
      background-color: #f9f9f9;
}
.about-page .init-1 .top {
}
.about-page .init-1 .top .des2{
  max-height: 520px;
  overflow-y: auto;
  padding-right: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 2;
}
.about-page .init-1 .top h1,
.about-page .init-1 .top h2 {
position: relative;

    color: #000000;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.about-page .init-1 .top h1::after {
  content: '';
  position: absolute;
  left: -6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 2px;
  background: #000000;
  display: none;
}
.about-page .init-1 .top .btn a {
  display: inline-block;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  padding: 15px 30px;
  line-height: 1;
  background: #000;
}
.about-page .init-1 .img {
  position: relative;
  text-align: right;

}
.about-page .init-1 .img .play {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .init-1 .img .play::before,
.about-page .init-1 .img .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.52);
  -webkit-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .init-1 .img .play::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.about-page .init-2 .title1 h5 {
    font-size: 28px;
    color: #000000;
    line-height: 1.6;
    text-transform: capitalize;
}
.about-page .init-2 .title1 p {
  max-width: 578px;
  font-size: 16px;

  font-weight: 300;
  color: #000000;
  line-height: 2;
  margin: 0 auto;
  margin-top: 20px;
}
.about-page .init-2 .list {
     position: relative;
    margin-top: 40px;
    overflow: hidden;
}
.about-page .init-2 .list .box .img {
  position: relative;
}
.about-page .init-2 .list .box .img .mask {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.about-page .init-2 .list .acc {
    background: #fff;
    padding: 0 15px;
    width: 24.5%;
    float: left;
}
.about-page .init-2 .list .acc .conz {
  /*background: url(../images/init23.jpg)no-repeat center;*/
  background-size: cover;
  height: 650px;
      background: #000;
}
.about-page .init-2 .list .acc .conz .tit {
  padding: 0 35px;
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination .ass {
  display: inline-block;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: -10px;
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination div {
  margin: 0 5px;
}
.about-page .init-2 .list .acc .conz .tit h4 {
  font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.8;
    text-transform: capitalize;
    padding: 60px 0 30px;
}
.about-page .init-2 .list .acc .conz .tit h2{
      color: #fff;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 10px;
}
.about-page .init-2 .list .acc .conz .tit .cona {
     font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.6;
}
.about-page .init-2 .list .acc .conz .tit .cona p {
    padding: 10px 0;
}
.about-page .init-2 .list .acc .conz .tit .cona p em {
    font-weight: bold;
}
.about-page .init-2 .list .box-2 {
    width: 29.5%;
    float: left;
    height: 650px;
}
.about-page .init-2 .list .box-2 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.about-page .init-2 .list .box-1 {
    width: 46%;
    float: left;
    height: 650px;
}
.about-page .init-2 .list .box-1 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.about-page .init-2 .list .acc .conz .tit .azz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.about-page .init-2 .list .acc .conz .tit .btn a {
    padding: 10px 10px;
    color: #000;
    background: #fff;
    /*border-radius: 5px;*/
    border: 1px solid #fff;
     transition: all .5s ease;
         font-size: 18px;
}
.about-page .init-2 .list .acc .conz .tit .btn {
    margin-top: 20px;
}


.about-page .init-2 .list .acc .conz .tit .btn a:hover {
    border: 1px solid #fff;
    background: rgba(0,0,0,0);
    color: #fff;
     transition: all .5s ease;
}


.about-page .init-2 .list .acc .conz .tit .swiper-button-prev,
.about-page .init-2 .list .acc .conz .tit .swiper-button-next {
  position: static;
  margin: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  background: transparent;
  opacity: 1;
}
.about-page .init-2 .list .acc .conz .tit .swiper-button-prev i,
.about-page .init-2 .list .acc .conz .tit .swiper-button-next i {
  color: #fff;
  font-size: 14px;
}
.about-page .init-3 {
    background: url(../images/init31.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 75px;
    text-align: center;
    background-attachment: fixed;
}
.about-page .init-3 h5 {
  position: relative;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
  text-transform: uppercase;
  padding-top: 90px;
}
.about-page .init-3 h5::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 3px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}
.about-page .init-3 h3 {
    font-weight: bold;
    line-height: 1.6;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 70px 0 45px;
}
.about-page .init-3 p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    color: #FFFFFF;
    max-width: 910px;
    margin: 0 auto;
}
.about-page .init-3 .btn {
     margin: 50px 0 60px;
}
.about-page .init-3 .btn a {
display: inline-block;
    border: 1px solid #FFFFFF;
    /*border-radius: 5px;*/
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 15px 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.about-page .init-3 .btn a:hover {
  background: #008bd5;
  border: 1px solid #008bd5;
}
.about-page .init-3 .img h6 {
  font-size: 12px;
  font-family: Montserrat-ExtraLight;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 15px;
}
.about-page .init-4 .top .left {
  width: 25%;
  vertical-align: middle;
}
.about-page .init-4 .top .left h5 {
font-size: 18px;
    color: var(--color);
    line-height: 1.8;
}
.about-page .init-4 .top .left h3 {
    font-size: 26px;
    line-height: 1.8;
    color: #000000;
    margin: 20px 0;
}
.about-page .init-4 .top .left .btn a {
  display: inline-block;
  font-size: 19px;
  font-family: Montserrat;
  font-weight: 400;
  text-decoration: underline;
  color: #4D4D4D;
  line-height: 1;
}
.about-page .init-4 .top .right {
  width: 75%;
  vertical-align: middle;
}
.about-page .init-4 .top .right ul{
  margin: -15px;
}
.about-page .init-4 .top .right ul li{
  padding: 15px;
}
.about-page .i-semi{
  text-align: left;
}
.about-page .i-semi h2{
  color: var(--color);
}

.about-page .init-4 .top .left .btn span {
    padding: 12px 15px;
    background: rgba(0,0,0);
    color: #fff;
}

.about-page .init-4 .top .left .btn span a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1600px) {
  .about-page .init-2 .list .box-1{
    width: 40%;
  }
  .about-page .init-2 .list .acc{
    width: 30%;
  }
  .about-page .init-2 .list .box-2{
    width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .about-page .init-1 .top{
    width: 100%;
    padding: 0;
  }

  /*.about-page .init-1 .img{
    width: 100%;
  }*/

  .about-page .init-2 .list .box-1{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .about-page .init-2 .list .acc{
    width: 50%;
    padding-left: 0;
  }
  .about-page .init-2 .list .box-2{
    width: 50%;
  }

  .about-page .init-4 .top .left{
    width: 100%;
  }

  .about-page .init-4 .top .right{
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .init-2{
    display: none;
  }

  .about-page .init-3 h3{

    margin: 40px 0 20px;
  }


  .about-page .init-3 p{
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 500px) {
  .about-page .init-1{
    padding: 40px 0;
  }

  .about-page .init-1 .top h1, 
  .about-page .init-1 .top h2{
 
    margin-bottom: 20px;
  }
  .about-page .padd{
    padding: 40px 0;
  }
  .about-page .init-3 h3{
    
    margin-top: 20px;
  }
  .about-page .init-4 .top .left h3{

    margin-top: 0;
  }

  
}


/* end */




.sustainable-page .init-1 .container .left {
  font-weight: 500;
  width: 530px;
  padding-right: 10px;
}
.sustainable-page .init-1 .container .right {
  width: -webkit-calc(-430%);
  width: -moz-calc(-430%);
  width: calc(100% - 530px);
  color: #838383;
}
.sustainable-page .init-1 .container .content {
  margin: 10px -25px 0;
}
.sustainable-page .init-1 .container .content .list {
  margin-top: 40px;
  padding: 0 25px;
}
.sustainable-page .init-1 .container .content .list .box {
  display: block;
  background-color: #f9f9f9;
  padding: 16px 60px 16px 16px;
}
.sustainable-page .init-1 .container .content .list .box .img {
  width: 166px;
  height: 166px;
  /*background-color: #fff;*/
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.sustainable-page .init-1 .container .content .list .box .img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-1 .container .content .list .box .text {
  width: -webkit-calc(-66%);
  width: -moz-calc(-66%);
  width: calc(100% - 166px);
  padding-left: 34px;
}
.sustainable-page .init-1 .container .content .list .box .text .title {
  font-weight: 500;
  margin-top: 10px;
}
.sustainable-page .init-1 .container .content .list .box .text .des {
  color: #898989;
  margin-top: 10px;
  line-height: 1.6;
}
.sustainable-page .init-1 .container .content .list .box:hover {
  background-color: var(--color);
  color: #fff;
}
.sustainable-page .init-1 .container .content .list .box:hover .text .title {
  color: #ffff;
}
.sustainable-page .init-1 .container .content .list .box:hover .text .des {
  color: #fff;
}
.sustainable-page .init-2 {
  text-align: center;
  -o-background-size: cover;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
}
.sustainable-page .init-2 .container .tips {
  font-weight: 500;
}
.sustainable-page .init-2 .container .des {
  max-width: 900px;
  margin: 30px auto 0;
}
.sustainable-page .init-3 .container .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  padding-right: 90px;
}
.sustainable-page .init-3 .container .left .list {
  margin-top: 50px;
}
.sustainable-page .init-3 .container .left .list .img {
  width: 50px;
}
.sustainable-page .init-3 .container .left .list .text {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  padding-left: 40px;
}
.sustainable-page .init-3 .container .left .list .text .title {
  font-weight: 500;
}
.sustainable-page .init-3 .container .left .list .text .des {
  margin-top: 10px;
  color: #8d8d8d;
}
.sustainable-page .init-3 .container .left .list:first-child {
  margin-top: 0;
}
.sustainable-page .init-3 .container .left .list:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sustainable-page .init-3 .container .left .list:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sustainable-page .init-3 .container .right {
  width: 510px;
}
.sustainable-page .init-3 .container .right img {
  width: 100%;
}
.sustainable-page .init-4 {
  background-color: #f9f9f9;
}
.sustainable-page .init-4 .container .img {
  width: 40%;
}
.sustainable-page .init-4 .container .right {
  width: 60%;
  padding-left: 120px;
}
.sustainable-page .init-4 .container .right .title {
  font-weight: 500;
}
.sustainable-page .init-4 .container .right .des {
  color: #878787;
  margin-top: 20px;
}
.sustainable-page .init-5 .container .top_c .left {
  width: 700px;
  padding-right: 100px;
}
.sustainable-page .init-5 .container .top_c .left .tips {
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .left .des {
  color: #8a8a8a;
  margin-top: 10px;
}
.sustainable-page .init-5 .container .top_c .right {
  vertical-align: bottom;
  width: -webkit-calc(-600%);
  width: -moz-calc(-600%);
  width: calc(100% - 700px);
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list {
  cursor: pointer;
  padding: 0 20px;
  width: 25%;
  text-align: center;
  color: #bfbfbf;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img {
  height: 50px;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
  margin-top: 30px;
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list:hover,
.sustainable-page .init-5 .container .top_c .right .list_cont .list.active {
  color: var(--color);
}
.sustainable-page .init-5 .container .content {
  margin-top: 40px;
}
.sustainable-page .init-5 .container .content .slick2 li .box {
  background-color: #f9f9f9;
}
.sustainable-page .init-5 .container .content .slick2 li .box .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  vertical-align: middle;
}
.sustainable-page .init-5 .container .content .slick2 li .box .left img {
  width: 100%;
}
.sustainable-page .init-5 .container .content .slick2 li .box .right {
  vertical-align: middle;
  width: 510px;
  padding: 40px 70px;
}
.sustainable-page .init-5 .container .content .slick2 li .box .right .title {
  font-weight: 500;
  text-transform: uppercase;
}
.sustainable-page .init-5 .container .content .slick2 li .box .right .des {
  margin-top: 20px;
  color: #8a8a8a;
}
.sustainable-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-bottom: 230px;
}
.sustainable-page .init-6 .container .left {
  width: 410px;
}
.sustainable-page .init-6 .container .left .tips {
  font-weight: 500;
}
.sustainable-page .init-6 .container .left .des {
  margin-top: 20px;
}
.sustainable-page .init-6 .container .right {
  width: -webkit-calc(-310%);
  width: -moz-calc(-310%);
  width: calc(100% - 410px);
  padding-left: 280px;
}
.sustainable-page .init-6 .container .right .list {
  cursor: pointer;
  position: relative;
  margin-top: 36px;
}
.sustainable-page .init-6 .container .right .list .line_cont {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.sustainable-page .init-6 .container .right .list .line_cont .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
}
.sustainable-page .init-6 .container .right .list .line_cont .line1 {
  width: 14px;
  height: 2px;
}
.sustainable-page .init-6 .container .right .list .line_cont .line2 {
  width: 2px;
  height: 14px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.sustainable-page .init-6 .container .right .list .text {
  padding-left: 40px;
}
.sustainable-page .init-6 .container .right .list .text .title {
  font-weight: 500;
}
.sustainable-page .init-6 .container .right .list .des {
  display: none;
  margin-top: 20px;
}
.sustainable-page .init-6 .container .right .list:first-child {
  margin-top: 0;
}
.sustainable-page .init-6 .container .right .list.active .line_cont .line2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.sustainable-page .init-7 {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
.sustainable-page .init-7 .container .cont {
  background-color: #fff;
  padding: 60px 180px 100px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sustainable-page .init-7 .container .cont .tips {
  font-weight: 500;
  text-align: center;
}
.sustainable-page .init-7 .container .cont .tips_des {
  margin: 10px auto 0;
  color: #8e8e8e;
  text-align: center;
  max-width: 640px;
}
.sustainable-page .init-7 .container .cont .img {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.sustainable-page .init-8 .container .tips {
  font-weight: 500;
  text-align: center;
}
.sustainable-page .init-8 .container .tips_des {
  max-width: 1000px;
  color: #8a8a8a;
  text-align: center;
  margin: 20px auto 0;
}
.sustainable-page .init-8 .container .content {
  margin-top: 50px;
}
.sustainable-page .init-8 .container .content .slick {
  margin: 0 -15px 0;
}
.sustainable-page .init-8 .container .content .slick .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustainable-page .init-8 .container .content .slick .slick-track .slick-slide {
  height: auto;
}
.sustainable-page .init-8 .container .content .slick .slick-track .slick-slide > div {
  height: 100%;
}
.sustainable-page .init-8 .container .content .slick li {
  height: 100%;
  padding: 0 15px;
}
.sustainable-page .init-8 .container .content .slick li .box {
  height: 100%;
  background-color: #f9f9f9;
  padding: 44px 60px;
}
.sustainable-page .init-8 .container .content .slick li .box .left_1{
  width: 50px;
}
.sustainable-page .init-8 .container .content .slick li .box .right_1{
  width: calc(100% - 50px);
  padding-left: 20px;

}
.sustainable-page .init-8 .container .content .slick li .box .title {
  font-weight: 500;
}
.sustainable-page .init-8 .container .content .slick li .box .des {
  color: #8a8a8a;
  margin-top: 20px;
}
.sustainable-page .init-8 .container .content .slick li .box:hover {
  background-color: var(--color);
}
.sustainable-page .init-8 .container .content .slick li .box:hover .title {
  color: #fff;
}
.sustainable-page .init-8 .container .content .slick li .box:hover .des {
  color: #fff;
}

@media (max-width: 1500px) {
  .sustainable-page .init-5 .container .top_c .left {
    width: 500px;
    padding-right: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: -webkit-calc(-400%);
    width: -moz-calc(-400%);
    width: calc(100% - 500px);
  }
}

@media (max-width: 1250px) {
  .sustainable-page .init-6 .container .right {
    padding-left: 20px;
  }
  .sustainable-page .init-8 .container .content .slick li .box {
    padding: 20px;
  }
}

@media (max-width: 1000px) {
  .sustainable-page .init-1 .container .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-1 .container .right {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-1 .container .content .list {
    width: 100%;
  }
  .sustainable-page .init-3 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .init-3 .container .right {
    display: none;
  }
  .sustainable-page .init-4 .container .img {
    display: none;
  }
  .sustainable-page .init-4 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: 100%;
  }
  .sustainable-page .init-5 .container .top_c .right .list {
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick2 li .box {
    text-align: center;
  }
  .sustainable-page .init-5 .container .content .slick2 li .box .left {
    width: 100%;
    max-width: 420px;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick2 li .box .right {
    width: 100%;
  }
  .sustainable-page .init-6 .container .left {
    width: 100%;
  }
  .sustainable-page .init-6 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .sustainable-page .init-7 .container .cont {
    padding: 16px;
  }
}

@media (max-width: 700px) {
  .sustainable-page .init-6 {
    padding: 40px 0;
  }
  .sustainable-page .init-7 {
    display: none;
  }
}
@media (max-width: 500px) {
  .sustainable-page .init-1 .container .content .list {
    margin-top: 20px;
  }
  .sustainable-page .init-1 .container .content .list .box {
    text-align: center;
    padding: 20px 16px;
  }
  .sustainable-page .init-1 .container .content .list .box .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sustainable-page .init-2 {
    padding: 40px 0;
  }
  .sustainable-page .init-3 .container .left .list {
    text-align: center;
  }
  .sustainable-page .init-3 .container .left .list .text {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list {
    width: 50%;
    padding: 0 5px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
    margin-top: 10px;
  }
  .sustainable-page .init-5 .container .content .slick2 li .box .right {
    padding: 16px;
  }
  .sustainable-page .init-5 .container .content .slick2 li .box .right .des {
    margin-top: 10px;
  }
}


.app-page {
  margin-top: 100px;
  margin-bottom: 100px;
}
.app-page .ui.container .list {
  margin-bottom: 55px;
}
.app-page .ui.container .list:last-child {
  margin-bottom: 0;
}
.app-page .ui.container .list:nth-child(even) ul li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.app-page .ui.container .list:nth-child(even) ul li .right {
  padding-left: 0;
  padding-right: 85px;
  text-align: right;
}
.app-page .ui.container .list:nth-child(even) ul li .right h3 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.app-page .ui.container .list:nth-child(even) ul li .right h3::before {
  margin-right: 0;
  margin-left: 15px;
}
.app-page .ui.container .list:nth-child(even) ul li .right .inner-more{
  margin-left: auto;
}
.app-page .ui.container .list ul li .left {
  width: 50%;
}
.app-page .ui.container .list ul li .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
      border-radius: 20px;
}
.app-page .ui.container .list ul li .right {
  width: 50%;
  padding-left: 85px;
}
.app-page .ui.container .list ul li .right h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Barlow-Bold';
  font-size: 30px;
      font-weight: 500;
}
.app-page .ui.container .list ul li .right h3::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 15px;
}


.app-page .inner-more {
  width: 200px;
  height: 60px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.app-page .inner-more::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.app-page .inner-more:hover::before {
  right: 0;
}
.app-page .inner-more span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .app-page{
    margin-top: 100px;
  }
}

@media (max-width: 1500px) {
  .app-page .ui.container .list ul li .right p{
    line-height: 1.6;
  }
}

@media (max-width: 1200px) {
  .app-page .ui.container .list ul li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .app-page .ui.container .list ul li .left {
    width: 100%;
  }
  .app-page .ui.container .list ul li{
    flex-wrap: wrap;
  }
  .app-page .ui.container .list:nth-child(even) ul li .right{
    padding-right: 0;
  }
  .app-page .ui.container .list ul li .right h3{
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .app-page{
    margin: 40px 0;
  }
  .app-page .ui.container .list ul li .right h3{
    font-size: 20px;
  }
  .app-page .ui.container .list ul li .right h3::before{
    width: 40px;
  }
}
.seoPublic .title {
      margin-bottom: 1em;
}


/***************************************************SEO START***************************************************/
#index-body .init-3 .container .right .des h1 {
    display: inline;
}
a.foota {
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 300px;
}
@media (max-width: 500px) {
  a.foota {
    display: none;
}
}
#index-body .init-1 .container .titleC .right {
    line-height: 2;
}
#index-body .init-1 .container .content ul li .box .right .contC .des.font-18.mt-20 p {
    line-height: 1.8;
}
#index-body .init-1 .container .content ul li .box .right .tips {
    line-height: 1.7;
}
#index-body .init-2 .container .tipsDes {
    line-height: 1.8;
}
#index-body .init-2 .container .content ul li .box .cont .title {
    line-height: 1.7;
}
#index-body .init-2 .container .content .des {
    line-height: 2;
}
#index-body .init-4 .container .des {
    line-height: 1.8;
}
#index-body .init-5 .container .titleC .right .cont {
    line-height: 1.8;
}
#index-body .init-6 .container .content ul li .box .des {
    line-height: 2;
}
#footer .fMiddle .listCont .list3 {
    line-height: 2;
}
#footer .fMiddle .listCont .des {
    line-height: 2;
}
#footer .fMiddle .listCont .phone {
    line-height: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item 

.sub-menu .menu-item {
    line-height: 1.6;
}
.inner-banner .mbx-box h2 {
    font-size: 40px;
        font-family: "Garamond-Premiere-Pro";
}
.inner-page .sidebar-box .sidebar-right .product-list .heishai p {
    line-height: 2;
    margin-top: 10px;
}
.product-page .product-list ul li .product-block .product-content h4 {
    font-weight: 400;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    font-size: 16px;
}
p.seopppintro1 {
    font-size: 35px;
}
p.seopppintro {
    font-size: 16px;
}
.seoPublic .seoIndustry .text {
    line-height: 2.2;
}
.seoPublic .seoIndustry .text h2 {
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 18px;
}
.seoPublic .seoIndustry .text p strong {
    font-weight: 500;
}
.seoPublic .seoIndustry .text h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0 5px;
}
.seoPublic .seoIndustry .text h4 {
    font-weight: 500;
}
.seoPublic .seoIndustry .text li strong {
    font-weight: 500;
}
.seoPublic .seoIndustry .text ul>li:before {
    content: '•';
    position: absolute;
    left: 15px;
    font-size: 21px;
    line-height: 1;
}
.seoPublic .seoIndustry .text ul>li {
    margin-left: 15px;
}

.seoPublic .seoIndustry .text ol>li:before {
    content: counter(item) ". ";
    position: absolute;
    left: -20px;
    line-height: 2.2;
    font-weight: 500;
}
.seoPublic .seoIndustry .text ol {
    counter-reset: item;
    list-style: none;
    padding-left: 1.3em;
}
.seoPublic .seoIndustry .text ol>li {
    counter-increment: item;
    position: relative;
}
.inner-banner .mbx-box .mbx {
    font-size: 16px;
}
.prodet-page .m-link a {
    font-size: 15px;
    color: #666;
    line-height: 2;
}
.custom-page .custom-3 .list ul li .content {
    line-height: 2;
}
.seoPublic .seoIndustry .text a {
    color: #666;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 18px;
    line-height: 2;
}
.seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 16px;
    line-height: 2;
    height: 4em;
    -webkit-line-clamp: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
    font-weight: 500;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h3 {
    font-weight: 500;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content ul>li {
    margin-left: 25px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content ul>li:before {
    content: '•';
    position: absolute;
    left: 18px;
    font-size: 30px;
    line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p strong {
    font-weight: 500;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p.sinneseopp {
    font-size: 15px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    font-weight: 500;
    color: #666;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p.sinneseopp {
    font-size: 15px;
    font-weight: 100;
}

@media screen and (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
      font-size: 20px;
  }
  #innerMobileBanner .banner2 .mbx .cont {
      font-size: 13px;
      line-height: 2;
  }
  .heishai.Auxil-catdes.mb-30.font-16 {
      height: 100px;
      overflow: auto;
      line-height: 1.7;
  }
  #index-body .init-6 .container .content ul li .box .title {
      font-size: 17px;
  }
  #index-body .init-6 .container .content ul li .box .des {
      line-height: 2;
      margin-top: 10px;
      font-size: 14px;
  }
}
.seoPublic .Auxil-related .list ul li .box .content a.btn{
    width: 200px;
  height: 50px;
  background-color: #008bd5;
  transition: 0.5s;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-family: "Garamond-Premiere-Pro";
  font-weight: bold;
  position: relative;
}
.seoPublic .Auxil-related .list ul li .box a.img-box{
  text-align: center;
  padding: 20px;
  border: 1px solid #eeeeee;
}
.seoPublic .Auxil-related .list ul li .box a.img-box img{
  width: auto;
  margin: 0 auto
}
.seoPublic .Auxil-related .list ul li .box .content a.btn:hover{
      background: #000000;
}
.seoPublic .Auxil-about .box .left .img{
  background-position: left bottom;
}
@media screen and (max-width: 500px) {
  .seoPublic .Auxil-related .list ul li .box .content a.btn{
    zoom: 0.7;
  }
}
/***************************************************SEO END***************************************************/

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 340px;
 }

 .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1em;
    font-family: "Garamond-Premiere-Pro";
     }
     
   .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content p{
    font-size: 16px;
         
          }

          .seoPublic .Auxil-news .list ul li .content p{
            height: 7em;

 }