@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot") format("eot"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot") format("eot"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Lato";
  font-weight: 400;
  font-size: 18px;
  --color: #6dad36;
  margin: 0 auto;
}

.container {
  width: 1530px;
}

.container1 {
  width: 1820px;
}

.bigtt-zt {
  font-family: "Lato";
  font-weight: bold;
}

.fam-Myriad {
  font-family: "Myriad Pro";
}

.color-66 {
  color: #666666;
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

#header .nav {
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  justify-content: space-between;
}

#header .nav .logo .header-icon {
  height: 92px;
}

#header .nav .logo .logo2 {
  height: 60px;
}

#header .nav .ui.menu {
  border-radius: 10px;
}

#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 30px;
  font-size: 22px;
  font-family: "Myriad Pro";
  height: 100%;
  color: #fff;
  -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);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  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-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language span{
  color: #fff;
}
#header .nav .ui.menu .right .h-language span img {
  transition: all 0.5s;
}


#header .nav .ui.menu .right .h-language span img.down {
  filter: brightness(0) invert(1);
}

#header .nav .ui.menu .right .h-language span img.yy {
  width: 24px;
  height: 16px;
  object-fit: cover;
}

#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;
}

#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--color);
}

#header .nav .ui.menu .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}

#header.active {
  background-color: #cfe795;
}

#header.active .nav {
  height: 100px;
}

#header.active .nav .logo .header-icon {
  height: 76px;
}

#header.active .nav .logo .logo2 {
  height: 50px;
}

#banner .banner-content {
  height: 100vh;
  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: 725px;
  line-height: 1.1;
}

#banner .banner-content .swiper-slide .txt-content .text2 {
  max-width: 476px;
}

.btn-go {
  width: auto;
  min-width: 188px;
  padding: 0 20px;
  padding-right: 70px;
  height: 54px;
  border-radius: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: solid 1px rgba(255, 255, 255, 0.33);
  background-color: transparent;
  font-size: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.btn-go span {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s;
}

.btn-go::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: var(--color);
  transition: all 0.6s;
  z-index: -1;
}

.btn-go:hover::after {
  left: 0;
}

.btn-go.black {
  border-color: #000;
  color: #000;
}

.btn-go.black span {
  background-color: #000;
}

.btn-go.black span img {
  filter: brightness(0) invert(1);
  transition: all 0.6s;
}

.btn-go.black::after {
  background-color: var(--color);
}

.btn-go.black:hover {
  border-color: var(--color);
  color: #fff;
}

.btn-go.black:hover span {
  background-color: #fff;
}

.btn-go.black:hover span img {
  filter: none;
}

.pt-btn {
  width: auto;
  min-width: 200px;
  padding: 0 22px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 18px;
  color: #fff;
}

.pt-btn:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}

#index-body .init-product .mk-content {
  margin: -8px;
}

#index-body .init-product .mk-content ul {
  margin: -8px;
}

#index-body .init-product .mk-content ul li {
  padding: 8px;
}

#index-body .init-product .mk-content ul li .box .txtbox {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px 20px;
  background: linear-gradient(to right, var(--color), #ffffff00);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.5s;
}

#index-body .init-product .mk-content ul li .box .txtbox .mk-more {
  font-size: 22px;
  color: var(--color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

#index-body .init-product .mk-content ul li .box .txtbox .mk-more:hover {
  background-color: var(--color);
  color: #fff;
}

#index-body .init-product .mk-content ul li .box:hover .txtbox {
  opacity: 1;
}

#index-body .init-product .mk-content .list1 {
  width: 100%;
  padding: 8px;
}

#index-body .init-product .mk-content .list1 li {
  width: 33.3%;
}

#index-body .init-product .mk-content .list1 li:nth-last-child(1) {
  /*display: none;*/
}

#index-body .init-product .mk-content .list2 {
  width: 25%;
  padding: 8px;
}

#index-body .init-product .mk-content .list2 li {
  width: 100%;
}

#index-body .init-about {
  overflow: hidden;
}

#index-body .init-about .about .top {
  position: relative;
  z-index: 4;
}

#index-body .init-about .about .top .t1 span {
  color: var(--color);
}

#index-body .init-about .about .top .left {
  width: 35%;
}

#index-body .init-about .about .top .right {
  width: 52%;
  color: #5b5b5b;
}

#index-body .init-about .about .top .right span {
  color: var(--color);
  font-weight: bold;
}

#index-body .init-about .about .bottom {
  margin-top: -140px;
  position: relative;
}

#index-body .init-about .about .bottom .bg2 {
  position: absolute;
  right: 30px;
  bottom: -65px;
}

#index-body .init-about .about .bottom .play-btn {
  left: 0;
  width: 102px;
  height: 102px;
  bottom: 75px;
  top: auto;
  transform: none;
  font-size: 28px;
}

#index-body .init-about .about .bottom .play-btn i {
  border: none;
}

#index-body .init-about .about .dates {
  padding: 120px 0 60px;
}

#index-body .init-about .about .dates ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 0 -20px;
}

#index-body .init-about .about .dates ul li {
  width: 20%;
  padding: 0 20px;
}

#index-body .init-about .about .dates ul li p {
  border-top: 2px solid rgba(111, 111, 111, 0.54);
  color: #4b4b4b;
  line-height: 2;
  transition: 0.5s;
}

#index-body .init-about .about .dates ul li .num {
  transition: all 0.5s;
}

#index-body .init-about .about .dates ul li:hover p {
  color: var(--color);
  border-top: 2px solid var(--color);
}

#index-body .init-about .about .dates ul li:hover .num {
  color: var(--color);
}

#index-body .init-who .mk-content {
  overflow: hidden;
}

#index-body .init-who .mk-content .advan-list .mid {
  position: relative;
  max-width: 100%;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox {
  position: relative;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .ring {
  animation: rotateAround 15s linear infinite;
  transform-origin: center center;
  transition: all 0.5s;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox:hover .ring {
  animation-play-state: paused !important;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox #cirLine {
  width: 96%;
  height: 96%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox #cirLine .st {
  fill: #fff;
  transition: fill 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

#index-body .init-who .mk-content .advan-list .mid .cirBox #cirLine.mc .st {
  fill: #87b386;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox #cirLine.oc .st {
  fill: #87b386;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .dotItems {
  width: 72.5%;
  height: 72.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .dotItems .dot {
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  border: solid 3px var(--color);
  background-color: #1f1f1f;
  transition: all 0.5s;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .dotItems .dot.on {
  background-color: var(--color);
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .dotItems .dot:nth-of-type(1) {
  bottom: 0;
  left: 0;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .dotItems .dot:nth-of-type(2) {
  bottom: 50%;
  transform: translateY(50%);
  left: -20%;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .dotItems .dot:nth-of-type(3) {
  top: 0;
  left: 0;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .dotItems .dot:nth-of-type(4) {
  top: 0;
  right: 0;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .dotItems .dot:nth-of-type(5) {
  bottom: 50%;
  transform: translateY(50%);
  right: -20%;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .dotItems .dot:nth-of-type(6) {
  bottom: 0;
  right: 0;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .imgBox {
  width: 86%;
  height: 86%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .imgBox .photo {
  opacity: 0;
  border-radius: 50%;
  transition: opacity 1s cubic-bezier(0.435, 0.25, 0.15, 0.965), transform 1.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  overflow: hidden;
  transform: scale(1.1);
  position: absolute;
  top: 0;
  left: 0;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .imgBox .photo>img {
  border-radius: 50%;
  pointer-events: none;
}

#index-body .init-who .mk-content .advan-list .mid .cirBox .imgBox .photo.on {
  opacity: 1;
  transform: none;
}

#index-body .init-who .mk-content .advan-list .mid #cirItems .list {
  height: 100%;
  cursor: pointer;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 20vw;
  display: grid;
  position: absolute;
}

#index-body .init-who .mk-content .advan-list .mid #cirItems .list.right {
  top: 0;
  left: 110%;
}

#index-body .init-who .mk-content .advan-list .mid #cirItems .list.left {
  text-align: right;
  top: 0;
  right: 110%;
}

#index-body .init-who .mk-content .advan-list .mid #cirItems .list.left>li {
  align-items: flex-end;
}

#index-body .init-who .mk-content .advan-list .mid #cirItems .list.left>li.on .num {
  transform-origin: 100% 0;
}

#index-body .init-who .mk-content .advan-list .mid #cirItems .list.left>li.on .tit {
  transform-origin: 100% 0;
}

#index-body .init-who .mk-content .advan-list .mid .items .list>li {
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
}

#index-body .init-who .mk-content .advan-list .mid .items .list>li:last-child {
  margin-bottom: 0;
}

#index-body .init-who .mk-content .advan-list .mid .items .list>li .num {
  transition: all 0.5s;
  color: #fff;
}

#index-body .init-who .mk-content .advan-list .mid .items .list>li .tit {
  transition: all 0.5s;
  color: #ffffff;
  max-width: 100%;
}

#index-body .init-who .mk-content .advan-list .mid .items .list>li .desc {
  line-height: 2;
  max-height: 4em;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 8px;
}

#index-body .init-who .mk-content .advan-list .mid .items .list>li.on {
  opacity: 1;
}

#index-body .init-who .mk-content .advan-list .mid .items .list>li.on .num {
  color: var(--color);
}

#index-body .init-who .mk-content .advan-list .mid .items .list>li.on .tit {
  color: var(--color);
}

#index-body .init-who .mk-content .advan-list .mid .items .list>li.on .desc {
  opacity: 1;
}

#index-body .init-who .mk-content .advan-list .mid #cirItemsApp {
  padding: 0.8rem 0;
  display: none;
}

#index-body .init-partner {
  background-color: var(--color);
}

#index-body .init-news {
  overflow: hidden;
}

#index-body .init-news .mk-ttbox .desc {
  color: rgba(0, 0, 0, 0.53);
  max-width: 342px;
  line-height: 1.3;
}

#index-body .init-news .news-list .box .border {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #000;
}

#index-body .init-news .news-list .box .txtBox .desc {
  color: rgba(0, 0, 0, 0.53);
}

#index-body .init-news .news-list .slick-current .box .border {
  background-color: var(--color);
}

@keyframes rotateAround {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#footer .fTop {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}

#footer .fTop .bg {
  position: absolute;
  object-fit: cover;
  z-index: -1;
  width: 100%;
}

#footer .fTop .bg01 {
  top: 0;
  left: 0;
  height: 100%;
}

#footer .fTop .bg02 {
  top: 100%;
  left: 0;
}

#footer .fTop .mk-content {
  top: 90px;
  position: relative;
}

#footer .fTop .mk-content .left {
  width: 34%;
  background-color: #fff;
  padding: 60px 50px;
}

#footer .fTop .container .left .tipsDes {
  color: rgba(31, 30, 30, 0.5);
}

#footer .fTop .container .left form input,
#footer .fTop .container .left form textarea {
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1f1e1e;
  color: rgba(31, 30, 30, 0.5);
}

#footer .fTop .container .left form input::placeholder,
#footer .fTop .container .left form textarea::placeholder {
  color: rgba(31, 30, 30, 0.5);
}

#footer .fTop .container .left form input.btn {
  padding: 0;
  width: auto;
  border: none;
  margin: 0;
  background: none;
}

#footer .fTop .container .left form .mk-more {
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.5s;
}

#footer .fTop .container .left form .mk-more span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  transition: all 0.5s;
}

#footer .fTop .container .left form .mk-more:hover {
  color: var(--color);
}

#footer .fTop .container .left form .mk-more:hover span {
  background-color: var(--color);
}

#footer .fTop .container .right {
  width: 53%;
  margin-left: auto;
  color: #fff;
}

#footer .fTop .container .right .hr {
  border-top: 1px solid #fff;
  display: block;
  width: 90%;
  margin-left: auto;
}

#footer .fTop .container .right .tipsDes {
  color: rgba(255, 255, 255, 0.5);
}

#footer .fTop .container .right .contactCont .ewm {
  width: 168px;
  height: 168px;
  background: #fff;
  border: 8px solid #fff;
  border-radius: 10px;
}

#footer .fTop .container .right .contactCont .cont {
  width: calc(100% - 200px);
  padding-left: 24px;
  font-weight: 700;
}

#footer .fTop .container .right .contactCont .cont .list {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
}

#footer .fTop .container .right .contactCont .cont .list .tips {
  color: #fff;
  display: inline-block;
  margin-right: 6px;
  font-weight: 600;
}

#footer .fTop .container .right .contactCont .cont .list:first-child {
  margin-top: 0;
  line-height: 32px;
}

#footer .fMiddle {
  position: relative;
  padding: 40px 0;
  background-color: #242424;
}

#footer .fMiddle .mk-content {
  padding-right: 210px;
}

#footer .fMiddle .container {
  position: relative;
  z-index: 2;
}

#footer .fMiddle .container .listCont {
  color: #fff;
  padding-top: 50px;
  max-width: 260px;
}

