
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.container{
  width: 1380px;
  padding: 0 15px;
}
html.mobile .body-overflow-box {
  left: 0;
}
.pb-100{
  padding-bottom: 100px;
}
/*#header .h-search img{
     filter: invert(0);
}*/
body {
  font-family: "Montserrat";
  font-weight: 400;
  --color:#e60e11;
  --color2:#021841;
  
}
.ui.container {
  position: relative;
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.init-1 .tit-name p {
  font-size: 16px;
  line-height: 30px;
  color: #83827f;
  margin-top: 7px;
}
.init-4{
  margin-bottom: 30px;
  margin-top: 30px
}
.init-4 p{
   font-size: 16px;
  line-height: 30px;
  color: #83827f;
  margin-top: 7px;
  text-align: center;
}

.right_nav_list {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 81;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
.seoPublic .Auxil-news .list ul li .content time{
  line-height: 2;
}
.font-20{
  line-height: 1.8;
}
.shouye h1{
  display: inline;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .font-48{
      font-size: 16px;
  line-height: 30px !important;

  }
  .font-20{
  font-size: 16px;
  line-height: 30px;
  }
  .seoPublic .Auxil-about .box .right div.title, .seoPublic .Auxil-related .list ul li .box .content div.h3{
    line-height: 1.8;
  }
.fenlei{
  display: none;
}
  .font-30{
    line-height: 2 !important;
  }
  .font-24{
    line-height: 2;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
color: #000000;
z-index: 999;

}
.h-search img{
   filter: invert(0);
}
#header.inner{
  color: #ffffff;
}
#header.inner .h-search img{
filter: invert(100%);
}
#header.inner.active .h-search img{
filter: invert(0);
}
#header.inner.active{
  color: #000000;
  background: #fff;
}
#header.inner.active .logo img{
  /*filter: invert(100);*/
}
#header.active{
  color: #000000;
  background: #fff;
  z-index: 999;
}
#header .ui.container {
  max-width: 1880px;
  margin: 0 auto;
}
#header .nav .logo img{
  padding-top: 10px;
}
#header .nav .menu-box {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
#header .nav .nav-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 22px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 23px;
}
#header .nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .h-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul > li{
   font-size: 18px;
  line-height: 1.8;
 /*-webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;*/
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
}
#header .nav .ui.menu .menu-box ul > li > a {
  display: block;
  margin-right: 43px;
}
#header .nav .ui.menu .menu-box ul > li > a:hover,
#header .nav .ui.menu .menu-box ul > li > a.active {
  text-decoration: underline;
}
#header .nav .ui.menu .menu-box ul.menu>li .sub-menu {
  position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    white-space: nowrap;
    width: auto;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -o-transition: opacity 0.3s, -o-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    border-radius: 2px;
    background-color: #f7f7f7;
  }
  
  #header .nav .ui.menu .menu-box ul.menu>li .sub-menu li {
   
    padding: 0 10px;
    line-height: 40px;
    color: black;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 100%;
  }

  
  #header .nav .ui.menu .menu-box ul.menu>li .sub-menu a {
    display: block;
    color: #000;
    transition: .5s;
    margin-right: 0;
  }
  
  #header .nav .ui.menu .menu-box ul.menu>li .sub-menu li:hover {
    background: #222;
    color: white;
    width: 100%;
  }
  
  #header .nav .ui.menu .menu-box ul.menu>li .sub-menu li:hover > a {
    color: #fff;
  }
  

  
  #header .nav .ui.menu .menu-box ul.menu > li:hover > .sub-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  #header .nav .ui.menu .menu-box ul.menu>li .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    min-width: 120px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li .sub-menu li:hover ul.sub-menu {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1;
  }
