@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  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: normal;
  font-style: normal;
  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-style: normal;
  font-display: swap;
}
@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-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  --color: #0e79d3;
  margin: 0 auto;
  background-color: #f6f6f7;
}
.container {
  width: 1750px;
}
.colorF {
  color: #fff;
}
.bold,
.Bold {
  font-weight: bold;
}
.color-66 {
  color: #666;
}
.bigtt-zt {
  font-family: "Poppins";
  font-weight: 600;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}
#header .nav {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: 100%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  margin: 0 48px;
  font-size: 20px;
  height: 100%;
  color: #000;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  color: var(--color);
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  color: var(--color);
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: scaleY(0);
  transform-origin: 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  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 .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: scaleY(0);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search img {
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language span img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #60b242;
  display: none \9;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .right .h-language: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);
  display: block \9;
}
#header .nav .ui.menu .right .h-language:hover img {
  filter: none;
}
#banner {
  margin-top: 100px;
}
#banner .banner-content {
  height: calc(100vh - 100px);
  position: relative;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 60%;
  line-height: 1.3;
}
#banner .banner-content .swiper-slide .txt-content .text2 {
  width: 36%;
}
.btn-go {
  width: auto;
  min-width: 188px;
  padding: 0 66px 0 22px;
  height: 60px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.btn-go i {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: all 0.5s;
}
.btn-go i::before {
  transition: all 0.5s;
}
.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.btn-go:hover i::before {
  transform: rotate(45deg);
}
.pt-btn {
  width: auto;
  min-width: 172px;
  padding: 0 22px;
  height: 50px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.pt-btn:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.titleBox {
  position: relative;
}
.titleBox .radius {
  border-radius: 15px;
  color: #141414;
  border: solid 1px #666666;
  padding-right: 28px;
  width: auto;
  padding: 0 25px 0 13px;
  gap: 22px;
}
.titleBox .radius span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color);
}
.titleBox .lineImg {
  position: absolute;
  top: 0;
  left: 15%;
  z-index: 0;
  max-width: 38%;
}
.titleBox .textBox {
  position: relative;
  z-index: 5;
  padding-left: 23%;
  max-width: 100%;
  width: 100%;
}
.titleBox .textBox .boldText {
  color: #141414;
}
.titleBox .textBox .boldText span {
  color: #fff;
}
.titleBox .textBox .boldText em {
  color: var(--color);
}
.titleBox .textBox .mk-des {
  max-width: 70%;
}
.Hbtn {
  border: 1px solid #141414;
  border-radius: 30px;
  display: inline-block;
  color: #141414;
  padding: 11px 13px 11px 28px;
  transition: all 0.5s;
}
.Hbtn .arrow {
  font-size: 18px;
  width: 36px;
  height: 36px;
  background-color: var(--color);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  margin-left: 17px;
  transition: all 0.5s;
}
.Hbtn:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.Hbtn:hover .arrow {
  transform: rotate(45deg);
}
#index-body .init-category .container .bottom .left .imgList {
  position: relative;
}
#index-body .init-category .container .bottom .left .imgList li.item {
  opacity: 0;
  border-radius: 20px;
  transform: translateY(50px);
  animation-name: slidetop;
  transition: all 0.5s linear;
}
#index-body .init-category .container .bottom .left .imgList li.item.actived img{
    border-radius: 20px;
}
#index-body .init-category .container .bottom .left .imgList li.item:not(:nth-child(1)) {
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .init-category .container .bottom .left .imgList li.item.actived {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#index-body .init-category .container .bottom .right .titleUl {
  border-top: 1px solid #5d6443;
}
#index-body .init-category .container .bottom .right .titleUl li.item {
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  padding: 15px 0;
  transition: all 0.5s;
}
#index-body .init-category .container .bottom .right .titleUl li.item:hover{
    color: var(--color);
}
#index-body .init-category .container .bottom .right .titleUl li.item span {
  padding-left: 2px;
}
#index-body .init-category .container .bottom .right .titleUl li.item .arrow {
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  transition: all 0.5s;
  flex-shrink: 0;
}
#index-body .init-category .container .bottom .right .titleUl li.item .arrow img {
  display: block;
  transition: all 0.5s;
}
#index-body .init-category .container .bottom .right .titleUl li.item:hover .tt,
#index-body .init-category .container .bottom .right .titleUl li.item.actived .tt {
  color: var(--color);
}
#index-body .init-category .container .bottom .right .titleUl li.item:hover .arrow,
#index-body .init-category .container .bottom .right .titleUl li.item.actived .arrow {
  background-color: var(--color);
}
#index-body .init-category .container .bottom .right .titleUl li.item:hover .arrow img,
#index-body .init-category .container .bottom .right .titleUl li.item.actived .arrow img {
  filter: brightness(3) grayscale(0);
}
#index-body .init-category .container .bottom .right .titleUl li.item:hover .arrow:hover img,
#index-body .init-category .container .bottom .right .titleUl li.item.actived .arrow:hover img {
  transform: rotate(45deg);
}
#index-body .init-category .container .bottomNum .numUl .list {
  color: #141414;
  width: 25%;
  max-width: 300px;
  transition: all 0.5s;
}
#index-body .init-category .container .bottomNum .numUl .list .num {
  border-bottom: 1px solid #dadada;
}
#index-body .init-category .container .bottomNum .numUl .list .num em {
  letter-spacing: -3px;
}
#index-body .init-category .container .bottomNum .numUl .list .regular {
  color: #666;
}
#index-body .init-category .container .bottomNum .numUl .list:hover {
  color: var(--color);
}
#index-body .init-about {
  z-index: 0;
}
#index-body .init-about .mk-content .left .desc {
  max-height: calc(28px * 9);
  overflow-y: auto;
  overflow-x: hidden;
}
#index-body .init-about .mk-content .right .imgbox {
  display: inline-block;
}
#index-body .init-about .mk-content .right .imgbox img {
  border-radius: 20px;
}
#index-body .init-about .txtbg {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
  font-size: 240px;
  line-height: 1;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}
#index-body .init-product .left {
  width: 62%;
}
#index-body .init-product .left .swiper {
  margin: -40px -38px 0;
  padding: 40px 38px 0;
}
#index-body .init-product .left ul li {
  transition: all 0.5s;
}
#index-body .init-product .left ul li .img-box {
  border-radius: 10px;
  margin: auto;
  display: block;
  transition: all 0.5s;
}
#index-body .init-product .left ul li .model .tt {
  padding: 8px 16px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 10px;
}
#index-body .init-product .left ul li :hover .model .tt {
  color: #fff;
  background-color: var(--color);
}
#index-body .init-product .left ul li:hover .img-box {
  box-shadow: 0px 0px 40px 0px #dcdcdc;
}
#index-body .init-product .titleBox {
  width: 33%;
}
#index-body .init-product .titleBox .textBox {
  padding-left: 0;
}
#index-body .init-advantage .titleBox .radius {
  color: #fff;
}
#index-body .init-advantage .titleBox .radius span {
  background-color: #fff;
}
#index-body .init-advantage .bottom li .listBox {
  padding: 17px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s;
}
#index-body .init-advantage .bottom li .listBox img.img {
  border-radius: 10px;
  display: block;
  margin: auto;
}
#index-body .init-advantage .bottom li .listBox .textBox {
  color: #141414;
  transition: all 0.5s;
}
#index-body .init-advantage .bottom li .listBox .textBox .tt span {
  color: var(--color);
  transition: all 0.5s;
}
#index-body .init-advantage .bottom li .listBox .textBox .regular {
  color: #666;
  line-height: 1.75;
  transition: all 0.5s;
  height: calc(1.75em * 5);
  overflow-y: auto;
}
#index-body .init-advantage .bottom li .listBox .textBox p.num {
  line-height: 0.82;
  color: #f6f6f7;
  text-align: right;
  font-weight: bold;
  margin-top: -10px;
  transition: all 0.5s;
}
#index-body .init-advantage .bottom li:hover .listBox {
  background-color: var(--color);
}
#index-body .init-advantage .bottom li:hover .listBox .textBox {
  color: #fff;
}
#index-body .init-advantage .bottom li:hover .listBox .textBox .tt span {
  color: #fff;
}
#index-body .init-advantage .bottom li:hover .listBox .textBox .regular {
  color: #fff;
}
#index-body .init-advantage .bottom li:hover .listBox .textBox p.num {
  opacity: 0.17;
}
#index-body .init-advantage .bottom .slick-current + .slick-active {
  transform: translateY(40px);
}
#index-body .init-advantage .bottom .slick-current + .slick-active + .slick-active + .slick-active {
  transform: translateY(40px);
}
#index-body .init-advantage .bottom .slick-track {
  padding-bottom: 40px;
}
#index-body .init-news .titleBox .lineImg {
  left: 13%;
}
#index-body .init-news .mk-content {
  width: 100%;
}
#index-body .init-news ul li .listBox {
  border-radius: 10px;
  background-color: #fff;
  vertical-align: bottom;
  align-content: flex-end;
  position: relative;
  z-index: 2;
}
#index-body .init-news ul li .listBox .tt {
  border-bottom: 1px solid rgba(214, 214, 214, 0.43);
  position: relative;
  z-index: 2;
}

