@font-face {
  font-family: 'Back';
  src: url('../fonts/BackNine.eot') format('eot'), url('../fonts/BackNine.woff2') format('woff2'), url('../fonts/BackNine.woff') format('woff'), url('../fonts/BackNine.ttf') format('truetype');
  font-display: swap;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
:root {
  --white: #fff;
  --black: #000;
  --primary: #a9cf5e;
  --basic: #279b9b;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1550px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  width: 100%;
  padding: 21px 0;
}
#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;
  position: relative;
}
#header .nav .ui.menu .logo {
  vertical-align: middle;
}
#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 {
  font-size: 16px;
  margin-right: 96px;
  color: var(--white);
  -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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#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;
  font-weight: 400;
  background: #fff;
  top: 125%;
  left: 0;
  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(--primary);
  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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#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: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 {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 22px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  position: relative;
  margin-left: 43px;
  padding-left: 33px;
  border-left: 2px solid var(--white);
}
#header .nav .ui.menu .h-language .i1 {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  color: var(--white);
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  padding-left: 8px;
}
#header .nav .ui.menu .h-language span i {
  display: inline-block;
  margin-left: 4px;
}
#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: 100%;
  right: 0;
  width: 125px;
  -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(--primary);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#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.active {
  position: fixed;
  top: 0;
  left: 0;
 background-image: -webkit-linear-gradient(127deg,var(--basic) 0%,var(--primary) 100%);
    background-image: -moz-linear-gradient(127deg,var(--basic) 0%,var(--primary) 100%);
    background-image: linear-gradient(-37deg,var(--basic) 0%,var(--primary) 100%);
  -webkit-box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
}
.more {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  background-image: -webkit-linear-gradient(127deg, var(--basic) 0%, var(--primary) 100%);
  background-image: -moz-linear-gradient(127deg, var(--basic) 0%, var(--primary) 100%);
  background-image: linear-gradient(-37deg, var(--basic) 0%, var(--primary) 100%);
  padding: 10px 28px;
}
.more i {
  margin-left: 8px;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
.more:hover {
  color: var(--white);
}
.more:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform: 100% 0;
  -moz-transform: 100% 0;
  -ms-transform: 100% 0;
  transform: 100% 0;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  top: 34%;
  left: 0;
  width: 100%;
  color: var(--white);
  z-index: 9;
}
#banner ul li .text .box {
    width: 40%;
    margin-left: 46px;
}
#banner ul li .text .box .tit {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
        margin-bottom: 20px;
}
#banner ul li .text .box .img {
  margin-top: 39px;
}
#banner .down {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  text-align: center;
}
#index-body .title {
  font-weight: bold;
}
#index-body .about {
  padding: 111px 0 108px;
}
#index-body .about .box .left {
  width: 30%;
}
#index-body .about .box .left span {
  font-size: 20px;
  color: var(--primary);
  line-height: 1.6;
  text-transform: uppercase;
}
#index-body .about .box .left .title {
  font-size: 30px;
  line-height: 1.3;
  color: #4a4a4a;
  margin-top: 3px;
}
#index-body .about .box .left .play {
  display: inline-block;
  margin-top: 30px;
}
#index-body .about .box .left .play i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
#index-body .about .box .left .play i::before,
#index-body .about .box .left .play i::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .box .left .play i::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .box .left .play em {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-left: 28px;
}
#index-body .about .box .left .play em::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #4a4a4a;
  display: block;
}
#index-body .about .box .right {
  width: 70%;
  padding-left: 45px;
}
#index-body .about .box .right .con {
  font-size: 18px;
  line-height: 1.6;
}
#index-body .about .box .right .con h1 {
  display: inline-block;
  width: auto;
}
#index-body .about .data {
  margin-top: 99px;
}
#index-body .about .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .about .data ul li {
  text-align: center;
  color: #1a1a1a;
  position: relative;
  display: inline-block;
}
#index-body .about .data ul li .num {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
#index-body .about .data ul li p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 34px;
}
#index-body .about .data ul li:first-child {
  padding: 0 133px 0 49px;
}
#index-body .about .data ul li:nth-child(2) {
  width: 30%;
}
#index-body .about .data ul li:nth-child(3) {
  width: 29%;
}
#index-body .about .data ul li:last-child {
  padding-left: 108px;
}
#index-body .about .data ul li:last-child::after {
  display: none;
}
#index-body .about .data ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 14px;
  width: 2px;
  height: 58px;
  background: #4a4a4a;
}
#index-body .certificate {
  /*background: url(../images/huanbao.jpg) no-repeat center center;*/
  /*background-size: cover;*/
  position: relative;
  z-index: 1;
  padding: 200px 0;
  color: var(--white);
      /*background-repeat: no-repeat;
    background-attachment: fixed;*/
}
#index-body .certificate .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .certificate .bg ul{
  width: 100%;
  height: 100%;
}
#index-body .certificate .bg ul div{
  height: 100%;
}
#index-body .certificate .bg li{
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  position: relative;
  z-index: 1;
}
#index-body .certificate .bg li::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
#index-body .certificate video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .certificate .box {
  position: relative;
  z-index: 2;
  width: 47.51%;
}
#index-body .certificate .box span {
  font-size: 18px;
  line-height: 1.6;
  text-transform: capitalize;
}
#index-body .certificate .box .title {
  font-size: 42px;
  line-height: 1.3;
  margin-top: 4px;
}
#index-body .certificate .box p {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 20px;
  width: 100%;
}
#index-body .certificate .box .more {
  margin-top: 30px;
}
#index-body .certificate .box ul {
  margin: 45px -25px 0 0;
}
#index-body .certificate .box ul li {
  padding-right: 25px;
  cursor: pointer;
}
#index-body .certificate .box ul li .img-box {
background: var(--white);
    text-align: center;
    border: 6px solid #fff;
}
#index-body .certificate .box ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
      width: 100%;
    height: 135px;
    object-fit: cover;
}
#index-body .certificate .box ul .slick-arrow{
  position: absolute;
  right: -20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  transition: .5s;
  font-family: 'fontAwesome';
}
#index-body .certificate .box ul .slick-arrow:hover{
  background: var(--primary);
}
#index-body .certificate .box ul .slick-prev{
  top: 25%;
}
#index-body .certificate .box ul .slick-next{
  top: 55%;
}
#index-body .certificate .box ul .slick-prev::after{
  content: "\f104";
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
#index-body .certificate .box ul .slick-next::after{
  content: "\f105";
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
#index-body .product {
  padding: 100px 0 100px;
}
#index-body .product .header span {
  color: var(--primary);
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
}
#index-body .product .header .title {
  font-size: 38px;
  line-height: 1.2;
  color: #4a4a4a;
  margin-top: 6px;
}
#index-body .product .header p {
  font-size: 16px;
  line-height: 1.8;
  margin: 33px auto 0;
  width: 75%;
}
#index-body .product .content {
  margin-top: 63px;
}
#index-body .product .content ul {
  margin-right: -32px;
}
#index-body .product .content ul li {
  padding-right: 32px;
  text-align: center;
}
#index-body .product .content ul li .img-box {
  display: block;
}
#index-body .product .content ul li .img-box img {
  width: 100%;
  background: #fafafa;
}
#index-body .product .content ul li .tit {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .tit:hover {
  color: var(--primary);
}
#index-body .safety {
color: var(--white);
    position: relative;
    overflow: hidden;
}
#index-body .safety .box {
  padding: 0 54px 0 6px;
}
#index-body .safety .box .left {
  vertical-align: middle;
}
#index-body .safety .box .left .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .safety .box .left .list .text {
  width: 65%;
}
#index-body .safety .box .left .list .text span {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-transform: uppercase;
}
#index-body .safety .box .left .list .text .title {
  font-size: 38px;
  line-height: 1.2;
  width: 79%;
}
#index-body .safety .box .left .list .bf {
  width: 35%;
  position: relative;
  text-align: right;
  padding-right: 34px;
}
#index-body .safety .box .left .list .bf .play {
  display: inline-block;
}
#index-body .safety .box .left .list .bf .play span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: bold;
  padding: 3px 5px 2px;
  background: var(--primary);
  margin-right: -38px;
  position: relative;
  z-index: 2;
  text-align: left;
}
#index-body .safety .box .left .list .bf .play i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
#index-body .safety .box .left .list .bf .play i::before,
#index-body .safety .box .left .list .bf .play i::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .safety .box .left .list .bf .play i::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .safety .box .left .list .bf::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  width: 32%;
  height: 2px;
  background: var(--white);
}
#index-body .safety .box .right {
  padding-left: 20px;
  vertical-align: middle;
}
#index-body .safety .box .right .tit {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
#index-body .safety .box .right .tit em {
  color: var(--basic);
}
#index-body .safety .box .right .desc {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 25px;
}
ul.shang {
    margin-top: 20px;
}
#index-body .safety .box .right .desc p:last-child {
  margin-top: 7px;
}
#index-body .safety .box .right dl {
  margin-top: 33px;
}
#index-body .safety .box .right dl dd {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  line-height: 2;
}
#index-body .safety .box .right dl dd::before {
  content: "\f101";
  font-family: 'fontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