#header .nav .h-language {
  margin-left: 30px;
  margin-right: 20px;
  position: relative;
}
#header .nav .h-language span {
  font-size: 16px;
  line-height: 1.7;
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  overflow: hidden;
}
#header .nav .h-language span img {
  width: 40px;
  height: 27px;
  margin-right: 20px;
}
#header .nav .h-language span i {
  margin-left: 13px;
}
#header .nav .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e11052;
  display: none \9;
}
#header .nav .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .inquirys {
  width: 133px;
  height: 68px;
  /*background-color: var(--color);*/
  background: var(--color) url(../images/mail.png) right -20px bottom -5px no-repeat;
  font-weight: bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  line-height: 98px;
}
#banner {
  height: 870px;
  background: url(../images/ban_bg.png) no-repeat right top;
  position: relative;
}
#banner .banner-cont {
  position: fixed;
  width: 100%;
  top: 0;
}
#banner .banner-cont .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#banner .banner-cont .left ul .slick-slider,#banner .banner-cont .left ul  .slick-list {
width: 100%;
}
#banner .banner-cont .left{
    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;
}
#banner .banner-cont .left ul{
    width: 48%;
}
#banner .banner-cont .left ul .lf {
  width: 100%;
}
#banner .banner-cont .left ul .lf img {
  width: 100%;
}
#banner .banner-cont .left .rg .title {
  max-width: 610px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  line-height: 1.4;
}
#banner .banner-cont .left .rg .cont {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  font-weight: 400;
}
#banner .banner-cont .left .rg {
  width: 48%;
}
#banner .banner-cont .left .rg .btn {
  width: 181px;
  height: 46px;
  background-color: var(--color);
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  display: block;
  transition: all .3s linear;
}
#banner .banner-cont .left .rg .btn:hover{
  background-color: #000;
}
#banner .banner-cont .right {
  width: 43%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-20%);
  -moz-transform: translate(-20%);
  -ms-transform: translate(-20%);
  transform: translate(-20%);
  background: #ffffff;
}
#banner .banner-cont .right ul {
  padding: 5px 5px 0;
}
#banner .banner-cont .right li {
  height: 225px;
  overflow: hidden;
  padding: 5px 6px 0;
}
#banner .banner-cont .right li img{
  /*height: 100%;*/
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  display: block;
  margin-bottom: 0;
}
#index-body {
  position: relative;
  z-index: 8;
  background: #ffffff;
  padding-top: 15px;
}
#index-body .about .content .about_c1 .about_info .tit {
  margin-top: 15px;
  margin-bottom: 20px;
}
#index-body .content {
  width: 1360px;
  margin: 0 auto;
}
#index-body .about {
  position: relative;
  padding-top: 200px;
  z-index: 100;
}
#index-body .about .ab_bg {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#index-body .about .about_text {
  width: 100%;
  position: absolute;
  top: 0;
}
#index-body .about .about_text .conts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: wordsloop 20s linear infinite;
  -moz-animation: wordsloop 20s linear infinite;
  animation: wordsloop 20s linear infinite;
}
#index-body .about .about_text .conts img {
  width: 100%;
  padding-right: 8%;
}
.play-btn{
  background-color: rgba(0, 0, 0, 0.3);
  width: 5em;
  height: 5em;
  border: 2px solid #fff;
}
.play-btn i {
  border-left: 0 solid transparent;
  font-size: 36px;
}
#index-body .about .content {
  position: relative;
  z-index: 2;
}
#index-body .about .content .about_c1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .about .content .about_c1 .about_img {
  width: 36%;
  margin-right: 60px;
  position: relative;
}
#index-body .about .content .about_c1 .about_img img {
  width: 100%;
}
#index-body .about .content .about_c1 .about_info {
  width: 42%;
  padding-top: 37px;
}
#index-body .about .content .about_c1 .about_info .year {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 11px;
  position: relative;
}
#index-body .about .content .about_c1 .about_info .year::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .about .content .about_c1 .about_info .tit {
  font-weight: 600;
  line-height: 1.4;
  display: block;
}
#index-body .about .content .about_c1 .about_info .tit:hover {
  color: var(--color);
}
#index-body .about .content .about_c1 .about_info .about_cont {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  font-weight: 400;
}
#index-body .about .content .about_c1 .about_info .about_cont p {
  text-transform: uppercase;
}
#index-body .about .content .about_c1 .about_info .btn {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-top: 24px;
  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;
  cursor: pointer;
}
#index-body .about .content .about_c1 .about_info .btn:hover {
  color: var(--color);
}
#index-body .about .content .about_c1 .about_info .btn:hover p {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: var(--color);
}
#index-body .about .content .about_c1 .about_info .btn p {
  width: 30px;
  height: 30px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .content .about_c2 {
  width: 206px;
  
  position: absolute;
  right: -20px;
  top: -59px;
}
#index-body .about .content .about_c2 .c2_img {
  height: 50%;
  overflow: hidden;
}
#index-body .about .content .about_c2 .c2_img img {
  width: 100%;
}
#index-body .about .content .about_c2 .c2_f {
  padding: 22px 52px;
  background-color: var(--color);
}
#index-body .about .content .about_c2 .c2_f .cw_2 {
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}
#index-body .about .content .about_c2 .c2_f .c2_text {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
#index-body .range {
  background: #f9f9f9;
  /*margin-top: -62px;*/
  font-weight: 400;
}
#index-body .range .range_top {
  width: 1350px;
  margin: 0 auto;
}
#index-body .range .range_top .smt {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  padding-left: 11px;
  position: relative;
}
#index-body .range .range_top .smt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .range .range_top .t_btn {
  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;
  border-bottom: 1px solid #cdccd0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .range .range_top .t_btn .main_t {
  font-weight: 600;
  line-height: 1;
}
#index-body .range .range_top .t_btn .btn {
  width: 223px;
  height: 46px;
  background-color: var(--color);
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
#index-body .range .range_bottom {
  /*padding: 64px 0 128px;*/
}
#index-body .range .range_bottom .range_list {
  width: 1800px;
  margin: 0 auto;
}
#index-body .range .range_bottom .range_list .range_item {
  padding: 0 17px;
}
#index-body .range .range_bottom .range_list .range_item .rg_img {
  overflow: hidden;
  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;
}
#index-body .range .range_bottom .range_list .range_item .rg_img img {
  width: 100%;
}
#index-body .range .range_bottom .range_list .range_item .rg_info {
  background: #fff;
  padding: 40px 24px 45px;
}
#index-body .range .range_bottom .range_list .range_item .rg_info .text {
  font-weight: 600;
  display: block;
  line-height: 1.6;
  min-height: 3em;
}
#index-body .range .range_bottom .range_list .range_item .rg_info .text:hover {
  color: var(--color);
}
#index-body .range .range_bottom .range_list .range_item .rg_info .cont {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.9;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdccd0;
}
#index-body .range .range_bottom .range_list .range_item .rg_info .btn {
  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-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-top: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .range .range_bottom .range_list .range_item .rg_info .btn:hover {
  color: var(--color);
}
#index-body .range .range_bottom .range_list .range_item .rg_info .btn:hover p {
  background: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .range .range_bottom .range_list .range_item .rg_info .btn:hover p img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#index-body .range .range_bottom .range_list .range_item .rg_info .btn p {
  width: 30px;
  height: 30px;
  background-color: #e5e5e5;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 9px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .range .range_bottom .range_list .range_item .rg_info .btn p img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .smt {
  font-size: 18px;
  line-height: 32px;
  position: relative;
  padding-left: 12px;
}
#index-body .smt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .main_t {
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
#index-body .product {
  position: relative;
}
#index-body .product .product_cont1 .p1_img {
  width: 100%;
}
#index-body .product .product_cont1 .p1_img img {
  width: 100%;
}
#index-body .product .product_cont1 .p1_info {
  width: 75%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8 url(../images/product_bg1.png) no-repeat right center;
  margin-top: -256px;
  position: relative;
  z-index: 2;
  height: 500px;
}
#index-body .product .product_cont1 .p1_info .p1_in_left {
  width: 40%;
  border-right: 1px solid #cdccd0;
}
#index-body .product .product_cont1 .p1_info .p1_in_left .pf_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  counter-reset: section; /* 初始化计数器 */
}
#index-body .product .product_cont1 .p1_info .p1_in_left .pf_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 49px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  color: #000000;
  border-bottom: 2px solid #cdccd0;
  cursor: pointer;
}
#index-body .product .product_cont1 .p1_info .p1_in_left .pf_list li.active,
#index-body .product .product_cont1 .p1_info .p1_in_left .pf_list li:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .product .product_cont1 .p1_info .p1_in_left .pf_list li.active::before,
#index-body .product .product_cont1 .p1_info .p1_in_left .pf_list li:hover::before {
  color: #ffffff;
}
#index-body .product .product_cont1 .p1_info .p1_in_left .pf_list li:last-of-type {
  border-bottom: none;
}
#index-body .product .product_cont1 .p1_info .p1_in_left .pf_list li::before {
  color: var(--color);
  margin-right: 27px;
  counter-increment: section;
  content: counter(section, decimal-leading-zero) ". ";
}
#index-body .product .product_cont1 .p1_info .p1_in_right {
  width: 46%;
}
#index-body .product .product_cont1 .p1_info .p1_in_right .pr_list li {
  display: none;
  padding: 68px 68px 85px;
}
#index-body .product .product_cont1 .p1_info .p1_in_right .pr_list li .smt {
  font-size: 18px;
  line-height: 32px;
  position: relative;
  padding-left: 12px;
}
#index-body .product .product_cont1 .p1_info .p1_in_right .pr_list li .smt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .product .product_cont1 .p1_info .p1_in_right .pr_list li .main_t {
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
#index-body .product .product_cont1 .p1_info .p1_in_right .pr_list li .r_text {
  font-size: 16px;
  line-height: 30px;
}
#index-body .product .product_cont1 .p1_info .p1_in_right .pr_list li.active {
  display: block;
}
#index-body .product .product_cont2 {
  padding-top: 124px;
  padding-bottom: 117px;
  background: url(../images/product_bg2.png) no-repeat right top, url(../images/product_bg3.png) no-repeat left bottom 100px;
}
#index-body .product .product_cont2 .product_content {
  width: 1360px;
  margin: 0 auto;
}
#index-body .product .product_cont2 .product_content .main_t {
  margin-bottom: 50px;
}
#index-body .product .product_cont2 .product_content .hot_list {
  margin-right: -60px;
}
#index-body .product .product_cont2 .product_content .hot_list li {
  padding-right: 60px;
}
#index-body .product .product_cont2 .product_content .hot_list li:hover .hot_img {
  background-color: #f6f6f6;
	box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_img {
  height: 410px;
  /*background: #f6f6f6;*/
  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;
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_img img {
  max-width: 80%;
}
/*#index-body .product .product_cont2 .product_content .hot_list li .hot_text {
  padding-top: 45px;*/
/*}*/
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .hot_tit {
  display: block;
  font-weight: bold;
  min-height: 3em;
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .hot_tit:hover{
  color: var(--color);
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .hot_cont {
  font-size: 16px;
  line-height: 30px;
  /*border-bottom: 2px solid #cdccd0;*/
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .size,
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .weight {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  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;
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .size p{
    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;

}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .size .dates p{
    padding-left: 20px;
  position: relative;
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .size .dates p::before{
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  background: url(../images/choose.jpg) no-repeat center;
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .size .dates p::first-child {
  margin-left: -10px
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .size img,
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .weight img {
  margin-right: 9px;
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  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-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .btn:hover {
  color: var(--color);
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .btn:hover p {
  background: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .product .product_cont2 .product_content .hot_list li .hot_text .btn p {
  width: 30px;
  height: 30px;
  background-color: #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .pd_img {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 5;
}
#index-body .custom {
  position: relative;
  /*padding: 104px 0;*/
  background: #fbfbfb;
  overflow: hidden;
}
#index-body .custom .left {
  width: 36%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#index-body .custom .left img {
  width: 100%;
}
#index-body .custom .right {
  width: 63%;
}
#index-body .custom .right .cr_cont {
  max-width: 520px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
}
#index-body .custom .right .cus_list {
  color: rgba(0, 0, 0, 0.6);
  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;
}
#index-body .custom .right .cus_list li {
  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;
  width: 45%;
  /*margin-top: 65px;*/
}
#index-body .custom .right .cus_list li > img {
  /*width: 22px;
  margin-right: 17px;*/
}
#index-body .custom .right .cus_list li .item_text .tit {
  font-weight: bold;
  color: #000000;
}
#index-body .custom .right .cus_list li .item_text .cont {
  max-width: 300px;
  font-size: 16px;
  line-height: 30px;
}
#index-body .custom .right .btn {
  width: 181px;
  height: 46px;
  background-color: var(--color);
  display: block;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  -webkit-transform: .5s;
  -moz-transform: .5s;
  -ms-transform: .5s;
  transform: .5s;
}
#index-body .custom .right .btn:hover {
  background: #000;
}
#index-body .news {
  /*padding: 175px 0 94px;*/
}

#index-body .news .new_box {
  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;
}
#index-body .news .new_box .btn {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  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-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .new_box .btn:hover {
  color: var(--color);
}
/*#index-body .news .new_box .btn:hover p {
  background: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
#index-body .news .new_box .btn p {
  width: 30px;
  height: 30px;
  background-color: #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .new_box .new_right .new_list li:hover .btn p {
    background: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .news .new_box .new_left {
  width: 25%;
}
#index-body .news .new_box .new_left .main_t {
  /*margin-bottom: 60px;*/
}
#index-body .news .new_box .new_right {
  width: 68%;
}
#index-body .news .new_box .new_right .new_list li {
  padding: 0 26px;
}
#index-body .news .new_box .new_right .new_list .item_img {
  position: relative;
}
#index-body .news .new_box .new_right .new_list .item_img img {
  width: 100%;
}
#index-body .news .new_box .new_right .new_list .item_img .time {
  background: var(--color);
  padding: 20px 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
}
#index-body .news .new_box .new_right .new_list .item_img .time .day {
  font-weight: bold;
}
#index-body .news .new_box .new_right .new_list .item_img .time .mon {
  font-weight: bold;
}
#index-body .news .new_box .new_right .new_list .new_text {
  padding-top: 43px;
}
#index-body .news .new_box .new_right .new_list .new_text .tit {
  font-weight: 600;
  min-height: 4.6em;
}
#index-body .news .new_box .new_right .new_list .new_text .cont {
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
}
#index-body .com_logo {
  padding-top: 60px;
  border-top: 2px solid #ced1d8;
  padding-bottom: 87px;
}
#index-body .com_logo ul {
  margin-right: -60px;
}
#index-body .com_logo li {
  padding-right: 60px;
}
#index-body .com_logo li p {
  line-height: 68px;
  height: 68px;
  text-align: center;
}
#index-body .com_logo li p img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: inline-block;
  vertical-align: middle;
}
#index-body .com_logo li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.more {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
     width: 181px;
  height: 46px;
  background-color: var(--color);     
  font-size: 18px;
  line-height: 48px;
  margin-top: 39px;
  text-align: center;
    -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .3s ease;

}
.more span{
  display: block;
  width: 100%;
  text-align: center;
}
.more img {
  margin-right: 16px;
}
.more::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;

}

