body {
  --index-main-color: #484443;
  --index-color: #0c5d9a;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#template-1686194450 .slick-arrow:hover {
  background-color: var(--index-main-color);
}
#template-1686194450:hover .slick-arrow {
  opacity: 1;
}
#template-1686194450 .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center
    rgba(0, 0, 0, 0.3);
  left: 3%;
}
#template-1686194450 .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center
    rgba(0, 0, 0, 0.3);
  right: 3%;
}
#template-1686194450 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background-size: 12px;
}
a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 2em;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  background: var(--index-color);
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
a.more:hover {
  background:var(--index-main-color);
}
#template-1686194450 li {
  position: relative;
}
#template-1686194450 li .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: white;
}
#template-1686194450 li .content .left {
  width: 45%;
  padding-right: 3%;
  vertical-align: middle;
}
#template-1686194450 li .content .left h2 {
  font-size: 42px;
  max-width: 11.9047619em;
  line-height: 1.4;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#template-1686194450 li .content .left h2 em {
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  display: block;
  opacity: 0.8;
}
#template-1686194450 li .content .left p {
  font-size: 16px;
  line-height: 30px;
  margin: 1em 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
#template-1686194450 li .content .left a.more {
  opacity: 0;
  -webkit-transition: 1s 1.8s all, 0.5s background-color;
  -moz-transition: 1s 1.8s all, 0.5s background-color;
  transition: 1s 1.8s all, 0.5s background-color;
  background-color: rgba(6, 62, 157, 0.6);
}
#template-1686194450 li .content .left a.more:hover {
  background-color: var(--index-main-color);
}
#template-1686194450 li .content .left img {
  margin-top: 25px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
#template-1686194450 li .content .right {
  width: 55%;
  padding-left: 5%;
  vertical-align: middle;
}
#template-1686194450 li .content .right .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-top: 30%;
}
#template-1686194450 li .content .right .img a {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  position: relative;
  z-index: 1;
}
#template-1686194450 li .content .right .img a:nth-child(1) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
  position: absolute;
  width: 45%;
  bottom: 88%;
  left: -12%;
}
#template-1686194450 li .content .right .img a:nth-child(2) {
  -webkit-transition-delay: 2.3s;
  -moz-transition-delay: 2.3s;
  transition-delay: 2.3s;
  max-width: 620px;
  z-index: 2;
}
#template-1686194450 li .content .right .img a:nth-child(3) {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  transition-delay: 2.5s;
  position: absolute;
  width: 50%;
  bottom: 85%;
  right: 0;
}
#template-1686194450 .slick-current li .content .left h2,
#template-1686194450 .slick-current li .content .left p,
#template-1686194450 .slick-current li .content .left img,
#template-1686194450 .slick-current li .content .left a.more {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#template-1686194450 .slick-current li .content .right .img a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#template-1686194450 {
  position: relative;
}
#template-1686194450 .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#template-1686194450 .slick-dots li {
  width: 24px;
  height: 4px;
  background-color: #d6d6d5;
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  cursor: hand;
}
#template-1686194450 .slick-dots li button {
  display: none;
}
#template-1686194450 .slick-dots li.slick-active {
  background-color: #203c69;
}
#template-1686194450 #down {
  position: absolute;
  left: 50%;
  bottom: 2%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 1700px) {
  #template-1686194450 li .content .left h2 {
    font-size: 36px;
  }
  #template-1686194450 li .content .left p {
    font-size: 16px;
  }
  a.more {
    line-height: 40px;
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1450px) {
  #template-1686194450 li .content .left h2 {
    font-size: 28px;
  }
  #template-1686194450 li .content .left p {
    font-size: 14px;
  }
  a.more {
    line-height: 32px;
    height: 32px;
    padding: 0 1.5em;
  }
  #template-1686194450 li .content .left img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #template-1686194450 li .content .left {
    margin-bottom: 3%;
  }
  #template-1686194450 {
    margin-top: 40px;
  }
  #template-1686194450 .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  #template-1686194450 li .content .left h2 {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  #template-1686194450 li .content .left p {
    display: none;
  }
  #template-1686194450 li .content .left img {
    margin-top: 15px;
  }
  #template-1686194450 li .content {
    top: 50%;
  }
}
@media screen and (max-width: 700px) {
  #template-1686194450 li .content .left {
    width: 100%;
    padding-right: 0;
  }
  #template-1686194450 li .content .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #template-1686194450 li .content .left img {
    display: none;
  }
  a.more {
    font-size: 14px;
  }
}
#index-body span.tag {
  font-size: 24px;
  font-weight: bold;
  color: var(--index-main-color);
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  line-height: 1;
}
#index-body span.h2 {
  font-size: 32px;

  font-weight: bold;
  text-transform: capitalize;
  display: block;
}