#index-body .init-news ul li .listBox .desc {
  color: rgba(0, 0, 0, 0.8);
  height: calc(30px * 3);
}
#index-body .init-news ul li .listBox .date {
  width: 100%;
}
#index-body .init-news ul li .listBox .date .left img {
  margin-right: 12px;
}
#index-body .init-factory {
  overflow: hidden;
  position: relative;
}
#index-body .init-factory .txtbg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 68%;
}
#index-body .init-factory .scroll {
  width: max-content;
}
#index-body .init-factory .scroll img {
  border-radius: 10px;
  max-width: 600px;
}
#index-body .init-factory .scroll ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
  overflow: hidden;
}
#index-body .init-factory .scroll ul li {
  padding: 15px;
}
#index-body .init-factory .scroll ul.model1 {
  align-items: flex-end;
  padding-bottom: 10px;
}
@keyframes slidetop {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .top form {
  background-color: #fff;
  border-radius: 40px;
  padding: 20px 30px 20px 60px;
  max-width: 1315px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#footer .top form input {
  border: none;
  background-color: transparent;
  height: 22px;
}
#footer .top form input::placeholder {
  font-weight: 400;
  color: #999;
  font-size: 16px;
}
#footer .top form input[type="text"] {
  border-left: 1px solid #ccc;
  padding-left: 5px;
}
#footer .top form input[type="submit"] {
  background-color: var(--color);
  color: #fff;
  border-radius: 22px;
  padding: 8px 34px;
  height: 42px;
}
#footer .top form input[type="submit"]:hover {
  background-color: #000;
}
#footer .top form input.mail {
  width: 23.5%;
}
#footer .top form input.name {
  width: 22%;
}
#footer .top form input.content {
  width: calc(54.5% - 160px);
}
#footer .top .center .menuUl p {
  color: rgba(255, 255, 255, 0.62);
}
#footer .top .center .menuUl .menuLi {
  max-width: 200px;
}
#footer .top .center .menuUl .menuLi p.listA {
  transition: all 0.5s;
  line-height: 1.7;
  position: relative;
}
#footer .top .center .menuUl .menuLi p.listA a {
  transition: all 0.5s;
}
#footer .top .center .menuUl .menuLi p.listA::before {
  transition: all 0.5s;
}
#footer .top .center .menuUl .menuLi p.listA:hover a {
  transform: translateX(12px);
  display: block;
}
#footer .top .center .menuUl .menuLi p.listA:hover::before {
  opacity: 1;
  content: "";
  width: 6px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.62);
  position: absolute;
  left: 0;
  top: 13px;
}
#footer .top .center .menuUl .menuLi.menu1 {
  max-width: 335px;
}
#footer .top .center .menuUl .menuLi.menu2 {
  max-width: 236px;
}
#footer .top .center .menuUl .menuLi.menu4,
#footer .top .center .menuUl .menuLi.menu5 {
  max-width: 335px;
}
#footer .top .center .menuUl .menuLi.menu4 p,
#footer .top .center .menuUl .menuLi.menu5 p {
  color: rgba(255, 255, 255, 0.62);
}
#footer .copyright {
  position: relative;
  font-weight: 400;
  overflow: hidden;
  border-top: 1px solid rgba(115, 120, 98, 0.2);
  padding: 28.5px 0;
}
#footer .copyright .container svg {
  height: 34px;
  width: auto;
  fill: #dedede;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #dedede;
}
@media screen and (max-width: 1800px) {
  .container {
    width: 1600px;
  }
  #index-body .init-about .txtbg {
    font-size: 10vw;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 35px;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    font-size: 18px;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 28px;
  }
  #footer .top .center .menuUl .menuLi.menu4,
  #footer .top .center .menuUl .menuLi.menu5 {
    max-width: 300px;
  }
  .titleBox .lineImg {
    left: 12%;
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .pt-btn {
    zoom: 0.9;
  }
  .Hbtn {
    zoom: 0.9;
  }
  #footer .top .center .menuUl .menuLi {
    max-width: 146px;
  }
  #footer .top .center .menuUl .menuLi.menu1 {
    max-width: 235px;
  }
  #footer .top .center .menuUl .menuLi.menu4,
  #footer .top .center .menuUl .menuLi.menu5 {
    max-width: 233px;
  }
  #footer .copyright .container svg {
    height: 30px;
    top: 2px;
  }
  #index-body .init-category .container .bottomNum .numUl .list {
    width: 24%;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 40vw;
  }
  #footer .top form {
    padding: 10px 20px 10px 40px;
  }
  #footer .top .center .menuUl .menuLi.menu2 {
    display: none;
  }
  #footer .top .center .menuUl .menuLi.menu1 {
    max-width: 31%;
  }
  #footer .top .center .menuUl .menuLi.menu3 {
    display: none;
  }
  #footer .top .center .menuUl .menuLi.menu4,
  #footer .top .center .menuUl .menuLi.menu5 {
    max-width: 31%;
  }
  #index-body .init-category .container .bottom .right .titleUl li.item {
    padding: 15px 0;
  }
  #index-body .init-category .container .bottom .right .titleUl li.item .arrow {
    zoom: 0.8;
  }
  .titleBox .textBox .mk-des {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }
  #banner .banner-content .swiper-slide .txt-content h3 {
    max-width: 100%;
  }
  #banner .banner-content .swiper-slide .txt-content .text2 {
    width: 100%;
    text-align: left;
    margin-top: 15px;
    max-height: 140px;
    overflow-y: auto;
  }
  #footer .copyright .container .left {
    text-align: center;
  }
  #footer .top form {
    padding: 10px 20px;
    border-radius: 20px;
  }
  #footer .top form input.mail {
    width: 100%;
  }
  #footer .top form input.name {
    width: 100%;
  }
  #footer .top form input.content {
    width: 100%;
  }
  #footer .top form input[type="text"] {
    border-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
    height: 40px;
    margin-bottom: 15px;
  }
  .titleBox {
    flex-wrap: wrap;
  }
  .titleBox .textBox {
    padding-left: 0;
    margin-top: 5%;
  }
  .titleBox .lineImg {
    display: none;
  }
  #index-body .init-category .container .bottom .right {
    position: relative;
    z-index: 5;
  }
  #index-body .init-category .container .bottom .right .titleUl li.item {
    padding: 10px 0;
  }
  #index-body .init-category .container .bottomNum .numUl .list .num em {
    letter-spacing: 0;
  }
  #index-body .init-about .txtbg {
    top: 100%;
  }
  #index-body .init-product .left {
    width: 100%;
  }
  #index-body .init-product .titleBox {
    width: 100%;
    margin-top: 5%;
  }
  #index-body .init-product .left .swiper {
    margin: 0;
    padding: 0;
  }
  #index-body .init-product .titleBox .textBox {
    margin-top: 0;
  }
  #index-body .init-factory {
    zoom: 0.8;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .pt-btn {
    zoom: 0.8;
  }
  .Hbtn {
    zoom: 0.8;
  }
  .phone_hide {
    display: none;
  }
  #footer .top .center .menuUl .menuLi.menu1 {
    max-width: 100%;
  }
  #footer .top .center .menuUl .menuLi.menu4,
  #footer .top .center .menuUl .menuLi.menu5 {
    max-width: 100%;
    margin-top: 20px;
  }
  #footer .top .center .menuUl .menuLi.menu1 > img {
    zoom: 0.8;
  }
  #index-body .init-category .container .bottomNum .numUl .list {
    width: 100%;
    margin: 10px auto;
    max-width: unset;
  }
  #index-body .init-factory {
    zoom: 0.6;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-factory {
    zoom: 0.5;
  }
}
/*----- inner-page -----*/
.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
@media (max-width: 1000px) {
  #innerMobileBanner .banner2 .text {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
    font-size: 22px;
  }
}
.page-header01{
    background: linear-gradient(90deg, #b6d2ff, #07121a);
}
.mobile-menu-wrap01 .mobile-menu{
    background: linear-gradient(180deg, #b6d2ff, #5e708d, #07121a 30%);
}

.inner-banner {
    margin-top: 98px;
    border-bottom: 1px solid #d5d5d5;
}


.inner-page .m-page {
  margin-top: 7%;
  text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: #0e79d3;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover {
  border-color: #0e79d3;
}

.inner-page .m-page span.current {
  border-color: #0e79d3;
}

/*
    faq-page
==============================================*/

.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}

.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  transition: all 0.5s;
}