.more:hover {
  color: #fff;
  background-color: #000;
}
.more:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.more:hover::before {
  top: 0;
  border-color: #e11052;
}
.more:hover::after {
  background: #e11052;
  border-color: #e11052;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
strong {
  font-weight: bold;
}
.i-tag {
  font-size: 18px;
  line-height: 40px;
  /*font-weight: bold;*/
}
/*.font-68 {
  font-size: 68px;
}
.font-60 {
  font-size: 60px;
}
.font-52 {
  font-size: 52px;
}
.font-56{
  font-size: 56px;
}
.font-48{
  font-size: 48px;
}*/
#footer {
  background-color: #3f3b3a ;
  /*background: #000 url(../images/bottom.jpg) no-repeat center center / cover;*/
  color: #fff;
  position: relative;
  z-index: 9;
  background-image: url(../images/footerBg1.png);
  background-repeat: no-repeat;
  background-position: left bottom 65px;
}
#footer .smt {
  font-size: 18px;
  line-height: 32px;
  position: relative;
  text-align: center;
}
#footer .smt span {
  position: relative;
  padding-left: 12px;
}
#footer .smt span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .main_t {
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  max-width: 756px;
  margin: 0 auto;
}
#footer .content {
  width: 1360px;
  margin: 0 auto;
}
#footer .f-form .inp {
  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;
}
#footer .f-form .inp li {
  width: 30%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
#footer .f-form .inp li input {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  background: none;
  border: none;
}
#footer .f-form .inp li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-form .inp li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-form .inp li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-form .inp li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-form .inp li input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-form .submit {
  width: 418px;
  height: 60px;
  background-color: var(--color);
  text-align: center;
  margin: 37px auto 0;
  font-size: 18px;
  color: #ffffff;
  border: none;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-form .submit:hover {
  color: #000;
  background: #fff;
}
#footer .f-form .submit:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#footer .f-form .submit img {
  margin-left: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box {
  padding-top: 107px;
  padding-bottom: 110px;
}
#footer .f-box .tit {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}
#footer .f-box ul li {
  font-size: 16px;
  line-height: 2;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}
#footer .f-box ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box ul li a {
  transition: all .3s ease;
}
#footer .f-box ul li a:hover {
  color: var(--color);
}
#footer .f-box .f-contact {
  max-width: 390px;
}
#footer .f-box .f-code {
  text-align: center;
}
#footer .f-box .f-code #ewm {
  width: 164px;
  height: 164px;
  padding: 10px;
  background: #fff;
  margin: 30px auto 15px;
}


#footer .f-box .f-code .share {
  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;
}
#footer .f-box .f-code .share li {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
#footer .f-box .f-code .share li .iconfont{
  font-size: 22px;
}
#footer .f-box .f-code .share li:hover {
  background: #fff;
  color: #000;
}

#footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 14px;
  padding-bottom: 14px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  justify-content: center;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 25px 0 37px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .f-copy p {
  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;
  line-height: 1.2;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
  margin-left: 10px;
  margin-top: -5px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1800px) {
  #header .nav .ui.menu .menu-box ul > li > a {
    margin-right: 30px;
  }
  #banner .banner-cont .left .rg {
    padding-top: 110px;
  }
  #banner .banner-cont .left .rg .title {
    line-height: 1.4;
  }
  #banner {
    height: 800px;
  }
}

@media screen and (max-width: 1680px) {
  #banner .banner-cont .right li {
    height: 200px;
  }
  #banner .banner-cont .left ul {
    width: 50%;
  }
  #header .nav .h-language {
    margin-left: 15px;
    margin-right: 15px;
  }
  #header .ui.container,
  #banner .ui.container,
  #index-body .range .range_bottom .range_list {
    max-width: 1400px;
  }
  .ui.container {
    max-width: 1380px;
  }
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1420px;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
#header .nav .ui.menu .menu-box ul > li > a {
    margin-right: 15px;
  }
  #index-body .custom .right .cus_list li {
    margin-top: 45px;
  }
  #banner .banner-cont .left .rg {
    padding-top: 8%;
  }
   #banner .banner-cont .left{
     position: relative
   }
  #index-body .product .product_cont1 .p1_info .p1_in_right .pr_list li {
    padding: 48px 40px 65px;
  }
  #index-body .product .product_cont1 .p1_info .p1_in_left .pf_list li {
    font-size: 24px;
  }
}
@media screen and (max-width: 1550px){
  #banner .banner-cont .right{
   transform: translate(-20%, 20%);
  }
  
}
@media screen and (max-width: 1440px) {
  .ui.container,
  #index-body .content,
  #index-body .range .range_top,
  #index-body .range .range_bottom .range_list,
  #index-body .product .product_cont2 .product_content,
  #footer .content {
    max-width: 1220px;
  }
  #header .nav .inquirys{
    width: 100px
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1270px;
  }
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1270px;
  }
  #header .nav .ui.menu .logo {
    margin: 0 0 0 30px;
  }
