@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot") format("eot"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot") format("eot"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.eot") format("eot"), url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto";
  max-width: 1920px;
  --color: #199e9b;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1570px;
  margin: auto;
  width: 100%;
}
.grid-box >p{
  padding: 0 10px
}
.more {
  width: 189px;
  height: 56px;
  border-radius: 28px;
  background-color: var(--color);
  line-height: 56px;
  border: 1px solid var(--color);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.more:hover {
  background: none;
  color: var(--color);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
  padding-left: 40px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 85px;
  color: #4a4b4e;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#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 ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  width: 85px;
  height: 100px;
  background-color: #199e9b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span img {
  width: 25px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: flex;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  cursor: pointer;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.col {
  color: var(--color);
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.f-min {
  font-weight: 500;
}
.f-mont {
  font-family: "Montserrat";
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#banner li .text .box {
  width: 50%;
  margin: 0 0 0 auto;
  color: #fff;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .left {
  width: 40%;
}
#index-body .product .left .box {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
#index-body .product .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .product .left ul li {
  width: 115px;
  height: 122px;
  background-color: #5d5555;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 35px;
  margin-bottom: 35px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .left ul li.active,
#index-body .product .left ul li:hover {
  background-color: var(--color);
}
#index-body .product .left .text .item {
  display: none;
}
#index-body .product .left .text .item.active {
  display: block;
}
#index-body .product .left .text .item .cont{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
#index-body .product .right {
  width: 55%;
}
#index-body .product .right ul {
  width: 110%;
}
#index-body .product .right ul li {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  border-radius: 50px;
  overflow: hidden;
}
#index-body .product-list {
  background-color: #f2f2f2;
}
#index-body .product-list ul li .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 50px 0;
}
#index-body .product-list ul li .img-box img {
  width: auto;
  height: 400px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
#index-body .product-list ul li .text {
  line-height: 1.2;
  color: #5f5f5f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product-list ul li .text:hover {
  color: var(--color);
}
#index-body .about {
  background: url(../images/a-bg.jpg) no-repeat right bottom #f6f7f9;
  position: relative;
}
#index-body .about .left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#index-body .about .left > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .left .play-btn {
  width: 80px;
  height: 61px;
  background-color: #ffffff;
  border-radius: 2px;
  color: var(--color);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
#index-body .about .left .play-btn i {
  border: none;
}
#index-body .about .left ul {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
  z-index: 6;
}
#index-body .about .left ul li {
  width: 25%;
  height: 154px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #2c2d2d;
  position: relative;
}
#index-body .about .left ul li:nth-child(1) {
  background-color: var(--color);
}
#index-body .about .left ul li:nth-child(3) {
  background-color: #4d4d4d;
}
#index-body .about .left ul li > img {
  position: absolute;
  left: 17px;
  top: 13px;
}
#index-body .about .left ul li p {
  font-weight: 300;
}
#index-body .about .left ul li .num {
  line-height: 1;
}
#index-body .about .left ul li .num span {
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
}
#index-body .about .right .box {
  width: 50%;
  margin: 0 0 0 auto;
}
#index-body .about .right .box .text .st {
  font-weight: 300;
}
#index-body .about .right .box .text .t1 {
  line-height: 1.4;
}
#index-body .about .right .box .text .cont {
  height: 200px;
  overflow-y: auto;
  color: #343333;
  line-height: 1.6;
  padding-right: 15px;
}
#index-body .about .right .box .btn {
  width: 317px;
  height: 319px;
  background-color: var(--color);
  display: block;
  padding-left: 52px;
  padding-top: 48px;
}
#index-body .choose {
  background: #f2f2f2 url(../images/bg2.jpg) no-repeat left top / cover;
  position: relative;
}
#index-body .choose .bottom li {
  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-top: 60px;
}
#index-body .choose .bottom li .img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: solid 2px #2aa5a2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .choose .bottom li .text {
  color: #282728;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .choose .bottom li:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .contact-us {
  position: relative;
}
#index-body .contact-us > img {
  height: 490px;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .contact-us .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 720px;
  color: #fff;
}
#index-body .contact-us .text .more {
  margin: 0 auto;
  border-radius: 4px;
}
#index-body .news {
  background-color: #ffffff;
}
#index-body .news .box {
  border-bottom: 1px solid #e5e5e5;
}
#index-body .news .box .t1 {
  color: #716666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 2.2em;
  display: block;
}
#index-body .news .box .t1:hover {
  color: var(--color);
}
#index-body .news .box .cont {
  color: #716666;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #2a2b2b;
  color: #fff;
}
#footer .f-form {
  background-color: var(--color);
}
#footer .f-form form input {
  height: 73px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0 25px;
  border: none;
  color: #000;
}
#footer .f-form form .form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-form form .form-box .i1 {
  width: 20%;
}
#footer .f-form form .form-box .i2 {
  width: 40%;
}
#footer .f-form form .form-box .submit {
  width: 201px;
  background-color: #2a2b2b;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff;
}
#footer .f-form form .form-box .submit:hover {
  color: #000;
  background: #ffffff;
}
#footer .f-box li {
  margin-bottom: .5em;
}
#footer .f-box li a:hover {
  color: var(--color);
}
#footer .f-box .f-contact {
  max-width: 255px;
}
#footer .f-box .f-code #ewm{
  width: 120px;
  height: 120px;
  background: #fff;
  border: 5px solid #ffffff;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #ffffff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