.faq-page .faq-list li h4:hover {
  background: var(--color);
  color: #fff;

}

.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.faq-page .faq-list li>.cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #333;
}
/*==============================================
    faq-page
*/


/*
    product-cat-page
==============================================*/
.product-cat-page {
    padding: 5% 0 8.81%;
}

.product-cat-page .list {
    padding: 5px 0 0;
    border-top: 1px solid #c9c9c9;
}

.product-cat-page .list ul li {
    margin-bottom: 11px;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-cat-page .list ul li .text {
    width: 63%;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.product-cat-page .list ul li .text .title {
    display: block;
    font-size: 60px;
    line-height: 1.1;
    font-weight: bold;
    color: #141414;
    transition: .5s
}

.product-cat-page .list ul li .text .title:hover {
    color: var(--color);
}

.product-cat-page .list ul li .text .desc {
    font-size: 18px;
    color: #323232;
    line-height: 32px;
    margin-top: 48px;
}

.product-cat-page .list ul li .img {
    width: 37%;
    padding-left: 38px;
    text-align: right;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-cat-page .list ul li .img .img-box {
    display: block;
    overflow: visible
}

.product-cat-page .list ul li .img .img-box img {
    border-radius: 20px;
}

.product-cat-page .list ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1450px) {
    .product-cat-page .list ul li .text .title {
        font-size: 50px;
    }

    .product-cat-page .list ul li .text .desc {
        margin-top: 36px;
    }
}
@media screen and (max-width: 1250px) {
    .product-cat-page .list ul li .text .title {
        font-size: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .product-cat-page .list ul li .text .title {
        font-size: 30px;
    }

    .product-cat-page .list ul li .text .desc {
        margin-top: 28px;
    }

    .product-cat-page .list ul li .text {
        width: 100%;
    }

    .product-cat-page .list ul li .img {
        width: 60%;
        padding-left: 0;
        margin-top: 5%;
    }
}

@media screen and (max-width: 700px) {
    .product-cat-page .list ul li .text {
        width: 100%;
    }

    .product-cat-page .list ul li .text .title {
        font-size: 25px;
    }

    .product-cat-page .list ul li .text .desc {
        margin-top: 10px;
    }

    .product-cat-page .list ul li .img {
        width: 100%;
    }
}

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

    .product-cat-page .list ul li .text .title {
        font-size: 22px;
    }

    .product-cat-page .list ul li .text .desc {
        font-size: 15px;
    }
}
/*==============================================
    product-cat-page
*/


/*
    product-page
==============================================*/
.product-page {
    padding: 4.74% 0 0%;
}

.product-page .category {
    text-align: center;
}

.product-page .category .ui.container {
    max-width: 1728px;
    width: 100%;
}

.product-page .category ul li .img-box {
    display: block;
    border-radius: 10px;
}

.product-page .category ul li .img-box img {
    display: inline-block;
    border-radius: 10px;
}

.product-page .category ul li .tit {
    display: block;
    color: #0e79d3;
    line-height: 2;
    margin-top: 20px;
}

.product-page .category ul li.active .tit {
    color: var(--color);
}

.product-page .top {
    text-align: center;
    margin-top: 5%;
}

.product-page .top .fl-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 365px;
    height: 68px;
}

.product-page .top .fl-list span {
    width: 100%;
    height: 100%;
    display: block;
    border: solid 1px #0e79d3;
    text-align: left;
    padding: 21px 34px 0 28px;
    cursor: pointer;
    font-size: 16px;
    color: #0e79d3;
    font-weight: bold;
    line-height: 1.8;
    background: #fff;
}

.product-page .top .fl-list span em {
    display: inline-block;
    /*margin-right: 22px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 86%;
}

.product-page .top .fl-list span i {
    float: right;
    margin-top: 8px;
}

.product-page .top .fl-list ul {
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    background: white;
    -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);
    transition: all 0.5s;
}

.product-page .top .fl-list ul li {
    font-size: 14px;
    padding: 10px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    font-weight: bold;
}

.product-page .top .fl-list ul li:hover {
    color: var(--color);
}

.product-page .top .fl-list:hover ul {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

.product-page .top .product-search {
    vertical-align: top;
    display: inline-block;
    margin-left: 54px;
}

.product-page .top .product-search form {
    width: 365px;
    position: relative;
}

.product-page .top .product-search form input[type="text"] {
    width: 100%;
    height: 68px;
    border: solid 1px #0e79d3;
    font-size: 16px;
    color: #0e79d3;
    font-weight: bold;
    padding: 0 100px 0 30px;
}

.product-page .top .product-search form input[type="submit"] {
    width: 91px;
    height: 68px;
    border: 1px solid #0e79d3;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/product-search.png) #0e79d3 no-repeat center center;
}

.product-page .info {
    color: #0e79d3;
    padding-top: 3.3%;
}

.product-page .info .ui.container {
    max-width: 1273px;
}

.product-page .info .con {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    margin-top: 1%;
}

.product-page .list {
    margin-top: 3.25%;
}

.product-page .list ul {
    margin: 0 -52px -89px 0;
}
.product-page .list ul>p{
    margin-bottom: 50px;
}

.product-page .list ul li {
    padding: 0 52px 89px 0;
}

.product-page .list ul li .img-box img {
    display: inline-block;
    border-radius: 10px;
}

.product-page .list ul li .img-box .i2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    width: 90%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .list ul li .tit {
    font-size: 22px;
    color: #666;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 25px;
    display: block;

}

.product-page .list ul li .tit:hover {
    color: var(--color);
}

@media screen and (max-width: 1250px) {
    .product-page .list ul {
        margin: 0 -30px -50px 0;
    }

    .product-page .list ul li {
        padding: 0 30px 50px 0;
    }

    .product-page .list ul li .tit {
        font-size: 19px;
    }

}

@media screen and (max-width: 1000px) {
    .product-page .top .fl-list {
        width: 47%;
    }

    .product-page .top .product-search {
        margin-left: 26px;
    }

    .product-page .top .product-search form {
        width: 320px;
    }

    .product-page .list ul {
        margin: 0 -15px -30px 0;
    }

    .product-page .list ul li {
        padding: 0 15px 30px 0;
    }

    .product-page .category {
        display: none;
    }

    .product-page #index-body .news .content ul li .tips .category {
        display: inline-block;
    }
}

@media screen and (max-width: 700px) {
    .product-page .top {
        display: none;
    }

}

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

    .product-page .list ul li .tit {
        font-size: 18px;
        line-height: 2;
    }

}

/*==============================================
    product-page
*/

.seoPublic>div {
    padding: 90px 0;
}

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: 455px;
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -18px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 18px;
}

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
    background-color: transparent;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
}

