@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Carlito-Regular.eot');
  src: url('../fonts/Carlito-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Carlito-Regular.woff2') format('woff2'), url('../fonts/Carlito-Regular.woff') format('woff'), url('../fonts/Carlito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.eot');
  src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy-SemiBold.woff') format('woff'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
/*@font-face {
  font-family: 'Carlito';
  src: url('../fonts/Carlito-Regular.eot');
  src: url('../fonts/Carlito-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Carlito-Regular.woff2') format('woff2'), url('../fonts/Carlito-Regular.woff') format('woff'), url('../fonts/Carlito-Regular.ttf') format('truetype');
  font-display: swap;
}*/
body {
  --color: #c36454;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Gilroy';
  font-weight: 400;
  color: #333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1750px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  background-color: var(--color);
  color: #fff;
  border-radius: 19px;
  padding: 12px 27px 11px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.more:hover {
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
}
.more:hover::after {
  scale: 6;
}
.play-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  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;
}
.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #000;
  margin-left: 5px;
}
#header {
  z-index: 20;
  position: -webkit-sticky;
  position: fixed;
  top: 17px;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
}
#header .nav .menu-box {
  margin: 0 auto;
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 2.5em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -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;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  font-weight: 400;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover{
  color: var(--color);
}
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}

#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .box {
  background: var(--color);
  color: #fff;
  border-radius: 26px;
}
#header .nav .h-search {
  border-right: 1px solid #fff;
  cursor: pointer;
}
#header .nav .yuy span {
  position: relative;
  color: #fff;
  line-height: 1;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
  z-index: 100;
}
#header .nav .msg {
  font-weight: 500;
  padding: 13px 22px 12px 36px;
  border-radius: 26px;
}
#header.inner{
  position: sticky;
}
#header.active {
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner ul li .text .title {
  line-height: 1.1;
  font-weight: 600;
  max-width: 790px;
  font-size: 6.11em;
}
#banner ul li .text .title em {
  color: var(--color);
  font-size: 1.24em;
}
#banner ul li .text .title svg {
  position: absolute;
  width: 123px;
  height: 122px;
  left: 10px;
  bottom: 6px;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#banner ul li .text .title svg text {
  fill: #333;
  font-size: 20px;
  font-weight: bold;
}
#banner ul li .text .more {
  padding: 11px 42px 11px 43px;
}
#banner ul li .text .title,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.fw-600 {
  font-weight: 600;
}
.i-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
}
.i-tag {
  font-size: 20px;
  display: block;
  color: var(--color);
}
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translateX(-3015.91px);
    transform: translateX(-3015.91px);
  }
}
@-moz-keyframes marquee {
  100% {
    -moz-transform: translateX(-3015.91px);
    transform: translateX(-3015.91px);
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translateX(-3015.91px);
    -moz-transform: translateX(-3015.91px);
    transform: translateX(-3015.91px);
  }
}
@-webkit-keyframes marquee1 {
  0% {
    -webkit-transform: translateX(-2215.58px);
    transform: translateX(-2215.58px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes marquee1 {
  0% {
    -moz-transform: translateX(-2215.58px);
    transform: translateX(-2215.58px);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes marquee1 {
  0% {
    -webkit-transform: translateX(-2215.58px);
    -moz-transform: translateX(-2215.58px);
    transform: translateX(-2215.58px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.slickBtn div {
  background: rgba(195, 100, 84, 0.28);
  color: #333;
}
.slickBtn div:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-category ul li .ig {
  background-color: #ffe4df;
}
#index-body .i-category ul li .ig .img-box {
  background: #fff;
}
#index-body .i-category ul li .ig .tit {
  color: #666;
}
#index-body .i-category ul li .ig:hover {
  background: var(--color);
}
#index-body .i-category ul li .ig:hover .tit {
  font-weight: bold;
  color: #fff;
}
#index-body .i-category .slickBtn div {
  top: 60%;
  width: 3em;
  height: 3em;
}
#index-body .i-category .slickBtn div.prev {
  right: initial;
  left: -70px;
}
#index-body .i-category .slickBtn div.next {
  left: initial;
  right: -70px;
}
#index-body .i-about .img {
  width: 53.49%;
}
#index-body .i-about .img .play {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  background: var(--color);
}
#index-body .i-about .img .play svg {
  font-size: 17px;
  letter-spacing: 3px;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#index-body .i-about .img .play svg text {
  fill: #fff;
}
#index-body .i-about .img .play i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
}
#index-body .i-about .text {
  width: 46.51%;
}
#index-body .i-about .text .more {
  padding: 11px 42px 12px 43px;
}
#index-body .i-about .text .bottom {
  line-height: 1.4;
}
#index-body .i-advantage ul li {
  padding-top: 58px;
}
#index-body .i-advantage ul li .ig .num {
  top: 0;
  left: 36px;
  line-height: 1;
  z-index: 1;
  color: #666666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage ul li .ig .img-box .title {
  bottom: 44px;
  left: 0;
  width: 100%;
  height: 82px;
  background: rgba(255, 255, 255, 0.79);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage ul li .ig .img-box .desc {
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.3;
  background: rgba(152, 75, 64, 0.79);
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage ul li:hover .ig {
  -webkit-transform: translateY(-58px);
  -moz-transform: translateY(-58px);
  -ms-transform: translateY(-58px);
  transform: translateY(-58px);
}
#index-body .i-advantage ul li:hover .ig .num {
  color: #984b40;
}
#index-body .i-advantage ul li:hover .ig .title {
  opacity: 0;
}
#index-body .i-advantage ul li:hover .ig .desc {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-wz {
  position: relative;
}
#index-body .i-wz p {
  white-space: nowrap;
  font-size: 28px;
  text-transform: uppercase;
}
#index-body .i-wz .wz1 {
  background: var(--color);
  color: #fff;
  padding: 14px 0;
  -webkit-transform: rotate(5.2deg);
  -moz-transform: rotate(5.2deg);
  -ms-transform: rotate(5.2deg);
  transform: rotate(5.2deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 103%;
  margin-right: -3%;
  position: relative;
  z-index: 1;
}
#index-body .i-wz .wz1 p {
  -webkit-animation: 41.35s linear 0s infinite normal none running marquee1;
  -moz-animation: 41.35s linear 0s infinite normal none running marquee1;
  animation: 41.35s linear 0s infinite normal none running marquee1;
}
#index-body .i-wz .wz2 {
  z-index: -1;
  top: 78px;
  left: 0px;
  width: 100%;
  background: #ffe4df;
  color: #d38679;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  padding: 14px 0;
}
#index-body .i-wz .wz2 p {
  -webkit-animation: 41.35s linear 0s infinite normal none running marquee;
  -moz-animation: 41.35s linear 0s infinite normal none running marquee;
  animation: 41.35s linear 0s infinite normal none running marquee;
}
#index-body .i-custom {
  background-repeat: no-repeat;
  padding: 121px 0 22px 0;
}
#index-body .i-custom .left {
  width: 46.45349%;
  /*position: -webkit-sticky;
  position: sticky;
  top: 100px;*/
}
#index-body .i-custom .left .more {
  background-color: #984b40;
}
#index-body .i-custom .left .img {
  -webkit-box-reflect: below -70px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 20%);
}
#index-body .i-custom .right {
  width: 45.46512%;
}
#index-body .i-custom .right ul li .ig {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
#index-body .i-custom .right ul li .top {
  cursor: pointer;
}
#index-body .i-custom .right ul li .top .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
#index-body .i-custom .right ul li .top .tit i {
  width: 58px;
}
#index-body .i-custom .right ul li .top .tit span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-custom .right ul li .top em {
  width: 12px;
  height: 11px;
  position: relative;
}
#index-body .i-custom .right ul li .top em::before,
#index-body .i-custom .right ul li .top em::after {
  content: '';
  position: absolute;
  background: #333333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-custom .right ul li .top em::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-custom .right ul li .top em::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-custom .right ul li .bottom {
  line-height: 1.2;
}
#index-body .i-custom .right ul li::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 4px;
  width: 5px;
  height: 119px;
  background: var(--color);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-custom .right ul li.active .top em::after {
  opacity: 0;
}
#index-body .i-custom .right ul li.active::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-custom .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-custom .right ul li:last-child .ig {
  border-bottom: 0;
}
#index-body .i-custom::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 45.46512%;
  top: 0;
  bottom: 39px;
  width: 1px;
  background: rgba(51, 51, 51, 0.5);
}
#index-body .i-news .title {
  font-weight: 600;
  line-height: 1.25;
}
#index-body .i-news .con {
  line-height: 1.5;
  opacity: .53;
}
#index-body .i-news .slickBtn div {
  width: 2.1em;
  height: 2.1em;
}
#index-body .i-news .slickBtn div i {
  font-size: 16px;
}
.in-form {
  background-color: #984b40;
  color: #fff;
}
.in-form .top p {
  line-height: 1.25;
}
.in-form .top .right span {
  opacity: .5;
}
.in-form .bottom {
  border-radius: 39px;
  background: rgba(255, 255, 255, 0.23);
  padding: 19px 22px 18px 19px;
}
.in-form .bottom ul li {
  position: relative;
  width: 22%;
}
.in-form .bottom ul li input {
  width: 100%;
  height: 41px;
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 0 17px;
}
.in-form .bottom ul li input::-webkit-input-placeholder {
  color: #fff;
}
.in-form .bottom ul li input:-moz-placeholder {
  color: #fff;
}
.in-form .bottom ul li input::-moz-placeholder {
  color: #fff;
}
.in-form .bottom ul li input:-ms-input-placeholder {
  color: #fff;
}
.in-form .bottom ul li input::placeholder {
  color: #fff;
}
.in-form .bottom ul li .more {
  width: 100%;
  padding: 0;
  height: 41px;
  background: #fff;
  color: #984b40;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 41px;
  border: 0;
}
.in-form .bottom ul li::after {
  content: '';
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3px;
  width: 1px;
  height: 21px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.in-form .bottom ul li:nth-child(3) {
  width: 50%;
}
.in-form .bottom ul li:nth-child(3)::after {
  display: none;
}
.in-form .bottom ul li:last-child {
  width: 6%;
}
.in-form .bottom ul li:last-child::after {
  display: none;
}
#footer {
  background-color: #666666;
  color: #fff;
  overflow: hidden;
}
#footer .f-box .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
#footer .f-box ul li {
  font-size: 16px;
  line-height: 1.8;
}
#footer .f-box ul li a {
  display: inline-block;
  position: relative;
}
#footer .f-box ul li a::after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box ul li a:hover::after {
  width: 100%;
}
#footer .f-box ul li i {
  width: 24px;
}
#footer .f-box ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box ul li ul {
  display: none;
}
#footer .f-box .f-ab {
  max-width: 280px;
}
#footer .f-box .f-ab p {
  line-height: 1.3;
}
#footer .f-box .f-ab .share a {
  display: inline-block;
  width: 25px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 26px;
  color: var(--color);
  font-size: 15px;
  margin-right: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-ab .share a:last-child {
  margin-right: 0;
}
#footer .f-box .f-ab .share a:hover {
  background: var(--color);
  color: #fff;
}
#footer .f-box .f-info {
  max-width: 380px;
}
#footer .f-box .f-info ul li {
  line-height: 1.2;
}
#footer .f-box .f-nav ul li {
  margin-bottom: 3px;
}
#footer .f-box .f-nav ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box .f-code img {
  width: 100px;
  border-radius: 20px;
}
#footer .f-box .f-code #ewm {
  border: 10px solid #fff;
  border-radius: 20px;
}
#footer .f-box .f-code #ewm img {
  border-radius: 0;
  width: 80px;
}
#footer .f-copy {
  font-size: 14px;
  line-height: 2;
  width: 91.2791%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer svg {
  max-height: 1.7em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: white;
}
#footer .f-back {
  right: 0;
  bottom: 10px;
  width: 6.33em;
  height: 6.33em;
  border-radius: 50%;
  background: var(--color);
  line-height: 1.56;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-back:hover {
  background: #fff;
  color: var(--color);
}
@media (max-width: 1700px) {
  #index-body .i-category .slickBtn div {
    width: 2em;
    height: 2em;
  }
  #index-body .i-category .slickBtn div i {
    font-size: 16px;
  }
  #index-body .i-category .slickBtn div.prev {
    left: -25px;
  }
  #index-body .i-category .slickBtn div.next {
    right: -25px;
  }
  #index-body .i-custom .right ul li::before {
    left: 0;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    margin-right: 1.5em;
  }
  #header .nav .msg {
    padding: 9px 15px 8px 15px;
  }
  .i-title {
    font-size: 50px;
  }
  #footer .f-box .f-code .right {
    padding-left: 20px;
  }
  .fixed-toolbar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  #banner ul li {
    height: 50vh;
  }
  #banner ul li .text .title {
    font-size: 5em;
  }
  #banner ul li .text .title em {
    display: block;
  }
  #index-body .i-category .slickBtn div.prev {
    left: -15px;
  }
  #index-body .i-category .slickBtn div.next {
    right: -15px;
  }
  .i-title {
    font-size: 40px;
  }
  #index-body .i-about .text .more {
    padding: 11px 26px 12px 26px;
  }
  .font-20 {
    font-size: 20px;
  }
  .font-16 {
    font-size: 16px;
  }
  .in-form .left {
    width: 40%;
  }
  .in-form .right {
    font-size: 40px;
  }
  .in-form .bottom ul li:nth-child(3) {
    width: 46%;
  }
  .in-form .bottom ul li:last-child {
    width: 10%;
  }
}
@media (max-width: 1000px) {
  #banner ul li {
    height: 40vh;
  }
  #banner ul li .text .title {
    font-size: 4em;
  }
  #banner ul li .text .title svg {
    display: none;
  }
  #index-body .i-category .slickBtn div.prev {
    left: 0;
  }
  #index-body .i-category .slickBtn div.next {
    right: 0;
  }
  .font-22 {
    font-size: 20px;
  }
  #index-body .i-about .img {
    width: 100%;
  }
  #index-body .i-about .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  #index-body .i-advantage ul li .ig .img-box .title {
    height: 60px;
  }
  #index-body .i-custom .right ul li {
    padding-left: 30px;
  }
  #index-body .i-custom .right ul li .top .tit i {
    width: 42px;
  }
  #index-body .i-custom .right ul li .top .tit i img {
    zoom: .7;
  }
  #index-body .i-custom .right ul li::before {
    left: -1px;
    height: 100px;
  }
  .in-form .top .left {
    width: 100%;
  }
  .in-form .bottom ul li {
    width: 50%;
  }
  .in-form .bottom ul li:nth-child(3) {
    width: 100%;
  }
  .in-form .bottom ul li:last-child {
    width: 20%;
    margin-top: 20px;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product,
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-copy {
    width: 100%;
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
  #footer .f-back {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner ul li {
    height: 300px;
  }
  #banner ul li .text .title {
    font-size: 2.5em;
  }
  #banner ul li .text .btn {
    margin-top: 30px;
  }
  .i-title {
    font-size: 36px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  #index-body .i-category .header .more {
    margin-top: 12px;
  }
  #index-body .i-category ul li .ig .tit {
    font-size: 18px;
  }
  #index-body .i-advantage ul li .ig .img-box .title {
    font-size: 18px;
  }
  #index-body .i-advantage ul li .ig .img-box .desc {
    font-size: 14px;
  }
  #index-body .i-custom .left {
    position: static;
    width: 100%;
  }
  #index-body .i-custom .left .img {
    display: none;
  }
  #index-body .i-custom .right {
    width: 100%;
  }
  #index-body .i-custom .right ul {
    position: relative;
  }
  #index-body .i-custom .right ul li .top .tit {
    font-size: 20px;
  }
  #index-body .i-custom .right ul::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
  }
  #index-body .i-custom::after {
    display: none;
  }
  .in-form .left .title {
    font-size: 30px;
  }
  .in-form .right {
    font-size: 30px;
  }
  #footer .f-box .f-ab {
    max-width: 100%;
  }
  #footer .f-box .f-info {
    max-width: 100%;
    margin-top: 20px;
  }
  #footer .f-box .f-info .mail {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  #banner ul li {
    height: 200px;
  }
  #banner ul li .text .title {
    font-size: 1.4em;
  }
  #banner ul li .text .btn {
    margin-top: 20px;
  }
  #banner ul li .text .more {
    padding: 11px 21px;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-wz p {
    font-size: 20px;
  }
  #index-body .i-wz .wz1 {
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
  }
  #index-body .i-wz .wz2 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #index-body .i-news .more {
    margin-top: 10px;
  }
  .in-form .top .right {
    font-size: 24px;
  }
  .in-form .bottom ul li {
    width: 100%;
  }
  .in-form .bottom ul li input {
    font-size: 16px;
    padding-left: 0;
  }
  .in-form .bottom ul li::after {
    display: none;
  }
  .in-form .bottom ul li:last-child {
    width: 36%;
  }
  #footer .f-box .f-info ul li {
    font-size: 15px;
    line-height: 1.8;
  }
  #footer .f-box .f-info ul li:last-child {
    width: 100%;
  }
}
@-webkit-keyframes keyWaveUpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4.6875vw);
    transform: translateY(4.6875vw);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes keyWaveUpDown {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(4.6875vw);
    transform: translateY(4.6875vw);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes keyWaveUpDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4.6875vw);
    -moz-transform: translateY(4.6875vw);
    transform: translateY(4.6875vw);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes keyWave {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -100vw;
  }
}
@-moz-keyframes keyWave {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -100vw;
  }
}
@keyframes keyWave {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -100vw;
  }
}
.inner-banner {
  /*background: -webkit-linear-gradient(108deg, rgb(195,100,84) 0%, rgb(255, 255, 255) 50%, rgb(255, 228, 223) 100%);
  background: -moz-linear-gradient(108deg, rgb(195,100,84) 0%, rgb(255, 255, 255) 50%, rgb(255, 228, 223) 100%);
  background: linear-gradient(108deg, rgb(195,100,84) 0%, rgb(255, 255, 255) 50%, rgb(255, 228, 223) 100%);*/
  overflow: hidden;
  position: relative;
  padding-top: 27px;
  /*height: 500px;*/
}
.inner-banner h2{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.inner-banner .mbx{
  font-size: 24px;
}
.inner-banner .box{
  text-align: left;
}
.c-keyWave {
  display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    transition-property: opacity;
    transition-timing-function: ease;
    transition-duration: .3s;
    animation-name: keyWaveUpDown;
    animation-timing-function: ease;
    animation-duration: 6.6s;
    animation-iteration-count: infinite;
}
.c-keyWave::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/wave.png);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: repeat-x;
    filter: blur(2.0833333333vw);
    transform: scale(1.2) translateY(10.9375vw) rotate(180deg);
    animation-name: keyWave;
    animation-timing-function: cubic-bezier(0, 0, 0.9, 0.98);
    animation-duration: 2.6s;
    animation-iteration-count: infinite;
}
.inner-banner::after {
    content: "";
    width: 100%;
    height: 8.2vw;
    position: absolute;
    left: 0;
    transform: scaleX(1.2);
    bottom: -2.6041666667vw;
    filter: blur(1.2vw);
    background-color: #fff;
    display: none;
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 120px;
  }
}
@media screen and (max-width: 700px) {
  .shengyaofoot,.seoIndustry {
    display: none;
  }
}
.about-page .i-title{
  font-size: 40px;
}
.about-page1 .about-5 {
  padding: 50px 0 100px;
  text-align: center;
  background: #f7f7f7;
}
.about-page1 .about-5 .options {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}
.about-page1 .about-5 .options span {
  font-size: 20px;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page1 .about-5 .options span i {
  color: #bfbfbf;
}
.about-page1 .about-5 .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.about-page1 .about-5 .ret {
  margin-top: 55px;
  position: relative;
}
.about-page1 .about-5 .ret .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
}
.about-page1 .about-5 .ret ul {
  margin: -8px;
}
.about-page1 .about-5 .ret ul li {
  padding: 8px;
}
.about-page1 .about-5 .ret ul li img {
  width: 100%;
}
.aft02 {
  padding: 160px 0 120px;
  position: relative;
  overflow: hidden;
}
.aft02 .bg_fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 690px;
}
.aft02 .bg_fix:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.aft02 .bg_fix img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aft02 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 47px;
  z-index: 1;
  position: relative;
}
.aft02 .top .hu_h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}
.aft02 .top p {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-weight: 300;
}
.aft02 .top .line {
  height: 75px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 28px 0;
  position: relative;
}
.aft02 .top .line:after {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  animation: 2s linear 0.5s infinite hua2;
}
@keyframes hua2 {
  from {
    top: 0;
  }

  to {
    top: 95%;
  }
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .left {
  padding-right: 6%;
  vertical-align: middle;
}
.about-page .about-1 .left .text {
  margin: .5em 0;
}
.about-page .about-1 .left .flex {
  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;
}
.about-page .about-1 .left .flex .img2 {
  margin-left: 20px;
}
.about-page .about-1 .left .flex .img2 span.h6 {
  font-size: 17px;
  font-weight: 500;
  display: block;
}
.about-page .about-1 .left .flex .img2 span.small {
  display: block;
  font-size: 14px;
}
.about-page .about-1 .right {
  vertical-align: middle;
}
.about-page .about-1 .right .img {
  height: 440px;
  background-size: cover;
  background-position: center;
}
.about-page .about-2 .list {
  padding: 100px 0;
  border-top: 1px solid #eaeaea;
}
.about-page .about-2 .list ul {
  margin: -20px;
}
.about-page .about-2 .list ul li {
  padding: 20px;
  text-align: center;
}
.about-page .about-2 .list ul li span.h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 60px;
  color: var(--color);
  justify-content: center;
}
.about-page .about-2 .list ul li span.h2 img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  width: 0.6em;
  margin-left: 0.5em;
}
.about-page .about-2 .list ul li .text {
  color: #666;
  font-size: 18px;
}
.about-page .about-2 .list ul li em{
  word-break: break-word;
}
.about-page .about-6 {
  position: relative;
  padding: 100px 0;
}
.about-page .about-6:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center right;
  border-radius: 10px;
  background-size: contain;
  background-attachment: fixed;
}
.about-page .about-6 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.about-page .about-6 .left .img {
  height: 700px;
  background-size: cover;
  background-position: center;
}
.about-page .about-6 .right {
  padding-left: 5%;
}
.about-page .about-6 .right .list {
  margin-top: 60px;
}
.about-page .about-6 .right .list ul li {
  padding: 40px 0;
  border-bottom: 1px solid #cccaca;
}
.about-page .about-6 .right .list ul li i.fa {
  font-size: 40px;
}
.about-page .about-6 .right .list ul li span.h6 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  margin: 1em 0 0.5em;
  color: #000;
}
.about-page .about-6 .right .list ul li .text {
  color: #666;
}
.about-page .about-6 .right .list ul li:last-child {
  border-bottom: none;
}
.inner-page .text {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
  border: 10px solid #eee;
}
.about-page1 .about-6 {
  padding: 0 0 6%;
  background: #f7f7f7;
}
.about-page1 .about-6 .slick-slider:not(.slick-vertical) .slick-track{
  display: block;
  margin-left: auto;
}
.about-page1 .about-6 .top .left {
  width: 73%;
}
.about-page1 .about-6 .top .left .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #030303;
  text-transform: uppercase;
}
.about-page1 .about-6 .top .right {
  width: 53%;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: bottom;
  margin-bottom: 10px;
}
.about-page1 .about-6 .bottom {
  padding: 0;
}
.about-page1 .about-6 .bottom .grid-box {
  padding-top: 50px;
  max-width: 100%;
}
.about-page1 .about-6 .bottom ul li {
  padding-right: 60px;
  width: 16.6666%;
}
.about-page1 .about-6 .bottom ul li .ig {
  position: relative;
  padding: 15px 20px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page1 .about-6 .bottom ul li .ig:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dcdcdc;
}
.about-page1 .about-6 .bottom ul li i {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page1 .about-6 .bottom ul li i img {
  width: 25%;
}
.about-page1 .about-6 .bottom ul li .ig > p {
  min-height: 87px;
}
.about-page1 .about-6 .bottom ul li p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  color: #666;
  width: 78%;
  margin-top: 18px;
  text-align: left;
}
.about-page1 .about-6 .bottom ul li .ig .link_icon i {
  font-size: 30px;
  color: #666;
}
.about-page1 .about-6 .bottom ul li .content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c36454;
  width: 100%;
  height: 100%;
  padding: inherit;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.about-page1 .about-6 .bottom ul li:hover .content {
  opacity: 1;
}
.about-page1 .about-6 .bottom ul li .text p {
  width: 100%;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.about-page1 .about-6 .bottom ul li .mores {
  display: block;
  margin-top: 38px;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  z-index: 1;
  font-size: 15px;
}
.about-page1 .about-6 .bottom ul li .mores .link_text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  margin-top: -10px;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}
.about-page1 .about-6 .bottom ul li .mores .link_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.about-page1 .about-6 .bottom ul li .mores:hover .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
}
.about-page1 .about-6 .bottom ul li:last-child {
  padding-right: 0;
  width: 16%;
}
.about-page1 .about-6 .bottom ul li:last-child .ig:after {
  display: none;
}
.about-page1 .about-6 .bottom ul li:hover i {
  filter: brightness(0);
}
.inner-page .m-page > div {
  margin-top: 70px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  border: 1px solid black;
  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: 0 0.3em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
  padding-left: 4%;
  padding-right: 0;
}
.inner-page .slideTop .slide{
  width: 30%;
}
.inner-page .slideTop .right{
  width: 70%;
}
.inner-page .slideTop .right ul{
  margin: -11.5px -17.5px;
  height: 132px;
  overflow: hidden;
}
.inner-page .slideTop .right ul li{
  padding: 11.5px 17.5px;
}
.inner-page .slideTop .right ul li a{
  display: block;
  font-size: 16px;
  padding: 8px 28px 6px 29px;
  background: var(--color);
  color: #fff;
  border-radius: 19px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideTop .right ul li a:hover,
.inner-page .slideTop .right ul li a.active{
  background: #000;
  font-weight: bold;
}
.inner-page .slideTop .right ul.active{
  height: auto;
}
.inner-page .slideTop .right .btn{
  cursor: pointer;
}
.inner-page .slideTop .right .btn i{
  font-size: 20px;
  display: inline-block;
}
.inner-page .slideTop .right .btn span{
  display: none;
}
.inner-page .slideTop .right .btn:hover{
  color: var(--color);
}
.inner-page .slideTop .right .btn.active{
  margin-top: 10px;
}
.inner-page .slideTop .right .btn.active em{
  display: none;
}
.inner-page .slideTop .right .btn.active span{
  display: inline-block;
}
.inner-page .slideTop .right .btn.active i{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-page .slideTop .slide,
.inner-page .slideBarBox .slideBarLeft .slide {
  margin-bottom: 40px;
  padding: 50px;
  background-color: #f9f9f9;
  border-radius: 10px;
}
.inner-page .slideTop .slide span.h5,
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
  display: block;
  margin-bottom: 1em;
}
.inner-page .slideTop .slide form,
.inner-page .slideBarBox .slideBarLeft .slide form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background-color: white;
}
.inner-page .slideTop .slide form input,
.inner-page .slideBarBox .slideBarLeft .slide form input {
  width: 100%;
  padding: 1em;
  border: none;
  background-color: transparent;
  color: black;
}
.inner-page .slideTop .slide form input[type='submit'],
.inner-page .slideBarBox .slideBarLeft .slide form input[type='submit'] {
  width: 4em;
  background-image: url('../images/icon-search-black.png');
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.inner-page .slideTop .slide.search,
.inner-page .slideBarBox .slideBarLeft .slide.search {
  background-color: var(--color);
  color: white;
  border-radius: 10px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
  width: 30%;
  background-size: cover;
  background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
  width: 70%;
  padding: 10px 0;
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  height: 4em;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
  display: block;
  font-size: 14px;
  line-height: 2;
  margin-top: 0.5em;
  color: #666;
  font-weight: 100;

}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666;
  background-color: #e5e5e5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  border-radius: 10px;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: white;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li.active>a,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover {
  background-color: var(--color);
  color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li.active>ul{
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li ul li:hover>a,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li ul li.active>a {
  background-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarRight {
  width: 70%;
  padding-right: 4%;
}
.inner-page .slideBarBox .slideBarRight .Auxil-h1 {
  line-height: 1.4;
  font-size: 28px;
  font-weight: 600;
}
.news-page .news-1 {
  padding: 30px 0 100px 0;
}
.news-page .news-1 .list ul {
  margin: -15px;
}
.news-page .news-1 .list ul li {
  padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
  display: block;
}
.news-page .news-1 .list ul li a.img-box img {
  border-top-left-radius: 10px;
  border-top-right-radius:  10px;
}
.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 10%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  background-color: white;
  overflow: hidden;
   border-bottom-left-radius: 10px;
  border-bottom-right-radius:  10px;
}
.news-page .news-1 .list ul li .content time {
  font-size: 14px;
  line-height: 2;
  display: block;
  margin-bottom: 1em;
  color: #666;
}
.news-page .news-1 .list ul li .content span.h6 {
  font-size: 22px;
  display: block;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
   font-weight: bold;
   color: #666;
   text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
}
.news-page .news-1 .list ul li .content .text {
  font-size: 16px;
  line-height: 1.8;
}
.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
.newdet-page {
  padding: 30px 0 100px 0;
}
.newdet-page .slideBarRight time {
  font-size: 14px;
  line-height: 2;
  display: block;
}
.newdet-page .slideBarRight h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}
.newdet-page .slideBarRight .text {
  margin: 2em 0;
}
.newdet-page .slideBarRight .text ol li,
.newdet-page .slideBarRight .text ul li {
    list-style: square;
    margin-left: 30px;
}
.newdet-page .slideBarRight .text h3 {
  font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
    color: #284e41;
}
.newdet-page .slideBarRight .text h2 {
  font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: #8cbc4b;
}
.newdet-page .slideBarRight .text strong {
  font-weight: unset;
}
.newdet-page .slideBarRight .text p:first-child {
  margin-top: 0;
}
.newdet-page .slideBarRight .share {
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: #2c4e41;
  color: white;
  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;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .slideBarRight .share a:hover {
  background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}
.product-yd-page {
  padding: 100px 0;
}
.product-yd-page .list ul {
  margin: -32px -20px;
}
.product-yd-page .list ul li.column {
  padding: 32px 20px;
}
.product-yd-page .list ul li .ig{
  background-color: #ffe4df;
	border-radius: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .list ul li.column a.img-box {
  display: block;
  border-radius: 20px;
}
.product-yd-page .list ul li.column a.img-box img {
 border-radius: 10px;
}
.product-yd-page .list ul li.column span.h3 {
  color: #666;
  display: block;
  margin: .8em 0 0;
}
.product-yd-page .list ul li .ig:hover{
  background: var(--color);
}
.product-yd-page .list ul li .ig:hover span.h3{
  color: #fff;
  font-weight: bold;
}
.seoPublic .Auxil-about .box .right div.h3{
  font-weight: bold;
}
.inner-page .product_list ul {
  margin: -15px;
}
.inner-page .product_list ul li {
  padding: 15px;
}
.inner-page .product_list ul li a.img-box {
  display: block;
}
.inner-page .product_list ul li a.img-box img {
 border-radius: 10px;
}
.inner-page .product_list ul li span.h6 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  display: block;
  margin: 1em 0 0.5em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 color: #666;
}
.inner-page .product_list ul li span.h6:hover {
  color: var(--color);
}
.product-page {
  padding: 30px 0 100px 0;
}
.prodet-page .prodet-1 {
  padding: 30px 0 100px 0;
}
.prodet-page .prodet-1 .left {
  padding-right: 3%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .slickBtn div.prev{
  right: 97%;
}
.prodet-page .prodet-1 .left .slickBtn div.next{
  left: 96%;
}
.prodet-page .prodet-1 .left ul {
  margin: -5px;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left ul li a img {
 border-radius: 10px;
}
.prodet-page .prodet-1 .left .small {
  margin-top: 10px;
}
.prodet-page .prodet-1 .left .small .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .left .big ul li a {
  overflow: hidden;
  display: block;
}
.prodet-page .prodet-1 .left .big ul li a img {
 border-radius: 10px;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 40px;
  font-weight: 600;
  color: var(--color);
}
.prodet-page .prodet-1 .right .text {
  margin: 1.5em 0;
}
.prodet-page .prodet-1 .right .text table tr:nth-child(1){
  background: #eee;
}
.prodet-page .prodet-1 .right .text table tr:nth-child(even){
  background: transparent;
}
.prodet-page .prodet-1 .right a.btn {
  height: 3.5em;
  line-height: 3.5em;
}
.prodet-page .prodet-1 .right .share {
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
}
.prodet-page .prodet-1 .right .share a {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  margin-left: 1em;
  background-color: black;
  color: white;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  background-color: var(--color);
}
.prodet-page .prodet-2 .options {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.prodet-page .prodet-2 .options:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.prodet-page .prodet-2 .options span {
  padding: 1em 2em;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-width: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 .options span.active {
  background-color: white;
  color: var(--color);
  border-color: #eee;
  border-top-color: var(--color);
}
.prodet-page .prodet-2 .ret {
  margin-top: 50px;
}
.prodet-page .prodet-3 {
  padding: 100px 0;
}
.prodet-page .prodet-3 span.h3 {
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 1em;
}
@media (max-width: 1700px) {
  .prodet-page .prodet-1,
  .prodet-page .prodet-3,
  .product-page,
  .product-yd-page,
  .gallery-page,
  .about-page .about-1,
  .about-page .about-2 .list,
  .about-page .about-6,
  .newdet-page,
  .news-page .news-1{
    padding: 70px 0;
  }
  .prodet-page .prodet-1 .right h1,
  .about-page .about-6 .right .list ul li i.fa{
    font-size: 32px;
    color: var(--color);
    font-weight: 600;
  }
  .about-page .about-6:before {
    width: 100%;
    left: 0;
  }
  .about-page .about-6 .right .list {
    margin-top: 40px;
  }
  .about-page .about-6 .right .list ul li {
    padding: 20px 0;
  }
  .about-page .about-6 .left .img {
    height: 540px;
  }
  .about-page1 .about-6 .bottom ul li {
    padding-right: 40px;
  }
  .news-page .news-1 .list ul li .content{
    padding: 7%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .content span.h6 {
    line-height: 32px;
  }
  .inner-page .slideTop .slide,
  .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 30px;
  }
  .inner-page .m-page > div {
    margin-top: 40px;
    font-size: 18px;
    line-height: 32px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .about-page1 .about-5 {
    padding: 80px 0;
  }
  .about-page1 .about-5 .options span {
    font-size: 18px;
    width: 280px;
  }
  .about-page1 .about-5 .options {
    margin-top: 40px;
  }
}
@media (max-width: 1450px) {
  .about-page1 .about-5 .options span {
    font-size: 16px;
    width: 220px;
  }
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1,
  .about-page .about-6 .right .list ul li i.fa{
    font-size: 28px;
  }
  .about-page .about-1 .left .flex .img2 span.h6 {
    font-size: 15px;
  }
  .about-page .about-2 .list ul li {
    padding: 20px;
  }
  .about-page .about-2 .list ul {
    margin: -20px;
  }
  .about-page1 .about-6 .bottom ul li p {
    width: 90%;
  }
  .about-page1 .about-6 .top .left .title {
    font-size: 60px;
  }
  .about-page1 .about-6 .bottom {
    padding-left: 0;
  }
  .inner-page .text {
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .news-1 .list ul li .content{
    padding: 5%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 16px;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
  .inner-page .slideTop .slide,
  .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1em;
  }
  .inner-page .slideTop .slide span.h5,
  .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 18px;
  }
  .product-yd-page .list ul li.column {
    padding: 20px;
  }
  .product-yd-page .list ul {
    margin: -20px;
  }
  .product-yd-page .list ul li.column{
    padding: 20px;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 20px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 span.h3 {
    font-size: 24px;
  }
}
@media (max-width: 1250px) {
  .about-page1 .about-5 .options span {
    font-size: 14px;
    width: 200px;
  }
  .about-page1 .about-5 .ret {
    margin-top: 20px;
  }
  .about-page1 .about-5 {
    padding: 50px 0;
  }
  .prodet-page .prodet-1 .right h1,
  .about-page .about-6 .right .list ul li i.fa{
    font-size: 24px;
  }
  .about-page1 .about-6 .bottom ul li p {
    width: 100%;
  }
  .about-page1 .about-6 .top .left .title {
    font-size: 60px;
  }
  .about-page1 .about-6 .bottom ul li p {
    font-size: 21px;
  }
  .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 2%;
  }
  .inner-page .product_list ul li {
    padding: 10px;
  }
  .inner-page .product_list ul {
    margin: -10px;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 1.5em;
  }
  .prodet-page .prodet-2 .options span {
    padding: 0.7em 1.5em;
  }
}
@media (max-width: 1000px) {
  .aft02 {
    padding: 80px 0;
  }
  .aft02 .bg_fix {
    height: 100%;
  }
  .about-page .about-1 .left,
  .about-page .about-6 .left,
  .prodet-page .prodet-1 .left{
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right,
  .about-page .about-6 .right,
  .prodet-page .prodet-1 .right{
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .about-page .about-1 .right .img {
    height: 280px;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
  }
  .about-page .about-6 .left .img {
    height: 300px;
  }
  .about-page1 .about-6 .bottom ul li .content .text{
    height: calc(1.5em * 6);
    overflow-y: auto;
  }
  .about-page1 .about-6 .top .left,
  .about-page1 .about-6 .top .right {
    width: 100%;
  }
  .about-page1 .about-6 .top .right {
    margin-top: 20px;
  }
  .about-page1 .about-6 .bottom ul {
    margin-bottom: -20px;
  }
  .about-page1 .about-6 .bottom ul li:last-child {
    width: 33.3333%;
  }
  .about-page1 .about-6 .bottom ul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    width: 100%;
    padding-left: 0;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 18px;
  }
  .flex-4 > *{
    width: 33.3333%;
  }
  .inner-page .slideTop{
    display: none;
  }
}
@media (max-width: 700px) {
  .about-page1 .about-5 .options span {
    font-size: 14px;
    width: 140px;
  }
  .about-page .about-2 .list ul li span.h2{
    font-size: 30px;
    line-height: 1.3;
  }
  .prodet-page .prodet-1,
  .prodet-page .prodet-3,
  .product-page,
  .product-yd-page,
  .newdet-page,
  .news-page .news-1,
  .gallery-page,
  .about-page .about-1,
  .about-page .about-6{
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1,
  .about-page .about-6 .right .list ul li i.fa{
    font-size: 20px;
  }
  .about-page1 .about-6 .bottom ul li .content{
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-page1 .about-6 .bottom ul li {
    width: 50%;
    padding-right: 20px;
  }
  .about-page1 .about-6 .bottom ul li:last-child {
    width: 50%;
  }
  .about-page1 .about-6 .bottom ul li:nth-child(even) {
    padding-right: 0;
  }
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }
  .news-page .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1{
    line-height: 1.6;
  }
  .inner-page .slideBarBox .slideBarRight .Auxil-h1 {
    font-size: 20px;
    line-height: 1.4;
  }
  .product-yd-page .list ul li.column {
    width: 50% !important;
    padding: 10px;
  }
  .product-yd-page .list ul {
    margin: -10px;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .flex-3 > *,
  .flex-4 > *{
    width: 50%;
  }
}
@media (max-width: 500px) {
  .about-page .about-2 .list ul li {
    width: 100%;
  }
  .about-page1 .about-6 .top .left .title {
    font-size: 50px;
  }
  .about-page1 .about-6 .top .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page1 .about-6 .bottom ul li {
    width: 100%;
    padding-right: 0;
  }
  .about-page1 .about-6 .bottom ul li:last-child {
    width: 100%;
  }
  .about-page1 .about-6 .bottom ul li .ig {
    padding: 0;
  }
  .about-page1 .about-6 .bottom ul li .ig:after {
    display: none;
  }
  .news-page .news-1 .list ul li .content span.h6,
  .news-page .news-1 .list ul li .content .pre .text {
    height: auto;
  }
  .product-yd-page .list ul li.column {
    width: 100% !important;
  }
  .flex-2 > *,
  .flex-3 > *,
  .flex-4 > *{
    width: 100%;
  }
}
.faq-page .tipsTitle2{
  font-weight: 600;
}
.faq-page .init-1 .container .tipsTitleCont {
  max-width: 820px;
}
.faq-page .init-1 .container .content {
  padding: 0 120px;
  margin-top: 50px;
}
.faq-page .init-1 .container .content ul li .box {
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}
.faq-page .init-1 .container .content ul li .box .titleC {
  font-weight: 700;
}
.faq-page .init-1 .container .content ul li .box .titleC .num {
  width: 70px;
  color: var(--color);
}
.faq-page .init-1 .container .content ul li .box .titleC .title {
  padding-right: 10px;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
}
.faq-page .init-1 .container .content ul li .box .titleC .right {
  margin-top: 4px;
  margin-left: 80px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}
.faq-page .init-1 .container .content ul li .box .titleC .right .img {
  width: 14px;
  height: 14px;
}
.faq-page .init-1 .container .content ul li .box .des {
  padding-left: 70px;
  margin-top: 20px;
  max-width: -webkit-calc(-10%);
  max-width: -moz-calc(-10%);
  max-width: calc(100% - 110px);
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.faq-page .init-1 .container .content ul li .box.active .titleC .right {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .init-1 .container .content ul li:last-child .box {
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 1250px) {
  .faq-page .init-1 .container .content {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .faq-page .init-1 .container .content ul li .box .titleC .num {
    width: 100%;
  }
  .faq-page .init-1 .container .content ul li .box .titleC .title {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }
  .faq-page .init-1 .container .content ul li .box .titleC .right {
    margin-left: 10px;
  }
  .faq-page .init-1 .container .content ul li .box .des {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.honor-page .content .box {
    text-align: center;
    padding-bottom: 72px;
}
.honor-page .content .box h2 {
    color: #182333;
    font-size: 28px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
}
.honor-page .content .box p {
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
}
.honor-page .content .box div{
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 24px;
}
.honor-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
}
.honor-page .content .box ul li {
    padding: 0px;
}
.honor-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    /*box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);*/
    padding: 10px;
    border-radius: 5px;
    height: 100%;
}
.honor-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 1rem;
}
.honor-page .content .box ul li .imgbox .text h5 {
    display: block;
    color: #111;
    font-size: 18px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.honor-page .content .box ul li .imgbox .text .con {
    margin-top: 16px;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}
.honor-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color);
}
.honor-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    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;
    -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-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.honor-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color);
}
.honor-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}
.honor-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}
.honor-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}
.honor-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff;
}
.honor-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.honor-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}
.honor-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 72px 0;
}
.service-page .service-1 .text {
  max-width: 1330px;
  margin: 20px auto 0;
}
.service-page .service-1 .list {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 560px;
  padding: 15px;
}
.service-page .service-1 .list:after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  z-index: 2;
  top: 0;
}
.service-page .service-1 .list .swiper {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
  overflow: unset;
}
.service-page .service-1 .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
}
.service-page .service-1 .list ul li {
  width: 100%;
  margin: 0 !important
}
.service-page .service-1 .list ul li a.img {
  height: 120px;
  padding: 5%;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  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;
}
.service-page .service-1 .list ul li a.img img {
  max-width: 100%;
}
.service-page .service-2 .ui.container {
  width: auto;
  max-width: 1700px;
}
.service-page .service-2 .box {
  height: 700px;
  position: relative;
  border-bottom-left-radius: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5%;
  flex-wrap: wrap;
}
.service-page .service-2 .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .box .mask i.active {
  opacity: 1;
}
.service-page .service-2 .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: white;
}
.service-page .service-2 .box .content span.tag {
  display: block;
  color: #e60012;
  margin-bottom: .5em;
  font-weight: 500;
}
.service-page .service-2 .box .content .text {
  margin: 1.5em 0;
}
.service-page .service-2 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.service-page .service-2 .box .content .slickBtn .btn{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  color: #565656;
  margin-left: 16px;
  cursor: pointer;
  justify-content: center;
}
.service-page .service-2 .box .content .slickBtn .btn:hover{
  background: var(--color);
  color: #fff;
}
.service-page .service-2 .box .sPage{
  width: 100%;
  z-index: 2;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet::before{
  background: #fff;
  content: '';
  position: relative;
  display: block;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  opacity: 1;
  padding: 0;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 1px solid var(--color) !important;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet-active::before{
  background: var(--color);
}
.service-page .service-3 .swiper .swiper-slide {
  padding: 106px 3%;
  border-bottom-left-radius: 80px;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
.service-page .service-3 .swiper .swiper-slide .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
.service-page .service-3 .list{
  margin-top: 50px;
}
.service-page .service-3 .swiper .swiper-slide i {
  display: block;
}
.service-page .service-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 44px;
}
.service-page .service-3 .swiper .swiper-slide span.h6_2{
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}
.service-page .service-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}
.service-page .service-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color:black;
}
.service-page .service-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide:hover:before {
  background-color: var(--color);
}
.service-page .service-3 .swiper .swiper-slide:hover .bg{
  opacity: 1;
}
.service-page .service-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}
.service-page .service-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}
.service-page .service-3 .sPage{
  margin-top: 60px;
}
.service-page .service-3 .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
.service-page .service-3 .sPage .swiper-pagination-bullet::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}
.service-page .service-3 .sPage .swiper-pagination-bullet-active{
  border: 1px solid var(--color);
}
.service-page .service-3 .sPage .swiper-pagination-bullet-active::before{
  background: var(--color);
}
@media screen and (max-width: 1500px) {
  .service-page .service-1 .list {
    height: 450px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 90px;
  }
  .service-page .service-2 .box {
    height: 600px;
  }
}
@media screen and (max-width: 1440px) {
    .honor-page .content .box ul li {
        width: 25%;
    }
}
@media screen and (max-width: 1250px) {
  .service-page .service-2 .box {
    height: 500px;
  }
  .service-page .service-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}