#index-body .news {
  padding: 115px 0 112px;
}
#index-body .news .ui.container {
  max-width: 1530px;
  width: 100%;
}
#index-body .news .header .title {
  font-size: 38px;
  line-height: 1.2;
  color: #4a4a4a;
}
#index-body .news .header p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 11px;
}
#index-body .news .content {
  margin-top: 35px;
}
#index-body .news .content ul {
  margin-right: -68px;
}
#index-body .news .content ul li {
  padding-right: 68px;
}
#index-body .news .content ul li .img-box {
  position: relative;
}
#index-body .news .content ul li .img-box a {
  display: block;
}
#index-body .news .content ul li .img-box time {
  position: absolute;
  bottom: 12px;
  left: 13px;
  font-size: 14px;
  line-height: 1;
  color: var(--white);
}
#index-body .news .content ul li .text {
  padding: 15px 0 0 13px;
}
#index-body .news .content ul li .text .tit {
  display: block;
  font-size: 20px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .text .tit:hover {
  color: var(--primary);
}
#index-body .news .content ul li .text p {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 7px;
}
#index-body .news .content ul li .text .mores {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary);
  text-decoration: underline;
  margin-top: 22px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .text .mores:hover {
  color: var(--basic);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0 30px;
  color: var(--white);
}
#footer .ui.container {
  max-width: 1470px;
  width: 100%;
}
#footer .f-top {
  padding: 0 52px 0 48px;
}
#footer .f-top .title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
}
#footer .f-top .f-contact {
  padding-right: 55px;
}
#footer .f-top .f-contact .tag {
  font-size: 16px;
  line-height: 1.8;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(279deg, var(--primary) 32%, var(--basic) 50%), -webkit-linear-gradient(#f9f9f9, #f9f9f9);
  background-image: -moz-linear-gradient(279deg, var(--primary) 32%, var(--basic) 50%), -moz-linear-gradient(#f9f9f9, #f9f9f9);
  background-image: linear-gradient(171deg, var(--primary) 32%, var(--basic) 50%), linear-gradient(#f9f9f9, #f9f9f9);
}
#footer .f-top .f-contact ul {
  margin-top: 20px;
}
#footer .f-top .f-contact ul li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}
#footer .f-top .f-contact ul li em {
  display: inline-block;
  vertical-align: top;
  color: #999999;
}
#footer .f-top .f-contact ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 5px;
}
#footer .f-top .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-top .Auxil-form {
  padding: 23px 0 0 5.8%;
}
#footer .f-top .Auxil-form p {
  font-size: 16px;
  color: #999;
  margin-top: 4px;
}
#footer .f-top .Auxil-form form {
  margin-top: 15px;
}
#footer .f-top .Auxil-form form ul {
  margin: 0 -40px -34px 0;
}
#footer .f-top .Auxil-form form ul li {
  padding: 0 40px 20px 0;
}
#footer .f-top .Auxil-form form ul li input,
#footer .f-top .Auxil-form form ul li textarea {
  width: 100%;
  height: 52px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #666;
  font-size: 14px;
  color: #666;
}
#footer .f-top .Auxil-form form ul li input::-webkit-input-placeholder, #footer .f-top .Auxil-form form ul li textarea::-webkit-input-placeholder {
  color: #666;
}
#footer .f-top .Auxil-form form ul li input:-moz-placeholder, #footer .f-top .Auxil-form form ul li textarea:-moz-placeholder {
  color: #666;
}
#footer .f-top .Auxil-form form ul li input::-moz-placeholder, #footer .f-top .Auxil-form form ul li textarea::-moz-placeholder {
  color: #666;
}
#footer .f-top .Auxil-form form ul li input:-ms-input-placeholder, #footer .f-top .Auxil-form form ul li textarea:-ms-input-placeholder {
  color: #666;
}
#footer .f-top .Auxil-form form ul li input::placeholder,
#footer .f-top .Auxil-form form ul li textarea::placeholder {
  color: #666;
}
#footer .f-top .Auxil-form form ul li input:focus,
#footer .f-top .Auxil-form form ul li textarea:focus {
  border-color: var(--primary);
}
#footer .f-top .Auxil-form form ul li textarea {
  padding-top: 12px;
}
#footer .f-top .Auxil-form form ul li.wid-100 {
  width: 100%;
}
#footer .f-top .Auxil-form form ul li .more {
  font-size: 18px;
  letter-spacing: -1px;
  padding: 21px 65px;
  margin-top: 10px;
}
#footer .f-bottom {
    margin-top: 50px;
    border-top: 1px solid #444;
    padding: 50px 50px 0 45px;
}
#footer .f-bottom .tit {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}
#footer .f-bottom ul li {
  font-size: 16px;
  color: #999999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-bottom ul li:hover {
  color: var(--white);
}
#footer .f-bottom .f-company {
  padding-left: 13px;
}
#footer .f-bottom .f-product {
  padding-left: 3%;
}
#footer .f-bottom .f-news {
  padding-left: 5.2%;
}
#footer .f-bottom .f-code {
  text-align: right;
}
#footer .f-bottom .f-code #ewm {
  width: 169px;
  border: 4px solid var(--white);
  margin: 0 0 0 auto;
}
#footer .f-bottom .f-code .share {
  margin-top: 21px;
}
#footer .f-bottom .f-code .share a {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 20px;
  margin-right: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-bottom .f-code .share a img {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-bottom .f-code .share a:last-child {
  margin-right: 0;
}
#footer .f-bottom .f-code .share a:hover {
  border-color: var(--white);
}
#footer .f-copy {
  margin-top: 50px;
  font-size: 16px;
  color: var(--white);
  line-height: 1.8;
  text-align: center;
}
#footer .f-copy .lj {
  margin-left: 26px;
}
#footer .f-copy .f-back {
  margin-left: 133px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .f-back i {
  margin-left: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  font-size: 20px;
}
#footer .f-copy .f-back:hover {
  color: var(--primary);
}
#footer .f-copy svg {
  vertical-align: top;
  width: auto;
  max-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: var(--white);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: var(--white);
}
#footer .f-copy svg:hover {
  fill: var(--primary);
}
.fixed-toolbar ul li.back {
  display: none !important;
}
@media screen and (max-width: 1680px) {
  #index-body .about .data ul li:first-child {
    padding: 0 121px 0 49px;
  }
  #index-body .safety .box .left .list .text .title {
    width: 82%;
  }
}
@media screen and (max-width: 1440px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 80px;
  }
  #header .nav .ui.menu .h-language {
    padding-left: 20px;
    margin-left: 30px;
  }
  #banner ul li .text .box {
    width: 45%;
  }
  #index-body .about .data ul li:first-child {
    padding: 0 73px 0 20px;
  }
  #index-body .safety .box .left .list .text .title {
    width: 93%;
  }
  #index-body .safety .box .left .list .bf {
    padding-right: 10px;
  }
  #footer .f-bottom .f-product {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1280px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 55px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 20px;
    padding-left: 10px;
  }
  #banner ul li .text .box {
    width: 58%;
  }
  #banner .slick-prev {
    left: 0;
  }
  #banner .slick-next {
    right: 0;
  }
  #index-body .about .data ul li:first-child {
    padding: 0 31px 0 0px;
  }
  #index-body .certificate .box {
    width: 55%;
  }
  #index-body .safety .box {
    padding: 0 30px 0 6px;
  }
  #index-body .safety .box .left .list .text .title {
    width: 100%;
    font-size: 35px;
  }
  #index-body .safety .box .left .list .bf::before {
    left: -50px;
  }
  #index-body .news .content ul {
    margin-right: -30px;
  }
  #index-body .news .content ul li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .logo {
    width: 18%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #banner ul li .text {
    top: 28%;
  }
  #index-body .about {
    padding: 80px 0;
  }
  #index-body .about .data ul li:last-child {
    padding-left: 50px;
  }
  #index-body .certificate {
    padding: 100px 0;
  }
  #index-body .certificate .box {
    width: 60%;
  }
  #index-body .product {
    padding: 80px 0;
  }
  #index-body .safety {
    padding: 80px 0;
  }
  #index-body .safety .box {
    padding: 0;
  }
  #index-body .safety .box .left .list .text {
    width: 60%;
  }
  #index-body .safety .box .left .list .text .title {
    font-size: 30px;
  }
  #index-body .safety .box .left .list .bf {
    width: 40%;
  }
  #index-body .news {
    padding: 80px 0;
  }
  #footer {
    padding: 80px 0 40px;
  }
  #footer .f-copy {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    background: var(--black);
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 80%;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #mobile .menu-content .menu-logo {
    background: var(--black);
    padding: 10px;
  }
  #banner {
    padding-top: 60px;
  }
  #banner ul li .text {
    top: 10%;
  }
  #banner ul li .text .box {
    width: 80%;
  }
  #banner ul li .text .box .img {
    margin-top: 20px;
  }
  #banner ul.slick-dots {
    bottom: 10%;
  }
  #banner .slick-arrow {
    width: 30px;
    height: 30px;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .box .left {
    width: 100%;
  }
  #index-body .about .box .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .about .data {
    margin-top: 40px;
  }
  #index-body .about .data ul li {
    width: 25%;
  }
  #index-body .about .data ul li .num {
    font-size: 32px;
  }
  #index-body .about .data ul li p {
    font-size: 15px;
  }
  #index-body .about .data ul li:first-child {
    padding: 0;
  }
  #index-body .about .data ul li:nth-child(2) {
    width: 25%;
  }
  #index-body .about .data ul li:nth-child(3) {
    width: 25%;
  }
  #index-body .about .data ul li:last-child {
    padding: 0;
  }
  #index-body .certificate {
    padding: 60px 0;
    height: 660px;
  }
  #index-body .certificate .box {
    width: 78%;
  }
  #index-body .certificate .box p {
    width: 90%;
  }
  #index-body .certificate .box ul {
    margin: 40px -25px 0 0;
  }
  #index-body .product {
    padding: 60px 0;
  }
  #index-body .product .header p {
    width: 100%;
  }
  #index-body .product .content {
    margin-top: 40px;
  }
  #index-body .safety {
    padding: 60px 0;
  }
  #index-body .safety .box .left {
    width: 100%;
  }
  #index-body .safety .box .left .list .bf::before {
    left: 0;
    width: 40%;
  }
  #index-body .safety .box .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .safety .box .right .desc {
    margin-top: 20px;
  }
  #index-body .news {
    padding: 60px 0;
  }
  #footer {
    padding: 60px 0 30px;
  }
  #footer .f-top {
    padding: 0;
  }
  #footer .f-top .f-contact {
    padding-right: 0;
  }
  #footer .f-top .f-contact ul {
    margin-top: 20px;
  }
  #footer .f-top .f-contact ul li {
    margin-bottom: 15px;
  }
  #footer .f-top .Auxil-form {
    padding: 23px 0 0 2%;
  }
  #footer .f-top .Auxil-form form ul {
    margin: 0 -20px -34px 0;
  }
  #footer .f-top .Auxil-form form ul li {
    padding: 0 20px 34px 0;
  }
  #footer .f-bottom {
    margin-top: 40px;
    padding: 30px 0 0;
    display: none;
  }
  #footer .f-copy {
    margin-top: 30px;
  }
  #footer .f-copy .f-back {
    display: none;
  }
  .fixed-toolbar ul li.back {
    display: inline-block !important;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .box {
    margin-left: 0;
    width: 100%;
  }
  #banner ul li .text .box .tit {
    font-size: 30px;
  }
  #banner ul li .text .box .img {
    width: 50%;
  }
  #banner ul.slick-dots {
    bottom: 10px;
  }
  #banner .down {
    display: none;
  }
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .box .right .con {
    font-size: 17px;
  }
  #index-body .about .data {
    display: none;
  }
  #index-body .certificate {
    padding: 30px 0;
    height: 520px;
  }
  #index-body .certificate .box {
    width: 100%;
    margin-left: 0;
  }
  #index-body .certificate .box .title {
    font-size: 34px;
  }
  #index-body .certificate .box p {
    width: 100%;
    font-size: 17px;
  }
  #index-body .certificate .box ul li {
    width: 33.3333%;
  }
  #index-body .certificate .box ul li .img-box {
    height: 140px;
    line-height: 140px;
  }
  #index-body .product {
    padding: 30px 0;
  }
  #index-body .product .header .title {
    font-size: 32px;
  }
  #index-body .product .header p {
    margin: 15px auto 0;
  }
  #index-body .product .content {
    margin-top: 20px;
  }
  #index-body .product .content ul {
    margin-right: -15px;
  }
  #index-body .product .content ul li {
    padding-right: 15px;
  }
  #index-body .safety {
    padding: 30px 0;
  }
  #index-body .safety .box .left .list .bf {
    display: none;
  }
  #index-body .safety .box .right .desc {
    font-size: 17px;
  }
  #index-body .safety .box .right dl {
    margin-top: 15px;
  }
  #index-body .safety .box .right dl dd {
    font-size: 17px;
    padding-left: 30px;
  }
  #index-body .news {
    padding: 30px 0;
  }
  #index-body .news .header .title {
    font-size: 32px;
  }
  #index-body .news .content {
    margin-top: 20px;
  }
  #index-body .news .content ul {
    margin-right: -15px;
  }
  #index-body .news .content ul li {
    padding-right: 15px;
  }
  #index-body .news .content ul li .text {
    padding: 15px 0 0 5px;
  }
  #index-body .news .content ul li .text .tit {
    font-size: 18px;
  }
  #index-body .news .content ul li .text .mores {
    margin-top: 10px;
  }
  #footer {
    padding: 30px 0 15px;
  }
  #footer .f-top .f-contact {
    width: 100%;
  }
  #footer .f-top .Auxil-form {
    width: 100%;
  }
  #footer .f-top .Auxil-form form {
    margin-top: 15px;
  }
  #footer .f-top .Auxil-form form ul li .more {
    margin-top: 0;
    padding: 15px 50px;
  }
  #footer .f-copy .lj {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li > img {
    min-height: 240px;
  }
  #banner ul li .text .box .tit {
    font-size: 23px;
  }
  #banner ul li .text .box .img {
    width: 80%;
  }
  #index-body .about .box .left span {
    font-size: 18px;
  }
  #index-body .about .box .left .title {
    font-size: 26px;
  }
  #index-body .about .box .left .play {
    display: none;
  }
  #index-body .certificate {
    height: 400px;
  }
  #index-body .certificate .box span {
    font-size: 16px;
  }
  #index-body .certificate .box .title {
    font-size: 26px;
  }
  #index-body .certificate .box p {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .certificate .box .more {
    margin-top: 20px;
  }
  #index-body .certificate .box ul {
    display: none;
  }
  #index-body .product .header span {
    font-size: 18px;
  }
  #index-body .product .header .title {
    font-size: 28px;
  }
  #index-body .safety .box .left .list .text {
    width: 100%;
  }
  #index-body .safety .box .left .list .text span {
    font-size: 16px;
  }
  #index-body .safety .box .right {
    font-size: 22px;
  }
  #index-body .safety .box .right .tit {
    font-size: 22px;
  }
  #index-body .safety .box .right .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8;
  }
  #footer .f-top .f-contact ul li {
    font-size: 16px;
  }
  #footer .f-top .f-contact ul li span {
    width: 100%;
  }
}