@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 12px 8px;
    }
}

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}


/*
    prodet-page
==============================================*/
.prodet-page .prodet-1 .box .left .big-small {
    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;
}

.prodet-page .prodet-1 .box .left .big {
    width: 100%;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #fff;
    background-color: var(--color);
    font-family: FontAwesome;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
    left: 20px;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
    right: 20px;
}

.prodet-page .prodet-1 .box .left .small {
    width: 15.4%;
}

.prodet-page .prodet-1 .box .left .small ul {
    margin: -4%;
}

.prodet-page .prodet-1 .box .left .small ul li {
    padding: 4%;
}

.prodet-page .prodet-1 .box .right .content h1 {

    font-weight: bold;
}

.prodet-page .prodet-1 .box .right .content bt {
    padding-bottom: 20px;
    color: var(--color);
}

.prodet-page .prodet-1 .box .right .content .text {
    line-height: 2;
    max-height: 500px;
    padding-right: 20px;
    margin-top: 43px;
    overflow: auto;
    color: #666;
}

.prodet-page .prodet-1 .box .right .content a.msgBtn {
    color: #fff;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}

.prodet-page .prodet-1 .box .right .content a.msgBtn:hover {
    color: white;
    background-color: #000000;
}

.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
    display: inline-block;
    vertical-align: middle;
}

.prodet-page .prodet-2 {
    padding-top: 100px;
}

.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    margin-bottom: 17px;
    /*font-style: italic;*/
}

.prodet-page .prodet-2 form textarea {
    height: 170px;
}

.prodet-page .prodet-2 form button {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;

    color: #FFFFFF;
    background-color: var(--color);
    border: none;
    padding: 10px 45px;
    text-transform: uppercase;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.prodet-page .prodet-2 form button:hover {
    background-color: #000000;
}

.prodet-page .prodet-2 .options ul {
    position: relative;
}

.prodet-page .prodet-2 .options ul::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}

.prodet-page .prodet-2 .options ul li {
    width: auto;
    position: relative;
}

.prodet-page .prodet-2 .options ul li+li {
    /*margin-left: 130px;*/
}

.prodet-page .prodet-2 .options ul li a {
    padding: 15px 40px;
    line-height: 44px;
    font-size: 24px;
    text-transform: uppercase;
}

.prodet-page .prodet-2 .options ul li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    display: block;
    height: 3px;
    width: 0;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    color: #acce22;
}

.prodet-page .prodet-2 .options ul li.active a::after {
    width: 100%;
}

.prodet-page .prodet-2 .ret ul li .content {
    padding-left: 90px;
    padding-right: 90px;
}

.prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.prodet-page .prodet-2 .ret ul li .content.form form {
    margin: 0 auto;
}

.prodet-page .prodet-3 {
    padding-top: 100px;
}

.prodet-page .prodet-3 ul li .img img {
    width: 100%;
    border: 1px solid #dbdbdb;
}

.prodet-page .prodet-3 .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #FFFFFF;
    background-color: var(--color);
}

.prodet-page .prodet-3 .slick-arrow.slick-prev {
    left: -50px;
}

.prodet-page .prodet-3 .slick-arrow.slick-next {
    right: -50px;
}

.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .prodet-page .prodet-1 .box .right .content h1 {
        margin: 0;
        font-size: 20px;
        line-height: 36px;
    }

    .prodet-page .prodet-1 .box .right .content a.msgBtn {
        margin-top: 30px;
    }

    .prodet-page .prodet-2 .options ul li+li {
        margin-left: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page {
        padding: 60px 0;
    }

    .prodet-page .prodet-1 .box .left {
        width: 100%;
    }

    .prodet-page .prodet-1 .box .right {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }

    .prodet-page .prodet-2 {
        padding-top: 60px;
    }

    .prodet-page .prodet-3 {
        padding-top: 60px;
    }

    .prodet-page .prodet-2 .ret ul li .content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .prodet-page .prodet-2 .ret ul li .content.form {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-1 .box .left .big-small {
        display: block;
    }

    .prodet-page .prodet-1 .box .left .big {
        width: 100%;
        padding: 0;
    }

    .prodet-page .prodet-1 .box .left .small {
        width: 100%;
        margin-top: 10px;
    }
    .prodet-page .prodet-1 .box .left .small ul{
      margin: -5px;
    }
    .prodet-page .prodet-1 .box .left .small ul li {
      padding: 5px;
  }

    .prodet-page .prodet-2 form input,
    .prodet-page .prodet-2 form textarea {
        padding: 10px;
    }

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

    .prodet-page .prodet-2 .options ul li+li {
        margin: 0;
    }

    .prodet-page .prodet-2 .ret ul li .content {
        padding-left: 0;
        padding-right: 0;
    }

    .prodet-page .prodet-2 .ret ul li .content.form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prodet-page .prodet-2 form textarea {
        height: 100px;
    }
}

/*==============================================
    prodet-page
*/


.m-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 80px;
}

.m-link .prev {
    margin-right: 20px;
    width: 100%;
}

.m-link .prev a.link img {
    margin-right: .5em;
}

.m-link .next {
    margin-left: 20px;
    width: 100%;
}

.m-link .next a.link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.m-link .next a.link img {
    margin-left: .5em;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.m-link a.link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    color: #242424;
    margin-bottom: .5em;
}

.m-link .btnBox {
    padding: 20px;
    background: #eee;
    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;
}
.m-link .btnBox :hover{
    color: var(--color);
}
.m-link .btnBox a.img {
    width: 35%;
    height: 80px;
    background-size: cover;
    background-position: center center;
}

.m-link .btnBox .text {
    margin-left: 15px;
    transition: all .3s;
}

.m-link .btnBox .text:hover {
    color: var(--color);
}

.m-link .btnBox .text time {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.m-link .btnBox .text span.h6 {
    font-size: 18px;
    color: #242424;
    line-height: 2;
    margin-top: .1em;
    display: block;
}

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

    .m-link a.link,
    .m-link .btnBox .text span.h6 {
        font-size: 16px;
        line-height: 30px;
    }

    .m-link .btnBox {
        padding: 10px;
    }

    .m-link .btnBox .text time {
        font-size: 14px;
    }

    .m-link {
        margin: 30px 0 40px;
    }
}
@media screen and (max-width: 1000px){
  .m-link .next{
    margin-left: 0;
    margin-top: 6px;
  }
  .m-link .next a.link{
    justify-content: flex-start;
  }
  .m-link .prev{
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
    .m-link .btnBox .text {
        margin-left: 0;
        width: 100%;
    }

    .m-link .btnBox a.img {
        display: none;
    }

    .m-link a.link,
    .m-link .btnBox .text span.h6 {
        font-size: 14px;
        line-height: 2;
    }
}


/*
    about-page
==============================================*/
.about-page .about-1 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.about-page .about-1 .left {
    vertical-align: bottom;
    padding-right: 27px;
    margin-bottom: 15px;
    width: 100%;
    margin-top: 30px;
}

.about-page .about-1 .left .con {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}

.about-page .about-1 .right {
    vertical-align: baseline;
    width: 100%;
}

.about-page .about-1 .img-box:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.about-page .about-1 .play {
    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%);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    background: var(--color);
    color: white;
    font-size: 30px;
    transition: .5s
}

.about-page .about-1 .play:hover {
    background: #cca255
}