#header .nav .ui.menu .menu-box ul > li > a{
    margin-right: 12px;
    font-size: 16px;
  }
  #banner {
    height: 750px;
  }
  #index-body .custom .right .cus_list li {
    margin-top: 45px;
  }
  #header .nav .h-language {
    margin-left: 10px;
  }
  #banner .banner-cont .left .rg {
    padding-top: 7%;
  }
  #banner .banner-cont .left .rg .title {
    line-height: 1.2;
    max-width: 460px;
  }
  #banner .banner-cont .left .rg .cont {
    width: 450px;
  }
  #banner .banner-cont .right li {
    height: 200px;
  }
  #banner .banner-cont .right{
  transform: translate(-20%, 40%);
  }
}
@media screen and (max-width: 1280px) {
  .ui.container,
  #index-body .range .range_top,
  #index-body .range .range_bottom .range_list,
  #index-body .product .product_cont2 .product_content,
  #index-body .content,
  #footer .content {
    max-width: 1080px;
  }
  #header .ui.container,
  #banner .ui.container,
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1100px;
  }
  #header .ui.container {
    max-width: 1150px;
  }
  #header .ui.container .inquirys {
    display: none;
  }

  #index-body .about .box .left {
    max-width: 620px;
  }
  #index-body .about .box .right .imgs {
    margin-right: -30px;
  }
  #index-body .about .box .right .imgs i {
    padding-right: 30px;
  }
  #banner .banner-cont .left .rg {
    padding-top: 5%;
  }
  #banner .banner-cont .left .rg .title {
    line-height: 1.2;
    max-width: 460px;
  }
   #banner{
     height: 630px；
   }
  #banner .banner-cont .left .rg .cont {
    width: 420px;
  }
  #index-body .product .product_cont2 .product_content .main_t {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  #index-body .range .range_bottom .range_list .range_item .rg_info {
    padding: 25px 20px 30px;
  }
  #index-body .product .product_cont1 .p1_info .p1_in_left .pf_list li {
    padding: 0 25px;
  }
  #index-body .custom {
    padding: 50px 0;
  }
  #index-body .custom .right .cus_list li {
    margin-top: 35px;
  }
  #index-body .news .new_box .new_left {
    width: 30%;
  }
  #banner .banner-cont .right li {
    height: 150px;
  }
  #banner .banner-cont .right {
    -webkit-transform: translate(-20%, 50%);
    -moz-transform: translate(-20%, 50%);
    -ms-transform: translate(-20%, 50%);
    transform: translate(-20%, 50%);
  }
 #header .nav .ui.menu .menu-box ul > li > a{
    font-size: 14px;
  }
  #index-body .custom .right .cus_list li {
    width: 48%;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container,
  .ui.container,
  #index-body .range .range_top,
  #index-body .range .range_bottom .range_list,
  #index-body .product .product_cont2 .product_content,
  #index-body .content,
  #footer .content {
    max-width: 970px;
  }
  #header .ui.container,
  #banner .ui.container,
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1000px;
  }
  #banner {
    height: 560px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .shop {
    margin: 0 7px 0 30px;
  }
  #banner .swiper-slide .text {
    top: 22%;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 90px;
  }
  #index-body .i-product .content ul {
    margin-right: -40px;
  }
  #index-body .i-product .content ul li {
    padding-right: 40px;
  }
  #index-body .i-product .content ul li .img-box span {
    font-size: 30px;
  }
  #index-body .video span {
    font-size: 100px;
  }
  #index-body .news_product .content ul {
    margin: 0 -60px -40px 0;
  }
  #index-body .news_product .content ul li {
    padding: 0 60px 40px 0;
  }
  #index-body .contact .box {
    padding-right: 0;
  }
  #index-body .contact .box .tit {
    font-size: 86px;
  }
  #footer .f-box .f-contact {
    max-width: 266px;
  }
  #footer .f-box .f-contact ul li {
    font-size: 16px;
  }
  #footer .f-box .f-contact ul li span {
    padding-left: 10px;
  }
  #index-body .about .content .about_c1 .about_info .about_cont {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .range {
    margin-top: 0;
    margin-top: 20px;
  }
  #index-body .about .content .about_c1 .about_info {
    width: 45%;
  }
  #index-body .about .content .about_c1 .about_info .tit {
    font-size: 25px;
  }
  #index-body .product .pd_img {
    display: none;
  }
  #index-body .about .ab_bg {
    display: none;
  }
  #index-body .product .product_cont1 .p1_info .p1_in_left .pf_list li {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .product .product_cont1 .p1_info .p1_in_right .pr_list li {
    padding: 25px 20px 30px ;
  }
  #index-body .product .product_cont1 .p1_info .p1_in_right {
    width: 45%;
  }
  #index-body .main_t {
    font-size: 30px;
  }
  .f-nav {
    display: none;
  }
  #index-body .about .content .about_c2 {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul > li > a{
    margin-right: 10px;
  }
  #index-body .product .product_cont2 .product_content .hot_list li .hot_img {
    height: 330px;
  }
}
@media screen and (max-width: 1000px) {
  /*#banner .banner-cont .left .rg{
    padding-top: 100px
  }*/
  .ui.container,
  #index-body .range .range_top,
  #index-body .range .range_bottom .range_list,
  #index-body .product .product_cont2 .product_content,
  #index-body .content,
  #footer .content,
  .content {
    width: 100%;
  }
  #footer .main_t {
    font-size: 30px;
  }
  #index-body .product .product_cont2 {
    padding: 0 20px 40px;
  }
  #header .nav {
    background: #eee;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  #header .nav .ui.menu .logo img {
    height: 60%;
    vertical-align: middle;
  }
  #header {
    position: fixed;
    z-index: 20;
  }
  #header .nav {
    padding: 0;
    position: initial !important;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    height: 100%;
    line-height: 60px;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .shop {
    display: none;
  }
  #header.active {
    top: 0;
  }
  #banner {
    padding-top: 10px;
    height: auto;
  }
  #banner .banner-cont {
    position: static;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 70px;
  }
  #banner .swiper-slide .text .box .link {
    zoom: 0.7;
  }
  #index-body .product .content .swiper-scrollbar {
    margin-top: 40px;
  }
  #index-body .product .content ul li .img .cart {
    display: none;
  }
  #index-body .i-product .content {
    margin-top: 40px;
  }
  #index-body .video span {
    font-size: 86px;
    bottom: 0;
  }
  #index-body .news_product .content ul {
    margin: 0 -30px -20px 0;
  }
  #index-body .news_product .content ul li {
    padding: 0 30px 20px 0;
  }
  #index-body .news_product .content ul li .img .cart {
    display: none;
  }
  #index-body .news .left {
    width: 100%;
  }
  #index-body .news .right {
    width: 100%;
  }
  #index-body .about .about_text {
    display: none;
  }
  #index-body .contact .box .tit {
    font-size: 62px;
  }
  #index-body .contact .box .form ul {
    margin: -10px;
  }
  #index-body .contact .box .form ul li {
    padding: 10px;
    width: 50%;
  }
  #index-body .contact .box .form ul li:nth-child(3) {
    width: 100%;
  }
  #index-body .contact .box .form input[type="submit"] {
    bottom: 21px;
  }
  #footer .f-box {
    padding: 40px 0;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .tit {
    margin-bottom: 20px;
  }
  #footer .f-box .f-contact {
    max-width: 500px;
  }
  #footer .f-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .content .about_c1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .content .about_c1 .about_img {
    width: 100%;
    margin-right: 0;
  }
  #index-body .about {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .about .content .about_c1 .about_info {
    width: 100%;
  }
  #index-body .range,#index-body .product {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #index-body .product .pd_img {
    display: none;
  }
  #index-body .about .content .about_c1 .about_info {
    padding: 50px 20px;
  }
  #index-body .product .product_cont1 {
    /*display: none;*/
  }
  #index-body .product .product_cont1 .p1_info {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 40px;
  }
  #index-body .product .product_cont2 {
    background: none;
  }
  #index-body .custom .left {
    display: none;
  }
  #index-body .custom .right {
    width: 100%;
    padding: 20px 20px;
  }
  #index-body .news .new_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .new_box .new_left {
    width: 100%;
  }
  #index-body .news .new_box .new_right {
    width: 100%;
    margin-top: 20px;
  }
  .flex_cont {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-form .inp li {
    width: 48%;
    margin-bottom: 10px;
  }
  #footer .f-form .inp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  #index-body .news {
    /*padding: 80px 20px 60px;*/
    padding-left: 20px;
    padding-right: 20px;
  }
  #index-body .news .new_box .new_right .new_list li {
    padding: 0 10px;
  }
  #index-body .news .new_box .new_left .main_t {
    margin: 10px 0 20px;
  }
  #footer .f-copy p {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    line-height: 1.5;
  }
  #banner .banner-cont .right {
    display: none;
  }
  #banner .banner-cont .left .rg .cont {
    width: 100%;
    padding-right: 20px;
  }
  #banner .banner-cont .left .rg .title {
    max-width: 100%;
    padding-right: 20px;
  }
  #footer .f-form .inp li:last-child {
    width: 100%;
  }
  #index-body .main_t{
    font-size: 22px
  }
}
@media screen and (max-width: 700px) {
  #index-body .main_t{
    font-size: 20px
  }

  #banner .banner-cont .left .rg .cont{
    font-size: 16px
  }
  #banner .banner-cont .left .rg{
    padding-top: 50px
  }
  #banner .banner-cont .left .rg .btn{
    font-size: 16px
  }
  #banner .swiper-slide .text .box .title {
    font-size: 52px;
  }
  #banner .swiper-slide .text .box .link {
    zoom: 0.5;
    bottom: -130px;
  }
  #banner .banner-cont .left ul  {
    width: 100%;
  }
  #banner .banner-cont .left ul {
    position: relative;
  }
  #banner .banner-cont .left .rg {
    width: 60%;
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    padding-top: 0;
    top: 20px;
    padding: 20px;
  }
  #banner .banner-cont .left .rg .cont {
    font-size: 16px;
    line-height: 1.7;
  }
  #banner .banner-cont .left .rg .btn {
    font-size: 16px;
    width: 150px;
  }
  #index-body .about .content .about_c1 .about_img img {
    width: 70%;
    display: block;
    margin: auto;
  }
  #index-body .custom .left img {
    width: 70%;
  }
  #index-body .main_t {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #index-body .about .content .about_c1 .about_info .tit {
    font-size: 25px;
  }
  #index-body .custom .right .cus_list li .item_text .tit {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #index-body .custom .right .cus_list li {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .custom .right .cus_list li .item_text .cont {
    max-width: 70%;
  }
  #index-body .about .content .about_c1 .about_info .about_cont {
    font-size: 14px ;
    line-height: 2;
  }
  #index-body .about {
    padding-top: 10px;
  }
  #footer .main_t {
    font-size: 25px;
  }
  #footer .f-box {
    padding: 20px 0;
  }
  #footer .f-box .f-ab .search {
    width: 180px;
  }
  #footer .f-box .f-contact {
    padding-left: 10px;
    margin-top: 20px;
  }
  #footer .f-box .f-contact .tit {
    margin-bottom: 30px;
  }
  #index-body .about .content .about_c1 .about_info .tit {
    margin: 15px 0 20px;
  }
  #index-body .product .product_cont1 .p1_info .p1_in_right {
    width: 60%;
  }
  #index-body .product .product_cont1 .p1_info {
    flex-wrap: wrap;
    height: auto;
    min-height: 500px;
  }
  #index-body .product .product_cont1 .p1_info .p1_in_left,#index-body .product .product_cont1 .p1_info .p1_in_right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-cont .left .rg{
   padding-top: 20px
  }
  #banner .banner-cont .left .rg {
    width: 100%;
  }
  #banner .banner-cont .left .rg .title {
    line-height: 1.5;
  }
  #banner .banner-cont .left .rg .cont {
    font-size: 14px;
    line-height: 2;
  }
  #banner .banner-cont .left .rg .btn {
    width: 120px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  #index-body .about .content .about_c1 .about_info .year {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .about .content .about_c1 .about_info .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  #index-body .about .content .about_c1 .about_info .btn,
  #index-body .product .product_cont2 .product_content .hot_list li .hot_text .btn,
  #index-body .news .new_box .btn {
    font-size: 14px;
  }
  #index-body .about .content .about_c1 .about_info .btn p,
  #index-body .product .product_cont2 .product_content .hot_list li .hot_text .btn p,
  #index-body .news .new_box .btn p {
    width: 24px;
    height: 24px;
  }
  #index-body .custom .right .cr_cont {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .smt,
  #index-body .product .product_cont2 .product_content .hot_list li .hot_text .hot_cont {
    font-size: 14px;
  }
  #index-body .main_t {
    font-size: 20px;
    line-height: 1.8 !important;
  }
  #index-body .product .product_cont2 .product_content .hot_list li .hot_text .hot_tit {
    font-size: 20px;
    line-height: 1.8;
    min-height: 4em;
  }
  #index-body .custom .right .cus_list li .item_text .cont {
    max-width: 100%;
  }
  #footer #footer .f-box .f-contact {
    width: 100%;
    padding: 0 20px;
  }
  #footer .f-form .inp li {
    width: 100%;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
  #index-body .product .product_cont2 .product_content .hot_list li .hot_text .size,
  #index-body .product .product_cont2 .product_content .hot_list li .hot_text .weight {
    font-size: 14px;
  }
  #index-body .custom .right .cus_list li .item_text .tit {
    font-size: 16px;
  }
  #index-body .custom .right .cus_list li .item_text .cont {
    font-size: 14px;
  }
  #index-body .custom .right .cus_list li {
    padding: 0;
  }
  #index-body .custom .right .btn {
    width: 120px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
  }
  #index-body .custom {
    padding: 20px 0;
  }
  #index-body .news .new_box .new_right .new_list .item_img .time .day {
    font-size: 20px;
  }
  #index-body .news .new_box .new_right .new_list .item_img .time .mon {
    font-size: 14px;
  }
  #index-body .news .new_box .new_right .new_list .item_img .time {
    padding: 10px 15px;
  }
  #index-body .news .new_box .new_right .new_list .new_text .tit {
    font-size: 18px;
  }
  #index-body .news .new_box .new_right .new_list .new_text .cont {
    font-size: 14px;
    margin: 15px 0;
  }
  #index-body .news {
    /*padding: 20px 10px 15px;*/
    padding-left: 10px;
    padding-right: 10px;
  }
  #index-body .com_logo {
    padding: 20px 0 30px;
  }
  #footer .f-form .submit {
    width: 60%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  #footer {
    padding-top: 40px;
  }
  #footer .f-box .f-contact ul li {
    font-size: 14px;
  }
  #footer .f-copy p {
    font-size: 14px;
  }
  #index-body .com_logo ul {
    margin-right: -30px;
  }
  #index-body .com_logo li {
    padding-right: 30px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 81;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -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);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #e11052;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #e11052;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #e11052;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.inner-banner{
  padding-top: 120px;
  padding-bottom: 80px;
  text-align: center;
  /*background: #f1f6ff;*/
  background: #000 url(../images/inner-1.jpg ) no-repeat center center / cover;
}
.inner-banner .mbx{
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.inner-banner h2{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.product2-page {
  padding: 100px 0;
}
 
.product2-page .product-list ul {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin: 0 -10px;
}
.product2-page .product-list ul li {
  padding: 0 10px;
  margin-bottom: 37px;
}
.product2-page .product-list ul li .img {
  overflow: hidden;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  background: #f7f7f7;
  position: relative;
}
.product2-page .product-list ul li .img img {
  width: 100%;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product2-page .product-list ul li .img:hover img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .text .btm .slick-slide img {
  padding: 5px;
}
.product2-page .product-list ul li.wid-100 {
  width: 100%;
}
.product2-page .product-list ul li .pro-box .imgbox img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}
.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product2-page .product-list ul li .text {
  /*background: #f7f7f7;*/
  margin-top: 0;
  padding: 10px;
}
.product2-page .product-list ul li .text .neirong p {
  font-size: 14px;
  color: #aaa;
  text-transform: lowercase;
  font-weight: 300;
}
.product2-page .product-list ul li .text h2 {
  font-weight: bold;
  margin-top: 10px;
  line-height: 32px;
  text-transform: capitalize;
  text-align: center;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product2-page .product-list ul li:hover .text h2 a{
  color: var(--color);
}
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product2-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
   position: sticky;
  top: 100px;
  padding-right: 45px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 24px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
  overflow-y: auto;*/
  padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2.6;
  word-break: break-all;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i{
  float: right;
  position: relative;
  top: 1px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color);
}
 
/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
  display: none;
}*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  /*list-style-type: disc;*/
  margin-left: 10px;
  color: #7b7b7b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 40px 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page.product2-page .sidebar-left {
  padding-right: 45px;
}
.product2-page .sidebar-right h1{
  margin-bottom: 30px;
    font-size: 30px;
    color: var(--color);
    font-weight: 700; 
}
.product2-page .sidebar-right .Auxil-catdes{
    color: #7b7b7b;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 18px;
    max-height: 300px;
    overflow: auto;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}

