#pups_shadow2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}

#pups_from2 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}

#pups_from2 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_from2 form {
  margin-top: 40px;
}

#pups_from2 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#pups_from2 i.close::after,
#pups_from2 i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pups_from2 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pups_from2 i.close:hover {
  background: var(--color);
}

#pups_from2 i.close:hover::before,
#pups_from2 i.close:hover::after {
  background: white;
}

#pups_from2 ul li {
  margin-bottom: 10px;
  position: relative;
}

#pups_from2 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#pups_from2 ul li label em {
  color: red;
  margin-right: 2px;
}

#pups_from2 ul li input,
#pups_from2 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

#pups_from2 ul li input:focus,
#pups_from2 ul li textarea:focus {
  border-color: var(--color);
}

#pups_from2 ul li textarea {
  height: 80px;
}

#pups_from2 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#pups_from2 ul li input[type="submit"]:hover {
  opacity: 0.7;
}

#pups_from2 ul li:last-child {
  margin-bottom: 0;
}

.right_nav_list {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 10;
}

.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}

.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}

.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}

.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}

.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}

.right_nav_list ul li:hover .text {
  opacity: 0.6;
}

@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }

  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }

  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }

  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}

iframe {
  display: block;
  width: 100%;
}

#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
}

#Pop_UpsBtn:hover {
  background: #889aff;
}

b,
strong {
  font-weight: bold;
}

html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}

table tbody {
  display: table;
  width: 100% !important;
}

table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}

table tbody tr {
  width: auto !important;
  height: auto !important;
}

table tbody tr:nth-child(even) {
  background: #eee;
}

html.mobile {
  overflow: hidden;
}

html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}

#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}

#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}

#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}

#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile #menu-on i.line1 {
  top: 12px;
}

#mobile #menu-on i.line2 {
  top: 19px;
}

#mobile #menu-on i.line3 {
  top: 26px;
}

#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}

#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}

#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}

#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}

#mobile .menu-content .menu-logo {
  display: block;
}

#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}

#mobile .menu-content .menu-list {
  margin: 40px 0;
}

#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}

#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}

#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}

#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}

#mobile .menu-content .mob-search form {
  position: relative;
}

#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}

#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}

#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}

#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}

#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}

#mobile.active {
  left: 0;
}

#mobile.active:before {
  right: 0;
}

#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}

#mobile.active #menu-on i.line2 {
  opacity: 0;
}

#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}

#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}

#mobile.white .menu-content {
  background: white;
  color: black;
}

#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}

#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}

#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}

.search-box form input {
  background: none;
  outline: none;
  border: none;
}

.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}

.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}

@-webkit-keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@-moz-keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@-o-keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@media (max-width: 1700px) {


  body .zdy-tt.font-30 {
    font-size: 28px;
  }

  body .zdy-zw.font-30 {
    font-size: 26px;
  }

  body .zdy-tt.font-40 {
    font-size: 36px;
  }

  body .zdy-tt.font-50 {
    font-size: 42px;
  }

  body .zdy-tt.font-60 {
    font-size: 52px;
  }
}

@media (max-width: 1450px) {
  body .zdy-zw.font-16 {
    font-size: 14px;
  }

  body .zdy-zw.font-18 {
    font-size: 16px;
  }

  body .zdy-tt.font-19 {
    font-size: 18px;
  }

  body .zdy-zw.font-19 {
    font-size: 18px;
  }

  body .zdy-tt.font-24 {
    font-size: 22px;
  }

  body .zdy-tt.font-30 {
    font-size: 26px;
  }

  body .zdy-zw.font-30 {
    font-size: 24px;
  }

  body .zdy-tt.font-40 {
    font-size: 34px;
  }

  body .zdy-tt.font-50 {
    font-size: 38px;
  }

  body .zdy-tt.font-60 {
    font-size: 42px;
  }
}

@media (max-width: 1250px) {
  body .zdy-zw.font-18 {
    font-size: 14px;
  }

  body .zdy-zw.font-19 {
    font-size: 16px;
  }

  body .zdy-tt.font-24 {
    font-size: 20px;
  }

  body .zdy-tt.font-30 {
    font-size: 24px;
  }

  body .zdy-zw.font-30 {
    font-size: 18px;
  }

  body .zdy-tt.font-40 {
    font-size: 28px;
  }

  body .zdy-tt.font-50 {
    font-size: 32px;
  }

  body .zdy-tt.font-60 {
    font-size: 34px;
  }
}

@media (max-width: 1000px) {
  body .zdy-zw.font-30 {
    font-size: 16px;
  }

  body .zdy-tt.font-40 {
    font-size: 24px;
  }

  body .zdy-tt.font-50 {
    font-size: 28px;
  }

  body .zdy-tt.font-60 {
    font-size: 30px;
  }
}

@media (max-width: 700px) {
  body .zdy-tt.font-19 {
    font-size: 17px;
  }

  body .zdy-zw.font-19 {
    font-size: 14px;
  }

  body .zdy-tt.font-24 {
    font-size: 18px;
  }

  body .zdy-zw.font-30 {
    font-size: 14px;
  }

  body .zdy-tt.font-40 {
    font-size: 22px;
  }

  body .zdy-tt.font-50 {
    font-size: 24px;
  }

  body .zdy-tt.font-60 {
    font-size: 26px;
  }
}

/*----- genneral end-----*/
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Light.eot");
  src: url("../fonts/Barlow-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Light.woff2") format("woff2"), url("../fonts/Barlow-Light.woff") format("woff"), url("../fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

body {
  font-family: "Barlow";
  font-weight: 400;
  font-size: 18px;
  --color: #33a2de;
  margin: 0 auto;
}

.container {
  width: 1630px;
}

.f-color {
  color: var(--color);
}

.color-ff {
  color: #fff;
}

.color-1a {
  color: #1a1a1a;
}

.img-bg {
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.lh-1 {
  line-height: 1;
}

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

#header .nav {
  position: relative;
  height: 90px;
  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;
}

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

#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 40px;
  font-size: 18px;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
  color: #000;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  color: #71cdff;
}

#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 {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}

#header .nav .ui.menu .menu-box .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: 16px;
  -webkit-transition: 0.5s;
  -moz-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%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  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: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}

#header .nav .ui.menu .right {
  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;
  position: relative;
}

#header .nav .ui.menu .right::before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: rgba(232, 232, 232, 0.4);
}

#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
  margin: 0 32px;
}

#header .nav .ui.menu .right .h-language span {
  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;
}

#header .nav .ui.menu .right .h-language span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -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: -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;
  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 {
  -webkit-filter: none;
  filter: none;
}

#header .nav .ui.menu .right .h-search1 form {
  position: relative;
}

#header .nav .ui.menu .right .h-search1 form input {
  display: block;
  width: 228px;
  border: none;
  background-color: rgba(250, 250, 250, 0.3);
  border-radius: 18px;
  padding: 5px 5px 5px 40px;
  color: #fff;
}

#header .nav .ui.menu .right .h-search1 form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
}