#footer .fMiddle .container .listCont .logoDes {
  padding-top: 60px;
}

#footer .fMiddle .container .listCont .share {
  padding-top: 40px;
}

#footer .fMiddle .container .listCont .share li {
  width: auto;
  margin-right: 26px;transition: all 0.5s;
}

#footer .fMiddle .container .listCont .share li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: all 0.5s;
}

#footer .fMiddle .container .listCont .share li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

#footer .fMiddle .container .listCont .list a {
  display: inline-block;
}

#footer .fMiddle .container .listCont .list a:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

#footer .fMiddle .container .listCont1 {
  max-width: 500px;
}

#footer .copyright {
  background-color: #242424;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  text-align: center;
}

#footer .copyright .container {
  padding-top: 16px;
  padding-bottom: 20px;
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.7);
  position: relative;
  top: 2px;
}

#footer .copyright .container a {
  margin: 0 5px;
}

#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}

#footer .copyright .container .left {
  position: relative;
  top: 0;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
}

@media screen and (max-width: 1800px) {
  .container1 {
    width: 1600px;
  }
  #header .nav .logo img{
    zoom: 0.8;
  }
  #index-body .init-who .mk-content .advan-list .mid .cirBox .ring {
    zoom: 0.9;
  }
}

@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 15px;
  }

  #index-body .init-who .mk-content .advan-list .mid .cirBox .ring {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }

  .btn-go {
    zoom: 0.9;
  }

  .pt-btn {
    zoom: 0.9;
  }

  #header .nav .logo .header-icon {
    height: 80px;
  }

  #header .nav .logo .logo2 {
    height: 50px;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 20px;
    margin: 0 10px;
  }

  #footer .fTop .mk-content .left {
    padding: 30px;
  }

  #index-body .init-product .mk-content {
    margin: -5px;
  }

  #index-body .init-product .mk-content ul {
    margin: -5px;
  }

  #index-body .init-product .mk-content ul li,
  #index-body .init-product .mk-content .list1,
  #index-body .init-product .mk-content .list2 {
    padding: 5px;
  }

  #index-body .init-about .about .bottom .bg2 {
    zoom: 0.7;
  }

  #index-body .init-who .mk-content .advan-list .mid .cirBox .ring {
    zoom: 0.7;
  }
}

@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 40vw;
  }

  #footer .fTop .container .left form input,
  #footer .fTop .container .left form textarea {
    margin-top: 10px;
    padding: 10px 0;
  }

  #footer .fTop .mk-content {
    top: 40px;
  }

  #footer .fTop .container .right .contactCont .ewm {
    width: 140px;
    height: 140px;
  }

  #footer .fTop .container .right .contactCont .cont {
    width: calc(100% - 150px);
  }

  #footer .fMiddle .container .listCont1 {
    max-width: 380px;
  }

  #footer .fMiddle .mk-content {
    padding-right: 140px;
  }

  #footer .fMiddle .container .listCont {
    padding-top: 20px;
  }

  #footer .fMiddle .container .listCont .logoDes {
    padding-top: 20px;
  }

  #index-body .init-about .about .dates {
    padding: 100px 0 60px;
  }

  #index-body .init-about .about .top .right {
    width: 62%;
  }

  #index-body .init-about .about .bottom .play-btn {
    width: 85px;
    height: 85px;
  }

  #index-body .init-about .about .dates ul {
    margin: 0px -5px;
  }

  #index-body .init-about .about .dates ul li {
    padding: 0px 5px;
  }

  #index-body .init-who .mk-content .advan-list .mid .cirBox .ring {
    zoom: 0.6;
  }
}

@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }

  .phone_hide {
    display: none;
  }

  #footer .fTop .mk-content {
    top: 0;
    padding-bottom: 40px;
  }

  #footer .fTop .bg02 {
    display: none;
  }

  #footer .fTop .mk-content .left {
    width: 48%;
  }

  #footer .fTop .container .right {
    width: 48%;
    padding-top: 0;
  }

  #footer .fTop .mk-content .left {
    padding: 20px;
  }

  #footer .fTop .container .right .contactCont .ewm {
    width: 100px;
    height: 100px;
  }

  #footer .fTop .container .right .contactCont .cont {
    width: calc(100% - 100px);
  }

  #index-body .init-product .mk-content {
    width: 700px;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 100%;
  }

  #index-body .init-product .mk-content .list1 li {
    width: 50%;
  }

  #index-body .init-product .mk-content .list1 {
    width: 100%;
    padding: 5px 0;
  }

  #index-body .init-product .mk-content .list2 {
    width: 50%;
    padding: 5px 0;
  }

  #index-body .init-about .about .dates ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px;
  }

  #index-body .init-about .about .dates ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px;
  }

  #index-body .init-about .about .dates ul li {
    width: 33.3%;
    margin: 10px 0;
    padding: 0 10px;
  }

  #index-body .init-about .about .bottom .bg2 {
    display: none;
  }

  #index-body .init-about .about .top .left {
    width: 100%;
  }

  #index-body .init-about .about .bottom {
    margin-top: -30px;
  }

  #index-body .init-about .about .top .right {
    width: 100%;
    margin-top: 5%;
  }

  #index-body .init-about .about .bottom .play-btn {
    left: 50px;
  }

  #index-body .init-about .about {
    background: none;
  }

  #index-body .init-about .about .dates {
    padding: 40px 0;
  }

  #index-body .init-who .mk-content .advan-list .mid .cirBox .ring {
    opacity: 0;
    animation-play-state: paused;
  }

  #index-body .init-who .mk-content .advan-list .mid .cirBox .dotItems {
    opacity: 0;
  }

  #index-body .init-who .mk-content .advan-list .mid #cirItems {
    display: none;
  }

  #index-body .init-who .mk-content .advan-list .mid #cirItemsApp {
    display: block;
  }

  #index-body .init-who .mk-content .advan-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }

  .btn-go {
    zoom: 0.8;
  }

  .pt-btn {
    zoom: 0.8;
  }

  #footer .fTop .mk-content .left {
    width: 100%;
  }

  #footer .fTop .container .right {
    width: 100%;
    padding-top: 40px;
  }

  #index-body .init-about .about .bottom {
    margin-top: -40px;
  }

  #index-body .init-about .about .bottom .img img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #index-body .init-about .about .bottom .play-btn {
    bottom: 50px;
  }

  #index-body .init-who .mk-content .advan-list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  #index-body .init-product .mk-content .list1 li {
    width: 100%;
  }

  #index-body .init-product .mk-content .list2 {
    width: 100%;
  }

  #index-body .init-about .about .dates ul li {
    width: 100%;
  }

  #index-body .init-about .about .bottom {
    margin-top: 0;
  }
}


.home-4 .list.row {
    direction: rtl;
}

.home-4 .list .slick-list {
    overflow: visible;
}

.home-4 .list .img,
.home-4 .list .name {
    grid-column: 1;
    grid-row: 1;
}

.home-4 .list .img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(var(--color)));
    background-image: -webkit-linear-gradient(transparent 30%, var(--color));
    background-image: -moz-linear-gradient(transparent 30%, var(--color));
    background-image: linear-gradient(transparent 30%, var(--color));
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.home-4 .list .name {
    color: #FFFFFF;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.home-4 .list li>div:hover .img::after {
    opacity: 1;
}

.home-4 .list li>div:hover .name {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}




.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-header02 {
  background: #a4bf8c;
}

#innerMobileBanner .banner2 {
  background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
}

/*----- inner page-----*/
.inner-banner {
  position: relative;
}

.inner-banner .top {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.inner-banner .top h3 {
  color: #fff;
  text-transform: uppercase;
}

.inner-banner .mbx {
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.5);
  background: #fbfbfb;
}

.inner-banner .mbx span {
  color: #000;
}

/*
    product-page
==============================================*/
.product-page {
  background: #fbfbfb;
}

.inner-page .sideLeft {
  width: 25%;
  padding-right: 47px;
  position: sticky;
  top: 120px;
}

.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: #F5F5F5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}

.inner-page .sideLeft .box .list ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color);
}

.inner-page .sideLeft .box .list>ul>li>a {
  margin-right: 30px;
}

.inner-page .sideLeft .box .list ul li i {
  width: 40px;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 11px;
  cursor: pointer;
  transition: all 0.5s;
}

.inner-page .sideLeft .box .list ul li i.rotate {
  transform: rotate(90deg);
}

.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active {
  background: var(--color);
  color: white;
}

.inner-page .sideLeft .box .list ul li.active ul {
  display: block;
}

.inner-page .sideLeft .box .list ul li ul {
  margin-top: 20px;
}

.inner-page .sideLeft .box .list ul li ul li {
  background: #f5f5f5 !important;
  color: #000 !important;
}

.inner-page .sideLeft .box .list ul li ul li.active {
  color: var(--color) !important;
}

.inner-page .sideLeft .box .list ul li ul li:hover {
  color: var(--color) !important;
}

.inner-page .sideRight {
  width: 75%;
}

.product-page .productList ul {
  margin: -25px -15px;
}

.product-page .productList ul li {
  padding: 25px 15px;
}

.product-page .productList ul li .box .img-box {
  position: relative;
  display: block;
  margin: 20px 0 0 0;
  transition: 0.3s;
  padding: 10px 20px;
}

.product-page .productList ul li .box:hover .img-box {
  background: #FFFFFF;
  box-shadow: 2px 3px 27px 0px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
}

.product-page .productList ul li .box .txtbox {
  padding: 0 10px;
}

.product-page .productList ul li .box .txtbox h5 {
  padding: 20px 0;
  transition: .5s;
}

.product-page .productList ul li .box .txtbox h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: unset;
}

.product-page .productList ul li:hover .box .txtbox h5 {
  color: var(--color);
}

.inner-page .sideRight .fenlei {
  color: var(--color);
}

@media screen and (max-width: 1450px) {
  .inner-page .sideLeft {
    padding-right: 28px;
  }

  .inner-page .sideLeft .box .list ul li {
    padding: 10px;
    font-size: 16px;
  }

  .inner-page .sideLeft .box .list ul li ul {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1250px) {
  .product-page .productList ul li {
    width: 50% !important;
  }
}

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

  .inner-page .sideRight {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .product-page .productList ul li {
    width: 100% !important;
  }
}

.seoPublic>div:nth-child(odd) {
  background: #f1f1f1;
}

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

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

.seoPublic .Auxil-about .box .right .text {
  max-height: 190px;
  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;
  }
}

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


.m-page .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-content: center;
}

.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid var(--color);
  color: var(--color);
  margin: 0 10px;
  border-radius: 100%;
  transition: all 0.5s;
}

.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover {
  background: var(--color);
  color: #fff;
}

.m-page .wp-pagenavi span {
  background: var(--color);
  color: #fff;
}

/*
    prodet-page
==============================================*/
.prodet-page .prodet-1 .left {
  width: 37%;
  vertical-align: middle;
}

.prodet-page .prodet-1 .left .smallImg {
  margin-top: 21px
}

.prodet-page .prodet-1 .left .smallImg ul {
  margin: -12px;
}

.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 12px;
}

.prodet-page .prodet-1 .left .smallImg ul li img {
  background: #e3e3e3;
  border-radius: 12px;
}

.prodet-page .prodet-1 .left .smallImg ul li.active img {
  border: 2px solid var(--color)
}

.prodet-page .prodet-1 .left .bigImg img {
  position: relative;
  display: block;
  background: #e3e3e3;
  border-radius: 20px;

}

.prodet-page .prodet-1 .left .bigImg .img span {
  display: none !important;
  width: 40px;
  height: 40px;
  background-color: #A7D78E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}

.prodet-page .prodet-1 .left .bigImg .img span img {
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
}

.prodet-page .prodet-1 .right {
  width: 63%;
  padding-left: 67px;
  margin-top: 27px;
}

.prodet-page .prodet-1 .right .text {
  color: #8e8e8e;
  padding-right: 1em;
  margin: 1.8em 0 2em;
  overflow: auto;
  max-height: 250px;
}

.prodet-page .prodet-1 .right .share {
  margin-top: 49px;
  display: flex;
  align-items: center
}

.prodet-page .prodet-1 .right .share h6 {

  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  opacity: 0.7;
}

.prodet-page .prodet-1 .right .share .icon {
  display: flex;
  margin-left: 20px;
}

.prodet-page .prodet-1 .right .share ul {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.prodet-page .prodet-1 .right .share ul li {
  margin-right: 12px
}

.prodet-page .prodet-1 .right .share a {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-right: 20px;
}

.prodet-page .prodet-1 .right .share a:hover {
  background: var(--color);
  color: #fff;
}

.prodet-page .prodet-1 .right .share a:hover img {
  filter: brightness(100)
}

.prodet-page .prodet-1 .right a.more {
  height: 61px;
  margin-top: 60px;
  background: #A7D78E;
  border-radius: 31px;

  font-weight: bold;
  font-size: 18px;
  color: var(--color);
  line-height: 61px;
}

.prodet-page .prodet-1 .right a.more:hover {
  background: #000;
  color: #fff
}

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

  .prodet-page .prodet-1 .right .text {
    font-size: 18px;
    margin: 1.5em 0;
  }

  .prodet-page .prodet-1 .right .share span.h6 {
    font-size: 20px;
  }

  .prodet-page .prodet-1 .right .share a {
    font-size: 16px;
  }
}

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

  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
    line-height: 30px;
  }

  .prodet-page .prodet-1 .right a.more {
    margin-top: 2em;
  }

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

  .prodet-page .prodet-1 .left .smallImg ul {
    margin: -5px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

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

  .prodet-page .prodet-1 .right .text {
    margin: 0;
    padding-right: 0;
    max-height: none;
  }

  .prodet-page .prodet-1 .right .share a {
    zoom: 0.8;
  }
}


