@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #0094dc;
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 1730px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
}
#header .h-top {
  background-color: #1e1d23;
  height: 40px;
}
#header .h-top .container {
  height: 100%;
}
#header .h-top ul {
  color: #a0a0a0;
}
#header .h-top .msg {
  height: 100%;
  margin-left: auto;
  color: white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 22px;
  cursor: pointer;
  line-height: 40px;
}
#header .h-top .msg:hover {
  background-color: white;
  color: var(--color);
}
#header .nav {
  padding: 16px 0;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 70px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  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;
  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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .yuy span {
  line-height: 1;
}
#header .nav .ui.menu .yuy span img{
  width: 28px;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: auto;
}
#header.active {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  background-color: var(--color);
  color: white;
  font-size: 16px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.more.gray {
  background-color: #5d5d5d;
}
.more.gray::after {
  background-color: var(--color);
}
#banner {
  margin-top: 137px;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  width: 40%;
}
#banner li .content h2 {
  line-height: 1.08;
}
#banner li .content p {
  line-height: 1.8;
}
.fw-500 {
  font-weight: 500;
}
.tag {
  position: relative;
  padding-left: 35px;
}
.tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 3px;
  background-color: var(--color);
}
.title-box .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: black;
  margin: 0 35px;
}
.slickBtn div {
  width: 55px;
  height: 55px;
  font-size: 26px;
}
.slickBtn .prev i {
  position: relative;
  left: -1px;
}
.slickBtn .next {
  margin-left: 8px !important;
}
.slickBtn .next i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: relative;
  left: 1px;
}
.slickBtn div:hover {
  background-color: #222;
}
.slick-arrow.slick-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.font-120 {
  font-size: 120px;
}
#index-body .i-init1 {
  margin-top: -175px;
}
#index-body .i-init1 li .box {
  background-color: #e5e5e5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 290px;
}
#index-body .i-init1 li:nth-child(2) .box,
#index-body .i-init1 li:hover .box {
  background-color: var(--color);
  color: white;
}
#index-body .i-init1 li:nth-child(2) .box .icon img,
#index-body .i-init1 li:hover .box .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.i-product ul.nav li {
  position: relative;
}
.i-product ul.nav li .icon img {
  -webkit-filter: brightness(0) opacity(0.65);
  filter: brightness(0) opacity(0.65);
}
.i-product ul.nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.i-product ul.nav li:hover .icon img,
.i-product ul.nav li.active .icon img {
  -webkit-filter: brightness(1) opacity(1);
  filter: brightness(1) opacity(1);
}
.i-product ul.nav li.active::after,
.i-product ul.nav li:hover::after {
  width: 100px;
}
.i-product .bottom {
  background-color: #f8f8f8;
}
.i-product .list ul .slick-slide > div {
  height: auto !important;
}
.i-product .list ul li .box {
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.i-product .list ul li .box i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}
.i-product .list ul li .box .img-box img {
  width: 80%;
  margin: auto;
}
.i-product .list ul li .box .des {
  line-height: 1.85;
}
.i-product .list ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.i-about {
  color: white;
}
.i-about .left .num {
  line-height: 0.65;
}
.i-about .left span {
  display: inline-block;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.i-about .right {
  background-color: #0088ca;
}
.i-about .right .tag::after {
  background-color: white;
}
.i-about .right .h3 {
  line-height: 1.3;
}
.i-about .right .content {
  line-height: 1.8;
}
.i-about .right .more {
  background-color: white;
  color: black;
}
.i-about .right .more::after {
  background-color: #222;
}
.i-about .right .more:hover {
  color: white;
}
.i-about .right .box {
  display: inline-block;
  border: 2px solid #62a4c4;
}
.i-about .right .box .num {
  opacity: 0.1;
  line-height: 1;
}
.i-about .right .box .icon {
  width: 67px;
  height: 67px;
  background-color: white;
}
.i-about .right .box .h5 {
  line-height: 1.1;
}
.i-about .right .box p {
  font-weight: normal;
}
.i-application ul li .name {
  width: 87%;
  height: 134px;
  padding: 0 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #363636;
  color: white;
  position: relative;
  margin-top: -90px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.i-application ul li .name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 3px;
  background-color: var(--color);
}
.i-application ul li .name:hover {
  background-color: var(--color);
}
.i-factory {
  background-color: #f8f8f8;
}
.i-factory ul .slick-slide > div {
  height: auto !important;
}
.i-factory ul .slick-slide:nth-child(even) {
  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;
}
.i-factory ul .slick-slide:nth-child(even) > div:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.i-factory ul .slick-slide:nth-child(even) > div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.i-factory ul li .box {
  position: relative;
}
.i-factory ul li .box .hover {
  position: absolute;
  left: 50px;
  top: 50px;
  right: 50px;
  bottom: 50px;
  color: white;
  background-color: rgba(0, 148, 220, 0.8);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.i-factory ul li .box .hover .arrow {
  width: 72px;
  height: 72px;
  background-color: white;
  color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 30px;
}
.i-factory ul li .box .hover .arrow i {
  display: block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.i-factory ul li .box .hover span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  text-align: center;
}
.i-factory ul li:hover .box .hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.i-news ul li .box {
  background-color: #f6f6f6;
}
.i-news ul li .box .time {
  color: #919191;
  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;
}
.i-news ul li .box .time span {
  line-height: 1;
  color: black;
}
.i-news ul li .box .h5 {
  line-height: 1.14;
}
.i-news ul li .box .des {
  color: #8a8a8a;
  line-height: 1.833;
}
#footer {
  background-color: #2c2c2c;
  color: white;
}
#footer .top form li {
  margin-bottom: 11px;
}
#footer .top form input {
  width: 100%;
  background-color: white;
  border: none;
  padding: 0 15px;
  height: 52px;
  font-size: 18px;
  color: black;
}
#footer .top form input[type="submit"] {
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .top form input[type="submit"]:hover {
  background-color: white;
  color: var(--color);
}
#footer .top #ewm {
  width: 120px;
  height: 120px;
  border: 4px solid white;
}
#footer .wrap .three {
  max-width: 330px;
}
#footer .wrap .four {
  max-width: 290px;
}
#footer .wrap ul li {
  line-height: 2;
  font-weight: normal;
}
#footer .wrap ul li a {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .wrap ul li:hover a {
  color: var(--color);
  text-decoration: underline;
}
#footer .wrap .share a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 25px;
  margin-right: 8px;
}
#footer .wrap .share a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
}
#footer .wrap svg {
  height: 29px;
  width: auto;
  fill: white;
}
#footer .totop {
  width: 49px;
  height: 49px;
  background-color: var(--color);
  cursor: pointer;
  text-align: center;
  line-height: 49px;
}
#footer .totop i {
  display: block;
  font-size: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1915px){
  #banner li .content .left{
    padding-left: 115px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 60px;
  }
  #banner li .content .left{
    padding-left: 94px;
  }
  #index-body .i-init1 li .box {
    height: 240px;
  }
  #index-body .i-init1 {
    margin-top: -135px;
  }
  .i-application ul li .name {
    height: 110px;
    margin-top: -75px;
  }
  #footer .top .right{
    width: 21%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 38px;
  }
  #banner li .content {
    top: 40%;
  }
  #banner li .content .left{
    padding-left: 84px;
    width: 50%;
  }
  .i-about .right {
    padding-left: 50px;
    padding-right: 50px;
  }
  .i-factory ul li .box .hover .arrow {
    width: 50px;
    height: 50px;
  }
   #footer .top .right{
    width: 25%;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #index-body .i-init1 {
    margin-top: -65px;
  }
  #banner li .content .left {
    width: 44%;
    padding-left: 0;
  }
  #footer .wrap .four {
    max-width: 240px;
  }
  .font-120 {
    font-size: 96px;
  }
  #footer .wrap .three{
    max-width: 260px;
  }
  #footer .wrap .two{
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content .left {
    width: 100%;
  }
  #index-body .i-init1 li .box {
    height: 225px;
  }
  .i-product ul.nav li .icon img {
    max-width: 55px;
  }
  .slickBtn div {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  #index-body .pl-115.pr-115 {
    padding-left: 0;
    padding-right: 0;
  }
  .i-about .left {
    padding: 40px 20px !important;
  }
  .i-about .right {
    margin-top: 0 !important;
    padding: 20px !important;
  }
  .i-factory ul li .box .hover {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
  }
  .i-factory ul li .box .hover .arrow {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
  .i-factory ul li .box .hover span {
    bottom: 30px;
  }
  #footer .wrap .one,
  #footer .wrap .two {
    display: none;
  }
  #footer .top .left {
    width: 100%;
  }
  #footer .top .right {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-init1 {
    margin-top: 0;
    padding-top: 40px;
  }
  #banner li > img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner li .content {
    top: 50%;
  }
  .slickBtn div {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }
  .i-product ul.nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .i-product ul.nav li {
    margin-bottom: 20px;
    width: 33%;
  }
  .i-application ul li .name {
    height: 80px;
    margin-top: -45px;
    font-size: 20px;
  }
  #footer .top form li {
    width: 100% !important;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .three,
  #footer .wrap .four {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    min-height: 375px;
  }
  #index-body .i-init1 li {
    width: 100%;
  }
  #index-body .i-init1 li .box {
    height: auto;
  }
  .i-about .right .box .icon {
    width: 50px;
    height: 50px;
  }
  .title-box .line {
    margin: 0 10px;
  }
}