#header .nav .ui.menu .right .h-search1 form input:-moz-placeholder {
  color: #fff;
  font-size: 18px;
}

#header .nav .ui.menu .right .h-search1 form input::-moz-placeholder {
  color: #fff;
  font-size: 18px;
}

#header .nav .ui.menu .right .h-search1 form input:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}

#header .nav .ui.menu .right .h-search1 form input::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}

#header .nav .ui.menu .right .h-search1 form input::placeholder {
  color: #fff;
  font-size: 18px;
}

#header .nav .ui.menu .right .h-search1 form input[type="submit"] {
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 10px;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}

#header.active {
  background-color: var(--color);
  top: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#banner .banner-content {
  height: 100vh;
  position: relative;
}

#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}

#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 680px;
  line-height: 1.3;
  position: relative;
}

#banner .banner-content .swiper-slide .txt-content h3::after {
  content: "";
  display: block;
  width: 87px;
  height: 5px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}

#banner .banner-content .swiper-slide .txt-content .text1 {
  max-width: 542px;
}

#banner .banner-content .swiper-tool-box {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
}

#banner .banner-content .swiper-tool-box .swiper-tool {
  position: relative;
  width: auto;
  height: 20px;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  background-color: #fff;
  width: 72px;
  height: 3px;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--color);
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}

.btn-go {
  border: 1px solid #fff;
  min-width: 180px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

.mk-tt {
  position: relative;
}

.mk-tt::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
}

#index-body .init-1 {
  background-color: #f3f4f6;
  overflow: hidden;
}

#index-body .init-1 .procate-list ul li .box {
  background-color: #fff;
  padding: 30px;
  position: relative;
}

#index-body .init-1 .procate-list ul li .box .txtBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 139, 214, 0.8);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-1 .procate-list ul li .box:hover .txtBox {
  opacity: 1;
}

#index-body .init-1 .procate-list .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3%;
}

#index-body .init-1 .procate-list .slick-dots li button {
  display: none;
}

#index-body .init-1 .procate-list .slick-dots li {
  width: 38px;
  height: 3px;
  background-color: #c2c2c2;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  cursor: hand;
  margin: 0 .5em
}

#index-body .init-1 .procate-list .slick-dots li:hover {
  background-color: var(--color);
}

#index-body .init-1 .procate-list .slick-dots li.slick-active {
  background-color: var(--color);
}

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

#index-body .init-2 .mklist .left {
  width: 50%;
  background-color: #fff;
}

#index-body .init-2 .mklist .left .toptt {
  width: 100%;
  left: 0;
  top: 120px;
}

#index-body .init-2 .mklist .left .toptt .mkttbox {
  max-width: 39%;
}

#index-body .init-2 .mklist .left .prolist ul li .box {
  position: relative;
  /*padding: 10px 20px;*/
  background-color: #f3f4f6;
}

#index-body .init-2 .mklist .left .prolist ul li .box .txtBox {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(26, 26, 26, 0.5);
  width: 100%;
  padding: 10px 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-2 .mklist .left .prolist ul li .box .txtBox:hover {
  background-color: var(--color);
  color: #fff;
}

#index-body .init-2 .mklist .left .conlist {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 62%;
}

#index-body .init-2 .mklist .right {
  width: 50%;
}

#index-body .init-2 .mklist .right img {
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .init-2 .mklist.even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#index-body .init-2 .mklist.even .left .conlist {
  right: 0;
  left: auto;
}

#index-body .init-3 {
  background-color: #f3f4f6;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#index-body .init-3::after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#index-body .init-3 .pro-list .img-box {
  padding: 0px 0px;
  background-color: #fff;
}

#index-body .init-3 .pro-list .tt {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-3 .pro-list .tt:hover {
  color: #000;
}

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

#index-body .init-4 .news-list .box .time {
  color: #0aa1f2;
}

#index-body .init-4 .news-list .box .tt {
  line-height: 1.4;
}

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

#index-body .init-4 .news-list .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3%;
}

#index-body .init-4 .news-list .slick-dots li button {
  display: none;
}

#index-body .init-4 .news-list .slick-dots li {
  width: 38px;
  height: 3px;
  background-color: #c2c2c2;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  cursor: hand;
  margin: 0 .5em;
  padding: 0;
}

#index-body .init-4 .news-list .slick-dots li:hover {
  background-color: var(--color);
}

#index-body .init-4 .news-list .slick-dots li.slick-active {
  background-color: var(--color);
}

#footer {
  background-color: #1a1a1a;
}

#footer .f-top .form input {
  display: block;
  width: 221px;
  height: 76px;
  background-color: rgba(166, 168, 172, 0.15);
  color: #fff;
  padding: 0 20px;
  outline: none;
  border: 0;
  padding: 10px 30px;
}

#footer .f-top .form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 18px;
}

#footer .f-top .form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 18px;
}

#footer .f-top .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 18px;
}

#footer .f-top .form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 18px;
}

#footer .f-top .form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 18px;
}

#footer .f-top .form input::placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 18px;
}

#footer .f-top .form input[name="content"] {
  width: 670px;
}

#footer .f-top .form input[type="submit"] {
  background-color: var(--color);
}

#footer .footer-center {
  height: 100%;
}

#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 19px;
  margin-bottom: 25px;
  font-weight: 500;
  padding-bottom: 28px;
  position: relative;
  padding-right: 100px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p::before {
  content: "";
  display: block;
  width: 196px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.66);
  position: absolute;
  bottom: 1px;
  left: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 310px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact span {
  font-size: 18px;
  color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link span:hover {
  color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird .t-list.kslj {
  max-width: 310px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.wap #ewm {
  width: 200px;
  height: auto;
  margin-top: 14px;
  background-color: #fff;
  padding: 10px;
}

#footer .footer-center .footer-b {
  margin-top: 0;
  padding: 20px 0;
  margin-top: 4.6%;
}

#footer .footer-center .footer-b p {
  color: rgba(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .footer-center .footer-b p span {
  margin: 0 10px;
  font-size: 15px;
  font-weight: 300;
}

#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}

#footer .footer-center .footer-b p svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255);
  margin-top: 1px;
}

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

  #index-body .init-2 .mklist .left .toptt {
    top: 80px;
  }

  #index-body .init-2 .mklist .right img {
    min-height: 710px;
  }

  #footer .f-top .form input[name="content"] {
    width: 460px;
  }
}

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

  #header .nav .ui.menu {
    width: 80%;
  }

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

  #index-body .init-2 .mklist .right img {
    min-height: 660px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 18px;
  }

  #footer .f-top .form input[name="content"] {
    width: 260px;
  }

  #footer .f-top .form input {
    height: 55px;
    padding: 8px 20px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 266px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    padding-right: 0;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p::before {
    width: 100%;
  }

  #footer .footer-center .footer-t .footer-t-gird .wap #ewm {
    width: 160px;
  }

  #footer .f-top .form input::-webkit-input-placeholder {
    font-size: 16px;
  }

  #footer .f-top .form input:-moz-placeholder {
    font-size: 16px;
  }

  #footer .f-top .form input::-moz-placeholder {
    font-size: 16px;
  }

  #footer .f-top .form input:-ms-input-placeholder {
    font-size: 16px;
  }

  #footer .f-top .form input::-ms-input-placeholder {
    font-size: 16px;
  }

  #footer .f-top .form input::placeholder {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 18px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact span {
    font-size: 14px;
  }
}