.prodet-page {
  padding: 120px 0 125px;
}
.prodet-page  .prodet-2 .submit {
  width: 380px;
  height: 60px;
  background-color: var(--color);
  text-align: center;
  margin: 37px auto 0;
  font-size: 18px;
  color: #ffffff;
  border: none;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  /*height: 800px;*/
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
}
.prodet-page .prodet-1 .img .big-img img {
  /*width: 100%;*/
  position: relative;
  max-height: 600px;
  display: block;
  margin: auto;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .text {
  padding-left: 50px;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.prodet-page .prodet-1 .text .more {
  margin-top: 35px;
    -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-link a:hover{
  color: var(--color);
}
.prodet-page .prodet-1 .text .m-link a:hover{
  color: var(--color);
}
.prodet-page .prodet-1 .text .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link a{
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #181818;
  transition: all .3s linear;
}
.prodet-page .prodet-1 .text .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .text .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .list p {
  font-size: 17px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .text .list p a {
  display: inline-block;
  color: #83827F;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .list p a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .text .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  margin-top: 35px;
}
.prodet-page .prodet-1 .img .gallery-img .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin-right: -20px;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding-right: 20px;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  background: white;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: block; 
  max-height: 130px;
  margin: auto;
}
.prodet-page .prodet-2 {
  padding: 100px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  border-top: 2px solid transparent;
  font-weight: bold;
  background: #f6f6f6;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: var(--color);
  /*border-top-color: #181818;*/
  color: white;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input,
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 17px;
  color: var(--color);
  position: relative;
  width: 17px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more{
  padding: 0;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"]{
  padding: 0 45px;
  width: 100%;
  border: none;
}
.prodet-page .prodet-3 {
  padding-top: 60px;
}
.prodet-page .prodet-3 h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 18px;
  line-height: 32px;
  min-height: 4rem;
  margin-bottom: 0;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.prodet-page .prodet-3 .content ul li:hover h3{
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left,
  .inner-page.product2-page .sidebar-left{
    display: none;
  }
  a.yy {
    display: none;
}
  .Auxil-catdes{
    font-size: 14px!Important;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .text {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .text .more {
    margin-top: 15px;
    padding: 15px 30px;
  }
  .prodet-page .prodet-1 .text .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .submit {
    max-width: 290px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .text .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}

#index-body .init1 {
    background: var(--color);
    padding: 60px 0 68px;
}
#index-body .init1 .info {
    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;
}

#index-body .about .top .text .btn a.link {
    vertical-align: top;


}
#index-body .about .top .text .btn a.link em {
    display: inline-block;
    padding: 22px;
    background: var(--color);
        margin-top: 39px;
}
 
#index-body .about .top .text .btn a.link span {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    padding-left: 5px;
}
.service-page #index-body .init1 h3 {
width: 55%;
    color: #fff;
        font-size: 34px;
    line-height: 1.4;
    font-weight: bold;
}
.service-page #index-body .init1 .more{
  background: white;
  color: black;
}
.service-page #index-body .init1 .more:hover{
  color: white;
}
.service-page {
  padding: 120px 0 80px;
}
.service-page .service-1 {
  padding-bottom: 60px;
}
.service-page .service-1 #index-body .about {
  padding: 0;
}
.service-page .service-1 #index-body .about .top .text {
  width: 50%;
}
.service-page .service-1 #index-body .about .top .text h2.title {
   margin: 40px 0;
  line-height: 1.4;
}
.service-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
 
.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
  position: relative;
  width: 50%;
}
.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: #fff;
  padding: 60px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .header .title{
  line-height: 1.2;
  margin-top: 12px;
}
.service-page .service-2 .content {
  margin-top: 80px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 30%;
  margin: 0 auto;
  border-radius: 50%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: bold;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: #f39800;
  border-color: #f39800;
}
.service-page #index-body .init1 h3 {
  width: 46%;
}
.service-page #index-body .rate {
  padding: 100px 0 30px;
}
.service-page #index-body .rate .content{
  margin-top: 50px;
}
.service-page #index-body .rate .content ul{
  margin: -15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-page #index-body .rate .content ul li a{
  border: 1px solid #ccc;
}
.service-page #index-body .rate .content ul li{
  padding: 10px;
  width: 12.5%;
}
.service-page #index-body .rate .content ul li .box{
  background: #f2f2f2;
    padding: 30px;
    min-height: 300px;
}

.service-page #index-body .rate .content ul li .box .title{
  display: block;
  font-weight: bold;
  font-size: 26px;
  margin-top: 15px;
}
.service-page #index-body .rate .content ul li .box .desc{
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  color: #7b7b7b;
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.service-page #index-body .init1 h3 {
width: 55%;
    color: #fff;
        font-size: 34px;
    line-height: 1.4;
    font-weight: bold;
}
.service-page #index-body .init1 .more{
  background: white;
  color: black;
}
.service-page #index-body .init1 .more:hover{
  color: white;
}
@media screen and (max-width: 1680px) {
 
  #index-body .partner{
    padding: 100px 0;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
   
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
  .service-page #index-body .rate .content ul li .box .title{
    font-size: 20px;
    line-height: 36px;
  }
  .service-page #index-body .rate .content ul li .box .desc{
    min-height: 162px;
  }
  
}
@media screen and (max-width: 1280px) {
   
  #index-body .about .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
  .seoPublic .title {
    line-height: 1.5;
}
}
@media screen and (max-width: 1000px) {
  .service-page #index-body .rate .content ul li{
    width: 15.5%;
  }
  .service-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con h4 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 700;
}
  .inner-banner h2 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    color: #fff;
}
.product2-page .sidebar-right h1 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.8;
    color: var(--color);
    font-weight: 700;
}
  #index-body .init1 .info{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page #index-body .init1 h3{
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-right: 0;
    width: 100%;
  }
  .service-page .service-1 #index-body .about .top .text {
    width: 100%;
  }
  .service-page .service-1 #index-body .about .top .img{
    width: 100%;
    margin-top: 25px;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page #index-body .rate .content ul li{
    width: 20%;
  }
  .service-page {
    padding: 30px 0;
  }
  
  .service-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }

  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 #index-body .about .top .img .i2 {
    position: static;
    margin-top: 20px;
  }
  .service-page .service-1 #index-body .about .top .img{
    text-align: center;
    padding-left: 0;
  }
   
.service-page #index-body .rate .content ul li{
    width: 33%;
  }
  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 15px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}
.faq-page{
  padding: 100px 0 100px;
}
.faq-page .marginBox {

  text-align: center;
}
.faq-page .marginBox .h2{
  line-height: 1.2;
  margin-top: 12px;
}
.faq-page .marginBox .box {
  margin-top: 0px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 35%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 30px;
  background: var(--color);
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 1em;
  display: block;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 1em;
  line-height: 24px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
font-size: 18px;
line-height: 32px;
  color: #242424;
  text-align: left;
  display: block;
  position: relative;
  padding-left: 15px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 770px;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 1.5;
  margin: 15px 15px;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}