.prodet-page .prodet-2 .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;
}

.prodet-page .prodet-2 .options span {
  font-size: 20px;
  font-weight: 400;
  padding: 24px 20px;
  color: #000;
  margin-right: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #EEEEEE;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-2 .options span i {
  margin-right: 35px;
  color: rgba(0, 0, 0, 0.5)
}

.prodet-page .prodet-2 .options span.active {
  background-color: var(--color);
  border-bottom-color: transparent;
  color: rgba(255, 255, 255, 1)
}

.prodet-page .prodet-2 .options span.active i {
  color: rgba(255, 255, 255, 0.5)
}

.prodet-page .prodet-2 .ret {
  font-size: 18px;
  color: #242424;
  line-height: 30px;
}

.prodet-page .prodet-2 .ret .slide .cont-t .img {
  position: relative;
  padding-bottom: 38px;
  display: inline-block;
}

.prodet-page .prodet-2 .ret .slide .cont-t .img::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 16px;
  height: 16px;
  background: #A7D78E;
  border-radius: 50%;
  border: 2px solid #A7D78E;
}

.prodet-page .prodet-2 .ret .slide .cont-t .list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 76px;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2)
}

.prodet-page .prodet-2 .ret .slide .cont-t h4 {

  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 34px;
  margin-top: 40px
}

.prodet-page .prodet-2 .ret .slide .cont-t p {

  font-weight: 400;
  font-size: 16px;
  color: #0B0D0F;
  line-height: 30px;
  opacity: 0.7;
  margin-top: 20px
}

.prodet-page .prodet-2 .ret .slide .cont-b {
  margin-top: 95px;
}

.prodet-page .prodet-2 .ret .slide .cont-b ul {
  display: flex;
  margin: 0 -20px;
}

.prodet-page .prodet-2 .ret .slide .cont-b ul li {
  padding: 0 20px;
}

.prodet-page .prodet-2 .ret .slide .cont-b .cona {

  font-weight: 400;
  font-size: 16px;
  color: #0B0D0F;
  line-height: 30px;
  opacity: 0.7;
  margin-top: 42px
}