.about-page .about-1 .play i {
    position: relative;
    left: 3px;
}

.about-page .about-1 .right .data {
    margin-top: 46px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 24px 30px;
}

.about-page .about-1 .right .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-page .about-1 .right .data ul li {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;transition: .5s;
}

.about-page .about-1 .right .data ul li span {
    line-height: 32px;
}

.about-page .about-1 .right .data ul li .num {
    line-height: 1;
    transition: .5s;
    margin-top: 10px
}

.about-page .about-1 .right .data ul li:hover {
    color: var(--color);
}

.about-page .about-1 .right .data ul li p {
    margin-top: 12px;
}

.about-page .about-2 {
    padding: 11.41% 0 10%;
}

.about-page .about-2 .left {
    width: 35%;
    padding-top: 54px;
}

.about-page .about-2 .left ul li {
    padding-bottom: 45px;
}

.about-page .about-2 .left ul li i {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}

.about-page .about-2 .left ul li span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
    font-size: 20px;
    color: #323232;
    font-weight: 600;
    line-height: 1.6;
    width: 88%;
}

.about-page .about-2 .left ul li:last-child {
    padding-bottom: 0;
}

.about-page .about-2 .right {
    width: 65%;
    position: relative;
}

.about-page .about-2 .right .title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 900;
    max-width: 668px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-page .about-2 .right .info {
    margin-top: -5.5%;
}

.about-page .about-2 .right .info .img-box {
    width: 50.81%;
}

.about-page .about-2 .right .info .text {
    width: 49.19%;
    padding: 13.21% 0 0 45px;
}

.about-page .about-2 .right .info .text .con {
    font-size: 20px;
    /*font-weight: 600;*/
    color: #323232;
    line-height: 1.5;
}

.about-page .about-2 .right .info .text .more {
    margin: 47px 0 0 88px;
}

.about-page .about-2 .right .bicycle {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -50px;
}

.about-page .about-2 .right .bicycle .tire {
    position: absolute;
    z-index: -1;
    bottom: -84px;
    -webkit-animation: xz 2s linear infinite;
    -moz-animation: xz 2s linear infinite;
    animation: xz 2s linear infinite;
}

.about-page .about-2 .right .bicycle .tire1 {
    left: -128px;
}

.about-page .about-2 .right .bicycle .tire2 {
    right: -141px;
}

.about-page .about-2 .right .shadow {
    position: absolute;
    bottom: -110px;
    left: -130px;
}

.about-page .about-3 {
    padding: 9.2% 0 8.24%;
    background: url(../images/about3-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    color: white;
}

.about-page .about-3 .left {
    width: 32%;
}

.about-page .about-3 .left .title {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 700;
}

.about-page .about-3 .left p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 37px;
}

.about-page .about-3 .left .more {
    color: white;
    margin-top: 36px;
}

.about-page .about-3 .left .more::before {
    background: white;
}

.about-page .about-3 .left .more::after {
    background-color: var(--color);
}

.about-page .about-3 .right {
    width: 68%;
    padding-left: 8.21%;
}

.about-page .about-3 .right ul li .ig {
    padding: 19px 17px;
    margin-left: 17px;
}

.about-page .about-3 .right ul li .ig .img-box {
    display: block;
    position: relative;
    z-index: 1;
}

.about-page .about-4 {
    padding-top: 8.1%;
}

.about-page .about-4 .left {
    width: 74.37%;
    vertical-align: bottom;
    padding-right: 82px;
}

.about-page .about-4 .left ul {
    margin-right: -80px;
}

.about-page .about-4 .left ul li {
    padding-right: 80px;
    color: #323232;
}

.about-page .about-4 .left ul li .top em {
    display: inline-block;
    vertical-align: bottom;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
}

.about-page .about-4 .left ul li .top span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 10px;
}

.about-page .about-4 .left ul li .con {
    font-size: 18px;
    line-height: 32px;
    margin-top: 34px;
    font-weight: 400;
}

.about-page .about-4 .left ul li .img-box {
    margin-top: 39px;
}

.about-page .about-4 .right {
    vertical-align: bottom;
    color: #323232;
    width: 25.63%;
}

.about-page .about-4 .right .title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1;
}

.about-page .about-4 .right .con {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 59px;
}

.about-page .about-4 .right a {
    display: block;
    background: var(--color);
    color: white;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    padding: 24px 0 23px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 57px;
}

.about-page .about-4 .right a::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .right a:hover::after {
    width: 100%;
}

.about-page .about-5 .ui.container {
    max-width: 100%;
    padding: 0;
}

.about-page .about-5 .title {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    color: #323232;
}

.about-page .about-5 .content {
    margin-top: 101px;
}

.about-page .about-5 .content ul li .ig {
    position: relative;
    z-index: 1;
}

.about-page .about-5 .content ul li .ig .img-box {
    display: block;
}

.about-page .about-5 .content ul li .ig .img-box img {
    width: 100%;
}

.about-page .about-5 .content ul li .ig .text {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color);
    width: 100%;
    height: 87%;
    z-index: -1;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 17px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.about-page .about-5 .content ul li .ig:hover .text {
    top: 50px;
    left: 53px;
    opacity: 1;
}

.about-page .about-6 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about-page .about-6 ul li {
    width: 33.3%;
    position: relative;
}

.about-page .about-6 ul li img {
    min-height: 500px;
    object-fit: cover;
}

.about-page .about-6 ul li .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 80px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-page .about-6 ul li .text .box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

.about-page .about-6 ul li .text .box .cont {
    display: none;
    max-height: calc(30px * 8);
    overflow-y: auto;
}

.about-page .about-7 {
    position: relative;
}
.about-page .about-7>img{
  min-height: 280px;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-page .about-7 .text {
    /*position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);*/
    color: #fff
}

.about-page .about-7 .text .box {
    margin: 0 0 0 auto;
    text-align: center;
}

.about-page .about-7 .Hbtn {
    color: #fff;
    border-color: #fff;
}

.about-page .about-7 .Hbtn:hover {
    border-color: var(--color);
}

.about-page .about_process {
    padding-top: 80px;
}

.about-page .about_process ul {
    margin: -20px;
}

.about-page .about_process ul li {
    padding: 20px;
}

.about-page .about_process ul li .title {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 20px;
}

.about-page .about_process ul li .des {
    font-size: 18px;
    line-height: 32px;
}

@media screen and (max-width: 1700px) {
    .about-page .about-2 .left ul li span {
        width: 86%;
    }

    .about-page .about-2 .right .bicycle {
        zoom: .82;
    }

    .about-page .about-2 .right .shadow {
        zoom: .8;
    }

    .about-page .about-6 ul li .text {
        padding: 80px
    }
}

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

    .about-page .about-2 .left ul li {
        padding-bottom: 50px;
    }

    .about-page .about-2 .left ul li span {
        font-size: 20px;
        width: 85%;
        padding-left: 10px;
    }

    .about-page .about-2 .right .info .text {
        padding: 12% 0 0 45px;
    }

    .about-page .about-2 .right .info .text .con {
        font-size: 20px;
    }

    .about-page .about-3 .left .title {
        font-size: 46px;
    }

    .about-page .about-4 .left {
        padding-right: 30px;
    }

    .about-page .about-4 .left ul {
        margin-right: -40px;
    }

    .about-page .about-4 .left ul li {
        padding-right: 40px;
    }

    .about-page .about-4 .left ul li .top span {
        font-size: 18px;
        width: 67%;
    }

    .about-page .about-4 .left ul li .con {
        font-size: 17px;
    }

    .about-page .about-4 .right .title {
        font-size: 50px;
    }

    .about-page .about-5 .content ul li .ig .text {
        height: 80%;
    }

    .about-page .about-6 ul li .text {
        padding: 80px 60px
    }
}