.video-page .video-1 {
  padding: 38px 0 90px;
  background: #f6f6f6;
}
.video-page .video-1 .tag,
.video-page .video-2 .tag{
  color: var(--color);
}
.video-page .video-1 .header h2.title {
  margin-top: 14px;
  line-height: 1.2;
}
.video-page .video-1 .content {
  margin-top: 40px;
}
.video-page .video-1 .content ul {
  margin: -10px -12px;
}
.video-page .video-1 .content ul li {
  padding: 10px 12px;
}
.video-page .video-1 .content ul li .ig {
  display: block;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  background-color: #fff;
  padding: 14px;
}
.video-page .video-1 .content ul li .ig video {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-page .video-2 {
  padding: 93px 0 107px;
}
.video-page .video-2 .header h2.title {
  margin-top: 14px;
}
.video-page .video-2 .content {
  margin-top: 57px;
}
.video-page .video-2 .content ul {
  margin: 0 -26px -25px 0;
}
.video-page .video-2 .content ul li {
  padding: 0 26px 25px 0;
}
.video-page .video-2 .content ul li .ig {
  background: #eee;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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;
}
.video-page .video-2 .content ul li .ig span {
  display: inline-block;
}
.video-page .video-2 .content ul li .ig .fl {
  padding: 0 15px;
  width: 75%;
}
.video-page .video-2 .content ul li .ig .fr {
  width: 150px;
  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;
}
.video-page .video-2 .content ul li .ig .fr img {
  margin-right: 15px;
}
.video-page .video-2 .content ul li .ig:hover {
  background: var(--color);
  color: white;
}
.video-page .video-2 .content ul li .ig:hover .fr img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1280px) {
  .video-page .video-2 .content ul li .ig .fl {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .video-page .video-2 .content ul li .ig .fl {
    width: 68%;
  }
  .faq-page .marginBox .box .left{
    display: none;
  }
  .faq-page .marginBox .box .right{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .marginBox .box .right .list ul li span.title i {
    left: auto;
    right: 10px;
  }
  .faq-page .marginBox .box .right .list ul li span.title {
    padding-right: 30px;
  }
  .video-page .video-1 {
    padding: 38px 0 60px;
  }
  .video-page .video-1 .content ul li {
    width: 50%;
  }
  .video-page .video-2 .content ul li {
    width: 100%;
  }
  .video-page .video-2 {
    padding: 60px 0;
  }
  .video-page .video-2 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .video-page .video-1 {
    padding: 30px 0;
  }
  .video-page .video-1 .content ul li {
    width: 100%;
  }
  .video-page .video-2 .content ul li .ig {
    font-size: 16px;
    height: auto;
    line-height: 1;
    padding: 10px 0;
  }
  .video-page .video-2 .content ul li .ig .fl {
    width: 100%;
  }
  .video-page .video-2 .content ul li .ig .fr {
    width: 100%;
    padding: 10px 0 0 15px;
  }
}
.news-page{
  padding-top: 100px;
}
.news-page .sidebar-right ul{
  margin: -15px;
}
.news-page .sidebar-right ul li{
  padding: 15px;
}
.news-page .sidebar-right ul li .cat_name{
      background-color: #262626;
    display: inline-block;
    color: white;
    font-size: 14px;
    line-height: 2;
    padding: 8px 18px 7px 17px;
    margin-top: 20px;
}
.news-page .sidebar-right ul li .title{
      font-size: 20px;
      line-height: 1.8;
      font-weight: bold;
    margin-top: 21px; 
    min-height: 7.3em;
}
.news-page .sidebar-right ul li .title:hover{
  color: var(--color);
}
.news-page .sidebar-right ul li .des{
      font-size: 16px;
    color: #7b7b7b;
    line-height: 30px;
    margin-top: 6px;
}
.news-page .sidebar-right ul li .time{
      font-size: 16px;
    line-height: 30px;
    color: var(--color);
    display: inline-block;
    margin-top: 2px;
}
.newdet-page {
  padding: 0 0 100px;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 120px 0px 50px;
  background: #fff;
  margin: 0 auto;
  text-align: left;
}
.newdet-page .header .categoty {
  display: inline-block;
    font-size: 16px;
    color: #fff;
    background: var(--color);
    padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 32px;
  line-height: 1.6;
  margin: 40px 0px 0;
}
.newdet-page .header .post_meta {
  margin-top: 5px;
  font-size: 14px;
line-height: 28px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 0px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background:#7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  /*background: #83827F;*/
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827F;
}
.newdet-page .content {
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #000;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  /*max-width: 1060px;*/
  margin: 40px auto 0;
      border-top: 1px solid #d1d0c8;
    padding-top: 20px;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .m-link a em {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #7b7b7b;
}
.newdet-page .m-link a:hover span {
  color: var(--color);
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
  font-weight: bold;
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  /*max-width: 1060px;*/
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 36px;
    margin: 20px 27px 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}

 
.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  right: 36px;
  bottom: 115px;
  display: inline-block;
  padding: 50px 50px 50px 60px;
  background: var(--color);
  border-radius: 50%;
  z-index: 1;
}
.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(0, 100, 40, 0.5);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .top .img .play::before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .top .text {
  max-width: 1339px;
  width: 100%;
  margin: -90px auto 0;
  background: #fff;
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  padding: 85px 68px 108px;
}
.about-page .about-1 .top .text .title{
  line-height: 1.2;
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}
.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 22px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}
.about-page .about-2 {
  margin-top: 137px;
}
.about-page .about-2 .box {
  padding: 122px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  vertical-align: middle;
}
.about-page .about-2 .box .text {
  max-width: 632px;
  padding-left: 64px;
  vertical-align: middle;
  color: #fff;
}
.about-page .about-2 .box .text .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 24px;
}
.about-page .about-2 .box .text .header .left{
  width: 100%;
}
.about-page .about-2 .box .text .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-2 .box .text .header .more {
  color: #000;
  margin-bottom: 10px;
  background: #fff;
}
.about-page .about-2 .box .text .header .more span {
  text-decoration: none;
}
.about-page .about-2 .box .text .con {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 41px;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 81.25%;
  height: 100%;
  background: var(--color);
}
.about-page .about-3 {
  background-color: #f2f2f2;
  padding: 12% 0 7%;
  margin-top: -122px;
}
.about-page .about-3 .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: var(--color);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    padding: 0 0 0 20px;
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -37px -37px 0;
}
.about-page .about-3 .content ul li {
  margin: 0 37px 37px 0;
  background: #fff;
  padding: 39px 35px 35px;
  width: 46%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #121212;
  /*height: 250px;*/
}
.about-page .about-3 .content ul li .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-top: 15px;
}
.about-page .about-3 .content ul li p {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.about-page .about-3 .content ul li:hover {
  background: var(--color); 
}
.about-page .about-3 .content ul li:hover i img {
  /*-webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);*/
  -webkit-filter:invert(1);
  filter:invert(1);
}
.about-page .about-3 .content ul li:hover .tit,
.about-page .about-3 .content ul li:hover p{
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 {
  background: var(--color);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: var(--color);
}
.about-page .about-5 {
  padding: 120px 0 180px;
}
.about-page .about-5 .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: var(--color);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  background: var(--color);
  margin-bottom: 4px;
}
.about-page .about-5 .header .more:hover {
  background: #000;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin-right: -42px;
}
.about-page .about-5 .content ul li {
  padding-right: 42px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
@media screen and (max-width: 1440px) {
  .about-page .about-4 .box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
   
  .about-page .about-1 .top .img .play {
    padding: 30px 30px 30px 40px;
  }
  .about-page .about-2 .box .text {
    padding: 0 15px 0 30px;
  }
  .about-page .about-3 .content ul li {
    width: 29.9%;
    padding: 39px 15px;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 22px;
  }
  .about-page .about-4 {
    max-width: 800px;
  }
}
@media screen and (max-width: 1100px) {
   
  .about-page .about-1 .top .text {
    padding: 70px 50px 90px;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -40px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 40px;
  }
  .about-page .about-3 .content ul {
    margin: 0 -20px -20px 0;
  }
  .about-page .about-3 .content ul li {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .about-page .about-4 {
    max-width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  
  .about-page .about-1 .top .text {
    padding: 50px 30px;
  }
  .about-page .about-1 .top .text .con {
    font-size: 18px;
  }
  .about-page .about-1 .bottom {
    margin: 60px auto 0;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -20px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 20px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 50px;
  }
  .about-page .about-1 .bottom ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .bottom ul li .text p {
    font-size: 16px;
line-height: 30px;
  }
  .about-page .about-2 {
    margin-top: 60px;
  }
  .about-page .about-2 .box {
    padding: 0 0 60px;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .box::after {
    width: 100%;
  }
  .about-page .about-3 {
    margin-top: 0;
    padding: 60px 0;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content ul li {
    width: 47%;
  }
  .about-page .about-3 .list {
    margin-top: 60px;
  }
  .about-page .about-3 .list .slick-dots {
    bottom: -40px;
  }
  .about-page .about-4 {
    max-width: 680px;
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 60px 0 11.05%;
  }
  .about-page .about-5 .header {
    padding-bottom: 30px;
  }
  .about-page .about-5 .header .left {
    width: 52%;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
   
  .about-page .about-1 .top .img .play {
    padding: 20px 20px 20px 30px;
    bottom: 20px;
  }
  .about-page .about-1 .top .text {
    margin-top: 0;
    padding: 30px 15px;
  }
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom ul li .data {
    padding-bottom: 0;
  }
  .about-page .about-1 .bottom {
    margin: 30px auto 0;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-2 {
    margin-top: 30px;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .content ul li {
    width: 45.9%;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-3 .content ul li p {
    font-size: 17px;
    margin-top: 10px;
  }
  .about-page .about-3 .list {
    margin-top: 30px;
  }
  .about-page .about-4 {
    padding: 30px 15px;
  }
  .about-page .about-5 {
    padding: 30px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 15px;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    bottom: -25px;
  }
}
@media screen and (max-width: 500px) {
   
  .about-page .about-1 .top .img .play {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .about-page .about-1 .top .img .play img {
    width: 20px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }
  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .bottom ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-1 .bottom ul li {
    padding: 0 0 20px 0;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-2 .box {
    padding-bottom: 30px;
  }
  .about-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .box .text .header .left {
    width: 100%;
  }
  .about-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }
  .about-page .about-2 .box .text .con {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .about-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .header {
    padding-bottom: 10px;
  }
  .about-page .about-3 .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-3 .header .right {
    font-size: 16px;
    line-height:30px;
  }
  .about-page .about-3 .content ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-3 .content ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .about-page .about-3 .content ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-4 .box .title {
    margin-top: 10px;
  }
  .about-page .about-4 .box .con {
    margin-top: 10px;
  }
  .about-page .about-4 .box .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .about-page .about-4 .box .info p {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-4 .box .info .left {
    width: 100%;
  }
  .about-page .about-4 .box .info .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 .box .more {
    margin-top: 20px;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 10px;
  }
}


.development-page .development-1 {
  background: var(--color);
  padding: 110px 0 141px;
  color: white;
}
.development-page .development-1 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.development-page .development-1 .header .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 29px;
}
.development-page .development-1 .time {
  margin-top: 113px;
}
.development-page .development-1 .time ul {
  padding: 0 0 0 60px;
  position: relative;
  z-index: 1;
}
.development-page .development-1 .time ul .slick-slide:nth-child(1) li {
  padding-left: 0;
}
.development-page .development-1 .time ul li {
  padding-left: 120px;
  cursor: pointer;
}
.development-page .development-1 .time ul li i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.development-page .development-1 .time ul li i::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
}
.development-page .development-1 .time ul li i::after {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  opacity: 0;
}
.development-page .development-1 .time ul li p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 8px;
}
.development-page .development-1 .time ul li.active i {
  background: white;
}
.development-page .development-1 .time ul li.active i::before {
  background: var(--color);
}
.development-page .development-1 .time ul li.active i::after {
  opacity: 1;
}
.development-page .development-1 .time ul li.hide {
  opacity: 0;
  cursor: inherit;
}
.development-page .development-1 .time ul::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 17px;
  width: 100%;
  height: 1px;
  background: white;
}
.development-page .development-1 .content {
  margin-top: 99px;
}
.development-page .development-1 .content ul li {
  background: white;
  padding: 53px 94px 53px 37px;
}
.development-page .development-1 .content ul li .left {
  width: 12%;
  vertical-align: middle;
}
.development-page .development-1 .content ul li .left .title {
  color: #121212;
  font-size: 40px;
  font-weight: bold;
}
.development-page .development-1 .content ul li .right {
  font-size: 20px;
  line-height: 1.5;
  color: #656565;
  vertical-align: middle;
  width: 88%;
  max-height: 120px;
  padding-right: 5px;
  overflow-y: auto;
}
.development-page .development-1 .content ul li .right::-webkit-scrollbar-thumb {
  background: var(--color);
}
.development-page .development-2 {
  padding: 49px 0 167px;
}
.development-page .development-2 .box .text {
  padding: 9px 36px 0 0;
}
.development-page .development-2 .box .text span.tag {
  color: var(--color);
}
.development-page .development-2 .box .text .title {
  margin-top: 12px;
  color: #121212;
  line-height: 1.2;
}
.development-page .development-2 .box .text .con {
  font-size: 20px;
  color: #474747;
  line-height: 1.5;
  margin-top: 40px;
}
.development-page .development-2 .box .text .arrow {
  margin-top: 42px;
}
.development-page .development-2 .box .text .arrow .prev,
.development-page .development-2 .box .text .arrow .next {
  width: 59px;
  height: 59px;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.development-page .development-2 .box .text .arrow .prev::after,
.development-page .development-2 .box .text .arrow .next::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 18px;
  width: 23px;
  height: 16px;
  background: url(../images/arrow.png) no-repeat;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.development-page .development-2 .box .text .arrow .prev:hover,
.development-page .development-2 .box .text .arrow .next:hover {
  background: var(--color);
}
.development-page .development-2 .box .text .arrow .prev:hover::after,
.development-page .development-2 .box .text .arrow .next:hover::after {
  -webkit-filter: none;
  filter: none;
}
.development-page .development-2 .box .text .arrow .prev::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.development-page .development-2 .box .text .arrow .next {
  margin-left: 29px;
}
.development-page .development-2 .box .img {
  padding-left: 30px;
}
#index-body .partner {
    /*padding: 141px 0 202px;*/
}
#index-body .partner .header {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 64px;
    border-bottom: 1px solid #b8b8bc;
}
#index-body .partner .header .left {
    width: 55%;
    padding-right: 60px;
}
#index-body .partner .header .left .title {
    margin-top: 12px;
    line-height: 1.2;
    font-size: 40px;
}
#index-body .partner .header .right {
    width: 45%;
    font-size: 20px;
    line-height: 1.5;
    color: #474747;
}
#index-body .partner .content {
    margin-top: 55px;
}
#index-body .partner .content ul {
    margin: 0 -41px -58px 0;
}
#index-body .partner .content ul li{
  padding: 0 41px 59px 0;
}

@media screen and (max-width: 1280px) {
  .development-page .development-1 .time ul li {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .development-page .development-1 .time ul li {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .development-page .development-1 {
    padding: 60px 0;
  }
  .development-page .development-1 .time {
    margin-top: 60px;
  }
  .development-page .development-1 .content {
    margin-top: 60px;
  }
  .development-page .development-1 .content ul li {
    padding: 53px 30px;
  }
  .development-page .development-1 .content ul li .left {
    width: 15%;
  }
  .development-page .development-1 .content ul li .right {
    width: 85%;
  }
  .development-page .development-2 {
    padding: 49px 0 60px;
  }
  .development-page .development-2 .box .text {
    vertical-align: middle;
    padding: 0 15px 0 0;
  }
  .development-page .development-2 .box .img {
    vertical-align: middle;
    padding-left: 15px;
  }
}
@media screen and (max-width: 700px) {
  .development-page .development-1 .time ul li {
    padding-left: 20px;
  }
  .development-page .development-1 {
    padding: 30px 0;
  }
  .development-page .development-1 .header .title {
    margin-top: 10px;
  }
  .development-page .development-1 .header .con {
    margin-top: 10px;
  }
  .development-page .development-1 .time {
    margin-top: 30px;
  }
  .development-page .development-1 .content {
    margin-top: 30px;
  }
  .development-page .development-1 .content ul li {
    padding: 30px 15px;
  }
  .development-page .development-1 .content ul li .left {
    width: 20%;
  }
  .development-page .development-1 .content ul li .right {
    width: 80%;
  }
  .development-page .development-2 {
    padding: 30px 0;
  }
  .development-page .development-2 .box .text {
    width: 100%;
    padding: 0;
  }
  .development-page .development-2 .box .img {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .development-page .development-1 .header .con {
    font-size: 15px;
    line-height: 1.9;
  }
  .development-page .development-1 .time ul li {
    padding-left: 0;
  }
  .development-page .development-1 .content ul li .left {
    width: 100%;
  }
  .development-page .development-1 .content ul li .right {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .development-page #index-body .partner {
    display: block;
    padding: 30px 0 0;
  }
  .development-page #index-body .partner .header .title {
    margin-top: 10px;
  }
  .development-page #index-body .partner .header .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .development-page .development-2 .box .text .title {
    margin-top: 10px;
  }
  .development-page .development-2 .box .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .development-page .development-2 .box .text .arrow {
    margin-top: 15px;
  }
}
.gallery-page{
  padding: 30px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li a{
  display: block; 
  background: white;
}

.contact-page {
  padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
  line-height: 36px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more {
   padding: 0;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li .more input[type="submit"]{
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827F;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title{
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
font-size: 16px;
line-height: 30px;
  color: #83827F;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: #83827F;
font-size: 16px;
line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}

@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 2px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}

.inner-page span.h2 {
  font-weight: bold;
  font-size: 40px;
  display: block;
  line-height: 1.2;
  color: #000;
}
.inner-page span.tag {
  font-weight: 500;
  font-size: 20px;
  color: var(--color);
  text-transform: uppercase;
  display: block;
  margin-bottom: .5em;
}
.inner-page .text {
  font-size: 16px;
  line-height: 30px;
  /*display: block;*/
}
.manufacturing-page span.h2 {
  font-weight: 600;
}
.manufacturing-page .text {
  font-weight: 300;
}
.manufacturing-page .manufacturing-1 {
  padding-top: 90px;
}
.manufacturing-page .manufacturing-1 .box {
  margin-top: 15px;
}
.manufacturing-page .manufacturing-1 .box .left {
  padding-right: 2%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .box .left .img {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: block;
}
.manufacturing-page .manufacturing-1 .box .right {
  padding-left: 5%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .box .right .text {
  margin-top: 2em;
}
.manufacturing-page .manufacturing-2 {
  padding: 110px 0;
}
.manufacturing-page .manufacturing-2 .left {
  vertical-align: middle;
  width: 40%;
}
.manufacturing-page .manufacturing-2 .right {
  width: 60%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-2 .right ul li {
  width: auto;
  color: var(--color2);
  text-align: center;
}
.manufacturing-page .manufacturing-2 .right ul li span.h6 {
  font-size: 50px;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.manufacturing-page .manufacturing-2 .right ul li span.h6 sup {
  font-size: .5em;
}
.manufacturing-page .manufacturing-2 .right ul li .text {
  margin-top: .5em;
}
.manufacturing-page .manufacturing-2 .right ul li i.line {
  height: 80%;
  width: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39e44), to(transparent));
  background-image: -webkit-linear-gradient(top, #f39e44, transparent);
  background-image: -moz-linear-gradient(top, #f39e44, transparent);
  background-image: linear-gradient(to bottom, #518bea, transparent);
  display: block;
  margin-top: 5px;
}
.manufacturing-page .manufacturing-3 {
  padding-bottom: 140px;
}
.manufacturing-page .manufacturing-3 .box {
  height: 340px;
  background-size: cover;
  background-position: center;
  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;
  z-index: 1;
}
.manufacturing-page .manufacturing-3 .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color2)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color2), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color2), transparent);
  background-image: linear-gradient(to top, var(--color2), transparent);*/
  z-index: -1;
}
.manufacturing-page .manufacturing-3 .box .box2 {
  padding: 8%;
  color: white;
  width: 100%;
}
.manufacturing-page .manufacturing-3 .box .box2 span.h2 {
  color: inherit;
}
.manufacturing-page .manufacturing-3 .box .box2 .left {
  padding-right: 5%;
}
.manufacturing-page .manufacturing-4 {
  padding: 120px 0;
  background-color: #f9f9f9;
}
.manufacturing-page .manufacturing-4 .left {
  vertical-align: middle;
  padding-right: 11%;
}
.manufacturing-page .manufacturing-4 .left .text {
  margin-top: 1.5em;
}
.manufacturing-page .manufacturing-4 .right {
  padding-left: 5%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-4 .right .list ul {
  margin: -10px;
}
.manufacturing-page .manufacturing-4 .right .list ul li {
  padding: 10px;
}
.manufacturing-page .manufacturing-4 .right .list ul li a.img-box {
  display: block;
}
.manufacturing-page .manufacturing-5 {
  padding: 110px 0;
  text-align: center;
  background-color: var(--color);
  color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.manufacturing-page .manufacturing-5 .waves {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: -1;
  opacity: .6;
}
.manufacturing-page .manufacturing-5 .waves.ie1 {
  left: 0;
}
.manufacturing-page .manufacturing-5 .waves.ie1 canvas {
  -webkit-transform: rotate(90deg) translateX(50%);
  -moz-transform: rotate(90deg) translateX(50%);
  -ms-transform: rotate(90deg) translateX(50%);
  transform: rotate(90deg) translateX(50%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.manufacturing-page .manufacturing-5 .waves.ie2 {
  right: 0;
}
.manufacturing-page .manufacturing-5 .waves.ie2 canvas {
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.manufacturing-page .manufacturing-5 span.h2 {
  color: inherit;
  margin-bottom: 3em;
}
.manufacturing-page .manufacturing-5 .list {
  position: relative;
}
.manufacturing-page .manufacturing-5 .list ul {
  font-size: 20px;
  margin: 0 -1em;
  position: relative;
}
.manufacturing-page .manufacturing-5 .list ul:before {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(right, transparent, var(--color), transparent);
  background-image: -moz-linear-gradient(right, transparent, var(--color), transparent);
  background-image: linear-gradient(to left, transparent, var(--color), transparent);
}
.manufacturing-page .manufacturing-5 .list ul li {
  padding: 0 1em;
}
.manufacturing-page .manufacturing-5 .list ul li span.h6 {
  padding: 1.5em .5em;
  display: block;
  font-weight: 500;
  border-radius: 2em;
  background-color: #fff;
  /*white-space: nowrap;*/
width: 150%;
  line-height: 1.2;
  text-transform: capitalize;
  color: #000;
}
.manufacturing-page .manufacturing-5 .list ul li i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #ccebf8;
  position: relative;
  display: block;
  margin: 2.5em auto;
}
.manufacturing-page .manufacturing-5 .list ul li i.dots:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
  opacity: .5;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.manufacturing-page .manufacturing-5 .list ul li span.num {
  height: 2.8em;
  font-size: 1.5em;
  display: block;
  line-height: 1.2;
}
.manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li span.num {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.manufacturing-page .manufacturing-5 .list .btn {
  font-size: 20px;
}
.manufacturing-page .manufacturing-5 .list .btn div {
  width: 2em;
  height: 2em;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--color2);
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .manufacturing-5 .list .btn div.prev {
  left: 2em;
}
.manufacturing-page .manufacturing-5 .list .btn div.next {
  right: 2em;
}
.manufacturing-page .manufacturing-5 .list .btn div:hover {
  background-color:#000;
  color: white;
}
.manufacturing-page .manufacturing-6 {
  padding: 110px 0;
  text-align: center;
}
.manufacturing-page .manufacturing-6 span.h2 {
  margin-bottom: 1em;
  font-weight: bold;
}
.manufacturing-page .manufacturing-6 .list ul {
  margin: -15px -20px;
}
.manufacturing-page .manufacturing-6 .list ul li {
  padding: 15px 20px;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box {
  display: block;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color2)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color2), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color2), transparent);
  background-image: linear-gradient(to top, var(--color2), transparent);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box img {
  width: 100%;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box span {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  padding: 1em;
  left: 0;
  width: 100%;
  bottom: 0;
  color: white;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  text-transform: capitalize;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box:hover:before,
.manufacturing-page .manufacturing-6 .list ul li a.img-box:hover span {
  opacity: 1;
}
@media screen and (max-width: 1600px) {

  .inner-page .text {
    font-size: 14px;
  }
  .inner-page a.more {
    font-size: 14px;
  }
  .inner-page span.tag {
    font-size: 16px;
  }
  .inner-page span.h2 {
    font-size: 32px;
  }
  
}

@media screen and (max-width: 1000px) {
     .inner-page span.tag {
    font-size: 14px;
  }
 .inner-page span.h2 {
    font-size: 24px;
  }

  .about-page .about-2 .list ul li span.h6,
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 32px;
  }
  

  .manufacturing-page .manufacturing-2,
  .manufacturing-page .manufacturing-4,
  .manufacturing-page .manufacturing-5,
  .manufacturing-page .manufacturing-6,
   {
    padding: 50px 0;
  }
  .faq-page .list ul li .content span.h6 {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-2 .left {
    width: 100%;
  }
  .manufacturing-page .manufacturing-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-1 .box .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .box .left .img,
   {
    height: 240px;
  }
  .manufacturing-page .manufacturing-3 .box .box2 .left,
  .manufacturing-page .manufacturing-4 .left,
  {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-3 .box .box2 .right,
  .manufacturing-page .manufacturing-4 .right,
  {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .manufacturing-page .manufacturing-5 .list ul {
    font-size: 14px;
  }
  
}
@media screen and (max-width: 700px) {
  
  .about-page .about-2 .list ul li span.h6,
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 28px;
  }
  .manufacturing-page .manufacturing-5 .list .btn div.prev {
    left: 1em;
  }
  .manufacturing-page .manufacturing-5 .list .btn div.next {
    right: 1em;
  }
  .manufacturing-page .manufacturing-1,
  
  .about-page .about-2 .list ul li span.h6,
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 22px;
  }
  
}
h1.qq {
    display: initial;
}
a.rr {
    color: #666!Important;
}
.seoPublic .text a {
    color: #666!Important;
}

html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 0;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 50px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1700px){
  #index-body .partner{
    padding: 100px 0;
  }
}
@media screen and (max-width: 1450px){
  #index-body .partner{
    padding: 60px 0;
  }
}
@media screen and (max-width: 1250px){
  #index-body .partner{
    padding: 40px 0;
  }
}
@media screen and (max-width: 1000px){
  #index-body .partner{
    padding: 30px 0;
    padding-bottom: 10px;
  }
  .service-page #index-body .rate .content{
    margin-top: 0;
  }
}

.about-page .about-6 {
  padding: 10% 0 6.407%;
  overflow: visible;
}
.about-page .about-6 .container {
   overflow: visible !important ;
}
.about-page .about-6 .container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}
.about-page .about-6 .container .box .column {
  vertical-align: top;
}

.about-page .about-6 .left {
  width: 58.666%;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.about-page .about-6 .left span {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 21px;
  position: relative;
}

.about-page .about-6 .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}

.about-page .about-6 .left .title {
  /*color: #007aff;*/
  line-height: 1.2;
  font-weight: bold;
  margin-top: 21px;
}

.about-page .about-6 .left .title em {
  display: block;
}

.about-page .about-6 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
  /*max-height: 100vh;
  overflow-y: auto;*/
}

.about-page .about-6 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.about-page .about-6 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}

.about-page .about-6 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  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-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.about-page .about-6 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.about-page .about-6 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}

.about-page .about-6 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}