@media (max-width: 1250px) {


  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 16px;
  }

  .btn-go {
    zoom: 0.92;
  }

  #banner .banner-content {
    height: 44vw;
  }

  #index-body .init-2 .mklist .right img {
    min-height: 590px;
  }

  #footer .f-top .form input::-webkit-input-placeholder {
    font-size: 14px;
  }

  #footer .f-top .form input:-moz-placeholder {
    font-size: 14px;
  }

  #footer .f-top .form input::-moz-placeholder {
    font-size: 14px;
  }

  #footer .f-top .form input:-ms-input-placeholder {
    font-size: 14px;
  }

  #footer .f-top .form input::-ms-input-placeholder {
    font-size: 14px;
  }

  #footer .f-top .form input::placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 16px;
  }

  #footer .f-top .form input {
    width: 184px !important;
  }
}

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

  #banner .banner-content .swiper-tool-box {
    bottom: 0;
  }

  #index-body .init-2 .mklist .left {
    width: 100%;
  }

  #index-body .init-2 .mklist .left .toptt {
    position: static;
  }

  #index-body .init-2 .mklist .left .toptt .mkttbox {
    max-width: 100%;
  }

  #index-body .init-2 .mklist .left .conlist {
    position: static;
    width: 700px;
    padding: 0 15px;
    margin: 5% auto 0;
  }

  #index-body .init-2 .mklist .right {
    width: 100%;
    display: none;
  }

  #index-body .init-2 .mklist {
    margin: 60px 0;
  }

  #footer .f-top .form input {
    width: 100% !important;
    margin: 5px 0;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.link {
    display: none;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 48% !important;
  }
}

@media (max-width: 700px) {
  #banner .banner-content .swiper-tool-box {
    display: none;
  }

  .btn-go {
    zoom: 0.88;
    min-width: 160px;
  }

  #index-body .init-2 .mklist {
    margin: 40px 0;
  }

  #index-body .init-2 .mklist .left .conlist {
    width: 100%;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 17px;
  }

  #footer .footer-center .footer-t .footer-t-gird .contact span {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 500px) {}

/*-----inner-----*/

.grid-box {
  font-size: 0;
  letter-spacing: -4px;
  font-size: 12px;
}

.grid-box .column {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  letter-spacing: 0;
}

.grid-box .column {
  width: 100%;
}

.grid-box.two>.column {
  width: 50%;
}

.grid-box.three>.column {
  width: 33.33333%;
}

.grid-box.four>.column {
  width: 25%;
}

.grid-box.five>.column {
  width: 20%;
}

.grid-box.six>.column {
  width: 16.6666667%;
}

.grid-box.seven>.column {
  width: 14.285714%;
}

.grid-box.eight>.column {
  width: 12.55%;
}

.grid-box.nine>.column {
  width: 11.11111111%;
}

.grid-box.ten>.column {
  width: 10%;
}

@media screen and (max-width: 1000px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 33.33333%;
  }

  .grid-box.four>.column {
    width: 33.33333%;
  }

  .grid-box.five>.column {
    width: 33.33333%;
  }
}

@media screen and (max-width: 700px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 50%;
  }

  .grid-box.four>.column {
    width: 50%;
  }

  .grid-box.five>.column {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .grid-box.two>.column {
    width: 100%;
  }

  .grid-box.three>.column {
    width: 100%;
  }

  .grid-box.four>.column {
    width: 100%;
  }

  .grid-box.five>.column {
    width: 100%;
  }
}

.grid {
  display: block;
}

.cat-product-page ul li {
  margin-bottom: 140px;
  position: relative;
}

.cat-product-page ul li:after {
  content: '';
  position: absolute;
  background: #f9f9f9;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.cat-product-page ul li .grid .column.column1 {
  width: 60%;
  float: left;
}

.cat-product-page ul li .grid .column.column2 {
  float: right;
  width: 40%;
  padding: 3% 3% 0 0;
}

.cat-product-page ul li .grid .column.column2 h3 {
  font-size: 48px;
  text-align: right;
  padding-bottom: 30px;
  transition: all 0.5s;
}

.cat-product-page ul li .grid .column.column2 h3:hover {
  color: var(--color);
}


.more {
  position: relative;
  overflow: hidden;
  color: #000;
  z-index: 1;
}

.more:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #2ea7e0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.more:hover {
  color: #fff !important;
}

.more:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.kemailincat {
  font-size: 16px;
  line-height: 28px;
  padding: 0 0 20px 40px;
}

.cat-product-page ul li .grid .column.column2 a.more {
  display: block;
  width: 164px;
  height: 54px;
  border: 2px solid #000000;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  float: right;
}

.cat-product-page ul li .grid .column.column2 a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}

.cat-product-page ul li .grid .column.column2 a.more:hover .fa {
  margin-left: 8px;
}

.cat-product-page ul li:nth-child(2n):after {
  display: none;
}

.cat-product-page ul li:nth-child(2n) .grid .column.column1 {
  width: 60%;
  float: right;
  position: relative;
  z-index: 1;
}

.cat-product-page ul li:nth-child(2n) .grid .column.column2 {
  width: 40%;
  padding: 3% 3% 0 0;
  float: left;
  position: relative;
}

.cat-product-page ul li:nth-child(2n) .grid .column.column2 img {
  float: right;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}

.cat-product-page ul li:nth-child(2n) .grid .column.column2 h3 {
  text-align: left;
}

.cat-product-page ul li:nth-child(2n) .grid .column.column2 a.more {
  float: left;
}

@media screen and (max-width:1450px) {
  .cat-product-page ul li .grid .column.column2 h3 {
    font-size: 32px;
  }
}

@media screen and (max-width:768px) {
  .cat-product-page ul li .grid .column.column2 h3 {
    font-size: 20px;
  }

  .cat-product-page ul li .grid .column.column2 {
    padding-left: 10%;
  }

  .cat-product-page ul li .grid .column.column2 img {
    width: 60%;
  }
}

@media screen and (max-width:1000px) {
  .cat-product-page ul li .grid .column.column1 {
    width: 100%;
  }

  .cat-product-page ul li .grid .column.column2 {
    padding-left: 0;
    width: 100%;
  }

  .cat-product-page ul li:nth-child(2n) .grid .column.column1 {
    width: 100%;
  }

  .cat-product-page ul li:nth-child(2n) .grid .column.column2 {
    width: 100%;
  }

  .cat-product-page ul li {
    margin-bottom: 40px;
  }
}


/*====================================================*/
.inner-banner {
  position: relative;
  height: 31.75rem;
  padding-top: 17.25rem;
  overflow: hidden;
}