.inner-banner{
  margin-top: 130px;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .mbx {
  font-size: 0;
  color: #fff;
}
.inner-banner .mbx * {
  font-size: 16px;
}
.inner-banner .h2{
    color: #fff;
}
.inner-banner .mbx a:after {
  content: '\e7de';
  font-family: 'iconfont';
  font-size: .5em;
  margin: 0 1em;
  color: var(--color);
  position: relative;
  top: -.2em;
}

.about-page .about-1 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.about-page .about-1:before {
  content: '';
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: white;
  position: absolute;
}
.about-page .about-2 {
  background-color: #f7f7f7;
}
.about-page .about-2 span.h1 {
  line-height: 1;
  margin-bottom: -1.3em;
}
.about-page .about-2 .text{
  text-align: left;
  line-height: 1.8;
}
span.h2 em {
    color: var(--color);
}
.about-page .about-02 {
  color: white;
}
.about-page .about-02 .backImg {
  background-attachment: fixed;
}
.about-page .about-02 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
}
.about-page .about-02 span.h2 {
      text-transform: capitalize;

}
.about-page .about-02 svg {
  fill: white;
}
.about-page .about-02 span.h6 {

}
.about-page .about-02 span.h6 sub {
  vertical-align: baseline;
  margin-left: .7em;
}
.about-page .about-02 .line {
  width: 100px;
}
.about-page .about-02 .line ul li {
  height: 90px;
  width: 2px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.8), transparent);
  background-image: -moz-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.8), transparent);
  background-image: linear-gradient(to top, transparent, rgba(255, 255, 255, 0.8), transparent);
  position: relative;
}
.about-page .about-02 .line ul li i {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 2px solid white;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-02 .year {
  font-style: italic;
}
.about-page .about-4 {
  background-color: #f7f7f7;
}
.about-page .about-4 .content {
  width: 130%;
  background-color: var(--color);
  background-image: url("../images/init-6-bg.png");
  background-repeat: no-repeat;
  background-size: 15% auto;
  background-position: bottom 10% right 20%;
  color: white;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .content .text {
  color: inherit;
}
.about-page .about-5 .list {
  background-image: url("../images/about-5-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-left: 20%;
  padding-right: 20%;
}
.about-page .about-5 .list .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.about-page .about-5 .list .slick-slide.prev1 {
  -webkit-transform: translateX(100%) scale(0.75);
  -moz-transform: translateX(100%) scale(0.75);
  -ms-transform: translateX(100%) scale(0.75);
  transform: translateX(100%) scale(0.75);
  z-index: -2;
}
.about-page .about-5 .list .slick-slide.prev0 {
  -webkit-transform: translateX(50%) scale(0.87);
  -moz-transform: translateX(50%) scale(0.87);
  -ms-transform: translateX(50%) scale(0.87);
  transform: translateX(50%) scale(0.87);
  z-index: -1;
}
.about-page .about-5 .list .slick-slide.next0 {
  -webkit-transform: translateX(-50%) scale(0.87);
  -moz-transform: translateX(-50%) scale(0.87);
  -ms-transform: translateX(-50%) scale(0.87);
  transform: translateX(-50%) scale(0.87);
  z-index: -1;
}
.about-page .about-5 .list .slick-slide.next1 {
  -webkit-transform: translateX(-100%) scale(0.75);
  -moz-transform: translateX(-100%) scale(0.75);
  -ms-transform: translateX(-100%) scale(0.75);
  transform: translateX(-100%) scale(0.75);
  z-index: -2;
}
.about-page .about-5 .list .slickBtn div {
  top: 57%;
}
.about-page .about-5 .list .slickBtn .prev {
  left: 15%;
}
.about-page .about-5 .list .slickBtn .next {
  right: 15%;
  left: auto !important;
}
.about-page .init-50 .container .tipsTitleC {
    color: var(--color)
}

.about-page .init-50 .container .content {
    margin-top: 80px
}

.about-page .init-50 .container .content .left {
    width: 40%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 50px 40px;
    text-align: center
}

.about-page .init-50 .container .content .left .title {
    max-width: 350px;
    font-weight: 600;
    margin: auto
}

.about-page .init-50 .container .content .left .des {
    color: #666;
    margin-top: 20px
}

.about-page .init-50 .container .content .left .more {
    margin: 30px auto 0;
}

.about-page .init-50 .container .content .right {
    width: 60%;
    padding-left: 30px
}

.about-page .init-50 .container .content .right img {
    width: 100%;
    max-height: 470px;
    object-fit: cover;
    -o-object-fit: cover;
}

.about-page .init-50 .container .content2 {
    position: relative;
    margin-top: 25px
}

.about-page .init-50 .container .content2 .btn {
    position: absolute;
    width: 60px;
    height: -webkit-calc(60%);
    height: -moz-calc(60%);
    height: calc(100% - 40px);
    top: 20px;
    right: -80px;
    background-color: #cbcbcb;
    cursor: pointer;
    z-index: 2;
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.about-page .init-50 .container .content2 .btn:hover {
    background-color: var(--color)
}

.about-page .init-50 .container .content2 .prev {
    right: unset;
    left: -80px
}

.about-page .init-50 .container .content2 .swiper {
    margin: 0 -20px
}
.about-page .init-50 .container .content2 ul {
  margin: -20px;
}
.about-page .init-50 .container .content2 ul li {
    height: auto;
    padding: 20px
}

.about-page .init-50 .container .content2 ul li .box {
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.about-page .init-50 .container .content2 ul li .box .img {
    display: block
}

.about-page .init-50 .container .content2 ul li .box .img img {
    width: 100%
}

.about-page .init-50 .container .content2 ul li .box .text {
    text-align: center;
    font-weight: 600;
    padding: 16px
}
@media screen and (max-width: 1250px) {
   .about-page .about-4 .content {
    width: 100%;
  }
  .about-page .init-50 .container .content .left {
        width: 100%
    }
    .about-page .init-50 .container .content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
    .about-page .init-50 .container .content2 .btn {
        display: none !important;
    }
}
@media (max-width: 1000px) {
  .about-page .about-02 .left{
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-5 .list {
    padding-left: 7%;
    padding-right: 7%;
  }
  .about-page .about-5 .list .slickBtn .prev {
    left: 1%;
  }
  .about-page .about-5 .list .slickBtn .next {
    right: 1%;
  }
}
@media (max-width: 500px) {
    .about-page .init-50 .container .content {
        margin-top: 20px
    }
    .about-page .init-50 .container .content .left {
        padding: 20px 10px
    }
    .about-page .init-50 .container .content .left .des {
        margin-top: 10px
    }
    .about-page .init-50 .container .content .left .more {
        margin-top: 10px
    }
}

.innovation-page .innovation-3 .nav ul li a{
  display: block;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--color);
  padding: 5px 25px;
  font-size: 18px;
}
.innovation-page .innovation-3 .nav ul li:hover a,
.innovation-page .innovation-3 .nav ul li.active a{
  background: #222;
}
@media (min-width:1001px) {
  .innovation-page .innovation-3 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
  }
}
.innovation-page .innovation-3 .right .list li {
  padding: 7.5% 6%;
  background-color: rgba(255, 255, 255, 0.2);
}

.faq-page .left > div {
  background-color: var(--color);
  color: #FFFFFF;
}
.faq-page .left .Tit {
  line-height: 1;
}
.faq-page .left .more{
  background: white;
  color: black;
  white-space: nowrap;
  padding: 0 10px;
}
.faq-page .left .more:hover{
  color: white;
}
.faq-page .left .border-box {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-page .right li {
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .right li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 10px;
  cursor: pointer;
}
.faq-page .right li span.title i::before,
.faq-page .right li span.title i::after {
  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 .right 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 .right li.active {
  background-color: var(--color);
}
.faq-page .right li.active span.title,
.faq-page .right li.active .text {
  color: #FFFFFF;
}
.faq-page .right 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 .right li.active span.title i::after {
  background: #ffffff;
}
@media (max-width: 1250px){
  .faq-page .left > div{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq-page .left > div > .wid-50{
    width: 100%;
  }
  .faq-page .left .border-box{
    padding-left: 0;
    border-left: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .faq-page .left .border-box {
    border: 0;
  }
}

.industries-1 .options a {
  height: 3.1em;
  padding: 0 1.3em;
  background-color: var(--color);
  color: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industries-1 .options a i.icon {
  width: 1.23333333em;
  height: 1.23333333em;
  margin-top: .1em;
}
.industries-1 .options a i.iconfont {
  width: 0.8em;
  height: 0.8em;
  /*border-top-right-radius: .3em;*/
  background-color: black;
  color: white;
  /*margin-top: .3em;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industries-1 .options a i.iconfont:before {
  font-size: .5em;
  line-height: 1;
}
.industries-1 .options a .content span {
  width: 100%;
  line-height: 1.2;
}
.industries-1 .options a:hover,
.industries-1 .options a.active {
  background-color: black;
}
.industries-1 .options a:hover i.iconfont,
.industries-1 .options a.active i.iconfont {
  background: var(--color);
  color: white;
}
.industries-2 {
  position: relative;
}
.industries-2:before {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color);
}
.industries-22 {
  background-color: #f7f7f7;
}
.industries-22 .left span.h6 {
  padding: .5em 1em;
  background-color: var(--color);
  color: white;
}
.industries-22 .left li img{
  width: 100%;
}
.industries-3 {
  background-color: var(--color);
  color: white;
}
.industries-3 span.h1 {
  line-height: 1;
  margin-bottom: -0.9em;
}
.industries-3 .text {
  color: inherit;
}
.industries-4 {
  background-color: #f7f7f7;
}

.mana-page .mana-3 {
    padding-top: 68px;
}
.mana-page .mana-3 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;
    margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
    background: url(../images/about-dots.png) no-repeat -20px top;
    width: 51.448%;
    padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
    width: 48.552%;
    padding-left: 41px;
    
}
.mana-page .mana-3 ul li .text .title::before {
    display: none;
}
.mana-page .mana-3 ul li .text .title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #c2c0c3;
    margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
    font-size: 16px;
    line-height: 1.8;
    /*color: rgba(40, 39, 39, 0.87);*/
    margin-top: 40px;
    font-family: 'poppins';
    color: #2c2c2c;
    /*max-height: 430px;
    overflow-y: scroll;*/
}
.mana-page .mana-3 ul li .text dl {
    margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
    font-size: 24px;
    font-weight: 700;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 65px;
    position: relative;
    margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 32px;
    height: 26px;
    background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
    margin-bottom: 0;
}
.mana-page .mana-3 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 0px 22px;
    background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1450px) {
   .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 0 50px 0 0;
    }
    .mana-page .mana-3 ul li .text dl dd {
        font-size: 21px;
    }
}
@media screen and (max-width: 1250px) {
  .mana-page .mana-3 ul li .text .title {
      
        line-height: 1.4;
    }
    .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 0 30px 0 0;
    }
    .mana-page .mana-3 ul li .text dl dd {
        font-size: 20px;
        padding-left: 45px;
    }
    .mana-page .mana-3 ul li .text dl dd::before {
        top: 0;
    }
}
@media screen and (max-width: 1000px){
  .mana-page .mana-3 ul li {
        margin-bottom: 30px;
    }
    .mana-page .mana-3 ul li .img {
        width: 100%;
    }
    .mana-page .mana-3 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .mana-page .mana-3 ul li .text .con,
    .mana-page .mana-3 ul li .text dl {
        margin-top: 20px;
    }
    .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 20px 0 0 0;
    }
    .mana-page .mana-3 ul li:nth-child(even) .img {
        padding: 0 0 0px 0;
    }
}
@media screen and (max-width: 700px){
  
    .mana-page .mana-3 ul li:nth-child(even) .img {
        padding: 0;
    }
    .mana-page .mana-3 ul li .text .title{
      font-size: 20px;
    }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-3 ul li .text .con {
        font-size: 14px;
        line-height: 2;
    }
}

.news-page {
    padding-bottom: calc(4.65vw + 20px);
}

.news-page .tips_title {
    font-weight: bold;
    padding-left: 60px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    padding-right: 25px;
    display: inline-block;
    position: relative;
    line-height: 1;
    z-index: 2;
}
.news-page .tips_title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    left: 0;
    background-color: var(--color)1f;
    z-index: -1;
}
.news-page .content {
    margin-top: calc(1.88vw + 14px);
}
.news-page .content ul {
    display: flex;
    flex-wrap: wrap;
}
.news-page .content ul li {
    position: relative;
}
.news-page .content ul li .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f2f4f6;
}
.news-page .content ul li .box {
    position: relative;
    z-index: 1;
    border: 1px solid #eceef1;
    height: 100%;
    min-height: 290px;
    padding: calc(0.8345vw + 14px) calc(1.88vw + 14px);
    background-color: #fff;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.news-page .content ul li .box .title {
    display: block;
    font-weight: bold;
    font-size: calc(0.8345vw + 14px);
}
.news-page .content ul li .box .title::before{
    display: none;
}
.news-page .content ul li .box .title:hover {
    color: var(--color);
}
.news-page .content ul li .box .des {
   
    margin-top: 20px;
    line-height: 2;
}
.news-page .content ul li .box .des:hover {
    color: var(--color);
}
.news-page .content ul li .box .info_c {
    margin-top: calc(0.8345vw + 14px);
}
.news-page .content ul li .box .info_c .cat_name {
    width: auto;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    background-color: var(--color);
    /*border-radius: 15px;*/
    /*padding: 4px 22px;*/
}
.news-page .content ul li .box .info_c .time {
    color: rgba(33, 33, 33, 0.7);
    margin-left: 30px;
    width: auto;
    font-size: 16px;
    vertical-align: middle;
}
.news-page .content ul li:hover {
    z-index: 2;
}
.news-page .content ul li:hover .box {
    -webkit-transform: translate(10px, -10px);
    -moz-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}
@media screen and (max-width: 1000px) {
      .news-page {
      text-align: center;
  }
  .seohide {
      display: none !important;
  }
  .news-page .tips_title {
      padding-left: 20px;
      padding-right: 20px;
  }
  .news-page .content .grid-box li {
      width: 100%;
      margin-top: 20px;
      text-align: center;
  }
}
@media screen and (max-width: 500px) {
    .news-page .content ul li .box {
      padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
      width: 100%;
      margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
      font-size: 20px;
  }
      .news-page .flex-2>*{
      width: 100%;
  }
}

.newdet-page .init-1 .container .title {
    font-size: calc(0.8345vw + 14px);
}
.newdet-page .init-1 .container .title::before{
    display: none;
}
.newdet-page .init-1 .container .time {
    color: #9e9e9e;
    margin-top: calc(0.8345vw + 14px);
}
.newdet-page .init-1 .container .content {
    margin-top: 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #525252;
    padding: calc(0.8345vw + 14px) 0;
    line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
    margin-top: calc(1.3555vw + 14px);
}
.newdet-page .init-1 .container .bottom_cont .left {
    width: 85%;
    padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
    width: 15%;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
    color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
    display: inline-block;
    margin-top: 10px;
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color: var(--color);
    font-size: 16px;
    border-radius: 50%;
    margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
    position: relative;
    z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
    background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
    background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
    background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
    background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1000px) {
    .newdet-page .init-1 .container .bottom_cont {
      margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
      width: 100%;
      padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
      display: none;
  }
}
@media screen and (max-width: 500px) {
    .newdet-page .init-1 .container .bottom_cont {
      margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
      margin-top: 16px;
  }
}

.contact-page .contact-1{
    /*margin-top: -60px;*/
    /*border-radius: 73px 73px 0 0;*/
    background-color: white;
}
.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}

.contact-page .contact-1 .content {
  margin-top: 64px;
}

.contact-page .contact-1 .content ul {
  margin: -15px;
}

.contact-page .contact-1 .content ul li {
  padding: 15px;
}

.contact-page .contact-1 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  /*border-radius: 15px;*/
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 21px;
  word-break: break-all;
}

.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  line-height: 60px;
  height: 60px;
}