.about-page .about-6 .right .tag ul li.current a {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}

.about-page .about-6 .right .content ul li {
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(218 221 233)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));*/
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
}

.about-page .about-6 .right .content ul li .tit {
  font-size: 80px;
  line-height: 1.2;
  color: #030303;
  font-weight: bold;
}

.about-page .about-6 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}

.about-page .about-6 .right .content ul li:last-child {
  margin-bottom: 0;
}

.about-page .about-6 .right .content ul li.active {
  background: #f3f3f3;
  border-radius: 20px;
}
@media screen and (max-width: 1680px){
}
@media screen and (max-width: 1440px){
}
@media screen and (max-width: 1280px) {
  .about-page .about-6 .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-6 .left {
    width: 56%;
  }
  .about-page .about-6 .right {
    width: 44%;
  }
  .about-page .about-6 .left .title {
    font-size: 46px;
  }
}
@media screen and (max-width: 1100px) {
  

  .about-page .about-6 .right .content ul li {
    padding: 40px 20px;
  }

  .about-page .about-6 .right .content ul li .tit {
    font-size: 60px;
  }

  .about-page .about-6 .right .content ul li .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px){
  .about-page .about-6 .container .box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about-page .about-6 .container .box .column {
    width: 100%;
  }
  .about-page .about-6 .left {
    position: initial;
    width: 100%;
  }

  .about-page .about-6 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-6 .left .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  
  .about-page .about-6 .left .title {
    line-height: 1.6;
  }

  .about-page .about-6 .right {
    padding-left: 0;
  }

  .about-page .about-6 .right .tag {
    display: none;
  }

  .about-page .about-6 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }

  .about-page .about-6 .right .content ul li .tit {
    font-size: 40px;
  }

  .about-page .about-6 .right .content ul li .con {
    font-size: 16px;
    line-height: 30px;
  }
}

.xinwen h3{
    font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: red;
}

.hangye h3{
      font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: red;
}

@media (max-width: 500px) {
  .yejiao{
    display: none;
  }
  .seo-industry{
    display: none;
}
}

.xinwenbt{
  font-size: 22px;
  line-height: 40px;
  min-height: 7.6rem;
}
.hangye h2{
  font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1em;
}