.inner-banner .luxy-el {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}

.inner-banner .container {
  z-index: 2;
}

.inner-banner .mbx-box {
  position: relative;

}

.inner-banner .mbx-box::after {
  position: absolute;
  z-index: -1;
  content: attr(data-name);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 4.85rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
}

.inner-banner .mbx-box .mbx {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  padding-top: 1.5rem;
}

.inner-banner .mbx-box .mbx a,
.inner-banner .mbx-box .mbx span {
  margin: 0 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-banner .mbx-box .mbx a:first-child {
  margin-left: 0;
}

.inner-banner .mbx-box .mbx a:hover {
  color: var(--color);
}

.inner-banner .mbx-box .mbx span {
  margin-right: 0;
}

.inner-banner .mbx-box h2 {
  font-size: 36px;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  margin-top: 0.5rem;
}

@media screen and (max-width: 1000px) {
  .inner-banner {
    padding: 5rem 0;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner .mbx-box::after {
    font-size: 4rem;
  }

  .inner-banner .mbx-box h2 {
    font-size: 22px;
    line-height: 1.8;
  }

}




/*----product-page-----*/
.inner-page .cplb-page.sidebar-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.inner-page .cplb-page.sidebar-box .sidebar-left {
  padding-right: 45px;
  width: 28%;
}


.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a {
  font-size: 18px;
  color: #000;
  line-height: 32px;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi ol {
  padding: 3px 0;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
  color: var(--color);
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  FONT-WEIGHT: BOLD;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
  FONT-WEIGHT: 300;
  font-size: 16px;
  line-height: 30px;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
  list-style-type: disc;
  margin-left: 20px;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol {
  padding-bottom: 5px !important;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li {
  margin-left: 15px;
  line-height: 2;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li a {
  font-size: 15px;
  color: #555;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ol.third {
  display: none;
}


.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  margin-bottom: 0.8rem;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;

  line-height: 1;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 40px 55px;
  background-size: cover;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 2rem;
  font-weight: bold;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 2rem;

}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact h6 span {

  display: block;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 3rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.inner-page .cplb-page.sidebar-box .sidebar-right {
  width: 72%;
}

@media screen and (max-width:1250px) {
  .inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact {
    padding: 70px 15px 30px;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 2rem;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 0.5rem;
  }


}

@media screen and (max-width:1000px) {
  .inner-page .cplb-page.sidebar-box {
    display: block;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-left {
    display: none;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-right {
    width: 100% !important;
    padding: 0 !important;
  }
}

.inner-page .cplb-page.sidebar-box .sidebar-right .fenlh1 {
  margin-bottom: 10px;
  font-size: 28px;
  color: var(--color);
  font-weight: bold;
  margin-top: -10px;
}

.inner-page .cplb-page.sidebar-box .sidebar-right .fenlei {
  color: #212121;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 18px;

}

.inner-page.product2-page p {
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
      font-weight: 400;
}

.product2-page {
  padding: 5rem 0 5rem;
}

.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.product2-page .product-list ul li {
  padding: 0 0.2rem;
  margin-bottom: 3.7rem;

}

.product2-page .product-list ul li .img {
  overflow: hidden;
  transition: all 1.2s ease;
  background: #f7f7f7;
  position: relative;
}

.product2-page .product-list ul li .img img {
  transition: all 1.2s ease;
  /* height: 400px; */
  object-fit: cover;
  width: 100%;
}


.product2-page .product-list ul li .img:hover img {
  transition: all 1.2s ease;
}

.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}

.product2-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}

.product2-page .product-list ul li .text {
  background: #f7f7f7;
  margin-top: 0;
  padding: 10px;

}

.product2-page .product-list ul li .text .neirong p {
  font-size: 14px;
  color: #aaa;
  text-transform: lowercase;
  font-weight: 300;
}

.product2-page .product-list ul li .text h2 {
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}


@media screen and (max-width:1550px) {
  .product2-page .product-list ul li .img img {
    /* height: 300px; */
    object-fit: cover;
    width: 100%;
  }
}

@media screen and (max-width:1250px) {
  .product2-page .product-list ul li .img img {
    /* height: 220px; */
  }

  .product2-page .product-list ul li {
    margin-bottom: 2rem;
  }
}

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

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

  .inner-page .cplb-page.sidebar-box .sidebar-right .fenlh1 {
    font-size: 22px;
    line-height: 40px;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-right .fenlei {
    display: none !important;
  }

  .product2-page .product-list ul li {
    width: 100% !important;
  }
}



#mask {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 999;
  display: none
}

#mask.active {
  display: block !important
}

#mask .mask-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#mask .mask-close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  color: #000;
  cursor: pointer;
  font-size: 18px
}

#mask .prodet-page {
  padding: 70px 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  background: #ffffff;

}

#mask .mask-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 98%;
}

#mask .prodet-page .prodet-1 .prodet-box {
  max-height: 800px;
  overflow-y: auto;
}

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

  #mask .mask-inner .item {
    width: 100%
  }

  #mask .prodet-page {
    padding: 20px 0;
  }

  #mask {
    top: 0;
  }

  #mask .prodet-page .prodet-1 .prodet-box {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
  }

}

@media screen and (max-width:500px) {
  #mask .prodet-page .prodet-1 .prodet-box {
    max-height: 400px;
  }
}

.prodet-page .container {
  max-width: 1370px;
}



.prodet-page .prodet-1 .prodet-box .left {
  width: 50%;
  padding-right: 3.5rem;
}

.prodet-page .prodet-1 .prodet-box .left .big {
  position: relative;
}

.prodet-page .prodet-1 .prodet-box .left .big .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.7rem;
  height: 10.1rem;
  border: none;
  color: transparent;
  z-index: 5;
}