.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}

.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #141414;
}

.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}

.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}

.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}

.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  /*border-radius: 20px;*/
}

.contact-page .contact-2 .box .form {
  margin-top: 42px;
}

.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}

.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}

.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}

.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}

.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .box .form ul li button{
  border: none;
}
.contact-page .contact-3 {
  padding-top: 6%;
}

.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}
@media screen and (max-width: 1250px){
    .contact-page .contact-1{
        margin-top: 0
    }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }

  .contact-page .contact-1 .content {
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul li {
    width: 50%;
  }

  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box .form ul li label{
      font-size: 18px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }

  .contact-page .contact-3 iframe {
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul {
    margin: -7px;
  }

  .contact-page .contact-1 .content ul li {
    padding: 7px;
    width: 100%;
  }

  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }

  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }

  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }

  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .header .con,.contact-page .contact-1 .content ul li .ig .info {
    font-size: 18px;
  }
}


@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }

  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }

  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }

  .contact-page .contact-3 iframe {
    height: 300px;
  }
  .contact-page .contact-2 .box .form ul li label {
        font-size: 16px;
    }
}


.inner-page .sideBarBox .sideBarLeft {
  width: 27%;
  padding-right: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.inner-page .sideBarBox .sideBarLeft form {
  font-size: 16px;
  padding: 5px 0;
  border-radius: .25em;
  background-color: #f2f1ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}

.inner-page .sideBarBox .sideBarLeft form button {
  width: 4.375em;
  background-color: transparent;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.6em;
}

.inner-page .sideBarBox .sideBarLeft form button:hover {
  background-color: var(--color);
  color: white;
}

.inner-page .sideBarBox .sideBarLeft .box {
  margin-top: 45px;
}

.inner-page .sideBarBox .sideBarLeft .box span.h2 {
  font-size: 24px;
  margin-bottom: 1em;
}

.inner-page .sideBarBox .sideBarLeft .box .nav {
  font-size: 18px;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li {
  padding: .6em 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-left: 20px;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li i {
    opacity: .8;
    font-size: .7em;
    position: absolute;
    top: 1.2em;
    left: 0;
    width: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li i.active {
  top: 1.1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li a em {
  padding: 0 .5em;
  border-radius: .25em;
  background-color: #eeede7;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a.active {
  color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover em,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a.active em {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li:hover > a,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active > a,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li:hover i,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active i {
  color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul {
  padding-left: 2.5em;
  font-size: 0.88888889em;
  margin-top: 1em;
  display: none;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li {
  border-bottom: none;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li.active a{
  color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li a {
  padding-left: 0;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active ul {
  display: block;
}

.inner-page .sideBarBox .sideBarLeft .box .newsList ul li {
  margin-bottom: 15px;
  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 .sideBarBox .sideBarLeft .box .newsList ul li .img-box {
  width: 30%;
  border-radius: 3px;
}

.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content {
  width: 70%;
  padding-left: 2%;
}

.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6 {
  font-size: 18px;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content time {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: .4em;
}

.inner-page .sideBarBox .sideBarLeft .box .newsList ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sideBarBox .sideBarRight {
  width: 73%;
}

.inner-page .m-page {
  font-size: 17px;
  margin-top: 3.88235294em;
  font-weight: bold;
}

.inner-page .m-page>div {
  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;
}

.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 .5em;
  width: 3.05882353em;
  height: 3.05882353em;
  border-radius: 100%;
  background-color: #dfdfdf;
  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: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}

.product-page .sideBarBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.product-page .sideBarBox .sideBarLeft {
  padding-left: 7%;
  padding-right: 0;
}

.product-page.sideBarBox .sideBarRight h1 {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}

.product-page .sideBarBox .sideBarRight .text {
  color: #484848;
  margin: 0em 0 1em;
}

.product-page .sideBarBox .sideBarRight .m-link {
  display: block;
  font-size: 16px;
  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;
  gap: 4%;
  font-weight: bold;
}

.product-page .sideBarBox .sideBarRight .m-link div {
  max-width: 48%;
  text-transform: capitalize;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a {
    font-size: 18px;
    line-height: 1.8;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    padding-left: 25px;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li i {
    top: 1.5em;
}
.proList ul li .box {
    background: #fff;
    padding-bottom: 10px;
    position: relative;
}


/*.prodet-page .prodet-1 {
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(248, 226, 148, 0.479)), color-stop(30%, rgba(248, 226, 148, 0)));
    background: -webkit-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: -moz-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: -o-linear-gradient(top left, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
    background: linear-gradient(to bottom right, rgba(248, 226, 148, 0.479), rgba(248, 226, 148, 0) 30%);
}*/
.prodet-page .prodet-1 .smallImg .slick-vertical .slick-slide {
    float: none;
}

.prodet-page .prodet-1 .smallImg .slick-track {
    width: 100% !important;
}

.prodet-page .prodet-1 .smallImg ul {
    margin: -0.5em;
}

.prodet-page .prodet-1 .smallImg ul li {
    padding: .5em;
}

.prodet-page .prodet-1 .left .smallImg img {
    border: 1px solid #000;
}

.prodet-page .prodet-1 .smallImg {
    width: 18%;
}

.prodet-page .prodet-1 .left .big {
    border: 1px solid #000;
    width: 82%;
}

 

.prodet-page .prodet-2 {
    background-color: #f6f6f6;
    color: #7b7b7b;
}

.prodet-page .prodet-2 i {
    mix-blend-mode: darken;
}

.prodet-page .prodet-3 .options:before,
.prodet-page .prodet-3 .options:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ccc;
}

.prodet-page .prodet-3 .options span {
    min-width: 242px;
    /*width: auto;
    min-width: 182px;*/
    padding: 0 22px;
    height: 58px;
    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;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: var(--color);
    font-size: 18px;
    font-weight: 500;
}
.prodet-page .prodet-3 .options span.active{
    border-color:var(--color);
    background-color: #fff;
}


.prodet-page .prodet-3 .ret .slide {
    /*display: none;*/
}

.prodet-page .prodet-3 .ret span.h6 {
    padding: .5em 1em;
    background-color: #f5f5f5;
}

.prodet-page .prodet-3 .ret span.h6 i {
    width: 1.66666667em;
    height: 1.66666667em;
    border-radius: 100%;
    background-color: black;
    position: relative;
    cursor: pointer;
    cursor: hand;
}

.prodet-page .prodet-3 .ret span.h6 i:after,
.prodet-page .prodet-3 .ret span.h6 i:before {
    content: '';
    width: .5em;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-3 .ret span.h6.active i {
    background-color: var(--color);
}

.prodet-page .prodet-3 .ret span.h6.active i:after {
    -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);
}

.prodet-page .prodet-3 .ret .form {
    padding: 4% 9%;
    background-color: var(--color);
}

.prodet-page .prodet-3 .ret .form ul li.row {
    grid-row: span 2;
}

.prodet-page .prodet-3 .ret .form ul li input,
.prodet-page .prodet-3 .ret .form ul li textarea {
    width: 100%;
    border: none;
    padding: .8em 1.4em;
    color: black;
}

.prodet-page .prodet-3 .ret .form ul li input::-webkit-input-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::-webkit-input-placeholder {
    color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input:-moz-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea:-moz-placeholder {
    color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input::-moz-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::-moz-placeholder {
    color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input:-ms-input-placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea:-ms-input-placeholder {
    color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li input::placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::placeholder {
    color: #434343;
}

.prodet-page .prodet-3 .ret .form ul li textarea {
    height: 100%;
}

.prodet-page .prodet-3 .ret .form ul li .text {
    color: inherit;
}

.prodet-page .prodet-3 .ret .form ul li button {
    border: none;
    background-color: #fff;
    transition: all 0.5s;
    color: black;
}
.prodet-page .prodet-3 .ret .form ul li button:hover{
  color: white;
}
.prodet-page .prodet-3 .ret .form ul li button img {
    filter: grayscale(1) brightness(1.9);
}

@media screen and (max-width: 1450px) {
    .prodet-page .prodet-2 i {
        zoom: .7;
    }

}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-3 .options span {
        min-width: 240px;
    }
    .product-page .sideBarBox .sideBarLeft{
      display: none;
    }
    .inner-page .sideBarBox .sideBarRight{
      width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page .prodet-2 ul li {
        width: 32.5%;
    }

    .prodet-page .prodet-2 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prodet-page .prodet-1 .right .text {
        margin-top: 20px;
    }

    .prodet-page .prodet-1 .right .btn,
    .prodet-page .prodet-1 .right .m-link {
        margin-top: 20px;
    }

    .prodet-page .prodet-3 .options {
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {

    .prodet-page .prodet-3 .options {
        display: none;
    }

    .prodet-page .prodet-3 .ret {
        margin-top: 0;
    }

    .prodet-page .prodet-3 .ret .slide {
        display: block !important;
        margin-top: 5%;
    }

    .prodet-page .prodet-3 .ret .slide:first-child {
        margin-top: 0;

    }

    .prodet-page .prodet-3 .ret .form {
        padding: 5%;
    }

    .prodet-page .prodet-3 .ret .form ul li.grid-span {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prodet-page .prodet-3 .ret .form ul li .text {
        width: 100%;
    }

    .prodet-page .prodet-3 .ret .form ul li.row {
        grid-row: span 1;
    }

    .prodet-page .prodet-2 ul li {
        width: 49%;
    }

    .prodet-page .prodet-3 .ret .slide .appearance ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .prodet-page .prodet-1 .right .btn {
        flex-direction: column;
    }
}