#footer .f-copy .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .share a {
  margin-left: 10px;
}
#footer .f-copy .share a:hover .iconfont {
  color: var(--color);
}
#footer .f-copy .share .iconfont {
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-nav .sub-menu{
  display: none
}
@media screen and (max-width: 1680px) {
  .container {
    max-width: 1380px;
  }
  #index-body .product .left ul li{
    margin-right: 18px
  }
    #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .container {
    max-width: 1220px;
  }
    #index-body .product .left ul li{
    margin-right: 12px;
    width: 100px
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
  #header .nav .ui.menu .h-language{
    margin-left: 30px
  }
  #index-body .choose .bottom {
    padding: 0;
  }
  #index-body .about .right .box .text {
    padding-right: 0;
  }
  #footer .f-form form .form-box .i2 {
    width: 35%;
  }
  #index-body .product .right ul {
    width: 105%;
  }
 
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #index-body .product .left ul li {
    zoom: 0.9;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #footer .f-form form .form-box .i2 {
    width: 32%;
  }
  #banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #footer .f-box .f-code {
    display: none
  }
  #index-body .product .right {
    display: none;
  }
  #index-body .product .left {
    width: 100%;
  }
  /*#index-body .product .left ul li.active {
    background: #5d5555;
  }*/
  #index-body .about .left {
    width: 100%;
    position: relative;
  }
  #index-body .about .left ul {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .about .left > img {
    height: 500px;
  }
  #index-body .about .right .box {
    width: 100%;
  }
  #index-body .about .right .box .btn {
    padding: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .about .right .box .btn img {
    width: 35px;
  }
  #index-body .about .right .box .text {
    padding-left: 0;
  }
  #footer .f-form form .form-box .i1 {
    width: 47%;
    margin-bottom: 15px;
  }
  #footer .f-form form .form-box .i2 {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
    margin-top: 30px;
  }
  #footer .f-copy .share {
    display: none;
  }
  #footer .f-form form input {
    height: 60px;
  }
  #banner li .text .box {
    width: 100%;
  }
  #index-body .contact-us > img {
    height: 350px;
  }
  #index-body .about .left .play-btn {
    zoom: 0.7;
  }
  #footer .f-form form .form-box .i1 {
    width: 100%;
  }
  #index-body .choose .bottom li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .box .title {
    font-size: 52px;
  }
  #index-body .about .left ul {
    position: static;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .left ul li {
    width: 50%;
  }
  #index-body .about .left > img {
    height: 350px;
  }
  #index-body .about .left ul li > img {
    zoom: 0.8;
  }
  #index-body .about .left ul li .num {
    font-size: 18px;
  }
  #index-body .contact-us .text {
    max-width: 100%;
    width: 100%;
  }
  #index-body .contact-us > img {
    height: 250px;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  #index-body .choose .bottom li {
    margin-top: 20px;
  }
  #mobile .mobile-logo img {
    max-height: 20px;
  }
  #index-body .about .left ul li p {
    font-size: 14px;
  }
  #index-body .about .left .play-btn {
    top: 35%;
  }
}
@media screen and (max-width: 500px) {
  #banner li .text .box .cont {
    display: none;
  }
  #banner li .text .box .more {
    margin-top: 20px;
  }
  .more {
    zoom: 0.7;
  }
  #index-body .product .left ul li {
    zoom: 0.6;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  font-size: 16px;
  width: auto !important;
  height: auto !important;
  line-height: 30px;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}

