.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.tsformcommon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tsformY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tsformX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.banner{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
.banner .banner-html5zoo {
  overflow: hidden;
}
.banner .banner-html5zoo .html5zoo-arrow-left-0,
.banner .banner-html5zoo .html5zoo-arrow-right-0 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  background: url(/images/slide_icon.png) no-repeat !important;
  background-size: auto 100% !important;
  display: block !important;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .banner .banner-html5zoo .html5zoo-arrow-left-0,
  .banner .banner-html5zoo .html5zoo-arrow-right-0 {
    width: 25px !important;
    height: 37.5px !important;
  }
}
.banner .banner-html5zoo:hover .html5zoo-arrow-left-0,
.banner .banner-html5zoo:hover .html5zoo-arrow-right-0 {
  visibility: visible;
}
.banner .banner-html5zoo .html5zoo-arrow-left-0 {
  left: 50px !important;
  background-position: 0 0 !important;
}
@media screen and (max-width: 767px) {
  .banner .banner-html5zoo .html5zoo-arrow-left-0 {
    left: 20px !important;
  }
}
.banner .banner-html5zoo .html5zoo-arrow-right-0 {
  right: 50px !important;
  background-position: -40px 0 !important;
}
@media screen and (max-width: 767px) {
  .banner .banner-html5zoo .html5zoo-arrow-right-0 {
    right: 20px !important;
    background-position: -25px 0 !important;
  }
}
.banner .banner-html5zoo .html5zoo-arrow-left-1,
.banner .banner-html5zoo .html5zoo-arrow-right-1 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  display: block !important;
  visibility: hidden;
}
.banner .banner-html5zoo:hover .html5zoo-arrow-left-1,
.banner .banner-html5zoo:hover .html5zoo-arrow-right-1 {
  visibility: visible;
}
.banner .banner-html5zoo .html5zoo-arrow-left-1 {
  left: 50px !important;
  background-position: 0 0 !important;
}
.banner .banner-html5zoo .html5zoo-arrow-right-1 {
  right: 50px !important;
  background-position: -40px 0 !important;
}
.html5zoo-text-0{
  display: none !important;
}
.banner .banner-html5zoo .html5zoo-nav {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner .banner-html5zoo .html5zoo-nav {
    margin-top: -30px !important;
  }
}
.banner .html5zoo-bullet-wrapper-0 {
  padding-top: 5px;
  display: inline-block !important;
}
.banner .banner-html5zoo .html5zoo-bullet-span {
  float: none !important;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #ffffff;
  margin: 0 4px;
  outline: none;
  border-radius: 50%;
  background-color: #fff !important;
  opacity: 1 !important;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .banner .banner-html5zoo .html5zoo-bullet-span {
    width: 10px !important;
    height: 10px !important;
  }
}
.banner .banner-html5zoo .html5zoo-bullet-span::before,
.banner .banner-html5zoo .html5zoo-bullet-span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 50%;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.banner .banner-html5zoo .html5zoo-bullet-span::before {
  z-index: 5;
  content: '';
  width: 142.85714286%;
  height: 142.85714286%;
  border: 1px solid #fff;
}
.banner .banner-html5zoo .html5zoo-bullet-span::after {
  z-index: 3;
  width: 57.14285714%;
  height: 57.14285714%;
  background-color: #fff;
}
.banner .banner-html5zoo .html5zoo-bullet-span.active {
  background-color: transparent !important;
  border-color: transparent !important;
}
.banner .banner-html5zoo .html5zoo-bullet-span.active::before {
  opacity: 1;
}
.banner .banner-html5zoo .html5zoo-bullet-span.active::after {
  opacity: 1;
}
.banner .html5zoo-timer-0 {
  height: 3px !important;
  background-color: #02ad9d !important;
}
.index-hot-product .item,
.product-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .index-hot-product .item:hover img,
  .product-list .item:hover img {
    transform: scale(1.05);
  }
  .index-hot-product .item:hover h4,
  .product-list .item:hover h4 {
    color: #ffffff;
    background-color: #373f3e;
  }
}
.index-hot-product .item .img-box
{
  padding-bottom: 100%;
  border:#efefef solid 1px;
  
}
.product-list .item .img-box {
  padding-bottom: 99%;
  border:#efefef solid 1px;  
}
.index-hot-product .item .img-box img,
.product-list .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-hot-product .item h4
{

    margin: 0;
  padding: 0 5px;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  color: #222222;
  background-color: #f1f1f1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-list .item h4 {
  margin: 0;
  padding: 0 5px;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  color: #222222;
  background-color: #f1f1f1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .index-hot-product .item h4,
  .product-list .item h4 {
    font-size: 14px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .item h4,
  .product-list .item h4 {
    font-size: 13px;
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .index-hot-product .item h4,
  .product-list .item h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .index-hot-product .item h4,
  .product-list .item h4 {
    font-size: 10px;
  }
}
.index-hot-product {
  overflow: hidden;
}
.index-hot-product .index-hot-slick {
  position: relative;
}
@media screen and (max-width: 767px) {
  .index-hot-product .index-hot-slick {
    padding-bottom: 60px;
  }
}
.index-hot-product .index-hot-slick .hot-slick {
  position: static;
}
.index-hot-product .index-hot-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .index-hot-product .index-hot-slick .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .index-hot-slick .slick-list {
    margin: 0 -7.5px;
  }
}
.index-hot-product .index-hot-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .index-hot-product .index-hot-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .index-hot-slick .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .index-hot-slick .slick-list .slick-slide > div:nth-child(1) {
    margin-bottom: 10px;
  }
}
.index-hot-product .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 0;
  border: 1px solid #999999;
  background-color: transparent;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-hot-product .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .slick-arrow {
    top: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .index-hot-product .slick-arrow:hover {
    border-color: #02ad9d;
    background-color: #02ad9d;
  }
  .index-hot-product .slick-arrow:hover::before {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .index-hot-product .slick-arrow:active {
    border-color: #02ad9d;
    background-color: #02ad9d;
  }
  .index-hot-product .slick-arrow:active::before {
    color: #fff;
  }
}
.index-hot-product .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  content: '\e647';
  color: #999999;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-hot-product .slick-arrow::before {
    font-size: 25px;
  }
}
.index-hot-product .slick-prev {
  left: 7.8125%;
}
@media screen and (max-width: 1439px) {
  .index-hot-product .slick-prev {
    left: 20px;
  }
}
@media screen and (max-width: 1439px) {
  .index-hot-product .slick-prev {
    left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .slick-prev {
    left: calc(50% - 40px);
    transform: translate(-7.5px, -100%);
  }
}
.index-hot-product .slick-next {
  right: 7.8125%;
}
@media screen and (max-width: 1439px) {
  .index-hot-product .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 1439px) {
  .index-hot-product .slick-next {
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .slick-next {
    right: calc(50% - 40px);
    transform: translate(7.5px, -100%);
  }
}
.index-hot-product .slick-next::before {
  content: '\ebb5';
}
@keyframes iconrotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  25% {
    transform: translate(-50%, -50%) rotateZ(-10deg);
  }
  50% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  75% {
    transform: translate(-50%, -50%) rotateZ(15deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
}
.num {
  text-align: center;
}
.num ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .num ul {
    margin: -10px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .num ul {
    margin: -7.5px;
  }
}
@media screen and (max-width: 480px) {
  .num ul {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .num ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .num ul li {
    padding: 7.5px;
  }
}
.num ul li:nth-child(1) {
  width: 15.60283688%;
}
@media screen and (max-width: 991px) {
  .num ul li:nth-child(1) {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  .num ul li:nth-child(1) {
    width: 50%;
  }
}
.num ul li:nth-child(2) {
  width: 19.85815603%;
}
@media screen and (max-width: 991px) {
  .num ul li:nth-child(2) {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  .num ul li:nth-child(2) {
    width: 50%;
  }
}
.num ul li:nth-child(3) {
  width: 16.31205674%;
}
@media screen and (max-width: 991px) {
  .num ul li:nth-child(3) {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  .num ul li:nth-child(3) {
    width: 50%;
  }
}
.num ul li:nth-child(4) {
  width: 19.14893617%;
}
@media screen and (max-width: 991px) {
  .num ul li:nth-child(4) {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  .num ul li:nth-child(4) {
    width: 50%;
  }
}
.num ul li:nth-child(5) {
  width: 17.37588652%;
}
@media screen and (max-width: 991px) {
  .num ul li:nth-child(5) {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  .num ul li:nth-child(5) {
    width: 50%;
  }
}
.num h5 {
  margin: 0;
  font-size: 68px;
  line-height: 1;
  color: #363e3d;
  font-family: 'Roboto Bold';
}
@media screen and (max-width: 1439px) {
  .num h5 {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .num h5 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .num h5 {
    font-size: 30px;
  }
}
.num h5 sup {
  top: -45px;
  left: -3px;
  font-family: 'Roboto Regular';
  font-size: 30px;
}
@media screen and (max-width: 1439px) {
  .num h5 sup {
    top: -25px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .num h5 sup {
    left: 0;
    top: -20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .num h5 sup {
    top: -15px;
    font-size: 18px;
  }
}
.num p {
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
}
@media screen and (max-width: 1439px) {
  .num p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .num p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .num p {
    font-size: 13px;
  }
}
.index-about {
  overflow: hidden;
}
.index-about .about-intro {
  overflow: hidden;
  text-align: center;
}
.index-about .about-intro .intro-inner {
  display: block;
  margin: 0 auto;
  max-width: 1150px;
}
.index-about .about-intro .txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  /*display: -webkit-box;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-about .about-intro .txt {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .about-intro .txt {
    font-size: 14px;
  }
}
.index-about .about-intro .video-btn {
  display: inline-block;
  margin-top: 25px;
  font-size: 16px;
  line-height: 50px;
  color: #02ad9d;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .index-about .about-intro .video-btn {
    line-height: 40px;
    font-size: 15px;
  }
}
.index-about .about-intro .video-btn::before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e746';
  font-size: 50px;
  color: #02ad9d;
}
@media screen and (max-width: 1199px) {
  .index-about .about-intro .video-btn::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin-right: 5px;
  }
}
.index-about .about-advantage {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-about .about-advantage::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 70px);
  background: url(/images/about_1_bgg.jpg) no-repeat center;
  background-size: cover;
}
.index-about .about-advantage ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 991px) {
  .index-about .about-advantage ul {
    margin: -10px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .about-advantage ul {
    margin: -7.5px;
  }
}
.index-about .about-advantage ul li {
  width: 33.33333%;
  padding: 15px;
}
@media screen and (max-width: 991px) {
  .index-about .about-advantage ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .about-advantage ul li {
    width: 50%;
    padding: 7.5px;
  }
}
.index-about .about-advantage .item {
  height: 100%;
  padding: 70px 35px 45px;
  text-align: center;
  background-color: #f6f7f6;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .index-about .about-advantage .item {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-advantage .item {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .about-advantage .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .index-about .about-advantage .item:hover span::before {
    animation: iconrotate 1s 0s linear;
  }
}
.index-about .about-advantage .item span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 20px;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 1199px) {
  .index-about .about-advantage .item span {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-advantage .item span {
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
  }
}
.index-about .about-advantage .item span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
  color: #02ad9d;
}
@media screen and (max-width: 1199px) {
  .index-about .about-advantage .item span::before {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-advantage .item span::before {
    font-size: 35px;
  }
}
.index-about .about-advantage .item span::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -20px;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #cccfce;
}
@media screen and (max-width: 1199px) {
  .index-about .about-advantage .item span::after {
    top: -10px;
    left: -10px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-advantage .item span::after {
    width: 40px;
    height: 40px;
  }
}
.index-about .about-advantage .item .icon-41kejichuangxin-rongyu::before {
  font-size: 60px;
}
@media screen and (max-width: 1199px) {
  .index-about .about-advantage .item .icon-41kejichuangxin-rongyu::before {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-advantage .item .icon-41kejichuangxin-rongyu::before {
    font-size: 45px;
  }
}
.index-about .about-advantage .item h5 {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.25;
  color: #222222;
  font-family: 'Roboto Medium';
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-about .about-advantage .item h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-advantage .item h5 {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
.index-about .about-advantage .item .txt {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .index-about .about-advantage .item .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-advantage .item .txt {
    font-size: 14px;
  }
}
.index-about .about-advantage .intro {
  padding: 35px 0 60px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .index-about .about-advantage .intro {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .about-advantage .intro {
    padding: 30px 0;
  }
}
.index-about .about-advantage .intro h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
  color: #ffffff;
  font-family: 'Roboto Bold';
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-about .about-advantage .intro h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .about-advantage .intro h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .about-advantage .intro h3 {
    font-size: 16px;
  }
}
.index-about .about-advantage .intro .more-btn {
  margin-top: 12px;
  display: inline-block;
  width: 180px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-family: 'Roboto Bold';
  text-transform: uppercase;
  background-color: #02ad9d;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .index-about .about-advantage .intro .more-btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .about-advantage .intro .more-btn:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4) inset;
  }
}
.index-main-category {
  overflow: hidden;
  background-color:#f6f7f6;
}
.index-main-category .main-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 33.3333333%);
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .index-main-category .main-category-grid {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .index-main-category .main-category-grid {
    margin: 0 -7.5px;
  }
}
@media screen and (max-width: 480px) {
  .index-main-category .main-category-grid {
    grid-template-columns: repeat(2, 50%);
  }
}
.index-main-category .main-category-grid li {
  overflow: hidden;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .index-main-category .main-category-grid li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-main-category .main-category-grid li {
    padding: 0 7.5px;
  }
}

.index-main-category .main-category-grid li.img-box {
  padding-bottom: 100%;
}
/*
.index-main-category .main-category-grid li:nth-child(1) .img-box,
.index-main-category .main-category-grid li:nth-child(5) .img-box {
  padding-bottom: 71.11111111%;
}
.index-main-category .main-category-grid li:nth-child(3) .img-box,
.index-main-category .main-category-grid li:nth-child(4) .img-box {
  padding-bottom: 120%;
}
.index-main-category .main-category-grid li:nth-child(2) .img-box {
  padding-bottom: 197.77777778%;
}
.index-main-category .main-category-grid li:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
}
@media screen and (max-width: 480px) {
  .index-main-category .main-category-grid li:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
.index-main-category .main-category-grid li:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 480px) {
  .index-main-category .main-category-grid li:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 4;
  }
}
.index-main-category .main-category-grid li:nth-child(3) .hover-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .index-main-category .main-category-grid li:nth-child(3) .hover-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-main-category .main-category-grid li:nth-child(3) .hover-item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .index-main-category .main-category-grid li:nth-child(3) .hover-item {
    margin-bottom: 0;
  }
}
.index-main-category .main-category-grid li:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 4;
}
@media screen and (max-width: 480px) {
  .index-main-category .main-category-grid li:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 6;
  }
}
.index-main-category .main-category-grid li:nth-child(4) .hover-item {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .index-main-category .main-category-grid li:nth-child(4) .hover-item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-main-category .main-category-grid li:nth-child(4) .hover-item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .index-main-category .main-category-grid li:nth-child(4) .hover-item {
    margin-top: 0;
  }
}
.index-main-category .main-category-grid li:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}
@media screen and (max-width: 480px) {
  .index-main-category .main-category-grid li:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 7;
  }
}
@media screen and (max-width: 480px) {
  .index-main-category .main-category-grid li:nth-child(-n+5):nth-child(n+3) .hover-item {
    margin-top: 15px;
  }
}*/
.index-main-category .hover-item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .index-main-category .hover-item:hover .pic img {
    transform: scale(1.05);
  }
  .index-main-category .hover-item:hover .txt .txt1 {
    opacity: 0;
  }
}
.index-main-category .hover-item .pic {
  display: block;
}
.index-main-category .hover-item .pic img {
  transition: all 0.55s;
  -webkit-transition: all 0.55s;
}
.index-main-category .hover-item .txt .txt1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 12px 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.62);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .index-main-category .hover-item .txt .txt1 {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 991px) {
  .index-main-category .hover-item .txt .txt1 {
    padding: 8px 5px;
  }
}
@media screen and (max-width: 767px) {
  .index-main-category .hover-item .txt .txt1 {
    padding: 5px;
  }
}
.index-main-category .hover-item .txt .txt1 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  font-family: 'Roboto Medium';
}
@media screen and (max-width: 1439px) {
  .index-main-category .hover-item .txt .txt1 a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .index-main-category .hover-item .txt .txt1 a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .index-main-category .hover-item .txt .txt1 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-main-category .hover-item .txt .txt1 a {
    font-size: 14px;
  }
}
.index-main-category .hover-item .txt .txt2 {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.62);
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .index-main-category .hover-item .txt .txt2 {
    display: none !important;
  }
}
.index-main-category .hover-item .txt .txt2 .inner {
  position: relative;
  width: 100%;
  padding: 40px;
  text-align: center;
    margin-bottom: 140px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .index-main-category .hover-item .txt .txt2 .inner {
    padding: 25px;
    padding-bottom: 60px;
    margin-bottom: 25px;
  }
}
.index-main-category .hover-item .txt .txt2 .inner h4 {
  margin: 0 0 8px;
}
@media screen and (max-width: 1439px) {
  .index-main-category .hover-item .txt .txt2 .inner h4 {
    margin-bottom: 5px;
  }
}
.index-main-category .hover-item .txt .txt2 .inner h4 a {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  font-family: 'Roboto Medium';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .index-main-category .hover-item .txt .txt2 .inner h4 a {
    font-size: 22px;
  }
}
.index-main-category .hover-item .txt .txt2 .inner h4 a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 34px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #fff;
  content: '\e619';
}
.index-main-category .hover-item .txt .txt2 .inner .intro {
  font-size: 15px;
  line-height: 1.46666667;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
 
@media screen and (max-width: 1439px) {
 
}
 
.index-case {
  overflow: hidden;
  padding: 50px 0;
  background-color: #f6f7f6;
}
@media screen and (max-width: 767px) {
  .index-case {
    padding: 30px 0;
  }
}
.index-case .left-pic {
  float: left;
  width: 51.06382979%;
}
@media screen and (max-width: 600px) {
  .index-case .left-pic {
    float: none;
    width: 100%;
  }
}
.index-case .left-pic .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .index-case .left-pic .item:hover img {
    transform: scale(1.05);
  }
}
.index-case .left-pic .item .img-box {
  padding-bottom: 58.88888889%;
}
.index-case .left-pic .item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-case .right-intro {
  float: right;
  width: 43.97163121%;
  padding-top: 70px;
}
@media screen and (max-width: 1439px) {
  .index-case .right-intro {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-case .right-intro {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .index-case .right-intro {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
}
.index-case .right-intro .title h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.33333333;
  color: #02ad9d;
  text-transform: uppercase;
  font-family: 'Roboto Medium';
}
.index-case .right-intro .slider-nav {
  position: relative;
  padding-bottom: 105px;
}
@media screen and (max-width: 1439px) {
  .index-case .right-intro .slider-nav {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .index-case .right-intro .slider-nav {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .index-case .right-intro .slider-nav {
    padding-bottom: 50px;
  }
}
.index-case .right-intro .slider-nav .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 0;
  border: 1px solid #999999;
  background-color: transparent;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-case .right-intro .slider-nav .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .index-case .right-intro .slider-nav .slick-arrow {
    left: calc(50% - 10px);
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 1200px) {
  .index-case .right-intro .slider-nav .slick-arrow:hover {
    border-color: #02ad9d;
    background-color: #02ad9d;
  }
  .index-case .right-intro .slider-nav .slick-arrow:hover::before {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .index-case .right-intro .slider-nav .slick-arrow:active {
    border-color: #02ad9d;
    background-color: #02ad9d;
  }
  .index-case .right-intro .slider-nav .slick-arrow:active::before {
    color: #fff;
  }
}
.index-case .right-intro .slider-nav .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  content: '\e647';
  color: #999999;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-case .right-intro .slider-nav .slick-arrow::before {
    font-size: 25px;
  }
}
.index-case .right-intro .slider-nav .slick-next {
  left: 20px;
  transform: translateX(100%);
}
@media screen and (max-width: 600px) {
  .index-case .right-intro .slider-nav .slick-next {
    left: calc(50% + 10px);
    transform: translateX(0);
  }
}
.index-case .right-intro .slider-nav .slick-next::before {
  content: '\ebb5';
}
.index-case .right-intro .item .item-title {
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  .index-case .right-intro .item .item-title {
    padding-top: 0;
  }
}
.index-case .right-intro .item .item-title a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .index-case .right-intro .item .item-title a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .index-case .right-intro .item .item-title a {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .index-case .right-intro .item .item-title a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .index-case .right-intro .item .item-title a:hover {
    color: #02ad9d;
  }
}
.index-case .right-intro .item .item-txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-family: 'Roboto Medium';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-case .right-intro .item .item-txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index-case .right-intro .item .item-txt {
    margin-top: 5px;
    font-size: 14px;
  }
}
.index-case .right-intro .item .item-txt p {
  position: relative;
  text-indent: 2em;
}
@media screen and (max-width: 991px) {
  .index-case .right-intro .item .item-txt p {
    text-indent: 1em;
  }
}
.index-case .right-intro .item .item-txt p::before {
  position: absolute;
  left: -30px;
  top: 0;
  display: inline-block;
  content: '“';
  font-size: 46px;
  line-height: 1;
  font-family: 'Roboto Bold';
  color: #02ad9d;
}
@media screen and (max-width: 991px) {
  .index-case .right-intro .item .item-txt p::before {
    left: -15px;
    font-size: 30px;
  }
}
.index-new {
  overflow: hidden;
}
.index-new .new-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .index-new .new-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-list {
    margin: 0 -7.5px;
  }
}
.index-new .new-list li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .index-new .new-list li {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .index-new .new-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-list li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .index-new .new-list li {
    width: 100%;
  }
}
.index-new .item {
  min-height: 100%;
  padding: 13px;
  background-color: #f1f1f1;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 767px) {
  .index-new .item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .index-new .item:hover {
    background-color: #373f3e;
  }
  .index-new .item:hover .item-pic img {
    transform: scale(1.05);
  }
  .index-new .item:hover .item-intro .intro-date {
    background-color: #02ad9d;
  }
  .index-new .item:hover .item-intro .intro-title a {
    color: #fff;
  }
  .index-new .item:hover .item-intro .intro-txt {
    color: #fff;
    border-bottom-color: #d4d4d4;
  }
  .index-new .item:hover .item-intro .intro-more {
    color: #02ad9d;
  }
}
.index-new .item .item-pic {
  display: block;
}
.index-new .item .item-pic .img-box {
  padding-bottom: 75.29411765%;
}
.index-new .item .item-pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-new .item .item-intro {
  position: relative;
  padding-top: 35px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .index-new .item .item-intro {
    padding-top: 25px;
  }
}
.index-new .item .item-intro .intro-date {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 18px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  background-color: #373f3e;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .index-new .item .item-intro .intro-date {
    left: 5px;
    padding: 0 15px;
    line-height: 25px;
    font-size: 12px;
  }
}
.index-new .item .item-intro .intro-title {
  text-align: left;
}
.index-new .item .item-intro .intro-title a {
  display: inline-block;
  max-width: 100%;
  font-size: 20px;
  line-height: 1.25;
  color: #333333;
  font-family: 'Roboto Bold';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .index-new .item .item-intro .intro-title a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .item .item-intro .intro-title a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .index-new .item .item-intro .intro-title a:hover {
    text-decoration: underline;
  }
}
.index-new .item .item-intro .intro-txt {
  padding: 8px 0 34px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .index-new .item .item-intro .intro-txt {
    padding: 5px 0 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .item .item-intro .intro-txt {
    padding: 5px 0 20px;
    font-size: 14px;
  }
}
.index-new .item .item-intro .intro-txt .txt-inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-new .item .item-intro .intro-more {
  display: inline-block;
  margin-top: 3px;
  font-size: 16px;
  line-height: 34px;
  color: #666666;
  text-decoration: underline;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .index-new .item .item-intro .intro-more {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .item .item-intro .intro-more {
    font-size: 14px;
    line-height: 25px;
  }
}
.index-subscribe {
  overflow: hidden;
  background: url("/images/newsletter_bg.jpg");
  background-size: cover;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .index-subscribe {
    padding: 30px 0;
  }
}
.index-subscribe .content {
  display: block;
  margin: 0 auto;
}
.index-subscribe .content .title {
  text-align: center;
  padding-bottom: 20px;
}
.index-subscribe .content .title h2 {
  margin: 0;
  font-size: 26px;
  line-height: 2;
  color: #fff;
  font-family: 'Roboto Bold';
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-subscribe .content .title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-subscribe .content .title h2 {
    font-size: 20px;
  }
}
.index-subscribe .content .title p {
  padding-top: 2px;
  font-size: 18px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .index-subscribe .content .title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .index-subscribe .content .title p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .index-subscribe .content .title p {
    font-size: 12px;
  }
}
.index-subscribe .content form {
  overflow: hidden;
  display: block;
  padding: 5px;
  height: 50px;
  border-radius: 25px;
  background-color: #373f3e;
}
@media screen and (max-width: 1199px) {
  .index-subscribe .content form {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-subscribe .content form {
    height: 40px;
    padding: 3px;
  }
}
.index-subscribe .content form input {
  float: left;
  width: calc(100% - 110px);
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  .index-subscribe .content form input {
    width: calc(100% - 40px);
  }
}
.index-subscribe .content form input::-webkit-input-placeholder,
.index-subscribe .content form textarea::-webkit-input-placeholder {
  color: #fff;
}
.index-subscribe .content form input:-o-placeholder,
.index-subscribe .content form textarea:-o-placeholder {
  color: #fff;
}
.index-subscribe .content form input::-moz-placeholder,
.index-subscribe .content form textarea::-moz-placeholder {
  color: #fff;
}
.index-subscribe .content form input:-ms-input-placeholder,
.index-subscribe .content form textarea:-ms-input-placeholder {
  color: #fff;
}
.index-subscribe .content form input:focus::-webkit-input-placeholder,
.index-subscribe .content form textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.index-subscribe .content form input:focus::-o-placeholder,
.index-subscribe .content form textarea:focus::-o-placeholder {
  color: #ababab;
}
.index-subscribe .content form input:focus::-moz-placeholder,
.index-subscribe .content form textarea:focus::-moz-placeholder {
  color: #ababab;
}
.index-subscribe .content form input:focus::-ms-input-placeholder,
.index-subscribe .content form textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.index-subscribe .content form button {
  float: right;
  width: 110px;
  height: 100%;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #02ad9d;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 480px) {
  .index-subscribe .content form button {
    width: 40px;
    font-size: 0;
  }
}
@media screen and (min-width: 1200px) {
  .index-subscribe .content form button:hover {
    box-shadow: -10px 0 5px rgba(0, 0, 0, 0.3) inset;
  }
}
.index-subscribe .content form button::after {
  display: inline-block;
  padding-right: 5px;
  transform: rotateY(180deg);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e893';
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .index-subscribe .content form button::after {
    padding-right: 0;
  }
}
.about-company {
  overflow: hidden;
}
.about-company .info {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about-company .info {
    background-color: #f7f6f6;
  }
}
.about-company .info .content {
  position: relative;
  z-index: 1;
}
.about-company .info .content::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 999999%;
  height: 999999%;
  background-color: #f7f6f6;
}
@media screen and (max-width: 991px) {
  .about-company .info .content::before {
    display: none;
  }
}
.about-company .info .graphic {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .about-company .info .graphic {
    display: block;
    max-width: 750px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
.about-company .info .graphic-txt {
  width: 50.78125%;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}
@media screen and (max-width: 1439px) {
  .about-company .info .graphic-txt {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .info .graphic-txt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-company .info .graphic-txt {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.about-company .info .graphic-pic {
  width: 49.21875%;
}
@media screen and (max-width: 991px) {
  .about-company .info .graphic-pic {
    width: 100%;
    padding-top: 30px;
  }
}
.about-company .info .txt-inner {
  max-width: 720px;
  padding-right: 60px;
}
@media screen and (max-width: 1439px) {
  .about-company .info .txt-inner {
    max-width: 570px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .info .txt-inner {
    max-width: 470px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-company .info .txt-inner {
    max-width: 100%;
    padding-right: 0;
  }
}
.about-company .info .txt-inner .intro {
  padding-top: 15px;
  font-size: 18px;
  line-height: 2;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .about-company .info .txt-inner .intro {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .info .txt-inner .intro {
    font-size: 14px;
  }
}
.about-company .info .img-box {
  padding-bottom: 59.25925926%;
}
.about-company .profile {
  overflow: hidden;
}
.about-company .profile ul {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .about-company .profile ul {
    padding-top: 10px;
  }
}
.about-company .profile ul li {
  width: 50%;
  padding: 0 40px;
}
@media screen and (max-width: 1439px) {
  .about-company .profile ul li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .profile ul li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .profile ul li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .about-company .profile ul li {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .about-company .profile ul li:hover h5 {
    color: #02ad9d;
  }
  .about-company .profile ul li:hover .txt {
    color: #02ad9d;
  }
}
.about-company .profile ul li:nth-child(1),
.about-company .profile ul li:nth-child(2) {
  padding-bottom: 55px;
  border-bottom: 1px dashed #e8e8e8;
}
@media screen and (max-width: 1439px) {
  .about-company .profile ul li:nth-child(1),
  .about-company .profile ul li:nth-child(2) {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .profile ul li:nth-child(1),
  .about-company .profile ul li:nth-child(2) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .about-company .profile ul li:nth-child(1),
  .about-company .profile ul li:nth-child(2) {
    padding-bottom: 15px;
    border-bottom: none;
  }
}
.about-company .profile ul li:nth-child(3),
.about-company .profile ul li:nth-child(4) {
  padding-top: 55px;
}
@media screen and (max-width: 1439px) {
  .about-company .profile ul li:nth-child(3),
  .about-company .profile ul li:nth-child(4) {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .profile ul li:nth-child(3),
  .about-company .profile ul li:nth-child(4) {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .about-company .profile ul li:nth-child(3),
  .about-company .profile ul li:nth-child(4) {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.about-company .profile ul li:nth-child(even) {
  border-left: 1px dashed #e8e8e8;
}
@media screen and (max-width: 480px) {
  .about-company .profile ul li:nth-child(even) {
    border-left: none;
  }
}
.about-company .profile ul h5 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #333333;
  font-family: 'Roboto Medium';
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .about-company .profile ul h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .profile ul h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .profile ul h5 {
    font-size: 18px;
  }
}
.about-company .profile ul .txt {
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .about-company .profile ul .txt {
    padding-top: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .profile ul .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .profile ul .txt {
    font-size: 13px;
  }
}
.about-company .certificate {
  overflow: hidden;
}
.about-company .certificate .certificate-pic {
  position: relative;
}
.about-company .certificate .certificate-slick {
  position: static;
}
.about-company .certificate .certificate-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .about-company .certificate .certificate-slick .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .certificate .certificate-slick .slick-list {
    margin: 0 -7.5px;
  }
}
.about-company .certificate .certificate-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .about-company .certificate .certificate-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .certificate .certificate-slick .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}
.about-company .certificate .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  font-size: 0;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .about-company .certificate .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about-company .certificate .slick-arrow:hover::before {
    color: #02ad9d;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .certificate .slick-arrow:active::before {
    color: #02ad9d;
  }
}
.about-company .certificate .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d5d5d5;
  font-size: 35px;
  content: '\e756';
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .about-company .certificate .slick-arrow::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .certificate .slick-arrow::before {
    color: #adadad;
  }
}
.about-company .certificate .slick-prev {
  left: 5.20833333%;
}
.about-company .certificate .slick-next {
  right: 5.20833333%;
}
.about-company .certificate .slick-next::before {
  content: '\ebb6';
}
.about-company .certificate .item {
  display: block;
  border: 1px solid #c0c0c0;
  padding: 14px;
}
@media screen and (max-width: 480px) {
  .about-company .certificate .item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .about-company .certificate .item:hover .img-box::before {
    left: 200%;
    transform: translateX(0) skewx(-10deg);
    transition: all 1.5s;
  }
}
.about-company .certificate .item .img-box {
  padding-bottom: 143.33333333%;
}
.about-company .certificate .item .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 150px;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  overflow: hidden;
  transform: translateX(-100%) skewx(-25deg);
  transition: all 0;
  z-index: 5;
}
.about-company .factory {
  overflow: hidden;
}
.about-company .factory ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 1439px) {
  .about-company .factory ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .factory ul {
    margin: -10px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .factory ul {
    margin: -7.5px;
  }
}
.about-company .factory ul li {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .about-company .factory ul li {
    margin-bottom: 0;
    padding: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .factory ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .factory ul li {
    padding: 7.5px;
  }
}
@media screen and (max-width: 480px) {
  .about-company .factory ul li {
    width: 50%;
  }
}
.about-company .factory ul .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .about-company .factory ul .item:hover img {
    transform: scale(1.05);
  }
}
.about-company .factory ul .item .img-box {
  padding-bottom: 66.66666667%;
}
.about-company .factory ul .item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-service {
  overflow: hidden;
}
.about-service .service-list {
  padding: 110px 0;
}
@media screen and (max-width: 1439px) {
  .about-service .service-list {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1199px) {
  .about-service .service-list {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-service .service-list {
    padding: 30px 0;
  }
}
.about-service .service-list li {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about-service .service-list li {
    margin-bottom: 15px;
  }
}
.about-service .service-list li .pic,
.about-service .service-list li .intro {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about-service .service-list li .pic,
  .about-service .service-list li .intro {
    width: 100%;
  }
}
.about-service .service-list li:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .about-service .service-list li:nth-child(odd) {
    flex-direction: row;
  }
}
.about-service .service-list li:nth-child(odd) .intro {
  padding-right: 105px;
}
@media screen and (max-width: 1439px) {
  .about-service .service-list li:nth-child(odd) .intro {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .about-service .service-list li:nth-child(odd) .intro {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-service .service-list li:nth-child(odd) .intro {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-service .service-list li:nth-child(odd) .intro {
    padding-right: 0;
  }
}
.about-service .service-list li:nth-child(even) .intro {
  padding-left: 105px;
}
@media screen and (max-width: 1439px) {
  .about-service .service-list li:nth-child(even) .intro {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .about-service .service-list li:nth-child(even) .intro {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-service .service-list li:nth-child(even) .intro {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-service .service-list li:nth-child(even) .intro {
    padding-left: 0;
  }
}
.about-service .service-list .pic {
  display: block;
}
.about-service .service-list .pic .img-box {
  padding-bottom: 59.57446809%;
}
.about-service .service-list .intro {
  margin-top: 95px;
}
@media screen and (max-width: 1439px) {
  .about-service .service-list .intro {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .about-service .service-list .intro {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-service .service-list .intro {
    margin-top: 15px;
  }
}
.about-service .service-list .intro .intro-title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #222222;
  font-family: 'Roboto Medium';
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .about-service .service-list .intro .intro-title h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .about-service .service-list .intro .intro-title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-service .service-list .intro .intro-title h2 {
    font-size: 18px;
  }
}
.about-service .service-list .intro .intro-inner {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .about-service .service-list .intro .intro-inner {
    padding-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-service .service-list .intro .intro-inner {
    font-size: 14px;
  }
}
.about-case {
  overflow: hidden;
}
.about-case .case-list {
  overflow: hidden;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .about-case .case-list {
    margin: 0 -10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-case .case-list {
    margin: 0 -7.5px;
    padding-bottom: 15px;
  }
}
.about-case .case-list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .about-case .case-list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-case .case-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-case .case-list li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
.about-case .case-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .about-case .case-list .item:hover img {
    transform: scale(1.05);
  }
}
.about-case .case-list .item .img-box {
  padding-bottom: 58.88888889%;
}
.about-case .case-list .item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-details {
  overflow: hidden;
}
.page-details .page-details-title {
  padding-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title {
    padding-bottom: 15px;
  }
}
.page-details .page-details-title h1 {
  margin-bottom: 13px;
}
.page-details .page-details-title .date {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Roboto Medium';
  color: #02ad9d;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-title .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title .date {
    font-size: 14px;
  }
}
.page-details .page-details-title .date::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  font-size: 21px;
  content: '\e63a';
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title .date::before {
    font-size: 18px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-title .date::before {
    font-size: 16px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title .date::before {
    font-size: 14px;
  }
}
.page-details .page-details-content {
  padding: 35px 0 60px;
  border-top: 1px solid #c6ccca;
  border-bottom: 1px solid #c6ccca;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-content {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-content {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.page-details .page-details-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #171717;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-content p {
    font-size: 14px;
  }
}
.page-details .page-details-content p img {
  max-width: 100%;
  height: auto !important;
}
.page-details .page-details-share {
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-share {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-share {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-share {
    padding-top: 30px;
  }
}
.page-details .page-details-share b {
  float: left;
  padding-right: 8px;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-share b {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-share b {
    font-size: 16px;
  }
}
.page-details .page-details-share .share-box {
  float: left;
}
.page-details .page-details-link {
  padding-top: 35px;
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-link {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link {
    padding-top: 15px;
    display: block;
  }
}
.page-details .page-details-link .link-left {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link .link-left {
    width: 100%;
    padding-bottom: 10px;
  }
}
.page-details .page-details-link .link-right {
  width: 100%;
  text-align: left;
  flex-shrink: 0;
}
@media screen and (max-width: 767px){
.page-details .page-details-link .link-right {
  text-align: left;
}
}

@media screen and (max-width: 1199px) {
  .page-details .page-details-link .link-right a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-link .link-right a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link .link-right a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-details .page-details-link .link-right a:hover {
    color: #02ad9d;
    text-decoration: underline;
  }
}
.page-details .page-details-link p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 2.5;
  color: #171717;
}
.page-details .page-details-link p span { color:#0000FF}
@media screen and (max-width: 1199px) {
  .page-details .page-details-link p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-link p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-details .page-details-link p a:hover {
    color: #02ad9d;
    text-decoration: underline;
  }
}
.page-details .page-details-link p:nth-child(2) {
  margin-top: 10px;
}
@keyframes iconmove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.about-download {
  overflow: hidden;
}
.about-download .common-title h2 {
  text-transform: capitalize;
}
.about-download .download-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .about-download .download-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .about-download .download-list {
    margin: 0 -7.5px;
    padding-bottom: 15px;
  }
}
.about-download .download-list li {
  width: 33.3333333%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .about-download .download-list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about-download .download-list li {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .about-download .download-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-download .download-list li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .about-download .download-list li {
    width: 100%;
  }
}
.about-download .item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 100%;
  background-color: #f4f4f4;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .about-download .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .about-download .item:hover .item-btn a {
    color: #fff;
  }
  .about-download .item:hover .item-btn a::before {
    transform: translateY(0);
  }
  .about-download .item:hover .item-btn a::after {
    color: #fff;
    animation: iconmove 2s 0s linear infinite;
  }
}
.about-download .item .item-intro {
  width: 100%;
  padding: 30px;
  padding-top: 35px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 1439px) {
  .about-download .item .item-intro {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-download .item .item-intro {
    padding: 15px;
  }
}
.about-download .item .item-intro .intro-title {
  display: inline-block;
  max-width: 100%;
  font-size: 24px;
  line-height: 1.25;
  color: #333333;
  font-family: 'Roboto Bold';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .about-download .item .item-intro .intro-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-download .item .item-intro .intro-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about-download .item .item-intro .intro-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .about-download .item .item-intro .intro-title:hover {
    color: #02ad9d;
  }
}
.about-download .item .item-intro .intro-txt {
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1439px) {
  .about-download .item .item-intro .intro-txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about-download .item .item-intro .intro-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-download .item .item-intro .intro-txt {
    font-size: 13px;
  }
}
.about-download .item .item-btn {
  width: 100%;
}
.about-download .item .item-btn a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px;
  border-top: 1px solid #d1d1d1;
  text-align: right;
  font-size: 16px;
  line-height: 45px;
  color: #333333;
  background-color: #e6e6e6;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .about-download .item .item-btn a {
    font-size: 15px;
    padding: 0 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-download .item .item-btn a {
    font-size: 14px;
    padding: 0 20px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about-download .item .item-btn a {
    font-size: 13px;
    padding: 0 15px;
    line-height: 30px;
  }
}
.about-download .item .item-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background-color: #02ad9d;
  z-index: -1;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.about-download .item .item-btn a::after {
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  font-size: 35px;
  content: '\ebb4';
  transition: color 0.35s;
  -webkit-transition: color 0.35s;
}
@media screen and (max-width: 1439px) {
  .about-download .item .item-btn a::after {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-download .item .item-btn a::after {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-download .item .item-btn a::after {
    font-size: 20px;
  }
}
.about-new .new-list {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about-new .new-list {
    margin-bottom: 15px;
  }
}
.about-new .new-list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .about-new .new-list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-new .new-list li {
    margin-bottom: 15px;
  }
}
.about-new .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 13px;
  padding-right: 80px;
  background-color: #f1f1f1;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .about-new .item {
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-new .item {
    padding-right: 0;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .about-new .item:hover {
    background-color: #373f3e;
  }
  .about-new .item:hover .item-pic img {
    transform: scale(1.05);
  }
  .about-new .item:hover .item-intro .intro-date {
    color: #fff;
    background-color: #02ad9d;
  }
  .about-new .item:hover .item-intro .intro-title a {
    color: #fff;
  }
  .about-new .item:hover .item-intro .intro-txt {
    color: #fff;
  }
  .about-new .item:hover .item-intro .intro-more a {
    color: #02ad9d;
  }
}
.about-new .item .item-pic {
  display: block;
  width: 325px;
  flex-shrink: 0;
  padding-top:40px;
  padding-left:20px;
}
@media screen and (max-width: 1199px) {
  .about-new .item .item-pic {
    width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .about-new .item .item-pic {
    width: 100%;
  }
}
.about-new .item .item-pic .img-box {
  padding-bottom: 75.29411765%;
}
.about-new .item .item-pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-new .item .item-intro {
  width: calc(100% - 380px);
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .about-new .item .item-intro {
    padding-top: 20px;
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 991px) {
  .about-new .item .item-intro {
    width: 100%;
  }
}
.about-new .item .item-intro .intro-date {
  display: inline-block;
  padding: 0 18px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  background-color: #373f3e;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .about-new .item .item-intro .intro-date {
    padding: 0 15px;
    line-height: 25px;
    font-size: 12px;
  }
}
.about-new .item .item-intro .intro-title {
  padding-top: 15px;
}
.about-new .item .item-intro .intro-title a {
  display: inline-block;
  max-width: 100%;
  font-size: 24px;
  line-height: 1.25;
  color: #333333;
  font-family: 'Roboto Bold';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .about-new .item .item-intro .intro-title a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-new .item .item-intro .intro-title a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .about-new .item .item-intro .intro-title a:hover {
    color: #02ad9d;
    text-decoration: underline;
  }
}
.about-new .item .item-intro .intro-txt {
  padding-top: 10px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1439px) {
  .about-new .item .item-intro .intro-txt {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-new .item .item-intro .intro-txt {
    padding-bottom: 15px;
  }
}
.about-new .item .item-intro .intro-txt .txt-inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about-new .item .item-intro .intro-more {
  padding-top: 12px;
  text-align: right;
}
@media screen and (max-width: 1439px) {
  .about-new .item .item-intro .intro-more {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-new .item .item-intro .intro-more {
    padding-top: 5px;
  }
}
.about-new .item .item-intro .intro-more a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-decoration: underline;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .about-new .item .item-intro .intro-more a {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-new .item .item-intro .intro-more a {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-container {
  overflow: hidden;
}
.product-container .row-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .product-container .row-container {
    display: block;
    padding: 0;
  }
}
.product-container .row-container .column-left {
  width: 20.14388489%;
}
.product-container .row-container .column-right {
  width: 75.53956835%;
}
@media screen and (max-width: 1199px) {
  .product-container .row-container .column-right {
    width: 100%;
  }
}
.product-container .p-nav1 > li {
  margin-bottom: 10px;
}
.product-container .p-nav1 > li:last-child {
  margin-bottom: 0;
}
.product-container .p-nav1 > li:hover > a {
  color: #fff;
  background-color: #02ad9d;
}
.product-container .p-nav1 > li:hover > a::before {
  color: #fff;
}
.product-container .p-nav1 > li > a {
  display: block;
  padding: 18px 20px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 1.25;
  color: #222222;
  font-family: 'Roboto Medium';
  background-color: #d9d9d9;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav1 > li > a {
    padding: 15px;
    padding-right: 40px;
    font-size: 19px;
  }
}
.product-container .p-nav1 > .more > a {
  position: relative;
}
.product-container .p-nav1 > .more > a > button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav1 > .more > a > button {
    right: 0;
  }
}
.product-container .p-nav1 > .more > a > button::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  content: '\e602';
  color: #222222;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav1 > .more > a > button::before {
    font-size: 23px;
  }
}
.product-container .p-nav1 > .active > a {
  color: #fff;
  background-color: #02ad9d;
}
.product-container .p-nav1 > .active > a > button {
  transform: translateY(-50%) rotateZ(-90deg);
}
.product-container .p-nav1 > .active > a > button::before {
  color: #fff;
}
.product-container .p-nav2 {
  display: none;
}
.product-container .p-nav2 > li {
  margin-top: 10px;
}
.product-container .p-nav2 > li:hover > a {
  color: #fff;
  background-color: #03a191;
}
.product-container .p-nav2 > li:hover > a > button::before {
  background-color: #fff;
}
.product-container .p-nav2 > li:hover > a > button::after {
  background-color: #fff;
}
.product-container .p-nav2 > li > a {
  display: block;
  padding: 13px 20px;
  padding-right: 40px;
  font-size: 16px;
  color: #333333;
  font-family: 'Roboto Medium';
  line-height: 1.5;
  background-color: #f2f2f2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav2 > li > a {
    padding: 10px 15px;
    padding-right: 40px;
    font-size: 15px;
  }
}
.product-container .p-nav2 > .more > a {
  position: relative;
}
.product-container .p-nav2 > .more > a > button {
  position: relative;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: transparent;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav2 > .more > a > button {
    right: 0;
  }
}
.product-container .p-nav2 > .more > a > button::before,
.product-container .p-nav2 > .more > a > button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 2px;
  background-color: #333333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product-container .p-nav2 > .more > a > button::after {
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.product-container .p-nav2 > .active > a {
  color: #fff;
  background-color: #03a191;
}
.product-container .p-nav2 > .active > a > button::before {
  background-color: #fff;
}
.product-container .p-nav2 > .active > a > button::after {
  background-color: #fff;
  top: 60%;
  opacity: 0;
}
.product-container .p-nav3 {
  display: none;
  padding-top: 7px;
}
.product-container .p-nav3 > li {
  margin-bottom: 2px;
}
.product-container .p-nav3 > li:hover > a {
  text-decoration: underline;
}
.product-container .p-nav3 > li:last-child {
  margin-bottom: 0;
}
.product-container .p-nav3 > li > a {
  display: block;
  padding: 5px 20px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 1.57142857;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav3 > li > a {
    padding: 2px 15px;
    padding-right: 30px;
    font-size: 13px;
  }
}
.product-container .p-nav3 > .active > a {
  text-decoration: underline;
}
.product-container .xs-p-nav {
  padding-bottom: 30px;
}
.product-container .xs-p-nav ul li {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  font-family: 'Roboto Medium';
}
@media screen and (max-width: 767px) {
  .product-container .xs-p-nav ul li {
    font-size: 14px;
  }
}
.product-container .xs-p-nav ul li::before {
  margin-right: 2px;
  content: ">";
}
.product-container .xs-p-nav ul > .active {
  color: #02ad9d;
}
.product-container .xs-p-nav ul > .active a {
  text-decoration: underline;
}
.product-container .notfound-bar {
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar {
    padding-bottom: 25px;
  }
}
.product-container .notfound-bar h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: #02ad9d;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar h2 {
    font-size: 20px;
  }
}
.product-container .notfound-bar .txt {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #757575;
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar .txt {
    font-size: 14px;
  }
}
.product-container .notfound-bar .tip {
  position: relative;
  margin-top: 20px;
  padding: 15px 20px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #fff;
  border: 1px solid #02ad9d;
  background-color: #03a998;
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar .tip {
    padding: 10px 15px;
    padding-left: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar .tip {
    font-size: 14px;
  }
}
.product-container .notfound-bar .tip::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64c';
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar .tip::before {
    font-size: 15px;
    left: 5px;
  }
}
.product-page .product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .product-page .product-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .product-list {
    margin: 0 -7.5px;
    margin-bottom: 15px;
  }
}
.product-page .product-list li {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .product-page .product-list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .product-list li {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product-page .product-list li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .product-page .product-list li {
    width: 100%;
  }
}
.product-details .p-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-details .p-info .info-pic {
  width: 54.28571429%;
}
@media screen and (max-width: 767px) {
  .product-details .p-info .info-pic {
    width: 100%;
  }
}
.product-details .p-info .info-pic .item {
  position: relative;
  display: block;
}
.product-details .p-info .info-pic .item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (min-width: 1200px) {
  .product-details .p-info .info-pic .item i:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .product-details .p-info .info-pic .item i:hover::before {
    color: #02ad9d;
  }
}
.product-details .p-info .info-pic .item i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  content: '\e662';
  color: #ffffff;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-details .p-info .info-pic .item .img-box {
  padding-bottom: 98%;
  border:#efefef solid 1px;
}
.product-details .p-info .info-pic .slider-for .item i::before {
  font-size: 80px;
}
.product-details .p-info .info-pic .slider-nav {
  padding-top: 15px;
}
.product-details .p-info .info-pic .slider-nav .slick-list {
  margin: 0 -6.5px;
}
.product-details .p-info .info-pic .slider-nav .slick-list .slick-slide {
  padding: 0 6.5px;
}
.product-details .p-info .info-inner {
  width: 42.85714286%;
}
@media screen and (max-width: 767px) {
  .product-details .p-info .info-inner {
    width: 100%;
  }
}
.product-details .p-info .info-inner .inner-title {
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .product-details .p-info .info-inner .inner-title {
    padding-top: 20px;
  }
}
.product-details .p-info .info-inner .inner-title h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #222222;
  font-family: 'Roboto Medium';
}
@media screen and (max-width: 1199px) {
  .product-details .p-info .info-inner .inner-title h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-info .info-inner .inner-title h1 {
    font-size: 20px;
  }
}
.product-details .p-info .info-inner .inner-txt {
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
}
@media screen and (max-width: 1199px) {
  .product-details .p-info .info-inner .inner-txt {
    padding-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-info .info-inner .inner-txt {
    font-size: 14px;
  }
}
.product-details .p-info .info-inner .inner-btn {
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .product-details .p-info .info-inner .inner-btn {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .p-info .info-inner .inner-btn {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-info .info-inner .inner-btn {
    padding-top: 15px;
  }
}
.product-details .p-info .info-inner .inner-btn a {
  display: block;
  width: 180px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  background-color: #02ad9d;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .product-details .p-info .info-inner .inner-btn a {
    width: 150px;
    height: 35px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details .p-info .info-inner .inner-btn a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4) inset;
  }
}
.product-details .p-info .info-inner .inner-share {
  padding-top: 30px;
}
@media screen and (max-width: 1199px) {
  .product-details .p-info .info-inner .inner-share {
    padding-top: 20px;
  }
}
.product-details .p-info .info-inner .inner-share b {
  float: left;
  padding-right: 8px;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-details .p-info .info-inner .inner-share b {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-info .info-inner .inner-share b {
    font-size: 16px;
  }
}
.product-details .p-info .info-inner .inner-share .share-box {
  float: left;
}
.product-details .p-info .info-inner .inner-link {
  display: flex;
  justify-content: space-between;
  padding-top: 125px;
}
@media screen and (max-width: 1439px) {
  .product-details .p-info .info-inner .inner-link {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .product-details .p-info .info-inner .inner-link {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-info .info-inner .inner-link {
    padding-top: 20px;
  }
}
.product-details .p-info .info-inner .inner-link a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
@media screen and (min-width: 1200px) {
  .product-details .p-info .info-inner .inner-link a:hover {
    color: #444444;
  }
  .product-details .p-info .info-inner .inner-link a:hover::before {
    background-color: #444444 !important;
  }
  .product-details .p-info .info-inner .inner-link a:hover::after {
    background-color: #444444 !important;
  }
}
.product-details .p-info .info-inner .inner-link a:nth-child(1)::before {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 18px;
  content: '\e9b5';
  font-size: 12px;
  color: #ffffff;
  background-color: #999999;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-details .p-info .info-inner .inner-link a:nth-child(2)::after {
  display: inline-block;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 18px;
  content: '\e625';
  font-size: 12px;
  color: #ffffff;
  background-color: #999999;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-details .p-title {
  padding: 60px 0 25px;
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
  color: #222222;
  font-family: 'Roboto Medium';
}
@media screen and (max-width: 1439px) {
  .product-details .p-title {
    padding-top: 50px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-title {
    padding: 30px 0 20px;
    font-size: 20px;
  }
}
.product-details .p-details .inner p {
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
}
.product-details .p-details .inner p strong{ font-weight:bold !important; font-size: 22px;line-height: 2; font-family:'Roboto Medium';}
@media screen and (max-width: 1199px) {
  .product-details .p-details .inner p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-details .inner p {
    font-size: 14px;
  }
}
.product-details .p-details .inner p img {
  max-width: 100%;
  height: auto !important;
}
.product-details .p-details .inner .table-box th,
.product-details .p-details .inner .table-box tr,
.product-details .p-details .inner .table-box td {
  border-color: #222222 !important;
  background-color: #fff;
  color: #222222;
}
.product-details .p-inquire form {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 767px) {
  .product-details .p-inquire form {
    margin: -7.5px;
  }
}
.product-details .p-inquire form fieldset {
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .product-details .p-inquire form fieldset {
    padding: 7.5px;
  }
}
.product-details .p-inquire form fieldset:nth-child(1) input {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.product-details .p-inquire form fieldset:nth-child(-n+5):nth-child(n+2) {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .product-details .p-inquire form fieldset:nth-child(-n+5):nth-child(n+2) {
    width: 50%;
  }
}
.product-details .p-inquire form input,
.product-details .p-inquire form textarea {
  display: block;
  width: 100%;
  padding: 8px 30px;
  border: 1px solid #9f9f9f;
  font-size: 14px;
  line-height: 1.71428571;
  color: #999999;
}
@media screen and (max-width: 991px) {
  .product-details .p-inquire form input,
  .product-details .p-inquire form textarea {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-details .p-inquire form input::-webkit-input-placeholder,
.product-details .p-inquire form textarea::-webkit-input-placeholder {
  color: #999999;
}
.product-details .p-inquire form input:-o-placeholder,
.product-details .p-inquire form textarea:-o-placeholder {
  color: #999999;
}
.product-details .p-inquire form input::-moz-placeholder,
.product-details .p-inquire form textarea::-moz-placeholder {
  color: #999999;
}
.product-details .p-inquire form input:-ms-input-placeholder,
.product-details .p-inquire form textarea:-ms-input-placeholder {
  color: #999999;
}
.product-details .p-inquire form input:focus::-webkit-input-placeholder,
.product-details .p-inquire form textarea:focus::-webkit-input-placeholder {
  color: #e1e1e1;
}
.product-details .p-inquire form input:focus::-o-placeholder,
.product-details .p-inquire form textarea:focus::-o-placeholder {
  color: #e1e1e1;
}
.product-details .p-inquire form input:focus::-moz-placeholder,
.product-details .p-inquire form textarea:focus::-moz-placeholder {
  color: #e1e1e1;
}
.product-details .p-inquire form input:focus::-ms-input-placeholder,
.product-details .p-inquire form textarea:focus::-ms-input-placeholder {
  color: #e1e1e1;
}
.product-details .p-inquire form textarea {
  height: 230px;
}
@media screen and (max-width: 1199px) {
  .product-details .p-inquire form textarea {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-inquire form textarea {
    height: 180px;
  }
}
.product-details .p-inquire form button {
  width: 140px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #02ad9d;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  .product-details .p-inquire form button:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4) inset;
  }
}
.product-details .p-inquire form button::after {
  display: inline-block;
  margin-left: 10px;
  transform: rotateY(180deg);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  content: '\e894';
}
.product-details .p-related .product-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 991px) {
  .product-details .p-related .product-list {
    margin: -10px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-related .product-list {
    margin: -7.5px;
  }
}
.product-details .p-related .product-list li {
  width: 33.333333%;
  padding: 15px;
}
@media screen and (max-width: 991px) {
  .product-details .p-related .product-list li {
    padding: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product-details .p-related .product-list li {
    padding: 7.5px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .p-related .product-list li {
    width: 100%;
  }
}
@keyframes contacticon {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-25deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(25deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.contact-page {
  overflow: hidden;
  padding: 100px 0 120px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1439px) {
  .contact-page {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-page {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-page {
    padding: 30px 0;
  }
}
.contact-page .info {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .info .info-contact {
  width: 45.03546099%;
}

@media screen and (max-width: 991px) {
  .contact-page .info .info-contact {
    width: 100%;
  }
}
.contact-page .info .info-contact ul li {
  position: relative;
  margin-top: 30px;
  padding-left: 50px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact-page .info .info-contact ul li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .info .info-contact ul li:hover::before {
    animation: contacticon 1s 0s linear;
  }
}
.contact-page .info .info-contact ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  color: #fff;
  background-color: #02ad9d;
}
@media screen and (max-width: 767px) {
  .contact-page .info .info-contact ul li::before {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
  }
}
.contact-page .info .info-contact ul .info-contact-add::before {
  content: '\e646';
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .contact-page .info .info-contact ul .info-contact-add::before {
    font-size: 20px;
  }
}
.contact-page .info .info-contact ul .info-contact-tel::before {
  content: '\e62e';
}
.contact-page .info .info-contact ul .info-contact-fax::before {
  content: '\e9d6';
}
.contact-page .info .info-contact ul .info-contact-mobile::before {
  content: '\e633';
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .contact-page .info .info-contact ul .info-contact-mobile::before {
    font-size: 20px;
  }
}
.contact-page .info .info-contact ul .info-contact-email::before {
  content: '\e623';
}
.contact-page .info .info-contact h6,
.contact-page .info .info-contact p {
  margin: 0;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  word-break: break-word;
}
@media screen and (max-width: 1199px) {
  .contact-page .info .info-contact h6,
  .contact-page .info .info-contact p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info .info-contact h6,
  .contact-page .info .info-contact p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .info .info-contact h6 a:hover,
  .contact-page .info .info-contact p a:hover {
    color: #02ad9d;
    text-decoration: underline;
  }
}
.contact-page .info .info-contact h6 {
  flex-shrink: 0;
  margin-right: 10px;
}
.contact-page .info .info-message {
  width: 48.93617021%;
}
@media screen and (max-width: 991px) {
  .contact-page .info .info-message {
    padding-top: 30px;
    width: 100%;
  }
}
.contact-page .info .info-message .title {
  padding-bottom: 25px;
}
.contact-page .info .info-message .title p {
  padding-top: 2px;
  max-width: 645px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .contact-page .info .info-message .title p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info .info-message .title p {
    font-size: 14px;
  }
}
.contact-page .info .info-message form {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px;
}
@media screen and (max-width: 991px) {
  .contact-page .info .info-message form {
    margin: -10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info .info-message form {
    margin: -7.5px;
  }
}
.contact-page .info .info-message form fieldset {
  width: 100%;
  padding: 10px 15px;
}
@media screen and (max-width: 991px) {
  .contact-page .info .info-message form fieldset {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info .info-message form fieldset {
    padding: 7.5px;
  }
}
.contact-page .info .info-message form fieldset:nth-child(-n+4) {
  width: 50%;
}
.contact-page .info .info-message form input,
.contact-page .info .info-message form textarea {
  display: block;
  width: 100%;
  padding: 7px 20px;
  border: 1px solid #9f9f9f;
  font-size: 14px;
  line-height: 1.71428571;
  color: #999999;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .contact-page .info .info-message form input,
  .contact-page .info .info-message form textarea {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact-page .info .info-message form input::-webkit-input-placeholder,
.contact-page .info .info-message form textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact-page .info .info-message form input:-o-placeholder,
.contact-page .info .info-message form textarea:-o-placeholder {
  color: #999999;
}
.contact-page .info .info-message form input::-moz-placeholder,
.contact-page .info .info-message form textarea::-moz-placeholder {
  color: #999999;
}
.contact-page .info .info-message form input:-ms-input-placeholder,
.contact-page .info .info-message form textarea:-ms-input-placeholder {
  color: #999999;
}
.contact-page .info .info-message form input:focus::-webkit-input-placeholder,
.contact-page .info .info-message form textarea:focus::-webkit-input-placeholder {
  color: #e1e1e1;
}
.contact-page .info .info-message form input:focus::-o-placeholder,
.contact-page .info .info-message form textarea:focus::-o-placeholder {
  color: #e1e1e1;
}
.contact-page .info .info-message form input:focus::-moz-placeholder,
.contact-page .info .info-message form textarea:focus::-moz-placeholder {
  color: #e1e1e1;
}
.contact-page .info .info-message form input:focus::-ms-input-placeholder,
.contact-page .info .info-message form textarea:focus::-ms-input-placeholder {
  color: #e1e1e1;
}
.contact-page .info .info-message form textarea {
  height: 190px;
}
@media screen and (max-width: 1199px) {
  .contact-page .info .info-message form textarea {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .info .info-message form textarea {
    height: 120px;
  }
}
.contact-page .info .info-message form button {
  width: 140px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #02ad9d;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  .contact-page .info .info-message form button:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4) inset;
  }
}
.contact-page .map .map-content {
  height: 550px;
}
@media screen and (max-width: 1199px) {
  .contact-page .map .map-content {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .contact-page .map .map-content {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .map .map-content {
    height: 250px;
  }
}
.site-page {
  overflow: hidden;
}
.site-page .content h2 {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content h2 {
    text-align: center;
  }
}
.site-page .content .site-map1 > li {
  margin-bottom: 20px;
}
.site-page .content .site-map1 > li > a {
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 240px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #222222;
  border: 1px solid #dcdcdc;
  font-family: 'Roboto Bold';
  text-transform: capitalize;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 > li > a {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 > li > a:hover {
    color: #fff;
  }
  .site-page .content .site-map1 > li > a:hover::before {
    transform: translateX(0);
  }
}
.site-page .content .site-map1 > li > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color: #02ad9d;
  z-index: -1;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.site-page .content .site-map1 > li:last-child {
  margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 {
  margin-top: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 {
    padding: 0;
  }
}
.site-page .content .site-map1 .site-map2 > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 > li {
    text-align: center;
  }
}
.site-page .content .site-map1 .site-map2 > li > a {
  font-size: 16px;
  line-height: 1.875;
  color: #222222;
  white-space: nowrap;
  font-family: 'Roboto Bold';
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 .site-map2 > li a:hover {
    color: #02ad9d;
    text-decoration: underline;
  }
}
.site-page .content .site-map1 .site-map2 > li:last-child {
  margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 .site-map3 > li {
  display: inline-block;
  margin-top: 5px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 .site-map3 > li {
    padding: 0 5px;
  }
}
.site-page .content .site-map1 .site-map2 .site-map3 > li > a {
  display: block;
  white-space: nowrap;
  font-size: 13px;
  line-height: 2.14285714;
  color: #666666;
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 .site-map2 .site-map3 > li a:hover {
    color: #02ad9d;
    text-decoration: underline;
  }
}


/*======*/
.about-company .factory .factory-pic {
  position: relative;
}
.about-company .factory .factory-slick {
  position: static;
}
.about-company .factory .factory-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .about-company .factory .factory-slick .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .factory .factory-slick .slick-list {
    margin: 0 -7.5px;
  }
}
.about-company .factory .factory-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .about-company .factory .factory-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .factory .factory-slick .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}
.about-company .factory .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  font-size: 0;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .about-company .factory .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about-company .factory .slick-arrow:hover::before {
    color: #02ad9d;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .factory .slick-arrow:active::before {
    color: #02ad9d;
  }
}
.about-company .factory .slick-arrow::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d5d5d5;
  font-size: 35px;
  content: '\e756';
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .about-company .factory .slick-arrow::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company .factory .slick-arrow::before {
    color: #adadad;
  }
}
.about-company .factory .slick-prev {
  left: 8.20833333%;
}
.about-company .factory .slick-next {
  right: 8.20833333%;
}
.about-company .factory .slick-next::before {
  content: '\ebb6';
}
.about-company .factory .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .about-company .factory .item:hover .img-box img {
    transform: scale(1.05);
  }
}
.about-company .factory .item .img-box {
  padding-bottom: 66.66666667%;
}
.about-company .factory .item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}





 