.prodet-page .prodet-1 .prodet-box .left .big .slick-prev {
  background: url(../images/a-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}

.prodet-page .prodet-1 .prodet-box .left .big .slick-next {
  background: url(../images/a-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
}

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

.prodet-page .prodet-1 .prodet-box .left .big .btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4.5rem;
  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;
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a {
  display: inline-block;
  padding: 13px 3.6rem;
  font-size: 18px;
  line-height: 1;
  color: var(--color);
  border: 1px solid var(--color);
  background: #ffffff;
  margin: 0 1rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a:hover {
  background: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a.on {
  color: #fff;
  background: var(--color);
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a.on:hover {
  background: var(--color);
}

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

.prodet-page .prodet-1 .prodet-box .right .text {
  max-height: 220px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .prodet-box .right .share {
  margin-top: 2.8rem;
  display: block;
}

.prodet-page .prodet-1 .prodet-box .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
}

.prodet-page .prodet-1 .prodet-box .right .share ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .prodet-box .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0;
  margin: 0;
  margin-left: 1.5rem;
  color: #000;

  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-1 .prodet-box .right {
  width: 50%;
  padding-top: 25px;
}

.prodet-page .prodet-1 .prodet-box .right h3 {
  font-size: 26px;
  line-height: 1.6;
  color: #000000;
  font-weight: bold;
  text-transform: capitalize;
}

.prodet-page .prodet-1 .prodet-box .right p {
  font-size: 15px;
  color: #000;
  line-height: 2;
  font-weight: 700;
  text-transform: capitalize;
}

.prodet-page .prodet-1 .prodet-box .right h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prodet-page .prodet-1 .prodet-box .right .tit {
  padding-bottom: 1rem;
}

.prodet-page .prodet-1 .prodet-box .right .tit h1 {
  margin-bottom: 2rem;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery {
  margin: 20px 0
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .list1 .acc .add {
  padding: 10px;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery h4 {
  margin-bottom: 2.8rem;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul {
  margin: 0 -1.3rem;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li {
  padding: 0 1.3rem;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a {
  display: block;
  overflow: hidden;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a img {
  width: 100%;
}

.prodet-page .prodet-1 .prodet-box .right .det h4 {
  margin-bottom: 1.5rem;
}

.prodet-page .prodet-1 .prodet-box .right .det h4 img {
  max-width: 9px;
  margin-right: 12px;
}

.prodet-page .prodet-1 .prodet-box .right .btn {
  width: 100%;
  left: 0;
  bottom: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.prodet-page .prodet-1 .prodet-box .right .btn a.on {
  color: #fff;
  background: var(--color);
}

.prodet-page .prodet-1 .prodet-box .right .btn a {
  display: inline-block;
  padding: 13px 3.6rem;
  font-size: 18px;
  line-height: 1;
  color: var(--color);
  border: 1px solid var(--color);
  background: #ffffff;
  margin: 0 1rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.fangkuai {
  width: 12px;
  height: 12px;
  background: var(--color);
  margin-right: 10px;
}

.prodet-page .prodet-1 .prodet-box .right .btn {
  margin: 0 -1rem;
}

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

  .prodet-page .prodet-1 .prodet-box .right h3 {
    font-size: 20px;
  }
}

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

  .prodet-page .prodet-1 .prodet-box .left .big .img {
    text-align: center
  }

  .prodet-page .prodet-1 .prodet-box .left .big .img img {
    text-align: center;
    width: auto;
    margin: 0 auto;
    max-width: 400px;
  }

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

  .prodet-page .prodet-1 .prodet-box .right p {
    font-size: 14px;
  }

  .prodet-page .prodet-1 .prodet-box .right .share ul li {
    width: auto !important
  }

  .prodet-page .prodet-1 .prodet-box .right .share {
    display: none
  }

  .prodet-page .prodet-1 .prodet-box .right .text {
    height: 200px;
    padding-right: 10px;
    overflow: auto
  }

  .prodet-page .prodet-1 .prodet-box .right .pro-gallery img {
    max-width: 180px;
  }

  .prodet-page .prodet-1 .prodet-box .right .text {
    height: 150px;
  }



  .prodet-page .prodet-1 .prodet-box .right .pro-gallery img {
    max-width: 100%
  }

  .prodet-page .prodet-1 .prodet-box .right {
    margin-top: 0
  }
}

@media screen and (max-width:700px) {
  .prodet-page .container {
    max-width: none;
  }
}

/*====================================================*/
.m-page {
  text-align: center;
}

.m-page a,
.m-page span.current {
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.m-page a {
  background: #ccc;

}

.m-page span.current {
  background: var(--color);
}

.flygsm {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 1250px) {
  .flygsm {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .flygsm {
    font-size: 26px;
  }
}

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

  .flygsm {
    font-size: 24px;
  }
}

.about-page .about-ty-title span {
  font-weight: 700;
}


.about-page .about-ty-title .text {
  font-size: 16px;
  line-height: 30px;
  color: #8b8b8b;
  margin-top: 15px;
}

.about-page .about-ty-title .text span {
  color: #000;
}

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

.about-page .about-video .play {
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-page .about-video .play p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.pr {
  position: relative
}

.pa {
  position: absolute
}

.about-page .honor {
  position: relative;
  z-index: 1;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

.about-page .honor .left {
  width: 30%;
  padding-top: 20px;
}

.about-page .honor .left h2 {
  font-size: 48px;
  line-height: 1.6;
  font-weight: 700;

}

.about-page .honor .left p {
  margin-top: 1rem;
}

.about-page .honor .left .img {
  margin: 1.5rem 0;
}

.about-page .honor .left .tab {
  font-size: 0;
}

.about-page .honor .left .tab span {
  display: inline-block;
  background-color: var(--color);
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}

.about-page .honor .left .tab span img {
  vertical-align: middle;
}

.about-page .honor .left .tab span.left-btn {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.about-page .honor .left .tab span.right-btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.about-page .honor .right {
  width: 70%;
  position: relative;
}

.about-page .honor .right ul {
  margin: -15px;
}

.about-page .honor .right ul li {
  padding: 15px;
}

.about-page .honor .right ul li img {
  width: 100%;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

@media screen and (max-width: 1450px) {
  .about-page .honor .left h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .honor .left h2 {
    font-size: 36px;
  }
}

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

  .about-page .about-ty-title .text {
    font-size: 16px;
  }

  .about-page .honor {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .about-page .about-video .play p {
    font-size: 30px;
  }

  .about-page .honor .left {
    width: 100%
  }

  .about-page .honor .left h2 {
    font-size: 32px;
  }

  .about-page .honor .left h2 br {
    display: none;
  }

  .about-page .honor .right {
    width: 100%;

    margin-top: 40px
  }
}

@media screen and (max-width: 700px) {
  .about-page .honor .left h2 {
    font-size: 28px;
  }

  .about-page .about-ty-title .text {
    font-size: 14px;
  }

  .about-page .about-video .play p {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .honor .left h2 {
    font-size: 22px;
  }
}

.i-contact {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: var(--color);
}

.i-contact .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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.i-contact .ui.container .left {
  color: #fff;
}

.i-contact .ui.container .left h4 {
  font-weight: bold;
}

.i-contact .ui.container .left p {
  max-width: 580px;
  margin-top: 2rem;
}

.i-contact .ui.container .right {
  padding: 0 3%;
}

.i-contact .ui.container .right form {
  width: 100%;
}

.i-contact .ui.container .right form ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.i-contact .ui.container .right form ul .bz {
  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;
}

.i-contact .ui.container .right form ul .bz p {
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.i-contact .ui.container .right form ul li {
  width: 100%;
  height: 58px;
  border-radius: 29px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.i-contact .ui.container .right form ul li.wid50 {
  width: 48%;
}

.i-contact .ui.container .right form ul li input[type="text"] {
  width: 100%;
  height: 58px;
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.28);
  border: none;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}

.i-contact .ui.container .right form ul li input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.i-contact .ui.container .right form ul li input[type="text"]:-moz-placeholder {
  color: #fff;
}

.i-contact .ui.container .right form ul li input[type="text"]::-moz-placeholder {
  color: #fff;
}

.i-contact .ui.container .right form ul li input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.i-contact .ui.container .right form ul li input[type="text"]::placeholder {
  color: #fff;
}

.i-contact .ui.container .right form ul li:nth-child(3) {
  position: relative;
}

.i-contact .ui.container .right form ul li:nth-child(3) input[type="submit"] {
  position: absolute;
  height: 58px;
  color: #000;
  background: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  border: none;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.i-contact .ui.container .right form ul li:nth-child(3) input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #000;
}

@media screen and (max-width: 1000px) {
  .i-contact .ui.container .left{
    width: 100%;
  }
  .i-contact .ui.container .right{
    width: 100%;
    margin-top: 5%;
    padding: 0;
  }
}


.factory-page-1 .factoty-list ul {
  margin: 0 -15px;
}

.factory-page-1 .factoty-list ul li {
  padding: 15px;
}

.factory-page-1 .factoty-list ul li .box {
  overflow: hidden;
}

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

.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  background: #f7f9ff;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: var(--color);
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: var(--color);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f7f9ff;
  text-align: center;
  line-height: 67px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: var(--color);
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 2;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 500px) {
  .inner-faq .container .inner-faq-content .inner-faq-list .item .a{
    padding: 20px 0;
  }
  .inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner{
    padding-left: 10px;
  }
  .inner-faq .container .inner-faq-content .inner-faq-list .item .q{
    font-size: 18px;
    padding: 20px 70px 20px 20px;
  }
}

/*-----faq-page end-----*/
@media screen and (max-width: 1250px) {
  #innerMobileBanner .banner2 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}


/*-----app-page start-----*/
.app-page {
  margin-top: 100px;
  margin-bottom: 100px;
}

.app-page .ui.container .list {
  margin-bottom: 55px;
}

.app-page .ui.container .list:last-child {
  margin-bottom: 0;
}

.app-page .ui.container .list:nth-child(even) ul li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.app-page .ui.container .list:nth-child(even) ul li .right {
  padding-left: 0;
  padding-right: 85px;
  text-align: right;
}

.app-page .ui.container .list:nth-child(even) ul li .right h3 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.app-page .ui.container .list:nth-child(even) ul li .right h3::before {
  margin-right: 0;
  margin-left: 15px;
}

.app-page .ui.container .list:nth-child(even) ul li .right .inner-more {
  margin-left: auto;
}

.app-page .ui.container .list ul li .left {
  width: 50%;
}

.app-page .ui.container .list ul li .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.app-page .ui.container .list ul li .right {
  width: 50%;
  padding-left: 85px;
}

.app-page .ui.container .list ul li .right h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Barlow-Bold';
  font-size: 32px;
}

.app-page .ui.container .list ul li .right h3::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 15px;
}


.app-page .inner-more {
  width: 200px;
  height: 60px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.app-page .inner-more::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.app-page .inner-more:hover::before {
  right: 0;
}

.app-page .inner-more span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .app-page {
    margin-top: 100px;
  }
}

@media (max-width: 1500px) {
  .app-page .ui.container .list ul li .right p {
    line-height: 1.6;
  }
}

@media (max-width: 1200px) {
  .app-page .ui.container .list ul li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }

  .app-page .ui.container .list ul li .left {
    width: 100%;
  }

  .app-page .ui.container .list ul li {
    flex-wrap: wrap;
  }

  .app-page .ui.container .list:nth-child(even) ul li .right {
    padding-right: 0;
  }

  .app-page .ui.container .list ul li .right h3 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .app-page {
    margin: 40px 0;
  }

  .app-page .ui.container .list ul li .right h3 {
    font-size: 20px;
  }

  .app-page .ui.container .list ul li .right h3::before {
    width: 40px;
  }
}

/*-----app-page end-----*/
/*-----news-page start-----*/
.inner-page .news-in-li.sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-page .news-in-li.sidebar-box .sidebar-left {
  width: 30%;padding-left: 2%;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li ul {
  margin-top: 16px;
  /*display: none;*/
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li a {
  padding-right: 20px;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li a span {
  color: #aaa;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li:hover {
  color: var(--color);
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li.active {
  color: #000;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li:first-child {
  padding-top: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li:last-child {
  padding-bottom: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: var(--color);
  display: block;
  font-size: 14px;
  line-height: 2;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/neiye-03.jpg) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  line-height: 1.8;
  text-transform: capitalize;
  font-weight: bold;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 16px;
  line-height: 2;
  margin-top: 1.1rem;
  text-transform: capitalize;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  color: var(--color);
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-top: 1.3rem;

}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .news-in-li.sidebar-box .sidebar-right {
  width: 70%;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text01 p {
  font-size: 15px;
  line-height: 1.8;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text02 h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text02 {
  padding-top: 30px
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text02 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--color);
  display: inline-block;
  margin-right: 10px;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text02 p {
  margin-top: 5px;
  line-height: 1.8;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--color);
  display: inline-block;
  margin-right: 10px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 {
  padding-top: 30px;
  display: flex;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .left {
  width: 60%;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .right {
  width: 40%;
  padding-left: 35px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .left p {
  margin-top: 0rem;
}



.inner-page .news-in-li.sidebar-box .sidebar-right .top .text04 h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text04 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--color);
  display: inline-block;
  margin-right: 10px;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text04 {
  padding-top: 30px;

}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text04 p {
  line-height: 2;
  margin-top: 0rem;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .right ul li {
  width: 33.33%;
  text-align: center;
  display: inline-block;
  padding: 5px 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .right ul {
  font-size: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .right ul li p {
  margin-top: 0;
  font-size: 14px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top p strong {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top p strong:before {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--color);
  display: inline-block;
  margin-right: 10px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top p {
  margin-top: 5px;
  line-height: 1.8;
  font-weight: 300;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top {
  margin-bottom: 40px;

}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .fujia h2 {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 10px;
}


.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a i.fa.fa-file-pdf-o {
  padding-left: 12px;
}

@media screen and (max-width: 1250px) {
  .inner-page .news-in-li.sidebar-box .sidebar-left {
    display: none;
  }

  .inner-page .news-in-li.sidebar-box .sidebar-right {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .news-in-li.sidebar-box .sidebar-right .top .fujia h2 {
    font-size: 24px;
  }
}


.news-page .news-in-li.sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.news-page .news-in-li.sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}

.news-page .news-in-li.sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0rem;
}

.news-page .news-in-li.sidebar-box .sidebar-right .news-list {
  padding-right:80px;
}

.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .category {
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
  transition: all 0.5s;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--color);
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  line-height: 2;
  color: #aaa;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 2;
  color: #555555;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
    .news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content h4 {
      font-size: 24px;
      line-height: 1.8;
    }  
    .news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .link::after{
      display: none;
    }
}

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

}

/*-----news-page end-----*/
/*-----.newdet-page s-----*/
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 4.25rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  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;
  margin-bottom: 15px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background-color: var(--color);
  color: #fff;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  line-height: 2;
  margin-left: 12px;
  color: #aaa;
  text-transform: uppercase;
  position: relative;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 0.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-title {
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  text-transform: capitalize;
  border-bottom: 1px solid #e7e7e7;
      font-weight: 600;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 2;
  color: #2b2b2b;

}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin-top: 2.5rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 0.9rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: var(--color);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 1.75rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
  margin-right: 1rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;
  max-width: 255px;
  text-transform: capitalize;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 1.5rem;
  border-right: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 1.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 3rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 26px;
  line-height: 1.8;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin-bottom: 1.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text span {
  color: var(--color);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .span {
  font-size: 14px;
  line-height: 2;
  display: inline-block;
  color: #555;
  margin-bottom: 1.25rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 1rem;
  color: #555555;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 1rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 2.25rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 1.75rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content h3 {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  line-height: 1.5;
  /*padding: 10px 0;*/
  color: #333;
  font-size: 18px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
  /*margin-bottom: 40px;*/
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
  padding: 10px;
  width: 50%;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news img {
  object-fit: cover;
  width: 100%;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  color: #000;
  font-size: 24px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content table td,
.newdet-page .sidebar-box .sidebar-right .newdet-content .content table th {
  width: unset;
}

@media screen and (max-width: 1230px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 100%;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-title {
    font-size: 24px;
    line-height: 1.8;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    border-right: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 0;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
    display: block;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input input[type="text"] {
    width: 100%;
  }
}

/*-----.newdet-page e-----*/
/*-----.contact-page s-----*/

.contact-1 .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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-1 .ui.container .formbox {
  width: 55%;
}
.contact-1 .ui.container .formbox .h2 {
  color: var(--color);
}
.contact-1 .ui.container .formbox .h2.active{
  color: var(--color);
}
.contact-1 .ui.container .formbox .h2:before {
  left: 0!important;
}
.contact-1 .ui.container .formbox p {
  opacity: 0.5;
  margin-top: 35px;
}
.contact-1 .ui.container .infobox {
  width: 35%;
}
.contact-1 .ui.container .infobox .infos {
  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;*/
  margin-bottom: 45px;
}
.contact-1 .ui.container .infobox .infos i {
  font-size: 30px;
  color: var(--color);
  margin-right: 20px;
}
.contact-1 .ui.container .infobox .infos .text {
  padding-bottom: 50px;
  position: relative;
}
.contact-1 .ui.container .infobox .infos .text:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: var(--color);
  left: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.contact-1 .ui.container .infobox .infos .text h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color);
}
.contact-1 .ui.container .infobox .infos .text p {
  opacity: 0.5;
  line-height: 1.5;
  color: #000;
    font-weight: 500;
}
/*.contact-1 .ui.container .infobox .sharebox {
  margin-top: 45px;
}*/
.contact-1 .ui.container .infobox .sharebox ul.sharelist {
  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;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li {
  width: 45px;
  height: 45px;
  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;
  font-size: 18px;
  color: #fff;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 10px;
  border-radius: 100%;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}

.contact-1 .formbox .form {
    margin-top: 35px
}

.contact-1 .formbox .form form ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-1 .formbox .form form ul li {
    width: 48%;
    position: relative;
    margin-bottom: 40px
}

.contact-1 .formbox .form form ul li i {
    font-size: 25px;
    color: var(--color);
    position: absolute;
    right: 15px;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact-1 .formbox .form form ul li input[type=text],.contact-1 .formbox .form form ul li textarea {
    width: 100%;
    border: 1px solid #aaa;
    line-height: 50px;
    padding: 0 15px;
    color: #000;
    border-radius: 10px;
    font-size: 16px
}

.contact-1 .formbox .form form ul li input[type=text]::-webkit-input-placeholder,.contact-1 .formbox .form form ul li textarea::-webkit-input-placeholder {
    color: #aaa
}

.contact-1 .formbox .form form ul li input[type=text]:-moz-placeholder,.contact-1 .formbox .form form ul li textarea:-moz-placeholder {
    color: #aaa
}

.contact-1 .formbox .form form ul li input[type=text]::-moz-placeholder,.contact-1 .formbox .form form ul li textarea::-moz-placeholder {
    color: #aaa
}

.contact-1 .formbox .form form ul li input[type=text]:-ms-input-placeholder,.contact-1 .formbox .form form ul li textarea:-ms-input-placeholder {
    color: #aaa
}

.contact-1 .formbox .form form ul li input[type=text]::placeholder,.contact-1 .formbox .form form ul li textarea::placeholder {
    color: #aaa
}

.contact-1 .formbox .form form ul li input[type=text] {
    height: 50px
}

.contact-1 .formbox .form form ul li textarea {
    height: 250px
}

.contact-1 .formbox .form form ul li input[type=submit] {
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0 40px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    font-size: 24px;
    border: none;
    background: var(--color)
}

.contact-1 .formbox .form form ul li input[type=submit]:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    background: #000
}

.contact-1 .formbox .form form ul li.wid-100 {
    width: 100%
}

@media screen and (max-width: 1000px) {
    .contact-1 .ui.container .infobox .infos i {
    font-size: 70px;
  }
   .contact-1 {
    padding: 50px 0;
  }
    .contact-1 .ui.container .formbox{
    width: 100%;
  }
  .contact-1 .ui.container .infobox{
    width: 100%;
    margin-top: 20px;
  }
  .contact-1 .formbox .form form ul li input[type=submit]{
    font-size: 20px;height: 40px;
    line-height: 40px;padding: 0 30px;
  }
  
}

@media screen and (max-width: 700px) {
   .contact-1 .ui.container .formbox {
    width: 100%;
  }
  .contact-1 .ui.container .infobox {
    width: 100%;
  }    .font-42 {
        font-size: 24px;
    }
    .contact-1 .ui.container .infobox .infos .text {
    padding-bottom: 24px;
    }
}
@media screen and (max-width: 500px) {
      .contact-1 .formbox .form form ul li {
        width: 100%
    }
}
/*-----contact-page e-----*/


#index-body-about .padd {
  padding: 100px 0;
}

#index-body-about .init-1 {
  background: url(../images/init11.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 100px;
  background-attachment: fixed;
}

#index-body-about .init-1 .top {
  padding: 0 30px;
  width: 50%;
}

#index-body-about .init-1 .top h1,
#index-body-about .init-1 .top h2 {
  position: relative;
  font-size: 28px;
  color: #000000;
  line-height: 1.6;
  text-transform: capitalize;
  margin-bottom: 30px;
}

#index-body-about .init-1 .top h1::after {
  content: '';
  position: absolute;
  left: -6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 2px;
  background: #000000;
  display: none;
}

#index-body-about .init-1 .top p {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 2;
  margin: 10px 0;

}

#index-body-about .init-1 .top .btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 15px 30px;
  line-height: 1;
  background: #000;
}

#index-body-about .init-1 .img {
  margin-top: 45px;
  position: relative;
  text-align: right;
  width: 50%;
}

#index-body-about .init-1 .img .play {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#index-body-about .init-1 .img .play::before,
#index-body-about .init-1 .img .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.52);
  -webkit-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}

#index-body-about .init-1 .img .play::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#index-body-about .init-2 .title1 h5 {
  font-size: 28px;
  color: #000000;
  line-height: 1.6;
  text-transform: capitalize;
}

#index-body-about .init-2 .title1 p {
  max-width: 578px;
  font-size: 20px;

  font-weight: 300;
  color: #000000;
  line-height: 2;
  margin: 0 auto;
  margin-top: 20px;
}

#index-body-about .init-2 .list {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

#index-body-about .init-2 .list .box .img {
  position: relative;
}

#index-body-about .init-2 .list .box .img .mask {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#index-body-about .init-2 .list .acc {
  background: #fff;
  padding: 0 15px;
  width: 24.5%;
  float: left;
}

#index-body-about .init-2 .list .acc .conz {
  background: url(../images/init23.jpg)no-repeat center;
  background-size: cover;
  height: 650px;
}

#index-body-about .init-2 .list .acc .conz .tit {
  padding: 0 35px;
}

#index-body-about .init-2 .list .acc .conz .tit .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}

#index-body-about .init-2 .list .acc .conz .tit .swiper-pagination .ass {
  display: inline-block;
  font-size: 14px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: -10px;
}

#index-body-about .init-2 .list .acc .conz .tit .swiper-pagination div {
  margin: 0 5px;
}

#index-body-about .init-2 .list .acc .conz .tit h4 {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
  text-transform: capitalize;
  padding: 60px 0 30px;
    font-weight: 700;
}

#index-body-about .init-2 .list .acc .conz .tit h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 10px;
}

#index-body-about .init-2 .list .acc .conz .tit .cona {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.6;
}

#index-body-about .init-2 .list .acc .conz .tit .cona p {
  padding: 10px 0;
}

#index-body-about .init-2 .list .acc .conz .tit .cona p em {
  font-weight: bold;
}

#index-body-about .init-2 .list .box-2 {
  width: 29.5%;
  float: left;
  height: 650px;
}

#index-body-about .init-2 .list .box-2 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#index-body-about .init-2 .list .box-1 {
  width: 46%;
  float: left;
  height: 650px;
}

#index-body-about .init-2 .list .box-1 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#index-body-about .init-2 .list .acc .conz .tit .azz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

#index-body-about .init-2 .list .acc .conz .tit .btn a {
  padding: 10px 10px;
  color: #000;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: all .5s ease;
}

#index-body-about .init-2 .list .acc .conz .tit .btn {
  margin-top: 20px;
}


#index-body-about .init-2 .list .acc .conz .tit .btn a:hover {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  transition: all .5s ease;
}


#index-body-about .init-2 .list .acc .conz .tit .swiper-button-prev,
#index-body-about .init-2 .list .acc .conz .tit .swiper-button-next {
  position: static;
  margin: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  background: transparent;
  opacity: 1;
}

#index-body-about .init-2 .list .acc .conz .tit .swiper-button-prev i,
#index-body-about .init-2 .list .acc .conz .tit .swiper-button-next i {
  color: #fff;
  font-size: 14px;
}

#index-body-about .init-3 {
  background: url(../images/init31.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 75px;
  text-align: center;
  background-attachment: fixed;
}

#index-body-about .init-3 h5 {
  position: relative;
  font-size: 18px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
  text-transform: uppercase;
  padding-top: 90px;
}

#index-body-about .init-3 h5::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 3px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}

#index-body-about .init-3 h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 70px 0 45px;
}