@media screen and (max-width: 1250px) {
    .about-page .about-1 .left {
        padding-right: 0;
    }

    .about-page .about-2 .right .bicycle {
        zoom: .6;
    }

    .about-page .about-2 .left ul li span {
        font-size: 18px;
        width: 82%;
    }

    .about-page .about-2 .right .title {
        font-size: 40px;
    }

    .about-page .about-2 .right .shadow {
        zoom: .6;
    }

    .about-page .about-4 .right .title {
        font-size: 40px;
    }

    .about-page .about-4 .right .con {
        font-size: 18px;
        margin-top: 40px;
    }

    .about-page .about-4 .left ul {
        margin-right: -20px;
    }

    .about-page .about-4 .left ul li {
        padding-right: 20px;
    }

    .about-page .about-4 .left ul li .top em {
        font-size: 50px;
    }

    .about-page .about-4 .left ul li .con {
        font-size: 15px;
    }

    .about-page .about-5 .content ul li .ig:hover .text {
        left: 30px;
    }

    .about-page .about-6 ul li .text {
        padding: 50px 40px
    }
}

@media screen and (max-width: 1100px) {
    .about-page .about-1 .left .con {
        margin-top: 30px;
    }

    .about-page .about-2 .left ul li {
        padding-bottom: 30px;
    }

    .about-page .about-2 .left ul li span {
        width: 80%;
        font-size: 16px;
    }

    .about-page .about-2 .right .info .text {
        padding: 7% 0 0 45px;
    }

    .about-page .about-2 .right .info .text .con {
        font-size: 18px;
        line-height: 1.6;
    }

    .about-page .about-2 .right .info .text .more {
        margin: 40px 0 0 70px;
    }

    .about-page .about-3 .left .title {
        font-size: 38px;
    }

    .about-page .about-4 .right a {
        font-size: 18px;
    }

    .about-page .about-5 .content ul {
        margin-right: -40px;
    }

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

    .about-page .about-6 ul li .text {
        padding: 50px 20px
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-7 .text .box {
        width: 100%
    }

    .about-banner {
        height: 300px;
        padding-top: 150px;
    }

    .about-page .about-1 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .about-page .about-1 .left {
        width: 100%;
    }
    .about-page .about-1 .right .data{
      padding: 20px 0;
    }
    .about-page .about-1 .right .data ul{
      margin: -10px;
      flex-wrap: wrap;
    }

    .about-page .about-1 .right .data ul li{
      padding: 10px;
      width: 50%;
    }

    .about-page .about-2 .left {
        width: 100%;
        padding-top: 0;
    }

    .about-page .about-2 .right {
        width: 100%;
        padding-top: 20px;
    }

    .about-page .about-2 .right .bicycle {
        left: 130px;
        zoom: .55;
    }

    .about-page .about-2 .right .shadow {
        zoom: .55;
        left: 0;
    }

    .about-page .about-3 .left {
        width: 100%;
    }

    .about-page .about-3 .right {
        width: 100%;
        padding: 20px 0 0;
    }

    .about-page .about-4 .left {
        width: 100%;
        padding-right: 0;
    }

    .about-page .about-4 .left ul li .top em {
        display: block;
    }

    .about-page .about-4 .left ul li .top span {
        width: 100%;
        display: block;
        padding: 0;
        height: 60px;
    }

    .about-page .about-4 .right {
        width: 100%;
        padding-top: 20px;
    }

    .about-page .about-4 .right .con {
        margin-top: 15px;
    }

    .about-page .about-4 .right a {
        margin-top: 20px;
    }

    .about-page .about-5 .title {
        font-size: 50px;
    }

    .about-page .about-5 .content {
        margin-top: 60px;
    }

    .about-page .about-6 ul li {
        width: 50%
    }
}

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

    .about-page .about-2 {
        padding: 7% 0 10%;
    }

    .about-page .about-2 .right {
        display: none;
    }

    .about-page .about-5 .title {
        font-size: 40px;
    }

    .about-page .about-5 .content {
        margin-top: 20px;
    }

    .about-page .about-5 .content ul {
        margin-right: -20px;
    }

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

    .about-page .about-5 .content ul li .ig {
        padding-bottom: 0;
    }

    .about-page .about-5 .content ul li .ig .text {
        position: initial;
        height: auto;
        opacity: 1;
        background: var(--color);
        padding: 10px 0;
    }

    .about-page .about-5 .content ul li .ig:hover .text {
        left: 0;
        top: 0;
    }

    .about-page .about-7>img {
        object-fit: cover;
    }

}

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

    .about-page .about-1 .right .data ul li{
      width: 100%;
    }
    
    .about-page .about-2 .left ul li span {
        width: 78%;
    }

    .about-page .about-3 .left .title {
        font-size: 30px;
    }

    .about-page .about-3 .left p {
        font-size: 15px;
        margin-top: 15px;
    }

    .about-page .about-3 .left .more {
        margin-top: 20px;
    }

    .about-page .about-5 .title {
        font-size: 27px;
    }
    .about-page .about-6 ul li {
        width: 100%;
    }
}

#index-body .i-why {
    background: #f5f5f5
}

#index-body .i-why .top {
    margin-bottom: 54px;
}

#index-body .i-why .top .left .i-title {
    display: inline-block;
}

#index-body .i-why .top .left .i-title:after {
    left: 77%;
    top: 4%;
}

#index-body .i-why .top .right {
    padding-left: 70px;
}

#index-body .i-why .top .right .des {
    font-size: 18px;
    line-height: 32px;
    color: #494949;
    height: 96px;
    display: none
}

#index-body .i-why .top .right .des.active {
    display: block
}

#index-body .i-why .wrap .left {
    width: 66%;
    padding-right: 13px;
}

#index-body .i-why .wrap .left ul {
    margin: -13px;
}

#index-body .i-why .wrap .left ul li {
    padding: 13px;
}

#index-body .i-why .wrap .left ul li .box {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: block;
    padding: 25px;
    position: relative;
    height: 195px;
}

#index-body .i-why .wrap .left ul li .box .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 60px;
    /*-webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);*/
}

#index-body .i-why .wrap .left ul li .box .icon img {
    vertical-align: middle;
}

#index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 23px;
    padding-right: 30px;
    min-height: 60px;
}

#index-body .i-why .wrap .left ul li .box .arrow {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

#index-body .i-why .wrap .left ul li .box .arrow img {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
    background: var(--color);
    color: #fff;
}

#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#index-body .i-why .wrap .right {
    width: 34%;
    padding-left: 13px;
}

#index-body .i-why .wrap .right ul li {
    height: 415px;
}

#index-body .i-why .wrap .right img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1700px) {
    #index-body .i-why .wrap .left ul li .box .h4 {
        margin-top: 16px;
    }
}

@media screen and (max-width: 1450px) {
    #index-body .i-why .wrap .left ul li .box .h4 {
        font-size: 17px;
    }
}

@media screen and (max-width: 1250px) {
    #index-body .i-why .wrap .right {
        display: none;
    }

    #index-body .i-why .wrap .left {
        width: 100%;
        padding-right: 0;
    }

    #index-body .i-why {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1000px) {
    #index-body .i-why .top .left {
        width: 100%;
    }
    #index-body .i-why .top{
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    #index-body .i-why .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    #index-body .i-why {
        padding: 50px 0;
    }

    #index-body .i-why .wrap .left ul li .box {
        padding: 15px;
    }

    #index-body .i-why .wrap .left ul li .box .arrow {
        right: 10px;
        bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    #index-body .i-why .top .right .des {
        font-size: 16px;
    }
}

.about-page .advantage .pr {
    position: relative;
}

.about-page .advantage .top .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-page .advantage .top .btn .more {
    position: relative;
}

.about-page .advantage .top .btn .m1 {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.about-page .advantage .header {
    text-align: left;
}

.about-page .advantage .header .title {
    color: #030303;
    line-height: 1;
    font-weight: 700;
    margin-top: 5px;
}

.about-page .advantage .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}