@media screen and (max-width: 1700px) {
  a.more {
    line-height: 40px;
    height: 40px;
    font-size: 15px;
  }
  #index-body span.h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1450px) {
  a.more {
    line-height: 32px;
    height: 32px;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 700px) {
  #index-body span.h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  a.more {
    font-size: 14px;
  }
}
@media screen and (max-width: 1450px) {
  .about2-page h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1250px) {
  .about2-page h2 {
    font-size: 24px;
  }
}
.template-1686195528 {
  padding: 90px 0;
}
.template-1686195528 h2.title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
}
.template-1686195528 .ui.container {
  max-width: 1440px;
}
.template-1686195528 h2 {
  text-transform: uppercase;
  text-align: center;
}
.template-1686195528 h2 em {
  font-size: 118.75%;
}
.template-1686195528 .list {
  margin-top: 65px;
}
.template-1686195528 .list ul {
  margin: 0 -30px;
}
.template-1686195528 .list ul li {
  padding: 10px 30px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.template-1686195528 .list ul li time {
  text-align: center;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.template-1686195528 .list ul li time em {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: var(--index-main-color);
  font-size: 40px;
  color: white;
  text-align: center;
  margin-bottom: 6px;
}
.template-1686195528 .list ul li .content {
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
.template-1686195528 .list ul li .content:before {
  content: "";
  width: 1px;
  height: 300%;
  background: #e1f3f3;
  position: absolute;
  left: 0;
  top: -10px;
}
.template-1686195528 .list ul li .content h3 {
  font-size: 20px;
  color: #2b2b2b;
  line-height: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.template-1686195528 .list ul li .content h3:hover {
  color: var(--index-main-color);
}
.template-1686195528 .list ul li .content .text {
  font-size: 15px;
  color: #2b2b2b;
  line-height: 28px;
  margin: 1.5em 0 2.5em;
}
.template-1686195528 .list ul li .content a.link {
  font-size: 16px;
  color: var(--index-main-color);
  display: inline-block;
  text-transform: capitalize;
}
@media screen and (max-width: 1700px) {
  .template-1686195528 h2.title {
    font-size: 28px;
  }
  .template-1686195528 .list ul li time {
    font-size: 16px;
  }
  .template-1686195528 .list ul li time em {
    font-size: 2em;
  }
}
@media screen and (max-width: 1450px) {
  .template-1686195528 h2.title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .template-1686195528 .list ul li .content .text {
    font-size: 14px;
    margin: 1em 0 1.5em;
  }
  .template-1686195528 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .template-1686195528 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .template-1686195528 h2.title {
    font-size: 20px;
  }
  .template-1686195528 .list ul li .content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .template-1686195528 .list ul li time {
    zoom: 0.7;
  }
  .template-1686195528 .list ul li .content {
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .template-1686195528 .list ul li time em {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5em;
  }
  .template-1686195528 .list ul li .content h3 {
    font-size: 18px;
  }
  .template-1686195528 .list ul li .content .text {
    font-size: 14px;
    margin: 1em 0;
  }
  .template-1686195528 .list ul li .content a.link {
    font-size: 14px;
  }
  .template-1686195528 .list ul li .content {
    padding-left: 15px;
    margin-left: 15px;
  }
  .template-1686195528 {
    padding: 50px 0;
  }
  .template-1686195528 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #template-1686194450 li .content .left {
    margin-bottom: 0;
  }
  #template-1686194450 li .content .left h2 {
    font-size: 24px;
  }
}
/* ddddd */
.sj {
  border-right: 0.6em solid var(--index-main-color);
  border-bottom: 0.6em solid var(--index-main-color);
  border-top: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-1 {
  padding: 110px 0;
}
.about-page .about-1 .left {
  width: 52%;
}
.about-page .about-1 .left span.tag {
  color: var(--index-main-color);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.about-page .about-1 .left span.h3 {
  font-size: 26px;
  display: block;
  line-height: 1.2;
}
.about-page .about-1 .left .text {
  font-size: 17px;
  color: #646464;
  line-height: 1.6;
  margin: 1.2em 0;
}
.about-page .about-1 .left .text p {
  margin-top: 1em;
}
.about-page .about-1 .left .text p:first-child {
  margin-top: 0;
}
.about-page .about-1 .right {
  width: 48%;
  padding-left: 3%;
}
.about-page .about-1 .right .list ul li {
  padding: 23px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-bottom: 1px solid #e3e3e3;
}
.about-page .about-1 .right .list ul li i.fa {
  padding: 0 0.5em;
  font-size: 28px;
  line-height: 1;
  margin-top: -0.1em;
}
.about-page .about-1 .right .list ul li .content {
  width: 100%;
}
.about-page .about-1 .right .list ul li .content span.h6 {
  font-size: 18px;
  color: #373737;
  line-height: 1.4;
  display: block;
}
.about-page .about-1 .right .list ul li .content .text {
  font-size: 15px;
  color: #646464;
  line-height: 1.4;
  margin-top: 1.2em;
  display: none;
}
.about-page .about-1 .right .list ul li span.plus {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .right .list ul li span.plus:after,
.about-page .about-1 .right .list ul li span.plus:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #a6a6a6;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-1 .right .list ul li span.plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.about-page .about-1 .right .list ul li.active span.plus:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.about-page .about-2 {
  padding: 180px 0 180px;
  color: white;
  background: url("../images/init-4-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.about-page .about-2 span.h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}
.about-page .about-2 span.h2.small {
  font-weight: normal;
}
.about-page .about-2 .list {
  margin-top: 65px;
}
.about-page .about-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about-page .about-2 .list ul li {
  width: auto;
}
.about-page .about-2 .list ul li span.h6 {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.4em;
}
.about-page .about-2 .list ul li span.h6 i {
  font-size: 0.2em;
  margin-left: 0.5em;
}
.about-page .about-2 .list ul li p {
  font-size: 18px;
  font-weight: 300;
}
.about-page .about-2 .play {
  margin-top: 45px;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .play img {
  position: relative;
  z-index: 1;
}
.about-page .about-2 .play:after,
.about-page .about-2 .play:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-2 .play:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.about-page .about-3 {
  padding: 110px 0;
}
.about-page .about-3 .list ul {
  margin: -20px;
}
.about-page .about-3 .list ul li {
  padding: 20px;
}
.about-page .about-3 .list ul li .box {
  overflow: hidden;
}
.about-page .about-3 .list ul li .box .content {
  background: var(--index-main-color);
  padding: 15px 7% 0;
  color: white;
  position: relative;
}
.about-page .about-3 .list ul li .box .content:before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  top: 100%;
  left: 0;
  background: inherit;
  -webkit-transform: skewX(-75deg);
  -moz-transform: skewX(-75deg);
  -ms-transform: skewX(-75deg);
  transform: skewX(-75deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  z-index: 1;
}
.about-page .about-3 .list ul li .box .content i {
  width: 40px;
  background: var(--index-main-color);
  padding: 20px 4px 20px;
  display: block;
  position: relative;
  top: -15px;
}
.about-page .about-3 .list ul li .box .content i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-3 .list ul li .box .content i:after {
  content: "";
  border-bottom: 6px solid var(--index-main-color);
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-page .about-3 .list ul li .box .content span.tag {
  font-size: 18px;
  display: block;
  line-height: 1.2;
  margin-top: 1em;
}
.about-page .about-3 .list ul li .box .content span.h3 {
  font-size: 26px;
  line-height: 1.2;
  display: block;
}
.about-page .about-3 .list ul li .box .content .text {
  font-size: 15px;
  line-height: 1.6;
  margin: 1em 0 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  height: 11.2em;
}
.about-page .about-3 .list ul li .box .content a.more {
  padding: 0 2em 0 0.8em;
  text-transform: capitalize;
  background: white;
  color: var(--index-main-color);
  position: relative;
  line-height: 2.5em;
  height: 2.5em;
}
.about-page .about-3 .list ul li .box .content a.more:after {
  content: "";
  border-right: 0.6em solid var(--index-main-color);
  border-bottom: 0.6em solid var(--index-main-color);
  border-top: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-3 .list ul li .box .content a.more:hover {
  background: var(--index-main-color);
  color: white;
}
.about-page .about-3 .list ul li .box .img {
  display: block;
  overflow: hidden;
}
.about-page .about-3 .list ul li .box .img img {
  width: 100%;
  transition: all 1.2s ease;
}
.about-page .about-3 .list ul li:hover .img img {
  transform: scale3d(1.05, 1.05, 1);
  transition: all 1.2s ease;
}
.about-page .about-4 {
  padding: 110px 0 80px;
  background: url("../images/about-4-bg.jpg") center center;
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
  margin-bottom: 4%;
}
.about-page .about-4:before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: -10%;
  right: 0;
  background: url("../images/about-4-2.png") right bottom no-repeat;
  background-size: 60% auto;
  position: absolute;
}
.about-page .about-4 span.h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
}
.about-page .about-4 .text {
  font-size: 16px;
  margin-top: 1em;
  display: block;
}
.about-page .about-4 .text:after {
  content: "";
  width: 2em;
  height: 0.25em;
  background: white;
  display: block;
  margin: 1em auto 0;
}
.about-page .about-4 .list {
  margin-top: 60px;
}
.about-page .about-4 .list ul li {
  padding: 0 30px;
}
.about-page .about-4 .list ul li a {
  display: block;
}
.about-page .about-4 .list ul li a img {
  display: block;
  width: 100%;
}
.about-page .slick-arrow {
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.about-page .slick-arrow.slick-prev {
  right: 100%;
  background-image: url("../images/banner-btn-l.png");
}
.about-page .slick-arrow.slick-next {
  left: 100%;
  background-image: url("../images/banner-btn-r.png");
}
.about-page .slick-arrow:hover {
  background-color: var(--index-main-color);
}
.about-page .about-5 {
  padding: 110px 0;
  text-align: center;
  overflow: hidden;
}
.about-page .about-5.inner-page{
  padding-top:0;
}
.about-page .about-5 span.h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}
.about-page .about-5 span.h2:after {
  content: "";
  width: 1.66666667em;
  height: 2px;
  display: block;
  margin: 0.5em auto 0;
  background-color: var(--index-main-color);
}
.about-page .about-5 .list {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.about-page .about-5 .list .slick-arrow {
  z-index: 6;
}
.about-page .about-5 .list .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}
.about-page .about-5 .list .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.about-page .about-5 .list ul {
  margin: 0 -15%;
  position: static;
}
.about-page .about-5 .list .slick-slide {
  -webkit-transform: translateX(170%);
  -moz-transform: translateX(170%);
  -ms-transform: translateX(170%);
  transform: translateX(170%);
  position: relative;
  z-index: 1;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-5 .list .slick-slide li {
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-5 .list .slick-slide.slick-active {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 2;
}
.about-page .about-5 .list .slick-slide.slick-active li {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page .about-5 .list .slick-slide.slick-active + div {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  z-index: 3;
}
.about-page .about-5 .list .slick-slide.slick-active + div li {
  -webkit-transform: scale(0.85714286);
  -moz-transform: scale(0.85714286);
  -ms-transform: scale(0.85714286);
  transform: scale(0.85714286);
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 4;
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
  z-index: 3;
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div li {
  -webkit-transform: scale(0.85714286);
  -moz-transform: scale(0.85714286);
  -ms-transform: scale(0.85714286);
  transform: scale(0.85714286);
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div + div {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 2;
}
.about-page
  .about-5
  .list
  .slick-slide.slick-active.slick-current
  + div
  + div
  li {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page
  .about-5
  .list
  .slick-slide.slick-active.slick-current
  + div
  + div
  + div {
  -webkit-transform: translateX(-170%);
  -moz-transform: translateX(-170%);
  -ms-transform: translateX(-170%);
  transform: translateX(-170%);
  z-index: 1;
}
.about-page
  .about-5
  .list
  .slick-slide.slick-active.slick-current
  + div
  + div
  + div
  li {
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
}
@media screen and (max-width: 1600px) {
  .about-page .about-2 .list ul li p {
    font-size: 16px;
  }
  .about-page .about-2 span.h2 {
    font-size: 28px;
  }
  .about-page .about-2 .list ul li span.h6 {
    font-size: 60px;
  }
  .about-page .about-2 {
    padding: 120px 0 200px;
  }
  .about-page .about-2 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }
  #index-body .init-3 .right .img {
    height: 500px;
  }
  .about-page .about-2 span.h2 {
    font-size: 24px;
  }
  .about-page .about-2 .list ul li span.h6 {
    font-size: 44px;
  }
  .about-page .about-2 {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-2 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .list ul li span.h6 {
    font-size: 36px;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 span.h2 {
    font-size: 20px;
  }
  .about-page .about-2 span.h2.small {
    font-size: 18px;
  }
  .about-page .about-2 .list ul li span.h6 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    padding: 5px;
  }
}
.inner-page .sideBarBox .sideBarLeft {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.inner-page .sideBarBox .sideBarLeft form {
  height: 42px;
  line-height: 42px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1em;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 42px;
  border: none;
  background-color: var(--index-color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: .3s;
}
.inner-page .sideBarBox .sideBarLeft form button:hover{
  background-color: var(--index-main-color);
}
.inner-page .sideBarBox .sideBarLeft form button img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide {
  margin-top: 50px;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
  display: block;
  padding-right: 1.5em;
  position: relative;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a.active{
  color: var(--index-color);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa {
  position: absolute;
  right: 0.3em;
  top: 0;
  font-size: 140%;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a.active i.fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a em {
  opacity: 0.6;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li:hover > a {
  color: var(--index-color);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa{
  transform: rotate(90deg);
}
/*.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li ul {
  display: none;
}*/
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li {
  padding-left: 1em;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li a {
  font-weight: normal;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list {
  margin: 10px 0;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box {
  width: 25%;
  margin-right: 4%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.inner-page
  .sideBarBox
  .sideBarLeft
  .sideBarSlide
  .list
  ul
  li
  .content
  span.h6 {
  font-size: 17px;
  width: 100%;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content .star {
  font-size: 14px;
  color: #da2519;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content time {
  font-size: 14px;
  color: var(--index-main-color);
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg {
  background-image: url("../images/sideBarImg-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 180px 10% 80px;
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg span.h3 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg .text {
  font-size: 16px;
  line-height: 32px;
  margin: 1em 0 2em;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg a.more {
  line-height: 2em;
  height: 2em;
  padding: 0 1em;
  /*background: url("../images/icon-sideBarImg-link.png") center no-repeat;*/
  background-size: 100% 100%;
  /*background-color: var(--index-main-color);*/
  border-radius: 15px;
}
.inner-page .sideBarBox .slideBarRight {
  width: 75%;
  padding-left: 2%;
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  font-size: 16px;
  line-height: 2em;
  height: 2em;
  padding: 0 1em;
  border-radius: 0.33333333em;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.33333333em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--index-color);
  color: white;
}
.product-page {
  padding: 110px 0;
}
#index-body .about .bg{
  left: 9%;
  top:-23%;
}
#index-body .about .ui.container{
  flex-wrap: wrap;
}
#index-body.inner-page .about {
  margin-top: 0;
}
#index-body.inner-page .about .left {
  padding-left: 0;
}
#index-body.inner-page .about .right{
  order: -1;
  max-width: 100%;
  width: 100%;
  padding-top: 0;
}
#index-body.inner-page .about .right .public-title{
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  position: relative;
  margin-bottom: 59px;
}
#index-body.inner-page .about .right .public-title:after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 100px;
	height: 2px;
	background-color: #484443;
}
#index-body.inner-page .about .right .intro{
  text-align: center;
  margin: 0 auto;
  max-width: 1062px;
}
#index-body.inner-page .about .left{
  width: 100%;
  padding-top: 60px;
}
#index-body.inner-page .about .left .strength-data{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1330px;
   margin: 0 auto;
}
#index-body.inner-page .about .left .strength-data li{
  margin-bottom: 15px;
}
#index-body .about .left .strength-data li .date-right{
  width: auto;
}
#index-body.inner-page .customization{
  margin-top: 31px;
  display: block!important;
}
.inner-news {
  background-color: #fcfcfc;
  -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.25);
  padding: 24px 0 25px;
}
.inner-news .ui.container {
  max-width: 1444px;
}
.inner-news .inner-news-slide li .slide-box a.title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 32px;
}
.inner-news .inner-news-slide li .slide-box .date {
  color: #1b1b1b;
  opacity: 0.8;
  font-weight: 300;
  margin-top: 9px;
  margin-bottom: 11px;
}
.inner-news .inner-news-slide li .slide-box .intro {
  color: #222222;
  opacity: 0.6;
  font-weight: 300;
  max-width: 1404px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
}





.product-page .slideBarRight h1 {
  font-size: 26px;
  line-height: 36px;
  display: block;
  font-weight: bold;

}
.product-page .slideBarRight .content {
 font-size: 16px;
    color: #545454;
    line-height: 32px;
    margin-top: 1.3em;
}
.product-page .slideBarRight .content p {
  margin-top: 1em;
}
.product-page .slideBarRight .content p:first-child {
  margin-top: 0;
}
.product-page .slideBarRight .list {
  margin: 30px 0 70px;
}
.product-page .slideBarRight .list ul {
  margin: -25px -15px;
}
.product-page .slideBarRight .list ul li {
  padding: 25px 15px;
}
.product-page .slideBarRight .list ul li .box {
  display: block;
  padding: 15px 5%;
  position: relative;
  background: #edeef0;
  z-index: 1;
}
.product-page .slideBarRight .list ul li .box:before {
  content: "";
  width: 100%;
  height: 55%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--index-main-color);
  z-index: -1;
  opacity: 0;
}
.product-page .slideBarRight .list ul li .box:after {
  content: "";
  width: 100%;
  height: 55%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewY(-20deg);
  -moz-transform: skewY(-20deg);
  -ms-transform: skewY(-20deg);
  transform: skewY(-20deg);
  background: var(--index-main-color);
  z-index: -1;
  opacity: 0;
}
.product-page .slideBarRight .list ul li .box i {
  width: 38px;
  background: var(--index-main-color);
  padding: 12px 4px 22px;
  display: block;
  position: relative;
  top: -8px;
}
.product-page .slideBarRight .list ul li .box i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-page .slideBarRight .list ul li .box i:after {
  content: "";
  border-bottom: 6px solid #edeef0;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-page .slideBarRight .list ul li .box span.tag {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  margin: 0.3em 0;
}
.product-page .slideBarRight .list ul li .box span.h4 {
  font-size: 16px;
  font-weight: 600;
  /*-webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 32px;
  height: 3.2em;*/
  transition:0.2s ease;
  height: calc(1.5em * 4);
  display: block;
  margin-bottom: 5px;
  line-height: 32px !important;
}
.product-page .slideBarRight .list ul li .box span.h4:hover{
  color: var(--index-main-color);
}
.product-page .slideBarRight .list ul li .box .text {
  font-size: 14px;
  line-height: 1.6;
  margin: 1em 0 1.5em;
  opacity: 0.8;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.product-page .slideBarRight .list ul li .box a.more {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  padding: 0 1em;
  position: relative;
  /*background-color: var(--index-main-color);*/
  color: white;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 16px;
}
/*.product-page .slideBarRight .list ul li .box a.more:after {
  content: "";
  border-right: 0.6em solid var(--index-main-color);
  border-bottom: 0.6em solid var(--index-main-color);
  border-top: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right-color: #edeef0;
  border-bottom-color: #edeef0;
}*/
.product-page .slideBarRight .list ul li .box a.img {
  padding: 15px 0;
  display: block;
  text-align: center;
}
/*.product-page .slideBarRight .list ul li .box:hover {
  color: white;
}*/
/*.product-page .slideBarRight .list ul li .box:hover:after,
.product-page .slideBarRight .list ul li .box:hover:before {
  opacity: 1;
}*/
.product-page .slideBarRight .list ul li .box:hover a.more {
  /*background-color: white;*/
  /*color: var(--index-main-color);*/
}
.product-page .slideBarRight .list ul li .box:hover a.more:after {
  border-right-color: var(--index-main-color);
  border-bottom-color: var(--index-main-color);
}
.product-page .slideBarRight .list ul li .box:hover i:after {
  border-bottom-color: var(--index-main-color);
}
.seoAbout {
  padding-bottom: 110px;
}
.seoAbout .left span.tag {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: var(--index-main-color);
  margin-bottom: 0.7em;
  line-height: 1;
}
.seoAbout .left span.h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
}
.seoAbout .left .text {
  font-size: 17px;
  color: #646464;
  line-height: 30px;
}
.seoAbout .left .text p {
  margin-top: 1em;
}
.seoAbout .right {
  padding-left: 3%;
}
.about-page.seo .about-2 {
  position: relative;
  padding: 180px 0 140px;
}
.about-page.seo .about-2:before {
  content: "";
  height: 116px;
  width: 1px;
  background-color: white;
  position: absolute;
  top: 4%;
  left: 50%;
}
.seoIndustry {
  padding-bottom: 110px;
}
.seoIndustry span.h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.6em;
  display: block;
  position: relative;
}
.seoIndustry span.h3:after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 100px;
    height: 2px;
    background-color: #484443;
}
.seoIndustry .text {
  font-size: 18px;
  color: #676767;
  line-height: 2;
}
.seoIndustry .text em {
  font-weight: bold;
  color: black;
}
.prodet-page {
  padding: 110px 0;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
  padding: 12%;
  border: 2px solid #f2f2f2;
  position: relative;
}
.prodet-page .prodet-1 .left .img ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .left .img i.mask {
  position: absolute;
  right: 1%;
  bottom: 2%;
}
.prodet-page .prodet-1 .left .list {
  position: relative;
}
.prodet-page .prodet-1 .left .list .small-prev,
.prodet-page .prodet-1 .left .list .small-next{
  width: 35px;
  height: 35px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--index-color);
  color: #fff;
  top:50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: .3s;
  opacity: .3;
}
.prodet-page .prodet-1 .left .list .small-prev:hover,
.prodet-page .prodet-1 .left .list .small-next:hover{
opacity: 1;
}
/*.prodet-page .prodet-1 .left .list .small-prev i,
.prodet-page .prodet-1 .left .list .small-next i*/
.prodet-page .prodet-1 .left .list .small-prev{
 left: 0;
}
.prodet-page .prodet-1 .left .list .small-next{
  right: 0;
}
.prodet-page .prodet-1 .left .list ul{
  margin: 5px -5px 0;
}
.prodet-page .prodet-1 .left .list ul li{
  padding: 5px;
}
.prodet-page .prodet-1 .left .list ul li a{
  display: block;
  border: 1px solid #f2f2f2;
  transition: .3s;
}
.prodet-page .prodet-1 .left .list ul .slick-current a{
  border-color: var(--index-color);
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 4%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 38px;
}
.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  line-height: 30px;
  margin: 1.5em 0;
  color: #4d4d4d;
}
.prodet-page .prodet-1 .right .list ul {
  margin: -9px;
}
.prodet-page .prodet-1 .right .list ul li {
  padding: 9px;
}
.prodet-page .prodet-1 .right .list ul li a {
  display: block;
  padding: 15px;
  border: 2px solid #ececec;
  border-radius: 7px;
}
.prodet-page .prodet-1 .right .list ul li a img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .right .btn {
  margin-top: 40px;
}
.prodet-page .prodet-1 .right .btn a.more {
  line-height: 2.22222222em;
  height: 2.22222222em;
  padding: 0 1.5em;
  min-width: 7.77777778em;
  text-align: center;
  text-transform: capitalize;
  /*background-color: var(--index-main-color);*/
  position: relative;
  margin-right: 1em;
  border-radius: 17px;
}
/*.prodet-page .prodet-1 .right .btn a.more:after {
  content: "";
  border-right: 0.6em solid var(--index-main-color);
  border-bottom: 0.6em solid var(--index-main-color);
  border-top: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right-color: white;
  border-bottom-color: white;
}*/
.prodet-page .prodet-1 .right .btn a.more:hover {
  background-color: var(--index-main-color);
}
.prodet-page .shareBoxFlex {
  margin-top: 55px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .shareBoxFlex .share {
  font-size: 16px;
  color: #616161;
  margin-left: -1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.prodet-page .shareBoxFlex .share a {
  padding: 0 1.5em;
  border-right: 1px solid #616161;
}
.prodet-page .shareBoxFlex .share a:last-child {
  border-right: none;
}
.prodet-page .shareBoxFlex .line {
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
}
.prodet-page .shareBoxFlex .info {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.prodet-page .shareBoxFlex .info a {
  margin-left: 1.5em;
}
.prodet-page .shareBoxFlex .info a img {
  margin-right: 0.5em;
}
.prodet-page span.titleBox {
  font-size: 18px;
  padding: 0.7em;
  color: white;
  display: block;
  background-color: var(--index-color);
  /*position: relative;*/
  margin-bottom: 1em;
}
.prodet-page span.titleBox:after {
  content: "";
  border-right: 15px solid white;
  border-bottom: 10px solid white;
  border-top: 10px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.prodet-page .content {
  font-size: 16px;
  color: #585858;
  line-height: 32px;
}
.prodet-page .content p {
  margin-top: 1em;
}
.prodet-page .content p:first-child {
  margin-top: 0;
  line-height: 2;
  margin-bottom: 20px;
}
.prodet-page .prodet-3 {
  padding: 60px 0;
}
.prodet-page .prodet-3 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-3 .flex .btn {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-3 .flex .btn div {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: var(--index-main-color);
  color: white;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 1.5em;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-3 .flex .list {
  width: 80%;
}
.prodet-page .prodet-3 .flex .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-3 .flex .list li .content {
  width: 65%;
  padding-right: 5%;
}
.prodet-page .prodet-3 .flex .list li .content span.h6 {
  font-size: 24px;
  color: #2c2927;
  font-weight: bold;
  line-height: 1.2;
}
.prodet-page .prodet-3 .flex .list li .content .text {
  font-size: 18px;
  margin-top: 1em;
}
.prodet-page .prodet-3 .flex .list li .img {
  width: 35%;
}
.prodet-page .prodet-4 {
  /*background-color: #f6f6f6;*/
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-4:before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /*background-color: #f2f2f4;*/
}
.prodet-page .prodet-4 .list ul li {
  padding: 30px;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
}
.prodet-page .prodet-4 .list ul li img {
  display: block;
  margin: 10px auto 0;
}
.prodet-page .prodet-5 {
  margin-top: 50px;
}
.prodet-page .prodet-5 .content td {
  /*border: none;*/
}
/*.prodet-page .prodet-5 .content td:first-child {
  width: 60% !important;
  padding-right: 5%;
}
.prodet-page .prodet-5 .content td:last-child {
  width: 40% !important;
  text-align: center;
}*/
.prodet-page .prodet-6 .list {
  padding-right: 4%;
  overflow: hidden;
}
.prodet-page .prodet-6 .list .slick-list {
  overflow: unset;
}
.prodet-page .prodet-6 .list ul {
  margin: 0 -25px;
}
.prodet-page .prodet-6 .list ul li {
  padding: 0 25px;
}
.prodet-page .prodet-6 .list ul li a.img-box {
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  display: block;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.prodet-page .prodet-6 .list ul li a.img-box img {
  width: 100%;
  -webkit-transform: skewX(10deg) scale(1.2);
  -moz-transform: skewX(10deg) scale(1.2);
  -ms-transform: skewX(10deg) scale(1.2);
  transform: skewX(10deg) scale(1.2);
}
.prodet-page .prodet-6 .list ul li span.h6 {
  font-size: 17px;
  color: #363636;
  margin-top: 1.5em;
  display: block;
  text-align: center;
}
.prodet-page .prodet-7 {
  margin-top: 60px;
}
.prodet-page .prodet-7 table {
  margin-bottom: 0;
}
.prodet-page .prodet-7 table tr {
  border: 1px solid white;
}
.prodet-page .prodet-7 table tr:nth-child(even) {
}
.prodet-page .prodet-7 table tr:first-child {
  background-color: #484443;
  text-align: center;
  font-size: 120%;
  color: white;
}
.prodet-page .prodet-7 table tr td {
  border: none;
  padding: 1em;
  border: 1px solid #666;
}
.history-page {
  padding: 110px 0;
  overflow: hidden;
}
.history-page .historySideBar .historySideLeft {
  width: 40%;
  padding: 0 8%;
}
.history-page .historySideBar .historySideLeft span.h3 {
  font-size: 30px;
  padding: 1.83333333em 15%;
  display: block;
  background: url("../images/historySideLeft-1.jpg") center center no-repeat;
  background-size: cover;
  line-height: 1.2;
  color: white;
  position: relative;
}
.history-page .historySideBar .historySideLeft span.h3:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: url("../images/historySideLeft-3.jpg") center center no-repeat;
  background-size: cover;
}
.history-page .historySideBar .historySideLeft span.h3:after {
  content: "";
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin-top: 0.5em;
  background-color: white;
}
.history-page .historySideBar .historySideLeft .img {
  padding: 10%;
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/historySideLeft-2.jpg") center center no-repeat;
  background-size: cover;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: white;
}
.history-page .historySideBar .historySideLeft .img span.h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.history-page .historySideBar .historySideLeft .img .text {
  font-size: 16px;
  margin-top: 0.5em;
}
.history-page .historySideBar .historySideRight {
  width: 60%;
}
.history-page .historySideBar .historySideRight .list {
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .historySideBar .historySideRight .list ul li time {
  font-size: 24px;
  color: var(--index-main-color);
  line-height: 1.2;
}
.history-page .historySideBar .historySideRight .list ul li .slide {
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 30px;
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide:before {
  content: "";
  width: 1px;
  height: 140%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #e5e5e5;
}
.history-page .historySideBar .historySideRight .list ul li .slide:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #e5e5e5;
  display: block;
  position: absolute;
  left: -7px;
  top: 5px;
  background: white;
  z-index: 1;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text {
  font-size: 16px;
  color: #7e7f81;
  padding-left: 2em;
  padding-bottom: 20px;
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text i.fa {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--index-main-color);
  font-size: 120%;
}
.sustainable-page span.tag {
  font-size: 18px;
  color: var(--index-main-color);
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.sustainable-page .sustainable-1 {
  padding: 110px 0;
}
.sustainable-page .sustainable-1 .img {
  display: block;
}
.sustainable-page .sustainable-1 .img img {
  width: 100%;
}
.sustainable-page .sustainable-1 .text {
  color: #646464;
}
.sustainable-page .sustainable-1 .left {
  width: 48%;
  padding-right: 5%;
}
.sustainable-page .sustainable-1 .left .text {
  font-size: 20px;
  padding: 0 5%;
  margin-top: 10%;
}
.sustainable-page .sustainable-1 .right {
  width: 52%;
  margin-top: 80px;
}
.sustainable-page .sustainable-1 .right span.h3 {
  font-size: 32px;
  line-height: 1.2;
  display: block;
}
.sustainable-page .sustainable-1 .right .text {
  font-size: 17px;
  margin: 1.5em 0 4em;
}
.sustainable-page .sustainable-2 {
  padding-bottom: 110px;
}
.sustainable-page .sustainable-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sustainable-page .sustainable-2 .top .title {
  width: 25%;
}
.sustainable-page .sustainable-2 .top .title span.h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
}
.sustainable-page .sustainable-2 .top .text {
  font-size: 18px;
  line-height: 1.4;
  color: #999ca0;
  width: 55%;
}
.sustainable-page .sustainable-2 .top a.link {
  font-size: 16px;
}
.sustainable-page .sustainable-2 .top a.link i.fa {
  margin-left: 0.5em;
}
.sustainable-page .sustainable-2 .list {
  margin-top: 35px;
}
.sustainable-page .sustainable-2 .list ul {
  margin: 0 -20px;
}
.sustainable-page .sustainable-2 .list ul li {
  padding: 0 20px;
}
.sustainable-page .sustainable-2 .list ul li img {
  width: 100%;
}
.sustainable-page .sustainable-3 {
  padding-top: 160px;
  background: url("../images/sustainable-3.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  margin-bottom: 90px;
}
.sustainable-page .sustainable-3 .box {
  width: 450px;
  margin-right: 5%;
  display: block;
  margin-left: auto;
  padding: 50px 35px;
  position: relative;
  z-index: 1;
  background-color: rgba(6, 62, 157, 0.9);
}
.sustainable-page .sustainable-3 .box:before {
  content: "";
  border-left: 45px solid white;
  border-bottom: 45px solid white;
  border-top: 45px solid transparent;
  border-right: 45px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.sustainable-page .sustainable-3 .box:after {
  content: "";
  width: 100%;
  background-color: var(--index-main-color);
  position: absolute;
  left: 0;
  opacity: 0.9;
  z-index: -1;
  height: 90px;
  top: 100%;
}
.sustainable-page .sustainable-3 .box span.h3 {
  font-size: 24px;
  line-height: 1.4;
  display: block;
}
.sustainable-page .sustainable-3 .box .text {
  font-size: 15px;
  line-height: 1.8;
  margin: 2em 0;
}
.sustainable-page .sustainable-3 .box a.more {
  line-height: 2.75em;
  height: 2.75em;
  padding-left: 2em;
  padding-right: 3em;
  background-color: white;
  color: var(--index-main-color);
  position: relative;
}
.sustainable-page .sustainable-3 .box a.more:after {
  content: "";
  border-right: 0.6em solid var(--index-main-color);
  border-bottom: 0.6em solid var(--index-main-color);
  border-top: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: var(--index-main-color);
  border-right-color: var(--index-main-color);
}
.sustainable-page .sustainable-4 {
  padding: 110px 0;
}
.sustainable-page .sustainable-4 span.h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
}
.sustainable-page .sustainable-4 span.h3 img {
  margin-right: 0.3em;
}
.sustainable-page .sustainable-4 .box {
  margin-top: 60px;
}
.sustainable-page .sustainable-4 .box .left .list {
  position: relative;
}
.sustainable-page .sustainable-4 .box .left .list ul li img {
  width: 100%;
}
.sustainable-page .sustainable-4 .box .left .list .btn {
  position: absolute;
  left: 100%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustainable-page .sustainable-4 .box .left .list .btn div {
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7f7f7f;
  color: white;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sustainable-page .sustainable-4 .box .left .list .btn div:hover {
  background-color: var(--index-main-color);
}
.sustainable-page .sustainable-4 .box .right {
  padding-left: 4%;
}
.sustainable-page .sustainable-4 .box .right .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.sustainable-page .sustainable-4 .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .box .right .list ul li i {
  margin-right: 20px;
  width: 48px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.sustainable-page .sustainable-4 .box .right .list ul li .content span.h6 {
  font-size: 22px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.sustainable-page .sustainable-4 .box .right .list ul li .content .text {
  font-size: 16px;
  color: #353535;
  line-height: 1.6;
  margin-top: 0.5em;
}
.sustainable-page .sustainable-5 {
  padding-bottom: 30px;
  display: block;
}
.sustainable-page .sustainable-5 .slide {
  margin-bottom: 70px;
  background-color: #e1e5ec;
  overflow: hidden;
}
.sustainable-page .sustainable-5 .slide .left {
  width: 48%;
  vertical-align: middle;
  padding: 0 3%;
  position: relative;
}
.sustainable-page .sustainable-5 .slide .left span.h6 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
}
.sustainable-page .sustainable-5 .slide .left .text {
  font-size: 18px;
  color: #353535;
  line-height: 1.6;
  margin: 1em 0 3em;
}
.sustainable-page .sustainable-5 .slide .left a.more {
  line-height: 2.75em;
  height: 2.75em;
  padding-left: 1em;
  padding-right: 2em;
  position: relative;
  background-color: white;
  color: var(--index-main-color);
  text-transform: capitalize;
}
.sustainable-page .sustainable-5 .slide .left a.more:after {
  content: "";
  border-right: 0.6em solid var(--index-main-color);
  border-bottom: 0.6em solid var(--index-main-color);
  border-top: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: #e1e5ec;
  border-right-color: #e1e5ec;
}
.sustainable-page .sustainable-5 .slide .left a.more:hover {
  background-color: var(--index-main-color);
  color: white;
}
.sustainable-page .sustainable-5 .slide .right {
  width: 52%;
  vertical-align: middle;
  position: relative;
}
.sustainable-page .sustainable-5 .slide .right a.img {
  display: block;
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: hidden;
}
.sustainable-page .sustainable-5 .slide .right a.img img {
  -webkit-transform: skewX(-15deg) scale(1.2);
  -moz-transform: skewX(-15deg) scale(1.2);
  -ms-transform: skewX(-15deg) scale(1.2);
  transform: skewX(-15deg) scale(1.2);
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .left {
  left: 52%;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right {
  left: -48%;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right a.img {
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right a.img img {
  -webkit-transform: skewX(15deg) scale(1.2);
  -moz-transform: skewX(15deg) scale(1.2);
  -ms-transform: skewX(15deg) scale(1.2);
  transform: skewX(15deg) scale(1.2);
}
.contact-page.inner-page{
  margin-top: 3vw;
}
.contact-page {
  padding-bottom: 110px;
}
.contact-page .left {
  width: 47% !important;
  padding-right: 5%;
}
.contact-page .left .box2 {
  background-color: #edeef0;
  padding: 30px 5% 90px;
  position: relative;
}
.contact-page .left .box2:before {
  content: "";
  width: 50%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: inherit;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.contact-page .left .box2:after {
  content: "";
  width: 50%;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: inherit;
}
.contact-page .left .box2 span.h2 {
  font-size: 36px;
  font-weight: bold;
  color: #363636;
  line-height: 1.2;
  display: block;
  margin-bottom: 1.5em;
}
.contact-page .left .box2 .text {
  font-size: 16px;
  color: #7e7f81;
  line-height: 1.4;
}
.contact-page .left .box2 .form {
  margin-top: 50px;
}
.contact-page .left .box2 .form ul li {
  font-size: 16px;
  color: #666;
}
.contact-page .left .box2 .form ul li label {
  display: block;
  margin: 1em 0 0.5em;
  font-weight: 600;
}
.contact-page .left .box2 .form ul li label em {
  color: var(--index-main-color);
}
.contact-page .left .box2 .form ul li input,
.contact-page .left .box2 .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #aaabad;
  padding: 0.2em 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .left .box2 .form ul li input:focus,
.contact-page .left .box2 .form ul li textarea:focus {
  border-color: var(--index-main-color);
}
.contact-page .left .box2 .form ul li textarea {
  height: 140px;
}
.contact-page .left .box2 .form ul li a.more {
  margin-top: 50px;
  padding-left: 2em;
  padding-right: 2.5em;
  /*background-color: var(--index-main-color);*/
  position: relative;
  border-radius: 25px;
}
.contact-page .left .box2 .form ul li a.more:hover {
  background-color: var(--index-main-color);
}
/*.contact-page .left .box2 .form ul li a.more:after {
  content: "";
  border-right: 0.6em solid var(--index-main-color);
  border-bottom: 0.6em solid var(--index-main-color);
  border-top: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: #edeef0;
  border-right-color: #edeef0;
}*/
.contact-page .right {
  width: 53% !important;
  padding-top: 110px;
}
.contact-page .right span.h2 {
  font-size: 36px;
  font-weight: bold;
  color: #363636;
  display: block;
}
.contact-page .right span.h2:after {
  content: "";
  width: 2em;
  height: 0.11111111em;
  background-color: black;
  display: block;
  margin-top: 0.2em;
}
.contact-page .right .text {
  font-size: 16px;
  color: #7e7f81;
  line-height: 1.4;
  margin: 1em 0 1.5em;
}
.contact-page .right .phone {
  font-size: 15px;
  color: white;
  padding: 1em;
  text-align: center;
  background-color: var(--index-main-color);
  position: relative;
}
.contact-page .right .phone:after,
.contact-page .right .phone:before {
  content: "";
  border-right: 0.6em solid var(--index-main-color);
  border-bottom: 0.6em solid var(--index-main-color);
  border-top: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: white;
  border-right-color: white;
}
.contact-page .right .phone:before {
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-page .right span.h5 {
  font-size: 24px;
  font-weight: bold;
  color: #363636;
  display: block;
  line-height: 1.2;
  margin: 1.5em 0 0.5em;
}
.contact-page .right span.h6 {
  display: block;
  font-size: 16px;
  color: #7e7f81;
  line-height: 1.2;
  font-weight: bold;
}
.contact-page .right .info {
  font-size: 16px;
  color: #7e7f81;
}
.contact-page .right .info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
}
.contact-page .right .info li i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .right iframe {
  margin-top: 25px;
  height: 320px;
  width: 100%;
}
.news-page {
  padding: 110px 0;
}
.news-page .sideBarBox .slideBarRight {
  padding-left: 0;
  padding-right: 2%;
}
.news-page .sideBarBox .slideBarRight .list {
  margin-bottom: 90px;
  margin-left: 20px;
  margin-right: 20px;
}
.news-page .sideBarBox .slideBarRight .list ul {
  margin: -27px -17px;
}
.news-page .sideBarBox .slideBarRight .list ul li {
  padding: 27px 17px;
}
.news-page .sideBarBox .slideBarRight .list ul li .title{
  display: block;
    display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: calc(1.6em * 3);
  margin-top: 10px;
}
.news-page .sideBarBox .slideBarRight .list ul li .box {
  background-color: #edeef0;
}
.news-page .sideBarBox .slideBarRight .list ul li .box a.img {
  display: block;
  /*height: 220px;*/
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding-top:30px;
}
.news-page .sideBarBox .slideBarRight .list ul li .box a.img time {
  font-size: 12px;
  /*position: absolute;*/
  left: 0;
  width: 100%;
  padding: 0 5%;
  bottom: 5%;
  color: #000;
}
.news-page .sideBarBox .slideBarRight .list ul li .box a.img:before {
  content: "";
  /*border-left: 15px solid white;
  border-top: 20px solid white;*/
  border-right: 15px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content {
  padding: 15px 20px 30px;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6 {
  display: block;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6:hover {
  color: var(--index-main-color);
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content .text {
  font-size: 14px;
  color: #7e7f81;
  line-height:  30px;
  margin: 1em 0;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more {
  background-color: var(--index-color);
  position: relative;
  font-size: 12px;
  line-height: 3em;
  height: 3em;
  border-radius: 18px;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more:hover {
  background-color: var(--index-main-color);
}
/*.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more:after {
  content: "";
  border-right: 0.6em solid var(--index-main-color);
  border-bottom: 0.6em solid var(--index-main-color);
  border-top: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: #edeef0;
  border-right-color: #edeef0;
}*/
.news-page .sideBarBox .sideBarLeft {
  padding-left: 2%;
}
.newdet-page .newdet-content {
  padding-right: 85px;
}
.newdet-page .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-page .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--index-main-color);
  border: 1px solid var(--index-main-color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-page .newdet-content .category a:hover {
  background: var(--index-main-color);
  color: #fff;
}
.newdet-page .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.newdet-page .newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-page .newdet-content h4.n-title {
  font-size: 30px;
  line-height: 2;
  color: #000;
  margin-bottom: 35px;
  padding-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .newdet-content .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #555;
  padding: 0;
}
.newdet-page .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-page .newdet-content .content .icon a:hover {
  color: var(--index-main-color);
}
.newdet-page .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .newdet-content .m-link a .r-img {
  margin-right: 2rem;
}
.newdet-page .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .newdet-page .newdet-content .m-link a .r-img {
    display: none;
  }
}
.newdet-page .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 700;
  max-width: 255px;
}
.newdet-page .newdet-content .m-link a .r-text p:hover {
  color: var(--index-main-color);
}
.newdet-page .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.newdet-page .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-page h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .form {
  margin-top: 60px;
}
.newdet-page .form span.h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
.newdet-page .form ul {
  margin: -10px;
}
.newdet-page .form ul li {
  padding: 10px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 0.5em 1em;
  border: 1px solid #eee;
}
.newdet-page .form ul li textarea {
  height: 100px;
}
.newdet-page .form ul li a.more {
  /*background-color: var(--index-main-color);*/
  border-radius: 25px;
}
.newdet-page .form ul li a.more:hover {
  /*background-color: var(--index-main-color);*/
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
.application-page span.h2 {
  font-size: 36px;
  color: #363636;
  font-weight: bold;
  line-height: 1.2;
}
.application-page span.h2:after {
  content: "";
  width: 1em;
  height: 0.11111111em;
  display: block;
  background-color: var(--index-main-color);
  margin-top: 0.2em;
}
.application-page .application-1 {
  padding-top: 110px;
}
.application-page .application-1 .box .slide {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden;
}
.application-page .application-1 .box .left {
  padding-right: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding: 50px 0;
}
.application-page .application-1 .box .left .info {
  margin: 10px 0;
}
.application-page .application-1 .box .left span.h6 {
  font-size: 26px;
  line-height: 1.4;
}
.application-page .application-1 .box .left .text {
  font-size: 16px;
  color: #7e7f81;
}
.application-page .application-1 .box .left .text p {
  margin-top: 2em;
}
.application-page .application-1 .box .left .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.application-page .application-1 .box .left .btn div {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7f7f7f;
  color: white;
  font-size: 20px;
  margin-right: 1em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  cursor: hand;
}
.application-page .application-1 .box .left .btn div:hover {
  background-color: var(--index-main-color);
}
.application-page .application-1 .box .right .img {
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  overflow: hidden;
}
.application-page .application-1 .box .right .img img {
  -webkit-transform: skewX(15deg) scale(1.2);
  -moz-transform: skewX(15deg) scale(1.2);
  -ms-transform: skewX(15deg) scale(1.2);
  transform: skewX(15deg) scale(1.2);
}
.application-page .application-1 .list {
  margin-top: 100px;
  padding-right: 5%;
  overflow: hidden;
}
.application-page .application-1 .list ul {
  margin: -26px;
}
.application-page .application-1 .list ul .slick-list {
  overflow: unset;
}
.application-page .application-1 .list ul .slick-slide {
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.application-page .application-1 .list ul .slick-slide.slick-active {
  opacity: 1;
}
.application-page .application-1 .list ul li {
  padding: 26px;
}
.application-page .application-1 .list ul li a.img {
  display: block;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  overflow: hidden;
}
.application-page .application-1 .list ul li a.img img {
  -webkit-transform: skewX(15deg) scale(1.2);
  -moz-transform: skewX(15deg) scale(1.2);
  -ms-transform: skewX(15deg) scale(1.2);
  transform: skewX(15deg) scale(1.2);
}
.application-page .application-1 .list ul li span.h6 {
  font-size: 18px;
  color: #363636;
  margin-top: 1.5em;
  display: block;
  text-align: center;
}
.application-page .application-2 {
  padding: 110px 0;
  text-align: center;
}
.application-page .application-2 span.h2:after {
  margin-left: auto;
  margin-right: auto;
}
.application-page .application-2 .list {
  margin-top: 50px;
}
.application-page .application-2 .list ul {
  margin: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.application-page .application-2 .list ul li {
  padding: 25px;
}
.application-page .application-2 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.application-page .application-2 .list ul li .flex .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
}
.application-page .application-2 .list ul li .flex .content {
  position: relative;
  width: 50%;
  z-index: 1;
  color: white;
  padding: 50px 5%;
  padding-left: 0;
  text-align: left;
}
.application-page .application-2 .list ul li .flex .content:before {
  content: "";
  width: 125%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/application-2-bg.png") center right no-repeat;
  z-index: -1;
  background-size: 100% 100%;
}
.application-page .application-2 .list ul li .flex .content span.h6 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 1em;
}
.application-page .application-2 .list ul li .flex .content .text {
  font-size: 14px;
  line-height: 1.6;
}
.application-page .application-3 {
  padding-bottom: 110px;
  text-align: center;
}
.application-page .application-3 span.h2:after {
  margin-left: auto;
  margin-right: auto;
}
.application-page .application-3 .list {
  margin-top: 40px;
}
.application-page .application-3 .list ul {
  border: 1px solid #e7e7e7;
}
.application-page .application-3 .list ul li {
  padding: 20px;
  border-right: 1px solid #e7e7e7;
  text-align: center;
}
.application-page .application-3 .list ul li a.img {
  display: block;
  margin: 70px 0;
  padding: 0 5%;
}
.application-page .application-3 .list ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.application-page .application-3 .list ul li .btn a {
  height: 40px;
  width: 40px;
  border: 1px solid #e7e7e7;
  margin: 0 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #aaa;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.application-page .application-3 .list ul li .btn a:hover {
  color: white;
  border-color: var(--index-main-color);
  background-color: var(--index-main-color);
}
.application-page .application-3 .list ul li span.h6 {
  font-size: 19px;
  line-height: 1.2;
  margin: 1em 0 0.5em;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.application-page .application-3 .list ul li span.h6:hover {
  color: var(--index-main-color);
}
.application-page .application-3 .list ul li .text {
  font-size: 16px;
  color: #919191;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.manufacturing-page .manufacturing-1 {
  margin: 110px 0;
}
.manufacturing-page .manufacturing-1 .left {
  width: 25%;
  padding-right: 5%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .left span.h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.manufacturing-page .manufacturing-1 .left span.h3:after {
  content: "";
  height: 0.13333333em;
  width: 1em;
  background-color: var(--index-main-color);
  margin-top: 0.5em;
  display: block;
}
.manufacturing-page .manufacturing-1 .right {
  width: 75%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .right .text {
  font-size: 18px;
  color: #7e7f81;
}
.manufacturing-page .manufacturing-1 .right .text p {
  margin-top: 1em;
}
.manufacturing-page .manufacturing-1 .right .text p:first-child {
  margin-top: 0;
}
.manufacturing-page .about-5 {
  background: url("../images/manufacturing-2-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-2 {
  padding: 110px 0;
}
.manufacturing-page .manufacturing-2 .left {
  padding-right: 4%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .left span.h6 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 1em;
  display: block;
}
.manufacturing-page .manufacturing-2 .right {
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .right .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.manufacturing-page .manufacturing-2 .right .list ul li:last-child {
  margin-bottom: 0;
}
.manufacturing-page .manufacturing-2 .right .list ul li i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.manufacturing-page .manufacturing-2 .right .list ul li .content span.h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  display: block;
}
.manufacturing-page .manufacturing-2 .right .list ul li .content .text {
  font-size: 18px;
  color: #7e7f81;
  line-height: 1.6;
}
.manufacturing-page .manufacturing-3 {
  padding: 60px 0;
  background-color: #edeef0;
}
.manufacturing-page .manufacturing-3 .list ul li {
  padding: 25px 0;
  border-bottom: 1px solid #d8d9db;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manufacturing-page .manufacturing-3 .list ul li:last-child {
  border-bottom: none;
}
.manufacturing-page .manufacturing-3 .list ul li .content {
  width: 72%;
  padding-right: 7%;
}
.manufacturing-page .manufacturing-3 .list ul li .content span.h6 {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
}
.manufacturing-page .manufacturing-3 .list ul li .content .text {
  font-size: 18px;
  color: #7e7f81;
  line-height: 1.4;
}
.manufacturing-page .manufacturing-3 .list ul li .img {
  width: 28%;
}
.manufacturing-page .manufacturing-4 {
  padding: 110px 0;
}
.manufacturing-page .manufacturing-4 span.tag {
  font-size: 18px;
  color: var(--index-main-color);
  display: block;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.manufacturing-page .manufacturing-4 span.h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.manufacturing-page .manufacturing-4 span.h2:after {
  content: "";
  width: 1.5em;
  height: 0.13333333em;
  display: block;
  margin-top: 0.3em;
  background-color: var(--index-main-color);
}
.manufacturing-page .manufacturing-4 .list {
  margin-top: 70px;
}
.manufacturing-page .manufacturing-4 .list ul {
  margin: 0 -20px;
}
.manufacturing-page .manufacturing-4 .list ul li {
  padding: 0 20px;
}
.manufacturing-page .manufacturing-4 .list ul li .box {
  background-color: var(--index-main-color);
  color: white;
  padding: 20px;
}
.manufacturing-page .manufacturing-4 .list ul li .box a.img {
  display: block;
}
.manufacturing-page .manufacturing-4 .list ul li .box a.img img {
  display: block;
  width: 100%;
}
.manufacturing-page .manufacturing-4 .list ul li .box span {
  font-size: 16px;
  margin: 1em 0 0.5em;
  display: block;
}
.manufacturing-page .manufacturing-4 .list ul li .box span a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manufacturing-page .manufacturing-4 .list ul li .box span a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.manufacturing-page .manufacturing-4 .list ul li .box span img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5em;
}
@media screen and (max-width: 1600px) {
  .inner-banner span.h2 {
    font-size: 44px;
  }
  .inner-banner .text {
    font-size: 24px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    line-height: 32px !important;
  }
  .about-page .about-1,
  .about-page .about-3,
  .about-page .about-4,
  .about-page .about-5,
  .application-page .application-2,
  .history-page,
  .news-page,
  .sustainable-page .sustainable-1,
  .sustainable-page .sustainable-4,
  .manufacturing-page .manufacturing-2,
  .manufacturing-page .manufacturing-4,
  .prodet-page {
    padding: 60px 0;
  }
  .product-page {
    padding: 40px 0;
  }
  .application-page .application-1,
  .contact-page .right {
    padding-top: 60px;
  }
  .manufacturing-page .manufacturing-1 {
    margin: 60px 0;
  }
  .application-page .application-3,
  .contact-page,
  .seoIndustry,
  .sustainable-page .sustainable-2,
  .seoAbout {
    padding-bottom: 60px;
  }
  .application-page .application-1 .list {
    margin-top: 60px;
  }
  .about-page .about-1 .left span.tag,
  .sustainable-page span.tag {
    font-size: 16px;
  }
  .about-page .about-1 .left span.h3 {
    font-size: 22px;
  }
  .about-page .about-1 .left .text {
    font-size: 15px;
  }
  .about-page .about-1 .right .list ul li .content .text {
    margin-top: 0.5em;
  }
  .about-page .about-1 .right .list ul li {
    padding: 17px 10px;
  }
  .about-page .about-2 {
    padding: 120px 0;
  }
  .about-page .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  .about-page .slick-arrow.slick-prev {
    left: 0;
    right: auto;
  }
  /*.inner-banner {
    padding: 160px 0;
  }*/
  .application-page span.h2,
  .contact-page .left .box2 span.h2,
  .contact-page .right span.h2,
  .newdet-page h1,
  .newdet-page .form span.h3,
  .seoIndustry span.h3,
  .product-page .slideBarRight h1,
  .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6,
  .manufacturing-page .manufacturing-1 .left span.h3 {
    font-size: 28px;
  }
  .application-page .application-1 .box .left span.h6 {
    font-size: 22px;
  }
  .application-page .application-1 .box .left .text p {
    margin-top: 1em;
  }
  .application-page .application-1 .box .left .btn div {
    width: 44px;
    height: 44px;
  }
  .application-page .application-1 .list ul li span.h6 {
    font-size: 16px;
    margin-top: 1em;
  }
  .application-page .application-2 .list ul li .flex .content span.h6 {
    font-size: 16px;
  }
  .application-page .application-3 .list ul li a.img {
    margin: 40px 0;
  }
  .application-page .application-3 .list ul li .text,
  .contact-page .left .box2 .text {
    font-size: 14px;
  }
  .application-page .application-3 .list ul li span.h6 {
    font-size: 16px;
  }
  .contact-page .right span.h5 {
    font-size: 20px;
  }
  .contact-page .right span.h6 {
    font-size: 14px;
  }
  .newdet-page .newdet-content {
    padding-right: 40px;
  }
  .newdet-page .newdet-content .content .icon {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3,
  .prodet-page .prodet-3 .flex .list li .content span.h6 {
    font-size: 20px;
  }
  .inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
    font-size: 14px;
  }
  .inner-page
    .sideBarBox
    .sideBarLeft
    .sideBarSlide
    .list
    ul
    li
    .content
    span.h6,
  .seoAbout .left .text,
  .product-page .slideBarRight .content,
  .sustainable-page .sustainable-1 .right .text,
  .sustainable-page .sustainable-4 .box .right .list ul li .content .text,
  .prodet-page .prodet-6 .list ul li span.h6 {
    font-size: 15px;
  }
  .prodet-page .prodet-3 .flex .list li .content .text {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding: 40px 0;
  }
  .prodet-page .prodet-4 .list ul li img {
    margin-top: 1em;
  }
  .seoAbout .left span.tag {
    font-size: 16px;
  }
  .seoAbout .left span.h3 {
    font-size: 20px;
  }
  .about-page.seo .about-2:before {
    height: 50px;
  }
  .about-page.seo .about-2 {
    padding: 80px 0;
  }
  .sustainable-page .sustainable-1 .left .text {
    font-size: 18px;
  }
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 32px;
  }
  .sustainable-page .sustainable-3 {
    padding-top: 80px;
  }
  .sustainable-page .sustainable-3 .box span.h3,
  .manufacturing-page .manufacturing-2 .left span.h6,
  .manufacturing-page .manufacturing-2 .right .list ul li .content span.h3,
  .manufacturing-page .manufacturing-3 .list ul li .content span.h6 {
    font-size: 20px;
  }
  .sustainable-page .sustainable-4 .box .right .list ul li .content span.h6 {
    font-size: 18px;
  }
  .sustainable-page .sustainable-5 .slide .left .text,
  .manufacturing-page .manufacturing-2 .right .list ul li .content .text,
  .manufacturing-page .manufacturing-3 .list ul li .content .text,
  .manufacturing-page .manufacturing-1 .right .text,
  .sustainable-page .sustainable-2 .top .text,
  .seoIndustry .text,
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-4 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner span.h2 {
    font-size: 32px;
  }
  .inner-banner .text {
    font-size: 20px;
  }
  /*.inner-banner {
    padding: 120px 0;
  }*/
  .manufacturing-page .manufacturing-2 .right .list ul li {
    margin-bottom: 20px;
  }
  .manufacturing-page .manufacturing-2 .right .list ul li .content span.h3 {
    margin-bottom: 0.5em;
  }
  .sustainable-page .sustainable-1 .right {
    margin-top: 40px;
  }
  .sustainable-page .sustainable-1 .right .text {
    margin: 1em 0 2em;
  }
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 28px;
  }
  .sustainable-page .sustainable-3 .box:after {
    height: 50px;
  }
  .sustainable-page .sustainable-3 .box:before {
    border-width: 25px;
  }
  .sustainable-page .sustainable-3 {
    margin-bottom: 50px;
  }
  .sustainable-page .sustainable-4 .box .left .list .btn div {
    width: 30px;
    height: 30px;
  }
  .sustainable-page .sustainable-4 .box .right .list ul li .content .text {
    margin-top: 0.3em;
  }
  .sustainable-page .sustainable-4 .box .right .list ul li {
    margin-bottom: 1em;
  }
  .sustainable-page .sustainable-5 .slide .left .text {
    margin: 1em 0;
  }
  .sustainable-page .sustainable-5 .slide {
    margin-bottom: 40px;
  }
  .about-page .slick-arrow {
    width: 44px;
    height: 44px;
  }
  .about-page .about-2 .play {
    max-width: 60px;
  }
  .inner-banner:before {
    left: -22.5%;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box .content .text{
    height: 90px;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box .content {
    padding: 10px;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6 {
    font-size: 16px;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box .content .text {
    margin: 0.5em 0;
  }
  .news-page .sideBarBox .slideBarRight .list ul li,
  .prodet-page .prodet-4 .list ul li {
    padding: 10px;
  }
  .news-page .sideBarBox .slideBarRight .list ul {
    margin: -10px;
  }
  .news-page .sideBarBox .slideBarRight .list {
    margin-bottom: 50px;
  }
  .newdet-page .newdet-content .m-link a .r-text p {
    font-size: 14px;
  }
  .newdet-page .newdet-content .m-link a .r-img img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .newdet-page .newdet-content .m-link a .r-img {
    margin-right: 1rem;
  }
  .newdet-page .newdet-content .m-link a {
    padding: 15px 0;
  }
  .newdet-page .newdet-content .m-link a.left {
    padding-right: 15px;
  }
  .newdet-page .newdet-content .m-link a.right {
    padding-left: 15px;
  }
  .history-page .historySideBar .historySideLeft span.h3 {
    font-size: 24px;
  }
  .history-page .historySideBar .historySideLeft .img {
    padding: 5%;
    height: 300px;
  }
  .history-page .historySideBar .historySideLeft .img span.h6 {
    font-size: 18px;
  }
  .history-page .historySideBar .historySideLeft .img .text {
    font-size: 14px;
  }
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 20px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 14px;
  }
  .application-page .application-1 .box .left .text {
    font-size: 14px;
  }
  .application-page .application-1 .list ul li {
    padding: 10px;
  }
  .application-page .application-1 .list ul {
    margin: -10px;
  }
  .application-page .application-2 .list ul li {
    padding: 5px;
  }
  .application-page .application-2 .list ul {
    margin: -5px;
  }
  .application-page .application-2 .list ul li .flex .content {
    padding: 20px 5%;
    padding-left: 0;
  }
  .application-page .application-3 .list ul li a.img {
    margin: 20px 0;
  }
  .application-page .application-3 .list ul li .btn a {
    font-size: 16px;
  }
  .about-page .about-1 .left span.tag,
  .sustainable-page span.tag {
    font-size: 14px;
  }
  .about-page .about-1 .left span.h3 {
    font-size: 20px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-3 .list ul li .box .content span.tag {
    font-size: 16px;
    margin-top: 2em;
  }
  .about-page .about-3 .list ul li .box .content span.h3 {
    font-size: 20px;
  }
  .about-page .about-3 .list ul li .box .content .text {
    font-size: 13px;
  }
  .about-page .about-5 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    
    
  }
  .inner-banner span.h2 {
    font-size: 28px;
  }
  .inner-banner .text {
    font-size: 16px;
  }
  .about-page .about-1 .right .list ul li .content span.h6 {
    font-size: 16px;
  }
  .about-page .about-1 .right .list ul li i.fa {
    font-size: 24px;
  }
  .about-page .about-3 .list ul li {
    padding: 5px;
  }
  .about-page .about-3 .list ul {
    margin: -5px;
  }
  .about-page .about-4 span.h2 {
    font-size: 28px;
  }
  .about-page .about-4 .text {
    font-size: 14px;
  }
  .about-page .about-4 .text:after {
    margin-top: 0.5em;
  }
  .about-page .about-4 .list ul li {
    padding: 0 10px;
  }
  .about-page .about-4 .list ul {
    margin: 0 -10px;
  }
  .application-page .application-2 .list ul li {
    width: 100%;
  }
  .contact-page .left .box2:after,
  .contact-page .left .box2:before {
    height: 10px;
  }
  .contact-page .right .phone {
    font-size: 14px;
  }
  .contact-page .right .info {
    font-size: 14px;
  }
  .contact-page .right span.h5 {
    font-size: 18px;
  }
  .contact-page .right iframe {
    height: 280px;
  }
  .application-page span.h2,
  .contact-page .left .box2 span.h2,
  .contact-page .right span.h2,
  .newdet-page h1,
  .newdet-page .form span.h3,
  .seoIndustry span.h3,
  .product-page .slideBarRight h1,
  .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6,
  .manufacturing-page .manufacturing-1 .left span.h3,
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3,
  .prodet-page .prodet-3 .flex .list li .content span.h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .right .btn {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right .text {
    margin: 0.5em 0;
  }
  .prodet-page .shareBoxFlex .share {
    font-size: 14px;
  }
  .prodet-page .shareBoxFlex .info {
    font-size: 12px;
  }
  .prodet-page span.titleBox {
    font-size: 16px;
  }
  .prodet-page .content {
    font-size: 14px;
  }
  .prodet-page .prodet-6 .list ul li {
    padding: 0 10px;
  }
  .prodet-page .prodet-6 .list ul {
    margin: 0 -10px;
  }
  .prodet-page .prodet-6 .list ul li span.h6 {
    margin-top: 0.5em;
  }
  .prodet-page .prodet-6 .list ul li a.img-box {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  .prodet-page .prodet-6 .list ul li a.img-box img {
    -webkit-transform: skewX(5deg) scale(1.2);
    -moz-transform: skewX(5deg) scale(1.2);
    -ms-transform: skewX(5deg) scale(1.2);
    transform: skewX(5deg) scale(1.2);
  }
  .prodet-page .prodet-3 .flex .btn div {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 1em;
  }
  .prodet-page .prodet-3 .flex .list li .content .text {
    font-size: 14px;
    margin-top: 0.5em;
  }
  .seoAbout .right {
    display: none;
  }
  .seoAbout .left {
    width: 100% !important;
    padding-right: 0;
  }
  .sustainable-page .sustainable-2 .list ul li {
    padding: 0 5px;
  }
  .sustainable-page .sustainable-2 .list ul {
    margin: 0 -5px;
  }
  .sustainable-page .sustainable-4 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .sustainable-page .sustainable-4 .box .left {
    width: 100%;
  }
  .sustainable-page .sustainable-4 .box .left .list .btn {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .sustainable-page .sustainable-5 .slide .left .text,
  .manufacturing-page .manufacturing-2 .right .list ul li .content .text,
  .manufacturing-page .manufacturing-3 .list ul li .content .text,
  .manufacturing-page .manufacturing-1 .right .text,
  .sustainable-page .sustainable-2 .top .text,
  .seoIndustry .text,
  .prodet-page .prodet-1 .right .text {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-2 .right .list ul li i {
    width: 70px;
  }
  .manufacturing-page .manufacturing-4 .list ul li {
    padding: 0 5px;
  }
  .manufacturing-page .manufacturing-4 .list ul {
    margin: 0 -5px;
  }
  .manufacturing-page .manufacturing-4 .list ul li .box span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-4 .list ul li .box {
    padding: 5px;
  }
  .manufacturing-page .manufacturing-4 span.h2 {
    font-size: 24px;
  }
  .manufacturing-page .manufacturing-4 span.tag {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacturing-page .manufacturing-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .right {
    width: 100%;
    margin-top: 10px;
  }
  .manufacturing-page .manufacturing-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 24px;
  }
  .sustainable-page .sustainable-1 .right {
    margin-top: 10px;
  }
  .sustainable-page .sustainable-3 .box {
    padding: 20px;
  }
  .sustainable-page .sustainable-5 .slide .left {
    width: 100%;
    padding: 15px;
    left: 0 !important;
  }
  .sustainable-page .sustainable-5 .slide .right {
    display: none;
  }
  .sustainable-page .sustainable-5 .slide {
    margin-bottom: 10px;
  }
  .inner-page .sideBarBox .slideBarRight {
    width: 100%;
    padding: 0;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .product-page .slideBarRight .list ul li {
    width: 50%;
  }
  .about-page .about-5 .list ul .slick-slide {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .about-page .about-5 .list ul .slick-slide li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .about-page .about-5 .list ul .slick-slide.slick-active {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
    z-index: 2;
  }
  .about-page .about-5 .list ul .slick-slide.slick-active li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 4;
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current + div {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    z-index: 3;
  }
  .about-page
    .about-5
    .list
    ul
    .slick-slide.slick-active.slick-current
    + div
    li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
  }
  .about-page
    .about-5
    .list
    ul
    .slick-slide.slick-active.slick-current
    + div
    + div {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;
  }
  .about-page
    .about-5
    .list
    ul
    .slick-slide.slick-active.slick-current
    + div
    + div
    li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .prodet-page .prodet-1 .right .btn a.more {
    margin-right: 0.5em;
    padding: 0 0.5em;
    min-width: 6.5em;
  }
  .news-page .sideBarBox .slideBarRight .list ul li {
    width: 50%;
  }
  .newdet-page .form {
    margin-top: 30px;
  }
  .history-page .historySideBar .historySideLeft {
    display: none;
  }
  .history-page .historySideBar .historySideRight {
    width: 100%;
  }
  .contact-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .contact-page .right {
    width: 100% !important;
    padding-left: 0;
  }
  .contact-page .left .box2 {
    padding: 20px 15px;
  }
  .contact-page .left .box2 .form {
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-3 .list ul li .content {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-3 .list ul li .img {
    display: none;
  }
  .sustainable-page .sustainable-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .sustainable-1 .right {
    width: 100%;
  }
  .sustainable-page .sustainable-1 .left .text {
    margin: 3% 0;
    padding: 0;
  }
  .application-page .application-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .application-page .application-1 .box .right {
    display: none;
  }
  .application-page .application-1 .list {
    margin-top: 20px;
  }
  .application-page .application-2 .list {
    margin-top: 20px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-4 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner span.h2 {
    font-size: 20px;
  }
  .inner-banner .text {
    font-size: 14px;
  }
  .about-page .about-4 span.h2 {
    font-size: 24px;
  }
  .sustainable-page .sustainable-2 .top {
    display: block;
  }
  .sustainable-page .sustainable-2 .top .title {
    width: 100%;
  }
  .sustainable-page .sustainable-2 .top .text {
    width: 100%;
    margin: 10px 0;
  }
  .sustainable-page .sustainable-3 .box {
    margin-right: 0;
    max-width: 100%;
  }
  .sustainable-page .sustainable-4 span.h3 img {
    display: none;
  }
  .sustainable-page .sustainable-4 .box {
    margin-top: 30px;
  }
  .product-page .slideBarRight .list ul li {
    width: 100%;
  }
  .product-page .slideBarRight .list ul li .box a.img img {
    max-width: 300px;
  }
  .about-page .about-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
  }
  .prodet-page .shareBoxFlex .share a {
    padding: 0 0.5em;
  }
  .prodet-page .shareBoxFlex .share {
    margin-left: -0.5em;
    display: none;
  }
  .prodet-page .shareBoxFlex {
    margin: 25px 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-3 .flex .btn {
    display: none;
  }
  .prodet-page .prodet-3 .flex .list {
    width: 100%;
  }
  .news-page .sideBarBox .slideBarRight .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 18px;
    padding-top: 0.2em;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide {
    padding-left: 15px;
    margin-left: 15px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    padding-left: 1em;
  }
  .newdet-page .newdet-content .category {
    display: block;
  }
  .newdet-page .newdet-content .category .time {
    margin-left: 0;
    margin-top: 5px;
  }
  .application-page span.h2,
  .contact-page .left .box2 span.h2,
  .contact-page .right span.h2,
  .newdet-page h1,
  .newdet-page .form span.h3,
  .seoIndustry span.h3,
  .product-page .slideBarRight h1,
  .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6,
  .manufacturing-page .manufacturing-1 .left span.h3,
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
  }
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea {
    font-size: 14px;
  }
  .about-page .about-5 span.h2 {
    font-size: 24px;
    font-weight: bold;
  }
  .prodet-page .prodet-7 table tbody {
    min-width: 700px;
  }
  /*.prodet-page .prodet-5 .content td:first-child,
  .prodet-page .prodet-5 .content td:last-child {
    display: block;
    width: 100% !important;
    padding: 10px !important;
  }*/
  .application-page .application-1 .list ul li a.img {
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
  .application-page .application-1 .list ul li a.img img {
    -webkit-transform: skewX(0) scale(1);
    -moz-transform: skewX(0) scale(1);
    -ms-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1);
  }
  .application-page .application-2 .list ul li .flex .img {
    width: 100%;
    height: 200px;
  }
  .application-page .application-2 .list ul li .flex .content {
    width: 100%;
  }
  .application-page .application-2 .list ul li .flex {
    display: block;
    overflow: hidden;
  }
  .application-page .application-2 .list ul li .flex .content {
    padding: 20px 5%;
  }
  .newdet-page .newdet-content{
    padding-right: 0;
  }
}

.newdet-page .newdet-content .content p {
  font-size: 18px;
  padding: 8px 0;
  line-height: 34px;
}

.newdet-page .newdet-content .content p img.wscnph {
  padding: 10px;
  width: 49%;
}

.newdet-page .newdet-content .content .new-top {
  margin-bottom: 30px;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box img {
  object-fit: cover;
  height: 75px;
}

.prodet-page .prodet-2 {
  margin-bottom: 50px;
}

#index-body .init-3 .list ul li .info .slide {
  text-align: center;
}

#index-body .init-3 .ui.container {
  padding: 0;
}

@media screen and (max-width: 1600px) {
  #index-body .init-3 {
    padding: 60px 0 0;
  }
  #index-body .init-3 .list {
    padding: 30px 28% 60px;
  }
  #index-body .init-3 .list ul li span.h6 {
    font-size: 16px;
  }
  #index-body .init-3 .list ul li .info {
    margin: 10px 0 70px;
  }
}

/*招商*/

.dealers-page .dealers-1 {
  padding: 70px 0;
}
.dealers-page .dealers-1 .left {
}
.dealers-page .dealers-1 .left .text {
  margin-top: 1em;
  margin-bottom: 40px;
}
.dealers-page .dealers-1 .left .text p {
  margin-top: 1em;
}
.dealers-page .dealers-1 .left .text p:first-child {
  margin-top: 0;
}
.dealers-page .dealers-1 .right {
  text-align: center;
  padding: 0 5%;
  vertical-align: bottom;
}
.dealers-page .dealers-1 .right img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--index-main-color);
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.dealers-page .dealers-2 {
  padding: 80px 0;
  background: black;
  color: white;
  background: url(../images/de-bg.jpg) no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.dealers-page .dealers-2 .list {
}
.dealers-page .dealers-2 .list ul li {
  height: 300px;
  transition: 0.5s;
}
.dealers-page .dealers-2 .list ul li .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  height: 100%;
  padding: 0 5%;
  transform: scale(0.8);
  transition: 0.5s;
}
.dealers-page .dealers-2 .list ul li .box .text {
  color: inherit;
  opacity: 0;
  transition: 0.5s;
}
.dealers-page .dealers-2 .list ul li .box h6 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0.5em 0;
  width: 100%;
}
.dealers-page .dealers-2 .list ul:hover li {
  width: 20%;
}
.dealers-page .dealers-2 .list ul:hover li:hover {
  width: 40%;
  background: var(--index-main-color);
}
.dealers-page .dealers-2 .list ul:hover li:hover .box {
  transform: scale(1);
}
.dealers-page .dealers-2 .list ul:hover li:hover .text {
  opacity: 1;
}

.dealers-page .dealers-3 {
  padding: 80px 0;
  text-align: center;
}
.dealers-page .dealers-4 .box {
  display: flex;
}
.dealers-page .dealers-4 .box .left .img {
  height: 100%;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50%;
}
.dealers-page .dealers-4 .box .right {
  padding: 50px 5%;
  background: #333;
  color: white;
}
.dealers-page .dealers-4 .box .right form {
  margin-top: 30px;
}
.dealers-page .dealers-4 .box .right form ul {
  margin: -10px;
}
.dealers-page .dealers-4 .box .right form ul li {
  padding: 10px;
  width: 100%;
}
.dealers-page .dealers-4 .box .right form ul li input,
.dealers-page .dealers-4 .box .right form ul li textarea {
  padding: 0.5em;
  font-size: 16px;
  background: white;
  border: 1px solid #eee;
  transition: 0.5s;
  color: black;
  width: 100%;
}
.dealers-page .dealers-4 .box .right form ul li textarea {
  height: 120px;
}
.dealers-page .dealers-4 .box .right form ul li input:focus,
.dealers-page .dealers-4 .box .right form ul li textarea:focus {
  border-color: var(--index-main-color);
}
.dealers-page .dealers-4 .box .right form ul li input[type="submit"] {
  width: auto;
  padding: 0.5em 2em;
  background: var(--index-main-color);
  color: white;
  border: none;
}

.dealers-page h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: capitalize;
}
.dealers-page .dealers-1 .left {
  padding-top: 60px;
}
.dealers-page .text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}
.dealers-page .text p {
  font: inherit;
}
.dealers-page .text span {
  font-size: 120%;
  font-weight: bold;
}

.dealers-page .dealers-1 .left a.more.you {
  margin-left: 15px;
}
.seoPublic {
  word-break: break-word;
}
.seoPublic .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2em;
}

.seoPublic > div {
  padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
  background: #fafafa;
}

.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.seoPublic .Auxil-about .box .left {
  width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}

.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  max-height: 400px;
  overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
  display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}

.seoPublic .Auxil-news .list ul {
  margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: var(--index-main-color);
}

.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  margin-top: 0.5em;
  display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: var(--index-main-color);
  color: var(--index-main-color);
}

.seoPublic .Auxil-form .form ul {
  margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: var(--index-main-color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--index-main-color);
  color: whitesmoke;
  border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
  background: #222;
}

.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.seoPublic .text a {
  color: var(--index-main-color);
}

.seoPublic .text a:hover {
  text-decoration: underline;
}

.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}

.seoPublic .Auxil-through a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.seoPublic .Auxil-through a:hover {
  background: var(--index-main-color);
  color: white;
}

.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: var(--index-main-color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid var(--index-main-color);
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: var(--index-main-color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: var(--index-main-color);
}

@media screen and (max-width: 1400px) {
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }

  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }

  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }

  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }

  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }

  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }

  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}

@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .dealers-page .dealers-2 {
    display: none;
  }
  #cp-Nav {
    display: block;
  }

  #cp-Nav .nav {
    padding: 0 15px;
  }

  #cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background: var(--index-main-color);
    border-radius: 5px;
    color: white;
  }

  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }

  #cp-Nav .nav > ul {
    display: none;
  }

  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: white;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
  }

  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }

  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 28px;
  }

  .seoPublic .Auxil-about .box {
    display: block;
  }

  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .seoPublic .Auxil-about .box .left {
    width: 100%;
    padding: 0;
  }

  .seoPublic .Auxil-about .box .left .img {
    height: 300px;
  }

  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 18px;
  }

  .seoPublic > div {
    padding: 30px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
  .dealers-page .dealers-4 .box .right {
    width: 100%;
  }
  .dealers-page .dealers-4 .box .left {
    display: none;
  }
  .dealers-page .text {
    font-size: 14px;
  }
  .dealers-page h2 {
    font-size: 20px;
  }
  .dealers-page .dealers-3,
  .dealers-page .dealers-1 {
    padding: 40px 0;
  }
  .dealers-page .dealers-1 .left a.more.you {
    margin-left: 0;
    margin-top: 10px;
  }
  .dealers-page .dealers-1 .left {
    padding-top: 0;
  }
  .dealers-page .dealers-1 .right {
    padding: 0;
    margin-top: 10px;
  }
}
#Pop_UpsBtn {
  display: none !important;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  .prodet-page .shareBoxFlex{
    flex-wrap: wrap;
  }
  .prodet-page .shareBoxFlex .info{
    margin-left: -1.5em;
  }
  .prodet-page .shareBoxFlex .line{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body.inner-page .customization{
    margin-bottom: 50px;
  }
  .prodet-page .shareBoxFlex .info{
    margin-left: 0;
    flex-wrap: wrap;
    flex-shrink: unset;
    -webkit-flex-shrink:unset;
  }
  .prodet-page .shareBoxFlex .info a{
    padding: 5px 0; 
  }
  
}
@media screen and (max-width: 500px) {
  #index-body.inner-page .customization form .left .radio-list{
    flex-wrap: wrap;
  }
  #index-body.inner-page .customization form .left .radio-list li{
    width: 100%;
    margin-bottom: 15px;
  }
  #index-body.inner-page .customization form .right input{
    width: 100%;
    margin-bottom: 10px;
  }
      #index-body.inner-page .customization form {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #index-body.inner-page .customization form .left .public-title{
      margin-bottom: 30px;
    }
}


@media screen and (max-width: 1680px) {
  .product-page .slideBarRight .list ul li .box span.h4{
    height: calc(1.5em * 5);
  }
}
@media screen and (max-width: 1280px) {
  .product-page .slideBarRight .list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
    .product-page .slideBarRight .list ul li .box span.h4{
    height: calc(1.5em * 4);
  }
  .product-page .slideBarRight .list ul li{
    width: 100%;
  }
}