#index-body-about .init-3 p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  color: #FFFFFF;
  max-width: 910px;
  margin: 0 auto;
}

#index-body-about .init-3 .btn {
  margin: 50px 0 60px;
}

#index-body-about .init-3 .btn a {
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#index-body-about .init-3 .btn a:hover {
  background: #000;
  border: 1px solid #000;
}

#index-body-about .init-3 .img h6 {
  font-size: 12px;

  font-weight: 200;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 15px;
}

#index-body-about .init-4 .top .left {
  width: 25%;
  vertical-align: middle;
}

#index-body-about .init-4 .top .left h5 {
  font-size: 18px;
  color: var(--color);
  line-height: 1.8;
}

#index-body-about .init-4 .top .left h3 {
  font-size: 26px;
  line-height: 1.8;
  color: #000000;
  margin: 20px 0;
}

#index-body-about .init-4 .top .left .btn a {
  display: inline-block;
  font-size: 19px;
 
  font-weight: 400;
  text-decoration: underline;
  color: #4D4D4D;
  line-height: 1;
}

#index-body-about .init-4 .top .right {
  width: 75%;
  vertical-align: middle;
}

#index-body-about .init-4 .top .right ul {
  margin: -15px;
}

#index-body-about .init-4 .top .right ul li {
  padding: 15px;
}