@media screen and (max-width: 1100px) {
    .honor-page .content .box ul li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .list {
    height: 300px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 70px;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-page .service-1 .list ul li {
    width: 25%;
  }
  .service-page .service-2 .box {
    height: 420px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }
}
@media screen and (max-width: 992px) {
    .honor-page .content .box ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .honor-page .content .box p {
        font-size: 14px;
    }
    .honor-page .content .box ul li {
        width: 100%;
    }
    .service-page .service-1 .list {
    height: 200px;
  }
  .service-page .service-1 .list ul li {
    width: 33.33%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-page .service-2 .box .content {
    max-width: 100%;
  }
  .service-page .service-2 .box {
    height: auto;
  }
  .service-page .service-2 .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-3 .swiper .swiper-slide {
    border-radius: 0;
  }
  .service-page .service-3 .list{
    margin-top: 20px;
  }
  .service-page .service-1 .list ul li {
    width: 50%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-page .service-3 .sPage{
    margin-top: 20px;
  }
}
.contact-page {
  padding-top: 90px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.contact-page .contact-1 .left form ul li .more p{
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  margin-left: 0;
  padding-left: 0;
}
.contact-page .contact-1 .left form ul li .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li .more:hover{
  background: #000;
}
.contact-page .contact-1 .left form ul li .more:hover .img{
  transform: rotate(45deg);
}
.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
  font-size: 18px;
  line-height: 1.6;
  color: #83827f;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: rgba(0,0,0,.5);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 0;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 100px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .more{
  border: 0;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#sidebar ul li{
  border-radius: 50%;
  border-top: 0;
  margin-top: 6px;
}
#sidebar ul li:first-child{
  border-top-left-radius: 50%;
  margin-top: 0;
}
#sidebar ul li:last-child{
  border-bottom-left-radius: 50%;
}
#sidebar ul li .child{
  white-space: nowrap;
}
#sidebar ul li .child a{
  color: #000;
}
#sidebar ul li .child *{
  font-size: 16px;
}