@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.eot');
  src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  --color: #2b9900;
  --color1: #0c4195;
  color: #606060;
  font-family: 'Open Sans';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1250px;
  margin: 0 auto;
}
.more {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  background: var(--color);
  color: #fff;
  font-weight: 600;
  width: 233px;
  height: 60px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color1);
  height: 150px;
  width: 360px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.more:hover::before,
.more.active::before {
  top: -30px;
  left: -30px;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  padding: 17px 0 16px;
}
#header .nav .menu-box {
  margin: 0 auto;
}
#header .nav .menu-box ul.menu > li {
  font-size: 18px;
  line-height: 1;
  margin-right: 32px;
  font-weight: 600;
  float: left;
  text-transform: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  position: absolute;
  width: 1230px;
  top: 130%;
  opacity: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px -1px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px -1px;
  background-color: #fff;
  z-index: 1100;
  left: 15px;
  padding: 25px 40px;
  border-top: 5px solid var(--color1);
  display: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 15px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: var(--color1);
  border-color: var(--color1);
}
#header .nav .menu-box ul.menu > li ul.sub-menu.active {
  opacity: 1;
  display: block;
}
#header .nav .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color1);
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .yuy span img {
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header.inner,
#header.active {
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.15);
}
.i-tag {
  display: inline-block;
  font-size: 16px;
  color: #03004f;
  line-height: 1.5;
  padding: 13px 24px 9px 29px;
  border-radius: 10px;
  text-transform: uppercase;
  background: rgba(3, 0, 79, 0.1);
  position: relative;
}
.i-tag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #03004f;
}
.i-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
}
.text-color {
  color: var(--color);
}
.font-600 {
  font-weight: 600;
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 90px;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner ul li .text .box {
  max-width: 960px;
  color: #fefefe;
  margin: 0 auto;
  text-align: center;
}
#banner ul li .text .title {
  line-height: 1.3;
  font-weight: bold;
}
#banner ul li .text .con {
  line-height: 1.6;
  margin: 21px auto 0;
  width: 80%;
}
#banner ul li .text .more {
  font-size: 16px;
  width: 154px;
  border-radius: 0;
}
/*#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}*/
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
#banner .change {
  bottom: 0;
  right: 2.96875%;
  height: 100%;
  z-index: 2;
}
#banner .change .arrow {
  margin: 42px 0 46px;
}
#banner .change .line {
  width: 1px;
  height: -webkit-fill-available;
  background: #fff;
}
#banner .change .prev,
#banner .change .next {
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .change .prev:hover,
#banner .change .next:hover {
  background: #fff;
  color: #000;
}
#banner .change em {
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 10px auto 11px;
}
#banner .change .prev {
  border-radius: 10px 10px 0px 0px;
}
#banner .change .next {
  border-radius: 0px 0px 10px 10px;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.7;
}
.font-14 {
  line-height: 2;
}
.font-36 {
  line-height: 1.3;
}
.font-30 {
  line-height: 1.4;
}
#index-body .i-info {
  background: url(../images/info-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  background-attachment: fixed;
  color: #fff;
  padding: 61px 0 68px;
}
#index-body .i-info .left .tit {
  font-weight: 600;
}
#index-body .i-info .left p {
  line-height: 1.7;
}
#index-body .i-info .right {
  color: rgba(255, 255, 255, 0.9);
}
#index-body .i-info .right .font-50 {
  line-height: 1.1;
}
#index-body .i-info .right i {
  width: 69px;
}
#index-body .i-info .right span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-info .right span.mail {
  position: relative;
  line-height: 1.1;
}
#index-body .i-info .right span.mail::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
}
#index-body .i-advantage {
  padding: 58px 0 47px 0;
}
#index-body .i-advantage .title {
  font-weight: bold;
}
#index-body .i-advantage .title i {
  line-height: 47px;
}
#index-body .i-advantage .title i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage p {
  line-height: 2;
  color: #666;
}
#index-body .i-product {
  background-color: #f8f8f8;
  padding: 61px 0 73px;
}
#index-body .i-product .ig .img-box {
  width: 45.902%;
}
#index-body .i-product .ig .text {
  width: 54.098%;
  color: #666;
  max-height: 381px;
  overflow-y: auto;
}
#index-body .i-init {
  padding: 18px 0 7.71%;
}
#index-body .i-init .con {
  color: #666;
}
#index-body .i-init .top .left {
  width: 50%;
}
#index-body .i-init .top .left img {
  width: 100%;
}
#index-body .i-init .top .right {
  width: 50%;
}
#index-body .i-init .top .right .con p {
  margin-top: 27px;
}
#index-body .i-init .top .right .con p:first-child {
  margin-top: 0;
}
#index-body .i-init .bottom .left,
#index-body .i-init .bottom .right {
  width: 50%;
}
#index-body .i-production {
  background-color: #f8f8f8;
  padding: 5.3646% 0 4.1146%;
}
#index-body .i-production .box {
  max-width: 950px;
  margin: 0 auto;
}
#index-body .i-production .box .con {
  color: #666;
}
#index-body .i-custom {
  background-color: #1c4b9b;
  padding: 4.5% 0 4.33%;
}
#index-body .i-custom .title {
  color: #fff;
  font-weight: 600;
}
#index-body .i-custom .box {
  max-width: 1069px;
  margin: 0 auto;
}
#index-body .i-custom .content {
  color: #f8f8f8;
}
#index-body .i-custom .content .con {
  line-height: 1.8;
  font-weight: 300;
}
#index-body .i-custom .content .font-18 {
  line-height: 1.5;
}
#index-body .i-case {
  padding: 4.43% 0 5.573%;
}
#index-body .i-why {
  background-color: #f8f8f8;
  padding: 4.375% 0 9.375%;
}
#index-body .i-why .header {
  max-width: 670px;
  margin: 0 auto;
}
#index-body .i-why .header .con {
  line-height: 1.8;
  color: #888888;
}
#index-body .i-why .content ul {
  margin: -32px -20px;
}
#index-body .i-why .content ul li {
  padding: 32px 20px;
}
#index-body .i-why .content ul li i {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #0c4195;
}
#index-body .i-why .content ul li .tit {
  line-height: 1.4;
  font-weight: 600;
}
#index-body .i-why .content ul li .con {
  line-height: 1.7;
  font-weight: 300;
  color: #888;
}
#index-body .i-contact {
  padding: 74px 0 61px;
}
#index-body .i-contact .bottom .left {
  width: 65.796%;
}
#index-body .i-contact .bottom .left .con {
  line-height: 2;
  color: rgba(51, 51, 51, 0.9);
}
#index-body .i-contact .bottom .left .form ul {
  margin: -5.5px;
}
#index-body .i-contact .bottom .left .form ul li {
  padding: 5.5px;
}
#index-body .i-contact .bottom .left .form ul li input {
  width: 100%;
  height: 37px;
  font-size: 14px;
  border-radius: 6px;
  padding: 0 8px;
  border: 1px solid rgba(51, 51, 51, 0.3);
}
#index-body .i-contact .bottom .left .form ul li button {
  border: 0;
  margin-top: 30px;
}
#index-body .i-contact .bottom .right p {
  line-height: 1.4;
  font-weight: 600;
}
#footer {
  background-color: #1c1c1c;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .f-content .title {
  font-size: 17px;
  line-height: 1;
  margin: 21px 0 24px;
}
#footer .f-content ul li {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 3px;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a:hover {
  color: var(--color);
}
#footer .f-content ul li i {
  width: 22px;
}
#footer .f-content ul li span {
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content #ewm {
  width: 71px;
  border: 2px solid #fff;
}
#footer .f-content .f-info ul li {
  color: #797979;
  opacity: 0.9;
  margin-bottom: 0;
}
#footer .f-content .f-info ul li.mail {
  text-decoration: underline;
}
#footer .f-copy {
  line-height: 1.7;
  font-size: 14px;
  background-color: #000;
  color: rgba(255, 255, 255, 0.4);
  padding: 26px 0 23px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: rgba(255, 255, 255, 0.4);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1700px) {
  div.container {
    width: 1250px;
  }
}
@media screen and (max-width: 1450px) {
  div.container {
    width: 1200px;
  }
}
@media screen and (max-width: 1250px) {
  div.container {
    width: 1000px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  .font-36 {
    font-size: 36px;
  }
  .font-30 {
    font-size: 30px;
  }
  .font-24 {
    font-size: 24px;
  }
  .font-17 {
    font-size: 17px;
  }
  #banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  div.container {
    width: 100%;
    padding: 0 30px;
  }
  .more {
    height: 50px;
  }
  #banner ul li .text .btn {
    margin-top: 20px;
  }
  #index-body .i-info {
    padding: 30px 0;
  }
  #index-body .i-info .right {
    margin-top: 20px;
  }
  #index-body .i-advantage ul {
    margin: -19px;
  }
  #index-body .i-advantage ul li {
    width: 50%;
    padding: 19px;
  }
  #index-body .i-product .content ul li .ig .text {
    padding-left: 20px;
    max-height: 280px;
    overflow-y: auto;
  }
  #index-body .i-init .top .left {
    width: 100%;
  }
  #index-body .i-init .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .i-init .bottom {
    -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;
  }
  #index-body .i-init .bottom .left,
  #index-body .i-init .bottom .right {
    width: 100%;
  }
  #index-body .i-init .bottom .left {
    padding: 20px 0 0 0;
  }
  #index-body .i-custom .content .con {
    font-size: 20px;
  }
  #index-body .i-why .content ul li {
    width: 50%;
  }
  #index-body .i-contact .bottom {
    padding: 30px 20px 0;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-ab {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  div.container {
    padding: 0 15px;
  }
  .more {
    width: 200px;
    height: 40px;
  }
  #banner ul li .text .con {
    display: none;
  }
  #banner ul li .text .more {
    font-size: 14px;
    width: 130px;
  }
  #index-body .i-info .right i {
    width: 40px;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .i-product .content ul li .ig .img-box {
    width: 100%;
  }
  #index-body .i-product .content ul li .ig .text {
    width: 100%;
    padding: 20px 10px 0 0;
  }
  #index-body .i-custom .content .con {
    font-size: 18px;
  }
  #index-body .i-contact {
    padding: 30px 0;
  }
  #index-body .i-contact .bottom {
    padding: 30px 0 0 0;
    -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;
  }
  #index-body .i-contact .bottom .left {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-contact .bottom .right {
    width: 100%;
    text-align: center;
  }
  #index-body .i-contact .bottom .right img {
    width: 100%;
  }
  #footer .f-copy {
    padding: 13px 0 10px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .btn {
    margin-top: 9px;
  }
  .font-36 {
    font-size: 30px;
  }
  .font-30 {
    font-size: 24px;
    line-height: 1.5 !important;
  }
  .font-17 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  .font-14 {
    line-height: 2 !important;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-advantage {
    padding: 30px 0;
  }
  #index-body .i-advantage ul {
    margin: -9px;
  }
  #index-body .i-advantage ul li {
    padding: 9px;
  }
  #index-body .i-custom .content .con {
    font-size: 16px;
  }
  #index-body .i-why .content ul {
    margin: -12px;
  }
  #index-body .i-why .content ul li {
    padding: 12px;
  }
  #index-body .i-contact .bottom .left .form ul li {
    width: 100%;
  }
  #index-body .i-contact .bottom .left .form ul li button {
    margin-top: 10px;
  }
  .fixed-toolbar {
    zoom: .8;
  }
}
.container1 {
  padding: 0 15px;
  position: relative;
  width: 1324px;
  margin: 0 auto;
}
.inner-banner {
  margin-top: 90px;
  background-color: #f1f1f1;
  padding: 43px 0 46px;
}
.inner-banner .title {
  font-size: 24px;
  line-height: 1.5;
}
.inner-banner1 {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 5.7% 0;
}
.inner-banner1 .title {
  font-weight: 600;
}
.contact-page {
  padding: 51px 0 109px;
}
.contact-page .contact-1 .left {
  width: 64.263%;
}
.contact-page .contact-1 .left .con {
  line-height: 2;
  color: #666666;
}
.contact-page .contact-1 .left .form ul li {
  margin-bottom: 40px;
}
.contact-page .contact-1 .left .form ul li label {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  display: block;
  margin-bottom: 1px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  width: 100%;
  height: 70px;
  border: solid 1px #d9d9d9;
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 279px;
}
.contact-page .contact-1 .left .form ul li input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: solid 1px #b3b3b3;
  margin-top: 7px;
}
.contact-page .contact-1 .left .form ul li span {
  font-size: 16px;
  color: #666;
  line-height: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-page .contact-1 .left .form ul li:nth-child(3) {
  margin-bottom: 21px;
}
.contact-page .contact-1 .left .form ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .left .form button {
  border: 0;
  width: 144px;
  margin-top: 28px;
}
.contact-page .contact-1 .right {
  width: 35.737%;
}
.contact-page .contact-1 .right ul li {
  margin-bottom: 30px;
}
.contact-page .contact-1 .right ul li i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color1);
}
.contact-page .contact-1 .right ul li span {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-left: 22px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-page .contact-1 .right ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.factory-page {
  padding: 44px 0 83px;
}
.factory-page .header .con {
  line-height: 2;
  color: #666;
}
.factory-page .header .con strong {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 1.3;
}
.factory-page .content ul {
  margin: -12px -15.5px;
}
.factory-page .content ul li {
  padding: 12px 15.5px;
}
.people-page .people-1 {
  padding: 82px 0 47px;
}
.people-page .people-1 ul {
  margin: -29.5px;
}
.people-page .people-1 ul li {
  padding: 29.5px;
}
.people-page .people-1 ul li .ig {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 64px 27px 26px;
  height: 100%;
}
.people-page .people-1 ul li .ig i {
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.people-page .people-1 ul li .ig .tit {
  line-height: 1.4;
}
.people-page .people-1 ul li .ig .con {
  color: #888888;
  line-height: 1.8;
}
.people-page .people-2 {
  background-color: #f8f8f8;
  padding: 36px 0 31px;
}
.people-page .people-2 .con {
  line-height: 1.8;
  color: #686868;
}
.people-page .people-3 {
  padding: 26px 0 32px;
}
.people-page .people-3 .title {
  color: #303030;
}
.people-page .people-3 ul li {
  margin-bottom: 31px;
}
.people-page .people-3 ul li .img {
  width: 29.6%;
}
.people-page .people-3 ul li .img img {
  width: 100%;
}
.people-page .people-3 ul li .text {
  width: 70.4%;
}
.people-page .people-3 ul li .text .tit {
  color: #555;
  line-height: 1.1;
}
.people-page .people-3 ul li .text .con {
  line-height: 1.8;
  color: #686868;
}
.people-page .people-3 ul li:last-child {
  margin-bottom: 0;
}
.video-page {
  padding: 147px 0 81px;
}
.video-page .header .con {
  line-height: 2;
  color: #666666;
}
.video-page .content ul {
  margin: -25.5px -28px;
}
.video-page .content ul li {
  padding: 25.5px 28px;
}
.video-page .content ul li .img .play {
  width: 2.6em;
  height: 2.6em;
  background: #ffe132;
}
.video-page .content ul li .img .play i {
  border-left: .8em solid #2b2e33;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
}
.video-page .content ul li .text {
  background: #fff;
  -webkit-box-shadow: 0px 2px 21px 0px rgba(51, 51, 51, 0.11);
  box-shadow: 0px 2px 21px 0px rgba(51, 51, 51, 0.11);
  padding: 57px 38px 76px;
}
.video-page .content ul li .text time {
  color: #999;
  line-height: 2;
}
.video-page .content ul li .text .tit {
  color: #da281e;
  line-height: 2;
}
.video-page .content ul li .text .con {
  line-height: 2;
  color: #666;
}
.video-page .desc {
  line-height: 2;
  color: #666;
}
.product-page {
  padding: 140px 0 145px;
}
.product-page .con {
  line-height: 2;
  color: #666;
}
.product-page .product-1 .title {
  line-height: 1.3;
}
.product-page .product-1 .con {
  line-height: 1.7;
}
.product-page .product-2 .con a {
  color: var(--color1);
}
.product-page .product-2 .more {
  width: 263px;
}
.product-page .sidebox .sideright .box .item {
  margin-bottom: 108px;
}
.product-page .sidebox .sideright .box .item:last-child {
  margin-bottom: 0;
}
.product-page .sidebox .sideright .catelog {
  max-width: 690px;
}
.product-page .sidebox .sideright .catelog p {
  color: #666;
}
.m-page {
  text-align: center;
  margin-top: 67px;
}
.m-page a,
.m-page span {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px;
  height: 27px;
  border-radius: 4px;
  font-size: 16px;
  color: #666;
  line-height: 1;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover {
  color: var(--color1);
}
.m-page span {
  background: var(--color1);
  color: #fff;
}
.inner-page .sidebox .sideleft {
  width: 23.957%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sidebox .sideleft .category {
  border: 1px solid rgba(14, 16, 17, 0.08);
}
.inner-page .sidebox .sideleft .category ul li a {
  display: block;
  line-height: 1.3;
  font-weight: 200;
  padding: 31px 0 28px 24px;
  border-bottom: 1px solid rgba(14, 16, 17, 0.08);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul li a:hover,
.inner-page .sidebox .sideleft .category ul li a.active {
  background: #fafafa;
}
.inner-page .sidebox .sideleft .category ul li:last-child a {
  border-bottom: 0;
}
.inner-page .sidebox .sideleft .video {
  -webkit-transition: -webkit-transform ease 0.2s, -webkit-box-shadow ease 0.2s;
  transition: -webkit-transform ease 0.2s, -webkit-box-shadow ease 0.2s;
  -moz-transition: transform ease 0.2s, box-shadow ease 0.2s, -moz-transform ease 0.2s;
  transition: transform ease 0.2s, box-shadow ease 0.2s;
  transition: transform ease 0.2s, box-shadow ease 0.2s, -webkit-transform ease 0.2s, -moz-transform ease 0.2s, -webkit-box-shadow ease 0.2s;
  border: 1px solid rgba(14, 16, 17, 0.08);
}
.inner-page .sidebox .sideleft .video .top {
  padding: 76px 24px 53px;
}
.inner-page .sidebox .sideleft .video .top p {
  line-height: 1.5;
}
.inner-page .sidebox .sideleft .video .bottom a {
  display: block;
  padding: 35px 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.inner-page .sidebox .sideleft .video .bottom a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -moz-transition: transform 1s ease, -moz-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease;
}
.inner-page .sidebox .sideleft .video .bottom a:hover::before {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}
.inner-page .sidebox .sideleft .video .bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: rgba(14, 16, 17, 0.2);
}
.inner-page .sidebox .sideleft .video:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  background-color: #fff;
  z-index: 1;
}
.inner-page .sidebox .sideleft .video:hover .bottom a {
  background: var(--color1);
  color: #fff;
}
.inner-page .sidebox .sideright {
  width: 76.043%;
  padding-left: 33px;
}
.inner-page .productlist ul {
  margin: -9px;
}
.inner-page .productlist ul li {
  padding: 9px;
}
.inner-page .productlist ul li .ig {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 9px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 9px 13px rgba(0, 0, 0, 0.2);
}
.inner-page .productlist ul li .ig .text {
  padding: 0 37px 38px;
}
.inner-page .productlist ul li .ig .text .title {
  line-height: 1.6;
  display: block;
}
.inner-page .productlist ul li .ig .text .con {
  line-height: 1.5;
  color: #888888;
}
.inner-page .productlist ul li .ig .text .link {
  color: #303030;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .productlist ul li .ig .text .link i {
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .productlist ul li .ig .text .link:hover {
  color: var(--color1);
}
.inner-page .productlist ul li .ig .text .link:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.prodet-page {
  padding: 134px 0 91px;
}
.prodet-page .mbx {
  color: #666666;
}
.prodet-page .mbx .container1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.prodet-page .mbx a:first-child {
  display: none;
}
.prodet-page .prodet-1 .left {
  width: 45.673%;
}
.prodet-page .prodet-1 .left .img {
  /*padding: 40px 0;*/
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 24px 0px rgba(51, 51, 51, 0.14);
}
.prodet-page .prodet-1 .left .img ul li{
  height: 100%;
}
.prodet-page .prodet-1 .left .img ul li a{
  height: 100%;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin: -9.5px;
}
.prodet-page .prodet-1 .left .gallery{
  padding: 0 43px;
  position: relative;
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow{
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
  line-height: 999px;
  cursor: pointer;
  border: 0;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .gallery ul .slick-prev {
    left: -43px;
    background: #e4e4e4 url(../images/prodet_arrow1.png) no-repeat center center;
}
.prodet-page .prodet-1 .left .gallery ul .slick-next {
    background: #e4e4e4 url(../images/prodet-arrow2.png) no-repeat center center;
    right: -43px;
}
.prodet-page .prodet-1 .left .gallery ul li {
  padding: 9.5px;
  height: 100%;
}
.prodet-page .prodet-1 .left .gallery ul li .ig {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 24px 0px rgba(51, 51, 51, 0.14);
  border: 1px solid transparent;
}
.prodet-page .prodet-1 .left .gallery ul li .ig.active{
  border: 1px solid var(--color);
}
.prodet-page .prodet-1 .left .gallery ul .slick-current li .ig{
   border: 1px solid var(--color);
}
.prodet-page .prodet-1 .right {
  width: 54.327%;
  padding-left: 55px;
}
.prodet-page .prodet-1 .right h1 {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .con {
  color: #666;
}
.prodet-page .prodet-1 .right .desc {
  font-weight: 400;
  line-height: 1.5;
}
.prodet-page .prodet-1 .right .desc table {
  border: 1px solid rgba(153, 153, 153, 0.08);
}
.prodet-page .prodet-1 .right .desc table tbody {
  min-width: 600px;
}
.prodet-page .prodet-1 .right .desc table tr {
  border-bottom: 1px solid rgba(153, 153, 153, 0.08);
}
.prodet-page .prodet-1 .right .desc table tr:last-child{
  border-bottom: 0;
}
.prodet-page .prodet-1 .right .desc table tr:nth-child(even) {
  background: transparent;
}
.prodet-page .prodet-1 .right .desc table td {
  border: 0;
  padding: 16px 32px;
}
.prodet-page .prodet-1 .right .desc table td:nth-child(even) {
  text-align: right;
}
.prodet-page .prodet-2 .tab {
  background-color: #f2f2f2;
}
.prodet-page .prodet-2 .tab ul li {
  padding: 16px 24px 15px;
  margin-right: 6px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-2 .tab ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #ff982f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .tab ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .tab ul li:hover,
.prodet-page .prodet-2 .tab ul li.active{
  background: #fff;
  color: #ff982f;
}
.prodet-page .prodet-2 .tab ul li:hover::before,
.prodet-page .prodet-2 .tab ul li.active::before {
  width: 100%;
}
.prodet-page .prodet-2 .ret .title {
  display: none;
  margin-bottom: 10px;
}
.prodet-page .prodet-2 .ret .table {
  margin: 0 -17px;
  font-size: 18px;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret table {
  width: 47.44% !important;
  margin: 0 17px;
  border: 1px solid rgba(153, 153, 153, 0.3);
}
.prodet-page .prodet-2 .ret table tbody {
  min-width: 400px;
}
.prodet-page .prodet-2 .ret table tr {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.prodet-page .prodet-2 .ret table tr:nth-child(even) {
  background: transparent;
}
.prodet-page .prodet-2 .ret table tr:last-child {
  border-bottom: 0;
}
.prodet-page .prodet-2 .ret table td {
  border: 0;
  padding: 26px 31px 23px;
}
.prodet-page .prodet-2 .ret table td:nth-child(even) {
  width: 37% !important;
  background: #f1f1f1;
  text-align: center;
}
.prodet-page .prodet-2 .ret .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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 #ccc;
}
.prodet-page .prodet-2 .ret .list ul li .text {
  width: 56%;
}
.prodet-page .prodet-2 .ret .list ul li .text .tit {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
.prodet-page .prodet-2 .ret .list ul li .text .con {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-top: 21px;
}
.prodet-page .prodet-2 .ret .list ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-2 .ret .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.prodet-page .prodet-2 .ret .box .text {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  width: 48.068%;
  padding-right: 45px;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .box .text p {
  margin-top: 26px;
}
.prodet-page .prodet-2 .ret .box .text p:first-child {
  margin-top: 0;
}
.prodet-page .prodet-2 .ret .box .img {
  width: 51.932%;
}
.prodet-page .prodet-2 .ret .desc 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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .prodet-2 .ret .desc ul li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .desc ul li p {
  padding-left: 9px;
  position: relative;
}
.prodet-page .prodet-2 .ret .desc ul li p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff982f;
}
.prodet-page .prodet-2 .ret .desc ul li:first-child {
  width: 47%;
}
.prodet-page .prodet-2 .ret .desc ul li:last-child {
  width: 45%;
}
.prodet-page .prodet-2 .ret .app ul {
  margin: 0 -2.5px;
}
.prodet-page .prodet-2 .ret .app li {
  padding: 0 2.5px;
}
.prodet-page .prodet-2 .ret .app li .img {
  position: relative;
}
.prodet-page .prodet-2 .ret .app li .img p {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .top 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: -27.5px;
}
.prodet-page .prodet-2 .ret .top ul li {
  padding: 27.5px;
  width: 50%;
}
.prodet-page .prodet-2 .ret .top ul li .ig {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(51, 51, 51, 0.14);
  box-shadow: 0px 0px 24px 0px rgba(51, 51, 51, 0.14);
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}
.prodet-page .prodet-2 .ret .top ul li .ig .img {
  border-radius: 16px;
}
.prodet-page .prodet-2 .ret .top ul li .ig .img img {
  border-radius: 16px;
}
.prodet-page .prodet-2 .ret .top ul li .ig .text {
  padding: 82px 40px 111px 26px;
}
.prodet-page .prodet-2 .ret .top ul li .ig .text .tit {
  font-size: 26px;
  color: #ff982f;
  font-weight: bold;
  line-height: 1.4;
}
.prodet-page .prodet-2 .ret .top ul li .ig .text .con {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-top: 17px;
}
.prodet-page .prodet-2 .ret .info {
  margin-top: 38px;
}
.prodet-page .prodet-2 .ret .info 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: -25px;
}
.prodet-page .prodet-2 .ret .info ul li {
  width: 33.3333%;
  padding: 25px;
}
.prodet-page .prodet-2 .ret .info ul li .bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-2 .ret .info ul li .bt span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 33px;
}
.prodet-page .prodet-2 .ret .info ul li p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-top: 16px;
}
.prodet-page .tz {
  position: relative;
}
.prodet-page .tz::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.prodet-page #video ul li .img {
  border-radius: 10px;
}
.prodet-page #video ul li .img img {
  border-radius: 10px;
}
.prodet-page #video ul li .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 17px;
}
.prodet-page #video ul li .text time {
  color: #666;
}
.prodet-page #video ul li .text .tit {
  color: var(--color1);
  margin-top: 3px;
}
.prodet-page .prodet-4 .slickDots li {
  background-color: #333333;
  border: 0;
  width: .9em;
  height: .9em;
}
.prodet-page .prodet-4 .slickDots li.slick-active {
  background-color: #ff982f;
}
.prodet-page .prodet-5 .img {
  width: 39.181%;
}
.prodet-page .prodet-5 .text {
  width: 60.819%;
}
.prodet-page .prodet-5 .text .con {
  color: #666;
}
.prodet-page .prodet-5 .text .form .top .left {
  padding-right: 10px;
}
.prodet-page .prodet-5 .text .form .top .right {
  padding-left: 10px;
}
.prodet-page .prodet-5 .text .form .top input,
.prodet-page .prodet-5 .text .form .top textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(102, 102, 102, 0.2);
  font-size: 16px;
  color: rgba(102, 102, 102, 0.6);
  padding: 0 20px;
}
.prodet-page .prodet-5 .text .form .top input::-webkit-input-placeholder, .prodet-page .prodet-5 .text .form .top textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.prodet-page .prodet-5 .text .form .top input:-moz-placeholder, .prodet-page .prodet-5 .text .form .top textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.prodet-page .prodet-5 .text .form .top input::-moz-placeholder, .prodet-page .prodet-5 .text .form .top textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.prodet-page .prodet-5 .text .form .top input:-ms-input-placeholder, .prodet-page .prodet-5 .text .form .top textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.prodet-page .prodet-5 .text .form .top input::placeholder,
.prodet-page .prodet-5 .text .form .top textarea::placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.prodet-page .prodet-5 .text .form .top input {
  height: 52px;
  margin-bottom: 16px;
}
.prodet-page .prodet-5 .text .form .top input:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-5 .text .form .top textarea {
  height: 100%;
  padding-top: 12px;
}
.prodet-page .prodet-5 .text .form .bottom .left input[type="checkbox"] {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid rgba(102, 102, 102, 0.2);
}
.prodet-page .prodet-5 .text .form .bottom .left span {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}
.prodet-page .prodet-5 .text .form .bottom .left span em {
  color: #ff982f;
}
.prodet-page .prodet-5 .text .form .bottom button {
  border: 0;
  width: 160px;
}
@media screen and (max-width: 1450px) {
  .container1 {
    width: 1200px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
  .font-22 {
    font-size: 22px;
  }
  .container1 {
    width: 1000px;
  }
  .video-page .content ul {
    margin: -13px -14px;
  }
  .video-page .content ul li {
    padding: 13px 14px;
  }
  .video-page .content ul li .text {
    padding: 28px 19px 38px;
  }
  .inner-page .sidebox .sideleft .category ul li a {
    padding: 31px 12px 28px 12px;
  }
  .inner-page .productlist ul li .ig .text {
    padding: 0 20px 38px;
  }
  .prodet-page .prodet-2 .ret table {
    width: 46.59% !important;
  }
  .prodet-page .prodet-2 .ret .top ul li .ig .text {
    padding: 41px 20px 60px 20px;
  }
  .prodet-page .prodet-2 .ret .info ul li .bt span {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .font-28 {
    font-size: 28px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .container1 {
    width: 100%;
    padding: 0 30px;
  }
  .people-page .people-1 ul li {
    width: 50%;
  }
  .people-page .people-3 ul li .img {
    width: 100%;
  }
  .people-page .people-3 ul li .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .inner-banner1 {
    height: auto;
  }
  .video-page {
    padding: 100px 0 60px;
  }
  .video-page .content ul li {
    width: 50%;
  }
  .m-page {
    margin-top: 30px;
  }
  .font-34 {
    font-size: 34px;
  }
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .product-page {
    padding: 100px 0 60px;
  }
  .product-page .sidebox .sideright .box .item {
    margin-bottom: 30px;
  }
  .font-48 {
    font-size: 40px;
  }
  .prodet-page {
    padding: 100px 0 60px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .img {
    padding: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 .tab {
    padding-bottom: 12px;
  }
  .prodet-page .prodet-2 .tab ul li {
    padding: 12px 20px 12px 0;
  }
  .prodet-page .prodet-2 .ret .table {
    margin: 0;
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret table {
    width: 100% !important;
    margin: 10px 0;
  }
  .prodet-page .prodet-2 .ret table td:nth-child(even) {
    width: 230px !important;
  }
  .prodet-page .prodet-2 .ret .list ul li {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .ret .list ul li .text {
    width: 100%;
  }
  .prodet-page .prodet-2 .ret .list ul li .img {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .ret .list ul li:last-child {
    margin-bottom: 0;
  }
  .prodet-page .prodet-2 .ret .box .text {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-2 .ret .box .img {
    width: 100%;
    padding-top: 20px;
  }
  .prodet-page .prodet-2 .ret .top ul {
    margin: -13px;
  }
  .prodet-page .prodet-2 .ret .top ul li {
    padding: 13px;
  }
  .prodet-page .prodet-2 .ret .top ul li .ig .text {
    padding: 20px 20px 30px;
  }
  .prodet-page .prodet-2 .ret .info ul li {
    width: 50%;
  }
  .prodet-page .prodet-5 .img {
    width: 100%;
  }
  .prodet-page .prodet-5 .img img {
    width: 100%;
  }
  .prodet-page .prodet-5 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    padding: 20px 0;
  }
  .contact-page,
  .factory-page {
    padding: 30px 0;
  }
  .flex-3 > * {
    width: 50%;
  }
  .container1 {
    padding: 0 15px;
  }
  .people-page .people-1 ul {
    margin: -29px -12px;
  }
  .people-page .people-1 ul li {
    padding: 29px 12px;
  }
  .people-page .people-1 ul li .ig {
    padding: 64px 15px 26px;
  }
  .people-page .people-2 .con {
    padding-right: 0;
  }
  .video-page .content ul {
    margin: -6px -7px;
  }
  .video-page .content ul li {
    padding: 6px 7px;
  }
  .video-page .content ul li .text {
    padding: 14px 10px 18px;
  }
  .product-page {
    padding: 90px 0 30px;
  }
  .font-48 {
    font-size: 36px;
  }
  .prodet-page .prodet-2 .ret table:nth-child(2) td:nth-child(even) {
    width: 210px !important;
  }
  .prodet-page .prodet-2 .ret .desc ul li {
    width: 100% !important;
  }
  .prodet-page .prodet-2 .ret .top ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .ret .info ul {
    margin: -12px;
  }
  .prodet-page .prodet-2 .ret .info ul li {
    padding: 12px;
  }
  .prodet-page .prodet-5 .text .form .bottom button {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .title {
    font-size: 20px;
  }
  .people-page .people-1 ul li {
    width: 100%;
  }
  .flex-2 > *,
  .flex-3 > *,
  .flex-4 > * {
    width: 100%;
  }
  .video-page {
    padding: 90px 0 30px;
  }
  .video-page .content ul li {
    width: 100%;
  }
  .m-page a,
  .m-page span {
    font-size: 14px;
    width: 28px;
    height: 23px;
    margin-right: 3px;
  }
  .font-34 {
    font-size: 26px;
  }
  .pt-174 {
    padding-top: 30px;
  }
  .font-48 {
    font-size: 30px;
  }
  .prodet-page {
    padding: 90px 0 30px;
  }
  .prodet-page .mbx {
    font-size: 16px;
    line-height: 1.8;
  }
  .prodet-page .prodet-2 .tab {
    display: none;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .ret .slide .title {
    display: block;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page .prodet-2 .ret .table {
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .prodet-2 .ret table td {
    padding: 13px 15px;
    width: 100px !important;
    white-space: nowrap;
  }
  .prodet-page .prodet-2 .ret table td:nth-child(even) {
    width: 100px !important;
  }
  .prodet-page .prodet-2 .ret table:nth-child(even) td:nth-child(even) {
    width: 100px !important;
  }
  .prodet-page .prodet-2 .ret .list ul li .text .tit {
    font-size: 22px;
    line-height: 1.5;
  }
  .prodet-page .prodet-2 .ret .box .text {
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .prodet-2 .ret .desc ul li {
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .prodet-2 .ret .top ul li .ig .text .tit {
    font-size: 22px;
  }
  .prodet-page .prodet-2 .ret .top ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .prodet-2 .ret .info ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .ret .info ul li p {
    font-size: 14px;
  }
  .prodet-page .prodet-5 .text .form .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-5 .text .form .top textarea {
    height: 100px;
  }
  .prodet-page .prodet-5 .text .form .bottom .left span {
    font-size: 14px;
  }
}
#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: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  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: var(--color);
}
#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: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  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;
}
.inno-page  .content ul{
  margin: -9px -10.5px;
}
.inno-page .content ul li{
  padding: 9px 10.5px;
  height: auto;
}
.inno-page .content ul li a{
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
	border-radius: 14px;
	border: solid 1px #bcbcbc;
  text-align: center;
  font-weight: bold;
  height: 136px;
}