@media screen and (max-width: 1600px) {
  #index-body-about .init-2 .list .box-1 {
    width: 40%;
  }

  #index-body-about .init-2 .list .acc {
    width: 30%;
  }

  #index-body-about .init-2 .list .box-2 {
    width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  #index-body-about .init-1 .top {
    width: 100%;
    padding: 0;
  }

  #index-body-about .init-1 .img {
    width: 100%;
  }

  #index-body-about .init-2 .list .box-1 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  #index-body-about .init-2 .list .acc {
    width: 50%;
    padding-left: 0;
  }

  #index-body-about .init-2 .list .box-2 {
    width: 50%;
  }

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

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

@media screen and (max-width: 700px) {
  #index-body-about .init-2 {
    display: none;
  }

  #index-body-about .init-3 h3 {
    font-size: 24px;
    margin: 40px 0 20px;
  }

  #index-body-about .init-3 p {
    font-size: 16px;
    line-height: 2;
  }
}

#index-body-about .init-4 .top .left .btn span {
  padding: 12px 15px;
  background: rgba(0, 0, 0);
  color: #fff;
}

#index-body-about .init-4 .top .left .btn span a {
  color: #fff;
  text-decoration: none;
}


.i-semi h2 {
  font-size: 18px;
  color: var(--color);
  line-height: 1.8;
}

.i-semi h3 {
  font-size: 26px;
  color: #000000;
  line-height: 1.8;
  margin: 20px 0 10px;
  text-transform: capitalize;
}

.i-semi {
  background: #fbfbfb;
  padding: 90px 0;
}

.i-semi p {
  font-size: 16px;
  font-weight: 300;
  color: #555;
  max-width: 1000px;
  line-height: 2;
}


.i-semi .semi-list ul button {
  display: none !important;
}


.i-semi .semi-list ul {
  margin: 0 -10px;
}

.i-semi .semi-list ul li {
  padding: 10px;
}

@media screen and (max-width: 1250px) {
  .i-semi {
    padding: 70px 0;
  }

  #index-body-about .init-1 {
    padding: 70px 0;
  }

  #index-body-about .padd {
    padding: 70px 0;
  }
}

@media screen and (max-width: 700px) {
  .i-semi {
    padding: 40px 0;
  }

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

  #index-body-about .padd {
    padding: 40px 0;
  }
}
#mobile3 .m-search form input[type=submit]{
  background: url(../images/icon-search-white.png) center center no-repeat;
}