.prodet-page .prodet-2 .ret .slide.acsa {
  background: #EFEFEF;
  padding-top: 115px
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t {
  padding: 0 40px
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-img {
  width: 35%;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con {
  width: 65%;
  padding-left: 85px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con h4 {

  font-weight: 400;
  font-size: 38px;
  color: #000000;
  line-height: 1.4;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con span {
  display: block;
  margin-top: 20px;
  margin-left: -165px
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con .four-cona {

  font-weight: 400;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 30px;
  margin-top: 30px;
  max-width: 100%;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con .four-btn {
  margin-top: 30px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con .four-btn a.more {
  height: 61px;
  background: #a7d78e;
  border-radius: 31px;

  font-weight: 700;
  font-size: 18px;
  color: var(--color);
  line-height: 30px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b {
  padding-top: 110px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li {
  width: 33.3333%;
  margin: 15px 0
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li .four-acc {
  display: flex;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
  transition: 0.3s
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li .four-acc {
  padding-left: 20px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li .four-acc i {
  display: inline-block;
  width: 1px;
  height: 49px;
  background: #334947;
  margin-left: 27px;
  margin-right: 35px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li .four-acc h4 {

  font-weight: 400;
  font-size: 20px;
  height: 76px;
  overflow: hidden;
  color: #000000;
  line-height: 34px;
  transition: 0.3s;
  padding-right: 20px;
  max-width: 380px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li .four-acc span img {
  transition: 0.3s
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li.active .four-acc {
  background: var(--color);
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li.active .four-acc span img {
  filter: brightness(100);
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li.active .four-acc i {
  background: #fff;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li.active .four-acc h4 {
  color: #fff;
  line-height: 1.7;
}

.prodet-page .prodet-2 .ret .applic ul {
  margin: -17px -30px
}

.prodet-page .prodet-2 .ret .applic ul li {
  padding: 17px 30px;
  text-align: center
}

.prodet-page .prodet-2 .ret .applic ul li h4 {

  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 34px;
  opacity: 0.7;
  margin-top: 20px;
}

.prodet-page .prodet-2 .options span {
  min-width: 280px !important;
}

@media screen and (max-width: 1700px) {
  .prodet-page .prodet-2 .options span {
    font-size: 18px;
  }

  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 .options span {
    font-size: 16px;
  }

  .prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li {
    width: 33.333%
  }

  .prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con h4 {
    font-size: 24px
  }

  .prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con {
    padding-left: 30px
  }

  .prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li {
    width: 50%
  }

  .prodet-page .prodet-2 .options span {
    min-width: 200px !important;
  }
}

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

  .prodet-page .prodet-2 .ret {
    font-size: 16px;
  }

  .prodet-page .prodet-2 .ret .applic ul {
    margin: -17px;
  }

  .prodet-page .prodet-2 .ret .applic ul li {
    padding: 17px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 .options {
    flex-wrap: wrap
  }

  .prodet-page .prodet-2 .options span {
    margin: 10px 0
  }

  .prodet-page .prodet-2 .options span i {
    margin-right: 0;
  }

  .prodet-page .prodet-2 .options span {
    width: 100% !important;
  }

  .prodet-page .prodet-2 .options span {
    min-width: unset !important;
  }
}

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

  .prodet-page .prodet-2 .ret .slide.acsa {
    padding-top: 40px
  }

  .prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-img {
    width: 100%
  }

  .prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con {
    margin-top: 25px;
    width: 100%;
    padding-left: 0
  }

  .prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li {
    width: 100%
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }
}


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


.inner-page .form ul {
  margin: -20px -26px;
}

.inner-page .form ul li {
  padding: 20px 26px;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);

}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.inner-page .form ul li textarea {
  height: 237px;
  padding-top: 21px;
}

.inner-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  /*font-weight: bold;*/
  font-size: 20px;

  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

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

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

.inner-page .form ul li .file-upload-wrapper {
  position: relative;
  background: rgba(189, 234, 165, 0.1);
  border: 2px dashed #BDEAA5;
  height: 237px;
  text-align: center;
  padding-top: 59px;
  cursor: pointer;
}

.inner-page .form ul li .file-upload-wrapper input[type=file] {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inner-page .form ul li .file-upload-wrapper h5 {

  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
  margin: 30px 0 20px;
}

.inner-page .form ul li .file-upload-wrapper h5 i {
  font-weight: 300;
  text-decoration: underline;
}

.inner-page .form ul li .file-upload-wrapper p {

  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
}

@media screen and (max-width: 1600px) {
  .inner-page .form ul li {
    padding: 6px;
  }

  .inner-page .form ul {
    margin: -6px;
  }

  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}

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

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


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

.about-page .about-11 .top .left {
  width: 22%;
}

.about-page .about-11 .top .left h3 {
  font-weight: 400;
  font-size: 31px;
  color: #000000;
  line-height: 1.4;
}

.about-page .about-11 .top .left .con ul li {
  margin-bottom: 10px;
  position: relative;
}

.about-page .about-11 .top .left .con ul li a {
  display: flex;
  padding: 22px 40px;
  background: #F5F5F5;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.about-page .about-11 .top .left .con ul li a p {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  transition: 0.3s;
}

.about-page .about-11 .top .left .con ul li i {
  position: absolute;
  right: 21px;
  top: 25px;
  display: inline-block;
  width: 12px;
  height: 22px;
  background: url(../images/about11.png) no-repeat center;
  transition: 0.3s;
  cursor: pointer;
}

.about-page .about-11 .top .left .con ul li a:hover,
.about-page .about-11 .top .left .con ul li a.active {
  background: var(--color);
}

.about-page .about-11 .top .left .con ul li a:hover p,
.about-page .about-11 .top .left .con ul li a.active p {
  color: #fff;
}

.about-page .about-11 .top .left .con ul li a:hover~i,
.about-page .about-11 .top .left .con ul li a.active~i {
  background: url(../images/about12.png) no-repeat center;
}

.about-page .about-11 .top .right {
  width: 78%;
  padding-left: 32px;
  position: relative;

}

.about-page .about-11 .top .right .img {
  border-radius: 30px;
  overflow: hidden;
}

.about-page .about-11 .top .right .img img {
  border-radius: 30px;
  width: 90%;
}


.about-page .about-11 .top .right .tit2 {
  color: var(--color);
  text-transform: uppercase;
  margin-top: 48px;
}

.about-page .about-11 .top .right .cona {
  margin-top: 37px;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 32px;
  opacity: 0.7;
}

.about-page .num1 {
  position: relative;
  margin-top: -240px;
  background: #FBFBFB;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 100%;
}

.about-page .num1 span {
  color: var(--color);
}

.about-page .num1 .play {
  position: absolute;
  right: -95px;
  top: 9px;
  width: 127px;
  height: 118px;
  background: url(../images/about13.png) no-repeat center #A7D78E;
  border-radius: 30px 0px 30px 0px;
  cursor: pointer;
}

.about-page .num1 ul {
  display: flex;
  justify-content: space-between;
  padding: 35px 37px;
  padding-right: 58px;

}

.about-page .num1 ul li h2 em {
  font-weight: bold;
  font-size: 48px;
  color: var(--color);
  line-height: 1.4;
}

.about-page .num1 ul li h2 sub {
  font-weight: 400;
  font-size: 24px;
  color: var(--color);
  line-height: 40px;
  margin-left: 14px;
}

.about-page .num1 ul li p {
  font-weight: 400;
  font-size: 16px;
  color: var(--color);
  margin-top: 13px;
}

.about-page .about-2 .ui.container .h3 {
  color: #000;
  margin-bottom: 50px;
}

.about-page .about-2 .ui.container .main ul.ab2list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page .about-2 .ui.container .main ul.ab2list.on li {
  width: -webkit-calc(19% - 28px);
  width: -moz-calc(19% - 28px);
  width: calc(19% - 28px);
  transition: 0.5s all;
}

.about-page .about-2 .ui.container .main ul.ab2list.on li:hover {
  width: -webkit-calc(43% - 28px);
  width: -moz-calc(43% - 28px);
  width: calc(43% - 28px);
  transition: 0.5s all;
}

.about-page .about-2 .ui.container .main ul.ab2list.on li:hover .h4 {
  transition: 0.5s all;
  opacity: 0;
}

.about-page .about-2 .ui.container .main ul.ab2list.on li:hover .textbox {
  transition: 0.5s all;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.about-page .about-2 .ui.container .main ul.ab2list li {
  width: -webkit-calc(25% - 24px);
  width: -moz-calc(25% - 24px);
  width: calc(25% - 24px);
  position: relative;
  height: 625px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.5s all;
  border-radius: 20px;
  overflow: hidden
}

.about-page .about-2 .ui.container .main ul.ab2list li .imgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about-page .about-2 .ui.container .main ul.ab2list li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .about-2 .ui.container .main ul.ab2list li .h4 {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 0 20px;
  opacity: 1;
}

.about-page .about-2 .ui.container .main ul.ab2list li .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 40px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.about-page .about-2 .ui.container .main ul.ab2list li .textbox .h5 {
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.4;
}

.about-page .about-2 .ui.container .main ul.ab2list li .textbox .content {
  color: #fff;
  line-height: 32px;
  font-size: 18px;
}

.about-page .about-2 .ui.container .main ul.ab2list li .textbox .content p {
  margin-bottom: 20px;
}

.about-page .about-3 .info ul {
  margin: -15px -12px;
}

.about-page .about-3 .info ul li {
  padding: 15px 12px;
}

.about-page .about-3 .info .single-facility {
  background: #fbfbfb;
  padding: 40px 30px;
  transition: all .5s;
  position: relative;
  z-index: 1;
}

.about-page .about-3 .header span {
  font-size: 16px;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
  display: inline-block;
  transition: 1s;
}

.about-page .about-3 .header span::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}

.about-page .about-3 .info .single-facility p {
  color: #555;
  height: 132px;
  overflow-y: auto;
}

.about-page .about-3 .info .single-facility:hover {
  background: #FFFFFF;
  box-shadow: 14px 16px 21px 0px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
}

.about-page .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.about-page .about-3 .info .single-facility:hover h5 {
  color: var(--color);
  -webkit-transition: .5s;
  transition: .5s;
}

.about-page .about-3-1::after {
  content: '';
  position: absolute;
  left: 0;
  top: -80%;
  width: 203px;
  height: 340px;
  background: url(../images/init62.png) no-repeat center;
  z-index: -1;
}

.about-page .about-3-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 0;
  position: relative;
}

.about-page .about-3-1 .top .left {
  width: 30%;
}

.about-page .about-3-1 .top .right {
  width: 70%;
  padding-left: 5%;
}

.about-page .about-3-1 .top .left .tit31::after {
  content: '';
  position: absolute;
  left: 3px;
  top: -8px;
  width: 25px;
  height: 24px;
  background: url(../images/accs13.png) no-repeat center;
  z-index: -1;
}

.about-page .about-4 .factorybox ul.factorylist .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.about-page .about-4 .factorybox ul.factorylist .slick-dots li {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid var(--color);
  margin: 0 5px;
}

.about-page .about-4 .factorybox ul.factorylist .slick-dots li button {
  display: none;
}

.about-page .about-4 .factorybox ul.factorylist .slick-dots li.slick-active {
  background: var(--color);
}

@media screen and (max-width: 1700px) {
  .about-page .num1 ul li h2 em {
    font-size: 32px
  }

  .about-page .num1 ul {
    padding-right: 110px;
  }

  .about-page .num1 .play {
    right: -40px;
  }
}

@media screen and (max-width: 1450px) {
  .about-page .num1 .play {
    zoom: 0.6;
  }

  .about-page .num1 ul li {
    width: 20%;
    padding: 0 5px;
  }

  .about-page .num1 ul {
    padding-right: 70px;
  }

  .about-page .about-11 .top .left .con ul li a {
    padding: 15px 30px;
  }

  .about-page .about-11 .top .left .con ul li i {
    right: 15px;
    top: 20px;
    height: 18px;
  }

  .about-page .about-11 .top .left .con ul li a p {
    font-size: 16px;
  }

}

@media screen and (max-width: 1250px) {
  .about-page .num1 {
    top: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0
  }

  .about-page .num1 ul {
    flex-wrap: wrap;
  }

  .about-page .num1 ul li {
    margin: 20px 0
  }

  .about-page .about-11 .top .left {
    display: none !important
  }

  .about-page .about-11 .top .right {
    width: 100% !important;
    padding-left: 0 !important
  }

  .about-page .about-2 .ui.container .main ul.ab2list li .h4 {
    left: 0;
    padding: 0 15px
  }

  .about-page .about-2 .ui.container .main ul.ab2list li {
    width: calc(25% - 10px);
    height: 560px;
  }

  .about-page .about-2 .ui.container .main ul.ab2list.on li:hover {
    width: calc(43% - 10px);
  }

  .about-page .about-2 .ui.container .main ul.ab2list.on li {
    width: calc(19% - 10px);
  }

  .about-page .about-2 .ui.container .main ul.ab2list li .textbox {
    padding-left: 20px;
    padding-left: 20px;
  }

  .about-page .about-2 .ui.container .main ul.ab2list li .textbox .content {
    max-height: 256px;
    overflow-y: auto;
  }

  .about-page .about-3 .info ul li {
    width: 50%;
  }

}

@media screen and (max-width: 1000px) {
  .about-page .num1 ul li:nth-child(1) {
    width: 100% !important
  }

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

  .about-page .about-2 .ui.container .main ul.ab2list {
    flex-wrap: wrap;
  }

  .about-page .about-2 .ui.container .main ul.ab2list li {
    width: calc(50% - 10px) !important;
    margin: 5px 0;
    height: 488px;
  }

  .about-page .about-2 .ui.container .main ul.ab2list li .textbox {
    transform: translate(-50%, -50%) scale(1);
  }

  .about-page .about-2 .ui.container .main ul.ab2list li .h4 {
    opacity: 0;
  }

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

  .about-page .about-3-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

}

@media screen and (max-width: 700px) {
  .about-page .num1 .play {
    display: none
  }

  .about-page .num1 ul {
    padding: 20px
  }

  .about-page .about-2 .ui.container .main ul.ab2list li {
    width: 100% !important;
  }

  .about-page .about-3 .info ul li {
    width: 100%;
  }

  .about-page .about-3 .info .single-facility p {
    height: auto;
  }

  .about-page .about-3 .info .single-facility {
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
  }

  .about-page .about-3-1::after {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .about-page .num1 ul li {
    width: 100% !important
  }

  .about-page .about-11 .top .right .cona {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px
  }
}

.inner-page {
  background: #fff;
}


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

.about-page2{
  position: relative;
    z-index: 3;
}
.about-page2 .about-1 span.h6 {
    line-height: 1.2;
}

.about-page2 .about-1 .text em {
    color: var(--color);
}

.about-page2 .about-1 .bottom {
    margin-top: -15%;
}

.about-page2 .about-1 .bottom img {
    z-index: -1;
    position: relative;
}

.about-page2 .about-1 .bottom .pos {
    bottom: 13%;
    width: 100%;
}

.about-page2 .about-1 .bottom .pos .play-btn {
    position: relative;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-left: auto;
    font-size: inherit;
    left: auto;
}

.about-page2 .about-2 {
    position: relative;
}

.about-page2 .about-2:before {
    content: '';
    width: 100%;
    height: 20%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-page2 .about-2 .list ul li .box {
    padding: 8%;
    background-color: white;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    position: relative;
    background-repeat: no-repeat;
    background-position: center right -10%;
    background-size: 35% auto;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
}

.about-page2 .about-2 .list ul li .box:before,
.about-page2 .about-2 .list ul li .box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    z-index: -1;
}

.about-page2 .about-2 .list ul li .box:before {
    background-image: unset;
}

.about-page2 .about-2 .list ul li .box:after {
    opacity: 0;
    background-color: transparent;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.about-page2 .about-2 .list ul li .box i.icon {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page2 .about-2 .list ul li .box i.icon:before,
.about-page2 .about-2 .list ul li .box i.icon:after {
    content: '';
    width: 2em;
    height: 2em;
    border-radius: 100%;
    position: absolute;
    background-color: #6dad36;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page2 .about-2 .list ul li .box i.icon:before {
    width: .5em;
    height: .5em;
    left: -0.25em;
    top: -0.25em;
}

.about-page2 .about-2 .list ul li .box i.icon:after {
    right: -0.5em;
    top: -0.5em;
    display: none;
}

.about-page2 .about-2 .list ul li .box .content {
    margin-left: auto;
}

.about-page2 .about-2 .list ul li .box .content span.h6 {
    line-height: 1;
}

.about-page2 .about-2 .list ul li .box .content span.h6 sub {
    vertical-align: bottom;
    line-height: .8;
    display: inline-block;
}

.about-page2 .about-2 .list ul li .box .content hr {
    margin: .2em 0;
    opacity: .3;
}

.about-page2 .about-2 .list ul li .box:hover {
    color: white;
    background-color: var(--color);
}

.about-page2 .about-2 .list ul li .box:hover:after {
    opacity: .2;
}

.about-page2 .about-2 .list ul li .box:hover i.icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.about-page2 .about-2 .list ul li .box:hover i.icon:before {
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.about-page2 .about-2 .list ul li .box:hover i.icon:after {
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.about-page2 .about-3 {
    position: relative;
}

.about-page2 .about-3:after,
.about-page2 .about-3:before {
    content: '';
    width: 100%;
    height: 18vw;
    margin-left: auto;
    display: block;
    position: -webkit-sticky;
    position: sticky;
}

.about-page2 .about-3:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
    background-image: -webkit-linear-gradient(bottom, transparent, white);
    background-image: -moz-linear-gradient(bottom, transparent, white);
    background-image: linear-gradient(to top, transparent, white);
    top: 0;
}

.about-page2 .about-3:after {
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
    background-image: -webkit-linear-gradient(top, transparent, white);
    background-image: -moz-linear-gradient(top, transparent, white);
    background-image: linear-gradient(to bottom, transparent, white);
}

.about-page2 .about-3 .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    padding-top: 10%;
}

.about-page2 .about-3 .img img {
    position: -webkit-sticky;
    position: sticky;
    bottom: -15%;
    max-width: 61.09375%;
}

.about-page2 .about-3 .box .left {
    top: 25%;
    position: -webkit-sticky;
    position: sticky;
    padding-bottom: 25%;
}

.about-page2 .about-3 .box .right {
    position: relative;
}

.about-page2 .about-3 .box .right .year {
    line-height: .8;
    position: -webkit-sticky;
    position: sticky;
    top: 40%;
    color: var(--color);
}

.about-page2 .about-3 .box .right .year svg {
    position: absolute;
    left: 1.2em;
    top: 60%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: -1;
}

.about-page2 .about-3 .box .right .year svg .circle1 {
    stroke: var(--color);
    stroke-dasharray: 566;
    stroke-dashoffset: 566;
}

.about-page2 .about-3 .box .right .list li {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page2 .about-3 .box .right .list li .year {
    margin-right: 1em;
    color: #ddd;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 2.733em;
}

.about-page2 .about-3 .box .right .list li .content {
    padding: 7% 0;
    border-top: 2px solid #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page2 .about-3 .box .right .list li.active {
    opacity: 1;
}

.about-page2 .about-3 .box .right .list li.active .year {
    color: var(--color);
}

.about-page2 .about-3 .box .right .list li.active .content {
    border-top-color: var(--color);
}

.about-page2 .about-5 {
    background-repeat: no-repeat;
    background-position: center top 33%;
    background-size: contain;
}

.about-page2 .about-5 .list ul {
    -webkit-filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
    filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
}

.about-page2 .about-5 .list ul li,
.about-page2 .about-5 .list ul .box {
    height: 100%;
}

.about-page2 .about-5 .list ul .box {
    background-color: white;
    overflow: hidden;
}

.about-page2 .about-5 .list ul .content {
    padding: 8%;
}

.about-page2 .about-5 .list ul .content a.link i {
    color: var(--color);
}

@media screen and (max-width: 1000px) {
    .hide-1000{
      display: none;
    }
    .about-page2 .about-3 .box .left {
        position: static;
    }

    .about-page2 .about-3 .box .right .year svg {
        width: 30vw;
    }
}

@media screen and (max-width: 700px) {
    .about-page2 .about-2 .list ul li .box i.icon {
        zoom: .7;
    }

    .about-page2 .about-3 .box .right .year em {
        font-size: 1em;
    }

    .about-page2 .about-3 .box .right .year svg {
        width: 20vw;
    }
}
@media screen and (max-width: 500px){

  .about-page2 .about-3 .box .right .list li .year{
    width: auto;
  }
}





/*
    history-page
==============================================*/
.history-page {
  position: relative;
  z-index: 0;
}

.history-page::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 956px;
  height: 1463px;
  background: url(../images/history11.png) no-repeat center;
  pointer-events: none;
  z-index: -1;
}

.history-page .top .left {
  width: 22%;
}

.history-page .about-11 .top .right {
  width: 78%;
  padding-left: 10%;
}

.history-page .top .right .bot {
  height: 768px;
  overflow: hidden;
}

.history-page .top .right .bot ul {
  position: relative;
  z-index: 10;
  height: 100%;
}

.history-page .top .right .bot ul .slick-list {
  padding-left: 65px !important;
  overflow: visible;transform: translateY(100%);
}

.history-page .top .right .bot ul li {
  position: relative;
  padding: 75px 0;
}

.history-page .top .right .bot ul li .box {
  position: relative;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.history-page .top .right .bot ul li .box h6 {

  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 40px;
  padding-right: 50px;
}

.history-page .top .right .bot ul li .box .img {
  width: 206px;
  height: 118px;
  overflow: hidden;
  object-fit: cover;
}

.history-page .top .right .bot ul li .box .img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.history-page .top .right .bot ul li .box .acc {
  position: relative;
  left: 150px;
  top: 0;
  max-width: 630px;
  width: 100%;
  opacity: 0;
}

.history-page .top .right .bot ul li svg {
  width: 100%;
  position: relative;
  z-index: 1;
}

.history-page .top .right .bot ul li .titie_box_bg {
  display: inline-block;
  width: 130px;
  height: 130px;
  top: 0%;
  z-index: 1;
  transform: scale(0);
  transition: all 0.5s ease;
  position: absolute;
  left: -65px;
}

.history-page .top .right .bot ul li .titie_box_bg .acc1 {
  opacity: 0.3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.history-page .top .right .bot ul li .box .acc h3 {
  position: absolute;
  left: 0;
  top: -10%;
  white-space: nowrap;
  font-weight: 400;
  font-size: 193px;
  color: rgba(0, 0, 0, 0.05);
  line-height: 2;
  width: 100%;
  text-align: center;
}

.history-page .top .right .bot ul li .box .acc h3.bigtxt{
  font-size: 100px;
}

.history-page .top .right .bot ul li .box .acc .imga {
  position: relative;
  z-index: 11;
  padding-top: 95px;
}

.history-page .top .right .bot ul li .box .acc .imga img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.history-page .top .right .bot ul li .box .acc .cona {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 30px;
  margin-top: 0;
  height: 120px;
  overflow-y: auto;
}

.history-page .top .right .bot ul li .box::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: var(--color);
  border-radius: 50%;
  z-index: 12;
}

.history-page .top .right .bot ul .slick-slide.slick-current.slick-active li .box::after {
  opacity: 0;
}

.history-page .top .right .bot ul .slick-slide.slick-current.slick-active li .titie_box_bg {
  position: absolute;
  left: -65px;
  top: 20%;
  transform: scale(1);
  z-index: 11111;
}

.history-page .top .right .bot ul .slick-slide.slick-current.slick-active li .acc1 {
  animation: alpha 2.25s linear infinite forwards;
}

.history-page .top .right .bot ul .slick-slide.slick-current.slick-active li .acs1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1.4;
  z-index: 123;
}

.history-page .top .right .bot ul .slick-slide.slick-current.slick-active li .acs1.bigtxt{
  font-size: 30px;
}


.history-page .top .right .bot ul .slick-slide.slick-current.slick-active li .box h6 {
  opacity: 0;
}

.history-page .top .right .bot ul .slick-slide.slick-current.slick-active li .box .img {
  display: none;
}

.history-page .top .right .bot ul .slick-slide.slick-current.slick-active li .box .acc {
  position: relative;
  opacity: 1;
  left: 0;
}

.history-page .top .right .bot ul::after {
  content: '';
  position: absolute;
  left: 72px;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--color);
  z-index: -1;
}

.history-page .acs-time {
  position: relative;
  z-index: 10;
  margin-top: 60px;
  height: 50px;
}

.history-page .acs-time .time {
  position: relative;
  max-width: 800px;
  padding-left: 50px;
  padding-right: 50px;
}

.history-page .acs-time ul {
  position: static;
}

.history-page .acs-time ul li {
  text-align: center;
}

.history-page .acs-time ul li p {
  display: inline-block;
  position: relative;

  font-weight: 400;
  font-size: 24px;
  color: rgba(50, 75, 73, 0.7);
  line-height: 40px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px
}

.history-page .acs-time ul li p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--color);
  transition: 0.3s;
  opacity: 0;
}

.history-page .acs-time ul li p:hover {
  color: var(--color);
}

.history-page .acs-time ul li p:hover::after {
  opacity: 1;
}

.history-page .acs-time ul .slick-slide.slick-current.slick-active li p {
  color: var(--color);
}

.history-page .acs-time ul .slick-slide.slick-current.slick-active li p::after {
  opacity: 1
}

.history-page .acs-time ul .slick-arrow {
  width: 50px;
  height: 50px;
  background: url(../images/aca.png) no-repeat center var(--color);
  box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  font-size: 0;
  border: none;
}

.history-page .acs-time ul .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.history-page .acs-time ul .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

@keyframes alpha {
  0% {
    transform: rotate(0);
  }

  50% {
    border-radius: 50%;
  }

  100% {
    transform: rotate(360deg);
  }
}

.history-page .wave_box {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.history-page .wave_box .wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}

.history-page .wave_box .wave svg {
  fill: rgba(233, 239, 242, 1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}

.history-page .wave_box .wave svg .st0 {
  fill: #E9EFF2;
  opacity: 0.5;
}

.history-page .wave_box .wave svg .st1 {
  opacity: 0.5;
  fill: rgba(167, 215, 142, 0.3);
}

@keyframes waveAnimateA {
  0% {
    transform: translate(-80px, -52%);
  }

  100% {
    transform: translate(80px, -50%);
  }
}

@media screen and (max-width: 1450px) {
  .history-page .top .right .bot ul li .box .acc h3 {
    font-size: 160px;
  }
  .history-page .top .right .bot ul li .box .acc h3.bigtxt {
      font-size: 78px;
  }
  .history-page .top .right .bot ul li {
    padding: 60px 0;
  }

  .history-page .top .right .bot {
    height: 645px;
  }
}

@media screen and (max-width: 1250px) {
  .history-page .top .right .bot ul li .box .acc {
    max-width: unset;
  }

  .history-page .top .right .bot ul li .box h6 {
    padding-right: 20px;
  }

  .history-page .top .right .bot ul li {
    padding: 35px 0;
  }

  .history-page .top .right .bot {
    height: 550px;
  }

  .history-page .top .right .bot ul li .box .acc h3 {
    font-size: 100px;
  }
  .history-page .top .right .bot ul li .box .acc h3.bigtxt {
      font-size: 68px;
  }
  .history-page .top .right .bot ul li .titie_box_bg {
    zoom: 0.8;
  }
}

@media screen and (max-width: 700px) {
  .history-page .top .right .bot{
    padding-left: 20px;
  }
  .history-page .top .right .bot ul li .box .acc h3 {
    display: none
  }

  .history-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center+div.slick-slide.slick-active li .titie_box_bg {
    left: -34px
  }

  .history-page .top .right .bot ul .slick-list {
    padding-left: 20px !important;
  }

  .history-page .top .right .bot ul::after {
    left: 28px;
  }

  .history-page .top .right .bot ul li .titie_box_bg {
    zoom: 0.6;
  }

  .history-page .top .right .bot ul li .box {
    padding-left: 25px;
  }

  .history-page .top .right .bot ul li .box h6 {
    font-size: 20px;
  }

  .history-page .top .right .bot ul li {
    padding: 30px 0;
  }

  .history-page .top .right .bot ul li .box .acc .cona {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
.history-page .top .right .bot ul .slick-slide.slick-current.slick-active li .box h6{
  width: 0;
}
.history-page .top .right .bot ul .slick-slide.slick-current.slick-active li .box .acc{
  width: 100%;
}
.history-page .acs-time ul li p{
  font-size: 18px;
}
.history-page .acs-time ul .slick-arrow{
  zoom: 0.8;
}
}

/*==============================================
    history-page
*/


/*
    responsibility-page
==============================================*/

.responsibility-page .responsibility-1 .top {
  display: flex;
  justify-content: space-between;
}

.responsibility-page .responsibility-1 .top .tit3 {
  color: #354B49;
  text-transform: uppercase;
  width: 35%;
}

.responsibility-page .responsibility-1 .top p {
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  width: 60%;
}

.responsibility-page .responsibility-2 {
  position: relative;
  z-index: 111;
  padding-top: 80px;
}

.responsibility-page .responsibility-2 .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 514px;
  z-index: -1;
}

.responsibility-page .responsibility-2 .title1 {
  text-align: center;
}

.responsibility-page .responsibility-2 .title1 h3 {
  color: #FFFFFF;
  text-transform: uppercase;
}

.responsibility-page .responsibility-2 .title1 p {
  color: #FFFFFF;
  max-width: 841px;
  margin-left: auto;
  margin-right: auto;
}

.responsibility-page .responsibility-2 .list {
  margin-top: 90px;
}

.responsibility-page .responsibility-2 .list ul li {
  transition: 0.3s;
  padding-top: 20px
}

.responsibility-page .responsibility-2 .list ul li .box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 20px 7px 70px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 80px 34px 40px;
  margin-top: 49px;
  transition: 0.5s
}

.responsibility-page .responsibility-2 .list ul li .box:hover {
  transform: translateY(-20px);
}

.responsibility-page .responsibility-2 .list ul li .box .img {
  position: absolute;
  left: 28px;
  top: -49px;
}

.responsibility-page .responsibility-2 .list ul li .box h5 {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  height: 60px;
}

.responsibility-page .responsibility-2 .list ul li .box p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
  margin-top: 20px;
  height: 168px;
  overflow-y: auto;
}

.responsibility-page .responsibility-3 .top.aa1 {
  margin-top: 108px;
}

.responsibility-page .responsibility-3 .top .con {
  vertical-align: bottom;
}

.responsibility-page .responsibility-3 .top .con h4 {
  color: #354B49;
  text-transform: uppercase;
}

.responsibility-page .responsibility-3 .top .con p {

  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  margin-top: 30px;
  max-width: 701px;
}

.responsibility-page .responsibility-3 .top .options {
  vertical-align: bottom;
  padding-left: 60px;
}

.responsibility-page .responsibility-3 .top .options ul {
  display: flex;
  justify-content: space-between;
}

.responsibility-page .responsibility-3 .top .options ul li {
  text-align: center;
  cursor: pointer;
}

.responsibility-page .responsibility-3 .top .options ul li .img {
  display: inline-block;
  position: relative;
  z-index: 11;
}

.responsibility-page .responsibility-3 .top .options ul li .img::after {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 21px;
  height: 21px;
  background: #A7D68E;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}

.responsibility-page .responsibility-3 .top .options ul li h6 {

  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  margin-top: 30px;
}

.responsibility-page .responsibility-3 .top .options ul li:hover .img::after,
.responsibility-page .responsibility-3 .top .options ul li.active .img::after {
  opacity: 1;
}

.responsibility-page .responsibility-3 .bot.accs {
  padding-bottom: 86px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.responsibility-page .responsibility-3 .bot {
  margin-top: 40px;
}

.responsibility-page .responsibility-3 .bot ul li .box {
  background: #FFFFFF;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 30px;
}

.responsibility-page .responsibility-3 .bot ul li .box .content {
  padding-left: 40px;
}

.responsibility-page .responsibility-3 .bot ul li .box .content h5 {
  font-size: 30px;
  color: #000000;
  line-break: 1.4;
}

.responsibility-page .responsibility-3 .bot ul li .box .content p {

  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  margin-top: 28px;
}

.responsibility-page .responsibility-4 {
  padding: 200px 0 60px;
}

.responsibility-page .responsibility-4 .top .left {
  width: 60%;
  padding-right: 2%;
}

.responsibility-page .responsibility-4 .top .left h4 {
  color: #354B49;
  text-transform: uppercase;
}

.responsibility-page .responsibility-4 .top .left ul li {
  margin-top: 60px;
}

.responsibility-page .responsibility-4 .top .left ul li .box .img {
  width: 8%;
  margin-top: 15px;
}

.responsibility-page .responsibility-4 .top .left ul li .box .con {
  width: 92%;
  padding-left: 50px;
}

.responsibility-page .responsibility-4 .top .left ul li .box .con h5 {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  line-height: 40px;
}

.responsibility-page .responsibility-4 .top .left ul li .box .con .cona {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  margin-top: 15px;
  max-width: 670px;
  max-height: 120px;
  overflow-y: auto;
}

.responsibility-page .responsibility-4 .top.accs {
  margin-top: 130px
}

.responsibility-page .responsibility-4 .top .right {
  position: relative;
  width: 40%;
}

.responsibility-page .responsibility-4 .top .right span {
  position: absolute;
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
}

.responsibility-page .responsibility-4 .top .right img {
  position: relative;
  z-index: 11
}

.responsibility-page .responsibility-4 .top .right span img {
  position: relative;
  z-index: 1
}

.responsibility-page .responsibility-4 .accs.top .left {
  padding-left: 170px;
}

.responsibility-page .responsibility-5 {
  overflow: hidden;
}

.responsibility-page .responsibility-5 .title1 {
  text-align: center;
}

.responsibility-page .responsibility-5 .title1 h4 {
  color: #354B49;
  text-transform: uppercase;
}

.responsibility-page .responsibility-5 .title1 p {

  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  margin: 0 auto;
  max-width: 1010px;
  margin-top: 35px;
}

.responsibility-page .responsibility-5 .list .box {
  background: transparent;
  border-radius: 16px;
  padding: 33px;
  transition: 0.3s;
}

.responsibility-page .responsibility-5 .list .box h4 {
  color: #222222;
}

.responsibility-page .responsibility-5 .list .box p {
  font-family: Myriad Pro;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 18px;
  opacity: 0.8;
  height: 210px;
  overflow-y: auto;
}

.responsibility-page .responsibility-5 .list .box:hover {
  background: #FFFFFF;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 1450px) {
  .responsibility-page .responsibility-4 .accs.top .left {
    padding-left: 40px !important;
  }

}

@media screen and (max-width: 1250px) {
  .responsibility-page .responsibility-1 .top {
    flex-wrap: wrap
  }

  .responsibility-page .responsibility-1 .top .tit3,
  .responsibility-page .responsibility-1 .top p {
    width: 100%
  }

  .responsibility-page .responsibility-1 .top p {
    margin-top: 30px;
  }

  .responsibility-page .responsibility-2 .list {
    margin-top: 50px !important;
  }

  .responsibility-page .responsibility-2 .list ul li .box {
    padding: 60px 20px 30px;
  }

  .responsibility-page .responsibility-2 .list ul li .box .img {
    zoom: 0.9;
  }

  .responsibility-page .responsibility-3 .top .con,
  .responsibility-page .responsibility-3 .bot ul li .box .img {
    width: 100%
  }

  .responsibility-page .responsibility-3 .bot ul li .box .img img {
    width: 100%;
  }

  .responsibility-page .responsibility-3 .bot ul li .box .content h5 {
    font-size: 26px;
  }

  .responsibility-page .responsibility-3 .top .options,
  .responsibility-page .responsibility-3 .bot ul li .box .content {
    width: 100%;
    padding-left: 0 !important;
    margin-top: 30px
  }

  .responsibility-page .responsibility-4 {
    padding: 90px 0 60px;
  }

  .responsibility-page .responsibility-4 .top .left {
    width: 100% !important
  }

  .responsibility-page .responsibility-4 .top .right {
    width: 100% !important;
    margin-top: 50px;
  }

  .responsibility-page .responsibility-4 .accs.top .left {
    width: 100%;
    padding-left: 0 !important;
    margin-top: 40px;
  }

  .responsibility-page .responsibility-4 .accs.top .right {
    width: 100%
  }

  .responsibility-page .responsibility-4 .top .left ul li .box .con .cona {
    max-width: 100% !important
  }

  .responsibility-page .responsibility-4 .top .left ul li .box .con .cona {
    max-width: 100% !important
  }

  .responsibility-page .responsibility-4 .top .right span img {
    display: none
  }

  .responsibility-page .responsibility-4 .top.accs {
    margin-top: 60px !important
  }

  .responsibility-page .responsibility-4 .top .left ul li {
    margin-top: 30px;
  }
}

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

  .responsibility-page .responsibility-3 .top .options ul {
    flex-wrap: wrap;
    margin: -10px;
  }

  .responsibility-page .responsibility-3 .top .options ul li {
    padding: 10px;
    width: 50%;
  }

  .responsibility-page .responsibility-4 {
    padding: 60px 0
  }

  .responsibility-page .responsibility-4 .top .left ul li .box .con {
    padding-left: 20px;
  }

}

@media screen and (max-width: 700px) {
  .responsibility-page .responsibility-2 .title1 p {
    margin-top: 20px
  }

  .responsibility-page .responsibility-3 .top.aa1 {
    margin-top: 30px
  }

  .responsibility-page .responsibility-3 .bot.accs {
    padding-block-end: 50px
  }

  .responsibility-page .responsibility-4 .top.accs {
    margin-top: 20px !important;
  }

  .responsibility-page .responsibility-4 .top .left ul li {
    margin-top: 30px
  }

  .responsibility-page .responsibility-4 .top .left ul li .box .con,
  .responsibility-page .responsibility-4 .top .left ul li .box .con {
    width: 100%;
    margin-top: 20px;
    padding-left: 0
  }
}

@media screen and (max-width: 500px) {
  .responsibility-page .responsibility-3 .top .options ul li {
    width: 100%
  }

  .responsibility-page .responsibility-3 .bot ul li .box {
    padding: 20px 15px
  }

  .responsibility-page .responsibility-3 .bot ul li .box .content h5 {
    font-size: 22px
  }

  .responsibility-page .responsibility-3 .bot ul li .box .content p {
    margin-top: 15px
  }

  .responsibility-page .responsibility-3 .top .con p {
    margin-top: 15px
  }

  .responsibility-page .responsibility-5 .list .box {
    padding: 20px 15px
  }
}

/*==============================================
    responsibility-page
*/

/*
    manu-page
==============================================*/
.manu-page .about-page .about-11 .top .right {
  padding-left: 6%;
}
.manu-page .about-page .about-11 .top .right .swiper-button::after{
  display: none;
}
.manu-page .about-page .about-11 .top .right .swiper-button-prev,
.manu-page .about-page .about-11 .top .right .swiper-button-next {
  width: 75px;
  height: 75px;
  top: 55%;
  border-radius: 50%;
  background: url(../images/acs1.png) no-repeat center #FBFBFB;
  transition: 0.3s
}

.manu-page .about-page .about-11 .top .right .swiper-button-prev {
  left: -3%;
}

.manu-page .about-page .about-11 .top .right .swiper-button-next {
  transform: rotate(180deg);
  right: -3%;
}

.manu-page .about-page .about-11 .top .right .swiper-button-prev:hover {
  background: url(../images/acs.png) no-repeat center #A7D78E;
  transform: rotate(-180deg);
}

.manu-page .about-page .about-11 .top .right .swiper-button-next:hover {
  background: url(../images/acs.png) no-repeat center #A7D78E;
  transform: rotate(0);
}

.manu-page .manu-1 {
  overflow: hidden
}

.manu-page .manu-1 .manubox {
  margin-top: 42px;
  overflow: visible;
}


.manu-page .manu-1 .manubox ul.manulist li .item {
  background: #fff;
  padding: 30px 30px;
  padding-bottom: 0px;
  transition: 0.3s;
  border-radius: 24px;
  border: 1px solid #fbfbfb;
}

.manu-page .manu-1 .manubox ul.manulist li .item:hover {
  box-shadow: 11px 19px 43px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border: 1px solid #FBFBFB;
}

.manu-page .manu-1 .manubox ul.manulist li .item .text {
  padding-top: 30px;
}

.manu-page .manu-1 .manubox ul.manulist li .item .text .h5 {
  margin-bottom: 20px;
  padding-left: 35px;
  border-left: 2px solid var(--color);
  height: 3em;
  overflow-y: auto;
  display: flex;
  align-items: center;
}

.manu-page .manu-1 .manubox ul.manulist li .item .text p {
  line-height: 1.75;
  height: 8.75em;
  overflow-y: auto;
  color: #747474;
}

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

.manu-page .manu-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.manu-page .manu-2 .ui.container .left {
  padding-right: 38px;
}

.manu-page .manu-2 .ui.container .right {
  padding: 0 64px;
}

.manu-page .manu-2 .ui.container .right .h4 {
  margin-bottom: 25px;
  color: var(--color);
}

.manu-page .manu-2 .ui.container .right p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 30px;
}

.manu-page .manu-3 {
  padding: 87px 0 150px;
}

.manu-page .manu-3 ul {
  display: flex;
  justify-content: space-between;

}

.manu-page .manu-3 ul li .box {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  transition: 0.5s;
  padding: 10px;
  padding-bottom: 50px;
}

.manu-page .manu-3 ul li .box .img {
  padding: 45px 0 35px;
}

.manu-page .manu-3 ul li .box .img img {
  filter: brightness(0)
}

.manu-page .manu-3 ul li .box h5 {
  font-size: 24px;
  color: #080808;
  line-height: 40px;
}

.manu-page .manu-3 ul li .box p {
  font-size: 16px;
  color: #747474;
  line-height: 30px;
  margin-top: 29px;
  padding: 0 30px;
  height: 120px;
  overflow-y: auto;
}

.manu-page .manu-3 ul li .box:hover {
  background: #FFFFFF;
  box-shadow: 11px 19px 43px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.manu-page .manu-3 ul li .box:hover .img img {
  filter: brightness(1)
}

.manu-page .manu-4 {
  padding-bottom: 100px;
}

.manu-page .manu-4 .top ul {
  position: relative;
  margin: -18px -30px
}

.manu-page .manu-4 .top ul .menu-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manu-page .manu-4 .top ul li {
  padding: 18px 30px;
}

.manu-page .manu-4 .top ul li .box {
  border-radius: 20px;
  transition: 0.3s;
  background: #FFFFFF;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.05);
}

.manu-page .manu-4 .top ul li .box .acc {
  padding: 42px 43px 60px 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.manu-page .manu-4 .top ul li .box .acc .ads {
  width: 89%;
}

.manu-page .manu-4 .top ul li:nth-child(odd) .box .acc .ads {
  text-align: right
}

.manu-page .manu-4 .top ul li .box .acc .ads h5 {
  font-size: 30px;
  color: var(--color);
  line-height: 1.4;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color);
}

.manu-page .manu-4 .top ul li .box .acc .ads p {
  font-size: 16px;
  color: #626262;
  line-height: 30px;
  height: 60px;
  overflow: auto;
  opacity: 0.7;
  margin-top: 12px
}

.manu-page .manu-4 .top ul li .box .acc .imga {
  width: 10%
}

.manu-page .manu-5 {
  padding-top: 95px;
  padding-bottom: 115px;
}

.manu-page .manu-5 .factorybox {
  margin-top: 40px;
}

.manu-page .manu-5 .factorybox ul.factorylist2 {
  margin: 0 -20px;
}

.manu-page .manu-5 .factorybox ul.factorylist2 li {
  padding: 0 20px;
}

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

    .manu-page .top .right .swiper-button-prev,
    .manu-page .top .right .swiper-button-next {
        display: none !important
    }

    .manu-page .manu-page .manu-1 .manubox ul.manulist li .item .text p {
        line-height: 1.5;
        max-height: 120px;
        overflow-y: auto;
        color: #747474;
    }

    .manu-page .manu-2 {
        padding-top: 50px
    }

    .manu-page .manu-2 .ui.container .right p {
        max-height: 302px;
        overflow-y: auto;
    }

    .manu-page .manu-2 .ui.container .left {
        padding-right: 0
    }

    .manu-page .manu-2 .ui.container .right {
        padding-left: 30px;
        padding-right: 15px;
    }

    .manu-page .manu-3 {
        padding: 50px 0
    }
    .manu-page .manu-4 .top ul li .box .acc .ads h5 {
        font-size: 26px
    }
    .manu-page .manu-4 .ui.container .left p {
        max-height: 200px;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1000px) {
    .manu-page .manu-1 .manubox ul.manulist li .item{
      padding: 20px;
      padding-bottom: 20px;
    }
    .manu-page .manu-1 .manubox ul.manulist li .item .text .h5 {
        padding-left: 15px;
    }
    .manu-page .about-page .about-11 .top .right .cona{
      font-size: 16px;
    }

    .manu-page .manu-2 .ui.container{
      flex-wrap: wrap;
    }
    .manu-page .manu-2 .ui.container .left {
        width: 100%;
        padding-right: 0px;
    }

    .manu-page .manu-2 .ui.container .right {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .manu-page .manu-3 ul {
        flex-wrap: wrap
    }

    .manu-page .manu-3 ul li {
        width: 100%;
        margin: 15px 0
    }
    .manu-page .manu-3 ul li .box {
      max-width: unset;padding-bottom: 20px;
    }
    .manu-page .manu-3 ul li .box .img {
        padding: 20px 0;
    }
    .manu-page .manu-3 ul li .box p{
      height: auto;margin-top: 10px;
    }
    .manu-page .manu-3 ul li .box h5 {
    font-size: 20px;
    }

    .manu-page .manu-4 .top ul li {
        width: 100% !important;
    }

    .manu-page .manu-4 .top ul .menu-logo {
        display: none
    }
  
}

@media screen and (max-width: 700px) {
    .manu-page .manu-1 .manubox ul.manulist li {
        margin-top: 0
    }

    .manu-page .manu-2 .ui.container .right p {
        height: auto;
        min-height: auto
    }

    .manu-page .manu-4 .top ul li .box .acc .imga {
        display: none
    }

    .manu-page .manu-4 .top ul li .box .acc .ads h5 {
        font-size: 22px
    }

    .manu-page .manu-4 .top ul li .box .acc .ads {
        width: 100%
    }

    .manu-page .manu-4 .top ul li .box .acc {
        padding: 30px 20px
    }

    .manu-page .manu-4 .top ul li .box .acc .ads p {
        height: auto;
        min-height: auto
    }

    .manu-page .manu-4 .ui.container .left {
        width: 100%;
    }

    .manu-page .manu-4 .ui.container .right {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .manu-page .manu-2 .ui.container .right p {
        height: auto
    }
}

/*==============================================
    manu-page
*/


/*
    factory-page
==============================================*/
.factory-page {
    position: relative;
    z-index: 0;
}
.factory-page .bg{
    position: absolute;
    right: 0;
    top: 20%;
    z-index: -1;
}

.factory-page .about-11 .top .right {
    padding-left: 60px;
    border-bottom: none;
}

.factory-page.factory .about-11 .top .right {
    padding-left: 0;
    width: 100%;
}

.factory-page .about-11 .top .right .top1 {
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 64px;
}

.factory-page .about-11 .top .right .top1 .img {
    width: 55%;
}

.factory-page .about-11 .top .right .top1 .con {
    width: 45%;
    padding-left: 25px;
}

.factory-page .about-11 .top .right .top1 .con h4 {
    color: #000000;
    line-height: 40px;
    margin-top: 32px;
}

.factory-page .about-11 .top .right .top1 .con span {
    display: block;
    width: 85px;
    height: 4px;
    background: var(--color);
    margin: 22px 0
}

.factory-page .top h2 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 32px;
    margin-bottom: 60px;
}

.factory-page .top .righ ul {
    margin: -11px;
    margin-bottom: 45px;
}

.factory-page .top .right ul li {
    padding: 11px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.factory-page .top .right ul li a {
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;

}

.factory-page .top .right ul li:hover a,
.factory-page .top .right ul li.active a {
    background: #A7D78E;
    color: white;
}

.factory-page .wrap {
    margin: -18px;
}

.factory-page .wrap li {
    padding: 18px;
}

.factory-page .more {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: block;
    background: #A7D78E;
    color: white;
    font-size: 25px;
    text-align: center;
    height: 77px;
    line-height: 1.4;
    width: 335px;
    margin: 60px auto;
}

.factory-page .more .fa {
    margin-left: 5px;
}

.factory-page .more:hover {
    background: black;
}

.factory-page .init-51 {
    position: relative;
    background: #f6f8f6;
    padding: 137px 0 64px;
    z-index: 11
}

.factory-page .init-51::after {
    content: '';
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    height: 167px;
    background: url(../images/fac12.png) no-repeat center;
    z-index: -1
}

.factory-page .init-51 .title1 {
    position: relative;
}

.factory-page .init-51 .title1 .tit3 {
    display: initial;
    position: relative;
    color: var(--color);
    line-height: 1.5;
    text-transform: uppercase;
    padding: 42px 0;
}

.factory-page .init-51 .title1 .tit3::after {
    content: '';
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 116px;
    background: url(../images/fac14.png) no-repeat center;
}

.factory-page .init-51 .title1 .tit3::before {
    content: '';
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 116px;
    background: url(../images/fac13.png) no-repeat center;
}

.factory-page .init-51 .title1 span {
    display: block;
    width: 69px;
    height: 4px;
    background: #A7D78E;
    margin: 0 auto;
    margin-top: 32px;
}

.factory-page .init-51 .title1 p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 30px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.factory-page .init-51 ul .slick-slide>div{
  height: auto!important;
}
.factory-page .init-51 ul li .img {
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.factory-page .init-51 .top {
    margin-top: 50px
}

.factory-page .init-51 .bot {
    transform: rotate(-180deg);
}

.factory-page .init-51 .bot ul li .img {
    transform: rotate(180deg);
}

.factory-page .init-51 ul li {
    padding: 20px;
}

@media screen and (max-width: 1000px) {
    .factory-page .top .right ul li {
        width: 50%
    }
    .factory-page .about-11 .top .right .top1 .img{
      width: 100%;

    }
    .factory-page .about-11 .top .right .top1 .con {
      width: 100%;
      padding-left: 0;
    }
    .about-page .about-11 .top .right .cona {
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .factory-page .top .right ul li {
        width: 100%
    }
    .factory-page .init-51 ul li {
        padding: 10px;
    }
}
/*==============================================
    factory-page
*/


/*
    faq-page
==============================================*/
.faq-page {
    background: rgba(217, 232, 217, 0.16)
}

.faq-page .faqbox .ui.container ul.faqlist li {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.faq-page .faqbox .ui.container ul.faqlist li .top {
    height: 100px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    padding: 0 160px;
    width: 100%;
}

.faq-page .faqbox .ui.container ul.faqlist li .top i {
    font-size: 20px;
    color: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 45px;
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
    position: absolute;
    font-size: 30px;

    color: #000;
    top: 50%;
    left: 45px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-page .faqbox .ui.container ul.faqlist li span.anser {
    color: #A7D78E;
}

.faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 30px 0;
    padding-left: 160px;
    background: #f9f9f9;
    display: none;
    position: relative;
}

@media screen and (max-width: 700px) {
    .faq-page .faqbox .ui.container ul.faqlist li .top {
        padding: 0 20px;
    }

    .faq-page .faqbox .ui.container ul.faqlist li span.qust,
    .faq-page .faqbox .ui.container ul.faqlist li span.anser {
        display: none;
    }

    .faq-page .faqbox .ui.container ul.faqlist li .content {
        padding: 20px;
    }
}
/*==============================================
    faq-page
*/


/*
    custom-page
==============================================*/
.custom-page .custom-2 .mk-tt .desc{
  color: rgba(0, 0, 0, .7);
  line-height: 2;
  max-width: 80%;
  margin: 0 auto;
}
.custom-page .custom-2 .options {
    background: var(--color);
    border-radius: 28px 28px 0px 0px;
}
.custom-page .custom-2 .options ul li {
    position: relative;
    font-size: 20px;
    color: #fff;
    padding: 8px 60px;
    cursor: pointer;
    z-index: 11;
    transition: 0.3s;
}
.custom-page .custom-2 .options ul li:hover,.custom-page .custom-2 .options ul li.active {
    padding-top: 5px;
    color: var(--color);
}
.custom-page .custom-2 .options ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 82px;
    background: #d7ffc3;
    border-radius: 28px 28px 0px 0px;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.custom-page .custom-2 .options ul li:hover::after,.custom-page .custom-2 .options ul li.active::after {
    opacity: 1;
}


.custom-page .custom-2 .ui.container .bottom {
  background: #FFFFFF;
  box-shadow: 23px 23px 76px 0px rgba(0,0,0,0.05);
  border-radius: 0px 0px 20px 20px;
  padding: 84px 80px 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.custom-page .custom-2 .ui.container .bottom .left {
  padding-right: 6%;
}
.custom-page .custom-2 .ui.container .bottom .right ul.list3 li.active {
  transition: 0.3s all;
}
.custom-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.custom-page .custom-2 .ui.container .bottom .right ul.list3 li .top i{
  flex-shrink: 0;
}
.custom-page .custom-2 .ui.container .bottom .right ul.list3 li .top em {
  margin-left: 25px;
  
}
.custom-page .custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  right: 25px;
}
.custom-page .custom-2 .ui.container .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 30px;
  display: none;
  font-size: 16px;
}
.custom-page .custom-4 {
    position: relative;
}

.custom-page .custom-4 .title1 p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 30px;
    max-width: 1358px;
    margin: 0 auto;
    margin-top: 50px;
}

.custom-page .custom-4 .swiper {
    margin-top: 88px;
}

.custom-page .custom-4 .swiper ul li {
    margin-bottom: 70px
}

.custom-page .custom-4 .swiper .box {
    text-align: center;
}

.custom-page .custom-4 .swiper .box h5 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    margin-top: 35px
}

.custom-page .custom-4 .swiper .box p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 30px;
    margin-top: 15px
}

@media screen and (max-width: 1450px) {
  .custom-page .custom-2 .options ul li{
    padding: 5px 35px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px){
  .custom-page .custom-2 .options ul li {
    padding: 5px 18px;
  }
  .custom-page .custom-2 .ui.container .bottom{
    padding: 52px 40px 30px;
  }
  .custom-page .custom-4 .swiper {
    margin-top: 60px;
}
.custom-page .custom-4 .title1 p{
  margin-top: 25px;
}.custom-page .custom-4 .swiper ul li {
    margin-bottom: 40px;
}
}
@media screen and (max-width: 1000px){
  .custom-page .custom-2 .options ul li{
    width: 100%;
  }
  .custom-page .custom-2 .options ul li::after{
    height: 100%;
  }
  .custom-page .custom-2 .ui.container .bottom {
    padding: 20px;
  }
  .custom-page .custom-2 .ui.container .bottom .left {
    padding-right: 0;
    width: 100%;
  }
  .custom-page .custom-2 .ui.container .bottom .right{
    width: 100%;
  }
  .custom-page .custom-2 .ui.container .bottom .right ul.list3 li .top{
    padding: 10px;
  }
  .custom-page .custom-2 .ui.container .bottom .right ul.list3 li .content{
    padding: 10px;
  }
  .custom-page .custom-4 .swiper .box h5{
    font-size: 18px;
  }

}
/*==============================================
    custom-page
*/


/*
    down-page
==============================================*/
.down-page .about-11 .top .right {
    border-bottom: none;
    width: 100%;
    padding-left: 0
}

.down-page .about-11 .top .right ul li {
    margin-bottom: 28px;
}

.down-page .about-11 .top .right ul li .box .img {
    height: auto;
    background: transparent;
    border-radius: 0;
    width: 10%;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.down-page .about-11 .top .right ul li .box .img img {
    border-radius: 0;
}

.down-page .about-11 .top .right ul li .box .con {
    width: 90%;
    padding-left: 31px;
    display: flex;
    align-items: center;
}

.down-page .about-11 .top .right ul li .box .con .acc {
    padding: 46px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
}

.down-page .about-11 .top .right ul li .box .con .acc h5 {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
}

.down-page .about-11 .top .right ul li .box .con .acc a {
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    color: #59B548;
    line-height: 40px;
    text-decoration: underline;
    text-transform: uppercase;
}

.down-page .about-11 .top .right ul li:last-child {
    margin-bottom: 0;
}

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

@media screen and (max-width: 1000px) {
    .down-page .about-11 .top .right ul li .box .con .acc {
        padding: 20px;
        flex-wrap: wrap;
    }

    .down-page .about-11 .top .right ul li .box .con .acc a,
    .down-page .about-11 .top .right ul li .box .con .acc h5 {
        font-size: 20px
    }
}

@media screen and (max-width: 700px) {
    .down-page .about-11 .top .right ul li .box .img {
        display: none
    }

    .down-page .about-11 .top .right ul li .box .con {
        width: 100%;
        padding-left: 0
    }
}
/*==============================================
    down-page
*/


/*
    news-page
==============================================*/
/*news*/
.inner-page .slideBar-left {
    width: 22% !important;
}

.inner-page .slideBar-left .slideNav>li {
    margin-bottom: 10px;
}

.inner-page .slideBar-left .slideNav>li>a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    display: block;
    font-size: 18px;
    background: #f5f5f5;
    padding: 22px 40px;
    line-height: 30px;

}

.inner-page .slideBar-left .slideNav>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: var(--color);
}

.inner-page.product-page .slideBar-left .slideNav>li>a {
    background: white;
}

.inner-page .slideBar-left .slideNav>li>a .fa {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
}

.inner-page .slideBar-left .slideNav>li ul li {
    margin: 5px;
    margin-right: 0;
}

.inner-page .slideBar-left .slideNav>li ul li a {
    padding: 10px;
    font-size: 17px;
    display: block;
}

.inner-page .slideBar-left .slideNav>li ul li.active a,
.inner-page .slideBar-left .slideNav>li ul li:hover a {
    background: var(--color);
    color: white;
}

.inner-page .slideBar-left .slideNav>li:hover>a,
.inner-page .slideBar-left .slideNav>li.active>a {
    background: var(--color);
    color: white;
}

.inner-page .slideBar-left .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 44px;
}

.inner-page .slideBar-left .share li {
    width: 30px;
    height: 30px;
    background: #A7D78E;
    color: white;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    margin-right: 15px;
}

.inner-page .slideRight {
    width: 78% !important;
    padding-left: 49px;
}

.inner-page .slideRight #index-body {
    margin-top: 0
}

.news-page .slideRight .i-news {
    overflow: unset !important;
}

.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}

.news-page .i-news .wrap {
    margin: -23px;
}

.news-page .i-news .wrap .column {
    padding: 23px;
}

.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}

.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, .1);
    padding: 50px 25px 85px;
}

.news-page .i-news .wrap .column .item .content {
    line-height: 1.7;
    text-align: center;
    height: 6.8em;
    overflow-y: auto;
}

.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    height: 68px;
    overflow-y: auto;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}

.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}

.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 1.4;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0, 0, 0, .11);
    box-shadow: 4px 4px 27px 0px rgba(0, 0, 0, .11);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

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

    .inner-page .slideBar-left .slideNav>li>a {
        padding: 15px 20px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 1250px){
  .news-page .slideRight .i-news .wrap .column{
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
    .inner-page .slideBar-left {
        display: none;
    }

    .inner-page .slideRight {
        width: 100% !important;
        padding-left: 0;
    }

    .news-page .slideRight .i-news .wrap .column {
        width: 50%;
    }
    .news-page .i-news .wrap .column .item h4{
      font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    .news-page .slideRight .i-news .wrap .column {
        width: 100%;
    }
    .news-page .i-news .wrap .column .item{
      padding: 25px 25px 50px;
    }
    .news-page .i-news .wrap .column .item .content{
      height: auto;
    }
    .news-page .i-news .wrap .column .item h4{
      height: auto;
    }
}

/*newsdet-page*/
.newdet2-page h1 {
    color: #0b2239;
    text-transform: capitalize;
}

.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}

.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 30px;
}

.newdet2-page .content h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.newdet2-page .content h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}

.newdet2-page .content li {
    list-style: disc;
}

.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}

.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}

.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}

.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.newdet2-page .share ul li:hover {
    color: #026293;
}

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


.contact1-page .contact1-1 .top ul {
    margin: 0 -45px;
}

.contact1-page .contact1-1 .top ul li {
    padding: 0 45px;
}

.contact1-page .contact1-1 .top ul li .box {
    background: #FFFFFF;
    box-shadow: 10px 39px 43px 0px rgba(0, 0, 0, 0.03);
    border-radius: 24px;
    padding: 58px 55px 50px;
}

.contact1-page .contact1-1 .top ul li .box .acc {
    display: flex;
    align-items: center;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact1-page .contact1-1 .top ul li .box .acc h4 {
    font-weight: bold;
    font-size: 24px;
    color: #242323;
    line-height: 40px;
    margin-left: 42px;
}

.contact1-page .contact1-1 .top ul li .box .lianxi {
    display: flex;
    flex-wrap: wrap;
}

.contact1-page .contact1-1 .top ul li .box .lianxi p {
    font-size: 18px;
    color: #242323;
    line-height: 30px;
    opacity: 0.6;
    width: 50%;
    margin-top: 40px;
}

.contact1-page .contact1-2 .form {
    background: #FFFFFF;
    box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.03);
    border-radius: 31px;
    padding: 50px 45px;
}

.contact1-page .contact1-2 .form h3 {
    color: #222222;
}

.contact1-page .contact1-2 .form ul {
    margin: 0 -50px;
    margin-top: 34px;
}

.contact1-page .contact1-2 .form ul li {
    padding: 0 50px;
    margin-bottom: 17px;
}

.contact1-page .contact1-2 .form ul li input[type=text] {
    width: 100%;
    height: 80px;
    font-size: 20px;
    color: rgba(34, 34, 34, 0.7);
    line-height: 34px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 40px;
}

.contact1-page .contact1-2 .form ul li label {
    display: block;
    font-size: 20px;
    color: rgba(34, 34, 34, 0.7);
    line-height: 34px;
    padding-left: 40px;
    padding-top: 36px;
}

.contact1-page .contact1-2 .form ul li textarea {
    width: 100%;
    height: 193px;
    font-size: 20px;
    color: rgba(34, 34, 34, 0.7);
    line-height: 34px;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 40px;
    margin-top: 26px;
    padding-top: 10px;
}

.contact1-page .contact1-2 .form ul li input[type=submit] {
    width: 186px;
    height: 61px;
    background: var(--color);
    border-radius: 10px;
    font-size: 20px;
    color: #FFFFFF;
    border: none;
    margin-top: 14px;
}

.contact1-page .contact1-2 .form ul li:last-child {
    margin-bottom: 0;
}

.contact1-page .contact1-3 .top .left {
    width: 53.75%;
    padding-right: 6%;
}

.contact1-page .contact1-3 .top .left .title1 h3 {
    color: #222222;
}

.contact1-page .contact1-3 .top .left .title1 p {
    color: #222222;
    opacity: 0.7;
    margin-top: 20px;
}

.contact1-page .contact1-3 .top .left .box {
    background: #f3f3f3;
    padding: 50px 32px;
    margin-top: 32px;
}
.contact1-page .contact1-3 .top .left .box ul li.wid-100{
  width: 100%;
}
.contact1-page .contact1-3 .top .left .box ul li h3 {
    font-weight: bold;
    font-size: 24px;
    color: #242323;
    line-height: 1.4;
    margin-bottom: 22px;
}

.contact1-page .contact1-3 .top .left .box ul li p {
    font-size: 18px;
    color: #242323;
    line-height: 30px;
    opacity: 0.6;
}

.contact1-page .contact1-3 .top .left .box ul li:last-child {
    margin-top: 75px;
}

.contact1-page .contact1-3 .top .right {
    width: 46.25%;
}

@media screen and (max-width: 1250px) {
    .contact1-page .contact1-1 .top ul li {
        width: 100%;
        margin: 20px 0
    }

    .contact1-page .contact1-2 .form {
        padding: 30px
    }

    .contact1-page .contact1-2 .form h3,
    .contact1-page .contact1-3 .top .left .title1 h3 {
        font-size: 32px
    }

    .contact1-page .contact1-3 .top .left .box ul li h3 {
        font-size: 20px
    }

    .contact1-page .contact1-3 .top .left .box ul li:last-child {
        margin-top: 30px
    }
}

@media screen and (max-width: 700px) {
    .contact1-page .contact1-1 .top ul li .box {
        padding: 20px;
    }

    .contact1-page .contact1-1 .top ul li .box .acc {
        padding-bottom: 20px
    }

    .contact1-page .contact1-1 .top ul li .box .lianxi p {
        width: 100%;
        margin-top: 20px;
    }
    .contact1-page .contact1-2 .form ul {
      margin: 0 -20px;
    }
    .contact1-page .contact1-2 .form ul li {
      padding: 0 20px;
    }
    .contact1-page .contact1-2 .form ul li input[type=text] {
        height: 60px;
        padding-left: 20px;
        font-size: 16px
    }

    .contact1-page .contact1-2 .form ul li textarea {
        height: 150px;
        padding-left: 20px;
        font-size: 16px
    }

    .contact1-page .contact1-2 .form ul li label {
        padding-left: 20px;
        font-size: 16px;
    }


    .contact1-page .contact1-3 .top .left .box {
        padding: 30px 20px
    }

    .contact1-page .contact1-3 .top .left .box ul li {
        margin: 10px 0
    }

    .contact1-page .contact1-3 .top .left .box ul li h3 {
        margin-bottom: 15px
    }
    .contact1-page .contact1-2 .form ul li input[type=submit]{
      zoom: 0.8;
    }
    .contact1-page .contact1-3 .top .left .box ul li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .contact1-page .contact1-1 .top ul li .box .acc h4 {
        font-size: 20px
    }

    .contact1-page .contact1-2 .form h3,
    .contact1-page .contact1-3 .top .left .title1 h3 {
        font-size: 24px
    }
        .contact1-page .contact1-2 .form {
        padding: 15px;
    }

    .contact1-page .contact1-3 .top .left .box ul li:last-child {
        margin-top: 20px
    }

    .contact1-page .contact1-3 .top .left .box ul li h3 {
        font-size: 18px
    }
}



.markets-page .markets-1 .mar-navli {
    background-color: #f4f5f9;
    border-radius: 20px;
    overflow: hidden;
}

.markets-page .markets-1 .mar-navli ul li .box {
    padding: 0 20px;
    height: 210px;
    transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box img {
    transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box .tt {
    transition: all 0.5s;
    text-align: center;
}

.markets-page .markets-1 .mar-navli ul li .box:hover,.markets-page .markets-1 .mar-navli ul li.active .box {
    background-color: var(--color);
}

.markets-page .markets-1 .mar-navli ul li .box:hover .tt,.markets-page .markets-1 .mar-navli ul li.active .box .tt {
    color: #fff;
}

.markets-page .markets-1 .mar-navli ul li .box:hover img ,.markets-page .markets-1 .mar-navli ul li.active .box img{
    filter: brightness(0) invert(1);
}
.markets-page .markets-2 .content {
  max-width: 1000px;
  margin: 15px auto;
} 
.markets-page .markets-2 .mar-artli ul li .box {
    background-color: #f4f5f9;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}

.markets-page .markets-2 .mar-artli ul li .box .img-box {
    border-radius: 10px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox .tt {
    padding: 0 10px;
    transition: all 0.5s;
}

.markets-page .markets-2 .mar-artli ul li .box:hover {
    background-color: var(--color);
}

.markets-page .markets-2 .mar-artli ul li .box:hover .tt {
    color: #fff;
}

.projects-page .projects-1 .bottom ul.font-30 {
    margin: -1em;
}

.projects-page .projects-1 .bottom ul.font-30 li {
    padding: 1em;
    height: 100%;
    position: relative;
    margin-bottom: .5em;
}

.projects-page .projects-1 .bottom ul.font-30 li a {
    height: 95%;
    position: relative;
}

.projects-page .projects-1 .bottom ul.font-30 li a img {
    height: 100%;
    object-position: center;
    object-fit: cover;
    width: 100%;
}

.projects-page .projects-1 .bottom ul.font-30 .slick-track {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.projects-page .projects-1 .bottom ul.font-30 .slick-track .slick-slide {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.projects-page .projects-1 .bottom ul.font-30 .slick-track .slick-slide>div:last-child {
    margin-top: auto;
}

.projects-page .projects-1 .bottom .content {
    width: 80%;
    padding: 4% 5%;
    background-color: rgba(255, 255, 255, 0.95);
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: absolute;
    left: 10%;
    bottom: 20px;
}

.projects-page .projects-2 .map {
    position: relative;
}

.projects-page .projects-2 .map li {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.projects-page .projects-2 .map li i {
    width: 100%;
    position: absolute;
    padding-top: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.projects-page .projects-2 .map li i:before,
.projects-page .projects-2 .map li i:after {
    content: '';
    width: 150%;
    height: 150%;
    position: absolute;
    left: -25%;
    top: -25%;
    border-radius: 100%;
    background-color: #7bb15e96;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}

.projects-page .projects-2 .map li i:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

.projects-page .projects-2 .map li span {
    position: relative;
    z-index: 1;
    line-height: 1;
}

.projects-page .projects-2 .map li .pre {
    zoom: .4;
    display: inline-flex;
    margin: 0 auto;
}

.projects-page .projects-2 .map li:nth-child(1) {
    left: 18%;
    top: 29%;
}

.projects-page .projects-2 .map li:nth-child(1) .pre {
    zoom: .6;
}

.projects-page .projects-2 .map li:nth-child(2) {
    left: 18%;
    top: 50%;
}

.projects-page .projects-2 .map li:nth-child(3) {
    left: 21.5%;
    top: 39%;
}

.projects-page .projects-2 .map li:nth-child(3) .pre {
    zoom: .7;
}

.projects-page .projects-2 .map li:nth-child(4) {
    left: 24%;
    top: 58%;
}

.projects-page .projects-2 .map li:nth-child(5) {
    left: 25%;
    top: 67%;
}

.projects-page .projects-2 .map li:nth-child(6) {
    left: 28%;
    top: 84%
}

.projects-page .projects-2 .map li:nth-child(7) {
    left: 32%;
    top: 70%;
}

.projects-page .projects-2 .map li:nth-child(8) {
    left: 46%;
    top: 62%;
}

.projects-page .projects-2 .map li:nth-child(8) .pre {
    zoom: .3;
}

.projects-page .projects-2 .map li:nth-child(9) {
    left: 47.5%;
    top: 38%;
}

.projects-page .projects-2 .map li:nth-child(10) {
    left: 49%;
    top: 31%;
}

.projects-page .projects-2 .map li:nth-child(11) {
    left: 50%;
    top: 63%;
}

.projects-page .projects-2 .map li:nth-child(12) {
    left: 52%;
    top: 33%;
}

.projects-page .projects-2 .map li:nth-child(13) {
    left: 52%;
    top: 41%
}

.projects-page .projects-2 .map li:nth-child(14) {
    left: 55%;
    top: 24%;
}

.projects-page .projects-2 .map li:nth-child(15) {
    left: 56%;
    top: 36%;
}

.projects-page .projects-2 .map li:nth-child(16) {
    left: 57%;
    top: 42%;
}

.projects-page .projects-2 .map li:nth-child(17) {
    left: 54%;
    top: 51%;
}

.projects-page .projects-2 .map li:nth-child(17) .pre {
    zoom: .6;
}

.projects-page .projects-2 .map li:nth-child(18) {
    left: 55%;
    top: 76%;
}

.projects-page .projects-2 .map li:nth-child(19) {
    left: 54%;
    top: 84%;
}

.projects-page .projects-2 .map li:nth-child(20) {
    left: 64%;
    top: 37%;
}

.projects-page .projects-2 .map li:nth-child(21) {
    left: 66%;
    top: 48%;
}

.projects-page .projects-2 .map li:nth-child(22) {
    left: 69%;
    top: 54%;
}

.projects-page .projects-2 .map li:nth-child(23) {
    left: 77%;
    top: 45%;
}

.projects-page .projects-2 .map li:nth-child(23) .pre {
    zoom: .6;
}

.projects-page .projects-2 .map li:nth-child(24) {
    left: 77%;
    top: 57%;
}

.projects-page .projects-2 .map li:nth-child(25) {
    left: 75.5%;
    top: 64%;
}

.projects-page .projects-2 .map li:nth-child(26) {
    left: 81.5%;
    top: 59%;
}

.projects-page .projects-2 .map li:nth-child(27) {
    left: 80%;
    top: 66%;
}

.projects-page .projects-2 .map li:nth-child(28) {
    left: 85%;
    top: 79%;
}

.projects-page .projects-3 .list {
    -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
}

.projects-page .projects-3 .list ul:last-child {
    direction: rtl;
}

.projects-page .projects-3 .list ul a.img-box {
    padding: 8% 10%;
    background-color: white;
}

@media screen and (max-width: 1450px) {
    .projects-page .projects-2 .map {
        zoom: .6;
    }
}

@media screen and (max-width: 1250px) {
    .projects-page .projects-2 .map {
        zoom: .5;
    }
}

@media screen and (max-width: 1000px) {
    .projects-page .projects-2 .map {
        zoom: .3;
    }

    .projects-page .projects-3 .list ul:last-child {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .projects-page .projects-2 .map {
        zoom: .2;
    }
}