.about-page .advantage .content ul li {
    padding-right: 20px;
    width: 12%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.about-page .advantage2 .content ul li {
    width: 16%;
    overflow: hidden;
}

.about-page .advantage .content ul li .ig {
    border: solid 1px var(--color);
    padding: 50px 60px 37px;
    height: 480px;
}

.about-page .advantage .content ul li .ig i {
    display: block;
}

.about-page .advantage .content ul li .ig .tit {
    position: absolute;
    transform: rotate(90deg) translate(-50%, -50%);
    transform-origin: 0 0;
    bottom: auto;
    left: 50%;
    top: 50%;
    line-height: 36px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    width: 385px;
}

.about-page .advantage .content ul li .ig .box {
    line-height: 1.8;
    opacity: 0;
    transition: all .3s linear;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.about-page .advantage .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    color: #666666;
}

.about-page .advantage .content ul li.active {
    width: 50%;
}

.about-page .advantage .content ul li .box .t1 {
    line-height: 1.2;
    color: var(--color);
}

.about-page .advantage .content ul li .box .cont {
    margin-top: 30px;
    color: #666;
    line-height: 1.5;
}

.about-page .advantage .content ul li.active .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.about-page .advantage .content ul li.active .tit {
    opacity: 0;
}

@media screen and (max-width: 1450px) {
    .about-page .advantage .content ul li .ig {
        padding: 40px 30px 30px;
    }
}

@media screen and (max-width: 1250px) {
    .about-page .advantage .content ul li .ig {
        padding: 40px 20px 30px;
    }
}

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

    .about-page .advantage .top .btn {
        -webkit-box-pack: end;
        -webkit-justify-content: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-top: 20px;
    }

    .about-page .advantage .content ul li .ig .tit {
        display: none;
    }

    .about-page .advantage .content ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }

    .about-page .advantage .content ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .about-page .advantage .content ul li.active {
        width: 50%;
    }

    .about-page .advantage .content ul li .ig .box {
        opacity: 1;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        transition-delay: 0.4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .about-page .advantage .content ul li .ig {
        padding: 30px 20px 20px;
        height: auto;
    }
    .about-page .advantage .content ul li .ig .num{
      position: static;
    }

}


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

    .about-page .advantage .content ul li,
    .about-page .advantage .content ul li.active {
        width: 100%;
    }

    .about-page .advantage .content ul li .ig {
        height: auto;
        padding: 20px 15px;
    }

    .about-page .advantage .content ul li .ig .tit {
        line-height: 1.5;
    }

    .about-page .advantage .content ul li .ig .box {
        line-height: 1.8;
    }
}

/*==============================================
    about-page
*/


/*
    factory-page
==============================================*/

.testimonials-page .marginBox {
    text-align: center;
}

.testimonials-page .options {
    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;
    border-bottom: 1px solid #c3c3c3;
    margin-top: 110px;
}

.testimonials-page .options span {
    font-size: 20px;
    font-weight: bold;
    width: 360px;
    margin-right: 1em;
    height: 2.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .75em;
    border: 1px solid #c3c3c3;
    cursor: pointer;
    cursor: hand;
    background: #eee;
    margin-bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.testimonials-page .options span em {
    color: #bfbfbf;
}

.testimonials-page .options span.active {
    background-color: white;
    border-bottom-color: transparent;
}

.testimonials-page .ret .list {
    margin: 0;
}

.testimonials-page .ret .list ul {
    margin: -30px -15px;
    text-align: left;
}


.testimonials-page .ret .list ul li {
    padding: 30px 15px;
    text-align: center;
}

.testimonials-page .ret .list ul li a {
    display: block;
    position: relative;
}

.testimonials-page .ret .list ul li a img {
    width: 100%;
}

.testimonials-page .ret .list ul li a span {
    width: 40px;
    height: 40px;
    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%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.testimonials-page .ret .list ul li a span img {
    width: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.testimonials-page .ret .list ul li a:hover span {
    opacity: 1;
}

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

    .testimonials-page .options span {
        font-size: 18px;
        line-height: 32px;
        width: 280px;
    }

    .testimonials-page .options {
        margin-top: 60px;
    }

    .testimonials-page .ret .list ul li {
        padding: 10px;
    }

    .testimonials-page .ret .list ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1450px) {
    .testimonials-page .marginBox {
        padding: 60px 0;
    }

    .testimonials-page .options span {
        font-size: 16px;
        width: 220px;
    }

    .testimonials-page .options {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1250px) {
    .testimonials-page .options span {
        font-size: 14px;
        line-height: 2;
        width: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .testimonials-page .options {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .testimonials-page .options span {
        font-size: 14px;
        line-height: 2;
        width: 140px;
    }
}

@media screen and (max-width: 500px) {
    .testimonials-page .marginBox {
        padding: 30px 0;
    }
}

/*==============================================
   factory-page
*/

/*
    news-page
==============================================*/
.inner-page .sideBarBox .sideBarLeft {
    width: 70%;
    padding-right: 3%;
}

.inner-page .sideBarBox .sideBarRight {
    width: 30%;
    padding: 25px;
    background: #f3f3f3;
    position: sticky;
    top: 100px;
}

.inner-page .sideBarBox .sideBarRight span.h5 {
    font-size: 20px;
    font-weight: bold;
    color: #242424;
    line-height: 36px;
    margin-bottom: .8em;
    display: block;
    margin-top: 2em;
}

.inner-page .sideBarBox .sideBarRight span.h5:first-child {
    margin-top: 0;
}

.inner-page .sideBarBox .sideBarRight form.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 50px;
    height: 50px;
    border: 1px solid #bfbfbf;
    background-color: white;
    font-size: 18px;
    color: #666;
    padding: 0 .7em;
}

.inner-page .sideBarBox .sideBarRight form.search input {
    border: none;
    background-color: transparent;
    width: 100%;
}

.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
    width: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("../images/icon-search3.png") center center no-repeat;
}

.inner-page .sideBarBox .sideBarRight .nav ul li {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    padding: .5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .sideBarBox .sideBarRight .nav ul li:before {
    content: '';
    border: 3px solid var(--color);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5em;
    border-radius: 100%;
}

.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
    color: var(--color);
}

.inner-page .sideBarBox .sideBarRight .newsList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #bfbfbf;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
    /*width: 34%;*/
    margin-right: 15px;
    height: 80px;
    background-size: cover;
    background-position: center center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
    font-size: 16px;
    color: #242424;
    line-height: 32px;
    margin-top: .3em;
    display: block;
    font-weight: 500;
}

.inner-page .sideBarBox .sideBarRight .imgBox {
    margin-top: 30px;
    height: 460px;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.inner-page .sideBarBox .sideBarRight .imgBox .text {
    font-size: 16px;
    color: white;
    line-height: 2;
    padding: 2em;
}

@media screen and (max-width: 1000px) {
    .inner-page .sideBarBox .sideBarLeft {
        width: 100%;
        padding-right: 0;
    }

    .inner-page .sideBarBox .sideBarRight {
        display: none;
    }
}

.news-page .sideBarLeft .list ul li a.img-box {
    padding: 30px 30px 20px;
    display: block;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.news-page .sideBarLeft .list ul li a.img-box img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: 690px;
}

.news-page .sideBarLeft .list ul li a.img-box time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #666;
    margin-top: 1.2em;
}

.news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
    padding: .3em 1em;
    border-radius: 1.5em;
    background: var(--color);
    color: white;
    text-transform: uppercase;
    margin-left: 1em;
}

.news-page .sideBarLeft .list ul li a.img-box:hover {
    border-color: var(--color);
}

.news-page .sideBarLeft .list ul li {
    border-bottom: 1px solid #000;
    margin-bottom: 40px
}

.news-page .sideBarLeft .list ul li .content {
    padding: 30px 0 60px;
    font-size: 16px;
}

.news-page .sideBarLeft .list ul li .content span.h1 {
    transition: .5s;
    line-height: 36px;
}

.news-page .sideBarLeft .list ul li .content span.h1:hover {
    color: var(--color)
}

.news-page .sideBarLeft .list ul li .content span.h3 {
    font-weight: bold;
    font-size: 28px;
    color: #242424;
    line-height: 2;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.news-page .sideBarLeft .list ul li .content span.h3:hover {
    color: var(--color);
}

.news-page .sideBarLeft .list ul li .content .text {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin: 1em 0 2em 0;
}

.news-page .sideBarLeft .list ul li .content a.link {
    font-size: 18px;
    display: inline-block;
    position: relative;
    /*text-transform: uppercase;*/
    line-height: 1;
    border-bottom: 1px solid var(--color);
    color: var(--color);
}

.news-page .sideBarLeft .list ul li .content a.link:after {
    content: '';
    border: 4px solid var(--color);
    border-radius: 100%;
    position: absolute;
    top: -2px;
    left: 105%;
}

.newdet-page .marginBox {
    padding: 90px 0;
}

.newdet-page .sideBarLeft time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #666;
    margin-top: 1.2em;
}

.newdet-page .sideBarLeft time em {
    font-size: 14px;
    padding: .5em 1em;
    border-radius: 1.5em;
    background: var(--color);
    color: white;
    text-transform: uppercase;
    margin-left: 1em;
}

.newdet-page .sideBarLeft h1 {
    color: #242424;
    line-height: 1.6;
    display: block;
    margin: 2em 0 1em;
}

.newdet-page .sideBarLeft .content {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    padding: 1.5em 0;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.newdet-page .sideBarLeft .share {
    font-size: 24px;
    color: #bfbfbf;
    line-height: 44px;
    margin-top: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newdet-page .sideBarLeft .share a {
    margin-left: 1em;
    font-size: 80%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .sideBarLeft .share a:hover {
    color: var(--color);
}


.newdet-page .sideBarLeft .publicForm span.h6 {
    color: #242424;
    margin-bottom: 1em;
    display: block;
}

.news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
}

.news-page .sideBarLeft .list ul li .content .text,
.news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
    line-height: 30px;
}

.news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
}

.news-page .sideBarLeft .list ul li .content a.link:hover {
    color: #242424;
    border-color: #242424;
}

.news-page .sideBarLeft .list ul li .content a.link:hover:after {
    border-color: #242424;
}

.newdet-page .form ul {
    margin: -15px -7px;
}

.newdet-page .form ul li {
    padding: 15px 7px;
}

.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    padding: .6em 1em;
    border: 1px solid #bfbfbf;
}