h1.paishih1{
  color: var(--color)
}
.inner-banner {
  height: 500px;
  padding-top: 190px;
  text-align: center;
  color: white;
  background-position: center center;
}
.inner-banner h2,.inner-banner h1 {
  font-size: 25px;
  font-family: "roboto-bold";
  text-transform:capitalize;
  line-height: 60px;
}
.inner-banner .mbx {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  line-height:28px;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.inner-banner .play {
  display: inline-block;
  margin: 35px auto 0;
  cursor: pointer;
  cursor: hand;
}

.inner-page .m-page {
  text-align: center;
}
.categoryintroh1{
font-size: 24px;
margin-bottom: 10px;
}
.inner-page .categoryintro{
  background-color: #fff;
  color:rgba(0,0,0,.55);
  line-height: 26px;
  padding: 1rem;
  margin-top:30px;
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  font-size: 18px;
  display: inline-block;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 3px;
}
.inner-page .m-page a:hover {
  background: #46a6ff;
  color: white;
}
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}
.inner-page .form ul {
  margin: -8px;
}
.inner-page .form ul li {
  padding: 8px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  border: none;
  line-height: 26px;
  padding: 10px 15px;
  border-radius: 6px;
  background: #f2f2f2;
  font-size: 14px;
  color: black;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li textarea {
  height: 160px;
}
.inner-page .form ul li input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 7px 50px;
  border-radius: 20px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #199e9b;
  margin-top: 10px;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #199e9b;
}
.contact-page {
  padding: 80px 0 130px;
}
.contact-page h3 {
  font-size: 30px;
  color: #303036;
  text-transform: capitalize;
  font-family: "roboto-bold";
  line-height: 1;
}
.contact-page .left {
  padding-right: 0%;
  padding-left: 5%;
}
.contact-page .left .info {
  margin: 40px 0 80px;
  max-width: 470px;
}
.contact-page .left .info ul li {
  margin-bottom: 18px;
  font-size: 18px;
  color: rgba(48, 48, 54, 0.9);
  line-height: 30px;
  padding-left: 35px;
  position: relative;
}
.contact-page .left .info ul li:last-child {
  margin-bottom: 0;
}
.contact-page .left .info ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .left .share {
  margin-top: 20px;
}
.contact-page .left .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  background: #707070;
  color: white;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 15px;
}
.contact-page .left .share ul li a {
  display: block;
}
.contact-page .left .share ul li:hover {
  background: var(--color);
}
.contact-page .left .share ul li:last-child {
  margin-right: 0;
}
.contact-page .right {
  padding-left: 0%;
  padding-right: 5%;
}
.contact-page .right .form {
  margin-top: 40px;
}
.about-page h2 {
  display: block;
  text-align: left;
  font-size: 36px;
  line-height: 40px;
  color: #1c1c1c;
  font-family: "roboto-bold";
  margin-bottom: 20px;
}
.about-page .about-1 {
  padding-top: 70px;
}
.about-page .about-1 .box {
  padding: 50px 0 0px;
}
.about-page .about-1 .box img{margin-bottom: 30px; width: 100%}
.about-page .about-1 .box .left {
  width: 25%;
  vertical-align: middle;
}
.about-page .about-1 .box .left img {
  border: 7px solid white;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.3);
}
.about-page .about-1 .box .right {
  padding: 0px;
  width: 100%;
  vertical-align: middle;

}
.about-page .about-1 .box .text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
  text-align-last: left;
  padding-top: 50px;
    padding-right: 3%;
}
.about-page .about-1 .box .right .text strong {
  font-family: "roboto-bold";
  font-size: 120%;
}
.about-page .about-1 .box .right .text p {
  padding-top: 10px;
  line-height: 28px;
}
.about-page .about-1 .box .right .text p:first-child {
  padding-top: 0;
}
.about-page .about-1 .list {
  padding: 40px 0 30px;


  text-align: center;
  color:var(--color);
 
}
.about-page .about-1 .list ul {
  padding: 0 5%;
}
.about-page .about-1 .list ul li h6 {
  font-size: 60px;
  line-height: 1;
}
.about-page .about-1 .list ul li h6 sub {
  font-size: 70%;
  vertical-align: bottom;
}
.about-page .about-1 .list ul li p {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  color: #070337;
}
.about-page .about-2 {
  padding: 35px 0 135px;
}
.about-page .about-2 .box {
  padding-top: 40px;
}
.about-page .about-2 .box ul {
  margin: -20px;
}
.about-page .about-2 .box ul li {
  padding: 20px;
}
.about-page .about-2 .box ul li .box2 {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  color: white;
}
.about-page .about-2 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(47, 128, 238, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-2 .box ul li .box2 h6 {
  display: block;
  font-size: 24px;
  font-family: "roboto-bold";
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .box ul li .box2 .content {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-2 .box ul li .box2 .content h6 {
  position: static;
  padding: 0;
  opacity: 1 !important;
}
.about-page .about-2 .box ul li .box2 .content p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 5px;
}
.about-page .about-2 .box ul li .box2:hover h6 {
  opacity: 0;
}
.about-page .about-2 .box ul li .box2:hover:after,
.about-page .about-2 .box ul li .box2:hover .content {
  opacity: 1;
}
.about-page .about-3 {
  padding: 100px 0 100px;
 
}
.about-page .about-3 .zhishizhi {
  font-size: 16px;
  line-height: 2;
}
.about-page .about-3 .box {
  padding-top: 50px;
}
.about-page .about-3 .box ul {
  margin: -15px;
}
.about-page .about-3 .box ul li {
  padding: 15px;
}
.about-page .about-3 .box ul li a {
  display: block;
}
.about-page .about-3 .box ul li a img {
  width: 100%;
}
.about-page .about-3 .box ul .slick-arrow {
  width: 42px;
  height: 42px;
  background: url("../images/icon-arrow.png") center center no-repeat transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100% 100%;
}
.about-page .about-3 .box ul .slick-arrow.slick-prev {
  right: 100%;
}
.about-page .about-3 .box ul .slick-arrow.slick-next {
  left: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-3 .box ul .slick-dots {
  padding-top: 40px;
  padding-bottom: 15px;
  margin: 0;
  text-align: center;
}
.about-page .about-3 .box ul .slick-dots li {
  padding: 0;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 30px;
  border-radius: 4px;
  background: #d8e4f2;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box ul .slick-dots li button {
  display: none;
}
.about-page .about-3 .box ul .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 h2{ text-align: center;}
.about-page .about-4 h2.title small{    
  display: block;
    font-size: 18px;
    color: #797979;
    line-height: normal;
    margin-top: 10px;
    font-family: "roboto-regular";
    text-transform: none;}
    
.about-page .about-4 {
  padding: 75px 0;
   background: url("../images/historybg.jpg") bottom center no-repeat;
}
.about-page .about-4 .box {
  padding-top: 80px;
  max-width: 990px;
  display: block;
  margin: 0 auto;
}
.about-page .about-4 .box ul {
  position: relative;
}
.about-page .about-4 .box ul:after {
  content: '';
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  top: 17px;
  background: #5483eb;
  background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #5483eb), color-stop(100%, transparent));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #5483eb 0%, transparent 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #5483eb 0%, transparent 100%);
  /* chrome */
  background: -o-linear-gradient(bottom, #5483eb 0%, transparent 100%);
  /* opera */
  background: -ms-linear-gradient(bottom, #5483eb 0%, transparent 100%);
  /* ie */
  background: linear-gradient(to bottom, #5483eb, transparent);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent', GradientType=0);
  /* 兼容IE5~IE9 */
  position: absolute;
}
.about-page .about-4 .box ul li {
  padding-bottom: 20px;
  position: relative;
}
.about-page .about-4 .box ul li:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 4px solid var(--color);
  background: #40baff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 17px;
  z-index: 1;
  -moz-box-shadow: 0 0 3px 3px white;
  -o-box-shadow: 0 0 3px 3px white;
  box-shadow: 0 0 3px 3px white;
}
.about-page .about-4 .box ul li h5 {
  font-size: 22px;
  color: #333;
  font-family: "roboto-bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .content {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .box ul li .content .text {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
  margin-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .content:after {
  content: '';
  border-right: 10px solid #2dbbff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 100%;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .box ul li .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  background: #2cbcff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2cbcff), color-stop(100%, #3388fc));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, #2cbcff 0%, #3388fc 100%);
  /* chrome */
  background: -o-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
  /* opera */
  background: -ms-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
  /* ie */
  background: linear-gradient(to right, #2cbcff, #3388fc);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc', GradientType=1);
  /* 兼容IE5~IE9 */
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .left {
  padding-top: 5px;
  padding-right: 35px;
  text-align: right;
  position: relative;
}
.about-page .about-4 .box ul li .right {
  padding-left: 25px;
  position: relative;
}
.about-page .about-4 .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-4 .box ul li:nth-child(even) .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 35px;
}
.about-page .about-4 .box ul li:nth-child(even) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
.about-page .about-4 .box ul li:nth-child(even) .right .content:after {
  border-left: 10px solid #2dbbff;
  border-right: none;
  left: 100%;
}
.about-page .about-4 .box ul li:nth-child(even) .right .content:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-4 .box ul li:hover .content .text,
.about-page .about-4 .box ul li:hover .content h5 {
  color: white;
}
.about-page .about-4 .box ul li:hover .content:after,
.about-page .about-4 .box ul li:hover .content:before {
  opacity: 1;
}
.qualityControl-page h2.title {
  font-size: 36px;
  font-family: "roboto-bold";
  color: #1c1c1c;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
.qualityControl-page h2.title small {
  display: block;
  font-size: 18px;
  color: #797979;
  line-height: normal;
  margin-top: 10px;
  font-family: "roboto-regular";
  text-transform: none;
}
.qualityControl-page .qualityControl-1 {
  padding-bottom: 20px;
  background: #fbfcff;
}
.qualityControl-page .qualityControl-1 .box {
  background: white;
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  top: -110px;
  padding: 70px 5% 50px;
  position: relative;
}
.qualityControl-page .qualityControl-1 .box:after {
  content: '';
  left: 0;
  height: 110px;
  width: 40px;
  border-radius: 20px;
  background: #1e3595;
  position: absolute;
  bottom: -185px;
}
.qualityControl-page .qualityControl-1 .box .list {
  margin-top: 50px;
}
.qualityControl-page .qualityControl-1 .box .img {
  padding-right: 7%;
  vertical-align: middle;
}
.qualityControl-page .qualityControl-1 .box .text {
  vertical-align: middle;
}
.qualityControl-page .qualityControl-1 .box .text h5 {
  font-family: "roboto-bold";
  font-size: 24px;
}
.qualityControl-page .qualityControl-1 .box .text p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.65);
  margin: 20px 0;
  max-width: 440px;
}
.qualityControl-page .qualityControl-1 .box .text .dots i {
  display: inline-block;
  width: 30px;
  height: 10px;
  border-radius: 4px;
  background: #dfe9f2;
  cursor: pointer;
  cursor: hand;
  vertical-align: middle;
  margin-right: 8px;
}
.qualityControl-page .qualityControl-1 .box .text .dots i.active {
  background: var(--color);
}
.qualityControl-page .qualityControl-1 .box .text .dots i:last-child {
  margin-right: 0;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots {
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li {
  padding: 0;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 30px;
  border-radius: 4px;
  background: #d8e4f2;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li button {
  display: none;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li.slick-active {
  background: var(--color);
}

.qualityControl-page .qualityControl-2 {
  padding: 90px 0;
}
.qualityControl-page .qualityControl-2 .box {
  padding-top: 90px;
  overflow: hidden;
}
.qualityControl-page .qualityControl-2 .box ul {
  margin: 0 -90px;
}
.qualityControl-page .qualityControl-2 .box ul li {
  padding: 0 90px;
  text-align: center;
}
.qualityControl-page .qualityControl-2 .box ul li i {
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
}
.qualityControl-page .qualityControl-2 .box ul li p {
  display: block;
  margin-top: 45px;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
}
.qualityControl-page .qualityControl-3 {
  padding: 60px 0 40px;
  background: #f5f9fe url("../images/about-3-bg.jpg") right top no-repeat;
}
.qualityControl-page .qualityControl-3 h2 {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #1c1c1c;
  font-family: "roboto-bold";
}
.qualityControl-page .qualityControl-3 .box {
  padding-top: 50px;
}
.qualityControl-page .qualityControl-3 .box ul {
  margin: -15px;
}
.qualityControl-page .qualityControl-3 .box ul li {
  padding: 15px;
}
.qualityControl-page .qualityControl-3 .box ul li a {
  display: block;
}
.qualityControl-page .qualityControl-3 .box ul li a img {
  width: 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow {
  width: 42px;
  height: 42px;
  background: url("../images/icon-arrow.png") center center no-repeat transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100% 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-prev {
  right: 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-next {
  left: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots {
  padding-top: 40px;
  padding-bottom: 15px;
  margin: 0;
  text-align: center;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li {
  padding: 0;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 30px;
  border-radius: 4px;
  background: #d8e4f2;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li button {
  display: none;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li.slick-active {
  background: var(--color);
}
.factory-page h2 {
  font-size: 36px;
  color: #1c1c1c;
  font-family: "roboto-bold";
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
.factory-page .factory-1 {
  padding: 70px 0;
  background: #fbfcff;
}
.factory-page .factory-1 .box {
  margin-top: 45px;
}
.factory-page .factory-1 .box dl {
  margin: -40px 0;
}
.factory-page .factory-1 .box dl dd {
  padding: 40px 0;
}
.factory-page .factory-1 .box .left {
  vertical-align: middle;
  position: relative;
}
.factory-page .factory-1 .box .left img {
  border: 6px solid white;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.factory-page .factory-1 .box .right {
  vertical-align: middle;
  padding: 0 7%;
  padding-bottom: 40px;
  position: relative;
}
.factory-page .factory-1 .box .right ul li {
  margin-bottom: 50px;
  padding-left: 50px;
  position: relative;
}
.factory-page .factory-1 .box .right ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.factory-page .factory-1 .box .right ul li h6 {
  font-size: 24px;
  margin-bottom: 5px;
}
.factory-page .factory-1 .box .right ul li p {
  font-size: 16px;
 color: rgba(0, 0, 0, 0.65);
}
.factory-page .factory-1 .box .right ul li:last-child {
  margin-bottom: 0;
}
.factory-page .factory-1 .box .right ul li:nth-child(1) h6 {
  color: #3081ec;
}
.factory-page .factory-1 .box .right ul li:nth-child(2) h6 {
  color: #eda433;
}
.factory-page .factory-1 .box .right ul li:nth-child(3) h6 {
  color: #a8a9ab;
}
/*.factory-page .factory-1 .box dl dd:nth-child(even) .left {
  left: 50%;
}
.factory-page .factory-1 .box dl dd:nth-child(even) .right {
  left: -50%;
}*/
.factory-page .factory-1 .box .slick-arrow {
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9db;
  background: none;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  left: 47%;
  bottom: -50px;
  font-size: 0;
  color: transparent;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .factory-1 .box .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  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%);
  color: #666;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .factory-1 .box .slick-arrow.slick-prev:after {
  content: "\f104";
}
.factory-page .factory-1 .box .slick-arrow.slick-next {
  margin-left: 54px;
}
.factory-page .factory-1 .box .slick-arrow.slick-next:after {
  content: "\f105";
}
.factory-page .factory-1 .box .slick-arrow:hover {
  background: var(--color);
}
.factory-page .factory-1 .box .slick-arrow:hover:after {
  color: white;
}
.factory-page .factory-2 {
  padding: 70px 0 120px;
}
.factory-page .factory-2 .box {
  padding-top: 90px;
}
.factory-page .factory-2 .box .left {
  width: 65%;
  padding-right: 1%;
   padding-left: 1%;
}
.factory-page .factory-2 .box .left .text {
  display: block;
  font-size: 18px;
 color:rgba(0,0,0,.65);
  line-height: 40px;
  text-align: justify;
    text-align-last: left;

}
.factory-page .factory-2 .box .left .list {
  margin-top: 70px;
}
.factory-page .factory-2 .box .left .list ul li {
  margin-bottom: 35px;
}
.factory-page .factory-2 .box .left .list ul li:last-child {
  margin-bottom: 0;
}
.factory-page .factory-2 .box .left .list ul li h5 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  font-family: 'Roboto-Light';
}
.factory-page .factory-2 .box .left .list ul li .title {
  width: 20%;
  position: relative;
  padding-left: 80px;
  vertical-align: middle;margin-left: 20px;
}
.factory-page .factory-2 .box .left .list ul li .title i {
  position: absolute;
  left: 0;
  top: -5px;
}
.factory-page .factory-2 .box .left .list ul li .line {
  width: 50%;
  vertical-align: middle;
}
.factory-page .factory-2 .box .left .list ul li .line span {
  display: block;
  padding: 6px 18px;
  border-radius: 13px;
  -moz-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.22);
  box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.22);
}
.factory-page .factory-2 .box .left .list ul li .line span i {
  display: block;
  height: 12px;
  border-radius: 6px;
  background: #2e80ec;
  width: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.factory-page .factory-2 .box .left .list ul li .tag {
  width: 20%;
  vertical-align: middle;
  padding-left: 35px;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(1) .line span i {
  background: #2e80ec;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(1) .line span.active i {
  width: 50%;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(2) .line span i {
  background: var(--color);
}
.factory-page .factory-2 .box .left .list ul li:nth-child(2) .line span.active i {
  width: 60%;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(3) .line span i {
  background: var(--color);
}
.factory-page .factory-2 .box .left .list ul li:nth-child(3) .line span.active i {
  width: 55%;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(4) .line span i {
  background: var(--color);
}
.factory-page .factory-2 .box .left .list ul li:nth-child(4) .line span.active i {
  width: 70%;
}
.factory-page .factory-2 .box .right {
  width: 30%;
}
.news-page {
  padding: 55px 0 80px;
  background: #f8f8f8;
}
.news-page .nav {
  text-align: center;
  letter-spacing: -5px;
}
.news-page .nav ul li {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  color: #2f2f2f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  letter-spacing: 0;
}
.news-page .nav ul li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.news-page .nav ul li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.news-page .nav ul li:hover{
  background: #70a6ef;
  color: white;
}
.news-page .nav ul li.active {
  background: var(--color);
  color: white;
}
.news-page .box {
  padding: 60px 0 70px;
  overflow: hidden;
}
.news-page .box ul {
  margin-right: -20px;
}
.news-page .box ul li {
  padding: 65px 25px;
  background: #fff;
  margin-right: 20px;
  margin-top: 20px;
  width: calc(25% - 20px);
}
.news-page.honor-page .box ul li{
  padding:15px;
}
.news-page.honor-page .box ul li h4{
  height: auto;
  margin-bottom: 0;
}
.news-page .box ul li a.img-box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.news-page .box ul li a.img-box img {
  display: block;
  width: 100%;
}
.news-page .box ul li time {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #199e9b;
  line-height: 1;
  margin: 15px 0;
}
.news-page .box ul li a.more{
  color: #199e9b; margin-top: 30px;
  background: none;
  border: none;
  width: auto;
  height: auto;
  display: inline-block
  }
.news-page .box ul li h4 {
  display: block;
  font-size: 18px;
  color: #1c1c1c;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 58px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-bottom: 30px;
}
.news-page .box ul li h4:hover {
  color: var(--color);
}
.news-page .box ul li p {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 2;
  
  height: 4em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-top: 30px;
}
.product-page {
  background: #f1f1f1;
  padding: 40px 0 70px;
}
.product-page .top {
  display: block;
  padding: 20px 30px;
  background: white;
}
.product-page .top h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: black;
  text-transform: capitalize;
  margin-right: 15px;
}
.product-page .top .cat {
  display: inline-block;
  vertical-align: middle;
}
.product-page .top .cat .cat-list {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product-page .top .cat .cat-list span {
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 4px;
  width: 520px;
  font-size: 18px;
  color: #7c7c7c;
  display: block;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}
.product-page .top .cat .cat-list span i {
  float: right;
  font-size: 20px;
  margin-top: 10px;
}
.product-page .top .cat .cat-list ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  padding:0 15px;
  z-index: 1;
  /*display: none;*/
  height: 0;
  overflow: hidden;
  transition: .5s
}
.product-page .top .cat .cat-list ul li {
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .top .cat .cat-list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-page .top .cat .cat-list ul li:hover {
  color: var(--color);
}
.product-page .top .cat div.cat-list:hover ul,
.product-page .top .cat div.cat-list:active ul {
  height: 200px;
  overflow: auto;
}
.product-page .top .search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.product-page .top .search form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product-page .top .search form input {
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 4px;
  width: 300px;
  font-size: 18px;
  color: black;
  display: block;
  border: 1px solid #e5e5e5;
  padding-right: 50px;
  background: transparent;
}
.product-page .top .search form input::-webkit-input-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input:-moz-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input::-moz-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input:-ms-input-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input[type="submit"] {
  width: 40px;
  background: url("../images/icon-search2.png") center center no-repeat;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.product-page .bottom {
  padding: 40px 0 55px;
}
.product-page .bottom ul {
  margin: -15px -8px;
}
.product-page .bottom ul li {
  padding: 15px 8px;
}
.product-page .bottom ul li a.img-box {
  display: block;
  background: #fff;
}
.product-page .bottom ul li a.img-box img {
  display: block;
  width: 100%;
}
.product-page .bottom ul li .content {
  display: block;
  background: white;
  padding: 20px 10px 50px;
}
.product-page .bottom ul li .content h5 {
  font-size:16px;
  color: black;
  text-align: center;
  line-height: 30px;   padding: 0px 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
display: -webkit-box;

-webkit-line-clamp: 2;
overflow: inherit;
height: 60px;
}
.product-page .bottom ul li .content h5:hover {
  color: var(--color);
}
.product-page .bottom ul li .content p {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
   padding: 3px 5px;
  word-break: break-word;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 58px;
line-height: 28px;
}
.newdet-page {
  background: #f5f8ff;
  padding: 10rem 0;
}
.newdet-page .box {
  background: white;
  padding: 25px;
}
.newdet-page .box h4 {
  font-size: 22px;
    line-height: 30px;
  color: #333;
  font-family: "roboto-bold";
  text-align: center;
}
.newdet-page .box time {
  font-size: 14px;
  color: #666;
  text-align: center;
  display: block;
  margin: 15px 0;
}
.newdet-page .box .content {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.8;
}
.newdet-page .box .content table,
.newdet-page .box .content table td {
  border: none;
}
.newdet-page .box .link {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #eee dashed;
}
.newdet-page .box .link a {
  display: block;
  font-size: 14px;
  line-height: 28px;
}
.newdet-page .box .link a:hover {
  text-decoration: underline;
}
.faq-page {
  padding: 70px 0;
}
.faq-page ul li {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 15px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.faq-page ul li h4 {
  font-size: 18px;
  color: #444;
  font-family: "roboto-bold";
}
.faq-page ul li .content {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px #eee dashed;
  font-size: 14px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);
}
.prodet-page .prodet-1 {
  padding: 70px 0;
}
.prodet-page .prodet-1 .left {
  width: 40%;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .left a > img {
  border: 5px solid white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.big-img-box a{
  padding: 15px;
  display: block;
}
.big-img-box img{
  border: none!important;
}
.big-img-box ul {
  margin: -15px;
}
.prodet-page .prodet-1 .left .slick {
  margin-top: 30px;
}
.prodet-page .prodet-1 .left .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .left .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 5%;
  margin-top:20px;
}
.prodet-page .prodet-1 .right h3,.prodet-page .prodet-1 .right h1 {
  font-size: 28px;
  color: #333;
  font-family: "roboto-bold";
}
.prodet-page .prodet-1 .right p{  font-size: 16px; line-height: 30px;}

.prodet-page .prodet-1 .right .content {
  display: block;
  margin: 30px 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
}
.prodet-page .prodet-1 .right .share {
  display: inline-block;
}
.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
  font-family: "roboto-bold";
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  background: var(--color);
  color: white;
}
.prodet-page .prodet-1 .right .share {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  padding: 0 25px;
  border-radius: 18px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #199e9b;
  color: white;
  /*margin-top: 20px;*/
}
.prodet-page .prodet-1 .right a.more.pdf {
  background: #eee;
  color: black;
}
.prodet-page .prodet-1 .right a.more:hover {
  background: #46a6ff;
  color: white;
}
.prodet-page .prodet-2 .top {
  background: #eee;
}
.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 35px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .top ul li:hover,
.prodet-page .prodet-2 .top ul li.active {
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 .bottom {
  /*padding: 30px;*/
  font-size: 16px;
  line-height: 1.8;
  /*background: #f8f8f8;*/
}
.prodet-page .prodet-2 .bottom h3.tit {
  font-size: 26px;
  font-weight: bold;
  margin: 30px 0 15px 0;
}
.prodet-page .prodet-2 .bottom table {
  background: url('/zjkangte/2021/03/18/probg.png') right bottom no-repeat;
}
.prodet-page .prodet-2 .bottom table td {
  padding: 12px 15px;
  border: none;
}
.prodet-page .prodet-2 .bottom table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.015);
}
.prodet-page .prodet-2 .bottom table tr:nth-child(even) {
  background: transparent;
}

.prodet-page .prodet-2 h3{font-size: 26px;
  color: #333;
  font-family: "roboto-bold";
  margin-bottom: 20px;
  font-weight: bold;}
.prodet-page .prodet-3 {
  padding: 40px 0;
}
.prodet-page .prodet-3 h3 {
  font-size: 26px;
  color: #333;
  font-family: "roboto-bold";
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .inner-banner {
    height: 400px;
    padding-top: 180px;
  }
  .inner-banner h2,.inner-banner h1 {
    font-size: 40px;
  }
  .product-page .top {
    padding: 15px;
  }
  .product-page .bottom ul li .content h5 {
    font-size: 17px;
  }
  .news-page .box ul li {
    padding: 15px;
  }
  .news-page .box ul {
    margin: -15px;
  }
  .factory-page h2,
  .about-page h2,
  .contact-page h3,
  .about-page .about-1 .list ul li h6,
  .qualityControl-page .qualityControl-3 h2,.qualityControl-page h2.title {
    font-size: 32px;
  }
  .factory-page .factory-1 .box .right ul li h6 {
    font-size: 21px;
  }
  .factory-page .factory-1 .box .right ul li p {
    font-size: 14px;
  }
  .factory-page .factory-2 .box {
    padding-top: 60px;
  }
  .factory-page .factory-2 .box .left .text {
    font-size: 16px;
    line-height: 2;
  }
  .factory-page .factory-2 .box .left .list {
    margin-top: 60px;
  }
  .factory-page .factory-2 .box .left .list ul li {
    margin-bottom: 30px;
  }
  .factory-page .factory-2 .box .left .list ul li h5 {
    font-size: 20px;
  }
  .qualityControl-page .qualityControl-1 .box {
    top: -80px;
  }
  .qualityControl-page .qualityControl-1 .box:after {
    bottom: -155px;
    width: 30px;
    border-radius: 15px;
  }
  .qualityControl-page .qualityControl-2 .box {
    padding-top: 70px;
  }
  .qualityControl-page .qualityControl-2 .box ul li p {
    font-size: 16px;
    margin-top: 30px;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow,
  .about-page .about-3 .box ul .slick-arrow {
    z-index: 1;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-next,
  .about-page .about-3 .box ul .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-prev,
  .about-page .about-3 .box ul .slick-arrow.slick-prev {
    left: 0;
    right: auto;
  }
  .inner-banner.about {
    height: 600px;
    padding-top: 220px;
  }
  .about-page .about-1 .box .right .text p {
    padding-top: 20px;
  }
  .about-page .about-1 .box .right .text {
    font-size: 16px;
    line-height: 2.4;
  }
  .about-page .about-2 .box ul li .box2 h6 {
    font-size: 20px;
  }
  .about-page .about-2 .box ul li .box2 .content p {
    font-size: 16px;
  }
  .about-page .about-2 {
    padding: 70px 0;
  }
  .contact-page .left .share ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .contact-page .left .info {
    margin: 40px 0 60px;
  }
  .contact-page {
    padding: 80px 0;
  }
  .about-page .about-1 .list ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .box .right .text {
    line-height: 2;
  }
  .about-page .about-2 .box ul li {
    padding: 10px;
  }
  .about-page .about-2 .box ul {
    margin: -10px;
  }
  .about-page .about-3 .box ul li {
    padding: 7px;
  }
  .about-page .about-3 .box ul {
    margin: -7px;
  }
  .about-page .about-4 .box {
    padding-top: 50px;
  }
  .about-page .about-4 {
    padding: 50px 0;
  }
  .about-page .about-4 .box ul li h5 {
    font-size: 20px;
  }
  .about-page .about-4 .box ul li .content .text {
    font-size: 14px;
  }
  .qualityControl-page h2.title small {
    font-size: 15px;
  }
  .qualityControl-page .qualityControl-1 .box {
    padding: 40px 30px;
  }
  .qualityControl-page .qualityControl-1 .box .list {
    margin-top: 40px;
  }
  .qualityControl-page .qualityControl-2 .box ul li {
    padding: 0 40px;
  }
  .qualityControl-page .qualityControl-2 .box ul {
    margin: 0 -40px;
  }
  .qualityControl-page .qualityControl-3 .box ul li {
    padding: 5px;
  }
  .qualityControl-page .qualityControl-3 .box ul {
    margin: -5px;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-dots {
    padding: 20px 0;
  }
  .qualityControl-page .qualityControl-3 .box {
    padding-top: 30px;
  }
  .factory-page .factory-1 .box .right ul li {
    margin-bottom: 30px;
  }
  .factory-page .factory-2 .box .left .text {
    font-size: 16px;
  }
  .factory-page .factory-2 .box .left .list {
    margin-top: 40px;
  }
  .factory-page .factory-2 .box .left .list ul li .line span {
    padding: 3px 10px;
  }
  .factory-page .factory-2 .box .left .list ul li .line span i {
    height: 8px;
  }
  .factory-page .factory-2 .box .left .list ul li h5 {
    font-size: 18px;
  }
  .news-page .box {
    padding: 30px 0;
  }
  .news-page .box ul li p {
    display: none;
  }
  .news-page {
    padding: 50px 0;
  }
  .news-page .box ul li h4 {
    font-size: 16px;
  }
  .news-page .nav ul li {
    font-size: 14px;
  }
  .product-page .top h6 {
    font-size: 16px;
  }
  .product-page .top .search form input,
  .product-page .top .cat .cat-list span {
    font-size: 16px;
  }
  .product-page .top .cat .cat-list span {
    width: 350px;
  }
  .product-page .bottom ul li .content h5 {
    font-size: 15px;
    line-height: 28px;
    height: 80px;
  }
  .product-page .bottom ul li .content p {
    font-size: 14px;
    margin-top: 5px;
  }
  .product-page {
    padding: 40px 0;
  }
  .product-page .bottom {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .categoryintro{
    display: none!important;
  }
  .product-page .bottom {
    padding-top: 0;
  }
  .product-page .bottom ul li .content {
    padding: 10px;
  }
  .product-page .bottom ul li .content p {
    font-size: 14px;
	line-height:28px;
	height:58px;
  }
  .inner-banner {
    height: 320px;
    padding-top: 140px;
  }
  .inner-banner h2,.inner-banner h1 {
    font-size: 32px;
  }
  .news-page .box ul li h4 {
    font-size: 14px;
    line-height: 28px;
  }
  .news-page .box ul li {
    padding: 5px;
  }
  .news-page .box ul {
    margin: -5px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .factory-page .factory-1 .box .right {
    padding-right: 0;
    padding-left: 5%;
  }
  .factory-page .factory-1 .box .right ul li {
    margin-bottom: 20px;
  }
  .factory-page .factory-1 {
    padding: 50px 0;
  }
  .factory-page h2,
  .about-page h2,
  .contact-page h3,
  .about-page .about-1 .list ul li h6,
  .qualityControl-page .qualityControl-3 h2,.qualityControl-page h2.title {
    font-size: 26px;
  }
  .factory-page .factory-2 .box .left .text {
    font-size: 14px;
  }
  .factory-page .factory-2 .box .left .list ul li {
    margin-bottom: 15px;
  }
  .factory-page .factory-2 .box .left .list ul li .title i {
    max-width: 26px;
  }
  .factory-page .factory-2 .box .left .list ul li .title {
    padding-left: 50px;
  }
  .factory-page .factory-2 .box .left .list ul li h5 {
    font-size: 16px;
  }
  .factory-page .factory-2 {
    padding: 60px 0;
  }
  .factory-page .factory-2 .box {
    padding-top: 40px;
  }
  .qualityControl-page .qualityControl-1 .box {
    padding: 30px 15px;
    top: -50px;
  }
  .qualityControl-page .qualityControl-1 .box:after {
    bottom: -110px;
    height: 80px;
  }
  .qualityControl-page .qualityControl-2 .box ul li {
    padding: 0 15px;
  }
  .qualityControl-page .qualityControl-2 .box ul {
    margin: 0 -15px;
  }
  .qualityControl-page .qualityControl-2 .box ul li p {
    font-size: 15px;
    line-height: 1.8;
  }
  .qualityControl-page .qualityControl-2 .box ul li i {
    max-width: 200px;
  }
  .qualityControl-page .qualityControl-2 .box {
    padding-top: 40px;
  }
  .qualityControl-page .qualityControl-2 {
    padding: 50px 0;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow,
  .about-page .about-3 .box ul .slick-arrow {
    display: none !important;
  }
  #footer .footer-top ul li dl dd {
    font-size: 13px;
	line-height:26px;
  }
  .about-page .about-1 .box .right .text {
    font-size: 14px;
    line-height: 30px;
  }
  .about-page .about-1 .box .right .text p {
    padding-top: 10px;
  }
  .about-page .about-1 .box {
    padding: 40px 0;
  }
  .about-page .about-1 .list ul {
    padding: 0;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-2 .box ul li .box2 h6 {
    font-size: 17px;
    bottom: 10px;
  }
  .about-page .about-4 .box ul li h5 {
    font-size: 17px;
  }
  .about-page .about-4 .box {
    padding-top: 30px;
  }
  .inner-banner.about {
    height: 440px;
    padding-top: 180px;
  }
  .inner-banner .play {
    max-width: 40px;
    margin-top: 20px;
  }
  .contact-page .left .info ul li {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .contact-page .left .share ul li {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
  .contact-page {
    padding: 60px 0;
  }
  .news-page .box ul li{
    width: calc(33.333% - 20px);
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .top{
    display: none
  }
  .about-page .about-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-1 .box .left {
    display: none;
  }
  .about-page .about-1 {
    padding-top: 50px;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-2 .box ul li {
    width: 50%;
  }
  .about-page .about-3 .box ul .slick-dots,
  .qualityControl-page .qualityControl-3 .box ul .slick-dots,
  .factory-page .factory-1 .box .slick-arrow {
    display: none !important;
  }
  .about-page .about-3 .box {
    padding-top: 30px;
  }
  .qualityControl-page h2.title small {
    margin-top: 5px;
  }
  .qualityControl-page .qualityControl-1 .box .img {
    padding-right: 3%;
  }
  .qualityControl-page .qualityControl-1 .box .text h5 {
    font-size: 18px;
  }
  .qualityControl-page .qualityControl-1 .box .text p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .qualityControl-page .qualityControl-1 .box .text .dots {
    display: none !important;
  }
  .qualityControl-page .qualityControl-2 .box ul li p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .factory-page .factory-1 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .factory-page .factory-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .factory-page .factory-2 .box .left {
    padding-right: 0;
    width: 100%;
  }
  .factory-page .factory-2 .box .right {
    display: none;
  }
  .factory-page .factory-2 .box {
    padding-top: 25px;
  }
  .inner-banner {
    height: 280px;
    padding-top: 100px;
  }
  .inner-banner.about {
    height: 300px;
    padding-top: 100px;
  }
  .contact-page .left .info {
    margin: 20px 0;
  }
  .contact-page .left .info ul li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
  .inner-page .form ul li {
    width: 100%;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 5px 10px;
  }
  .inner-page .form ul li textarea {
    height: 120px;
  }
  .inner-page .form ul li input[type="submit"] {
    padding: 4px 30px;
    font-size: 16px;
    margin-top: 0;
  }
  .inner-page .form {
    margin-top: 20px;
  }
  .contact-page {
    padding: 40px 0;
  }
  .contact-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .contact-page .right {
    width: 100% !important;
    padding-left: 0;
    padding-top: 40px;
  }
  .contact-page .left .share {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .news-page .box ul li{
    width: calc(50% - 20px);
  }
  .news-page .nav ul li{
    width: 30%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .box .right .text{
    text-align: left;
  }
  .factory-page .factory-2 .box .left .text{
    text-align: left;
  }
  .inner-banner {
    height: 280px;
    padding-top: 70px;
    background-size: cover;
  }
  .inner-banner.about {
    height: 180px;
    padding-top: 50px;
  }
  .inner-banner h2,.inner-banner h1 {
    font-size: 20px;
    line-height:28px;
  }

h1.paishih1, .paishipro, .paiyejiao, .inner-banner h2.paishicp, .paishihide  {
    display: none !important;
}













  .product-page .top .cat .cat-list span {
    width: 170px;
  }
  .product-page .top {
    display: block;
  }
  .product-page .top .cat .cat-list span {
    line-height: 36px;
    height: 36px;
    font-size: 14px;
  }
  .product-page .top .search {
    display: inline-block;
vertical-align: middle;
margin-left: auto!important;
  }
  .product-page .top .cat .cat-list ul li {
    font-size: 12px;
  }
  .about-page .about-1 .box {
    padding-top: 20px;
  }
  .about-page .about-2 .box ul li .box2 .content p {
    font-size: 13px;
    line-height: 1.4;
  }
  .about-page .about-2 .box {
    padding-top: 20px;
  }
  .about-page .about-4 .box ul li .right,
  .about-page .about-4 .box ul li .left {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .about-page .about-4 .box ul li .left {
    padding-left: 10px !important;
  }
  .about-page .about-4 .box ul {
    padding-left: 20px;
  }
  .about-page .about-4 .box ul:after {
    left: 2px;
    top: 42px;
  }
  .about-page .about-4 .box ul li:after {
    left: -18px;
    top: 42px;
  }
  .factory-page h2,
  .about-page h2,
  .contact-page h3,
  .about-page .about-1 .list ul li h6,
  .qualityControl-page .qualityControl-3 h2,.qualityControl-page h2.title {
    font-size: 22px;
    line-height: 32px;
  }
  .qualityControl-page .qualityControl-1 .box {
    top: 0;
  }
  .qualityControl-page .qualityControl-1 {
    padding: 30px 0;
  }
  .qualityControl-page .qualityControl-1 .box:after {
    display: none;
  }
  .factory-page .factory-2 .box .left .list ul li .tag {
    display: block;
    width: 100%;
    padding-left: 50px;
    margin-top: 5px;
  }
  .factory-page .factory-2 .box .left .list ul li .line {
    width: 70%;
  }
  .prodet-page .prodet-1 {
    padding: 40px 0;
  }
  .prodet-page .prodet-1 .right h3,.prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 16px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 22px;
  }
  .factory-page .factory-2 .box .left .list ul li .title {
    width: 100%;
    margin-left: 0;
  }
  .factory-page .factory-2 .box .left .list ul li .title .tag {
    display: inline-block;
    float: right;
    width: auto;
    margin-top: 0;
  }
  .factory-page .factory-2 .box .left .list ul li .title h5 {
    display: inline-block;
  }
  .factory-page .factory-2 .box .left .list ul li .title i {
    top: 0;
  }
  .factory-page .factory-2 .box .left .list ul li .line {
    width: 100%;
    margin: 10px 0;
  }
  .factory-page .factory-2 .box .left .list ul li .tag {
    display: none;
  }
  .prodet-page .prodet-2 .bottom table tbody {
    min-width: 900px;
  }
  .inner-page .form ul li input[type=submit] {
    -webkit-appearance:none;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 15px;
  }
  .factory-page .factory-2 .box .left .list ul li .title .tag {
    max-width: 60%;
  }
  .news-page .nav ul li{
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .news-page .nav {
    display: none;
  }
  .prodet-page .prodet-2 .bottom table td {
    padding: 8px 5px;
  }
  .prodet-page .prodet-2 .bottom {
    font-size: 14px;
  }
  .prodet-page .prodet-2 .bottom h3.tit {
    font-size: 22px;
  }
  .news-page .box {
    padding-top: 0;
  }
  .factory-page .factory-1 .box {
    margin-top: 25px;
  }
  .factory-page .factory-1 .box .right ul li h6 {
    font-size: 18px;
    line-height: 1.3;
  }
  .factory-page .factory-1 .box .right ul li p {
    font-size: 13px;
  }
  .factory-page .factory-2 {
    padding: 20px 0;
  }
  .qualityControl-page .qualityControl-1 .box .list {
    margin-top: 20px;
  }
  .qualityControl-page .qualityControl-1 .box .text {
    margin-top: 20px;
  }
  .qualityControl-page .qualityControl-1 .box .text p {
    margin-top: 10px;
  }
  .about-page .about-1 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-2 .box ul li {
    width: 100%;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .prodet-page .prodet-1 .left .slick {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .right .content {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .right .share ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 5px;
  }
  .prodet-page .prodet-1 .right .share h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .top ul li {
    padding: 5px 20px;
  }
  .prodet-page .prodet-2 .bottom {
    padding: 20px 15px;
  }
  .factory-page .factory-2 .box .left .list ul li .title .tag {
    padding-left: 0;
    display: block;
    float: none;
    max-width: none;
  }
  .news-page .box ul li {
    width: calc(100% - 10px);
  }
}
#recommPro{
  margin:40px 0 60px;
}
#recommPro h3.reTit{
    font-size: 26px;
    color: #333;
    font-family: "roboto-bold";
    margin-bottom: 20px;
    font-weight: 700;
}
#recommPro li{
  padding: 15px;
  background: #fff;
}
#recommPro li h3{
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0
}
.prodet-page .prodet-2 p {
  font-size: 16px;
  line-height: 2;
}
.shangxia{
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.newboxname{
  width: 33%;
}


/*.about2-page .about-1 {
    padding: 30px 0 80px;
}*/
.about2-page .about-1 .text {
    width: 60%;
    padding-right: 2%;padding-top: 50px;
}
.about2-page .about-1 .text span.h2 {
    font-size: 30px;
    font-weight: 700;
    max-width: 24em;
}
.about2-page .about-1 .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 3em;
}
.about2-page .about-1 .img {
    width: 40%;
}
.about2-page .about-1 .list {
    margin-top: 45px;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}
.about2-page .about-1 .list ul li span {
    font-size: 66px;
    font-weight: bold;
    color: var(--color);
    line-height: 1;
    display: block;
}
.about2-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: .1em;
}
.about2-page .about-1 .list ul li p {
    font-size: 18px;
    opacity: .8;
    display: block;
}
.about2-page .about-2 {
    text-align: center;
    padding: 260px 0;
}
.about2-page .about-2 .play {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}
.about2-page .about-3 {
    padding: 90px 0;
}
.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}
.about2-page .about-3 .left img{
  width: 100%
}
.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    padding: 0 8%;
}
.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}
.about2-page .about-3 .right span.h2:before {
    content: '';
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: .5em;
}
.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: var(--color);
    color: white;
}
.about2-page .about-4 .left {
    width: 60%;
    vertical-align: bottom;
}
.about2-page .about-4 .left span.h2 {
    color: inherit;
    text-transform: uppercase;
}
.about2-page .about-4 .right {
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}
.about2-page .about-4 .right a.more {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 3em;
    height: 3em;
    /*padding: 0 3em;*/
    border-radius: 1.5em;
    border: 1px solid white;
    transition: .5s;
    display: inline-block;
}
.about2-page .about-4 .right a.more:hover {
    background-color: black;
}
.about2-page .about-5 {
    padding: 80px 0 120px;
}
.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}
.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}
.about2-page .about-5 .left span.h2 {
    text-transform: uppercase;
}
.about2-page .about-5 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}
.about2-page .about-5 .right ul {
    margin: -25px;
}
.about2-page .about-5 .right ul li {
    padding: 25px;
}
.about2-page .about-5 .right ul li img {
    width: 100%;
}
.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}
.about2-page .about-6 {
    padding: 90px 0 70px;
    background-color: #efefef;
}
.about2-page .about-6 span.h2 {
    margin-bottom: 1em;
}
.about2-page .about-6 .box .left {
    width: 76.5%;
    padding-right: 20px;
}
.about2-page .about-6 .box .right {
    width: 23.5%;
}
.about2-page .about-6 .box img {
    width: 100%;
}
.about2-page .about-6 .box .right ul {
    margin: -10px;
}
.about2-page .about-6 .box .right ul li {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}

.about2-page.productAbout .about-1 {
    padding: 110px 0;
}
.about2-page.productAbout .about-1 span.h2 {
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (max-width: 1000px) {
   .about2-page .about-1 .text,.about2-page .about-3 .right,
    .about2-page .about-4 .right,.about2-page .about-4 .left,
    .about2-page .about-5 .left,.about2-page .about-5 .right,
    .about2-page .about-6 .box .left,.technology-page .technology-1 .left {
        width: 100%;
        padding: 0;
    }
    .about2-page .about-1 .img,.about2-page .about-3 .left,.about2-page .about-6 .box .right {
        display: none;
    }
    .about2-page .about-1 .text span.h2,.inner-page span.h2,.application-page .application-2 .box span.h2 {
        font-size: 24px;
    }
    .about2-page .about-1 .text .con,.about2-page .about-1 .list ul li p,.about2-page .about-5 .left .text {
        font-size: 14px;
    }
    .about2-page .about-1 .list ul li span {
        font-size: 32px;
    }
    .about2-page .about-2 {
        padding: 120px 0;
    }
    .about2-page .about-2 .play {
        max-width: 70px;
    }
    .about2-page .about-3 .right span.h2 {
        margin-bottom: 2em;
    }
    .about2-page .about-4 .left {
        margin-bottom: 20px;
    }
    .about2-page .about-4,.about2-page .about-3,.about2-page .about-1,.about2-page .about-5,.about2-page .about-6
    {
        padding: 50px 0;
    }
}

@media screen and (max-width: 500px) {
  
    .about2-page .about-1 .list ul li {
        width: 50%;
        padding: 5px;
    }
    .about2-page .about-1 .text span.h2, .inner-page span.h2 {
        font-size: 20px;
    }
}