.font-18{
  line-height: 1.8;
}

.inner-banner {
  position: relative;
  height: 33vw;
  padding-top: 18vw;
  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;
  font-weight:bold;
}
.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(--primary);
}
.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: 38px;
  line-height: 1.6;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
h1.heisha {
  font-size: 20px;
  line-height: 1.8;
  padding: 10px 0;
  font-weight: bold;
      text-transform: capitalize;
}
.heishai {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}
.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(--primary) 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(--primary);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight:bold;
}
.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: 5px 0;
  font-size: 16px;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--primary);
}
.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;
  text-transform: capitalize;
  position: relative;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul{
  margin-top: 10px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul li{
  padding-left: 10px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--primary);
}
.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-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 10px 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;
}
.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: 17px;

  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(--primary);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: var(--primary);
  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: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 16px;
   
    color: #fff;
    text-transform: capitalize;
    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: 14px;
  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(--primary);
  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: 50px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 50px;
}
.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;
  line-height: 2;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid var(--primary);
  -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(--primary);
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category 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);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--primary);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
     font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
    position: relative;
        margin-left: 20px;
}
/*.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;
  font-weight:bold;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 15px;
  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%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 35px;
  height: auto;
  line-height: 1;
  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;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more 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;
  font-weight: bold;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.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: 14px;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid var(--primary);
  -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(--primary);
  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;
  font-weight:bold;
}
.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:bold;
}
.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(--primary);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;

  font-weight: bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: var(--primary);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 30px;
}
.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;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight:bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
  color: var(--primary);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  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;
  line-height: 2;
  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: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 35px;
  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;
  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;
  font-weight:bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--primary);
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-list ul li {
  width: 33.3333%;
}
.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: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}
.product-page .product-list ul li .product-block:hover .product-transition .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.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;

}
.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;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;*/
  /*bottom: 100%;*/
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(100%);
}
.product-page .product-list ul li .product-block:hover .product-transition .product-inner .product-image.second-image {
  opacity: 1;
  bottom: 0;
  transform: translateY(0);
}