.newdet-page .form ul li input::-webkit-input-placeholder,
.newdet-page .form ul li textarea::-webkit-input-placeholder {
    color: #666;
}

.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
    color: #666;
}

.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
    color: #666;
}

.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
    color: #666;
}

.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
    color: #666;
}

.newdet-page .form ul li textarea {
    height: 150px;
}

.newdet-page .form ul li input[type="submit"] {
    border: none;
    background: var(--color);
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .form ul li input[type="submit"]:hover {
    background: #242424;
}

.newdet-page .form ul li.wid-100 {
    width: 100%;
}

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

    .newdet-page .sideBarLeft h1 {
        margin: 1em 0;
    }

    .newdet-page .sideBarLeft .content {
        font-size: 16px;
        line-height: 30px;
    }

    .newdet-page .sideBarLeft .share {
        font-size: 20px;
        line-height: 36px;
    }
}

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

    .news-page .sideBarLeft .list ul li .content span.h3 {
        font-size: 20px;
    }

    .news-page .sideBarLeft .list ul li .content {
        padding: 20px 0 30px;
    }

}

@media screen and (max-width: 1000px) {
    .news-page .sideBarLeft .list ul li .content span.h3 {
        font-size: 18px;
    }

    .news-page .sideBarLeft .list ul li a.img-box img {
        height: auto !important;
    }

    .newdet-page .form ul li input,
    .newdet-page .form ul li textarea,
    .newdet-page .form ul li input[type="submit"] {
        font-size: 14px;
        padding: .5em;
    }
}

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

    .news-page .sideBarLeft .list ul li a.img-box time {
        font-size: 14px;
    }

    .news-page .sideBarLeft .list ul li a.img-box time em {
        font-size: 14px;
    }

    .news-page .sideBarLeft .list ul li .content .text,
    .news-page .sideBarLeft .list ul li .content a.link {
        font-size: 14px;
        line-height: 2;
    }

    .news-page .sideBarLeft .list ul li .content span.h3 {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 500px) {
    .newdet-page .sideBarLeft time {
        margin-top: 0;
        font-size: 14px;
        line-height: 2;
    }

    .newdet-page .sideBarLeft time em {
        font-size: 14px;
        line-height: 2;
    }
    .newdet-page .form ul li{
      width: 100%;padding:6px;
    }
}

/*==============================================
    news-page
*/

/*
    contact-page
==============================================*/
.contact-page .contact-1 .left {
    width: 43%;
}

.contact-page .contact-1 .left form{
    padding-left: 25px;
    padding: 60px;
    background-color: #fff;
    -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
    box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
.contact-page .contact-1 .left ul {
    margin: -17px -34px;
}

.contact-page .contact-1 .left ul li {
    padding: 17px 34px;
    position: relative;
}

.contact-page .contact-1 .left ul li span {
    position: absolute;
    left: 3px;
    bottom: 54px;
}

.contact-page .contact-1 .left ul li input {
    height: 50px;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
}
.contact-page .contact-1 .left ul li textarea{
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
    height: 100px;
}

.contact-page .contact-1 .left ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
    color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-moz-placeholder,
.contact-page .contact-1 .left ul li textarea:-moz-placeholder {
    color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::-moz-placeholder,
.contact-page .contact-1 .left ul li textarea::-moz-placeholder {
    color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
    color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
    color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
    border-color: var(--color);
}

.contact-page .contact-1 .left ul li textarea {
    height: 70px;
    padding-top: 6px;
}

.contact-page .contact-1 .left ul li.wid-100 {
    width: 100%;
}

.contact-page .contact-1 .left ul li.wid-100 span {
    bottom: initial;
    top: 10px;
}

.contact-page .contact-1 .right {
    width: 56.65%;
    padding-left: 10.1%;
}


.contact-page .contact-1 .right .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 23px;
    color: #666;
}

.contact-page .contact-1 .right ul li {
    margin-top: 25px;
}

.contact-page .contact-1 .right ul li p {
    font-size: 18px;
    line-height: 2;
    color: #666;
    font-weight: 400;
}

.contact-page .contact-1 .right ul li:last-child {
    width: 76%;
}

@media screen and (max-width: 1450px) {
    .contact-page .contact-1 .left form{
        padding: 40px;
    }
    .contact-page .contact-1 .right {
        padding-left: 2%;
        width: 50%;
    }

    .contact-page .contact-1 .left {
        width: 48%;
    }

}

@media screen and (max-width: 1250px) {
    .contact-page .contact-1 .right {
        padding-left: 5%;
    }

    .contact-page .contact-1 .right ul li:last-child {
        width: 100%;
    }

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

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

@media screen and (max-width: 1000px) {
    .contact-page {
        padding-top: 60px;
    }

    .contact-page .contact-1 .left {
        width: 100%;
    }

    .contact-page .contact-1 .left,
    .contact-page .contact-1 .right {
        width: 100%;
    }

    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }
}

@media screen and (max-width: 700px) {
    .contact-page {
        padding-top: 30px;
    }

    .contact-page .contact-1 .right ul li p {
        font-size: 18px;
    }
    .contact-page .contact-1 .left form {
        padding: 25px;
    }
    .contact-page .contact-1 .left ul {
        margin: -10px -8px;
    }
    .contact-page .contact-1 .left ul li {
        padding: 10px 8px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .contact-page .contact-1 .right ul li p {
        font-size: 16px;
    }
}
/*==============================================
    contact-page
*/