.inner-page.product-page.accessories .product-list ul li .product-block:hover .product-transition .product-inner .product-image.first-image {
    opacity: 1;
    transform: translateY(0%);
}

.product-page .product-list ul li .product-block:hover .product-transition .product-inner .product-image.first-image {
  opacity: 0;
  transform: translateY(-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(--primary);
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 30px 0;
  text-align: center;

}
.product-page .product-list ul li .product-block .product-content h4 {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    height: 72px;
}
.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: 14px;

  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: capitalize;
  background: var(--primary);
  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);
  font-weight:bold;
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: var(--primary);
}
.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;
}
.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: 28px;
    font-weight: 700;
    line-height: 1.4;
}
.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: 10px 0 20px;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 30px;
}
.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 a.more {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 35px;
  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;
  height: auto;
  line-height: 1;
}
.prodet-page .prodet-1 .right a.more:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right a.more 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;
  font-weight:bold;
}
.prodet-page .prodet-1 .right a.more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.prodet-page .prodet-1 .right .inquiry-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share {
  display: block;
  padding: 10px 0 10px;
  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(--primary);
}
.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;
  font-weight:bold;
}
.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-3 {
  padding: 40px 0 0px;
  overflow: hidden;
}
.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: 25px 0 25px 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;
  font-size: 30px;
  line-height: 1.6;
  font-weight:bold;
}
.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: 18px;
  color: #7a7a7a;
  line-height: 1.8;
}

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

.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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news img{
  width: 100%;
  object-fit: cover;
    max-height: 450px;
}
.contact-page {
  padding-bottom: 0px;
}
.main-map .button-group .button {
  background-color: var(--primary);
}
.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;
  font-weight:bold;
}
.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-1 .ui.container .con-right li:nth-child(1) {
  background: url(../images/c-1.png) no-repeat left center;
  padding-left: 80px;
}
.inner-page.contact-page .contact-1 .ui.container .con-right li:nth-child(2) {
  background: url(../images/c-2.png) no-repeat left center;
  padding-left: 80px;
}
.inner-page.contact-page .contact-1 .ui.container .con-right li:nth-child(3) {
  background: url(../images/c-3.png) no-repeat left center;
  padding-left: 80px;
}
.inner-page.contact-page .contact-2 {
  padding-top: 100px;
}
.inner-page.contact-page .contact-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.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;
  font-weight:bold;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li p {
  font-size: 18px;
}

.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;
      margin-bottom: 40px;
}
.factory-page-1 .factoty-list ul li {
  padding: 15px;
}
.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(--primary);
  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;
}

@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

.join-us-page .join-us-2 {
  padding: 30px 0 80px;
}
.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
}
.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 -45px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 45px;
}
.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(--primary);
}
.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(--primary);
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 23px;
}
.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%;
}
#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide:hover .img.img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.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);
}

#index-body .our-product.mt_120 {
  margin-top: 65px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.inner-page.contact-page .contact-1 .ui.container .con-right p.tutu {
  font-size: 14px;
  line-height: 2;
  padding-top: 10px;
}
/*厂房设备*/
.i-semi {
  text-align: center;
  padding: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f2f2f2), color-stop(50%, #fff));
  background: -webkit-linear-gradient(#f2f2f2 50%, #fff 50%);
  background: -moz-linear-gradient(#f2f2f2 50%, #fff 50%);
  background: linear-gradient(#f2f2f2 50%, #fff 50%);
}
.i-semi h2.h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.i-semi p.p {
  font-size: 18px;
  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: -webkit-calc(52%);
    left: -moz-calc(52%);
    left: calc(52%);
}

@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: 1400px) {
  
  .news-page .sidebar-box .sidebar-left {
    padding-left: 30px;
  }
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }
  .about-page .about-2 .right .about-ty-title .text{
    max-height: 335px;
    overflow: auto;
  }
}
@media screen and (max-width: 1230px) {
  .about-page .about-ty-title h1,
  .about-page .about-ty-title h2{
    font-size: 30px !important;
    line-height: 1.8 !important;
  }
  .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%;
  }
  
  .news-page .sidebar-box{
    padding-left: 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding-right: 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;
  }
}
@media screen and (max-width: 1000px) {
   .inner-banner{
    margin-top: 60px;
    padding-top: 6vw;
  }
  .product-list h1.heisha,
  .product-list .heishai{
    display: none!important;
  }
  .inner-banner .mbx-box .mbx{
    line-height: 1.5;
  }
  .inner-banner .mbx-box h2{
    font-size: 30px;
    line-height: 1.3;
  }
  
  .i-semi{
    padding: 60px 0;
  }
  
  .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 {
    padding-right: 0px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
    font-size: 24px;
  }
  .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;
  }
  .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;
  }
  
  .product-page .product-list ul li {
    width: 50%;
  }

  .join-us-page .join-us-2 h3 {
    font-size: 24px;
  }
  .heis,
  jiahui {
    display: none !important;
  } 
  
  .product-page{
    padding: 60px 0;
  }
  .inner-page.contact-page .contact-2{
    padding-top: 60px;
  }
  .inner-page.contact-page .contact-1 .text-map{
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.contact-page .contact-2{
    padding-top: 30px;
  }
  .inner-page.contact-page .contact-1 .text-map{
    padding: 30px 0;
  }
  
  #mapContainer {
    height: 350px !important;
  }
  .inner-banner {
    padding: 10vw 0;
    height: auto;
  }
  .inner-banner .mbx-box .mbx{
    font-size: 16px;
    line-height: 1.7;
  }
  .inner-banner .mbx-box h2{
    font-size: 28px;
    line-height: 1.2;
  }
  
  .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;
  }
  
  .i-semi{
    padding: 30px 0;
  }
  .news-page{
    padding: 30px 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form{
    margin-top: 30px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3{
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .product-page{
    padding: 30px 0;
  }
  .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,
  .join-us-page .join-us-2{
    padding: 30px 0;
  }
  .prodet-page .custom-page .custom-3{
    padding: 0 0 30px 0;
  }
  .prodet-page .prodet-3{
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    padding: 8vw 0;
  }
  .inner-banner .mbx-box {
    padding-left: 0;
  }
  .inner-banner .mbx-box h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  .inner-banner .mbx-box .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .category{
    display: block;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .category .time{
    margin: 20px 0 0 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left{
    padding-right: 0;
  }
  .i-semi h2.h2{
    font-size: 30px;
  }
  
  .wenan-ny {
    width: 100%;
  }
  #mapContainer {
    height: 300px !important;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .product-page .product-list ul li {
    width: 100%;
  }
  .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;
  }
}






.map-contact {
    background: rgba(255,255,255,1);
    position: absolute;
    margin: 0% 10%;
    padding: 50px;
    z-index: 9;
    color: #000;
}
.map-contact .map-text {
    margin-bottom: 50px;
}
.map-contact .map-text h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.6;
    font-weight: bold;
    text-transform: uppercase;
}

.map-contact .map-text ul {
    display: flex;
    margin: 0 -40px;
}

.map-contact .map-text ul li {
  width: 35%;
    padding: 0 40px;
}
.map-contact .map-text ul li:nth-last-child(1) {
    width: 30%;
}

.map-contact .map-text ul li h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
}

.map-contact .map-text ul li p {
    line-height: 2;
    font-size: 16px;
}
.map-contact .map-text ul li p i.fa {
    color: var(--primary);
    width: 20px;
    text-align: center;
    margin-right: 10px;
}


.inner-page.contact-page{
      background: #f7f7f7;
    padding-top: 6%;
}

.contact-page .contact-2 {
    padding: 100px 0 80px;
    margin: 0 10%;
}

.contact-page .contact-2 .right h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    text-transform: capitalize;
}

.contact-page .contact-2 .right p {
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
    margin-top: 6px;
}
.grid-box .column{
  font-size: 16px;
  line-height: 2;
}
.contact-page .contact-2 .right .form {
    margin-top: 30px;
}
.inner-page.contact-page .contact-2 .right .form ul {
    margin: -10px -30px;
}
.inner-page.contact-page .contact-2 .right .form li {
    padding: 10px 30px;
}
.contact-page .contact-2 .right .form ul li.wid-100 {
    width: 100% !important;
}
.inner-page.contact-page .contact-2 .right .form li input {
    border: 0 solid rgba(0,0,0,.2);
    background: #f7f7f7;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

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

.inner-page.contact-page .contact-2 .right .form li textarea {
    border: 0 solid rgba(0,0,0,.2);
    background: #f7f7f7;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 15px;
    text-transform: capitalize;
}
.inner-page.contact-page .contact-2 .right .form li input[type=submit] {
    background-color: var(--primary);
    border-color: var(--primary);
        color: #fff;
    font-size: 20px;
}
.inner-banner span.video {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: right;
    opacity: 1;
    z-index: -1;
    top: 0;
    right: 0;
}
.inner-banner span.video video {
    display: block;
    height: 100%;
    margin-left: auto;
        transform: scaleX(-1);
}
.inner-banner span.video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #16131e;
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),color-stop(100%,transparent));
    background: -moz-linear-gradient(right,#16131e 50%,transparent 100%);
    background: -webkit-linear-gradient(left,#16131e 50%,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),to(transparent));
    background: -webkit-linear-gradient(left,#16131e 50%,transparent);
    background: -moz-linear-gradient(left,#16131e 50%,transparent);
    background: linear-gradient(to right,#16131e 50%,transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e', endColorstr='transparent',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e',endColorstr='transparent',GradientType=1);
    z-index: 1;
}


/*2023-7-21新增-end*/


/*2023-7-22新增*/

.news-page .sidebar-box .sidebar-right .news-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {

    width: 50%;
    padding: 0px 30px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.5));
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact .c-box {
    z-index: 10;
    position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
    object-fit: cover;
    max-height: 320px;
}








.mbx-box.prro h2 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 36px;
}



/*2023-7-22新增-end*/


/*2023-7-26新增*/
.inner-page.support .support-1 {
  padding: 100px 0;
}
.inner-page.support .support-1 .about-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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-page.support .support-1 .about-box .left {
    width: 53%;
    padding: 68px 0;
    position: relative;
}
.inner-page.support .support-1 .about-box .left:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background: #333130;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}
.inner-page.support .support-1 .about-box .right {
    width: 47%;
    padding-left: 90px;
}
.inner-page.support .support-1 .about-box .right h2 {
    font-size: 60px;
    line-height: 1.8;
    color: #1c1c1c;
    font-weight: 700;
}
.inner-page.support .support-1 .about-box .right h3 {
    font-size: 36px;
    line-height: 1.8;
    color: #000;
    font-weight: 700;
}
.inner-page.support .support-1 .about-box .right p {
font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-top: 20px;
}




.inner-page.support .support-2 {
 padding: 45px 0 45px;
    background: #000;
    background-size: cover;
}
.inner-page.support .support-2 ul{
    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;
}
.inner-page.support .support-2 ul li {
    width: 25%;
    text-align: center;
    position: relative;
}
.inner-page.support .support-2 ul li h4 {
    font-size: 72px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
}
.inner-page.support .support-2 ul li h4 span {
    font-weight: 100;
    font-size: 22px;
}
.inner-page.support .support-2 ul li p {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    margin-top: 22px;
}
.inner-page.support .support-2 ul li:after {
    position: absolute;
    content: "";
    width: 2px;
    border-right: 1px solid rgba(255,255,255,.3);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 55px;
}

.inner-page.support .support-3 {
    padding: 100px 0 140px;
    background: url(../images/cailiao-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.inner-page.support .support-3 .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.support .support-3 .container .left {
    width: 50%;
    text-align: center;
}
.inner-page.support .support-3 .container .right {
    width: 50%;
}
.inner-page.support .support-3 .container .left .content {
    display: inline-block;
    position: relative;
}
.inner-page.support .support-3 .container .left .content .ball {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.inner-page.support .support-3 .container .left .content .ball .box {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    -webkit-animation: kz 20s infinite linear;
    -moz-animation: kz 20s infinite linear;
    animation: kz 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: relative;
}
.inner-page.support .support-3 .container .left .content .ball .box h6 {
    text-transform: capitalize;
}
.inner-page.support .support-3 .container .left .content .ball .box .text1 {
    position: absolute;
    top: 0;
    left: -20px;
    border-radius: 100%;
    width: 140px;
    height: 140px;
     font-size: 20px;
    padding-top: 45px;
    text-align: center;
    color: #fff;
    background: #a6a6a6;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.inner-page.support .support-3 .container .left .content .ball .box .text2 {
    position: absolute;
    top: -40px;
    right: 65px;
    border-radius: 100%;
    width: 125px;
    height: 125px;
     font-size: 22px;
    padding-top: 28px;
    color: #fff;
    text-align: center;
    background: #8a8a8a;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.inner-page.support .support-3 .container .left .content .ball .box .text3 {
    position: absolute;
    top: 155px;
    right: -75px;
    border-radius: 100%;
    width: 175px;
    height: 175px;
     font-size: 24px;
    padding-top: 45px;
    color: #fff;
    text-align: center;
    background: #bbb;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.inner-page.support .support-3 .container .left .content .ball .box .text4 {
    position: absolute;
    bottom: -40px;
    right: 35px;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    font-size: 24px;
    padding-top: 40px;
    color: #fff;
    text-align: center;
    background: #565656;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.inner-page.support .support-3 .container .left .content .ball .box .text5 {
    position: absolute;
    bottom: 32px;
    left: -50px;
    border-radius: 100%;
    width: 195px;
    height: 195px;
    padding-top: 60px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #363636;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.inner-page.support .support-3 .container .right .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.inner-page.support .support-3 .container .right p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,.9);
    margin-top: 40px;
}
.inner-page.support .support-3 .container .right h3 {
    font-size: 42px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin-left: 10px;
}

.inner-page.support .support-2-1 .text {
 padding: 80px 0 50px;
    text-align: center;
    color: #000;
}
.inner-page.support .support-2-1 .text h2 {
     font-size: 48px;
    line-height: 1.8;
    font-weight: 700;
}
.inner-page.support .support-2-1 .text p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.8;
}

.about-page .about-2 .left .about-ty-title {

}

.about-page .about-2 .right .about-ty-title {
 
}

/*honor*/

.about-page .honor {
  position: relative;
  z-index: 1;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}
.about-page .honor .left {
  width: 30%;
  padding-top: 20px;
    padding-right: 50px;
}
.about-page .honor .left h2 {
font-size: 38px;
line-height: 1.6;
    font-weight: 700;
}
.about-page .honor .left p {
  margin-top: 1rem;
}
.about-page .honor .left .img {
  margin: 1.5rem 0;
}
.about-page .honor .left .tab {
  font-size: 0;
}
.about-page .honor .left .tab span {
  display: inline-block;
  background-color:var(--primary);
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}
.about-page .honor .left .tab span img {
  vertical-align: middle;
}
.about-page .honor .left .tab span.left-btn {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.about-page .honor .left .tab span.right-btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.about-page .honor .right {
  width: 70%;
  position: relative;
}
.about-page .honor .right ul {
  margin: -15px;
}
.about-page .honor .right ul li {
  padding: 15px;
}
.about-page .honor .right ul li img {
  width: 100%;
      box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}


/*factory*/


.about-page .ab-4{
    padding: 70px 0 100px;
    background: #fafafa;
}
.about-page .ab-4 .header span{
    color: var(--primary);
    font-size: 28px;
    line-height: 1.6;
    font-weight: 700;
}
.about-page .ab-4 .header h3{
  font-size: 24px;
  line-height: 1;
}
.about-page .ab-4 .header p{
  font-size: 18px;
  line-height: 2;
  color: #6e6e6e;
}
.about-page .ab-4 .content{
  margin-top: 15px;
}
.about-page .ab-4 .content .slick-arrow{
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 57px;
  height: 59px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: none;
}
.about-page .ab-4 .content .slick-arrow:hover {
  background-color: rgba(32,88,79,1);
}
.about-page .ab-4 .content .slick-prev {
  background: url("../images/inner-l.png") rgba(0,0,0,0.5) no-repeat center center;
  left: 40%;
}
.about-page .ab-4 .content .slick-next {
  background: url("../images/inner-r.png") rgba(0,0,0,0.5) no-repeat center center;
  right: 40%;
  left: auto;
}
.about-page .ab-4 .content ul{
  margin-right: -15px;
}
.about-page .ab-4 .content ul li{
  padding-right: 15px;
}
.about-page .ab-4 .content ul li a{
  display: block;
}

.about-page .ab-4 .header h2{
      display: block;
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 2;
}
.about-page .about-ty-title h1,
.about-page .about-ty-title h2 {
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 1.4;
}
.about-page .about-ty-title span{
  font-weight: 700;
}
.about-page .about-ty-title .text {
font-size: 16px;
    color: #8b8b8b;
    margin-top: 15px;
}
.about-page .about-ty-title .text span {
  color: #000;
}
.about-page .about-video {

}
.about-page .about-video .play {
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-page .about-video .play p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.about-page .about-2 {
  font-size: 0;
padding-bottom: 90px;
    padding-top: 90px;
}
.about-page .about-2 .left {
     width: 50%;
    margin: 0 -20px;
    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;
}
.about-page .about-2 .right {
width: 50%;
    position: relative;
        padding-left: 70px;
}
.about-page .about-2 img {
    padding: 0 20px;
    width: 50%;
}
.about-page .about-3 {
  padding-bottom: 60px;
}
.about-page .about-3 .about-ty-title {
  max-width: 1100px;
  width: 1100px;
}
.about-page .about-3 .other-box .other-text {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 625px;
    padding: 0 50px;
}
.about-page .about-3 .other-box .other-text h6 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2;

}
.about-page .about-3 .other-box .other-text h2 {
    font-size: 32px;
    line-height: 1.6;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 15px;

}
.about-page .about-3 .other-box .other-text a {
display: inline-block;
    font-size: 16px;
    background-color: #fff;
    padding: 15px 20px;
    margin-top: 15px;
}
.about-page .about-3 .about-other {
  margin-top: 50px;
}
.about-page .about-3 .about-other ul {
  margin: -15px;
}
.about-page .about-3 .about-other ul li {
  padding: 15px;
}
.about-page {
     padding-top: 100px;
}

@media screen and (max-width: 1230px) {
   .about-page .about-3 .about-ty-title {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-2 .right {
    bottom: 0;
  }
  .about-page .about-2 {
    margin-bottom: 0;
  }
  .about-page .honor .left{
    width: 100%;
    padding-right: 0px;
  }
  .about-page .honor .right{
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-3 .other-box .other-text h2{
    font-size: 26px;
  }
}

@media screen and (max-width: 1000px) {
   .about-page .about-ty-title h1,
   .about-page .about-ty-title h2 {
    font-size: 30px;
  }
  .about-page .about-2 .left{
    display: none;
  }
  .about-page .about-2 .right{
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-3 .about-other ul li{
    width: 100%;
  }
  .about-page .about-3 .other-box .other-text {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-3 .other-box .other-text h2 {
    font-size: 30px;
  }
  .about-page .about-video .play p {
    font-size: 30px;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .time span{
    display: none;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content h4{
    font-size: 18px;
  }
}

@media screen and (max-width: 970px) {
  .about-page .about-ty-title h1,
  .about-page .about-ty-title h2 {
    font-size: 25px;
  }
  .about-page .about-ty-title .text {
    font-size: 16px;
  }
  .about-page .about-3 .other-box .other-text {
    padding: 0 25px;
  }
  .about-page .about-3 .other-box .other-text a {
    font-size: 16px;
  }
  .about-page .about-3 .other-box .other-text h2 {
    font-size: 25px;
  }
  .about-page .about-video .play p {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .about-page .about-ty-title .text {
    font-size: 16px;
  }
  .about-page .about-3 .other-box .other-text a {
    font-size: 14px;
  }
  .about-page .about-2 {
    padding-top: 60px;
  }
  .about-page .about-3 {
    padding-top: 60px;
  }
  .about-page .about-3 .about-other {
    margin-top: 60px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right h1{
    font-size: 24px;
    line-height: 1.8;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
    text-align: left;
  }
  .about-page .about-3 .other-li {
    width: 100%;
  }
  .about-page .about-ty-title h1,
  .about-page .about-ty-title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px){
  .news-page .sidebar-box .sidebar-right .news-list ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  
  .about-page {
    padding: 30px 0 60px;
  }
  .about-page .about-2 {
    padding-top: 30px;
  }
  .about-page .about-2 .right {
    padding-top: 30px;
  }
  .about-page .about-3 {
    padding-top: 30px;
  }
  .fenlei{
    display: none!important;
  }
  .haha{
    display: none!important;
  }
  .about-page .about-3 .about-other ul li .other-box{
    height: 350px;
  }
  .about-page .about-3 .about-other ul li .other-box img{
    height: 100%;
    object-fit: cover;
  }
  .about-page .about-3 .other-box .other-text h2{
    font-size: 20px;
    line-height: 1.8;
  }
}

.faq-page {
    padding: 9rem 0;
}
.faq-page .title {
    text-align: center;
    margin-bottom: 4.5rem;
}
.faq-page .title h4 {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 5px;
}
.faq-page .title h3 {
        font-size: 18px;
    font-weight: 300;
    color: #313131;
}
.faq-page ul{
    margin: 0 -30px;
}
.faq-page ul li {
    padding: 0 30px;
    margin-bottom: 1.1rem;
}
.faq-page ul li .ig {
    cursor: pointer;
}
.faq-page ul li .ig h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    /*height: 90px;*/
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(28,28,28,.1);
    color: #313131;
}
.faq-page ul li .ig h4 i {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 18px;
    color: var(--primary);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
}
.faq-page ul li .ig h4 i.fa-minus {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
.faq-page ul li .ig .con {
    display: none;
    font-size: 17px;
    line-height: 2em;
    color: var(--primary);
    margin-top: 1.1rem;
}
.faq-page ul li.active .ig h4 i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}
.faq-page ul li.active .ig h4 i.fa-minus {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
@media screen and (max-width: 992px) {
    .faq-page ul.grid-box li.column {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .faq-page ul li .ig h4 {
        font-size: 16px;
    }
}

/*2023-8-14*/
div#mapContainer {
    border: none !important;
}
.shijain {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.about-page .about-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-page .about-2 .right .about-ty-title .text {
    font-size: 16px;
}
.about-page .about-3 .other-box .other-text p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
}
/*.product-page .product-list ul li .product-block .product-content p:nth-last-child(1) {
    display: none;
}*/

/*2023-8-14-end*/

.inner-page .sidebar-box .sidebar-right .top {
      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;
        position: relative;
}

.inner-page .sidebar-box .sidebar-right .top .left {
    width: 55%;
    border: 1px solid #e7e7e7;
}
.inner-page .sidebar-box .sidebar-right .top .right {
        width: 45%;
    padding-left: 35px;
}
.inner-page .sidebar-box .sidebar-right .top .right .inquiry-box {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.inner-page .sidebar-box .sidebar-right .top .right .inquiry-box a.more.form {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    padding: 15px 35px;
    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;
    height: auto;
    line-height: 1;
}
.inner-page .sidebar-box .sidebar-right .top .right .inquiry-box a.more 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;
    font-weight: 700;
}

.inner-page .sidebar-box .sidebar-right .top .right .inquiry-box a.more:after{
      position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}



.inner-page .sidebar-box .sidebar-right .top .right .share {
display: block;
    padding: 15px 0 15px;
}
.inner-page .sidebar-box .sidebar-right .top .right .share ul li {
    width: auto;
    font-size: 16px;
    color: #555;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-right: 10px;
    text-transform: uppercase;
}


.inner-page .sidebar-box .sidebar-right .tab li a {
    font-size: 18px;
    padding: 15px 0;
    font-weight: bold;
}

.inner-page .sidebar-box .sidebar-right .option .con .top .left h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
}
.inner-page .sidebar-box .sidebar-right .option .con .top .left p {
    font-size: 15px;
}
.inner-page .sidebar-box .sidebar-right .option .con .top .left {
    width: 40%;
    border: 0px solid #e7e7e7;
    padding: 0;
}
.inner-page .sidebar-box .sidebar-right .option .con .top .right {
    width: 60%;
    padding-left: 10px;
}
.inner-page .sidebar-box .sidebar-right .option .con .top {
    margin-bottom: 30px;
}
.inner-page .sidebar-box .sidebar-right .option .application h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
}
.inner-page .sidebar-box .sidebar-right .option .application .text {
    font-size: 16px;
    margin-bottom: 25px;
}

.inner-page.factory-page-1 .factoty-list .top {
 
}
.inner-page.factory-page-1 .factoty-list .top h2 {
    color: #2a2a2a;
    font-size: 44px;
    font-weight: bold;
}
.inner-page.factory-page-1 .factoty-list .top p {
    font-size: 16px;
}
tr.teshu {
    background: #fff !important;
    color: #000 !important;
}
.product-page .tab h3 {
    font-size: 24px;
    color: var(--primary);
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 50px;
        text-transform: capitalize;
}
.product-page .tab ul{
  margin: 5px -10px 0 0;
}
.product-page .tab ul li{
  padding-right: 10px;
}
.product-page .tab ul li a{
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 0;
  text-align: center;
  background: #eee;
  display: block;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .tab ul li a:hover,
.product-page .tab ul li a.active{
  background: var(--primary);
  color: white;
}
.product-page .option .info{
  font-size: 16px;
}

.product-page .option .application ul{
  margin: 0 -10px -20px 0;
}
.product-page .option .application ul li{
  padding: 0 10px 20px 0;
}
.product-page .option .application ul li .img-box{
  display: block;
}

.inner-page.product-page.accessories .product-list ul li .product-block .product-content h4 {
    height: auto;
}
.factory-page-1 .factoty-list ul li .box {
    overflow: hidden;
    border: 1px solid #eee;
}

.factory-page-1 .factoty-list ul li h2 {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.8;
}

#index-body .i-about .left .content .rights:hover {
    left: 0;
    transition: all .5s ease;
}
#index-body .i-about .left .content .rights{
      position: relative;
    left: -20px;
    transition: all .5s ease;
}

@media screen and (max-width:1600px){
  .inner-page.contact-page{
    padding-top: 15%;
  }
  #footer .box .f-copy a.foot-link{
    display: none!important;
  }
}
@media screen and (max-width:1400px){
  .inner-page.contact-page{
    padding-top: 20%;
  }
}
@media screen and (max-width:1200px){
  .map-contact{
    margin: 0 3%;
  }
  .inner-page.contact-page {
    padding-top: 30%;
  }
}
@media screen and (max-width:1000px){
  .map-contact{
    position: static;
        margin: 0;
    margin-top: 200px;
    padding: 50px 15px;
  }
  .inner-banner.contact{
    height: auto;
  }
  .inner-page.contact-page{
    padding-top: 0;
  }
  .map-contact .map-text ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .map-contact .map-text ul li{
    width: 100%;
  }
  .inner-banner.contact span.video{
    height: 330px;
  }
  .inner-page .sidebar-box .sidebar-right .top.mb-30 .left{
    width: 100%;
  }
  .inner-page .sidebar-box .sidebar-right .top.mb-30 .right{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width:700px){
  .mbx-box.prro h2{
    font-size: 20px;
    line-height: 1.8;
  }
  .inner-banner.contact{
    padding-bottom: 0px; 
  }
}





#index-body .safety .abb{
      background: url(../images/ab-vi.png) no-repeat center center;
    background-size: cover;
    padding: 115px 0 112px;
}
#index-body .safety span.video {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: left;
    opacity: 1;
    z-index: -1;
    top: 0;
    left: 0;
}

#index-body .safety span.video video {
     display: block;
    height: 100%;
    margin-right: auto;
}

#index-body .safety span.video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #16131e;
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),color-stop(100%,transparent));
    background: -moz-linear-gradient(right,#a9cf5e 40%,transparent 100%);
    background: -webkit-linear-gradient(left,#a9cf5e 40%,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),to(transparent));
    background: -webkit-linear-gradient(left,#a9cf5e 40%,transparent);
    background: -moz-linear-gradient(left,#a9cf5e 40%,transparent);
    background: linear-gradient(to left,#a9cf5e 40%,transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e', endColorstr='transparent',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e',endColorstr='transparent',GradientType=1);
    z-index: 1;
}



.inner-page.about-page .about-1 .ui.container {
    display: flex;
    align-items: center;
}
.inner-page.about-page .about-1 .about-ty-title {
    padding-right: 55px;
    width: 50%;
}
.inner-page.about-page .about-1 .about-video {
    width: 50%;
}
.inner-page.about-page .about-1 .about-ty-title h1 {
    font-size: 22px;
}
.about-page .about-ty-title .text p {
    padding: 4px 0;
}

.inner-page.about-page .about-6 {
    position: relative;
    height: 30vw;
    padding-top: 10vw;
    overflow: hidden;
}
.inner-page.about-page .about-6 .luxy-el{
  position: absolute;
  z-index: -1;
    width: 100%;
    height: 150%;
    background: no-repeat center center;
    background-size: cover;
    left: 0;
    bottom: 0;
}

.inner-page.about-page .about-6 span.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-page.about-page .about-6 .ab-tu {
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
        margin: 0 auto;
    width: 60%;
}


.inner-page.about-page .about-6 .ab-tu span {
    color: #fff;
    font-size: 30px;
    line-height: 1;
}

.inner-page.about-page .about-6 .ab-tu .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.inner-page.about-page .about-6 .ab-tu a.more {
    margin-top: 25px;
}

.inner-page.about-page .about-6 .ab-tu p {
    font-size: 18px;
}

.inner-page.about-page .about-6 .luxy-el:after {
    content: '';
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.2));
}

.about-page .about-1 {
    margin-bottom: 100px;
}


.about-page .about-2 .right .about-ty-title .text .biaoti p {
    padding: 0;
}



.about-page .about-2 .right .about-ty-title .list_cont .list {
    margin-top: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.about-page .about-2 .right .about-ty-title .list_cont .img_c {
    width: 86px;
    height: 86px;
    background-color: var(--primary);
    position: relative;
}
.about-page .about-2 .right .about-ty-title .list_cont .list_2 .img_c {
 
    background-color: #279b9b;

}
.about-page .about-2 .right .about-ty-title .list_cont .list_3 .img_c {
 
    background-color: #fff;
-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 18px 0 rgba(0,0,0,.1);

      -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.about-page .about-2 .right .about-ty-title .list_cont .list .text {
    width: -webkit-calc(14%);
    width: -moz-calc(14%);
    width: calc(100% - 86px);
    padding-left: 16px;
    margin-top: 0;
}


.about-page .about-2 .right .about-ty-title .list_cont .img_c .img.img_bg {
    width: 60px;
    height: 60px;
    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%);
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-page .about-2 .right .about-ty-title .text .biaoti p {
    padding: 0;
    font-weight: 700;
    line-height: 1;
    color: #000;
    font-size: 24px;
}
.about-page .about-2 .right .about-ty-title .text .biaoti p {
    padding: 0;
    font-weight: 700;
    line-height: 1;
    color: #000;
    font-size: 24px;
}


.about-page .about-2 .right .about-ty-title .list_cont .list:hover .img_c {
    border-radius: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.transition_1{
     -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.product-page .product-list ul li .product-block .product-content h2 {
    font-size: 16px;
}



.seoPublic .Auxil-news .list ul li .content{
      margin-top: 0;
}


.seoPublic>div {
    padding: 40px 0;
}


.seoPublic .title {

    margin-bottom: 1em;
}

#index-body .product .content ul li .img-box img.e02 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#index-body .product .content ul li:hover .img-box img.e02 {
    opacity: 1;
}


#banner ul li span.video video {
    height: 50vw;
    width: 100%;
    object-fit: cover;
}

.video-overlay, .video-placeholder {
    position: absolute;
    width: 100%;
    height: 50vw;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url(../images/dian.png) repeat;
    -webkit-backface-visibility: hidden;
    opacity: 0.2;
}


#banner ul li .text .box .neirong {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#banner ul li .text .box .banner-btn .more {
    margin-right: 25px;
    padding: 15px 28px;

}
#banner ul li .text .box .banner-btn {
    margin-top: 35px;
    padding-left: 20px;
}

#index-body .safety .img-video {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: left;
    opacity: 1;
    z-index: -1;
    top: 0;
    left: 0;
}

#index-body .safety .img-video img {
    display: block;
    height: 100%;
    margin-right: auto;
    object-fit: cover;
    width: 100%;
}


#header.active .nav .ui.menu .logo {
    overflow: hidden;
}
#header.active .nav .ui.menu .logo img {
    filter: drop-shadow(0 -100px #fff);
    position: relative;
    top: 100px;
}


.init-1 {
  padding-top: 110px;
}
.init-1 ul {
  margin: 0 -25px;
}
.init-1 ul li {
  padding: 0 25px;
}
.init-1 ul li .box {
  position: relative;
  padding-bottom: 110px;
}
.init-1 ul li .box .img_c {
  position: relative;
}
.init-1 ul li .box .img_c .text_c {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 215px;
  height: 100%;
  top: 0;
  left: 0;
  padding: 50px 35px 10px;
  color: #fff;
}
.init-1 ul li .box .img_c .text_c .title {
  font-weight: 700;
  display: block;
}
.init-1 ul li .box .img_c .text_c .x-more {
  margin-top: 16px;
}
.init-1 ul li .box .img_c .img_1 {
  display: block;
  height: 340px;
  background-size: cover;
  background-color: #000;
}
.init-1 ul li .box .img_c .img_2 {
  width: 141px;
  height: 22px;
  margin-top: 26px;
  background-size: 100% 100%;
}
.init-1 ul li .box .img_3 {
  height: -webkit-calc(100% - 90px);
  height: -moz-calc(100% - 90px);
  height: calc(100% - 90px);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
}
.init-1 .bottom_c {
  width: 330px;
  margin: auto;
}
.init-1 .bottom_c .top {
  color: #5f5f5f;
}
.init-1 .bottom_c .top .active {
  color: #000;
}
.init-1 .bottom_c .bottom {
  margin-top: 6px;
  position: relative;
  height: 3px;
}
.init-1 .bottom_c .bottom .line_1 {
  background-color: #5f5f5f;
  height: 1px;
  position: relative;
}
.init-1 .bottom_c .bottom .line_2 {
  height: 3px;
  background-color: #2f5f89;
  width: 0;
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
@media (max-width: 1800px) {
  .init-1 ul li .box .img_c .img_1 {
    height: 20vw;
  }
  .init-1 ul li .box .img_3 {
    height: 20vw;
  }
}
@media (max-width: 1000px) {
  .init-1 ul li .box .img_c .text_c {
    padding: 10px;
  }
  .init-1 ul {
    margin: 0 -10px;
  }
  .init-1 ul li {
    padding: 0 10px;
  }
  .init-1 ul li .box .img_c .img_2 {
    width: 100px;
    height: 20px;
    margin-top: 10px;
  }
  .init-1 ul li .box .img_c .img_1 {
    height: 30vw;
  }
  .init-1 ul li .box .img_3 {
    height: 30vw;
  }
}


.list-det3 ul li p {
    font-size: 17px;
}
.list-det3 ul li img {
    width: 40px;
    margin-right: 20px;
}
.list-det3 ul li {
    display: flex;
    align-items: center;
    width: 25%;
}
.list-det3 ul {
    display: flex;
}
.list-det3 h2 {
    padding-right: 60px;
    position: relative;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    color: #000;
        margin-bottom: 20px;
}
.list-det3 {
    padding: 30px 0;
    margin-bottom: 20px;
}
#banner ul li .text .box .tit:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 23px;
}
@media screen and (max-width: 1440px) {
  .map-contact .map-text ul{
    margin: 0 -20px;
  }
  .map-contact .map-text ul li{
    padding: 0 20px;
  }
  .map-contact{
    padding: 50px 25px;
  }
  .contact-page .contact-2{
    margin: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .init-1{
    padding-top: 60px;
  }
  .init-1 ul li .box{
    padding-bottom: 60px;
  }
  .about-page{
    padding-top: 60px;
  }
  .inner-page.about-page .about-1 .ui.container{
    display: block;
  }
  .inner-page.about-page .about-1 .about-ty-title{
    width: 100%;
    padding-right: 0;
  }
  .inner-page.about-page .about-1 .about-video{
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-1{
    margin-bottom: 60px;
  }
  .inner-page.about-page .about-6{
    height: 60vw;
  }
  .inner-page.about-page .about-6 .ab-tu{
    width: 80%;
  }
  .map-contact .map-text ul li{
      width: 100% !important;
    }
    .map-contact .map-text{
      margin-bottom: 0;
    }
        .contact-page .contact-2 {
        margin: 0 3%;
    }
}
@media screen and (max-width: 700px) {
  .about-page,
  .init-1{
    padding-top: 30px;
  }
  .init-1 ul li .box{
    padding-bottom: 30px;
  }
  #banner ul li .text .box .banner-btn{
    margin-top: 20px;
  }
  #banner ul li .text .box .tit {
        font-size: 26px;
        margin-bottom: 10px;
    }
    #banner ul li .text .box .tit::after {
        top: 14px;
    }
    .about-page .about-1{
    margin-bottom: 30px;
  }
  .inner-page.about-page .about-6 .ab-tu{
    width: 100%;
  }
      .inner-page.about-page .about-6 {
        height: 80vw;
    }
    .about-page .about-2 .right{
      padding-top: 0;
    }
    .about-page .about-2{
      padding-bottom: 0;
    }
    .about-page .ab-4 .content .slick-prev{
      left: 35%;
    }
    .about-page .ab-4 .content .slick-next{
      right: 35%;
    }
    .about-page .ab-4{
      padding: 30px 0;
    }
    .prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev{
      left: 0;
    }
    .prodet-page .prodet-1 .right .slick .slick-arrow.slick-next{
      right: 0;
    }
}
@media screen and (max-width: 500px) {
   #banner ul li span.video video{
    height: 70vw;
  }
  #banner ul li .text .box .banner-btn .more {
    margin-right: 12px;
    padding: 12px 20px;
}
  #banner ul li .text .box .tit{
    margin-bottom: 0;
  }
  #banner ul li .text .box .tit:after{
    top: 12px;
  }
  .init-1 ul li .box .img_c .img_1{
    height: 52vw;
  }
   .about-page .ab-4 .content .slick-prev{
      left: 30%;
    }
    .about-page .ab-4 .content .slick-next{
      right: 30%;
    }
    .inner-page.about-page .about-6{
      height: 102vw;
    }
    .inner-page.about-page .about-6 .ab-tu .title{
      font-size: 30px;
    }
}
.seoPublic .Auxil-news .list ul li .content p{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}